@charset "utf-8";
* { margin: 0; padding: 0; }
html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
body { font: 14px/1em Microsoft YaHei, sans-serif; max-width: 640px; margin: 0 auto; height: 100%; background-color: #ab0018; }
img { vertical-align: top; outline: none; }
@media only screen and (max-width:320px) {
    body { font-size: 12px; }
}
ul, li { list-style: none; }
img { width: 100%; display: block; border: 0; margin: 0 auto; }
a { text-decoration: none; }
a:active, a:hover { outline: 0; border: 0}
.mb0{
    margin-bottom: 0;
}

.active_layer { background-color: #fff;}
.btn-bottom{
        width: 100%;
        display: table;
        position: fixed;
        bottom: 0;
        left: 0;
    }
    .btn {
        display: inline-block;
        *display: inline; /*IE 6/7*/
        zoom: 1;
        line-height: normal;
        white-space: nowrap;
        vertical-align: baseline;
        text-align: center;
        cursor: pointer;
        -webkit-user-drag: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 100%;
        font-family: inherit;
        font-size: 100%;
        *font-size: 90%; /*IE 6/7 - To reduce IE's oversized button text*/
        *overflow: visible; /*IE 6/7 - Because of IE's overly large left/right padding on buttons */
        padding: 0.8em 0;
        color: #fff; /* rgba not supported (IE 8) */
        border: 1px solid #999;  /*IE 6/7/8*/
        border: none rgba(0, 0, 0, 0);  /*IE9 + everything else*/
        text-decoration: none;
    }
    .btn-hover,
    .btn:hover,
    .btn:focus {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000',GradientType=0);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0,0,0, 0.05)), to(rgba(0,0,0, 0.10)));
        background-image: -webkit-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
        background-image: linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
    }
    .btn:focus {
        outline: 0;
    }
    .btn-active,
    .btn:active {
        box-shadow: 0 0 0 1px rgba(0,0,0, 0.15) inset, 0 0 6px rgba(0,0,0, 0.20) inset;
    }
    .btn-light{
        
        background: #f3b92d;
        /*background: linear-gradient(0deg, #ef3b20 0%, #f46e38 99%);*/
        height: 1.6em;
        line-height: 1.6em;
    }
    .btn-gray{
        background-color: #f3b92d;
        height: 1.6em;
        line-height: 1.6em;
    }
    .btn-disabled,
    .btn-disabled:hover,
    .btn-disabled:focus,
    .btn-disabled:active {
        border: none;
        background-image: none;
        cursor: not-allowed;
        box-shadow: none;
    }
body { padding-bottom: 0.8rem;}

.side-right { position: fixed; right: 0; top: 5.7rem;z-index: 23;}
.side-right a {
    color:#fff; 
    font-size: .24rem;  
    line-height: 0.6rem;
    height: 0.6rem; 
    padding:0 .3rem;  
    border-radius: .7rem 0 0 .7rem; 
    background: #f3b92d; 
    text-align: center;
    box-shadow: 0.04rem 0.04rem 0.04rem rgba(0,0,0,.2); display: block; 
}
.part{
    position: relative;
}
.btn-bottom1{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /*opacity: 0;*/
}
.part .list{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0.8rem;
    padding: 0 0.5rem;
    box-sizing: border-box;
}
.part .list a{
    display: block;
    width: 100%;
    height: 1.2rem;
    margin-bottom: 0.2rem;
}
.cover{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 34;
    left: 0;
    top: 0;
    display: none;
}
.pop{
    position: fixed;
    width: 6rem;
    border-radius: 0.1rem;
    left: 0.75rem;
    top: 3rem;
    background-color: #fff;
    z-index: 35;
    text-align: center;
    display: none;
}
.pop p{
    padding: .5rem .3rem;
    line-height: 1.5;
    font-size: .32rem;
}
.pop a{
    display: block;
    font-size: .32rem;
    line-height: 1rem;
    border-top: 0.02rem solid #ddd;
    color: #4169e1;
}
.fr{
    position: fixed;
    right: .1rem;
    bottom: 1rem;
    width: 2.08rem;
    height: 1.84rem;
}
.part1{
    position: relative;
}
.part1 .btns li{
    width: 2.68rem;
    height: 0.85rem;
    text-align: center;
    /*background: linear-gradient(90deg, #f16432 0%,  #f04b30 100%);*/
    position: static;
    float: left;
    margin-right: 0.3rem;
    line-height: 0.85rem;
    border-radius: 0.08rem;
}
.part1 .btns li:last-of-type{
    margin-right: 0;
}
.part1 .btns{
    position: absolute;
 /*   width: 100%;*/
    bottom: 0.46rem;
    left: 0.6rem;
    opacity: 0;
}
.part1 .qubie{
    width: 100%;
    height: 0.6rem;
    position: absolute;
    left: 0;
    bottom: 0.3rem;
    text-align: center;
    line-height: 0.6rem;
    opacity: 0;
}
.part1 .btns a{
    position: static;
    color: #fff;
    font-size: 0.34rem;
    display: block;
}
.input_box{
    /*height: 1rem;*/
    background: #FFFFFF;
    padding-left: 0.3rem;
    box-sizing: border-box;
}
.input{
    border-bottom: 0.01rem solid #EEEEEE;
    line-height: 1rem;
    position: relative;

}
.input span{
    display: inline-block;
    width: 1.2rem;
    font-size: 0.32rem;
}
.input input{
    width: 5.5rem;
    line-height: 0.8rem;
    border: 0 none;
    outline: none;
    color: #000;
    font-size: 0.32rem;
} 
.go.input{
    background: url(../img/arr.png) no-repeat 6.7rem center;
    background-size: 0.16rem;
}
.active_layer .top{
    margin-bottom: 0.3rem;
}
.input p{
    position: absolute;
    width: 5.5rem;
    line-height: 1rem;
    height: 1rem;
    top: 0;
    right: 0.5rem;
}
.cover{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.6);
    left: 0;
    top: 0;
    z-index: 23;
    display: none;
}
.tips_bottom{
    width: 100%;
    min-height: 5rem;
    background-color: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 56;
    display: none;
}
.tips_bottom .title,.tixing .title{
    height: 1rem;
    border-bottom: 0.01rem solid #EEEEEE;
}
.tips_bottom .title span,.tixing .title span{
    display: inline-block;
    padding-left: 0.5rem;
    width: 1.5rem;
    line-height: 1rem;
    margin: 0;
    box-sizing: border-box;
    color: #008AE9;
}
.tips_bottom .title p,.tixing .title p{
    display: inline-block;
    width: 4.3rem;
    margin: 0;
    text-align: center;
    font-size: 0.30rem;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: #000000;
}
.tipslist{
    padding-left: 0.3rem;
}
.tipslist li{
    padding-left: 0.2rem;
    line-height: 1rem;
    border-bottom: 0.01rem solid #eee;
    background: url(../img/sel.png) no-repeat 6.4rem center;
    background-size: 0.3rem;
}
.tipslist li.active{
    background-image: url(../img/selected.png);
}
.tixing{
    position: fixed;
    width: 100%;
    bottom: 0;
    display: none;
    z-index: 45;
    background-color: #f5f5f5;
    border-radius: 0.08rem;
}
.tixing .title{
    background-color: #fff;
    border-radius: 0.1rem 0.1rem 0 0;
}
.rule{
    position: fixed;
    width: 6.8rem;
    height: 8.36rem;
    left: 0.35rem;
    top: 1rem;
    z-index: 24;
    display: none;
}
.rule .close{
    position: absolute;
    width: 0.5rem;
    height: 0.6rem;
    left: 0.3rem;
    top: 0;
}
.toast{
    width: 5.5rem;
    padding: .1rem;
    box-sizing: border-box;
    border-radius: .4rem;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    font-size: .28rem;
    text-align: center;
    position: fixed;
    left: 1rem;
    line-height: 2;
    top: 3rem;
    display: none;
}