body {
  background-color: #f2f2f2;
  font-size: 14px;
  color: #1a1a1a;
  width: 100%;
  font-family: "AlibabaPuHuiTiRegular";
}
@font-face {
  font-family: "AlibabaPuHuiTiRegular";
  src: url(https://www.igo.cn/zt/gaokao_product/font/AlibabaPuHuiTiRegular.ttf);
}
@font-face {
  font-family: "AlibabaPuHuiTiBold";
  src: url(https://www.igo.cn/zt/gaokao_product/font/Alibaba-PuHuiTi-Bold_0.ttf);
}
@font-face {
  font-family: "AlibabaPuHuiTiMedium";
  src: url(https://www.igo.cn/zt/gaokao_product/font/Alibaba-PuHuiTi-Medium.ttf);
}
@font-face {
  font-family: "AvantiBold";
  src: url(https://www.igo.cn/study/product/font/AvantiBold.ttf);
}

#bc-text::after {
  content: "";
  width: 25px;
  height: 222%;
  transform: rotateZ(44deg) translateY(-69%);
  position: absolute;
  background: linear-gradient(to left, #ffedca, #ffffff 55%, #ffedca);
  left: -100px;
  top: 50%;
  z-index: -1;
}

#bc-text:hover::after {
  left: 327px;
  transition: all 0.6s ease-in;
}
#xt_indexmain * {
  box-sizing: border-box;
}

#xt_indexmain .dis-f {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#xt_indexmain .dis-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#xt_indexmain .dis-c {
  display: flex;
  align-items: center;
  justify-content: center;
}
#xt_indexmain .dis-e {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#xt_indexmain .po_center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

#xt_indexmain .tc {
  text-align: center;
}
#xt_indexmain .css_sprites {
  background: url(../image/css_sprites.png) no-repeat;
}
#xt_indexmain #arrow {
  background-position: -0px -0px;
  width: 19px;
  height: 14px;
}
#xt_indexmain #city_icon {
  background-position: -19px -0px;
  width: 83px;
  height: 56px;
}
#xt_indexmain #code {
  background-position: -102px -0px;
  width: 16px;
  height: 17px;
}
#xt_indexmain #next {
  background-position: -118px -0px;
  width: 12px;
  height: 18px;
}
#xt_indexmain #pointer {
  background-position: -130px -0px;
  width: 14px;
  height: 13px;
}
#xt_indexmain #prev {
  background-position: -144px -0px;
  width: 14px;
  height: 24px;
}
#xt_indexmain #tel {
  background-position: -158px -0px;
  width: 12px;
  height: 18px;
}
#xt_indexmain #tool1 {
  background-position: -170px -0px;
  width: 62px;
  height: 50px;
}
#xt_indexmain #tool3 {
  background-position: -232px -0px;
  width: 58px;
  height: 51px;
}
#xt_indexmain #tool2 {
  background-position: -290px -0px;
  width: 50px;
  height: 50px;
}
#xt_indexmain #tool4 {
  background-position: -340px -0px;
  width: 50px;
  height: 50px;
}

#xt_indexmain input,
#xt_indexmain select,
#xt_indexmain textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

#xt_indexmain .fz_pos {
  border-bottom: none;
}

#xt_indexmain .fz_pos .left {
  align-items: baseline;
}
#xt_indexmain .fz_pos .left p {
  margin-left: 12px;
  font-size: 14px;
  color: #999999;
}

#xt_indexmain .fz_pos .left a {
  color: #999999;
}
#xt_indexmain .fz_pos .left a:hover {
  color: #ea3747;
}
#xt_indexmain .fz_pos .right img {
  margin-right: 12px;
}
#xt_indexmain .fz_pos .right p:nth-child(1) {
  font-size: 13px;
  font-family: "AlibabaPuHuiTiBold";
  line-height: 11px;
  color: #333333;
}
#xt_indexmain .banner_container {
  min-width: 1200px;
}
#xt_indexmain .banner_container .points,
#xt_indexmain .banner_container .operate_buttons {
  position: absolute;
  bottom: 18px;
  left: 50%;
  margin-left: -350px;
  width: 950px;
  text-align: left;
  font-size: 0;
  padding-left: 30px;
}

#xt_indexmain .banner_container .points li,
#xt_indexmain .banner_container .operate_buttons li {
  display: inline-block;
  width: 20px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 3px;
  opacity: 0.3;
  margin: 0;
  margin-right: 10px;
  transition: all 0.3s;
  cursor: pointer;
}

#xt_indexmain .banner_container .points li.active,
#xt_indexmain .banner_container .operate_buttons li.active {
  opacity: 1;
  width: 35px;
  transition: all 0.3s;
}

#xt_indexmain .banner_container .btn {
  position: absolute;
  top: -200px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #ccc;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  text-align: center;
  color: #fff;
  font-family: "simsun";
}

#xt_indexmain .banner_container .prev {
  left: 0;
}

#xt_indexmain .banner_container .next {
  right: 209px;
}
#xt_indexmain .con_wrap {
  position: relative;
}

#xt_indexmain .con_wrap .left_navi {
  position: absolute;
  left: 0;
  top: -374px;
  width: 250px;
  padding: 5px 20px 0;
  height: 374px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.95);
  z-index: 5;
}

#xt_indexmain .con_wrap .left_navi .item {
  padding: 13px 0 12px;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}

#xt_indexmain .con_wrap .left_navi .item:last-child {
  padding-bottom: 1px;
  border: none;
}

#xt_indexmain .con_wrap .left_navi .item .name {
  padding-bottom: 8px;

  color: #333;
  font-size: 15px;
  font-family: "AlibabaPuHuiTiBold";
}

#xt_indexmain .con_wrap .left_navi .item .name a {
  color: #333;
  float: none;
}

#xt_indexmain .con_wrap .left_navi .item .name a:hover {
  color: #ff123f;
}
#xt_indexmain .con_wrap .left_navi .links {
  flex-wrap: wrap;
}

