html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

body {
  margin: 0;
}

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

.privacy_box {
  font-size: 14px;
  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: #ffffff;
}

.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.76rem;
}

.empty {
  height: 1.76rem;
}

.fixedBottom img {
  width: 100%;
}

.fixedBottom i {
  position: fixed;
  right: 0.4rem;
  bottom: 2rem;
  display: inline-block;
  width: 0.53rem;
  height: 0.53rem;
  background-image: url('../img/fixedBottomClose.png');
  background-size: 100% 100%;
  cursor: pointer;
}

#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: 9999;
}

.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;
}

/* 新页面css */
.videoWrap {
  padding-bottom: 0.37rem;
  background-color: #ffffff;
}

.videoCont {
  width: 93%;
  height: 5.28rem;
  margin: 0 auto;
}

.videoBg {
  width: 100%;
  height: 100%;
  background-image: url('../img/playBg.png');
  background-size: 100% 100%;
  position: relative;
}

.videoBg span {
  display: inline-block;
  position: absolute;
  left: 0.45rem;
  bottom: 0.45rem;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url('../img/playing.png');
  background-size: 100% 100%;
}

.schoolWrap {
  background-color: #e65e4e;
}

.schoolList {
  width: 92%;
  margin: 0 auto;
  padding-bottom: 0.8rem;
}

.schoolItem {
  width: 100%;
  background: #ffffff;
  border-radius: 0.15rem;
  padding: 0.4rem;
  margin-bottom: 0.4rem;
}

