.special-subject-header {
  /* height: 460px; */
  /* background: url(swyt-header.png) no-repeat center;
  background-size: 100% 100%; */
}
.special-subject-header img {
  display: block;
  width: 100%;
  /* height: 100%;
  object-fit: cover; */
}
.special-subject-header.versions2 {
  position: relative;
  height: 400px;
}
.special-subject-header.versions2 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.special-subject-bannerlead {
  width: 100%;
  background: transparent !important;
  position: absolute;
  left: 0;
  top: 215px;
  font-family: "Alibaba PuHuiTi 2.0 65 Medium";
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  text-align: left;
  color: #fff;
  text-indent: 2em;
  padding-top: 0 !important;
}
.special-subject-bannerlead .special-subject-bannerlead-content {
  padding-right: 24%;
}
.special-subject-main {
  background: #e5f3fe;
  padding: 30px 0;
}
.special-subject-block {
  background: #ffffff;
  /* border: 1px solid transparent; */
  margin-bottom: 45px;
  padding-top: 30px;
}
.special-subject-cbanner {
  padding-top: 0;
}
.special-subject-block:last-child {
  margin-bottom: 0;
}

.special-subject-lead {
  width: 100%;
  height: 229px;
  background: url(lead.png) no-repeat;
  background-size: 100%;
  padding: 110px 30px 30px 30px;
  margin-bottom: 30px;
  /* background: linear-gradient(180.00deg, #00a2ff 0%, #006eff 100%); */
  text-indent: 2em;
}
.special-subject-lead-title {
  font-size: 30px;
  line-height: 44px;
  font-family:
    Source Han Sans CN,
    Source Han Sans CN-Bold;
  font-weight: 700;
  color: #ffffff;
}
.special-subject-lead-title span {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid #ffffff;
}
.special-subject-lead-content {
  font-size: 18px;
  font-family:
    Source Han Sans CN,
    Source Han Sans CN-Regular;
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
}

.special-subject-cbanner img {
  display: block;
  width: 100%;
}

.special-subject-block-content {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  /* align-items: center; */
  padding-bottom: 30px;
}
.special-subject-block-title {
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-top: -15px; */
}
.special-subject-block-title span {
  display: inline-block;
  /* background: url(title-bg.png) no-repeat center;
  background-size: contain; */
  font-size: 30px;
  font-family:
    Source Han Sans CN,
    Source Han Sans CN-Regular;
  font-weight: 400;
  color: #ffffff;
  line-height: 44px;
  /* padding: 8px 51px; */
}
.special-subject-block-title span img {
  height: 64px;
}
.special-subject-flow .special-subject-block-content {
  justify-content: center;
  padding: 0 30px 30px;
}
.registration-process-step {
  text-align: center;
  /* width: 140px; */
  flex: 1;
  /* width: 16.666%;
  min-height: 161px;
  background: linear-gradient(180deg, #e3f1ff, #fbfdff);
  border: 1px solid #f7f9fa;
  text-align: center;
  padding: 45px 20px 20px; */
  /* position: relative; */
  margin: 0 13px 0;
  transition: all 0.3s ease;
}
.registration-process-step:first-child {
  margin-left: 0;
}
.registration-process-step:last-child {
  margin-right: 0;
}
.registration-process-step .registration-process-step-content {
  width: 100%;
  height: 145px;

  padding-top: 13px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  background: linear-gradient(180deg, #ecf5fe 0%, #fcfcfc 100%);
  border: 1px solid #f1f1f1;
  box-shadow: 0 2px 5px rgba(51, 51, 51, 0.06);
}
.registration-process-icon {
  width: 60px;
  height: auto;
  position: relative;
  margin: 0px auto 13px;
}
.registration-process-icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.registration-process-step:hover .registration-process-step-content {
  transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
}
.registration-process-step:hover .registration-process-content::before {
  background-color: rgba(0, 110, 255, 1);
}
.registration-process-step:hover .registration-process-content {
  color: #006eff;
}
.registration-process-serial {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: #ffd60a;
  border-radius: 50%;
  font-size: 20px;
  font-family:
    Source Han Sans CN,
    Source Han Sans CN-Bold;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
}
.registration-process-arrow {
  width: 4%;
  height: 12px;
  background: url(arrow.png) no-repeat center;
  background-size: 100%;
  margin-top: 44px;
}
.registration-process-arrow:nth-of-type(14) {
  display: none;
}
.registration-process-title {
  font-size: 16px;
  line-height: 24px;
  font-family:
    Source Han Sans CN,
    Source Han Sans CN-Regular;
  font-weight: 400;
  margin-bottom: 20px;
}
.registration-process-title span {
  font-size: 12px;
}
.registration-process-line {
  margin-bottom: 20px;
  height: 6px;
  position: relative;
}
.registration-process-line::before,
.registration-process-line::after {
  display: block;
  content: "";
  width: 75%;
  height: 1px;
  background: #7dbdf9;
}
.registration-process-line::after {
  position: absolute;
  bottom: 0;
  right: 0;
}
/* .registration-process-line::before {
  margin-right: 25%;
}
.registration-process-line::after{
  margin-left: 25%;
} */
.registration-process-content {
  line-height: 20px;
  font-size: 14px;
  font-family: "Alibaba PuHuiTi 2.0 55 Regular";
  color: #333333;
  font-weight: 400;
  text-align: center;
  /* overflow: hidden; */
  text-overflow: ellipsis;
  /*white-space: nowrap; */
  margin: 0 auto;
  position: relative;
  padding-top: 30px;
}
.registration-process-content::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #bec9d6;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 9;
}

