@charset "utf-8";
/* CSS Document */
*{
    margin: 0;
    padding: 0;
    /* 防止点击闪烁 */
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    /* 缩放网页，文字大小不变 */
    -webkit-text-size-adjust:none;
}
html{
    font-size: 100px;
}
body{
    font-size: 14px;
}

@media (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    html {
        font-size: 117.1875px;
    }
}
/* iphone6 plus */

@media (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    html {
        font-size: 129.375px;
    }
}

p,a,li,span{ font-size: 14px; color: #000;}

/*页面top&banner*/
.top{
    height: 3.56rem;
    background: url(../images/index_banner.jpg) no-repeat center top;
    background-size:auto 3.56rem;
    padding: 0 0.15rem;
}
.top_cont{
    width: 100%;
    position: relative;
    height: 3.56rem;
}
.top_cont .logo{
    display: block;
    width: 0.63rem;
    height: 0.29rem;
    padding-top: 0.21rem;
}
.top_cont .logo img{
    width: 0.63rem;
}
.top_cont .guize_btn{
    display: block;
    width: 0.98rem;
    height: 0.43rem;
    background:#32ccf5;
    color: #fff;
    text-align: center;
    line-height: 0.43rem;
    font-size: 0.14rem;
    font-weight: 700;
    margin:1.85rem auto 0px;
    border-radius: 0.6rem;
}
/*赛事进展*/
.saishi{
    height: 1.17rem;
    background:#fff;
    padding: 0 0.14rem;
}
.onetit{
    height: 0.22rem;
    line-height: 0.22rem;
    color: #02dc42;
    font-size: 0.16rem;
    background:url(../images/onetit_bg.png) no-repeat 0px 0.08rem; 
    background-size:0.07rem auto;
    padding-left: 0.13rem;
    margin-bottom: 0.08rem;
    font-weight: 700;
}
.sslist{
    height: 0.9rem;
    background:url(../images/sslist_bg.png) no-repeat; 
    background-size:auto 0.9rem; 
}
.sslist li{
    width: 0.97rem;
    height: 0.9rem;
    float: left;
}
.sslist li:nth-child(1).active{
    background:url(../images/cs_icon.png) no-repeat 0.06rem 0.05rem;
    background-size:0.85rem auto; 
}
.sslist li:nth-child(2).active{
    background:url(../images/fs_icon.png) no-repeat 0.05rem 0.05rem;
    background-size:0.85rem auto; 
}
.sslist li:nth-child(3).active{
    background:url(../images/js_icon.png) no-repeat 0.05rem 0.05rem;
    background-size:0.85rem auto; 
}


/*悬浮进入主页按钮*/
.go_home{
    width: 100%;
    height: 0.43rem;
    background: rgba(255,255,255,0.8);
    position: fixed;
    bottom: 0rem;
}
.gohome_btn{
    width: 2.6rem;
    display: block;
    margin:0 auto;
    display: block;
    font-size: 0.14rem;
    color: #fff;
    margin-top:0.03rem;
    height: 0.36rem;
    text-align: center;
    line-height: 0.36rem;
    background: rgba(2,220,66,0.9);
    border-radius: 0.4rem;
    font-weight: 700;

}

