#xt_indexmain .con_wrap .left_navi .links a {
  width: 33.33%;
  line-height: 23px;
  color: #666;
  position: relative;
}
#xt_indexmain .con_wrap .left_navi .links a.ielts_AI::after {
  content: "±¨¿ÎÓÅ»Ý";
  font-size: 12px;
  line-height: 22px;
  color: #7e551a;
  width: 60px;
  height: 20px;
  background-color: #ffcb81;
  border-radius: 10px 10px 10px 0px;
  text-align: center;
  line-height: 20px;
  display: block;
  position: absolute;
  top: -22px;
  right: 0;
}
#xt_indexmain .con_wrap .left_navi .links.diff {
  justify-content: space-between;
}
#xt_indexmain .con_wrap .left_navi .links.diff a {
  flex-grow: 1;
  width: auto;
}
#xt_indexmain .con_wrap .left_navi .links.diff a:nth-child(2n) {
  text-align: left;
}
#xt_indexmain .con_wrap .left_navi .links a:hover {
  color: #ff123f;
}
#xt_indexmain .con_wrap .left_navi .zixun {
  margin-top: 20px;
  margin-bottom: 20px;
}
#xt_indexmain .con_wrap .left_navi .zixun p {
  width: 174px;
  height: 36px;
  background-image: linear-gradient(90deg, transparent, #f7d8a4 100%);
  border-radius:0  18px 18px 0;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 14px;
  color: #7e551a;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}
#xt_indexmain .con_wrap .left_navi .zixun img {
  width: 74px;
  height: 46px;
}
#xt_indexmain .con_wrap .left_navi .zixun p:after {
  content: "";
    width: 35px;
    height: 92px;
  position: absolute;
  left: -150px;
  top: -36px;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(255, 255, 255, 0.667),
    rgba(0, 0, 0, 0)
  );
  transform: rotateZ(45deg);
  animation: scratchy 2s infinite ease-in;
}

@keyframes scratchy {
  0% {
    left: -150px;
  }

  25% {
    left: 200px;
  }

  100% {
    left: 200px;
  }
}
#xt_indexmain .con_wrap .left_navi .zixunbox>p {
  font-size: 14px;
  line-height: 14px;
  color: #666666;
  text-align: center;
  margin-bottom: 13px;
}
#xt_indexmain .con_wrap .left_navi .zixunbox .btn {
  width: 120px;
  height: 36px;
  background-color: #ff123f;
  border-radius: 18px;
  font-size: 16px;
  border: 1px solid #ff123f;
  transition: all 0.3s;
  font-family: "AlibabaPuHuiTiBold";
  color: #ffffff;
  margin: 0 auto;
  cursor: pointer;
}
#xt_indexmain .con_wrap .left_navi .zixunbox .btn:hover {
  color: #ff123f;
  background: transparent;
  transition: all 0.3s;
}
#xt_indexmain .con_wrap .right_form {
  position: absolute;
  right: 0;
  top: -337px;
  width: 210px;
  height: 300px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  padding: 25px 24px 0;
  box-sizing: border-box;
  text-align: center;
}

#xt_indexmain .con_wrap .right_form h2 {
  font-size: 18px;
  font-family: "AlibabaPuHuiTiBold";
  line-height: 18px;
  color: #333333;
  margin-bottom: 10px;
  font-weight: normal;
}
#xt_indexmain .con_wrap .right_form > p {
  font-size: 14px;
  line-height: 14px;
  color: #666666;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
}

#xt_indexmain .con_wrap .right_form .item {
  height: 40px;
  background-color: #ffffff;
  border-radius: 19px;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 10px;
  padding-left: 12px;
  padding-right: 10px;
}
#xt_indexmain .con_wrap .right_form .item.nomar {
  margin-bottom: 0;
}
#xt_indexmain .con_wrap .right_form input {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

#xt_indexmain .con_wrap .css_sprites {
  flex-shrink: 0;
  margin-right: 5px;
}
#xt_indexmain .con_wrap .right_form .getYzm {
  flex-shrink: 0;
  font-size: 12px;
  color: #ff123f;
  cursor: pointer;
}
#xt_indexmain .con_wrap .right_form .getYzm:hover {
  text-decoration: underline;
}

#xt_indexmain .con_wrap .right_form .submit {
  width: 100%;
  height: 36px;
  background-color: #ff123f;
  border-radius: 18px;
  font-size: 17px;

  color: #ffffff;
  margin: 20px 0 18px;
  cursor: pointer;
  font-family: "AlibabaPuHuiTiBold";
}
#xt_indexmain .con_wrap .xt_form p {
  font-size: 12px;
  line-height: 12px;
  color: #999999;
}

#xt_indexmain .handbook {
  width: 1200px;
  margin: 50px auto 0;
  display: none;
}
#xt_indexmain .handbook > div {
  width: 601px;
  height: 180px;
  background: url(../image/handbook1.png) no-repeat;
  background-size: 100%;
  border-radius: 12px;
  padding: 19px 23px 0 15px;
}
#xt_indexmain .handbook > div:nth-child(2) {
  background-image: url(../image/handbook2.png);
  padding: 19px 15px 0 23px;
}
#xt_indexmain .handbook h2 {
  font-weight: normal;
  font-size: 22px;
  line-height: 20px;
  color: #f8f8f8;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  font-family: "AlibabaPuHuiTiBold";
}
#xt_indexmain .handbook > div:nth-child(2) h2 {
  padding-left: 18px;
}
#xt_indexmain .handbook h2::after {
  content: "";
  width: 100%;
  height: 12px;
  background: linear-gradient(to right, #e71f1f, transparent);
  border-radius: 6px;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: -1;
}
#xt_indexmain .handbook > div:nth-child(2) h2::after {
  left: 18px;
  background: linear-gradient(to right, #ff7a18, transparent);
}
#xt_indexmain .handbook .left {
  width: 200px;
  height: 112px;
  margin-right: 10px;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  z-index: 1;
  background: url(../image/tang.png) no-repeat;
  background-size: 100%;
  padding: 22px 0 0 18px;
  border-radius: 8px;
}
#xt_indexmain .handbook .left p:nth-child(1) {
  font-size: 16px;

  line-height: 16px;
  color: #333333;
  font-family: "AlibabaPuHuiTiBold";
}
#xt_indexmain .handbook .left p:nth-child(2) {
  font-size: 13px;
  line-height: 12px;
  color: #333333;
  margin-top: 9px;
  margin-bottom: 16px;
}
#xt_indexmain .handbook .left .btn {
  width: 80px;
  height: 24px;
  background-color: #ff123f;
  border: 1px solid #ff123f;
  border-radius: 12px;
  position: absolute;
  bottom: 11px;
  left: 18px;
  font-size: 14px;

  color: #ffffff;
  font-family: "AlibabaPuHuiTiBold";
  cursor: pointer;
  transition: all 0.3s;
}
#xt_indexmain .handbook .left .btn:hover {
  transition: all 0.3s;
  background-color: #ffffff;
  color: #ff123f;
}
#xt_indexmain .handbook .left .qrcode {
  position: absolute;
  top: 110px;
  width: 130px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#xt_indexmain .handbook .left .qrcode .img {
  width: 130px;
  height: 0;
  border-radius: 5px;
  position: relative;
  top: 11px;
  overflow: hidden;
}
#xt_indexmain .handbook .left .qrcode .img img {
  width: 110px;
  display: block;
  margin: 0 auto;
}
#xt_indexmain .handbook .left .qrcode::after {
  content: "";
  border: 7px solid #ffffff;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
