.body {
  background-color: #da162c;
}

.wrapItem {
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: -1px;
  overflow: hidden;
}

.privacy_box {
  font-size: 0.16rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}

.agree-policy {
  display: inline-block;
  background-image: url('../img/uncheck.png');
  background-size: 100% 100%;
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
}

.privacy_box .agree-policy-active {
  background-image: url('../img/checked.png');
  background-size: 100% 100%;
}

.talkBox {
  width: 100%;
  background-color: #da162c;
}

.talkBox1 {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.85;
  position: fixed;
  z-index: 100;
  top: 0;
  overflow-y: hidden;
}

.clear .button,
.button {
  display: block;
  width: 48%;
  height: 15vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1%;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}

.center {
  width: 80%;
  position: absolute;
  top: 2.8rem;
  left: 50%;
  margin-left: -40%;
  margin-right: auto;
  padding: 0%;
}

.center .invitation-info {
  width: 100%;
  padding-left: 1rem;
  margin: 0 auto;
}

.formSelect {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.center .formSelect i {
  display: inline-block;
  background-image: url('../img/arrowDown.png');
  background-size: 100% 100%;
  width: 0.3rem;
  height: 0.15rem;
  position: absolute;
  right: 8%;
  top: 50%;
  margin-top: -0.075rem;
}

.talkBox img {
  display: block;
}

.fixedBottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
  height: 1.35rem;
}

.empty {
  height: 1.35rem;
}

.fixedBottom img {
  width: 100%;
}

#tabHeader .headActive {
  color: #ee4a49;
  border-bottom: 1px solid #ee4a49;
}

.subNav {
  background-color: #ff3f47;
  height: 1rem;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0 0.2rem;
  overflow-x: scroll;
}

.navWrap {
  display: none;
}

.contentWrap .navWrapActive {
  display: block;
}

.subNav .navItemActive {
  border-bottom: 0.03rem solid #ffffff;
}

.imageItem .imageButton {
  width: 48%;
  height: 0.91rem;
  color: #ffffff;
  background-color: #ff3f47;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 10%;
  left: 50%;
  border-radius: 0.45rem;
  margin-left: -24%;
  font-weight: bold;
  font-size: 0.32rem;
}

.imageWrap .imageItem {
  display: none;
  position: relative;
}

.imageWrap .imgActive {
  display: block;
}

.buttonClass {
  width: 48%;
  height: 0.9rem;
  background-color: #ff3f47;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 0.45rem;
  font-weight: bold;
  position: absolute;
  left: 50%;
  bottom: 8%;
  margin-left: -24%;
  font-size: 0.34rem;
}

.buttomWrap {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.buttomWrap span {
  width: 100%;
  height: 1.17rem;
  display: inline-block;
  background-image: url('../img/submitBut.png');
  background-size: 100% 100%;
  margin-top: 0.25rem;
}

.dialogText {
  position: fixed;
  display: none;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, .85);
  z-index: 999999;
}

.protocol {
  width: 8rem;
  height: 11rem;
  position: absolute;
  z-index: 50;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.protoWrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.dialogText .textClose {
  position: absolute;
  right: -0.1rem;
  top: -1.2rem;
  width: 0.86rem;
  height: 0.86rem;
}

.protocolPop {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.verification-code-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.1rem;
  height: 90%;
  background-color: #ffcccc;
  color: #f73b3c;
  font-size: 0.32rem;
  outline: none;
  border: 0;
  cursor: pointer;
  border-radius: 0.1rem;
  margin-right: 0.1rem !important;
}

.wrapItem .formCode {
  padding-right: 0;
}

.countDown {
  width: 2.1rem;
  height: 90%;
  font-style: normal;
  border-radius: 0.1rem;
  font-size: 0.32rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  background-color: #ffcccc;
  color: #f73b3c;
  outline: none;
  border: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.1rem !important;
}

.hide {
  display: none;
}

/* 弹框样式 */

.maskPay {
  position: fixed;
  display: block;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, .85);
  z-index: 20000;
}

