@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;list-style:none;border:none;}
::-webkit-scrollbar{width:2px}
a{text-decoration:none;}
input,buton{outline:none;background:none}
input::-webkit-input-placeholder,.uni-input-placeholder{color:#9ea5a8;}
.bodyMain{position:fixed;width:100%;min-height:100%;background:url(../images/mainBg.png) no-repeat;background-size:100% 100%;padding:0.4rem 0.3rem;box-sizing:border-box;
display:flex;flex-direction:column;}
.bodyMain_top{display:flex;justify-content: space-between;}
.bodyMain_top h1{width:1.8rem;height:1.8rem;background:url(../images/top_img1.png) no-repeat;background-size:100%;margin-top:0.4rem}
.bodyMain_top h2{width:1.4rem;height:1.46rem;background:url(../images/top_img2.png) no-repeat;background-size:100%;margin-top:-0.4rem}
.bodyMain_img{flex:1;display:flex;align-items:flex-end;justify-content:center}
.bodyMain_img h1{width:2.5rem;height:2.5rem;background:url(../images/top_img1.png) no-repeat;background-size:100%;margin:auto;}
.bodyMain_img h2{width:7.01rem;height:4.31rem;background:url(../images/body_img1.png) no-repeat;background-size:100%;margin:auto;margin-top:0.3rem}
.bodyMain_bottom{display:flex;align-items:center;justify-content:space-between;margin-top:0.4rem;}
.bodyMain_bottom h1{width:3.65rem;height:1.03rem;background:url(../images/bottom_img1.png) no-repeat;background-size:100%;}
.bodyMain_bottom h2{width:2.58rem;height:1.1rem;background:url(../images/bottom_img2.png) no-repeat;background-size:100%;}
/*页面结束*/
.popBg{position:fixed;width:100%;height:100%;left:0;top:0;z-index:99;background:rgba(0,0,0,0.5);display:flex;align-items:center;justify-content:center}
.popMain{max-height:100%;width:6.4rem;background:url(../images/pop/main_bg.png) no-repeat;background-size:100% 100%;position:relative;}
.popMain h1{height:0.94rem;background:url(../images/pop/top_bg.png) no-repeat;background-size:100%;display:flex;align-items:center;justify-content:flex-end}
.popMain h1 img{width:0.9rem;height:0.9rem;position:absolute;top:-0.4rem;right:-0.3rem}
.popForm{padding:0.3rem}
.popForm ul{margin-top:-0.2rem}
.popForm ul li{height:0.7rem;display:flex;display:flex;align-items:center;justify-content:center;margin-top:0.24rem;}
.popForm ul li .p1{font:0.3rem/0.4rem '';color:#f3d69d;width:1.4rem;text-align:right;font-weight:bold}
.popForm ul li .p2{flex:1;display:flex;margin-left:0.2rem;height:100%;background:#000;border-radius:0.1rem;border:1px solid #7d6438}
.popForm ul li .p2 .tet{width:100%;height:100%;color:#a43d25;font-size:0.28rem;font-weight:bold;padding-left:0.1rem;color:#fff}
.popForm ul li .p3 img{width:2rem;height:0.7rem;margin-left:0.3rem;display:block}
.popForm h5{display:flex;justify-content:center;margin-top:0.4rem}
.popForm h5 .h5_btn{width:2.64rem;height:0.88rem;background:url(../images/pop/registerBtn.png) no-repeat;background-size:100%;cursor:pointer;}
.popForm h6{font-size:0.3rem;font-weight:bold;color:#a1a1a3;margin-top:0.2rem;text-align:center}
.popForm h6 a{color:#f3d69d;text-decoration:underline}
@media screen and (min-width:750px){
  body{background:url(../images/pc_bg.png) no-repeat;background-size:100%;}
  .bodyMain{left:50%;}
}