.registration-process-content::after {
  content: "";
  width: 120%;
  height: 2px;
  background: rgba(242, 242, 242, 1);
  position: absolute;
  left: 0;
  top: 4px;
}
.registration-process-step:last-child .registration-process-content::after {
  width: 100%;
}
.special-subject-flow .special-subject-block-title {
  margin-bottom: 45px;
}
.special-subject-attention-item {
  margin: 55px 30px 0 0;
  width: 31.5689%;
  height: 180px;
  /* background-size: cover;
  padding: 30px;
  background: linear-gradient(180deg, #ecf2ff, #ffffff);
  border: 1px solid #f7f9fa;
  border-radius: 12px 12px 60px 12px;
  box-shadow: 0px 5px 10px 0px rgba(15, 98, 254, 0.1); */
  padding: 0 0 10px 38px;
  border-radius: 20px 8px 8px 8px;
  background: url(gz-bg.png) no-repeat;
  background-size: contain;
  position: relative;
}
.special-subject-attention-item .special-subject-attention-item-a {
  display: block;
  background-color: #f1f7ff;
  border-radius: 0 0 60px 12px;
  margin-top: -25px;
  height: 195px;
  padding: 20px;
}
/* .special-subject-attention-item::before {
  position: absolute;
  left: 6px;
  top: 6px;
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  background: url(dian.png) no-repeat center;
  background-size: 100%;
} */
/* .special-subject-attention-item::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  content: "";
  width: 95px;
  height: 105px;
  background: url(circle.png) no-repeat center top;
  background-size: 100%;
} */
.special-subject-attention-item:nth-child(3n) {
  margin-right: 0;
}

.special-subject-attention .special-subject-block-content {
  padding: 0 30px 30px;
}
.special-subject-attention-item-title {
  margin-bottom: 10px;
}
.special-subject-attention-item-title span {
  font-size: 22px;
  line-height: 30px;
  font-family: "Alibaba PuHuiTi 2.0 85 Bold";
  font-weight: 700;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
}
.special-subject-attention-item-title span::after {
  display: block;
  margin-top: 10px;
  content: "";
  width: 87px;
  height: 3px;
  background: #006eff;
}
.special-subject-attention-item-content {
  font-size: 16px;
  font-family: "Alibaba PuHuiTi 2.0 55 Regular";
  font-weight: 400;
  color: #999999;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.special-subject-attention-item-more {
  display: inline-block;
  min-width: 140px;
  line-height: 30px;
  color: #ffffff;
  border-radius: 0 4px 4px 0;
  background: #006eff;
  font-weight: 400;
  font-size: 16px;
  padding-right: 20px;
  text-align: right;
  position: absolute;
  left: 0;
  bottom: 30px;
  cursor: pointer;
}
.special-subject-attention-item-more:hover {
  color: #ffffff;
}
.special-subject-FAQ .special-subject-block-content {
  padding: 0 30px 30px;
}

