
/*��嘥�见�𡝗甅撘�*/

*{ margin:0; padding:0; -webkit-tap-highlight-color: transparent; /*-webkit-appearance: none;*/}

html,body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset,select, input, blockquote, textarea, p, th, td ,table,em,b,span,samp{margin:0;padding:0;font-family:"敺株蔓��暺�",Microsoft YaHei,Arial, Helvetica, sans-serif;}
html,body{height:100%; min-width:320px;}

img{vertical-align:middle; border:none;}

ol,ul,li{ list-style:none; }
@media screen and (orientation: portrait) {
    html{
        width : 100vmin;
        height : 100%;
        /*overflow: hidden;*/
    }
    body{
        width : 100vmin;
        height : 100vmax;
        /*overflow: hidden;*/
    }
    .container{
        /*width : 100vmax;*/
        height : 100%;
        /*transform-origin: top left;*/
        /*transform: rotate(90deg) translate(0,-100vmin);*/
    }

    .container2{
        /*width : 100vmax;*/
        height : 100%;
        /*transform-origin: top left;*/
        /*transform: rotate(90deg) translate(0,-100vmin);*/
    }
    .container3{
        /*width : 100vmax;*/
        height : 100%;
        /*transform-origin: top left;*/
        /*transform: rotate(90deg) translate(0,-100vmin);*/

    }



}
@media screen and (orientation: landscape) {
    html{
        width : 100vmax;
        height : 100vmin;
        /*overflow: hidden;*/
    }
    body{
        width : 100vmax;
        height : 100vmin;
        /*overflow: hidden;*/
    }
    .container{
        width : 100vmax;
        height : 100vmin;

    }
    .container2{
        width : 100vmax;
        height : 100vmin;
    }
    .container3{
        width : 100vmax;
        height : 100vmin;
    }
}