#xt_indexmain .handbook .left:hover .qrcode::after {
  opacity: 1;
  transition: all 0.3s;
}
#xt_indexmain .handbook .left:hover .qrcode .img {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  padding: 4px;
  height: 147px;
  transition: all 0.3s;
  background: #ffffff;
  overflow: hidden;
}
#xt_indexmain .handbook .left:hover .qrcode .img p {
  width: 100%;
  font-size: 14px;
  text-align: center;
  margin: 7px 0;
  font-family: "AlibabaPuHuiTiBold";
}
#xt_indexmain .handbook .right {
  width: 353px;
  height: 110px;
  background: url(../image/handbook_bg.png) no-repeat;
  background-size: 100%;
  padding-left: 11px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  z-index: 1;
}
#xt_indexmain .handbook .right:after {
  content: "";
  width: 50px;
  height: 110px;
  background-color: #ffd9d9;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#xt_indexmain .handbook > div:nth-child(2) .left {
  background-image: url(../image/AI.png);
}
#xt_indexmain .handbook > div:nth-child(2) .right {
  background: #ffffff;
}
#xt_indexmain .handbook > div:nth-child(2) .right::after {
  background-color: #ffe9d9;
}
#xt_indexmain .handbook .right > p {
  font-size: 14px;

  font-family: "AlibabaPuHuiTiBold";
  line-height: 20px;
  color: #333333;
  width: 15px;
  margin-right: 9px;
  flex-shrink: 0;
}

#xt_indexmain .handbook .right img {
  width: 64px;
  height: 86px;
  /* background-color: #000000; */
  border-radius: 4px;
  flex-shrink: 0;
  margin-right: 9px;
}
#xt_indexmain .handbook .detail {
  position: relative;
  width: 100%;
  height: 86px;
  padding-top: 10px;
}
#xt_indexmain .handbook .detail > p {
  font-size: 14px;

  line-height: 14px;
  color: #333333;
  margin-bottom: 12px;
  height: 14px;
  font-family: "AlibabaPuHuiTiBold";
}
#xt_indexmain .handbook .detail .tags {
  flex-wrap: wrap;
  width: 150px;
  height: 49px;
}
#xt_indexmain .handbook .detail .tags span {
  width: 62px;
  height: 22px;
  background-color: #ff827c;
  border-radius: 4px;
  font-size: 12px;
  color: #ffffff;
  margin-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#xt_indexmain .handbook .detail .tags span:nth-child(1),
#xt_indexmain .handbook .detail .tags span:nth-child(2) {
  margin-bottom: 5px;
}
#xt_indexmain .handbook .detail .tags span:nth-child(2n) {
  background-color: #b3b3b3;
}

#xt_indexmain .handbook .detail .download {
  width: 80px;
  height: 24px;
  background-color: #ff123f;
  border: 1px solid #ff123f;
  border-radius: 12px;
  position: absolute;
  bottom: 0;
  right: 27px;
  font-size: 14px;

  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s;
  font-family: "AlibabaPuHuiTiBold";
}
#xt_indexmain .handbook .detail .download:hover {
  background-color: #ffffff;
  color: #ff123f;
  transition: all 0.3s;
}
#xt_indexmain .handbook .right a {
  font-size: 10px;
  font-style: italic;

  font-family: "AlibabaPuHuiTiBold";
  color: #7e551a;
  position: absolute;
  top: 0;
  right: 0;
  height: 16px;
  padding: 0 8px;
}
#xt_indexmain .handbook .left > div > span,
#xt_indexmain .handbook .right > span {
  font-size: 10px;
  font-style: italic;

  font-family: "AlibabaPuHuiTiBold";
  color: #7e551a;
  height: 16px;
  background: linear-gradient(to right, #ffffff, #ffcb81 87%);
  border-radius: 0px 8px 0px 8px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 8px;
}

#xt_indexmain .samepart {
  width: 1200px;
  margin: 30px auto 0;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 0 29px 29px;
}

#xt_indexmain .samepart .stitle {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
  align-items: baseline;
}
#xt_indexmain .samepart .stitle h2 {
  color: #ff123f;
  font-size: 22px;
  padding: 20px 0;
  font-weight: normal;
  font-family: "AlibabaPuHuiTiBold";
}
#xt_indexmain .samepart .stitle li {
  font-size: 14px;
  color: #000000;
  padding: 0 13px;
  cursor: pointer;
}
#xt_indexmain .samepart .stitle li.active {
  color: #ff123f;

  position: relative;
  font-family: "AlibabaPuHuiTiMedium";
}
#xt_indexmain .samepart .stitle li:hover {
  color: #ff123f;
}
#xt_indexmain .samepart .stitle li.active::after {
  content: "";
  border: 13px solid #ff123f;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
}
#xt_indexmain .samepart .stitle li a {
  color: #000000;
}
#xt_indexmain .samepart .stitle li a:hover {
  color: #ff123f;
}
#xt_indexmain .samepart .stitle .right > a {
  font-size: 14px;
  color: #999999;
  cursor: pointer;
  margin-left: 36px;
  flex-shrink: 0;
}
#xt_indexmain .samepart .stitle .right > a:hover {
  color: #ff123f;
}
#xt_indexmain .new_act {
  height: 298px;
}
#xt_indexmain .new_act > div {
  width: 270px;
  height: auto;
  background: #ffffff url(../img//li_bg.png) no-repeat;
  background-position: -10px 117px;
  cursor: pointer;
  transition: all 0.4s;
  position: relative;
  margin-right: 20px;
  display: block;
  border-radius: 10px;
  /* top: 0; */
  border: solid 1px #f0f0f0;
  transition: all 0.2s;
}

