html, body{display:block;width:7.5rem;height:100%;background-color:#000;overflow:hidden;padding:0rem;margin:0rem;}
#cont{display:block;width:100%;height:100%;padding:0rem;margin:0rem;}

#dialog_alert{display:block;width:100%;height:100%;background-color:rgba(0,0,0,0.5);position:fixed;left:0rem;top:0rem;z-index:999999;}
#dialog_alert .dialog_body{display:block;width:6.6rem;min-height:2rem;background-color:#fff;border-radius:0.06rem;position:relative;left:50%;margin-left:-3.3rem;top:3.8rem;overflow:hidden;padding:0.4rem;}
#dialog_alert .dialog_title{display:block;width:100%;color:#282828;font-size:0.28rem;}
#dialog_alert .dialog_text{display:block;width:100%;color:#282828;font-size:0.24rem;padding:0.4rem 0rem;word-break:break-word;}
#dialog_alert .dialog_btn{display:block;width:100%;color:#fff;font-size:0.24rem;border:none;background-color:#9B0801;height:0.8rem;border-radius:0.06rem;}
#dialog_alert .dialog_btn:active{padding-top:0.04rem;}

#dialog_confirm{display:block;width:100%;height:100%;background-color:rgba(0,0,0,0.5);position:fixed;left:0rem;top:0rem;z-index:999999;}
#dialog_confirm .dialog_body{display:block;width:6.6rem;min-height:2rem;background-color:#fff;border-radius:0.04rem;position:relative;left:50%;margin-left:-3.3rem;top:3.8rem;overflow:hidden;padding:0.4rem;}
#dialog_confirm .dialog_title{display:block;width:100%;color:#282828;font-size:0.28rem;}
#dialog_confirm .dialog_text{display:block;width:100%;color:#282828;font-size:0.24rem;padding:0.4rem 0rem;word-break:break-word;}
#dialog_confirm .dialog_btn{display:block;width:70%;color:#fff;font-size:0.23rem;border:none;background-color:#9B0801;height:0.8rem;line-height:0.8rem;border-radius:0.06rem;}
#dialog_confirm .dialog_btn:active{padding-top:0.04rem;}
#dialog_confirm .dialog_btn2{display:block;width:calc(30% - 0.2rem);color:#282828;font-size:0.24rem;border:none;background-color:#F7F7F7;height:0.8rem;line-height:0.6rem;border-radius:0.06rem;}
#dialog_confirm .dialog_btn2:active{padding-top:0.04rem;}

.loading{display:block;width:100%;height:100%;position:fixed;left:0rem;top:0rem;z-index:999999;}
.loading img{display:block;width:60%;position:relative;left:20%;top:30%;}
.loading #loading_prog{display:block;width:100%;color:#282828;font-size:0.32rem;position:relative;top:25%;}

.tpl_splash_style{display:block;width:7.5rem;background-color:#000;}
.tpl_splash_style .scroller{display:block;width:100%;position:absolute;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);z-index:99;padding:0.32rem;}
.tpl_splash_style .logo{display:block;width:4rem;top:1.2rem;position:relative;left:50%;margin-left:-2rem;}
.tpl_splash_style .container{display:block;width:100%;background-color:#000;padding:1.1rem 0.46rem;height:6.6rem;margin-top:1rem;}
.tpl_splash_style input{display:block;width:100%;height:0.9rem;line-height:0.9rem;font-size:0.28rem;background-color:#000;border:none;border-radius:0rem;border-bottom:1px solid #fff;color:#fff;margin-bottom:0.4rem;}
.tpl_splash_style .login{display:block;width:6.5rem;color:#fff;font-size:0.32rem;border:none;background-color:transparent;height:1.4rem;background-size:cover;background-position:center;margin-left:-0.3rem;margin-top:0.4rem;}
.tpl_splash_style .login:active{margin-top:0.44rem;}