.itemHead {
  width: 100%;
  height: 1.17rem;
  background-image: url('../img/headerImage.png');
  background-size: 100% 100%;
  color: #ffffff;
  box-sizing: border-box;
  padding-left: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.itemHead i {
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  /* background-image: url('../img/logo.png'); */
  background-size: contain;
  margin-right: 0.2rem;
}

.itemHead span {
  font-size: 0.38rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
}

.itemCont {
  margin-top: 0.4rem;
  text-align: left;
}

.contHead {
  font-size: 0.37rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0.2rem;
}

.contDesc {
  font-size: 0.37rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}

.itemImage {
  margin-top: 0.35rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.itemImage img {
  width: 48%;
  border-radius: 0.11rem;
  overflow: hidden;
}

.itemBtn {
  margin-top: 0.4rem;
}

.serviceButton {
  width: 3.97rem;
  height: 0.96rem;
  background: linear-gradient(180deg, #f67e3a 3%, #e91b1b 100%);
  border-radius: 0.49rem;
  font-size: 0.37rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.offerHead {
  position: absolute;
  left: 0;
  top: 0;
}

.wrapSwiper {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 2.85rem;
  padding: 0 0.4rem 0 0.2rem;
}

.wrapSwiper .swiper-slide {
  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;
  width: 4.7rem !important;
  height: 5.6rem;
}

.wrapSwiper .offerItem {
  position: relative;
  width: 100% !important;
}

.offerCont {
  width: 100%;
  height: 1.567rem;
  background-image: url('../img/offerBg.png');
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.offerCont p {
  width: 100%;
  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
  font-size: 0.2rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.47rem;
}

.wrapSwiper .offerItem img {
  width: 100%;
  height: 5.6rem;
}

.formItem {
  width: 100%;
  height: 0.96rem;
  margin-bottom: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #999999;
  border-radius: 4px;
  padding: 0 0.3rem 0 0.2rem;
}

.formItem input {
  width: 96%;
  height: 100%;
  box-sizing: border-box;
  padding-left: 0.4rem;
  color: #999999;
}

.formSelect input {
  background-image: url('../img/arrowDown.png');
  background-size: 0.37rem 0.19rem;
  background-repeat: no-repeat;
  background-position: right center;
}

.formItem input::placeholder {
  color: #999999;
}

.formItem input::-webkit-input-placeholder {
  /*WebKit browsers*/
  color: #999999;
}

.formItem input::-moz-input-placeholder {
  /*Mozilla Firefox*/
  color: #999999;
}

.formItem input::-ms-input-placeholder {
  /*Internet Explorer*/
  color: #999999;
}

.formItem .code-ip {
  width: 60%;
}

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

.videoCont .video-js {
  width: 100%;
  height: 100%;
}

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

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

.dialogImage .close {
  position: absolute;
  right: 0rem;
  top: -1.2rem;
  width: 0.86rem;
  height: 0.86rem;
}
/* 新页面css END */

/* 20220330_oneMillion Css */

.nav {
  height: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow-x: auto;
  background-color: #ffffff;
  padding: 0 0.32rem;
  box-sizing: border-box;
}

.navItem {
  width: 20%;
  height: 100%;
  box-sizing: content-box;
  flex-shrink: 0;
  overflow-x: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.37rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}

.nav .navItemActive {
  background-color: #f23b23;
  color: #ffffff;
  border-radius: 0.08rem;
}

.wrapText {
  width: 8.8rem;
  position: absolute;
  left: 50%;
  margin-left: -4.4rem;
  bottom: 0.47rem;
}

.wrapText p {
  font-size: 0.32rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.46rem;
  text-align: left;
}

.submitForm {
  padding: 0.48rem 0.17rem 0.6rem 0.17rem;
  background-color: #ff8e67;
  margin-top: -2px;
}

.millionTitle {
  padding: 0.55rem 0.75rem;
  background-color: #f7784d;
}

.millionTitle p:nth-child(1) {
  font-size: 0.48rem;
  font-family: Noto Sans CJK SC;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0.1rem;
}

.millionTitle p:nth-child(2) {
  font-size: 0.32rem;
  font-family: Noto Sans CJK SC;
  font-weight: 400;
  color: #ffffff;
}

.millionWrap {
  background-color: #f7784d;
}

.millionList {
  display: none;
  background-color: #f7784d;
  padding: 1.25rem 0 1rem 0;
}

.millionWrap .millionListActive {
  display: block;
}

.millionItem {
  width: 93.6%;
  background-color: #f23b23;
  margin-top: 1.25rem;
  position: relative;
  box-sizing: border-box;
  padding: 1.17rem 0.33rem 1.16rem 0.39rem;
  margin: 0 auto 2rem auto;
}

.millionList .millionItem:last-child {
  margin-bottom: 0;
}

.itemTop {
  width: 7.69rem;
  height: 1.56rem;
  background: #ffffff;
  border-radius: 0rem 0rem 1rem 0rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: 0;
  top: -0.9rem;
  padding-left: 0.3rem;
}

.itemTop i {
  width: 1.68rem;
  height: 1.35rem;
  background-size: contain;
  margin-right: 0.2rem;
  background-repeat: no-repeat;
  background-position: center center;
}

.itemTop span {
  font-size: 16px;
  font-family: Noto Sans CJK SC;
  font-weight: bold;
  color: #333333;
}

.itemCont h6 {
  font-size: 0.37rem;
  font-family: Noto Sans CJK SC;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0.15rem;
}

.itemCont p {
  font-size: 0.27rem;
  font-family: Noto Sans CJK SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.5rem;
  margin-bottom: 0.48rem;
}

.itemMoney span {
  font-size: 0.37rem;
  font-family: Noto Sans CJK SC;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.7rem;
}

.itemMoney i {
  font-weight: bold;
  color: #ffe38d;
  font-size: 0.64rem;
  margin-right: 0.15rem;
  position: relative;
  top: 0.05rem;
}

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

.itemButton span {
  width: 5.47rem;
  height: 1.12rem;
  background-image: url('../img/offerBtn.png');
  background-size: 100% 100%;
}

.itemButton {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -0.56rem;
}

.itemImage {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 0.87rem;
}

.imageItem {
  width: 2rem;
  height: 0.92rem;
  margin: 0 0.15rem 0.15rem 0;
}

.itemImage i {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 0.11rem;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ffffff;
}

.itemImage .imageItem:nth-child(4n) {
  margin-right: 0;
}

.millionOther .itemMoney {
  margin-bottom: 0.6rem;
}

.millionOther .itemCont p {
  margin-top: 0.2rem;
  font-size: 0.35rem;
  font-family: Noto Sans CJK SC;
  font-weight: bold;
  color: #ffe38d;
  line-height: 0.6rem;
}

.exhibition {
  width: 100%;
  padding: 0.63rem 0 0 0;
  height: 11rem;
  position: relative;
  background-color: #ff8e67;
  box-sizing: border-box;
}

.swiper-three {
  height: 6.72rem;
  width: 100%;
}

#offer {
  width: 100%;
  height: 100%;
}

#offer .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 52% !important;
  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;
  height: 100%;
  line-height: normal;
}

.offer-box {
  position: relative;
  width: 100%;
  height: 100%;
}

.offer-box i {
  position: absolute;
  right: 0;
  top: 1%;
  background-color: #ea3c44;
  padding: 0.08rem 0.1rem 0.08rem 0.2rem;
  z-index: 56;
  border-top-left-radius: .45rem;
  border-bottom-left-radius: 0.45rem;
  color: #ffffff;
  font-size: 11px;
}

.offerImg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.swiper-slide .txtActive {
  display: none;
}

.swiper-slide-active .txtCont {
  display: none;
}

.swiper-slide-active .txtActive {
  width: 100%;
  display: block;
  background-color: #ea3c44;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2.25rem;
  box-sizing: border-box;
  padding: 0.24rem 0.22rem 0 0.23rem;
}

.txtCont p {
  text-align: center;
}

.txtActive p {
  text-align: left;
  color: #ffffff;
}

.txt-box .txtActive p:nth-child(1) {
  font-size: 0.21rem;
  margin-bottom: 0.1rem;
}

.txt-box .txtActive p:nth-child(2) {
  font-size: 0.32rem;
  margin-bottom: 0.1rem;
  font-weight: bold;
}

.txt-box .txtActive p:nth-child(3) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 0.2rem;
}

.exhiTitle {
  text-align: center;
  margin-bottom: 0.51rem;
}

.exhiTitle h6 {
  font-size: 0.48rem;
  font-family: Noto Sans CJK SC;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0.1rem;
}

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

#offer_pagination {
  width: 3.6rem;
  height: 0.16rem;
  text-align: center;
  border-radius: 0.15rem;
  left: 50%;
  margin: 0.5rem 0 0 -1.8rem;
  background-color: transparent;
  border: 0.03rem solid #ffffff;
}

#offer_pagination {
  --swiper-theme-color: #f8babd;
}

