@charset utf-8;

/*通用*/
html{
     font-size: 625%;
}
h1,h2,h3,h4,h4,h5,h6,html,body,div,a,span,p,ul,dl,dt,dd,li,ol,img{
    margin:0;
    padding:0;
    font-weight: normal;
    }
ul,ol{
    list-style:none;
}
a{
    text-decoration:none;
    outline:none;
    margin:0;
    padding:0;
    display: inline-block;
}
input,button{
    outline: none;
    border: none;
}
img{
    border:0 none;
    display: block;
    max-width: 100%;
}
.none{
    display: none;
}
html, body{
    width: 100%;
    height: 100%;
    background: #f8f8f8;
}
body{
    font:"微软雅黑";
    font-size: 0.16rem;
    margin: 0;
}
.white{background: #fff;}
.bg{
    background: #fff;
    margin: 0 0 .1rem 0;
}

.fl{float: left;}


/*--------------------首页---------------------*/
.bt-box{
    display: block;
    text-align: center;
    padding-top: 50%;

}
.bt-box img{
    height: .84rem;
    margin: 0 0 .1rem 0;
    display: inline-block;
}



/*--------------------排队情况---------------------*/
.container .whiteBg2{
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
    overflow-y: hidden;

}
.bottomBox{
    padding: 0 .2rem;
    overflow-y: auto;
    height:88%;
}
.topTab{
    width: 100%;
    height: .65rem;
    box-shadow: 0rem .02rem .05rem #eef3f7;
}
.topTab ul li{
    float: left;
    width: 33.3%;
    text-align: center;
    line-height: .65rem;
    position: relative;
}
.topTab ul li a{
    display: block;
    color: #acc4dc;
    font-weight: bold;
}
.topTab ul li i{
    display: block;
    width: .3rem;
    height: .01rem;
    background: #acc4dc;
    position: absolute;
    left: 50%;
    bottom: .1rem;
    margin-left: -.15rem;
}
.topTab ul li.active a{
    color: #0a6bc9;
}
.topTab ul li.active i{
    background: #0a6bc9;
}

.courtBt{
    width: 97%;
    height: .4.1rem;
    margin: .15rem 0;
    position: relative;
}
.courtBt a{
    width: 100%;
    height: .4rem;
    color: #0a6bc9;
    border: 1px solid #0a6bc9;
    border-radius: .05rem;
    line-height: .4rem;
    font-size: .15rem;
    padding-left: 3%;
}
.courtBt img{
   height: .14rem;
    position: absolute;
    right: 0rem;
    top: .14rem;
}

.lineList{
    width: 100%;
}
.lineList ul li{
    padding: .1rem;
    border-top: .01rem solid #9fc6ee;
    border-bottom: .01rem solid #9fc6ee;
    margin: 0 0 .15rem 0;
}
.lineList ul li h3{
    font-weight: bold;
    font-size: .17rem;
    color: #1f6ca5;
    line-height: .3rem;
}
.lineList ul li span{
    font-size: .14rem;
    display: block;
    color: #1f6ca5;
    line-height: .24rem;
}
em.black{font-style: normal; color: #333;}