.bird-bg{
    display: block;
    max-width: 600px !important;
    margin: auto;
    height: 100%;
    overflow-y: auto;
    background: url("../img/bg-index.jpg") no-repeat;
    background-size: 100% 100%;
}
.bird{
    display: none;
    position: absolute;
    top: 30%;
    max-width: 80%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.container{
    background: url("../img/bg-login.png") no-repeat;
    background-size: 100% 100%;
}
.container2{
    background: url("../img/default/bg03.png") no-repeat;
    background-size: 100% 100%;
}
.container3{
    background: url("../img/default/bg03.png") no-repeat;
    background-size: 100% 100%;
}


.btn-begin{
    width: 10rem;
    top: 72%;
    left: 50%;
    margin-left: -5rem;
    position: absolute;
}
.btn-begin img{
    width: 10rem;
}

.login-box{
    /*position: absolute;*/
    /*position: relative;*/
    /*z-index: 99;*/
    /*top: 15%;*/
    /*width: 25rem;*/
    /*left: 50%;*/
    margin: 0 auto;
    background-color: rgba(0,0,0,0.8);
    padding: 2rem;
    box-sizing: border-box;
    border-radius: 20px;

}

.count{
    border: 1px solid #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 10px 5px;
    background: url("../img/icon01.png") no-repeat center left 2.5%;
    background-size: 1rem 1.2rem;
    margin-bottom: 1.5rem;
}
.count input{
    border: none;
    outline: none;
    width: 90%;
    background: none;
    color: #fff;
    margin-left: 8%;
    font-size: 1rem;
}
.password{
    border: 1px solid #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 10px 5px;
    background: url("../img/icon02.png") no-repeat center left 2.5%;
    background-size: 1rem 1.2rem;
    margin-bottom: 1.5rem;
}
.password input{
    border: none;
    outline: none;
    width: 90%;
    background: none;
    color: #fff;
    margin-left: 8%;
    font-size: 1rem;
}


.btn-login{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 10px 5px;
    background: #f7d249;
    background-size: 1rem 1.2rem;
    color: #fff;
}
.btn-login button{
    display: block;
    border: none;
    outline: none;
    width: 100%;
    background: none;
    color: #fff;
    font-size: 1rem;
    text-align: center;
}

.top-box{
    text-align: center;
    padding-top: 1rem;
}
.top-box .back img{
    /*width: 9rem;*/
    width: 7rem;
}
.top-box .select img{
    /*width: 9rem;*/
    width: 7rem;
}
.top-box .icon img{
    /*width: 5.5rem;*/
    width: 4.5rem;
}

.chip-list{
   padding: 0 2rem;
    margin: auto;
}



.chip-list{
    display: flex;
    justify-content: space-between;
}
.chip-list .item{
    width: 35%;
    text-align: center;
    padding: 1rem;
    font-size: 0.8rem;
    color: #fff;

    padding-bottom: 0;
}
.chip-list .item p{
    text-align: center;
    white-space: nowrap;
}

.chip-list .item p img{
    width: 100%;
}

.vip-box{
    text-align: center;
    color: #fff;
}

.vip-box .title{
    font-size: 1.5rem;
    text-align: center;
    padding: 0.5rem;
}
.vip-box .content{
    width: 20rem;
    background-color: rgba(0,0,0,0.5);
    padding: 1rem;
    box-sizing: border-box;
    border-radius: 20px;
    margin: auto;
    color: #fff;
    font-size: 1rem;
    line-height: 1.6rem;
}
.vip-box .content span{
    display: inline-block;
    padding: 0 0.3rem;
    width: 6rem;
}
.vip-box .content span:first-child{
    text-align: right;
}
.vip-box .content span:last-child{
    text-align: left;
}

.vip-box .content .ipt-sp input{
    border: none;
    outline: none;
    background: none;
    color: #fff;


}




.vip-box input::-webkit-input-placeholder {
    color: #fff;
}
.vip-box input::-moz-input-placeholder {
    color: #fff;
}
.vip-box input::-ms-input-placeholder {
    color: #fff;
}
.sure{
    margin-top: 0.5rem;
}


/*iphone5*/
@media screen and (min-height:320px){
    .vip-box .content{
        padding: 1rem;
        box-sizing: border-box;
        font-size: 0.8rem;
        line-height: 1.5rem;
    }
    .vip-box .title{
        font-size: 1.2rem;
        text-align: center;
        padding: 0.5rem;
    }
    .top-box{
        text-align: center;
        padding-top: 1rem;
    }
    .top-box .back img{
        width: 7rem;
    }
    .top-box .select img{
        width: 7rem;
    }
    .top-box .icon img{
        width: 5rem;
    }
}


.accounting{
    text-align: center;
    color: #fff;
}
.accounting .title{
    font-size: 1rem;
}
.accounting .time{
   width: 90%;
    margin: auto;
    overflow: hidden;
}
.accounting .time ul li{
   float: left;
    width: 33.33%;
    text-align: center;
    box-sizing: border-box;
}
.accounting .time ul li img{
    width: 90%;
}
.accounting .content .table-box{
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    padding: 1rem;
    box-sizing: border-box;
    border-radius: 10px;
    margin: auto;
    color: #fff;
    font-size: 0.5rem;
    line-height: 1.6rem;
    height: 70%;
    overflow: auto;
}
.table-box .top-time{
    font-size: 0.8rem;
}
.table-box .top-time .ipt-sp{
    background: url("../img/tiem.png") no-repeat center right;
    background-size: 1rem 1rem;
    margin-right: 1rem;
    border-bottom: 1px solid #fff;
    display: inline-block;
}
.table-box .top-time .ipt-sp input{
    border: none;
    outline: none;
    background: none;
    color: #fff;
    width: 5rem;
}
.table-box .top-time .time-img img{
    height: 1.5rem;

}
.table-box table{
    width: 100%;
    font-size: 0.65rem;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    margin-top: 1rem;

}
.table-box table tr td{
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    line-height: 1rem;
    padding: 0.2rem;
}
.table-box table tr td{
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    line-height: 1rem;
    padding: 0.2rem;
}
.table-box table tr.orange td{
    color: #f9eb4f;
}
.orange{
    color: #f9eb4f !important;
}
.top-item{
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
.top-item .item{
    width: 30%;
    /*margin-right: 4%;*/
    border-radius: 15px;
    border: 1px solid #fff;
    text-align: center;
    padding: 0.1rem 0;
    /*float: left;*/
    color: #fff;
    font-size: 0.8rem;
    /*display: table-cell;*/
    vertical-align: middle;
    height: 5rem;
    line-height: 1.2rem;
}
.top-item .item:last-child{
    margin-right: 0;
}
.top-item .item .txt{
    /*font-size: 0.6rem;*/
}
.top-item .item .txt .name{
    display: block;
    margin: 0 auto;
    overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
    width: 3rem;
}
.main-container{
    width: 100%;
    margin:0 auto;
    /*margin-top: 1rem;*/
}
.main-container .left{
 	position: absolute;
    overflow: hidden;
    width: 9rem;
    height: 9rem;
    border-radius: 100%;
    /* position: absolute; */
    top: 16%;
}
.main-container .left img{
    margin-left: -3.8rem;
}
.main-container .right{
    float: right;
    overflow: hidden;
    width: 75%;
}
.list-ball{
    overflow: hidden;
    /*float: right;*/
    /*height: 2rem;*/
    width: 100%;
    margin: 0.2rem auto ;
    display: flex;
    justify-content:space-around;
}

.list-ball li{
    position: relative;
    width: 1.8rem;

    margin: 0 0.25rem;
}
.list-ball li img{
   width: 126%;
}
.list-ball li .sp{
    font-size: 0.6rem;
    position: absolute;
    z-index: 9;
    margin-top: 0.5rem;
    left: 0.5rem;
    font-weight: 600;
    line-height: 0.8rem;

}
.bun-ul{
    display: flex;
    justify-content: space-around;
    overflow: hidden;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
   text-align:center;
    width: 100%;
    margin: 0.2rem auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    /*float: right;*/
}
.bun-ul li{
    width: 1.78rem;
    float: left;
    padding: 0.1rem 0;
    text-align: center;
    margin: 0 0.25rem;
    line-height: 1.5rem;
}
.list-ball.mc{
    margin-bottom: 0.1rem;
}
.list-ball.mc li .sp{
    font-size: 1rem;
    position: absolute;
    z-index: 9;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    top: 35%;
    left: 0%;
    white-space: nowrap;
    line-height: 0.8rem;
    font-weight: bold;
    color: #fff;
}
.bottom-btn .left{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}
.bottom-btn img{
    width: 3rem;
    margin: 0 0.2rem;
}
.bottom-btn .right{
    position: absolute;
    right: 0;
    bottom: 0;
}
.bottom-btn .center{
    position: absolute;
    color: #fff;
    /*bottom: 0.2rem;*/
    text-align: center;
    width: 100%;
    font-size: 1rem;
}
.bottom-btn .center span{
    padding: 0 1rem;
}

.shade{
    position: absolute;
    top: 1.6rem;
    background: #000000;
    padding: 1rem 2rem;
    /* left: 50%; */
    /* margin-left: -17rem; */
    height: 100%;
    overflow: auto;
    color: #fff;
    z-index: 100;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
}
.shade-right{
    background: #000;
    /*right: 0;*/
    left: 0;
    top: 0;
    bottom: 0;
    /*width: 8rem;*/
    width:45%;
    position: absolute;
    z-index: 100;
}
.shade-right ul li{
    border-bottom: 1px solid #aaa;
    padding: 1rem 0.5rem;
    color: #eee;
    font-size: 1rem;
}

body{
	max-width: 600px !important;
	/*max-height: 800px !important;*/
	position: relative;
	margin: auto;
    height: 100%;

}
.container3{
	max-width: 600px !important;
	/*max-height: 800px !important;*/
	position: relative;
	margin: auto;
    height: 100%;
    overflow:auto;
}
.container2{
	max-width: 600px !important;
	/*max-height: 800px !important;*/
	position: relative;
	margin: auto;
    height: 100%;
    overflow-y:auto;
    overflow:-Scroll;overflow-x:hidden
}
.container{
	max-width:600px !important;
	/*max-height: 800px !important;*/
	/*position: relative;*/
	margin: auto;
    height: 100%;
    overflow-y:auto;
}
.marquee{
	color: #fff;
	font-size: 1.2rem;
}