html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    vertical-align:baseline;
}
blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:""; content:none;}

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold;}

del { text-decoration:line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help;}

table { border-collapse:collapse; border-spacing:0;}

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0;}

input, select { vertical-align:middle; }

@charset "utf-8";
/* 禁用iPhone中Safari的字号自动调整 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
/* 去除iPhone中默认的input样式 */
input[type="submit"],

input[type="reset"],

input[type="button"]{-webkit-appearance:none; resize: none;}
input{border:none;}
/* 取消链接高亮  */
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article,
aside, details,figcaption,figure,footer,header, menu,nav,section{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); }
/* 设置HTML5元素为块 */

/* 图片自适应 */
img {
    max-width: 100%;
    height: auto;
    width:auto\9; /* ie8 */
    width:100%;
    display:block;
    -ms-interpolation-mode:bicubic;/*为了照顾ie图片缩放失真*/
    pointer-events: none;
}
/* 初始化 */
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article,
aside, details,figcaption,figure,footer,header, menu,nav,section{margin:0; padding:0;}
body {
    margin: 0;
    font-family: -apple-system,SF UI Text,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;
}

em,i{font-style:normal;}
strong{font-weight: normal;}
.clearfix:after{content:""; display:block; visibility:hidden; height:0; clear:both;}
.clearfix{zoom:1;}
a{text-decoration:none; color:#fff; display: block;}
a:hover{text-decoration:none;}
ul,ol{list-style:none;}
*{box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
section{background: #fff;}
.cf{clear: both;}
@media screen and (min-width: 1024px){
    body{
        width: 10rem;
        margin-left: auto;
        margin-right: auto;
    }
}
#YSF-BTN-HOLDER,#cnzz_stat_icon_1262178625{
    display: none;
}
.hidden{
    display: none;
}
/*loader  Start*/
#loaderTop,#loadMessage{
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100001;
}
#noter{
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 900;
}
#loadImg{
    position: absolute;
    left: 50%;
    top: 50%;
    background: rgba(0,0,0,0.8);
    width: 6rem;
    height: 2rem;
    color: #999;
    font-size: 12px;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    border-radius: 0.5rem;
    z-index: 999;
}
#loadMesInner{
    position: absolute;
    left: 50%;
    top: 50%;
    background: rgba(0,0,0,0.8);
    width: 6rem;
    padding: .2rem;
    color: #fff;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    border-radius: 0.5em;
    z-index: 999;

}
#loadImg2{
    position: absolute;
    left: 50%;
    top: 50%;
    background: rgba(0,0,0,0.8);
    width: 6rem;
    height: 2rem;
    color: #999;
    font-size: 12px;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    border-radius: 0.5rem;
    z-index: 9999;
}
[data-dpr="2"] #loadImg{
    font-size: 24px;
}
[data-dpr="3"] #loadImg{
    font-size: 36px;
}
.imgBoxTop{
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    width:6rem;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    line-height: 2rem;
    height: 2rem;
    vertical-align: middle;
    font-size: 0.4rem;
}
.imgBoxTop2{
    text-align: center;
    vertical-align: middle;
    font-size: 0.4rem;
}
@-webkit-keyframes rotate{
    from{-webkit-transform:rotate(0deg)}
    to{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes rotate{
    from{-moz-transform:rotate(0deg)}
    to{-moz-transform:rotate(360deg)}
}
@-ms-keyframes rotate{
    from{-ms-transform:rotate(0deg)}
    to{-ms-transform:rotate(360deg)}
}
@-o-keyframes rotate{
    from{-o-transform:rotate(0deg)}
    to{-o-transform:rotate(360deg)}
}
.imgBox{
    width: 1rem;
    height: 1rem;
    background: url("/images/aso/loader.png") no-repeat center;
    background-size:100%;
    display: inline-block;
    vertical-align: middle;
    animation: 2s linear 0s normal none infinite rotate;
    -webkit-animation:2s linear 0s normal none infinite rotate;
}
.textBox{
    height: 2rem;
    margin-left: 0.5rem;
    display: inline-block;
}
/*loader  End*/

.popup_box,.popup_boxN{
    display:none;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    z-index:9999;
    position:fixed;
    left:0;
    top:0;
}
.popup_box2{
    display:none;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    z-index:9999;
    position:fixed;
    left:0;
    top:0;
}
.popup_box .alert_box{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.textBoxNote{
    color: #fff;
    font-size:14px;
}
[data-dpr="2"] .textBoxNote{
    font-size: 28px;
}
[data-dpr="3"] .textBoxNote{
    font-size: 42px;
}
.fixedsticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
}
/* When position: sticky is supported but native behavior is ignored */
.fixedsticky-withoutfixedfixed .fixedsticky-off,
.fixed-supported .fixedsticky-off {
    position: static;
}
.fixedsticky-withoutfixedfixed .fixedsticky-on,
.fixed-supported .fixedsticky-on {
    position: fixed;
}
.fixedsticky-dummy {
    display: none;
}
.fixedsticky-on + .fixedsticky-dummy {
    display: block;
}
.top,
.bottom {
    text-align: center;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.top {
    top: 0;
    bottom: auto;
    z-index: 999;
}
.fullscreen{
    position: relative;
    width: 100%;
}
.container{
    width:10rem;
    margin:0 auto;
    padding-top: 1.16rem;
}
.container header{
    width:10rem;
}
.header{
    width:100%;
    height:1.16rem;
    line-height:1.16rem;
    background:#394155;
    color:#fff;
    font-size: 16px;
    position:relative;
    top: 0;
    z-index: 5;
    text-align:center;
}
[data-dpr="2"] .header{
    font-size: 32px;
}
[data-dpr="3"] .header{
    font-size: 48px;
}
.header .back{
    width:0.72rem;
    height:0.946667rem;
    position:absolute;
    left:0.266667rem;
    top:50%;
    transform: translatey(-50%);-ms-transform: translateY(-50%);-moz-transform: translateY(-50%);-webkit-transform: translateY(-50%);
}
.header .back a{
    padding:0.2rem;
}
.header .back img{
    width:0.32rem;
    height:0.546667rem;
}
.redDot{
    width: 0.213333rem;
    height: 0.213333rem;
    border-radius: 50%;
    background: #ff5644;
    position: absolute;
    top: 0;
    right: 0;
}
.dangerousText{
    color:#ea4545;
}
.btn{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 0.4rem;
    color: #fff;
    height: 1.06667rem;
    line-height: 1.06667rem;
    margin-top: 0.4666666667rem;
    border-radius: 0.3em;
    text-align: center;
    font-size: 15px;

}
[data-dpr="2"] .btn{
    font-size: 30px;

}
[data-dpr="3"] .btn{
    font-size: 45px;
}
.btnOrange{
    background: #ffbc1c;
}
.btnBlue{
    background: #e7c17d;
    color: #27313e;
}
.btnBlueLite{
    background: #fff;
    color: #26B5FF;
    border: 1px solid #8ED8FD;
}
.btnGray{
    background: #e5e5e5;
    color: #777;
}
.btnCancel{
    color: #cfcfcf;
    border: 1px solid #cfcfcf;
}
.popup_box .alert_box .content{
    padding-top:0;
}
.popup_box2{
    display: none;
    width: 100%;
    height: 120%;
    background:rgba(0,0,0,0.6);
    opacity:1;
    position: absolute;
    left: 0;
    top:0;
    z-index: 999;
}
.slideClose{
    position: absolute;
    width: 0.853333rem;
    height: 1.35rem;
    top: -1.35rem;
    right: 0.333333rem;
    display: none;
}
.banner{
    width: 87%;
    margin: 0 auto;
    top: 14%;
    background: #fff;
    padding: 0.4rem;
    position: relative;
    border-radius: 3%;
}
.swiper-pagination-bullet-active{
    background: #e7c17d;
}
.keyXiaoyu{
    width: 80%;
    border-radius: 0.1rem;
    background: rgb(255,255,255);
    text-align: center;
    color: #2F2F2F;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    padding: 0.6rem;
}

.alertPng{
    position: absolute;
    width: 4.266667rem;
    left: 50%;
    -ms-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -o-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
    top: -1.8rem;
}
.keyText{
    margin-top: .3rem;
    font-size: 0.373333rem;
    color: #555555;
    line-height: 1.8;
}
.keyBtnBox{
    width: 90%;
    margin: 0.5rem auto;
}
.keyBtn{
    height: 1.12rem;
    line-height: 1.12rem;
    font-size: 0.426667rem;
    width: 45%;
    border-radius: 0.3em;
}
.keyBtnli{
    height: 1.12rem;
    line-height: 1.12rem;
    font-size: 0.426667rem;
    width: 100%;
    border-radius: 0.3em;
}
.btnGap{
    margin-top: 0.333333rem;
}
.keyBtnCancel{
    float: left;
}
.keyBtnConfirm{
    float: right;
}
.custServerBg{
    text-align: center;
    position: fixed;
    bottom:0;
    left: 0;
}

.popupSub{
    display:none;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    z-index:99;
    position:fixed;
    left:0;
    top:0;
}
.popupSub2{
    display:none;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    z-index:99;
    position:fixed;
    left:0;
    top:0;
}
.goAppBg{
    width: 86%;
    text-align: center;
    color: #2F2F2F;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.subForcheck{
    text-align: center;
    position: absolute;
    bottom:-0.4rem;
    left: -4%;
    width: 108%;
    display:none;
    z-index: 999;
}
.subForcheck2{
    text-align: center;
    position: absolute;
    width: 8.5rem;
    z-index: 999;
    bottom: -13%;
    display: none;
    left: -20%;
}
.releaseBox{
    position: relative;
    overflow: visible;
    z-index: 9999;
}
.appBtn{
    width: 2.8rem;
    position: absolute;
    bottom: 0;right: 0;
}
.fixBg{
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}
.headerTip {
    position: absolute;
    top: 0;
    right: 0.3rem;
    font-size: 14px;
    color: #fff;
}
[data-dpr="2"] .headerTip{
    font-size: 28px;

}
[data-dpr="3"] .headerTip{
    font-size:  42px;
}
 /*登陆弹框样式*/
.keyXiaoyuLogin{
    padding: 0.4rem 0.6rem;
    top:44%;
}
.loginTitle{
    font-size: 0.45rem;
    margin-bottom: 0.4rem;
}
.loginIcon{
    display: inline-block;
    width: 0.666667rem;
    position: absolute;
    top: 0.25rem;
    left: .18rem;
}
.loginInputBoxLi input{
    width:100%;
    padding-left: 1rem;
    border: none;
    border-bottom: 1px solid #eeeeee;
    height:1.2rem;
    outline: medium;
    font-size: 0.36rem;
}
[data-dpr="2"] .loginInputBoxLi input{
    border-bottom: 2px solid #eeeeee;
}
[data-dpr="3"] .loginInputBoxLi input{
    border-bottom: 3px solid #eeeeee;
}
.loginPhone{
    padding-right: 7em;
}
.loginInputBoxLi{
    position: relative;
}
.getCodeBtn{
    width:6em;
    text-align: center;
    color: #e9c17d;
    position: absolute;
    right: 0;
    top:0;
    font-size: 0.36rem;
    height: 1.2rem;
    line-height: 1.2rem;
}
.keyXiaoyuLogin .btnBlue{
    width:92%;
    margin: 0.333333rem auto;
}
.loginTips{
    font-size: 0.3rem;
    color: #8E8E8E;
}
.openInBrower{
    width:100%;
    padding: 0 2%;
}
.browerDown{
    position: absolute;
    bottom:0;
    left:0;
}
.iosShareMore{
    position: absolute;
    color: #fff;
    right: 8%;
    top: 44%;
    font-size: 0.4rem;
    height: 1rem;
    line-height: 1rem;
}
.howToStartBgBox{
    position: absolute;
    top: 40%;
    width:100%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.callHelp,.callHistory{
    width:1.35rem;
    position: fixed;
    right:0.2rem;
    bottom: 1.5rem;
}
.scrollTop{
    width: 1.35rem;
    position: fixed;
    right: 0.2rem;
    bottom: 3rem;
}
.gaoeClose{
    position: absolute;
    top: .2rem;
    right: .2rem;
    width: .5rem;
    padding: .1rem;
}
.hide{
    display: none;
}
.show{
    display: block;
}
.noteTextInner p>span{
    white-space: normal !important;
}
/*无数据*/
.billList {
    font-size: 0.373333rem;
    background: #fff;
}
.nodata{
    text-align: center;
    color: #d0d0d0;
}
.nodataImg{
    margin: 0 auto;
    width: 3rem;
    padding-top: 2.666667rem;
}
.nodataTx {
    font-size: 0.36rem;
}
.verify{
    display:none;
    position: fixed;
    top:6.4rem;
    left:50%;
    transform:translate(-50%,0);
    -moz-transform:translate(-50%,0); 	/* Firefox */
    -webkit-transform:translate(-50%,0); /* Safari 和 Chrome */
    -o-transform:translate(-50%,0);
    min-height:1.2rem;
    min-width:2.666666rem;
    padding:0.1rem;
    text-align:center;
    z-index:1000;
    -webkit-border-radius:0.1rem;
    -moz-border-radius:0.1rem;
    border-radius:0.1rem;
}
.verify .verifyInfo{
    font-size: 0.373333rem;
    line-height:1rem;
    color:#FFF;
}
.verify .verifymodal{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: #000;
    opacity: 0.6;
    z-index:-1;
    border-radius: 0.1rem;
}
textarea {
    -webkit-appearance: none;
    border-radius: 0;
    border: 0;
    width: 100%;
    height: 100%;
    resize: none;
    overflow:hidden;
}
button{
    border:0;
}
#cnzz_stat_icon_1269233152 a{
    color: transparent;
}
header{
    width:100%;
    height:1.16rem;
    line-height:1.16rem;
    background:#394155;
    color:#fff;
    font-size: 16px;
    position:fixed;
    top: 0;
    z-index: 99;
    text-align:center;
}
[data-dpr="2"] header{
    font-size: 32px;
}
[data-dpr="3"] header{
    font-size: 48px;
}
header .back{
    width:0.72rem;
    height:0.946667rem;
    position:absolute;
    left:0.266667rem;
    top:50%;
    transform: translatey(-50%);-ms-transform: translateY(-50%);-moz-transform: translateY(-50%);-webkit-transform: translateY(-50%);
}
header .back a{
    padding:0.2rem;
}
header .back img{
    width:0.32rem;
    height:0.546667rem;
}
#loginBox{
    position: absolute;
    height: 120%;
}
.keyXiaoyuLogin{
    top: 30%;
}
.btnGold {
    font-size: .4266666667rem;
    color: #fff;
    background: #00b9e1;
    background: -moz-linear-gradient(left, #07b9f0, #00b9e1);
    background: -webkit-gradient(linear, left 0, right 0, from(#07b9f0), to(#00b9e1));
    margin-top: .4666666667rem;
    position: relative;
    overflow: visible;
}
.btnGold:before, .btnGold:after {
    content: "";
    position: absolute;
    bottom: 0%;
    left: 2%;
    width: 96%;
    height: 20%;
    -webkit-box-shadow: 0 0.11rem 0.2rem rgba(133,210,241,0.3);
    -moz-box-shadow: 0 0.1rem 0.2rem rgba(133,210,241,0.3);
    box-shadow: 0 0.1rem 0.2rem rgba(133,210,241,0.3);
    background: #00b9e1;
    background: -moz-linear-gradient(left, #07b9f0, #00b9e1);
    background: -webkit-gradient(linear, left 0, right 0, from(#07b9f0), to(#00b9e1));
}
.nullPic{
    width: 50%;
    margin: 10% auto;
}