#navTop {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
}

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

.successWrap {
  width: 8rem;
  height: 4.32rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4rem;
  margin-top: -2.16rem;
}

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

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

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


/* 20220330_oneMillion Css End */


.caseList {
  width: 100%;
  padding: 0 3.5%;
  box-sizing: border-box;
  background-color: #ff8e67;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.castItem {
  width: 49%;
  box-sizing: border-box;
  padding: 0.1rem 0.05rem;
  background-color: #f23b23;
  position: relative;
  border-radius: 0.08rem;
  margin-bottom: 0.75rem;
}

.caseHead {
  background-image: url('https://h5cdn.jjldxz.com/images/20221101_oneMillion/Wap/schoolName/PSB%E5%AD%A6%E9%99%A2.png');
  width: 100%;
  height: 1.57rem;
  background-size: 100% 100%;
}

.caseName {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0 0.3rem;
}

.caseName img {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.21rem;
}

.caseName span {
  font-size: 0.35rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ffffff;
}

.caseContent {
  position: relative;
  top: -0.6rem;
}

.caseContent p {
  padding: 0 0.3rem;
  margin-top: 0.2rem;
  text-align: center;
}

.caseContent p:nth-child(2) {
  font-size: 0.35rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ffffff;
  height: 0.9rem;
}

.caseContent p:nth-child(3) {
  font-size: 0.29rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  height: 0.9rem;
}

.caseContent p:nth-child(4) {
  height: 0.9rem;
  font-size: 0.29rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}

.castDetail {
  width: 100%;
  height: 2.18rem;
  background-image: url('../img/bonusBg.png');
  background-size: 100% 100%;
  margin-top: 0.2rem;
  box-sizing: border-box;
  padding-top: 0.8rem;
}

.castDetail span {
  font-size: 0.84rem;
  font-family: Noto Sans CJK SC;
  font-weight: bold;
  color: #fd4043;
}

.castDetail i {
  display: inline-block;
  width: 0.31rem;
  height: 0.31rem;
  background-image: url('https://h5cdn.jjldxz.com/images/20221101_oneMillion/Wap/yuan.png');
  background-size: 100% 100%;
  margin: 0 0 0.3rem 0.1rem;
}

.caseMoney {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.caseBonusBtn {
  position: absolute;
  bottom: -0.36rem;
  left: 50%;
  margin-left: -1.72rem;
  width: 3.44rem;
  height: 0.76rem;
  background-image: url('../img/bonusBtn.png');
  background-size: 100% 100%;
  z-index: 10;
}

.talkBox .caseListActive {
  height: 19rem;
  background-color: #ff8e67;
  overflow: hidden;
}

.talkBox .caseListActive .castItem:nth-child(3),
.talkBox .caseListActive .castItem:nth-child(4) {
  margin-bottom: 5rem;
}

.caseMore {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff8e67;
  margin-top: -1px;
}

.caseMore span {
  font-size: 0.32rem;
  font-family: Noto Sans CJK SC;
  font-weight: 400;
  color: #ffffff;
  margin-right: 0.15rem;
}

.caseMore i {
  display: inline-block;
  width: 0.21rem;
  height: 0.15rem;
  position: relative;
  top: 0.01rem;
  background-image: url('../img/arrowDownIcon.png');
  background-size: 100% 100%;
}