@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:#fff;}
.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;align-items:center;justify-content:space-between;justify-content:flex-end;}
.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;}
.bodyMain_img dl{width:100%}
.bodyMain_img dl dt{width:2.5rem;height:2.5rem;background:url(../images/body_img1.png) no-repeat;background-size:100%;margin:auto;}
.bodyMain_img dl dd{width:6.6rem;height:4rem;background:url(../images/body_img2.png) no-repeat;background-size:100%;margin:auto;margin-top:0.4rem;}
.bodyMain_bottom{display:flex;align-items:center;justify-content:space-between;margin-top:0.5rem;}
.bodyMain_bottom h1{width:3.65rem;height:1.04rem;background:url(../images/bottom_img1.png) no-repeat;background-size:100%;}
.bodyMain_bottom h2{width:2.8rem;height:1.06rem;background:url(../images/bottom_img2.png) no-repeat;background-size:100%;}
.kefu{width:1.4rem;height:1.67rem;background:url(../images/kefu.png) no-repeat;background-size:100%;position:fixed;top:50%;left:0; z-index:9;}
/*页面结束*/
.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{width:4.2rem;height:0.79rem;background:url(../images/pop/top_bg.png) no-repeat;background-size:100%; margin-top:-0.28rem}
.popMain h1 img{width:0.9rem;height:0.9rem;position:absolute;top:-0.3rem;right:-0.2rem}
.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:#fff;width:1.4rem;text-align:right;font-weight:bold}
.popForm ul li .p2{flex:1;display:flex;margin-left:0.2rem;height:0.66;background:url(../images/pop/input_bg.png) no-repeat;background-size:100% 100%;}
.popForm ul li .p2 .tet{width:100%;height:0.66rem;color:#f5bafc;font-size:0.28rem;font-weight:bold;padding-left:0.1rem;}
.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:#f9f7f6;margin-top:0.2rem;text-align:center}
.popForm h6 a{color:#19ec5b;text-decoration:underline}
@media screen and (min-width:750px){
  body{background:url(../images/pc_bg.png) no-repeat;background-size:100%;}
  .bodyMain{left:50%;}
}