#xt_indexmain .new_act > div:hover {
  /* top: -7px; */
  transition: all 0.2s;
  box-shadow: 0px 0px 17px 0px rgb(12 4 7 / 12%);
}
#xt_indexmain .new_act > div:nth-child(4n) {
  margin-right: 0;
}
#xt_indexmain .new_act > div .label {
  overflow: hidden;
  padding: 0 10px;
}

#xt_indexmain .new_act > div a {
  width: 100%;
  height: 100%;
  color: #333333;
  display: block;
  padding: 0 0 20px 0;
}
#xt_indexmain .new_act > div .left {
  width: 100%;
  /* height: 140px; */
  flex-shrink: 0;
  display: block;
}

#xt_indexmain .new_act > div .img {
  width: 100%;
  height: 162px;
  background-color: #808080;
  /* margin-right: 24px; */
  border-radius: 10px 10px 0 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#xt_indexmain .new_act > div .img img {
  /* height: 100%; */
  width: 100%;
}

#xt_indexmain .new_act > div .mid {
  width: 100%;
  height: 100%;
  position: relative;
}

#xt_indexmain .new_act > div .title {
  width: 100%;
  font-size: 16px;
  color: #333333;
  /* margin-bottom: 10px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* ¡§?????????¡À??¡§????????¡ì????€¡§¡§????????????¡§???????? */
  -webkit-line-clamp: 2;
  font-weight: 400;
  line-height: 23px;
  height: 46px;
  margin: 12px 0 18px;
  padding: 0 10px;
}

#xt_indexmain .new_act > div .label {
  color: #898888;
  width: 181px;
  height: 15px;
  font-size: 13px;
  line-height: 15px;
  margin-top: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(https://www.igo.cn/study/live/img/tags.png) no-repeat;
  background-size: 15px auto;
  background-position: 10px center;
  padding: 0 10px 0 30px;
}
#xt_indexmain .new_act > div .label img {
  width: 15px;
  margin-right: 10px;
}
#xt_indexmain .new_act > div .date {
  font-size: 13px;
  color: #898888;
  height: 15px;
  padding: 0 10px;
  line-height: 15px;
  background: url(https://www.igo.cn/study/live/img/date.png) no-repeat;
  background-size: 15px auto;
  background-position: 10px center;
  padding: 0 10px 0 30px;
}
#xt_indexmain .new_act > div .date img {
  width: 15px;
  margin-right: 10px;
}
#xt_indexmain .new_act > div .btn_box {
  position: absolute;
  bottom: 16px;
  right: 10px;
}

#xt_indexmain .new_act > div .btn {
  width: 94px;
  height: 35px;
  font-size: 16px;

  border-radius: 19px;
  border: 1px solid #ff123f;
  transition: all 0.3s;
  color: #ffffff;
  background: #ff123f;
  font-family: "AlibabaPuHuiTiBold";
}
#xt_indexmain .new_act > div .btn.end {
  background-color: #9b9b9b;
  border: 1px solid #9b9b9b;
}
#xt_indexmain .new_act > div .btn:hover {
  color: #ff123f;
  background: #ffffff;
  transition: all 0.3s;
}
#xt_indexmain .new_act > div .btn.end:hover {
  background: #ffffff;
  color: #9b9b9b;
}
#xt_indexmain .new_act > div.end .btn {
  color: #ffffff;
  background: #afafaf;
  border: 1px solid #afafaf;
}
#xt_indexmain .new_act > div.end .btn {
  background: #afafaf;
  border: 1px solid #afafaf;
}
#xt_indexmain .product .list {
  width: 100%;
  height: 260px;
}
#xt_indexmain .product .list li {
  width: 212px;
  height: 260px;
  background-color: #ffffff;
  border-radius: 8px;
  border: solid 1px #f0f0f0;
  position: relative;
  transition: all 0.2s;
  overflow: hidden;
  top: 0;
  cursor: pointer;
  margin-right: 20px;
}

#xt_indexmain .product .list li:last-child {
  margin-right: 0;
}
#xt_indexmain .product .list li:hover {
  top: -7px;
  transition: all 0.2s;
  box-shadow: 0px 0px 30px 0px rgba(12, 4, 7, 0.05);
}

#xt_indexmain .product .list li .img {
  width: 100%;
  height: 127px;
  overflow: hidden;
  background: #000000;
}
#xt_indexmain .product .list li.other .img {
  background: url(../image/lesson_bg.jpg) no-repeat;
  background-size: 100%;
  padding: 33px 30px 0;
}
#xt_indexmain .product .list li.other .pn {
  font-size: 21px;

  line-height: 25px;
  font-family: "AlibabaPuHuiTiBold";
}
#xt_indexmain .product .list li .img img {
  width: 100%;
  transition: all 0.3s;
}

#xt_indexmain .product .list li .btm {
  padding: 18px 10px 18px;
}

#xt_indexmain .product .list li p {
  font-size: 16px;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#xt_indexmain .product .list li i {
  font-style: normal;
}
#xt_indexmain .product .list li .icon_box {
  height: 20px;
  overflow: hidden;
}
#xt_indexmain .product .list li .icon_box span {
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 3px;
  color: #666666;
  font-size: 13px;
  padding: 0 10px;
  margin-right: 5px;
  flex-shrink: 0;
}

