.body {
  background-color: #d53939;
}

body::-webkit-scrollbar {
  display: none;
}

.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/icon/unchecked.png');
  background-size: 100% 100%;
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
}

.privacy_box .agree-policy-active {
  background-image: url('../img/icon/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;
}

.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: 2000;
}

.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;
  left: 50%;
  bottom: -12%;
  width: 0.86rem;
  height: 0.86rem;
  margin-left: -0.43rem;
}

.mask-cont-box {
  position: relative;
  width: 92%;
  margin: 0 auto;
  margin-top: 2rem;
  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: 0.03rem solid #d32c25;
  border-radius: .6rem;
  background-color: #fff;
}

.transf {
  transform: rotate(180deg);
}

.upay-div div label {
  width: 30%;
  font-size: 0.32rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  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;
  font-size: 0.3rem;
  font-family: Noto Sans CJK SC;
  font-weight: 500;
  color: #ffffff;
}

.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: flex-start;
  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('../img/icon/unchecked.png');
  margin-right: 4px;
}

.agreeWrap .agreeActive {
  background-image: url('../img/icon/checked.png');
}

.upay-div .agreeWrap label {
  width: auto;
  font-size: 11px;
  white-space: nowrap;
}

.privacy {
  color: #4f88f1;
  font-size: .26666666rem;
  cursor: pointer;
  text-decoration: none;
}