.successDialog,
.upay-div {
  box-sizing: border-box;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 9999;
}

.close-btn {
  position: absolute;
  right: 0;
  top: -12%;
  width: .86rem;
  height: .86rem;
}

.mask-cont-box {
  position: relative;
  width: 92%;
  margin: 0 auto;
  margin-top: 2.96rem;
  border-radius: 8px;
  background-color: #fff;
}

.baoming-box {
  z-index: 100004;
  width: 100%;
  margin: 0 auto;
  border-radius: 8px;
  padding-top: .4rem;
  padding-bottom: .2rem;
}

.baoming-cont {
  width: 92%;
  margin: 0 auto;
}

.upay-div form div {
  width: 100%;
  margin: 0 auto;
  padding-left: .28rem;
  height: .96rem;
  line-height: .96rem;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: .36rem;
  position: relative;
  border: 1px solid #d32c25;
  border-radius: .6rem;
  background-color: #fff;
}

.transf {
  transform: rotate(180deg);
}

.upay-div div label {
  width: 25%;
  font-size: 0.3rem;
  font-family: Noto Sans CJK SC;
  font-weight: bold;
  color: #666666;
  outline: none;
  border: 0;
  text-decoration: none;
}

.formItem .intentioncountry {
  width: 65%;
  padding: 0;
  height: .8rem;
  line-height: .8rem;
  font-size: 11px;
  color: #999;
  outline: none;
  border: 0;
  background-image: url(https://h5cdn.jjldxz.com/images/20210702_education/arrowDown.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 8% 25%;
}

#phone-input {
  width: 67%;
  text-align: left;
  color: #333333;
}

.upay-div div .code-ip {
  width: 1.9rem;
}

.upay-div form b {
  display: block;
  width: 2.1rem;
  height: .6rem;
  background-size: cover;
  background-color: #276ff7;
  text-align: center;
  line-height: .6rem;
  color: #fff;
  font-size: 11px;
  outline: none;
  border: 0;
  float: right;
  background-position: top;
  cursor: pointer;
  border-radius: 14px;
  margin-left: 11%;
  margin-right: .1rem !important;
}

.formItem span {
  display: inline-block;
}

#count-down {
  text-align: center;
  width: 2.3rem;
}

.payJoin {
  width: 100%;
  height: .96rem;
  background-color: #d32c25;
  text-align: center;
  line-height: .96rem;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  outline: none;
  border: 0;
  float: right;
  cursor: pointer;
  border-radius: 25px;
  margin-bottom: .2rem;
}

.payJoin span {
  color: #ffffff;
}

.agreeWrap {
  width: 92%;
  margin: 0 auto;
  height: .6rem;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #999;
}