.special-subject-FAQ-item {
  margin: 20px 20px 0 0;
  width: 48.15%;
  min-height: 69px;
  background: linear-gradient(90deg, #dfebff, #f7f7f7);
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 20px 0 75px;
}
.special-subject-FAQ-item a {
}
.special-subject-FAQ-item:nth-child(2n) {
  margin-right: 0;
}
.special-subject-FAQ-item .serial-number {
  position: absolute;
  left: 10px;
  top: -15px;
  font-size: 80px;
  font-family:
    Microsoft YaHei,
    Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
}
.special-subject-FAQ-item .special-subject-FAQ-item-title {
  font-size: 20px;
  line-height: 29px;
  font-family:
    Source Han Sans CN,
    Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.special-subject-cart-FAQ-item {
  margin: 30px 30px 0 0;
  flex: 1;
  width: 23%;
  min-height: 193px;
  background: linear-gradient(180deg, #ecf5fe 0%, #fcfcfc 100%);
  box-shadow: 0 2px 5px #3333330f;
}
.special-subject-cart-FAQ-item:nth-child(4n) {
  margin-right: 0;
}
.special-subject-cart-FAQ-item a {
  display: block;
  padding: 20px;
}
.special-subject-cart-FAQ-item .special-subject-FAQ-item-title {
  font-family: "Alibaba PuHuiTi 2.0 85 Bold";
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #333;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 32px;
  background: url(wt-icon.png) no-repeat left center;
  background-size: 16px 12px;
}
.special-subject-cart-FAQ-item .special-subject-FAQ-item-digest {
  padding-top: 20px;
  border-top: 1px dashed rgba(153, 153, 153, 0.5);
  font-family: "Alibaba PuHuiTi 2.0 55 Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.special-subject-constitution .special-subject-block-title {
  margin-bottom: 30px;
}
.special-subject-constitution .special-subject-block-content {
  padding: 0 30px;
}
.special-subject-constitution-item {
  margin-right: 36px;
  width: 13.9999%;
  min-height: 144px;
  margin-bottom: 34px;
  position: relative;
}
.special-subject-constitution-item:nth-child(6n) {
  margin-right: 0;
}
.special-subject-constitution-item a {
  display: block;
  text-align: center;
}

.special-subject-constitution-item img {
  display: block;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  margin: 0 auto 20px;
}
.special-subject-constitution-item .school-title {
  font-size: 16px;
  font-family:
    Source Han Sans CN,
    Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: center;
  color: #000000;
  line-height: 30px;
  padding: 0 4px;
  width: 161%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .bt-margin-bottom-30 {
    margin-bottom: 3.2vw;
  }
  .special-subject-block {
    margin-bottom: 6.4vw;
  }
  .special-subject-main {
    padding: 0 3.2vw;
  }
  .bt-box-1200 {
    width: 100%;
  }
  .special-subject-lead {
    padding: 3.2vw;
    background: #0f62fe;
    height: auto;
  }
  .special-subject-lead-title {
    font-size: 4.8vw;
    line-height: 1.5;
  }
  .special-subject-block-title {
    margin-top: 0;
  }
  .special-subject-flow .special-subject-block-title {
    margin-bottom: 0;
  }
  .special-subject-lead-title span {
    padding-bottom: 2.1333vw;
    border-bottom: 0.2667vw solid #ffffff;
  }
  .special-subject-lead-content {
    font-size: 4.2vw;
    line-height: 2;
  }
  .special-subject-block-title span {
    font-size: 4.8vw;
    padding: 1.0667vw 7.4667vw;
    line-height: 5.6vw;
  }

  .registration-process-step {
    width: 100%;
    z-index: 9;
    min-height: 40vw;
    padding: 3.2vw 3.2vw;
    background-color: #ffffff;
  }
  .registration-process-icon {
    width: 21.3333vw;
    height: 21.3333vw;
    margin-bottom: 3.2vw;
  }
  .registration-process-title {
    font-size: 4.2vw;
    line-height: 1.5;
    margin-bottom: 3.2vw;
  }
  .registration-process-content {
    font-size: 4.2vw;
    line-height: 1.5;
    width: 37vw;
    padding: 1.8667vw;
    border-radius: 4.8vw;
    -webkit-border-radius: 4.8vw;
    -moz-border-radius: 4.8vw;
    -ms-border-radius: 4.8vw;
    -o-border-radius: 4.8vw;
  }
  .registration-process-arrow {
    width: 80%;
    height: 12vw;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .registration-process-serial {
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
    font-size: 4.2vw;
  }
  .registration-process-line {
    margin-bottom: 3.2vw;
    height: 3.2vw;
  }
  .special-subject-attention .special-subject-block-content {
    padding: 3.2vw;
  }

  .special-subject-attention-item {
    width: 100%;
    min-height: 37.3333vw;
    padding: 3.2vw;
    margin: 0 0 3.2vw 0 !important;
    border-radius: 3.2vw;
    -webkit-border-radius: 3.2vw;
    -moz-border-radius: 3.2vw;
    -ms-border-radius: 3.2vw;
    -o-border-radius: 3.2vw;
  }
  .special-subject-attention-item::before {
    width: 4.2667vw;
    height: 4.2667vw;
    top: 1.6vw;
    left: 1.6vw;
  }
  .special-subject-attention-item-title span::after {
    width: 5.3333vw;
    margin-top: 1.0667vw;
    height: 0.5333vw;
  }
  .special-subject-attention-item::after {
    width: 25.3333vw;
    height: 28vw;
  }
  /* .special-subject-attention-item:nth-child(3n) {
    margin-right: 3.2vw;
  }
  .special-subject-attention-item:nth-child(2n) {
    margin-right: 0;
  } */
  .special-subject-attention-item-title {
    margin-bottom: 1.0667vw;
  }
  .special-subject-attention-item-title span {
    font-size: 4.533vw;
    line-height: 1.5;
  }
  .special-subject-attention-item-content {
    font-size: 4.2vw;
    line-height: 2;
    display: -webkit-box; /* 设置为WebKit内核的弹性盒子模型 */
    -webkit-box-orient: vertical; /* 垂直排列 */
    -webkit-line-clamp: 2; /* 限制显示两行 */
    overflow: hidden; /* 隐藏超出范围的内容 */
    text-overflow: ellipsis; /* 使用省略号 */
  }

  .special-subject-FAQ-item {
    width: 100%;
    margin: 3.2vw 0 0 0 !important;
    min-height: 11.2vw;
    padding: 0 3.2vw 0 17.0667vw;
  }

  /* .special-subject-FAQ-item:nth-child(3n) {
    margin-right: 3.2vw;
  }
  .special-subject-FAQ-item:nth-child(2n) {
    margin-right: 0;
  } */

  .special-subject-FAQ-item .special-subject-FAQ-item-title {
    font-size: 4.533vw;
    line-height: 1.5;
  }
  .special-subject-FAQ-item .serial-number {
    font-size: 14.6667vw;
    left: 2.6667vw;
    top: -4vw;
  }

  .special-subject-constitution .special-subject-block-content {
    padding: 0 3.2vw;
  }

  .special-subject-constitution-item {
    width: 47%;
    min-height: auto;
    margin-right: 3.2vw;
    margin-bottom: 3.2vw;
  }
  .special-subject-constitution-item:nth-child(7n) {
    margin-right: 3.2vw;
  }
  .special-subject-constitution-item:nth-child(2n) {
    margin-right: 0;
  }
  .special-subject-constitution-item a {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .special-subject-constitution-item img {
    width: 21.3333vw;
    height: 21.3333vw;
    margin-bottom: 1.6vw;
  }
  .special-subject-constitution-item .school-title {
    font-size: 4.533vw;
    line-height: 1.5;
    position: inherit;
    transform: none;
  }
  .special-subject-constitution .special-subject-block-title {
    margin-bottom: 3.2vw;
  }
  .special-subject-flow .special-subject-block-content {
    padding-bottom: 3.2vw;
  }
}