.upay-div {
  width: 81%;
  height: 8.95rem;
  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 */

/* 新版样式 */
.wrapHead {
  width: 100%;
  height: 10.56rem;
  background-size: 100% 100%;
  background-image: url('../img/01.png');
  position: relative;
  margin-bottom: 1.5rem;
}

.wrapCont {
  width: 100%;
  padding: 0 0.32rem;
  box-sizing: border-box;
  position: absolute;
  bottom: 20%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrapCont img {
  width: 2.24rem;
  height: 2.56rem;
}

.wrapHeadBtn {
  position: absolute;
  left: 50%;
  margin-left: -1.935rem;
  bottom: -8%;
}

.wrapHeadBtn img {
  width: 3.87rem;
  height: 3.04rem;
}

.commonHead {
  position: relative;
  text-align: center;
}

.commonHead h4 {
  font-size: 0.48rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.11rem;
}

.commonHead p {
  font-size: 0.32rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}

.commonHead i {
  display: inline-block;
  width: 0.51rem;
  height: 0.43rem;
  position: absolute;
}

.commonHead i:nth-child(1) {
  left: 1rem;
  top: 5%;
  background-image: url('../img/icon/iconLeft.png');
  background-size: 100% 100%;
}

.commonHead i:nth-child(2) {
  right: 1rem;
  top: 64%;
  background-image: url('../img/icon/iconRight.png');
  background-size: 100% 100%;
}

.schoolWrap {
  width: 100%;
  padding: 0 0.2rem;
  box-sizing: border-box;
}

.schoolTab {
  width: 100%;
  overflow: hidden;
  margin-top: 0.48rem;
  display: flex;
  overflow-x: auto;
  align-items: center;
}

.tabItem {
  width: 1.93rem;
  height: 2.03rem;
  overflow-x: auto;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  flex-basis: 1.93rem;
  flex-shrink: 0;
  white-space: nowrap;
  margin-right: 0.2rem;
}

.schoolTab .tabItem:last-child {
  margin-right: 0;
}

.tabItem img {
  display: none;
}

.tabItem img:nth-child(1) {
  display: block;
}

.tabItem img:nth-child(2) {
  display: none;
}

.schoolTab .tabItemActive {
  width: 2.83rem;
  flex-basis: 2.83rem;
  height: 2.96rem;
}

.schoolTab .tabItemActive img:nth-child(1) {
  display: none;
}

.schoolTab .tabItemActive img:nth-child(2) {
  display: block;
}

.schoolDesc {
  margin: 0.5rem 0;
  border: 0.1rem dashed #fba408;
  padding: 0.24rem 0.21rem;
  box-sizing: border-box;
}

.schoolDesc p {
  font-size: 0.37rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
}

.schoolDesc p:nth-child(1) {
  margin-bottom: 0.15rem;
}

.itemCont {
  width: 100%;
  background-color: #ffffff;
  padding: 0.37rem;
  box-shadow: 0rem 0.05rem 0.11rem 0rem rgba(0, 0, 0, 0.2000);
  border-radius: 0.29rem;
  margin-bottom: 0.37rem;
}

.itemDate {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}

.itemDate span {
  font-size: 0.53rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ea2a19;
  margin-right: 0.16rem;
}

.itemDate i {
  font-size: 0.32rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ea2a19;
}

.itemSchool {
  margin: 0.2rem 0 0.24rem 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.itemSchool img {
  width: 1.33rem;
  height: 1.33rem;
  overflow: hidden;
  background: #ffffff;
  border: 0.03rem solid #e8e8e8;
  margin-right: 0.24rem;
  border-radius: 50%;
}

.itemSchool h4 {
  font-size: 0.48rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
}

.itemText {
  margin-bottom: 0.4rem;
}

.itemText h4 {
  font-size: 0.43rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0.13rem;
}

.itemText p {
  font-size: 0.37rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}

.itemTeacher h4 {
  margin-bottom: 0.24rem;
  font-size: 0.43rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
}

.teacherCont {
  padding: 0.53rem 0.4rem 0.4rem 0.4rem;
  background: #ffffff;
  border-radius: 0.21rem;
  border: 0.01rem solid #bfbfbf;
}

.teacherDesc {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.35rem;
}

.teacherDesc img {
  width: 1.6rem;
  height: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 0.2rem;
}

.teacherText {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.schoolCont {
  display: none;
}

.schoolContWrap .schoolContActive {
  display: block;
}

.teacherText h4 {
  font-size: 0.43rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
}

.teacherText p {
  font-size: 0.32rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}

.teacherBtn {
  display: flex;
  justify-content: center;
}

.teacherBtn span {
  display: flex;
  width: 6.93rem;
  height: 0.85rem;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #ed4d2d 0%, #e91c11 100%);
  border-radius: 0.64rem;
  font-size: 0.37rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
}

.schoolService {
  margin: 0.69rem auto 0.56rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.schoolService img {
  width: 4.8rem;
  height: 1.65rem;
  margin-right: 0.69rem;
}

.schoolServiceBtn {
  width: 3.6rem;
  height: 1.07rem;
  background: linear-gradient(180deg, #ffa039 0%, #f1631e 100%);
  border-radius: 0.53rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.43rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
}

.outSideForm {
  width: 93.6%;
  height: 10.69rem;
  margin: 0 auto;
  background-image: url('../img/formBg.png');
  background-size: 100% 100%;
  margin-bottom: 0.53rem;
}

.exhibit {
  background-color: #ffffff;
  padding-top: 0.53rem;
  width: 100%;
  height: 12.31rem;
  background-image: url('../img/schoolBg.png');
  background-size: 100% 100%;
  box-sizing: border-box;
}

.exhibit .commonHead h4 {
  color: #333333;
}

.exhibit .commonHead i:nth-child(1) {
  left: 32%;
  top: 12%;
}

.exhibit .commonHead i:nth-child(2) {
  left: 63%;
  top: 27%;
}

.exhibitCont {
  width: 100%;
}

.exhibit .commonHead {
  margin-bottom: 0.61rem;
}

.exhibitTab {
  padding-left: 0.32rem;
  overflow-x: scroll;
  display: flex;
  margin-bottom: 0.65rem;
}

.exhibitTab::-webkit-scrollbar {
  display: none;
}

.exhibitTabItem {
  width: 1.81rem;
  height: 0.96rem;
  background: #ffe5e2;
  border-radius: 0.48rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.4rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ec3b23;
  margin-right: 0.4rem;
  overflow-x: auto;
  flex-basis: 1.81rem;
  white-space: nowrap;
  flex-shrink: 0;
}

.exhibitCont .exhibitTabItemActive {
  font-size: 0.4rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  background: #ec3b23;
}

.exhibitList {
  overflow: hidden;
}

.exhibitList .swiper-slide {
  height: auto;
  line-height: normal;
}

.reviewList {
  overflow: hidden;
}

.reviewWrap {
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 0.53rem;
}

.review {
  width: 93.6%;
  padding-top: 0.53rem;
  margin: 0 auto;
  background-color: #ffffff;
}

.review .commonHead {
  margin: 0 0 0.3rem 0;
}

.review .commonHead h4 {
  color: #333333;
}

.review .commonHead i:nth-child(1) {
  left: 22%;
  top: 5%;
}

.review .commonHead i:nth-child(2) {
  left: 73%;
  top: 50%;
}

.reviewList .swiper-slide {
  height: auto;
  line-height: normal;
}

.reviewSwiper {
  position: relative;
}

.reviewSwiper .swiper-container {
  width: 100%;
  height: 100%;
}

.reviewSwiper .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;
  transition: 300ms;
  transform: scale(0.8);
}

.reviewSwiper .swiper-slide-active {
  transform: scale(0.899829) !important;
}

.reviewSwiper .swiper-pagination {
  bottom: 0.07rem;
}

.reviewSwiper .swiper-pagination-bullet {
  background-color: transparent;
  border: 0.03rem solid #ec3b23;
}

.reviewSwiper .swiper-pagination-bullet-active {
  background-color: #ec3b23;
  border: none;
}

.empty {
  width: 100%;
  height: 1.28rem;
}

.fixedBottom {
  width: 100%;
  height: 1.28rem;
  background: #ec3b23;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.fixedBottom .line {
  width: 0.03rem;
  height: 0.4rem;
  background: #ffffff;
}

.fixedItem {
  width: 48%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixedItem i {
  display: inline-block;
  width: 0.43rem;
  height: 0.4rem;
  background-image: url('../img/formIcon.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 0.2rem;
}

.fixedItem .serviceIcon {
  background-image: url('../img/serviceIcon.png');
  background-size: 100% 100%;
}

.fixedItem span {
  font-size: 0.37rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
}

.exhibitList .swiper-slide .exhibiItem {
  width: 9.36rem;
  height: 8.05rem;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 1.39rem 0.32rem 0 0.32rem;
}

.exhibitList .swiper-slide .exhibiAmerica {
  background-image: url('../img/country/America.png');
  background-size: 100% 100%;
}

.exhibitList .swiper-slide .exhibiBritain {
  background-image: url('../img/country/britain.png');
  background-size: 100% 100%;
}

.exhibitList .swiper-slide .exhibiCanada {
  background-image: url('../img/country/Canada.png');
  background-size: 100% 100%;
}

.exhibitList .swiper-slide .exhibiAustralia {
  background-image: url('../img/country/Australia.png');
  background-size: 100% 100%;
}

.exhibitList .swiper-slide .exhibiNewZealand {
  background-image: url('../img/country/NewZealand.png');
  background-size: 100% 100%;
}

.exhibitList .swiper-slide .exhibiEurasian {
  background-image: url('../img/country/Eurasian.png');
  background-size: 100% 100%;
}

.exhibiList {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.exhibiCont {
  width: 8.72rem;
  height: 6.35rem;
  background: #ffffff;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0.29rem 0.29rem 0.29rem 0.29rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.exhibiSubItem {
  width: 2.64rem;
  margin-right: 0.1rem;
}

.exhibiSubItem:nth-child(3n) {
  margin-right: 0;
}

.exhibiSubItem img {
  width: 100%;
  height: 1.33rem;
  object-fit: cover;
}

.exhibiSubItem p {
  font-size: 11px;
  text-align: center;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 0.45rem;
  margin: 0.1rem 0 0.05rem 0;
  transform: scale(0.9);
}

.exhibiBtn {
  width: 3.76rem;
  height: 0.8rem;
  background: #ec3b23;
  border-radius: 0.4rem;
  font-size: 0.37rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0 auto;
}

.outAgreementWrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0.3rem;
}

.outAgreementWrap .outAgreementActive {
  background-image: url('../img/icon/checked.png');
  background-size: 100% 100%;
}

.outAgreementWrap span {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  background-image: url('../img/icon/unchecked.png');
  background-size: 100% 100%;
  margin-right: 0.2rem;
}

.outAgreementWrap p {
  color: #999999;
}

.outAgreementWrap p i {
  color: #eb2c1a;
}

.outSubmitItem {
  display: flex;
  justify-content: center;
  margin-top: 0.53rem;
}

.outSubmitItem span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.49rem;
  height: 1.07rem;
  background: linear-gradient(180deg, #ed4d2d 0%, #e91c11 99%);
  border-radius: 0.53rem;
  font-size: 0.43rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
}

.outSideForm {
  box-sizing: border-box;
  padding-top: 0.4rem;
}

.formCont {
  width: 8.29rem;
  margin: 0 auto;
}

.outItem {
  width: 100%;
  height: 1.18rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 0.03rem solid #eeeeee;
}

.outItem span {
  font-size: 0.37rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}

.outItem input {
  width: 50%;
  height: 80%;
}

.outItem input::placeholder {
  font-size: 0.37rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}

.outItem input::-moz-placeholder {
  font-size: 0.37rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}

.outItem input::-webkit-input-placeholder {
  font-size: 0.37rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}

.outItemPhone {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.outItemPhone input {
  width: 40%;
  margin-right: 10%;
}

.outCountDown {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  width: 2.45rem;
  height: 0.8rem;
  background: linear-gradient(180deg, #ed4d2d 0%, #e91c11 99%);
  border-radius: 0.4rem;
  font-style: normal;
}

.outTitle {
  font-size: 0.4rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0.76rem;
}

.outSelect input {
  width: 75%;
  background-image: url('../img/icon/arrowDown.png');
  background-repeat: no-repeat;
  background-size: 0.37rem 0.21rem;
  background-position: right center;
}

.outCountDownActive {
  background: #999999;
  color: #ffffff;
}

.notStarted {
  position: fixed;
  display: none;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, .85);
  z-index: 20000;
}

.notStartedWrap {
  width: 7.2rem;
  height: 6.93rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -3.6rem;
  margin-top: -3.465rem;
  background-image: url('../img/icon/notStartedBg.png');
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 1.12rem 0 1.01rem 0;
}

.notStartedClose {
  width: 0.64rem;
  height: 0.64rem;
  position: absolute;
  right: 0%;
  top: -12%;
}

.notStartedCont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.notStartedCont img {
  width: 2.37rem;
  height: 2.37rem;
}

.notStartedCont p {
  font-size: 0.37rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  margin-top: 0.24rem;
}

.notStartedCont span {
  width: 4.8rem;
  height: 0.85rem;
  background-image: url('../img/icon/notStartedBtn.png');
  background-size: 100% 100%;
  font-size: 0.37rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.8rem;
}

.itemCont .signUpActiveOver {
  background: #c6c6c6;
  color: #ffffff;
}

.formSelect input {
  background-image: url('../img/icon/dialogDown.png');
  background-size: 0.54rem 0.54rem;
  background-position: 2.8rem center;
  background-repeat: no-repeat;
}

.upay-div .formSelect label {
  width: 42%;
}

.invitation {
  position: fixed;
  display: none;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, .85);
  z-index: 2000;
}

.invitation .invitationClose {
  width: 0.64rem;
  height: 0.64rem;
  position: absolute;
  right: -4%;
  top: -10%;
}

.invitationCont {
  width: 8.92rem;
  height: 11.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4.46rem;
  margin-top: -5.75rem;
  background-image: url('../img/icon/invitationBg.png');
  background-size: 100% 100%;
  padding: 0.32rem;
}

.invitationCont img {
  width: 3.41rem;
  height: 2rem;
}

.invitationWrap {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  border-radius: 0.27rem;
  box-sizing: border-box;
  padding: 0.58rem 0.32rem 0 0.32rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.invitationWrap p {
  font-size: 0.43rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #d6a364;
  margin-top: 0.34rem;
}

.invitationWrap h4 {
  font-size: 0.7rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #d6a364;
  margin-top: 0.2rem;
}

.invitationWrap h5 {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.37rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}

.invitationWrap i {
  font-size: 0.37rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 0.64rem;
  font-style: normal;
}

.invitationText {
  width: 100%;
}

.invitationText span {
  font-size: 0.37rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 0.64rem;
}

.invitationAddress {
  width: 100%;
}

.invitationAddress span {
  font-size: 0.37rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 0.64rem;
  margin-top: 0;
}

.invitationAddress p {
  font-size: 0.37rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 0.64rem;
  margin-top: 0;
  text-decoration: underline;
}

#outCountry {
  width: 61.4%;
}

#showCountry {
  width: 54%;
}

/* 新版样式 END */