#xt_indexmain .product li .pricebox {
  margin-top: 15px;
}
#xt_indexmain .product .list li.other .pricebox {
  justify-content: center;
}
#xt_indexmain .product li .pricebox p {
  font-size: 12px;
  color: #ff6554;
  align-items: baseline;
  margin-bottom: 0;
}
#xt_indexmain .product li .pricebox p span {
  font-family: "AvantiBold";
  font-size: 22px;
}
#xt_indexmain .product li .pricebox .btn {
  width: 80px;
  height: 36px;
  background-color: #ff123f;
  border-radius: 18px;
  font-size: 16px;

  color: #ffffff;

  border: 1px solid #ff123f;
  transition: all 0.3s;
  font-family: "AlibabaPuHuiTiBold";
}
#xt_indexmain .product .list li.other .pricebox .btn {
  width: 110px;
}
#xt_indexmain .product li .pricebox .btn:hover {
  color: #ff123f;
  background: #ffffff;
  transition: all 0.3s;
}
#xt_indexmain .teacherList {
  position: relative;
  height: 188px;
}
#xt_indexmain .teacherList .item {
  width: 210px;
  height: 188px;
  border-radius: 6px;
  overflow: hidden;
  align-items: stretch;
  margin-right: 23px;
  position: relative;
}
#xt_indexmain .teacherList .item:last-child {
  margin-right: 0;
}
#xt_indexmain .teacherList .item .img {
  width: 100%;
  height: 188px;
  background-image: linear-gradient(0deg, #7f7f7f 0%, #666666 100%);
  padding-top: 10px;
  align-items: flex-start;
  overflow: hidden;
  flex-shrink: 0;
}
#xt_indexmain .teacherList .item img {
  width: 100%;
}
#xt_indexmain .teacherList .item .info {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  padding: 30px;
  bottom: -190px;
  left: 0;
}
#xt_indexmain .teacherList .item .info .name {
  font-size: 20px;

  border-bottom: 1px solid #ffffff;
  padding-bottom: 13px;
  margin-bottom: 13px;
  font-family: "AlibabaPuHuiTiBold";
}
#xt_indexmain .teacherList .item .info p {
  font-size: 14px;
  line-height: 20px;
}
#xt_indexmain .teacherList .item .info .btn-box {
  width: 180px;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 30px;
}
#xt_indexmain .teacherList .item .info .btn-box > a,
#xt_indexmain .teacherList .item .info .btn-box > div {
  width: 65px;
  height: 24px;
  background: #ff123f;
  font-size: 12px;
  color: #ffffff;
  cursor: pointer;
  border-radius: 24px;
}
#xt_indexmain .teacherList .item:hover {
  flex-shrink: 0;
}

#xt_indexmain .teacherList .item:hover .info {
  transition: all 0.2s ease-in-out;
  bottom: 0;
}

#xt_indexmain .teacherList .swiper-btn {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  width: 26px;
  height: 65px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0px 8px 8px 0px;
  transition: all 0.2s ease-in-out;
}
#xt_indexmain .teacherList .swiper-button-next {
  border-radius: 8px 0 0 8px;
  right: -29px;
}
#xt_indexmain .teacherList .swiper-button-prev {
  left: -29px;
}
#xt_indexmain .teacherList .swiper-btn:hover {
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.2s ease-in-out;
}

#xt_indexmain .teacher .service {
  background: #fff7ec url(../image/service_bg.png) no-repeat;
  background-size: auto 100%;
  border-radius: 6px;
  border: solid 1px #ffe9c9;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 120px;
}
#xt_indexmain .teacher .service ul {
  width: calc(100% - 120px);
}
#xt_indexmain .teacher .service li {
  padding-left: 35px;
}

#xt_indexmain .teacher .service li .t {
  font-size: 16px;

  line-height: 18px;
  color: #333333;
  margin-bottom: 7px;
  padding-top: 10px;
  font-family: "AlibabaPuHuiTiBold";
}
#xt_indexmain .teacher .service li .txt {
  font-size: 13px;
  line-height: 18px;
  color: #333333;
}

#xt_indexmain .teacher .service li .arrow {
  width: 55px;
  height: 100px;
  background-color: #ffeed6;
  flex-shrink: 0;
  margin-left: 35px;
}
#xt_indexmain .teacher .dingzhi {
  position: relative;
  padding-bottom: 25px;
}
#xt_indexmain .teacher .dingzhi .part {
  margin-bottom: 15px;
}
#xt_indexmain .teacher .dingzhi .part:last-child {
  margin-bottom: 0;
}
#xt_indexmain .teacher .dingzhi .part > p {
  width: 137px;
  height: 40px;
  background-color: #4d4d4d;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  border-radius: 4px;
  margin-right: 20px;
}
#xt_indexmain .teacher .dingzhi .part > p::after {
  content: "";
  border: 7px solid #4d4d4d;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -14px;
}

#xt_indexmain .teacher .dingzhi .part li {
  width: 100px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #e5e5e5;
  font-size: 16px;
  color: #333333;
  margin-right: 15px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
#xt_indexmain .teacher .dingzhi .part li:last-child {
  margin-right: 0;
}
#xt_indexmain .teacher .dingzhi .part li.active {
  color: #ffffff;
  background: #ff123f;
  border: solid 1px #ff123f;
  transition: all 0.2s ease-in-out;
}
#xt_indexmain .teacher .dingzhi .part li:hover {
  border: solid 1px #ff123f;
  transition: all 0.2s ease-in-out;
}

#xt_indexmain .teacher .dingzhi .formbox {
  width: 510px;
  height: 205px;
  background: url(../image/form_bg.png) no-repeat;
  background-size: 100%;
  padding-right: 25px;
  padding-left: 210px;
}
#xt_indexmain .teacher .dingzhi .formbox .left {
  font-size: 45px;
  color: #ffffff;

  font-family: "AlibabaPuHuiTiBold";
  padding-left: 36px;
  margin-right: 39px;
  flex-shrink: 0;
  line-height: 52px;
}
#xt_indexmain .teacher .dingzhi .formbox .left em {
  color: #ffcb81;
  font-style: normal;
}

#xt_indexmain .teacher .dingzhi .formbox .t {
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 13px;
  font-family: "AlibabaPuHuiTiMedium";
}

#xt_indexmain .teacher .dingzhi form {
  flex-wrap: wrap;
}
#xt_indexmain .teacher .dingzhi .item {
  width: 130px;
  height: 36px;
  background-color: #ffffff;
  margin-bottom: 10px;
  overflow: hidden;
}
#xt_indexmain .teacher .dingzhi .item input {
  width: 100%;
  height: 100%;
  background: #ffffff;
  font-size: 14px;
  padding-left: 10px;
}
#xt_indexmain .teacher .dingzhi .item.yzm span {
  height: 36px;
  background-color: #4d4d4d;
  flex-shrink: 0;
  font-size: 12px;
  color: #ffffff;
  padding: 0 5px;
  cursor: pointer;
}
#xt_indexmain .teacher .dingzhi .submit {
  width: 130px;
  height: 36px;
  background-color: #ffcb81;
  border-radius: 18px;
  font-size: 14px;

  line-height: 22px;
  color: #000000;
  margin-bottom: 15px;
  cursor: pointer;
  font-family: "AlibabaPuHuiTiBold";
}
#xt_indexmain .teacher .dingzhi form p {
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  opacity: 0.8;
}

