:root {
  --color: #30ac83;
  --sub-color: #eff9f5;
  --width: 1200px;
  --padding: 40px 0;
}

[v-cloak] {
  display: none;
}

#app {
  min-width: 1300px;
}

/* 小标题 */
.sub-heading {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 3px 90px;
  font-size: 36px;
  font-weight: bold;
  background: url('/r/cms/www/progressive/zyp/导航/药师/imgs/10.png') no-repeat;
  background-size: 100%;
}

.sub-heading > span {
  color: var(--color);
}

.hover:hover {
  cursor: pointer;
  user-select: none;
}

/* 鼠标悬浮 */
.bkzn-btn:hover,
.zysz-group-btn > li:hover,
.zysz-btn:hover,
.video-header > img,
.yzbx-group-btn > li:hover,
.yzbx-btn:hover,
.gxfx-container > li:hover,
.navbar:hover {
  cursor: pointer;
  user-select: none;
}

/* 报考指南 */
.bkzn {
  padding: var(--padding);
}

.bkzn-container {
  width: var(--width);
  height: 350px;
  margin: 0 auto;
  position: relative;
  background: url('/r/cms/www/progressive/zyp/导航/药师/imgs/2.png') no-repeat;
  background-size: 100%;
}

.bkzn-container > li {
  width: 180px;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.12);
  position: absolute;
}

.bkzn-container > li::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #d4efe7;
  position: absolute;
  top: -10px;
  left: 76px;
}