.agreeWrap .agreeActive,
.agreeWrap span {
  display: inline-block;
  width: .31rem;
  height: .31rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.agreeWrap span {
  background-image: url(https://h5cdn.jjldxz.com/images/20210427_education/unchecked.png);
  margin-right: 4px;
}

.agreeWrap .agreeActive {
  background-image: url(https://h5cdn.jjldxz.com/images/20210427_education/checked.png);
}

.upay-div .agreeWrap label {
  width: auto;
  font-size: 11px;
  white-space: nowrap;
}

.privacy {
  color: #3b82e2;
  font-size: .26666666rem;
  cursor: pointer;
  text-decoration: none;
}

.upay-div {
  width: 81%;
  height: 9.74rem;
  background-image: url('../img/dialog.png');
}

.upay-div form div input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-size: 0.3rem;
}

.upay-div form div input:-moz-placeholder {
  /* Mozilla Firefox 4 ~ 18 */
  font-size: 0.3rem;
}

.upay-div form div input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.3rem;
}

.upay-div form div input:-ms-input-placeholder {
  /* Internet Explorer 10 ~ 11 */
  font-size: 0.3rem;
}

.upay-div form div input::-ms-input-placeholder {
  /* Microsoft Edge */
  font-size: 0.3rem;
}

.flagName::placeholder {
  /* 大部分现代浏览器 */
  font-size: 0.3rem;
}

.agreeWrap .agreeActive {
  background-image: url(https://h5cdn.jjldxz.com/images/20210427_education/checked.png);
}

.dialogSuccess {
  position: fixed;
  display: none;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, .85);
  z-index: 99999999;
}

.protocol {
  width: 8rem;
  height: 11rem;
  position: absolute;
  z-index: 50;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.protoWrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.dialogSuccess .textClose {
  position: absolute;
  right: 0rem;
  top: -1.2rem;
  width: 0.86rem;
  height: 0.86rem;
}

.protocolPop {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.dialogText .textClose {
  position: absolute;
  right: 0rem;
  top: -1.2rem;
  width: 0.86rem;
  height: 0.86rem;
}

#successDialog {
  width: 81.5%;
  height: 9.77rem;
  box-sizing: border-box;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url('../images/sccessDialog.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 9999;
}

.mask-suc {
  position: fixed;
  display: block;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, .85);
  z-index: 202;
}

.close {
  position: absolute;
  right: 0;
  top: -12%;
  width: 0.86rem;
  height: 0.86rem;
}

.firstTrans {
  width: 30%;
  height: 1.4rem;
  display: inline-block;
  position: absolute;
  bottom: 7%;
  left: 5%;
  z-index: 88;
}

.sendCodeItem {
  padding: 0;
}

#count-down {
  width: 2.1rem;
  height: 0.6rem;
  margin: 0;
  padding: 0;
  line-height: .6rem;
  border-radius: .6rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: .346667rem;
  font-size: 12px;
  text-align: center;
  background-color: #f46b65;
  color: #ffffff;
  margin-left: 11%;
  margin-right: 0.1rem !important;
}

/* 弹框样式 END */


/* 教育展 */
.schoolItem {
  margin-bottom: 0.6rem;
}

.schoolWrap {
  width: 93.6%;
  margin: 0 auto;
  background-color: #da162c;
  padding-top: 0.8rem;
}

.schoolTop {
  width: 100%;
  height: 1.95rem;
  position: relative;
}

.schoolTop img {
  width: 100%;
  height: 100%;
}

.topText {
  position: absolute;
  left: 0;
  top: 0;
  width: 2.85rem;
  height: 1.95rem;
  background-color: rgba(165, 2, 2, 0.7);
  box-sizing: border-box;
  padding: 0.1rem 0 0 0.24rem;
}

.topText h4 {
  color: #ffffff;
  font-size: 0.51rem;
  font-family: Noto Sans CJK SC;
  font-weight: bold;
}

.topText p {
  font-size: 0.32rem;
  font-family: Noto Sans CJK SC;
  font-weight: bold;
  color: #ffffff;
}

.schoolBot {
  position: relative;
  background-color: #ffffff;
  padding: 0.37rem 0.28rem 0.6rem 0.25rem;
}

.schoolIcon {
  position: absolute;
  right: 0;
  top: 0.3rem;
  width: 1.79rem;
  height: 0.88rem;
  background-color: rgba(218, 22, 44, 0.28);
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.schoolIcon span {
  width: 93%;
  height: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: 0.29rem;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  font-family: Noto Sans CJK SC;
  font-weight: bold;
  color: #ffffff;
  background-color: #ce0011;
}

.contTop {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.contTop img {
  width: 1.35rem;
  height: 0.75rem;
  margin-right: 0.25rem;
}

.contText h4 {
  font-size: 0.35rem;
  font-family: Noto Sans CJK SC;
  font-weight: bold;
  color: #333333;
}

.contText p {
  font-size: 0.24rem;
  font-family: Noto Sans CJK SC;
  font-weight: bold;
  color: #666666;
}

.contBot {
  margin: 0.36rem 0 0.2rem 0;
}

.contTitle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.contTitle i {
  display: inline-block;
  width: 0.04rem;
  height: 0.37rem;
  background: #da162c;
  margin-right: 0.2rem;
}

.contTitle span {
  font-size: 0.35rem;
  font-family: Noto Sans CJK SC;
  font-weight: bold;
  color: #333333;
}

.botText {
  padding-left: 0.2rem;
  font-size: 0.27rem;
  font-family: Noto Sans CJK SC;
  font-weight: 400;
  color: #555555;
  line-height: 0.5rem;
  margin-bottom: 0.6rem;
}

.signUp {
  display: flex;
  justify-content: center;
}

.signUp span {
  width: 2.77rem;
  height: 0.65rem;
  background-color: #da162c;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.32rem;
  font-family: Noto Sans CJK SC;
  font-weight: bold;
  color: #ffffff;
}

.signUp .signUpActive {
  background-color: #666666;
  color: #ffffff;
}

.signUp .signUpActiveOver {
  background-color: #666666;
  color: #ffffff;
}

.successCont {
  width: 100%;
  height: 100%;
  background-image: url('../img/success.png');
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 3.55rem;
  text-align: center;
}

.successCont h4 {
  font-size: 0.65rem;
  color: #333333;
}

.successCont p {
  font-size: 0.48rem;
  color: #333333;
  font-weight: bold;
}

.successWrap {
  width: 82%;
  height: 9.8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -41%;
  margin-top: -4.9rem;
}

.successText {
  width: 6.83rem;
  height: 1.97rem;
  background: #f5f5f5;
  box-shadow: 0px 0.05rem 0.13rem 0px rgba(211, 201, 199, 0.57);
  border-radius: 0.1rem;
  margin: 0.77rem auto 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.successText p {
  font-size: 0.37rem;
  font-family: Noto Sans CJK SC;
  font-weight: 500;
  color: #666666;
  line-height: 0.55rem;
}

.formSelect input {
  width: 65%;
  background-image: url('../img/arrowDown.png');
  background-repeat: no-repeat;
  background-size: 0.3rem 0.15rem;
  background-position: right center;
}

.botAdviser {
  width: 7.94rem;
  background: #ffffff;
  border: 1px solid #b5b5b5;
  box-shadow: 0rem 0.08rem 0.16rem 0.01rem #ffe0e4;
  border-radius: 0.2rem;
  box-sizing: border-box;
  padding: 0.31rem 0.4rem 0.24rem 0.3rem;
  margin-left: 0.5rem;
}

.adviserWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.adviserLeft {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40%;
}

.adviserLeft img {
  width: 0.97rem;
  height: 0.97rem;
  object-fit: cover;
}

.adviserLeft p:nth-child(2) {
  font-size: 15px;
  font-family: Noto Sans CJK SC;
  font-weight: bold;
  color: #333333;
  margin-top: 0.1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: center;
  margin-bottom: 0.08rem;
}

.adviserLeft p:nth-child(3) {
  font-size: 12px;
  transform: scale(0.9);
  font-family: Noto Sans CJK SC;
  font-weight: 400;
  color: #7e7e7e;
  line-height: 0.3rem;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: center;
  line-height: 0.4rem;
}

.adviserRight h4 {
  height: 1.1rem;
  text-align: left;
  font-size: 0.35rem;
  font-family: Noto Sans CJK SC;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.32rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  overflow: hidden;
}

.adviserRight {
  width: 62%;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  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;
}

.mySwiper {
  overflow: hidden;
}

.mySwiper .swiper-slide {
  height: auto;
  line-height: normal;
}

.mySwiper .swiper-pagination-bullet-active {
  background-color: #da162c;
}

.mySwiper .swiper-pagination {
  bottom: 0.3rem;
}


.schoolItem[data-id="1003"] .adviserLeft{ 
 width: 56%;
}

/* 教育展 END */