#xt_indexmain .teacher .dingzhi .remark {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  color: #333333;
  opacity: 0.6;
}
#xt_indexmain .cases-news-tools-review {
  background: none;
  padding: 0;
  flex-direction: column;
  flex-wrap: wrap;
  height: 650px;
}
#xt_indexmain .cases-news-tools-review .minpart {
  background: #ffffff;
  border-radius: 12px;
  padding: 0 29px 29px;
}
#xt_indexmain .cases {
  width: 780px;
  height: 320px;
  margin-bottom: 20px;
}
#xt_indexmain .cases .thead {
  height: 40px;
  background-color: #4d4d4d;
  color: #ffffff;

  font-size: 14px;
  font-family: "AlibabaPuHuiTiBold";
}
#xt_indexmain .cases .thead > div {
  width: 20%;
  flex-shrink: 0;
  text-align: center;
}
#xt_indexmain .cases .tbody {
  height: 160px;
  overflow: hidden;
}
#xt_indexmain .cases .tbody table {
  width: 100%;
}
#xt_indexmain .cases .tbody tr {
  height: 40px;
  background-color: #fafafa;
}
#xt_indexmain .cases .tbody tr.odd {
  background-color: #ededed;
}
#xt_indexmain .cases .tbody td {
  width: 20%;
  flex-shrink: 0;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  color: #4d4d4d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#xt_indexmain .cases .tbody td .btn {
  width: 85px;
  height: 30px;
  background-color: #ff123f;
  border: 1px solid #ff123f;
  border-radius: 30px;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  margin: 0 auto;
  line-height: 30px;
  display: block;
}
#xt_indexmain .cases .tbody td .btn:hover {
  background: #ffffff;
  color: #ff123f;
}
#xt_indexmain .news-tools {
  width: 780px;
  align-items: stretch;
}
#xt_indexmain .news {
  width: 480px;
  height: 310px;
}

#xt_indexmain .news .stitle li {
  padding: 0 7px;
}
#xt_indexmain .news .stitle a {
  margin-left: 5px !important;
}
#xt_indexmain .news .hot {
  margin-bottom: 28px;
  height: 75px;
}
#xt_indexmain .news .hot a {
  align-items: stretch;
  height: 75px;
}
#xt_indexmain .news .hot img {
  width: 125px;
  height: 75px;
  background-color: #000000;
  border-radius: 6px;
  flex-shrink: 0;
  margin-right: 17px;
}
#xt_indexmain .news .hot p:nth-child(1) {
  width: 280px;
  font-size: 14px;

  font-family: "AlibabaPuHuiTiBold";
  line-height: 14px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}

#xt_indexmain .news .hot p:nth-child(2) {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 40px;
}
#xt_indexmain .news .hot:hover p:nth-child(1) {
  color: #ff123f;
}
#xt_indexmain .news .hot span {
  display: block;
  text-align: right;
  font-size: 14px;
  line-height: 14px;
  color: #ff123f;
  margin-top: 5px;
}
#xt_indexmain .news .hot span:hover {
  font-family: "AlibabaPuHuiTiBold";
}
#xt_indexmain .news .list li a {
  font-size: 14px;
  line-height: 34px;
  letter-spacing: 0px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#xt_indexmain .news .list li:hover a {
  color: #ff123f;
}
#xt_indexmain .news .list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #cccccc;
  border-radius: 6px;
  margin-right: 10px;
  flex-shrink: 0;
}
#xt_indexmain .news .list li:hover:before {
  background-color: #ff123f;
}
#xt_indexmain .tools {
  height: 310px;
  width: 288px;
}
#xt_indexmain .tools ul {
  flex-wrap: wrap;
}

#xt_indexmain .tools li {
  width: 50%;
  text-align: center;
  position: relative;
  transition: all 0.2s ease-in-out;
  top: 0;
}
#xt_indexmain .tools li:nth-child(1),
#xt_indexmain .tools li:nth-child(2) {
  margin-bottom: 25px;
}
#xt_indexmain .tools li div {
  margin: 0 auto 17px;
}
#xt_indexmain .tools li p {
  font-size: 15px;
  line-height: 14px;
  color: #333333;
}
#xt_indexmain .tools li:hover {
  transition: all 0.2s ease-in-out;
  top: -6px;
}

#xt_indexmain .tools li:hover p {
  color: #ff123f;
}

#xt_indexmain .review {
  width: 400px;
  height: 650px;
  padding: 0 20px !important;
}
#xt_indexmain .review .stitle {
  margin-bottom: 0;
  width: 342px;
  margin: 0 auto;
}
#xt_indexmain .review .minpart {
  padding-bottom: 0;
}
#xt_indexmain .review .list {
  align-items: flex-start;
  height: 587px;
  overflow: hidden;
  position: relative;
}
#xt_indexmain .review .list > div {
  width: 50%;
  height: 587px;
}
#xt_indexmain .review ul {
  width: 100%;
  align-items: flex-start;
  margin: 0 auto;
  /* animation: scroll 10s linear infinite; */
  position: absolute;
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
#xt_indexmain .review li {
  width: 165px;
  height: 224px;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  margin: 0 auto 20px;
  cursor: pointer;
}

#xt_indexmain .review li img {
  width: 100%;
}

