@font-face {
  font-family: 'Open Sans';
  src: url('../font/OpenSans.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
html {
  font-family: "Open Sans", "PingFang SC", "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: #000;
}

.wrap {
  position: relative;
  margin: auto;
  display: flex;
  flex-direction: column;
  font-family: "Open Sans","SanFranciso display", "PingFang SC";
  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: 20px;
  font-family: "Open Sans","SanFranciso display";
  text-decoration: underline;
  cursor: pointer;
  color: #FFF;
  text-align: right;
  font-size:14px;
}

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

.pcWrap .body {
  position: relative;
}

.pcWrap .topBox {
  position: relative;
  min-width: 1200px;
  height: 1031px;
  background: url('../img/top_bg1.png') no-repeat top/cover;
  margin-top:-60px;
  margin-bottom:-370px;
}
.pcWrap .topBox .topInfo {
  position: relative;
  width: 1200px;
  margin:0 auto;
  padding-top:130px;
}
.pcWrap .topBox .topInfo .logo {
  height: 43px;
  margin-bottom:26px;
}
.enApp .pcWrap .topBox .topInfo .logo {
  margin-bottom:22px;
}
.pcWrap .topBox .topInfo .title1 {
  color: #FCFDDF;
  font-size: 58px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.enApp .pcWrap .topBox .topInfo .title1 {
  max-width: 570px;
  font-size:44px;
  line-height: 50px;
}
.pcWrap .topBox .topInfo .title2 {
  color: #FCFDDF;
  font-size: 58px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.enApp .pcWrap .topBox .topInfo .title2  {
  font-size:32px;
  max-width: 470px;
  margin-top:8px;
}
.pcWrap .topBox .topInfo .title2 span {
  color:#FFAD5B;
}
.pcWrap .topBox .topInfo .date {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top:10px;
  margin-bottom:40px;
}
.enApp .pcWrap .topBox .topInfo .date {
  margin-top:27px;
}
.pcWrap .topBox .btnPc {
  width: 243px;
  height: 65px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../img/btn_bg.png') no-repeat center;
  background-size: 100%;
  margin-left:-20px;
}
.pcWrap .topBox .btnPc span {
  position: relative;
  top:5px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  color:#FFF;
}

/* 背景图 */
.pcWrap .bgBox {
  position: relative;
  min-width: 1200px;
  height: 618px;
  background: url('../img/bg_box.png') no-repeat 50%/cover;
  margin-bottom:-260px;
}
.pcWrap .bgBox .bgBox-titleImg {
  display: block;
  position: relative;
  height: 150px;
  margin:0 auto;
  top:180px;
}

/* mixbox */
.pcWrap .mixBox {
  width: 100%;
}
.pcWrap .mixBox .mixInnerBox {
  position: relative;
  margin:0 auto;
}
.pcWrap .mixBox .mixInnerBox .shadow {
  position: absolute;
  top:100px;
  width: 100%;
  height: 290px;
  z-index:1;
}

/* pc box1 */
.pcWrap .mixBox .mixInnerBox .box1 {
  position: relative;
  width: 1293px;
  height: 756px;
  padding-top:200px;
  margin:0 auto;
  background: url('../img/box1_bg.png') no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  z-index:2;
}
.pcWrap .mixBox .mixInnerBox .box1 .titleBox {
  max-width: 1050px;
  margin:0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.pcWrap .mixBox .mixInnerBox .box1 .titleBox .text {
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  color:#FFF;
}
.pcWrap .mixBox .mixInnerBox .box1 .titleBox .text span {
  background: linear-gradient(89deg, #FFC804 60.26%, #F8ECC3 93.82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.enApp .pcWrap .mixBox .mixInnerBox .box1 .titleBox .text {
  font-size:30px;
}
.pcWrap .mixBox .mixInnerBox .box1 .innerBox {
  position: relative;  
  width:1160px;
  margin:0 auto;
  height: 560px;
  padding-top:13px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left:50px;
}
.pcWrap .mixBox .mixInnerBox .box1 .innerBox .title {
  position: relative;
  color: rgba(255, 255, 255, 0.85);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  z-index:2;
  margin-bottom:27px;
}
.enApp .pcWrap .mixBox .mixInnerBox .box1 .innerBox .title {
  max-width: 1070px;
  text-align: center;
  line-height: 20px;
  margin-bottom:20px;
}
.pcWrap .mixBox .mixInnerBox .box1 .innerBox .table {
  width: 1070px;
  margin:0 auto;
  border-radius: 10px;
}
.pcWrap .mixBox .mixInnerBox .box1 .innerBox .table-header {
  min-height: 50px;
  padding:0 40px 0 50px;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #FEFA5C -56.11%, #016848 99.92%);
  box-shadow: 0 0 20px 0 #EAD9FD inset;
  border-radius: 20px;
  box-sizing: border-box;
}
.pcWrap .mixBox .mixInnerBox .box1 .innerBox .table-header span {
  flex:1;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 137.5% */
}
.pcWrap .mixBox .mixInnerBox .box1 .innerBox .table-item {
  height: 54px;
  padding:0 40px 0 50px;
  display: flex;
  align-items: center;
}
.pcWrap .mixBox .mixInnerBox .box1 .innerBox .table-item span {
  flex:1;
  color: #FFF;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 130% */
}
.pcWrap .mixBox .mixInnerBox .box1 .innerBox .tips {
  width: 100%;
}
.enApp .pcWrap .mixBox .mixInnerBox .box1 .innerBox .tips {
  margin-top:10px;
}
.pcWrap .mixBox .mixInnerBox .box1 .tips-item {
  color: rgba(255,255,255,.8);
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 130% */
  text-align: center;
}

/* pcBox2 */
.pcWrap .mixBox .mixInnerBox .box2 {
  margin-top:-55px;
}
.pcWrap .mixBox .mixInnerBox .box2 .innerBox {
  width: 1247px;
  height: 627px;
  background: url('../img/box2_bg.png') no-repeat center;
  background-size: 100%;
  margin:0 auto;
  padding-top:217px;
}
.pcWrap .mixBox .mixInnerBox .box2 .innerBox .titleBox {
  color: #FFF;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
.pcWrap .mixBox .mixInnerBox .box2 .innerBox .titleBox span {
  background: linear-gradient(89deg, #FFC804 60.26%, #F8ECC3 93.82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.enApp .pcWrap .mixBox .mixInnerBox .box2 .innerBox .titleBox {
  font-size:30px;
}
.pcWrap .mixBox .mixInnerBox .box2 .innerBox .list {
  position: relative;
  padding:14px 70px 0 90px;
  box-sizing: border-box;
}
.pcWrap .mixBox .mixInnerBox .box2 .innerBox .list .title {
  color: rgba(255, 255, 255, 0.85);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align:center;
  margin-bottom:26px;
}
.enApp .pcWrap .mixBox .mixInnerBox .box2 .innerBox .list .title {
  margin-bottom:18px;
}
.pcWrap .mixBox .mixInnerBox .box2 .innerBox .list .table-header {
  padding:0 0 0 110px;
  height: 44px;
  border-radius: 20px;
  background: linear-gradient(180deg, #FEFA5C -56.11%, #016848 99.92%);
  box-shadow: 0 0 20px 0 #EAD9FD inset;
  display: flex;
  align-items: center;
}
.pcWrap .mixBox .mixInnerBox .box2 .innerBox .list .table-header span {
  flex:1;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 137.5% */
  box-sizing: border-box;
}
.pcWrap .mixBox .mixInnerBox .box2 .innerBox .list .table-header span:last-of-type {
  text-indent: 20px;
}
.pcWrap .mixBox .mixInnerBox .box2 .innerBox .list .table-item {
  padding:0 0 0 110px;
  height: 44px;
  display: flex;
  align-items: center;
  border-bottom:1px solid rgba(240, 240, 240, 0.20);
}
.pcWrap .mixBox .mixInnerBox .box2 .innerBox .list .table-item:last-of-type {
  border-bottom:0;
}
.pcWrap .mixBox .mixInnerBox .box2 .innerBox .list .table-item span {
  flex:1;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
.pcWrap .mixBox .mixInnerBox .box2 .innerBox .list .table-item span:last-of-type {
  text-indent: 20px;
}

/* box4 */
.pcWrap .box4 {
  max-width: 1920px;
  margin:0 auto;
  width: 100%;
  background: url('../img/box4_bg.png') no-repeat bottom center;
  background-size: auto 791px;
}
.pcWrap .box4 .box4Bg {
  width: 100%;
  padding-top:90px;
  /* background: linear-gradient(#1F0A12 0%, #5D17C7 6%, #5D17C7 30%); */
}
.pcWrap .box4 .box4Bg .advantageBox {
  min-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pcWrap .box4 .box4Bg .advantageBox .title {
  color:#FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom:37px;
}
.pcWrap .box4 .box4Bg .advantageBox .list {
  width: 1200px;
  margin:0 auto;
  display: flex;
}
.pcWrap .box4 .box4Bg .advantageBox .list-item {
  flex:none;
  padding: 16px 8px;
  width: 265px;
  min-height: 176px;
  margin-right:24px;
  border-radius: 20px;
  background: linear-gradient(180deg, #FEFA5C -40.92%, #80B152 29.49%, #011A12 99.91%);
  box-shadow: 0 0 20px 0 #EAD9FD inset;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pcWrap .box4 .box4Bg .advantageBox .list-item:last-of-type {
  margin-right:0;
}
.pcWrap .box4 .box4Bg .advantageBox .list-item img {
  height: 130px;
  margin-bottom:16px;
}
.pcWrap .box4 .box4Bg .advantageBox .list-item .item-title {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px; /* 131.25% */
  margin-bottom:8px;
}
.pcWrap .box4 .box4Bg .advantageBox .list-item .item-text {
  color: #BAC5EE;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

/* footer */
.pcWrap .footer {
  width: 100%;
  margin:0 auto;
}
.pcWrap .footer .logoBox {
  width: 1200px;
  margin:80px auto 0;
  padding:0 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pcWrap .footer .logoBox .footer-title {
  margin-bottom:12px;
  height: 64px;
}
.pcWrap .footer .logoBox .footer-subTitle {
  max-width: 1000px;
  color: #FFF;
  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;
  justify-content: center;
  padding: 50px 0 220px;
}
.pcWrap .footer .relatedBox .platformBox {
  margin-right: 58px;
}
.pcWrap .footer .relatedBox .platformBox .title  {
  line-height: 21px;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
  color:#FFF;
}
.pcWrap .footer .relatedBox .platformBox .list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pcWrap .footer .relatedBox .platformBox .list .item {
  margin-right:12px;
  height: 68px;
}
.footer .relatedBox .platformBox .list .item:last-of-type {
  margin-right:0;
}
.pcWrap .footer .relatedBox .communityBox .title {
  line-height: 21px;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
  color: #fff;
}
.pcWrap .footer .relatedBox  .communityBox .innerBox {
  width: 320px;
  height: 68px;
  padding: 16px;
  background:rgba(255,255,255, .9);

  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  box-sizing: border-box;
}
.pcWrap .footer .relatedBox  .communityBox .innerBox .img {
  height: 45px;
  margin-right:24px;
}
.pcWrap .footer .relatedBox  .communityBox .innerBox  .tips  {
  flex:1;
}
.pcWrap .footer .relatedBox  .communityBox .innerBox  .tips-title {
  line-height: 18px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.pcWrap .footer .relatedBox  .communityBox .innerBox  .tips-text {
  line-height: 16px;
  font-size: 12px;
  font-weight: 500;
  color: #000;
}
.pcWrap .footer .relatedBox  .communityBox .innerBox .arrowIcon {
  padding:5px 0 5px 5px;
  cursor: pointer;
}
.pcWrap .footer .relatedBox  .communityBox .innerBox .arrowIcon img {
  width: 12px;
  height: 12px;
}

/* 规则弹窗 */
.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:#454D74;
  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: 300px;
  height: 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 100px;
  border: 3px solid #FFFCF5;
  border-radius: 40px;
  background: linear-gradient(180deg, #E42B37 0%, #870E0E 81.99%, #C8201F 100%);
}
.popBox .btn span {
  position: relative;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px; /* 127.778% */
}
.popBox .closeIcon {
  position: absolute;
  width: 24px;
  height: 24px;
  right:24px;
  top:20px;
  cursor: pointer;
}


/* H5 */
.mWrap {
  /* background-color: #E3F1FF; */
  /* background: #96CDEF; */
  background: #070010;
  font-size: 12px;
  height: 100%;
  overflow: hidden;
}

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

.m_topBox {
  /* 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 {
  top:.16rem;
  right:.16rem;
  font-family: "Open Sans","SanFranciso display";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-decoration-line: underline;
  color:#FFF;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-align: right;
  box-sizing: border-box;
  position: absolute;
  z-index:1000;
}
.viApp .m_ruleTitle {
  font-size:10px;
}
.m_topInfo {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m_topInfo .bg {
  width: 100%;
}
.m_topInfo .m_logo {
  position: absolute;
  height: .23rem;
  top:.57rem;
}
.enApp .m_topInfo .m_logo {
  top:.36rem;
}
.m_topInfo .main_title {
  position: absolute;
  top:.94rem;
  font-size: .5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #FCFDDF;
}
.enApp .m_topInfo .main_title {
  max-width: 3.3rem;
  top:.66rem;
  font-size: .4rem;
  line-height: .4rem;
  text-align: center;
}
.m_topInfo .sub_title {
  position: absolute;
  top:1.62rem;
  font-size: .34rem;
  color: #FCFDDF;
}
.m_topInfo .sub_title span {
  color:#FFAD5B;
}
.enApp .m_topInfo .sub_title {
  top:1.95rem;
  font-size: .18rem;
}
.m_topInfo .m_date {
  position: absolute;
  top:2.1rem;
  color: #FFF;
  text-align: center;
  font-size: .16rem;
  font-style: normal;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.enApp .m_topInfo .m_date {
  top:2.22rem;
}

/* box1 */
.mWrap .mixBox {
  margin-top:-2rem;
  position: relative;
  z-index:9;
}
.mWrap .mixBox .box1 {
  display: flex;
  flex-direction: column;
}
.mWrap .mixBox .box1 .innerBox {
  width: 100%;
  padding-top:.7rem;
  padding-bottom:.5rem;
  background: url('../img/m_box1_bg1.png') no-repeat;
  background-size: 100%;
  margin:0 auto;
  box-sizing: border-box;
}
.enApp .mWrap .mixBox .box1 .innerBox {
  padding-bottom:0;
}
.mWrap .mixBox .box1 .innerBox .titleBox {
  color:#FFF;
  font-size: .24rem;
  text-align: center;
  font-weight: 600;
}
.enApp .mWrap .mixBox .box1 .innerBox .titleBox {
  max-width: 3rem;
  margin:0 auto;
  font-size: .2rem;
  line-height: .24rem;
}
.mWrap .mixBox .box1 .innerBox .titleBox span {
  font-weight: 400;
}

.mWrap .mixBox .box1 .innerBox .listBox {
  width: calc(100% - .3rem);
  padding:.08rem .23rem .2rem;
  margin:0 auto;
  box-sizing: border-box;
}
.mWrap .mixBox .box1 .innerBox .listBox .title {
  max-width: 2.3rem;
  margin:0 auto;
  color:rgba(255, 255, 255, 0.85);
  font-size:.14rem;
  text-align: center;
  margin-bottom:.16rem;
}
.enApp .mWrap .mixBox .box1 .innerBox .listBox .title {
  max-width: 3rem;
  font-size:.13rem;
}
.mWrap .mixBox .box1 .innerBox .listBox .list1, .mWrap .mixBox .box1 .innerBox .listBox .list2 {
  height: 2.8rem;
  border-radius: .1rem;
}
.mWrap .mixBox .box1 .innerBox .listBox .list1 .header, .mWrap .mixBox .box1 .innerBox .listBox .list2 .header {
  min-height: .4rem;
  border-radius: .1rem;
  border-radius: 20px;
  background: linear-gradient(180deg, #FEFA5C -56.11%, #016848 99.92%);
  box-shadow: 0 0 20px 0 #EAD9FD inset;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left:.3rem;
}
.mWrap .mixBox .box1 .innerBox .listBox .list2 .header {
  padding-left:.13rem;
}
.mWrap .mixBox .box1 .innerBox .listBox .list1 .header span, .mWrap .mixBox .box1 .innerBox .listBox .list2 .header span {
  flex:1;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.85);
  font-size:.12rem;
  line-height: .14rem;
}
.mWrap .mixBox .box1 .innerBox .listBox .list1 .item, .mWrap .mixBox .box1 .innerBox .listBox .list2 .item  {
  padding-left:.3rem;
  height: .4rem;
  display: flex;
  align-items: center;
}
.mWrap .mixBox .box1 .innerBox .listBox .list2 .item {
  padding-left:.13rem;
}
.mWrap .mixBox .box1 .innerBox .listBox .list1 .item span, .mWrap .mixBox .box1 .innerBox .listBox .list2 .item span {
  flex:1;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.85);
  font-size:.12rem;
  line-height: .16rem;
}
.mWrap .mixBox .box1 .innerBox .listBox .tips {
  position: relative;
  left:-.27rem;
  width: calc(100% + .6rem);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top:.05rem;
}
.enApp .mWrap .mixBox .box1 .innerBox .listBox .tips {
  margin-top:.05rem;
  width: 100%;
  margin:0 auto;
  left:0rem;
}
.mWrap .mixBox .box1 .innerBox .listBox .tips .tips-item {
  color: #FFF;
  text-align: center;
  font-size: .12rem;
  font-style: normal;
  font-weight: 400;
  line-height: .18rem; /* 216.667% */
}
.enApp .mWrap .mixBox .box1 .innerBox .listBox .tips .tips-item {
  line-height: .15rem;
  font-size: .11rem;
}

/* box2 */
.mWrap .mixBox .box2 {
  background: url('../img/m_box2_img.png') no-repeat center;
  background-size: 100% auto;
  margin-top:-.15rem;
}
.mWrap .mixBox .box2 .innerBox {
  width: calc(100% - .3rem);
  padding-top:.8rem;
  margin:0 auto;
}
.enApp .mWrap .mixBox .box2 .innerBox {
  padding-top:1rem;
}
.mWrap .mixBox .box2 .innerBox .titleBox {
  color: #FFF;
  text-align: center;
  font-size: .24rem;
  font-style: normal;
  font-weight: 600;
  line-height: .28rem;
  margin-bottom:.06rem;
}
.enApp .mWrap .mixBox .box2 .innerBox .titleBox {
  font-size: .2rem;
  line-height: .24rem;
}
.mWrap .mixBox .box2 .innerBox .titleBox span {
  background: linear-gradient(89deg, #FFC804 60.26%, #F8ECC3 93.82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mWrap .mixBox .box2 .innerBox .list {
  position: relative;
  box-sizing: border-box;
  padding:0 .3rem .22rem .24rem;
}
.enApp .mWrap .mixBox .box2 .innerBox .list {
  padding-bottom:.32rem;
}
.mWrap .mixBox .box2 .innerBox .list .tag {
  position: absolute;
  width: 3rem;
  height: .07rem;
  left:.23rem;
  top:-.035rem;
}
.mWrap .mixBox .box2 .innerBox .list .title {
  color: rgba(255, 255, 255, 0.85);
  font-size: .14rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom:.16rem;
  text-align: left;
}
.enApp .mWrap .mixBox .box2 .innerBox .list .title {
  font-size:.12rem;
  margin-bottom:.14rem;
}
.mWrap .mixBox .box2 .innerBox .list .table-header {
  height: .36rem;
  border-radius: 20px;
  background: linear-gradient(180deg, #FEFA5C -56.11%, #016848 99.92%);
  box-shadow: 0 0 20px 0 #EAD9FD inset;
  display: flex;
  align-items: center;
  padding-left:.28rem;
  padding-right:.1rem;
  box-sizing: border-box;
}
.mWrap .mixBox .box2 .innerBox .list .table-header span {
  flex:1;
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: .13rem;
  font-style: normal;
  font-weight: 500;
  line-height: .16rem; /* 123.077% */
}
.mWrap .mixBox .box2 .innerBox .list .table-item {
  display: flex;
  align-items: center;

  padding-left:.28rem;
  padding-right:.1rem;
  box-sizing: border-box;
  height: .36rem;
}
.enApp .mWrap .mixBox .box2 .innerBox .list .table-item {
  height: .36rem;
}
.mWrap .mixBox .box2 .innerBox .list .table-item span {
  flex:1;
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: .14rem;
  font-style: normal;
  font-weight: 600;
  line-height: .36rem; /* 100% */
  border-bottom:1px solid rgba(240, 240, 240, 0.10);  
}
.enApp .mWrap .mixBox .box2 .innerBox .list .table-item span  {
  line-height: .36rem;
}
.mWrap .mixBox .box2 .innerBox .list .table-item:last-of-type span {
  border-bottom:none;
}

/* box4 */ 
.mWrap .box4 {
  width: 100%;
  min-height: 4.41rem;
  background: url('../img/m_box4_bg.png') no-repeat bottom center;
  background-size: 100%;
}
.mWrap .box4 .advantageBox {
  padding-top:.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mWrap .box4 .advantageBox .title {
  color: #FFF;
  font-size: .24rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom:.26rem;
}
.mWrap .box4 .advantageBox .list {
  width: calc(100% - .3rem);
  margin:0 auto;
  display: flex;
  flex-direction: column;
}
.mWrap .box4 .advantageBox .list-item {
  min-height: 1.85rem;
  padding:.16rem;
  border-radius: 20px;
  background: linear-gradient(180deg, #FEFA5C -40.92%, #80B152 29.49%, #011A12 99.91%);
  box-shadow: 0 0 20px 0 #EAD9FD inset;
  margin-bottom:.12rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mWrap .box4 .advantageBox .list-item:last-of-type {
  margin-bottom:0;
}
.mWrap .box4 .advantageBox .list-item img {
  height: 1.3rem;
  margin-bottom:.16rem;
}
.mWrap .box4 .advantageBox .list-item .item-title {
  color: #FFF;
  text-align: center;
  font-size: .16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 21px; /* 131.25% */
  margin-bottom:.08rem;
}
.mWrap .box4 .advantageBox .list-item .item-text {
  color: #CDCABD;
  font-size: .14rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}


/* footer */
.mFooter {
  width:100%;
  padding-top:.6rem;
  margin:0 auto;
  display: flex;
  flex-direction: column;
}
.mFooter .logoBox {
  width: calc(100% - 40px);
  margin:0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom:20px;
}
.mFooter .logoBox .footer-title {
  height: .43rem;
  margin-bottom:16px;
}
.mFooter .logoBox .footer-subTitle {
  padding:0 33px;
  font-family: "Open Sans", "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  color:#FFF;
  text-align: center;
}
#app:not(.zhApp) .mFooter .logoBox .footer-subTitle {
  padding:0;
}
.mFooter .relatedBox {
  padding:.24rem 0 .84rem;
  /* 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 {
  position: relative;
  margin-bottom: .2rem;
  padding: 8px 24px;
  border-radius: 24px 24px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #FFF;
  background-color: transparent;
  z-index: 1;
}
.mFooter .relatedBox .platformBox .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px 24px 0 0;
  padding: 1px;
  background: linear-gradient(to bottom, #FFF, rgba(255, 255, 255, 0));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
  box-sizing: border-box;
}

/* .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% - 30px);
  margin:0 auto;
  padding:0 4px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.mFooter .relatedBox .platformBox  .list .item {
  height: 52px;
}


.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;
  border-radius: 10px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  border-radius: 40px;
  background: linear-gradient(180deg, #E42B37 0%, #870E0E 81.99%, #C8201F 100%);
  color: #FFF;
  box-sizing: border-box;
}
.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:11;
}
.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;
}
