@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  height: 100%;
}

body {
  min-width: 1200px;
  font-family: 'MicrosoftYaHeiUI';
  -moz-user-select: none;
  /*火狐*/

  -webkit-user-select: none;
  /*webkit浏览器*/

  -ms-user-select: none;
  /*IE10*/

  -khtml-user-select: none;
  /*早期浏览器*/

  user-select: none;
}

* {
  box-sizing: content-box;
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
}

header,
section,
footer,
aside,
nav,
article,
figure {
  display: block;
}

body {
  margin: 0 auto;
  padding: 0px;
  min-width: 1200px;
  font-size: 14px;
  font-family: "å¾®è½¯é›…é»‘";

}

div,
ul,
li,
h1,
p,
hr,
form,
input {
  margin: 0;
  padding: 0;
}

table,
th,
td {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

img {
  border: 0;
}

a,
input,
i {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

input {
  background: none;
  outline: none;
  border: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input:focus {
  border: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.zt-wrap {
  position: relative;
}

.zt-wrap img {
  display: block;
  width: 100%;
}

.show {
  display: block !important;
}

.hide {
  display: none;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}




.consumption-form {
  width: 100%;
  height: 305px;
  position: relative;
  margin: 0 auto;
  background: url(../images/13.png) no-repeat;
  background-size: 100% 100%;
}

.consumption-form .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.ewm {
  position: fixed;
  width: 120px;
  top: 50%;
  height: 176px;
  margin-top: -88px;
  left: 23px;
  z-index: 99;
}

.obs {
  position: absolute;
  top: 92px;
  left: 0;
  width: 473px;
  z-index: 1;
}

.obs img {
  width: 100%;
}

.obs img:nth-child(2) {
  width: 455px !important;
  margin-top: 10px;
}

.consumption-form-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 1200px;
  height: 210px;
}

.wwww {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.main-form {
  position: absolute;
  width: 622px;
  height: 218px;
  background: #FFFFFF;
  border-radius: 8px;
  top: 47px;
  right: 0px;
  z-index: 1;
}

.form-concent {
  position: absolute;
  top: 26px;
  right: 72px;
  left: 72px;
  bottom: 0;
}

.topp {
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
}



.topp .form-item:nth-child(1) {
  width: 230px;
  height: 38px;
  background: #FFF;
  border-radius: 4px;
  border: 1px solid #EEE;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  margin-right: 18px;
}

#userName,
#phone-input {
  width: 228px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  background: #FFFFFF;
  border-radius: 4px;
  padding-left: 15px;
}

.bbbb {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 15px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #000;
}

.bott {
  display: flex;
  justify-content: space-between;
}

.bott .form-item:nth-child(1) {
  width: 230px;
  height: 38px;
  background: #FFF;
  border-radius: 4px;
  border: 1px solid #EEE;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  margin-right: 18px;
  display: flex;
  padding-left: 15px;
  position: relative;
}

.bott .form-item:nth-child(1) .form-item-inputs {
  flex: 1;
}

#intentionCountry {
  width: 100%;
  border: 0;
  outline: none;
  height: 100%;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
  padding-left: 15px;
}

input::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.bott .form-item:nth-child(1) label {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 38px;
}

select {
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  border: solid 1px #000;
  /*很关键：将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*在选择框的最右侧中间显示小箭头图片*/
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
  display: none;
}

.bott .form-item:nth-child(2) {
  display: flex;
  width: 230px;
  height: 38px;
  background: #FFF;
  border-radius: 4px;
  border: 1px solid #EEE;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  display: flex;
  padding-left: 15px;
  position: relative;
}

.bott .form-item:nth-child(2) input {
  width: 120px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  background: #FFFFFF;
}

.send-code-btn {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FF4E00;
  line-height: 38px;
  cursor: pointer;
}

#formSubmitBtn {
  width: 230px;
  height: 38px;
  background: #FF4E00;
  border-radius: 4px;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0 auto;

  cursor: pointer;

}

.xieyi-form-item {
  margin-top: 15px;
  margin-bottom: 8px;
}

.privacy_box {
  letter-spacing: -1px;
}

.agree-policy {
  display: none;
}

.agree-policy-label {
  width: 100%;
  vertical-align: middle;
  font-size: 12px;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.agree-policy-label a {
  color: #FF4E00;
}

.consumption-form .agree-policy+label::before {
  content: '';
  display: inline-block;
  width: 12px !important;
  height: 12px !important;
  border: 0 !important;
  border-radius: 0% !important;
  background-image: url(https://h5cdn.jjl.cn/pc/20240911_evaluating/unchecked.png);
  background-size: 100%;
  background-repeat: no-repeat;
  /* margin-right: 4px; */
  vertical-align: text-bottom;
  cursor: pointer;
  padding: 0 !important;
  margin-right: 3px;
  /* margin-bottom: 2px; */
}

.consumption-form .agree-policy:checked+label::before {
  padding: 0 !important;
  display: inline-block;
  content: '';
  width: 12px !important;
  height: 12px !important;
  background-image: url(../images/checked.png);
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  border: 0 !important;
  border-radius: 0% !important;
  cursor: pointer;
  /* margin-bottom: 2px; */
  margin-right: 3px;
}

.alert-box .agree-policy+label::before {
  content: '';
  display: inline-block;
  width: 16px !important;
  height: 16px !important;
  border: 0 !important;
  border-radius: 0% !important;
  background-image: url(../images/un1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  /* margin-right: 4px; */
  vertical-align: text-bottom;
  cursor: pointer;
  padding: 0 !important;
  margin-right: 3px;
  /* margin-bottom: 2px; */
}

.alert-box .agree-policy:checked+label::before {
  padding: 0 !important;
  display: inline-block;
  content: '';
  width: 16px !important;
  height: 16px !important;
  background-image: url(../images/ch1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  border: 0 !important;
  border-radius: 0% !important;
  cursor: pointer;
  /* margin-bottom: 2px; */
  margin-right: 3px;
}

.item-tips {
  font-size: 10px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FF4E00;
  line-height: 14px;
  position: absolute;
  left: 6px;
  bottom: -17px;
  display: none;
}

.main-form .form-item {
  position: relative;
}

.topp .form-item:nth-child(2) {
  width: 230px;
  height: 38px;
  background: #FFF;
  border-radius: 4px;
  border: 1px solid #EEE;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.it-active {
  /* border: 1px solid #FF4E00 !important; */
}

#count-down {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FF4E00;
  line-height: 38px;
  cursor: pointer;
}

.ssssssssssss {
  /* display: none; */
}

.success-concent-box {
  position: fixed;
  width: 420px;
  height: 50px;
  background: red;
  top: 50%;
  left: 50%;
  margin-left: -190px;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  border-radius: 19px;
  display: none;
  z-index: 99;
}

.success-concent-active {
  display: block !important;
}

.one-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  background: rgba(0, 0, 0, 0.7);
}

.one-div {
  width: 506px;
  height: 264px;
  position: absolute;
  left: 50%;
  top: 50%;

  margin-left: -253px;
  margin-top: -132px;
}

.ccc {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 18px !important;
  height: 18px !important;
}

.one-btn {
  width: 150px;
  height: 40px;
  background: linear-gradient(180deg, #FFD242 0%, #FC9807 100%);
  border-radius: 34px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  margin-left: -75px;
  bottom: 19px;
}

.btn_public {
  animation: scale2 2s linear infinite;
}

.linght {
  content: '';
  display: block;
  position: absolute;
  width: 105px;
  height: 105px;
  top: -10px;
  left: -10px;
  transform: rotate(-75deg);
  background-image: linear-gradient(rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
  opacity: 0.6;
  animation: 1s cross-data ease-in infinite normal;
}

@keyframes cross-data {
  0% {
    left: 0%;
  }

  100% {
    left: 100%;
  }
}

@keyframes scale2 {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.1);
  }
}

@-webkit-keyframes scale2 {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.1);
  }
}

.banner .wrapper1 {
  position: relative;
  /* margin-top: -308px; */
  margin-top: -22%;

}

.ban-list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.ban-item {
  display: block;
  width: 295px;
  height: 67px;
  background: url(https://h5cdn.jjl.cn/pc/20240204_keyan/2.png) no-repeat;
  background-size: 100% 100%;
  font-size: 30px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  line-height: 62px;
}

.why .wrapper {
  padding: 36px 36px 16px 36px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background: #fff;
}

.why {
  margin-top: 3%
}

.why-con {
  display: flex;
  justify-content: space-between;
}

.wyh-l {
  width: 399px;
  height: 288px;
  margin-right: 47px;
}

.wyh-r {
  flex: 1;
  padding-top: 20px;
  padding-bottom: 30px;
}

.wyh-r-img {
  width: 554px !important;
  height: 47px !important;
  margin: 0 auto;
  margin-bottom: 20px;
}

.r-con p {
  font-size: 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  margin-bottom: 20px;
}

.btn-all {
  font-size: 24px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 48px;
  cursor: pointer;
  width: 280px;
  text-align: center;
  height: 48px;
  cursor: pointer;
  background: url(https://h5cdn.jjl.cn/pc/20240204_keyan/5.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  margin: 0 auto;
}

.zy {
  padding: 58px 0 42px 0;
  background: url(https://h5cdn.jjl.cn/pc/20240204_keyan/6.png)no-repeat;
  background-size: 100% 100%;
}

.zy-title {
  width: 588px;
  margin: 0 auto;
  margin-bottom: 47px;
}

.zy-con {
  display: flex;
  justify-content: space-between;
}

.zy-top1 {
  width: 519px;
  height: 415px;
  margin-right: 122px;
}

#mainec {
  width: 519px;
  height: 415px;
}

.zy-top2 {
  flex: 1;
  padding-top: 69px;
}

.zy-top3 {
  margin-left: 22px;
  padding: 57px 30px 15px 20px;
  background: #FFFFFF;
  box-shadow: 0px 1px 2px 0px #DEE5FF;
  border-radius: 8px;
  position: relative;
  margin-bottom: 15px;
}

.zy-top3 span {
  display: block;
  width: 413px;
  height: 50px;
  background: #FF4E00;
  border-radius: 8px 100px 0px 0px;
  line-height: 50px;
  font-size: 22px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 21px;
}

.zy-top3 p {
  font-size: 18px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
}

.zy-list span {
  display: inline-block;
  width: 200px;
  height: 44px;
  background: url(https://h5cdn.jjl.cn/pc/20240204_keyan/10.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 44px;
  font-size: 18px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;

  color: #333333;
}

.zy-top .zy-list div:nth-child(1) {
  margin-top: 16px;
  margin-bottom: 16px;
}

.zy-top .zy-list div:nth-child(1) span:nth-child(2),
.zy-top .zy-list div:nth-child(1) span:nth-child(1) {
  margin-left: 20px;
}

.zy-top .zy-list div:nth-child(2) span:nth-child(1) {
  margin-right: 20px;
}

.zy-bottom {
  display: flex;
  justify-content: space-between;
}

.zy-top {
  margin-bottom: 27px;
}

.zy-bottom {}

.zy-bottom-l {
  flex: 1;
}

.zy-bottom-r {
  width: 489px;
  height: 399px;
  margin-left: 95px;
}

.zy-bottom-l .zy-top3 {
  margin-left: 0;
}

.zy-bottom-l .zy-top3 span {
  width: 580px;
}

.zy-bottom .zy-list div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.object {
  padding-top: 110px;
  padding-bottom: 110px;
  background: url(https://h5cdn.jjl.cn/pc/20240204_keyan/11.png) no-repeat;
  background-size: 100% 100%;
}

.object-title {
  width: 588px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.tabs {
  width: 556px;
  display: flex;
  margin: 0 auto;
  margin-bottom: 20px;
  justify-content: space-between;
}

.tabs span {
  display: block;
  width: 263px;
  height: 71px;
  cursor: pointer;
}

.tab-list {
  width: 1200px;
  height: 426px;
  background: url(https://h5cdn.jjl.cn/pc/20240204_keyan/bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 21px;
}

.tab-item {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 8px;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 30px;
  display: none;
}

.tab-item-active {
  display: block !important;
}

.item-img {
  width: 288px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.tab-con {}

.tab-con-item span {
  font-size: 22px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #16338B;
  line-height: 30px;
  display: block;
  width: 120px;
  height: 30px;
}

.tab-con-item p {
  font-size: 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  flex: 1;
}

.tab-con-item {
  margin-bottom: 24px;
  display: flex;
}

.tab-con-item div i {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 7px;
}

.tab-con-item div {
  display: flex;
  /* align-items: center; */
}

.tab-con-item div p {
  margin-right: 31px;
  display: flex;
  width: 185px;
}

.tab-btns {
  width: 760px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 15px;
}

.tab-btns div {
  cursor: pointer;
  width: 280px;
  height: 48px;
  line-height: 48px;


}

.one {
  font-size: 24px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 48px;
  cursor: pointer;
  width: 280px;
  text-align: center;
  height: 48px;
  cursor: pointer;
  background: url(https://h5cdn.jjl.cn/pc/20240204_keyan/5.png) no-repeat;
  background-size: 100% 100%;
  display: block;
}

.two {
  font-size: 24px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 48px;
  cursor: pointer;
  width: 280px;
  text-align: center;
  height: 48px;
  cursor: pointer;
  background: url(https://h5cdn.jjl.cn/pc/20240204_keyan/18.png) no-repeat;
  background-size: 100% 100%;
  display: block;
}

.ys {
  background: #fff;
  padding: 35px 0 40px 0;
}

.ys-top {
  margin: 0 auto;
  margin-bottom: 40px;
  width: 588px;
}

.ys-list {
  display: flex;
  margin-bottom: 40px;
  justify-content: space-between;
}

.ys-item {
  width: 285px;
  height: 367px;
  background: #F9FAFF;
  box-shadow: 0px 0px 6px 2px #DEE5FF;
  border-radius: 10px;
  padding: 20px 22px 0 22px;
}

.ys-item i {
  display: block;
  width: 90px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.ys-title {
  font-size: 26px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 37px;
  margin-bottom: 20px;
  text-align: center;
}

.ys-desc {
  font-size: 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 28px
}

.ys-item:nth-child(1) i {
  background: url(https://h5cdn.jjl.cn/pc/20240204_keyan/20.png) no-repeat;
  background-size: 100% 100%;
}

.ys-item:nth-child(2) i {
  background: url(https://h5cdn.jjl.cn/pc/20240204_keyan/25.png) no-repeat;
  background-size: 100% 100%;
}

.ys-item:nth-child(3) i {
  background: url(https://h5cdn.jjl.cn/pc/20240204_keyan/26.png) no-repeat;
  background-size: 100% 100%;
}

.ys-item:nth-child(4) i {
  background: url(https://h5cdn.jjl.cn/pc/20240204_keyan/27.png) no-repeat;
  background-size: 100% 100%;
}

.ys-active {
  background: #001C82 !important;
}

.ys-active .ys-title,
.ys-active .ys-desc {
  color: #fff !important;
}


@media only screen and (min-width: 1600px) {
  .why {
    margin-top: 6% !important;
  }

  .banner .wrapper1 {
    margin-top: -17% !important;
  }
}

.alert-box {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.box-form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 450px;
  height: 544px;
  margin-left: -225px;
  margin-top: -272px;
  background: url(../images/bg2.png) no-repeat;
  background-size: 100% 100%;
  padding: 115px 20px 30px 20px;
}

.closebtn {
  position: absolute;
  width: 38px;
  left: 50%;
  margin-left: -16px;
  bottom: -60px;
  cursor: pointer;
}

.bb-form {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 19px 35px;
}

.bb-form .form-item {
  width: 340px;
  height: 40px;
  /* background: #FFFFFF;
  border: 1px solid #EDEDED;
  box-shadow: 0 2px 6px 0 #e0dddd66; */
  margin-bottom: 20px;
  /* overflow: hidden; */
  position: relative;
}

.bb-form #userName,
.bb-form #intentionCountry,
.ssssss,
.bb-form #phone-input {
  border-radius: 20px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  box-shadow: 0 2px 6px 0 #e0dddd66;
  height: 40px;
  line-height: 36px;
  width: 100%;
}

.bb-form .form-item-inputs {
  position: relative;
  height: 100%;
}

.bb-form #verification-code-input {
  padding-left: 15px;
  width: 210px;
}

.bb-form .agree-policy-label {
  justify-content: start;
  font-size: 14px;
  margin-bottom: 20px;
  margin-right: 8px;
}

.bb-form #formSubmitBtn {
  width: 300px;
  height: 40px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 40px;
  background: url(../images/btn2.png) no-repeat;
  background-size: 100% 100%;
}

.ban-btn {
  display: block;
  position: absolute;
  width: 17%;
  height: 18%;
  left: 23%;
  bottom: 10%;
  cursor: pointer;
}

.succ-box {
  width: 280px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -140px;
  height: 288px;
  margin-top: -144px;
  display: none;
}

.succ-box img {
  width: 100%;
}

.subb {
  position: absolute;
  left: 50%;
  margin-left: -80px;
  bottom: 30px;
  cursor: pointer;
  width: 160px !important;
}

.alert-box .agree-policy-label::before {
  background-color: inherit !important
}

input[type="checkbox"]:checked+label {
  color: inherit !important;
}

input[type="checkbox"]:checked+label:before,
#xieyi_reg input[type="checkbox"]:checked+label:before {
  background-color: inherit !important;
  color: inherit !important;
}

.moudle1 {
  padding: 53px 0 93px 0;
}

.div1 img {
  width: 100%;
}

.div1 {
  width: 356px;
  height: 141px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.moudle1-list {
  display: flex;
  justify-content: space-between;
}

.moudle1-list-item {
  width: 285px;
  height: 290px;
  padding: 31px 28px 0 40px;
  position: relative;
}

.moudle1-list-item-title {
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 26px;
  color: #A0461B;
  letter-spacing: 0;
  text-align: center;
  /* margin-bottom: 12px; */
  margin-bottom: 8%;
}

body {
  line-height: initial !important;

}

.list1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list1 p {
  display: flex;
  margin-left: 13px;
  margin-bottom: 8%;
  width: 100%;
}

.pppp1 span {
  width: 100% !important;
}

.list1 span {
  padding-left: 10px;
  position: relative;
  display: block;
  font-family: PingFangSC-Medium;
  font-size: 20px;
  width: 50%;
  color: #333333;
  letter-spacing: 0;

}

.list1 span::before {
  display: block;
  content: '';
  width: 4px;
  height: 4px;
  background: #FF4E00;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -2px;
}

.list1-btn {
  width: 160px;
  height: 34px;
  background: url(../images/6.png) no-repeat;
  background-size: 100% 100%;
  font-family: PingFangSC-Medium;
  font-weight: 600;
  cursor: pointer;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 1.07px;
  text-align: center;
  line-height: 34px;
  position: absolute;
  left: 50%;
  margin-left: -80px;
  bottom: 24px;
}

.moudle1-list-item:nth-child(1) {
  background: url(../images/2.png) no-repeat;
  background-size: 100% 100%;
}

.moudle1-list-item:nth-child(2) {
  background: url(../images/3.png) no-repeat;
  background-size: 100% 100%;
}

.moudle1-list-item:nth-child(3) {
  background: url(../images/4.png) no-repeat;
  background-size: 100% 100%;
}

.moudle1-list-item:nth-child(4) {
  background: url(../images/5.png) no-repeat;
  background-size: 100% 100%;
}

.moudle2 {
  background-image: linear-gradient(180deg, #FF905E 0%, #FF4E00 100%);
  padding: 50px 0;
}

.div2 {
  width: 355.5px;
  height: 141px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.div2 img {
  width: 100%;
}

.moudle2-list {
  display: flex;
  justify-content: space-between;
}

.moudle2-list-item {
  width: 224px;
  height: 304px;
  background: #FFFFFF;
  border-radius: 8px;
  position: relative;
  padding-top: 99px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(255, 144, 94, 1);
}

.moudle2-title {
  position: absolute;
  left: -6px;
  top: 25px;
  width: 219px;
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 0;
  padding-left: 12px;
  height: 62px;
  line-height: 53px;
}

.moudle2-list-item:nth-child(1) .moudle2-title {
  background: url(../images/s1.png) no-repeat;
  background-size: 100% 100%;
}

.p1 {
  font-family: PingFangSC-Medium;
  /* font-weight: 600; */
  /* margin-bottom: 16px; */
  margin-bottom: 10%;
  font-size: 20px;
  color: #333333;
  letter-spacing: 0;
  position: relative;
  padding-left: 24px;

}

.p1::before {
  display: block;
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: url(../images/qq.png) no-repeat;
  background-size: 100% 100%;
  top: 50%;
  margin-top: -4px;
  left: 14px;
}

.moudle2-list-item:nth-child(2) .moudle2-title {
  background: url(../images/s2.png) no-repeat;
  background-size: 100% 100%;
}

.moudle2-list-item:nth-child(3) .moudle2-title {
  background: url(../images/s3.png) no-repeat;
  background-size: 100% 100%;
}

.moudle2-list-item:nth-child(4) .moudle2-title {
  background: url(../images/s4.png) no-repeat;
  background-size: 100% 100%;
}

.moudle2-list-item:nth-child(5) .moudle2-title {
  background: url(../images/s5.png) no-repeat;
  background-size: 100% 100%;
}

.moudle3 {
  padding: 50px 0;
}

.div3 {
  width: 356px;
  height: 141px;
  margin: 0 auto;
  margin-bottom: 46px;
}

.div3 img {
  width: 100%;
}

.qqq {
  cursor: pointer;
  width: 160px;
  height: 34px;
  font-family: PingFangSC-Medium;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 1.07px;
  text-align: center;
  line-height: 34px;
  margin: 0 auto;
  margin-top: 9px;
  background: url(../images/qqq.png) no-repeat;
  background-size: 100% 100%;
}

.swiper-container {
  width: 100%;
  height: 100%;
  padding-bottom: 50px !important;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.teacher-box {
  width: 580px;
  height: 408px;
  margin-bottom: 30px;
  /* padding-top: 8px; */
  padding-top: .8%;
  /* padding-right: 202px; */
  padding-right: 17%;
  position: relative;
}

.teacher-box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
}

.teacher-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.teacher-box-title {
  font-family: Alibaba-PuHuiTi-B;
  font-weight: 600;
  font-size: 40px;
  color: #FFFFFF;
  letter-spacing: 0;
  padding-left: 40px;
  text-align: left;
  /* margin-bottom: 27px; */
  margin-bottom: 6%;
  position: relative;
  z-index: 1;
}

.teacher-box-job {
  padding-left: 20px;
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 22px;
  color: #FF5003;
  letter-spacing: 0;
  margin-bottom: 12px;
  text-align: left;
  position: relative;
  z-index: 1;
}

.teacher-box-desc {
  position: relative;
  padding-left: 33px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  line-height: 24px;
  text-align: left;
  position: relative;
  z-index: 1;
}

.teacher-box-desc::before {
  display: block;
  content: '';
  width: 9px;
  height: 12px;
  position: absolute;
  left: 20px;
  top: 3px;
  background: url(../images/00.png) no-repeat;
  background-size: 100% 100%;
}

.swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  bottom: -10px !important;
}

.swiper-pagination-bullet-active {
  background: #FF4F02 !important;
}

.moudle3-btn {
  width: 280px;
  height: 48px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 1.33px;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  font-family: PingFangSC-Medium;
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  background: url(../images/btn1.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 30px;
}

.moudle4 {
  background-image: linear-gradient(180deg, #FFA048 0%, #EE7235 100%);
  padding: 50px 0 97px 0;
}

.div4 {
  width: 355px;
  height: 141px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.div4 img {
  width: 100%;
}

.moudle4-middle {
  width: 414.84px;
}

.moudle4-middle img {
  width: 100%;
}

.moudle4-list {
  display: flex;
  justify-content: space-between;
}

.llp1 {
  text-align: right;
  font-weight: 600;
  font-size: 32px;
  color: #FFFFFF;
  /* margin-bottom: 20px; */
  margin-bottom: 7%;
  letter-spacing: 0;
}

.llp2 {
  /* font-weight: 600; */
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  height: 100px;
  margin-bottom: 40px;
  line-height: 29px !important;
}

.moudle4-left {
  /* padding-right: 96px; */
  width: 280px;

}

.llp4 {
  font-family: PingFangSC-Medium;
  /* font-weight: 600; */
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 29px !important;

}

.rrp1 {
  font-weight: 600;
  font-size: 32px;
  color: #FFFFFF;
  letter-spacing: 0;
  /* margin-bottom: 12px; */
  margin-bottom: 7%;
}

.rrp2 {
  height: 84px;
  font-family: PingFangSC-Medium;
  /* font-weight: 600; */
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  margin-bottom: 64px;
  line-height: 29px !important;
}

.moudle4-right {
  width: 280px;

}

.rrp4 {
  font-family: PingFangSC-Medium;
  /* font-weight: 600; */
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 29px !important;

}

.moudle5 {
  padding: 50px 0;
}

.div5 {
  width: 356px;
  height: 141px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.div5 img {
  width: 100%;
}

.moudle5-list {
  display: flex;
  justify-content: space-between;
}

.moudle5-item {
  width: 270px;
}

.moudle5-item img {
  width: 100%;
  height: 185px;

}

.moudle5-item p {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  letter-spacing: 0;
  margin-top: 14px;
}