#xt_indexmain .review .list > p {
  font-size: 14px;
  color: #999999;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 1;
}
#xt_indexmain .textbook li {
  position: relative;
  margin-right: 9px;
  cursor: pointer;
  overflow: hidden;
}
#xt_indexmain .textbook li:last-child {
  margin-right: 0;
}
#xt_indexmain .textbook li .info {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  bottom: -190px;
  color: #ffffff;
  padding: 10px;
  transition: all 0.2s ease-in-out;
}
#xt_indexmain .textbook li span {
  font-size: 14px;
  text-align: center;
  line-height: 18px;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 10px;
}
#xt_indexmain .textbook li p {
  font-size: 14px;
  line-height: 17px;
  height: 68px;
  margin-bottom: 15px;
}
#xt_indexmain .textbook li .btn {
  width: 80px;
  height: 25px;
  background: #ff123f;
  margin: 0 auto;
  text-align: center;
  line-height: 25px;
  border-radius: 25px;
  cursor: pointer;
}
#xt_indexmain .textbook li:hover .info {
  bottom: 0;
  transition: all 0.2s ease-in-out;
}
#xt_indexmain .oraltraining .swiper {
  padding-top: 80px;
  position: relative;
}
#xt_indexmain .oraltraining .mySwiper {
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
}
#xt_indexmain .oraltraining .mySwiper .swiper-slide {
  width: 20%;
}
#xt_indexmain .oraltraining .mySwiper2 {
  position: relative;
  z-index: 3;
}
#xt_indexmain .oraltraining .mySwiper .swiper-slide {
  height: 50px;
  padding-top: 20px;
  transition: all 0.2s;
  cursor: pointer;
}
#xt_indexmain .oraltraining .mySwiper p:nth-child(1) {
  font-size: 20px;

  line-height: 22px;
  letter-spacing: 0px;
  color: #333333;
  opacity: 0.3;
  margin-bottom: 11px;
  transition: all 0.2s;
  font-family: "AlibabaPuHuiTiBold";
}
#xt_indexmain .oraltraining .mySwiper p:nth-child(2) {
  opacity: 0;
  transition: all 0.2s;
  font-size: 15px;
}
#xt_indexmain .oraltraining .mySwiper .swiper-slide-prev {
  text-align: left;
}
#xt_indexmain .oraltraining .mySwiper .swiper-slide-next {
  text-align: right;
}
#xt_indexmain .oraltraining .mySwiper .swiper-slide-active {
  padding-top: 0;
  transition: all 0.2s;
}
#xt_indexmain .oraltraining .mySwiper .swiper-slide-active p:nth-child(1) {
  opacity: 1;
  transition: all 0.2s;
}
#xt_indexmain .oraltraining .mySwiper .swiper-slide-active p:nth-child(2) {
  opacity: 1;
  transition: all 0.2s;
}
#xt_indexmain .oraltraining .mySwiper .swiper-slide:hover p:nth-child(1) {
  opacity: 1;
}
#xt_indexmain .oraltraining .swiper-btn {
  top: 0;
  margin: 0;
  width: 34px;
  height: 34px;
  background: url(../image/ainext.png) no-repeat;
  background-size: 100%;
  border-radius: 34px;
  transition: all 0.2s ease-in-out;
  z-index: 4;
  opacity: 0.7;
}
#xt_indexmain .oraltraining .swiper-button-next {
  right: 410px;
}
#xt_indexmain .oraltraining .swiper-button-prev {
  transform: rotateZ(180deg);
  left: 410px;
}
#xt_indexmain .oraltraining .swiper-btn:hover {
  transition: all 0.2s ease-in-out;
  opacity: 1;
}

#xt_indexmain .oraltraining .mySwiper2 {
  position: relative;
  margin-top: 30px;
  height: 320px;
}
#xt_indexmain .oraltraining .mySwiper2::after {
  content: "";
  width: 500px;
  height: 320px;
  background-color: #000000;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#xt_indexmain .oraltraining .mySwiper2 .swiper-slide {
  width: 500px;
  height: 320px;
  box-shadow: 0px 5px 15px 0px rgba(6, 0, 1, 0.1);
  border-radius: 20px;
  position: relative;
}
#xt_indexmain .oraltraining .mySwiper2 .swiper-slide img {
  transform: scale(0.8);
}
#xt_indexmain .oraltraining .mySwiper2 .swiper-slide ul {
  position: absolute;
  width: auto;
  height: auto;
  background-color: #ffcb81;
  border-radius: 20px;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 18px 15px 20px;
  opacity: 0;
  margin-left: -195px;
}
#xt_indexmain .oraltraining .mySwiper2 .swiper-slide ul li {
  font-size: 16px;
  line-height: 28px;
  color: #7e551a;
}
#xt_indexmain .oraltraining .mySwiper2 .swiper-slide ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #7e551a;
  display: inline-block;
  margin-right: 13px;
  border-radius: 8px;
}
#xt_indexmain .oraltraining .mySwiper2 .swiper-slide > div {
  height: 100%;
}
#xt_indexmain .oraltraining .mySwiper2 .swiper-slide-prev {
  /* transform: translateX(570px) scale(0.5); */
  z-index: 2;
  opacity: 0.4;
}
#xt_indexmain .oraltraining .mySwiper2 .swiper-slide-prev > div {
  justify-content: flex-end;
}
#xt_indexmain .oraltraining .mySwiper2 .swiper-slide-next {
  /* transform: translateX(-570px) scale(0.5); */
  z-index: 2;
  opacity: 0.4;
}
#xt_indexmain .oraltraining .mySwiper2 .swiper-slide-next > div {
  justify-content: flex-start;
}
#xt_indexmain .oraltraining .mySwiper2 .swiper-slide-active {
  z-index: 3;
}
#xt_indexmain .oraltraining .mySwiper2 .swiper-slide-active img {
  transform: scale(1);
}
#xt_indexmain .oraltraining .mySwiper2 .swiper-slide-active ul {
  opacity: 1;
  transition: all 1s;
}

#xt_indexmain .oraltraining .mySwiper2 .swiper-slide .img {
  width: 480px;
  height: 300px;
}
#xt_indexmain .oraltraining .mySwiper2 .swiper-slide .img img {
  width: 100%;
  border-radius: 20px;
}