.bkzn-container > li > h1 {
  height: 40px;
  color: var(--color);
  background: #d4efe7;
  font-size: 20px;
  font-weight: bold;
  border-radius: 15px 15px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bkzn-container > li > p {
  height: 60px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bkzn-btn {
  width: 280px;
  height: 84px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  background: url('/r/cms/www/progressive/zyp/导航/药师/imgs/3.png') no-repeat center;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 立即咨询 */
.phone-dialog {
  padding: 30px 0;
  border-radius: 20px;
}

.phone-number {
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
}

.phone-qrcode > p {
  margin-bottom: 10px;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.phone-qrcode > .el-image {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  display: block;
}

.phone-btn {
  width: 100px;
  height: 40px;
  margin-top: 10px;
  border-radius: 10px;
  color: #fff;
}

.phone-btn:hover {
  color: #fff;
}

/* 专业师资 */
.zysz {
  padding: var(--padding);
  background: var(--sub-color);
}

.zysz-group-btn {
  width: var(--width);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zysz-group-btn > li {
  width: 205px;
  height: 58px;
  margin: 0 20px;
  color: var(--color);
  font-size: 24px;
  font-weight: bold;
  background: url('/r/cms/www/progressive/zyp/导航/药师/imgs/5.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zysz-group-btn .active {
  color: #ffffff;
  background-image: url('/r/cms/www/progressive/zyp/导航/药师/imgs/6.png');
}

.zysz-container {
  width: var(--width);
  height: 500px;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
  background: url('/r/cms/www/progressive/zyp/导航/药师/imgs/7.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.zysz-picture {
  height: 400px;
  margin: 0 0 18px 50px;
}

.zysz-detail {
  width: 780px;
  height: 500px;
  padding: 75px 60px;
  box-sizing: border-box;
  color: #595757;
}

.zysz-name {
  font-size: 24px;
  font-weight: bold;
  margin-left: 120px;
  margin-bottom: 60px;
}

.zysz-name > span {
  font-size: 50px;
}

.zysz-text {
  margin-top: 25px;
}

.zysz-text > h1 {
  font-weight: bold;
  font-size: 22px;
}

.zysz-text > p {
  margin-top: 10px;
  text-align: justify;
  line-height: 24px;
}

.zysz-btn {
  width: 196px;
  height: 58px;
  position: absolute;
  bottom: 40px;
  left: 180px;
}

.zysz-dash {
  width: fit-content;
  position: absolute;
  left: 60%;
  bottom: 30px;
  transform: translate(-50%, -50%);
}

.zysz-dash > li {
  width: 15px;
  height: 15px;
  background: var(--sub-color);
  border-radius: 15px;
  float: left;
  margin: 0 5px;
}

.zysz-dash > li:hover {
  cursor: pointer;
  background: var(--color);
}
.zysz-dash .active {
  background: var(--color);
}

/* 视频播放 */
.video-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.video-header > h4 {
  font-size: 20px;
  text-align: center;
  flex: 1;
}

.video-header > img {
  width: 25px;
}

/* 优质班型 */
.yzbx {
  padding: var(--padding);
}

.yzbx-group-btn {
  width: var(--width);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.yzbx-group-btn > li {
  width: 205px;
  height: 58px;
  margin: 0 20px;
  color: var(--color);
  font-size: 20px;
  font-weight: bold;
  background: url('/r/cms/www/progressive/zyp/导航/药师/imgs/5.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.yzbx-group-btn .active {
  color: #ffffff;
  background-image: url('/r/cms/www/progressive/zyp/导航/药师/imgs/6.png');
}

.yzbx-container {
  width: var(--width);
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  column-gap: 20px;
}

.yzbx-container > li {
  height: 100%;
  position: relative;
}

.yzbx-btn {
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 0;
}

/* 班型对比 */
.bxdb {
  padding: var(--padding);
  background: var(--sub-color);
}

.bxdb-header {
  width: var(--width);
  margin: 0 auto;
  padding: 10px 0;
  display: grid;
  grid-template-columns: 200px 400px 600px;
  grid-template-rows: 40px;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  background: var(--color);
  border-radius: 20px;
}

.bxdb-header > li {
  display: block;
  width: 100%;
  text-align: center;
}

.bxdb-header > li:nth-child(2) {
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
}

.bxdb-table {
  display: flex;
  margin: 0 auto;
  margin-top: 30px;
}

/* 高效复习 */
.gxfx {
  padding: var(--padding);
  background: var(--sub-color);
}

.gxfx-container {
  width: var(--width);
  height: 725px;
  margin: 0 auto;
  margin-top: 70px;
  background: url('/r/cms/www/progressive/zyp/导航/药师/imgs/22.png') no-repeat;
  background-size: 100%;
  position: relative;
}

.gxfx-container > li {
  width: 180px;
  height: 250px;
  background: #ffffff;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  position: absolute;
}

.gxfx-container > li::before {
  content: '';
  width: 40px;
  height: 85px;
  position: absolute;
  left: 70px;
  top: -85px;
  background: url(/r/cms/www/progressive/zyp/导航/药师/imgs/23.png) no-repeat;
  background-size: 100%;
}

.gxfx-top {
  width: 100%;
  height: 50%;
  background: var(--sub-color);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gxfx-top-container {
  text-align: center;
}

.gxfx-top-container > h1 {
  font-size: 24px;
}

.gxfx-top-container > p {
  margin-top: 10px;
  color: #606266;
  font-size: 18px;
}

.gxfx-bottom {
  width: 100%;
  height: 50%;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  padding: 0 10px;
  margin-top: 5px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: pre-line;
}

.gxfx-center {
  width: max-content;
  font-size: 15px;
  font-weight: bold;
  color: var(--color);
  background: var(--sub-color);
  padding: 10px;
  border: solid 1px #ffffff;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.gxfx-container .active::before {
  background-image: url(/r/cms/www/progressive/zyp/导航/药师/imgs/24.png);
}

.gxfx-container .active .gxfx-top,
.gxfx-container .active .gxfx-top-container > p,
.gxfx-container .active .gxfx-center {
  color: #ffffff;
  background: var(--color);
}

/* 共筑未来 */
.gzwl {
  padding: var(--padding);
}

.gzwl-container {
  width: var(--width);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.gzwl-container > li {
  width: 380px;
  height: 450px;
  padding: 0 30px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
}

.gzwl-container > li > h1 {
  width: 150px;
  height: 70px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 24px;
  background: var(--color);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gzwl-container > li > p {
  margin-top: 30px;
  line-height: 24px;
  text-indent: 2em;
}

.gzwl-container > li > img {
  margin-top: 20px;
}

.gzwl-icon {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gzwl-icon::before {
  content: '';
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background: url('/r/cms/www/progressive/zyp/导航/药师/imgs/26.png') no-repeat;
  background-size: 100% 100%;
}

.gzwl-icon + .el-image {
  width: 200px;
  margin: 0 auto;
  display: block;
}

/* 横幅 */
.hengfu {
  min-width: var(--width);
}

/* 导航栏 */
.navbar {
  width: 60px;
  height: auto;
  background: #ffffff;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.12);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: solid 1px var(--color);
  box-sizing: border-box;
  position: fixed;
  right: 15px;
  top: 30%;
  white-space: pre-line;
}

.navbar-zxzx {
  width: 100%;
  height: 60px;
  color: #ffffff;
  font-weight: bold;
  line-height: 18px;
  background: var(--color);
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-container {
  padding: 5px;
}

.navbar-container > li {
  width: 100%;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  border-radius: 10px;
  padding: 5px 0;
}

.navbar-container > li:hover {
  color: #ffffff;
  background: var(--color);
}

.navbar-container > hr {
  width: 80%;
  height: 1px;
  margin: 5px auto;
  background-color: #dcdfe6;
  border: none;
}

/* 页脚 */
.footer-phone,
.footer-text,
.footer-center a:hover,
.footer-icp a:hover {
  color: var(--color) !important;
}
