@font-face {
  font-family: 'Open Sans';
  src: url('../font/OpenSans.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
html {
  font-family: "Open Sans", "SanFranciso display", "Helvetica Neue", "Helvetica, Arial", "sans-serif";
}
* {
  box-sizing: border-box;
}
body,
html {
  padding: 0;
  margin: 0;
  height: 100%;
  background-color: var(--bgColorDark);
}
ul,li,div,p {
  margin:0;
  padding:0;
}
input[type="radio"]:checked {
  margin: 0 5px 0 0;
  accent-color: #000;
}
[v-cloak] {
  display: none;
}
#app {
  background: #feeed5;
}

.wrap {
  position: relative;
  margin: auto;
  display: flex;
  flex-direction: column;
  font-family: "Open Sans","SanFranciso display";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.ruleTitle {
  width: 1200px;
  margin:0 auto;
  position: relative;
  z-index: 9;
  padding-top: 40px;
  padding-right: 0;
  font-family: "Open Sans","SanFranciso display";
  text-decoration: underline;
  cursor: pointer;
  color: #000;
  text-align: right;
  font-size:14px;
  font-weight: 600;
}

/* PC */
.pcWrap {
  /* width: 1200px; */
  /* padding:0 20px; */
  box-sizing: border-box;
}

.pcWrap .body {
  position: relative;
}

.pcWrap .topBox {
  padding: 0 0 44px;
  min-width: 1200px;
  height: 500px;
  background: #feeed5;
  margin-top:-62px;
}
.pcWrap .topBox .topInfo .tag {
  width: auto;
  height: 45px;
  padding:0 25px 0 18px;
  margin-bottom:20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pcWrap .topBox .topInfo .tag span {
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.pcWrap .topBox .topInfo {
  position: relative;
  width: 1160px;
  margin:0 auto;
  padding-top:60px;
}
.pcWrap .topBox .topInfo .mixTitle {
  position: relative;
  width: auto;
  left:0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.pcWrap .topBox .topInfo .title1 {
  margin-bottom:0;
  color: #000;
  font-family: "Open Sans";
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.88px;
}
.pcWrap .topBox .topInfo .title2 {
  max-width: 400px;
  color: #000;
  font-family: "Open Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 120% */
  letter-spacing: -0.6px;
  margin-bottom:20px;
}
.pcWrap .topBox .topInfo .title2 b {
  font-weight: 800;
}

.pcWrap .topBox .topInfo .date {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom:24px;
}

.pcWrap .topBox .btnPc {
  width: 240px;
  height: 50px;
  font-family: "Open Sans","SanFranciso display";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  border-radius: 100px;
  border: 2px solid #000;
  background: #FD4E29;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pcWrap .topBox .pcTopImg {
  position: absolute;
  top:0;
  right:40px;
  height: 442px;
}

.titleImgPc {
  width: 260px;
  margin-bottom:20px;
}
.pcWrap .mixBox {
  position: relative;
  width: 100%;
  max-width: 1920px;
  padding-top:150px;
  box-sizing: border-box;
  margin:0 auto;
  background: url('../img/mix_bg.png') no-repeat top center;
  background-size:auto 2205px;
}


/* box1 */
.pcWrap .box1 {
  width: 1200px;
  min-height: 537px;
  padding:120px 57px 0;
  margin:0 auto 58px;
  background: url('../img/box1_bg.png') no-repeat top center;
  background-size: 100% 537px;
  /* padding-top:70px; */
}
.pcWrap .box1 .innerBox {
  position: relative;
  box-sizing: border-box;
}
.pcWrap .box1 .innerBox .title {
  width: calc(100% - 33px);
  padding:0 12px 0 18px;
  background: #C1DFCA;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 20px;
  color: #034116;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin-bottom:12px;
  box-sizing: border-box;
}
.pcWrap .box1 .innerBox .list {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.pcWrap .box1 .innerBox .list .item {
  padding:14px 0;
  border-bottom:3px solid #F3E9D6;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.pcWrap .box1 .innerBox .list .item b {
  font-size:26px;
  font-weight: 800;
}
.pcWrap .box1 .innerBox .list .item:last-of-type {
  border-bottom:0;
}
.pcWrap .box1 .innerBox .tips {
  margin-top:28px;
  padding-left:100px;
  color: #735239;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}

/* banner */
.pcWrap .bannerBox {
  width: 1200px;
  margin:0 auto 60px;
  font-size: 0;
  cursor: pointer;
}
.pcWrap .bannerBox img {
  height: 150px;
}

/* box2 */
.pcWrap .box2 {
  padding-bottom:64px;
}
.pcWrap .box2 .outBox {
  width: 1200px;
  min-height: 625px;
  padding-top:133px;
  background: url('../img/box2_bg.png') no-repeat;
  background-size: 1200px 625px;
  box-sizing: border-box;
  margin:0 auto;
  box-sizing: border-box;
}
.pcWrap .box2 .title {
  max-width: 774px;
  color: #000;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left:62px;
}
.pcWrap .box2 .innerBox {
  width: 1200px;
  margin:50px auto 0;
  padding:0 134px 0 147px;
  position: relative;
  box-sizing: border-box;
}
.pcWrap .box2 .innerBox .list {
  margin-bottom:15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.pcWrap .box2 .innerBox .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pcWrap .box2 .innerBox .list .item .item-title {
  color: #000;
  text-align: center;
  font-family: "Open Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom:20px;
}
.pcWrap .box2 .innerBox .list .item .item-box {
  width: 367px;
  height: 213px;
  padding:10px 37px 0;
  background: url('../img/box2_item_bg.png') no-repeat;
  background-size:367px 213px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.pcWrap .box2 .innerBox .list .item .item-box img {
  height: 117px;
  margin-bottom:10px;
}
.pcWrap .box2 .innerBox .list .item .item-box span {
  height: 54px;
  color: #000;
  text-align: center;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
}
.pcWrap .box2 .innerBox .btn {
  width: 180px;
  height: 50px;
  margin:0 auto;
  border-radius: 1000px;
  border: 3px solid #000;
  background: #FD4E29;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.pcWrap .box2 .innerBox .btn span {
  color: #FFF;
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}



/* box3 */
.pcWrap .box3 {
  position: relative;
}
.pcWrap .box3 .innerBox {
  position: relative;
  width: 1200px;
  height: 345px;
  margin:0 auto;
  background: url('../img/box3_bg.png') no-repeat;
  background-size: 1200px 345px;
}
.pcWrap .box3 .tag {
  position: absolute;
  right:0;
  top:0;
  height: 161px;
}
.pcWrap .box3 .list {
  width: 1200px;
  padding:0 10px;
  padding-top:115px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.pcWrap .box3 .list-item {
  flex:none;
  padding: 16px;
  width: 286px;
  height: 210px;
  padding:16px;
  border-radius: 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pcWrap .box3 .list-item img {
  height: 80px;
  margin-bottom:12px;
}
.pcWrap .box3 .list-item .item-title {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px; /* 131.25% */
  margin-bottom:8px;
}
.pcWrap .box3 .list-item .item-text {
  color: #333;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}


/* footer */
.pcWrap .footer {
  background: #e6d0b5;
}
.pcWrap .footer .logoBox {
  width: 1160px;
  margin:0 auto;
  padding:50px 0 70px;
  /* border-bottom:1px solid rgba(255,255,255,.2); */
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pcWrap .footer .logoBox .footer-title {
  margin-bottom:10px;
  height: 64px;
}
.pcWrap .footer .logoBox .footer-subTitle {
  max-width: 1000px;
  color: #000;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 128.571% */
}

.pcWrap .footer .relatedBox {
  width: 1200px;
  margin:0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 60px;
}
.pcWrap .footer .relatedBox .platformBox {
  margin-right: 58px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pcWrap .footer .relatedBox .platformBox .title  {
  line-height: 21px;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 16px;
  color:#000;
}
.pcWrap .footer .relatedBox .platformBox .list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pcWrap .footer .relatedBox .platformBox .list .item {
  margin-right:12px;
  height: 68px;
}
.pcWrap  .footer .relatedBox .platformBox .list .item:last-of-type {
  margin-right:0;
}
.pcWrap .footer .tagBox {
  width: 1160px;
  margin:32px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pcWrap .footer .tagBox .tag {
  min-width: 240px;
  height: 66px;
  border-radius: 24px 24px 0px 0px;
  border: 1px solid #000;
  border-bottom:0;
  background: linear-gradient(91deg, #4D86F6 0.46%, #1921DE 100%);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pcWrap .footer .tagBox span {
  color: #000;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px; /* 127.778% */
}
.pcWrap .footer .relatedBox .communityBox {
  margin-top:60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pcWrap .footer .relatedBox .communityBox img {
  height: 287px;
}

/* 规则弹窗 */
.pop {
  position: fixed;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background-color: rgba(0,0,0,.25);
  z-index:9;
}
.popBox {
  position: absolute;
  top:50%;
  left:50%;
  width: 580px;
  max-height: 560px;
  transform: translate(-50%,-50%);
  padding:20px 24px;
  border-radius: 12px;
  background-color: #FFF;
  z-index:9;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.popBox .title {
  font-family: "Open Sans","SanFranciso display";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  color:#000;
  margin-bottom:20px;
}
.popBox .content {
  flex:1;
  margin-bottom:20px;
  overflow-y: auto;
}
.popBox .content p {
  margin-bottom:20px;
  font-family: "Open Sans","SanFranciso display";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  color:#000;
}
.popBox .content p:last-of-type {
  margin-bottom:0;
}
.popBox .btn {
  flex:none;
  width: 240px;
  height: 50px;
  padding: 0px 16px;
  border-radius: 22px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 100px;
  border: 2px solid #000;
  background: #FD4E29;
}
.popBox .btn span {
  font-family: "Open Sans","SanFranciso display";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  color:#FFF;
}
.popBox .closeIcon {
  position: absolute;
  width: 24px;
  height: 24px;
  right:24px;
  top:20px;
  cursor: pointer;
}


/* H5 */
.mWrap {
  /* background-color: #E3F1FF; */
  /* background: #96CDEF; */
  background: #e6d0b5;
  background: linear-gradient(#FEEED5 300%, #e6d0b5 100%);
  font-size: 12px;
  height: 100%;
  overflow: hidden;
}

.mWrap.out {
  padding-bottom:84px;
}

.m_topBox {
  position: relative;
  height: 7.31rem;
  background: #FEEED5;
  /* height: 550px;
  background: url('../img/m_top_bg.png') no-repeat center 100%/cover; */
  /* margin-bottom:-975px; */
  /* margin-bottom:-200px; */
}
.mWrap.out .m_topBox {
  /* height: 550px; */
  /* background: url('../img/m_top_bg.png') no-repeat center 100%/cover; */
  /* margin-bottom:-200px; */
}
.m_topBox .bg {
  width: 100%;
}
.m_ruleTitle {
  padding-top:.17rem;
  padding-right:.07rem;
  font-family: "Open Sans","SanFranciso display";
  font-size: .12rem;
  font-style: normal;
  font-weight: 600;
  line-height: .18rem;
  text-decoration-line: underline;
  color:#000;
  text-align: right;
  box-sizing: border-box;
  position: relative;
  z-index:1000;
}
.m_topInfo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m_topInfo .logo {
  position: absolute;
  top:.4rem;
  width:2.1rem;
}
.m_topInfo .title1 {
  position: absolute;
  top:.94rem;
  font-size: .32rem;
  line-height: normal;
  font-weight: 700;
  color:#000;
  line-height: normal;
  text-align: center;
}
.m_topInfo .title2 {
  position: absolute;
  top:1.35rem;
  max-width: 3.4rem;
  color: #000;
  text-align: center;
  font-family: "Open Sans";
  font-size: .24rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.m_topInfo .title2 b {
  font-weight: 800;
}

.m_topInfo .m_date {
  position: absolute;
  top:2.06rem;
  color: #392C2C;
  text-align: center;
  font-size: .18rem;
  font-style: normal;
  font-weight: 400;
  line-height: .23rem;
}
.m_topInfo  .bgImg {
  position: absolute;
  bottom:.4rem;
  height: 4.74rem;
  width: auto;
}

/* box1 */
.mWrap .mixBox {
  position: relative;
  width: 100%;
  padding-top:1rem;
  background: url('../img/m_mix_bg.png') no-repeat;
  background-size: 100% auto;
  margin-top:-.2rem;
  z-index:1;
}
.mWrap .box1 {
  height: 5.56rem;
  padding: 0 .58rem 0 .28rem;
  background: url('../img/m_box1_bg.png') no-repeat;
  background-size: 100% 5.56rem;
  box-sizing: border-box;
}
.mWrap .box1 .innerBox {
  width:100%;
  /* padding:.9rem 0 0; */
  padding-top:.95rem;
  box-sizing: border-box;
}
.mWrap .box1 .innerBox .title {
  padding:.07rem .1rem .05rem;
  background: #C1DFCA;
  border:.01rem solid rgba(255, 255, 255, 0.10);
  border-radius: .2rem;
  color: #034116;;
  text-align: center;
  font-size: .14rem;
  font-weight: 400;
  line-height: normal;
}

.mWrap .box1 .innerBox .list {
  font-size: 0;
}
.mWrap .box1 .innerBox .list .item {
  padding:.07rem 0;
  color: #000;
  font-family: "Open Sans";
  font-size: .16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom:.02rem solid #F3E9D6;
  box-sizing: border-box;
}
.mWrap .box1 .innerBox .list .item b {
  font-weight: 800;
}
.mWrap .box1 .innerBox .list .item:last-of-type {
  border-bottom:0;
}
.mWrap .box1 .innerBox .tips {
  padding:.03rem .75rem 0 .1rem;
  color: #735239;
  font-family: "Open Sans";
  font-size: .12rem;
  font-style: normal;
  font-weight: 400;
  line-height: .13rem;
  letter-spacing: 0.36px;
}

/* banner */
.mWrap .bannerBox {
  margin-top:.3rem;
  width: 100%;
  padding:0 .16rem;
  height: .8rem;
}
.mWrap .bannerBox img {
  width: 100%;
  height: 100%;
}

/* box2 */
.mWrap .box2 {
  width: 100%;
  min-height: 5.15rem;
  margin-top:.4rem;
  padding-top:.82rem;
  background: url('../img/m_box2_bg.png') no-repeat top center;
  background-size: 3.61rem 5.15rem;
}
.mWrap .box2 .title {
  max-width: 2rem;
  padding-left:.3rem;
  color: #000;
  text-align: left;
  font-size: .14rem;
  font-weight: 400;
  line-height: normal;
}
.mWrap .box2 .innerBox {
  position: relative;
  margin-top:.4rem;
  padding: 0 .2rem;
  display: flex;
  flex-direction: column;
}
.mWrap .box2 .innerBox .list {
  display: flex;
  justify-content: space-between;
}
.mWrap .box2 .innerBox .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;  
}
.mWrap .box2 .innerBox .list .item .item-title {
  color: #000;
  text-align: center;
  font-family: "Open Sans";
  font-size: .16rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom:.11rem;
}
.mWrap .box2 .innerBox .list .item .item-box {
  width: 1.5rem;
  height: 1.4rem;
  padding:.18rem 0 .1rem;
  background: url('../img/m_box2_item_bg.png') no-repeat;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.mWrap .box2 .innerBox .list .item .item-box img {
  height: .53rem;
  margin-bottom:.11rem;
}
.mWrap .box2 .innerBox .list .item .item-box span {
  flex:1;
  display: flex;
  align-items: flex-end;
  color: #000;
  text-align: center;
  font-family: "Open Sans";
  font-size: .13rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.mWrap .box2 .innerBox .btn {
  width: 1.4rem;
  height: .4rem;
  margin:.11rem auto 0;
  border-radius: 10rem;
  border: .02rem solid #000;
  background: #FD4E29;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mWrap .box2 .innerBox .btn span {
  color: #FFF;
  text-align: center;
  font-family: "Open Sans";
  font-size: .14rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* box3 */
.mWrap .box3 {
  margin:.46rem auto 0;
  width: 100%;
}
.mWrap .box3 .innerBox {
  position: relative;
  width:3.55rem;
  height: 9.73rem;
  margin:0 auto;
  padding-top:1.1rem;
  background: url('../img/m_box3_bg.png') no-repeat;
  background-size: 3.55rem 9.73rem;
  box-sizing: border-box;
}
.mWrap .box3 .list {

}
.mWrap .box3 .list .list-item {
  padding:.16rem 0;
  margin-bottom:.08rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mWrap .box3 .list .list-item img {
  width: .8rem;
  height: .8rem;
  margin-bottom:.12rem;
}
.mWrap .box3 .list .list-item .item-title {
  color: #000;
  text-align: center;
  font-size: .16rem;
  font-style: normal;
  font-weight: 600;
  line-height: .21rem; /* 131.25% */
  margin-bottom:.08rem;
}
.mWrap .box3 .list .list-item .item-text {
  max-width: 3rem;
  color: #333;
  text-align: center;
  font-family: "Open Sans";
  font-size: .14rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


/* footer */
.mFooter {
  width:100%;
  padding-top:0;
  margin:0 auto;
  /* padding-bottom:45px; */
  display: flex;
  flex-direction: column;
  /* background: url('../img/m_footer_bg.png') no-repeat;
  background-size: cover; */
}
.mFooter .logoBox {
  width: calc(100% - 40px);
  margin:.7rem auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom:.25rem;
  border-bottom:.01rem solid #CBCBCB;
}
.mFooter .logoBox .footer-title {
  height: .38rem;
  margin-bottom:.16rem;
}
.mFooter .logoBox .footer-subTitle {
  font-family: "Open Sans", "PingFang SC";
  font-size: .2rem;
  font-style: normal;
  font-weight: 600;
  line-height: .36rem;
  color:#000;
  text-align: center;
}

.mFooter .relatedBox {
  padding:.2rem 0 .75rem;
  /* background: url('../img/m_related_bg.png') no-repeat bottom center;
  background-size: 100% 100%; */  
}
.mFooter .relatedBox .platformBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* .mFooter .relatedBox .platformBox .title {
  margin-bottom:24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
} */
.mFooter .relatedBox .platformBox .title {
  position: relative;
  
}
.mFooter .relatedBox .platformBox .title span {
  color:#000;
  font-family: "Open Sans";
  font-size:.18rem;
  line-height: .21rem;
  font-weight: bold;
}

/* 
.mFooter .relatedBox .platformBox .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px 24px 0 0;
  padding: 1px;
}
.mFooter .relatedBox .platformBox .title .left {
  width: 50px;
  height: 11px;
}
.mFooter .relatedBox .platformBox .title .right {
  width: 50px;
  height: 11px;
}
.mFooter .relatedBox .platformBox .title span {
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  color: #0F0F4D;
}  */

.mFooter .relatedBox .platformBox  .title::before {
  content:'';
  position: absolute;
  width: 50px;
  height: 11px;
  left:-58px;
  top:50%;
  transform: translateY(-50%);
  background: url('../img/line_left.png') no-repeat;
  background-size: 100% 100%;
}
.mFooter .relatedBox .platformBox  .title::after {
  content:'';
  position: absolute;
  width: 50px;
  height: 11px;
  right:-58px;
  top:50%;
  transform: translateY(-50%);
  background: url('../img/line_right.png') no-repeat;
  background-size: 100% 100%;
}
.mFooter .relatedBox .platformBox .list {
  width: calc(100% - .4rem);
  margin:.24rem auto 0;
  padding:0 4px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.mFooter .relatedBox .platformBox .list .item {
  height: .52rem;
}
.mFooter .relatedBox .communityBox {
  width: 2.8rem;
  height: .5rem;
  border-radius: .2rem;
  border: .02rem solid #000;
  background: #FFD984;
  margin:.3rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.mFooter .relatedBox .communityBox span {
  color: #000;
  text-align: center;
  font-family: "Open Sans";
  font-size: .16rem;
  font-style: normal;
  font-weight: 700;
  line-height: .23rem; /* 143.75% */
}



.popupWrap {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.502);
  align-items: end;
}

.popupWrap .popupBox {
  position: relative;
  padding: 16px;
  width: 100%;
  max-height: calc(100% - 100px);
  border-radius: 12px 12px 0 0;
  display: flex;
  flex-direction: column;
  background: #FFF;

}
.popupWrap .popupBox .popupTitle {
  font-size:18px;
  font-weight: 500;
  color:#000;
}
.popupWrap .popupBox  .ruleBox {
  margin: 16px 0;
  flex: 1;
  overflow: auto;
  font-size: 16px;
  line-height: 21px;
}
.popupWrap .popupBox  .ruleBox .ruleItem {
  font-size: 16px;
  line-height: 21px;
  color:#000;
}
.popupWrap .popupBox  .ruleBox .ruleItem:not(last-child) {
  margin-bottom:12px;
}
.popupWrap .popupBox .btn {
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  border-radius: 100px;
  border: 2px solid #000;
  background: #FD4E29;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popupWrap  .popupBox .closeIcon {
  position: absolute;
  top:20px;
  right:20px;
}
.popupWrap  .popupBox .closeIcon img {
  width: 14px;
  height: 14px;
}

.fixedFooter {
  position: fixed;
  bottom:0;
  left:0;
  right:0;
  padding: 20px;
  display: flex;
  align-items: center;
  background: #fff;
  z-index:1;
}
.service {
  display: flex;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
}
.mWrap .service2 {
  margin: 0 8px;
}
.mWrap .joinBtn {
  flex: 1.5;
}
.fixedFooter .btn {
  height: 44px;
  line-height: 44px;
  border-radius: 42px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  background-color: #3348F6;
  color: #fff;
}