/* #xt_indexmain .branchbox {
  background: #ffffff url(../image/branch_bg.png) no-repeat;
  background-size: auto 100%;
  border-radius: 12px;
}
#xt_indexmain .branchbox .stitle {
  border-bottom: none;
}
#xt_indexmain .branch {
  align-items: flex-start;
}
#xt_indexmain .branch ul {
  flex-wrap: wrap;
  width: 530px;
}
#xt_indexmain .branch li {
  width: 80px;
  height: 42px;
  background-color: #f0f0f0;
  border-radius: 5px;
  font-size: 16px;
  color: #000000;
  margin-top: 20px;
  margin-right: 10px;
  cursor: pointer;
}
#xt_indexmain .branch li:nth-child(1),
#xt_indexmain .branch li:nth-child(2),
#xt_indexmain .branch li:nth-child(3),
#xt_indexmain .branch li:nth-child(4),
#xt_indexmain .branch li:nth-child(5),
#xt_indexmain .branch li:nth-child(6) {
  margin-top: 0;
}
#xt_indexmain .branch li:nth-child(6n) {
  margin-right: 0;
}
#xt_indexmain .branch li.active {
  background-color: #ff123f;
  color: #ffffff;
}
#xt_indexmain .branch .detail {
  width: calc(100% - 580px);
  position: relative;
  padding-bottom: 75px;
  height: 258px;
}
#xt_indexmain .branch .detail .intr {
  position: absolute;
  top: -15px;
  right: 0;
  font-size: 20px;

  color: #333333;
  font-family: "AlibabaPuHuiTiBold";
}
#xt_indexmain .branch .cityname {
  font-size: 30px;

  line-height: 30px;
  color: #2c303b;
  margin-bottom: 17px;
  font-family: "AlibabaPuHuiTiBold";
}
#xt_indexmain .branch .cityname img {
  margin-right: 20px;
}
#xt_indexmain .branch .txt {
  font-size: 14px;
  line-height: 14px;
  color: #4d4d4d;
  margin-bottom: 15px;
}
#xt_indexmain .branch .txt p {
  width: 560px;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#xt_indexmain .branch .txt p b {
  flex-shrink: 0;
}
#xt_indexmain .branch .txt p:nth-child(1) {
  margin-top: 0;
}

#xt_indexmain .branch .remark {
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 0 28px 0 18px;
}

#xt_indexmain .branch .remark p {
  font-size: 14px;
  line-height: 14px;
  color: #4d4d4d;
}
#xt_indexmain .branch .remark p:nth-child(2) {
  margin-top: 10px;
}

#xt_indexmain .branch .remark p b {
  color: #ff123f;
  margin-right: 5px;
}

#xt_indexmain .branch .remark .leyubtn {
  width: 85px;
  height: 30px;
  background-color: #ff123f;
  border-radius: 14px;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
#xt_indexmain .branchImg {
  margin-top: 25px;
  height: 210px;
}
#xt_indexmain .branchImg li {
  width: 280px;
  height: 210px;
  margin-right: 6px;
  border-radius: 4px;
  overflow: hidden;
}
#xt_indexmain .branchImg li:last-child {
  margin-right: 0;
}
#xt_indexmain .branchImg li img {
  max-width: 100%;
  height: 100%;
} */

#xt_indexmain .honors .swiper-slide {
  width: 280px;
  height: auto;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}

#xt_indexmain .honors .swiper-slide img {
  width: 100%;
}
#xt_indexmain .honors .swiper-slide p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  line-height: 25px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  text-align: center;
  font-size: 15px;
  padding: 4px 0;
}

/* handbooklayout */
.handbooklayout {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 12;
}

.handbooklayout .layout_box {
  /* display: none; */
  padding-bottom: 20px;
}

.handbooklayout .link_box {
  display: none;
}

.handbooklayout > div {
  width: 460px;
  height: auto;
  background: #ffffff;
  border-radius: 20px;
}

.handbooklayout .info {
  width: 460px;
  height: 80px;
  background-image: linear-gradient(80deg, #fcedd1 0%, #f1cf9e 100%);
  border-radius: 20px 20px 0px 0px;
  padding-left: 25px;
  padding-top: 12px;
}

.handbooklayout .info p {
  font-size: 18px;
  color: #1a1a1a;
}

.handbooklayout h3 {
  font-size: 18px;
  color: #1a1a1a;
  margin-top: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.handbooklayout .close,
.leyu_close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.handbooklayout .close img {
  width: 100%;
}

.handbooklayout form {
  flex-wrap: wrap;
  padding: 25px 25px 0;
}

.handbooklayout .item,
.handbooklayout input,
.leyu_box input,
.handbooklayout select {
  width: 200px;
  height: 45px;
  background-color: #f2f2f2;
  border-radius: 4px;
  font-size: 14px;
  line-height: 45px;
  color: #999999;
}

.handbooklayout .item {
  margin-bottom: 8px;
}

.handbooklayout input,
.leyu_box input,
.handbooklayout select {
  padding-left: 10px;
}

.handbooklayout select {
  background: #f1f1f1 url(https://www.igo.cn/study/handbook/img/form_arrow.png)
    no-repeat right;
  background-position-y: 50%;
  background-position-x: 180px;
}

.handbooklayout .item.yzm input {
  width: 100%;
}

.handbooklayout .item.yzm span {
  width: 100px;
  height: 40px;
  background-color: #333333;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
  flex-shrink: 0;
}

.handbooklayout .btn_box {
  margin: 12px auto 0;
}

.handbooklayout .btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  background-color: #ffd391;
  border-radius: 22px;
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  cursor: pointer;
}

.handbooklayout .btn img {
  margin-right: 5px;
  height: 21px;
}

.handbooklayout .btn:nth-child(2) {
  margin-left: 30px;
}

.handbooklayout .link_box {
  width: 443px;
  height: auto;
  background-color: #ffffff;
  border-radius: 20px;
  padding-top: 92px;
  padding-bottom: 15px;
}

.handbooklayout .link_box .succeed {
  width: 113px;
  height: 113px;
  background: url(https://www.igo.cn/study/handbook/img/succeed.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -33px;
  align-items: flex-end;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  padding-top: 90px;
}

.handbooklayout .link_box .line {
  width: 400px;
  height: 1px;
  background-color: #e6e6e6;
  margin: 0 auto;
}

.handbooklayout .link_box .detail {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 13px;
  padding-bottom: 12px;
  /* display: none; */
}

.handbooklayout .link_box .detail .link {
  font-size: 14px;
  color: #1a1a1a;
  margin-top: 10px;
  line-height: 20px;
}

.handbooklayout .link_box .detail .link a {
  color: #1a1a1a;
}

.handbooklayout .link_box .detail .link a:hover {
  color: #f10000;
}

.reviewpreview {
  position: fixed;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 20;
  display: none;
}

.reviewpreview > div {
  height: 93%;
}

.reviewpreview img {
  height: 100%;
}

.reviewpreview > div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.reviewpreview.type2 > div {
  width: 80%;
}

.reviewpreview.type2 img {
  width: 100%;
}

.reviewpreview .reviewclose {
  position: absolute;
  width: 100%;
  top: -15px;
  right: -15px;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  background: #de3233;
  border-radius: 50px;
  overflow: hidden;
  cursor: pointer;
}

.reviewpreview .reviewclose img {
  height: 50%;
}
