.container {
  width: 7.5rem;
  display: block;
  margin: 0 auto;
  position: relative;
}
.head {
  width: 100%;
  height: 9.5rem;
  position: relative;
  background: url('../img/head.jpg') no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.logo {
  width: 1.69rem;
  display: block;
  position: absolute;
  left: 0.3rem;
  top: 0.24rem;
}
.head .login-btn {
  width: 0.98rem;
  height: 0.38rem;
  background: url('../img/loginbtn.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0.21rem;
  right: 0.21rem;
}
.head .btn {
  width: 3.19rem;
  height: 1.1rem;
  background: url('../img/downloadbtn.png') no-repeat;
  background-size: 100% 100%;
  margin: 8rem auto 0 auto;
}
.page1 {
  width: 100%;
  height: 8.67rem;
  background: url('../img/p1bg.jpg') no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding-top: 1.2rem;
}
.page1 .p1-menu {
  width: 6.6rem;
  margin: 0 auto 0.2rem auto;
  display: flex;
  align-items: center;
}
.page1 .p1-menu .p1-menu-item {
  width: 2.2rem;
  height: 0.7rem;
  background: url('../img/p1menu.png') no-repeat;
  background-size: 100% 100%;
  line-height: 0.7rem;
  text-align: center;
  font-size: 0.28rem;
  color: #948c89;
}
.page1 .p1-menu .on {
  background: url('../img/p1menuon.png') no-repeat;
  background-size: 100% 100%;
}
.page1 .p1-menu .on span {
  background: linear-gradient(-90deg, #fac377 0%, #fffbe8 100%);
  background: -webkit-linear-gradient(-90deg, #fac377 0%, #fffbe8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page1 .m1 .top-tips {
  text-align: center;
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #958d8a;
}
.page1 .m1 .card-box {
  width: 6.97rem;
  height: 3.89rem;
  background: url('../img/p1m1itembg.png') no-repeat;
  background-size: 100% 100%;
  margin: 0.2rem auto 0 auto;
  padding-top: 0.86rem;
}
.page1 .m1 .card-box .title {
  text-align: center;
  color: #948c89;
  font-size: 0.2rem;
  display: flex;
  align-items: center;
  padding-left: 0.8rem;
  margin-bottom: 0.12rem;
}
.page1 .m1 .card-box .title span {
  width: 0.26rem;
  height: 0.26rem;
  background-image: linear-gradient(180deg, 
    #500505 0%, 
    #800e08 100%), 
  linear-gradient(
    #000000, 
    #000000);
  background-blend-mode: normal, 
    normal;
  text-align: center;
  line-height: 0.26rem;
  margin-right: 0.04rem;
  border-radius: 80%;
}
.page1 .m1 .card-box .input-box {
  width: 5.34rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 0.3rem auto;
}
.page1 .m1 .card-box .input-box .input {
  border: 0;
  width: 3.6rem;
  height: 0.6rem;
  background-color: #918b82;
  padding: 0 0.1rem;
  font-size: 0.24rem;
}
.page1 .m1 .card-box .input-box .input-btn {
  width: 1.6rem;
  height: 0.6rem;
  background-image: linear-gradient(180deg, 
    #9c8d87 0%, 
    #ffd496 100%), 
  linear-gradient(
    #000000, 
    #000000);
  background-blend-mode: normal, 
    normal;
  line-height: 0.6rem;
  text-align: center;
  font-size: 0.24rem;
  color: #984002;
}
.page1 .m1 .card-box .bot-btn {
  width: 1.6rem;
  height: 0.6rem;
  background-image: linear-gradient(180deg, 
    #9c8d87 0%, 
    #ffd496 100%), 
  linear-gradient(
    #000000, 
    #000000);
  background-blend-mode: normal, 
    normal;
  box-shadow: inset 0rem 0.01rem 0rem 0rem 
    rgba(255, 255, 255, 0.35);
  line-height: 0.6rem;
  text-align: center;
  margin-left: 0.8rem;
  font-size: 0.24rem;
  color: #984002;
}
.tips {
  width: 6.8rem;
  margin: 0 auto;
}
.tips .p {
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #948c89;
}
.tips .ml40 {
  margin-left: 0.4rem;
}
.tips .ml110 {
  margin-left: 1.1rem;
}
.page1 .m1 .tips {
  padding-left: 0.2rem;
}
.page1 .m2 .tips {
  width: 6.9rem;
}
.page1 .m2 .btn1 {
  width: 1.98rem;
  height: 0.8rem;
  background-image: linear-gradient(180deg, 
    #9c8d87 0%, 
    #ffd496 100%), 
  linear-gradient(
    #000000, 
    #000000);
  background-blend-mode: normal, 
    normal;
  box-shadow: inset 0rem 0.01rem 0rem 0rem 
    rgba(255, 255, 255, 0.35);
  line-height: 0.8rem;
  text-align: center;
  margin: 0.4rem auto 0.2rem auto;
  font-size: 0.26rem;
  color: #984002;
}
.page1 .m2 .tips .tac {
  text-align: center;
}
.page1 .m2 .tips span {
  font-size: 0.28rem;
  color: #d3c897;
  margin-right: 0.06rem;
  font-weight: 600;
}
.page1 .m2 .btn2 {
  width: 1.8rem;
  height: 0.6rem;
  background-color: #000000;
  border-radius: 0.3rem;
  border: solid 0.02rem #958d8a;
  line-height: 0.6rem;
  text-align: center;
  margin: 0.18rem auto;
  font-size: 0.24rem;
  color: #958d8a;
}
.page1 .m3 .list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page1 .m3 .list .item-box {
  width: 1.5rem;
  margin-bottom: 0.2rem;
}
.page1 .m3 .list .item-box .img {
  display: block;
  width: 1.19rem;
  margin: 0 auto 0.1rem auto;
}
.page1 .m3 .list .item-box .p {
  font-size: 0.22rem;
  color: #958d8a;
  margin-bottom: 0.1rem;
}
.page1 .m3 .list .item-box .btn {
  width: 1.2rem;
  height: 0.5rem;
  background-image: linear-gradient(180deg, 
    #9c8d87 0%, 
    #ffd496 100%), 
  linear-gradient(
    #000000, 
    #000000);
  background-blend-mode: normal, 
    normal;
  box-shadow: inset 0rem 0.01rem 0rem 0rem 
    rgba(255, 255, 255, 0.35);
  text-align: center;
  margin: 0 auto;
  font-size: 0.22rem;
  color: #984002;
  line-height: 0.5rem;
  font-weight: 600;
}
.page1 .m3 .btn1 {
  width: 1.8rem;
  height: 0.6rem;
  background-color: #000000;
  border-radius: 0.3rem;
  border: solid 0.02rem #958d8a;
  line-height: 0.6rem;
  text-align: center;
  margin: 0 auto;
  font-size: 0.24rem;
  color: #958d8a;
}
.page2 {
  width: 100%;
  height: 9.64rem;
  background: url('../img/p2bg.jpg') no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding-top: 1.1rem;
}
.p2-list {
  width: 6.5rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p2-list .item-box {
  width: 1.68rem;
  text-align: center;
}
.p2-list .item-box .img-box {
  width: 1.3rem;
  height: 1.3rem;
  margin: 0.06rem auto;
  background: url('../img/p2imgbg.png') no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.p2-list .item-box .img-box .img {
  width: 0.84rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.p2-list .item-box .title {
  font-size: 0.18rem;
  color: #958d8a;
  font-weight: 600;
}
.p2-list .item-box .title span {
  color: #fff2b4;
}
.p2-list .item-box .desc {
  font-size: 0.18rem;
  color: #958d8a;
}
.p2-list .item-box .btn {
  width: 1.3rem;
  height: 0.5rem;
  background-image: linear-gradient(180deg, 
    #9c8d87 0%, 
    #ffd496 100%), 
  linear-gradient(
    #000000, 
    #000000);
  background-blend-mode: normal, 
    normal;
  box-shadow: inset 0rem 0.01rem 0rem 0rem 
    rgba(255, 255, 255, 0.35);
  text-align: center;
  margin: 0.14rem auto 0.4rem auto;
  font-size: 0.22rem;
  color: #984002;
  line-height: 0.5rem;
  font-weight: 600;
}
.p2-list .item-box .btned {
  filter: grayscale(100%);
}
.p2-list .item-box .btning {
  background-image: linear-gradient(180deg, 
   #ffd496 0%, 
    #faa245 100%), 
  linear-gradient(
    #000000, 
    #000000);
  background-blend-mode: normal, 
    normal;
  box-shadow: inset 0rem 0.01rem 0rem 0rem 
    rgba(255, 255, 255, 0.35);
}
.mt40 {
  margin-top: 0.4rem!important;
}
.ml20 {
  margin-left: 0.2rem!important;
}
.page3 {
  width: 100%;
  height: 12.04rem;
  overflow: hidden;
  background: #15172a url('../img/p3bg.jpg') no-repeat;
  background-size: 100% 12.04rem;
  padding-top: 1.1rem;
}
.page4 {
  width: 100%;
  height: 12.95rem;
  background: #15172a url('../img/p4bg.jpg') no-repeat;
  background-size: 100% 12.95rem;
  padding-top: 1.9rem;
  overflow: hidden;
}
.page4 .num {
  text-align: center;
  font-size: 0.22rem;
  color: #fff2b4;
  margin: 0.22rem auto;
}
.page4 .mid-btn {
  width: 1.8rem;
  height: 0.6rem;
  background-color: #000000;
  border-radius: 0.3rem;
  border: solid 0.02rem #958d8a;
  line-height: 0.6rem;
  text-align: center;
  margin: 0 auto 0.4rem auto;
  font-size: 0.24rem;
  color: #958d8a;
}
.page4 .p2-list {
  width: 6.3rem;
  justify-content: space-between;
}
.page4 .p2-list .item-box .img-box .img  {
  width: auto;
  height: 80%;
}
.page4 .p2-list .item-box .img-box .auto-height {
  height: auto;
  width: 90%;
}
.page5 {
  width: 100%;
  height: 11.3rem;
  background: url('../img/p5bg.jpg') no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding-top: 1rem;
}
.page5 .item-box {
  width: 5.56rem;
  height: 5.61rem;
  background: url('../img/p5itembg.png') no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  padding-top: 1rem;
}
.page5 .item-box .cont-box {
  width: 4.8rem;
  display: flex;
  justify-content: space-between;
  height: 0.4rem;
  margin: 0 auto;
}
.page5 .item-box .cont-box .item {
  width: 1.1rem;
  line-height: 0.4rem;
  text-align: center;
  font-size: 0.18rem;
  color: #958d8a;
}
.page5 .item-box .cont-box .item span {
  display: block;
  width: 0.33rem;
  height: 0.36rem;
  background: url('../img/p5numbg.png') no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 0.08rem;
  line-height: 0.36rem;
}
.page5 .item-box .cont-box .item2 {
  width: 2.38rem;
  padding-left: 0.4rem;
}
.page5 .item-box .cont-box .item3 {
  width: 1.56rem;
}
.twpop {
  position: relative;
  z-index: 100;
}
.twpop .twpop-main {
  background: url('../img/p2bd.png') no-repeat;
  background-size: 100% 100%;
  min-width: 6.4rem;
  width: 6.4rem;
  color: #ffce99;
}
.twpop .twpop-close {
  background: url('../img/tcClose.png') no-repeat center;
  background-size: 100% 100%;
}
.twpop .twpop-btn {
  background-image: linear-gradient(180deg, 
   #ffd496 0%, 
    #faa245 100%), 
  linear-gradient(
    #000000, 
    #000000);
  background-blend-mode: normal, 
    normal;
  box-shadow: inset 0rem 0.01rem 0rem 0rem 
    rgba(255, 255, 255, 0.35);
  color: #871f00;
}