@charset "UTF-8";
/*公共样式 start*/
html {
    position:relative;
    font-size: 62.5%;
    width:100%;
    height:100%;
}
body{
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
}
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dd{ margin:0; padding:0; list-style:none; font-weight:400; color:#333;}
img{ vertical-align:middle; border:none;}
input,textarea{background-color:#fff;outline:none;}
a{ color:#333; text-decoration:none;}
a:hover{ text-decoration:none; color:#666;}
/*公共样式 end*/
/**************直播 start**************/
html{
    position:relative;
    width:100%;
    height:100%;
}
body{
    position:fixed;
    width:100%;
    height:100%;
    background:url("../images/bg1.jpg") no-repeat top;
    background-size:100% 100%;
}
.live_box{
    position:absolute;
    width:100%;
    height:100%;
    padding-bottom:0;
    overflow-y:scroll;
    overflow-x:hidden;
}
.pro{
    display:none;
}
.web_pro{
    display:block;
    width:1200px;
    margin:0 auto;
}
.foot{
    position:fixed;
    z-index:99;
    bottom:0;
    width:100%;
    height:80px;
}
.foot a{
    display:block;
    width:1110px;
    height:60px;
    line-height:60px;
    background:#fff;
    border-radius:60px;
    font-size:22px;
    font-weight:bold;
    color:#ed6620;
    text-align:center;
    margin:0 auto 20px;
    overflow:hidden;
    box-sizing:border-box;
}
@media(max-width:750px){
    body{
        background:url("../images/bg2.jpg") no-repeat top;
        background-size:100% 100%;
    }
    .pro{
        display:block;
        width:100%;
        max-width:750px;
        margin:0 auto;
    }
    .web_pro{
        display:none;
    }
    .live_box{
        position:absolute;
        width:100%;
        height:calc(100% - 80px);
        padding-bottom:0;
        overflow-y:scroll;
        overflow-x:hidden;
    }
    .foot a{
        display:block;
        width:92%;
        height:50px;
        line-height:50px;
        border-radius:50px;
        font-size:1.8rem;
        margin:15px auto;
    }
}
/**************直播 end**************/