@charset "utf-8";
.clear {
    clear: both;
    float: none;
    overflow: hidden;
    height: 0;
}
/*设置页面字体rem为单位*/

html {
    font-size: 62.5%;

}

@media only screen and (min-width: 320px) {
    html {
        font-size: 53.3%;
    }
}

@media only screen and (min-width: 375px) {
    html {
        font-size: 62.5% ;
    }
}

@media only screen and (min-width: 414px) {
    html {
        font-size: 69% ;
    }
}
@media only screen and (min-width: 600px) {
    html {
        font-size: 100% ;
    }
}
@media only screen and (min-width: 800px) {
    html {
        font-size: 133.3% ;
    }
}
body{background-color:#000}
#content{overflow: hidden;width:100%;background:url(../images/jianxia180119_10.png) no-repeat left bottom;background-size: 57% 11%;}
img {border: 0;display:block;width:100%;}
.all-img{ font-size:0;}
.all-img img{ width:100%;display:block;}
.mt1{ width: 86%;margin: 0 auto 1.2rem auto;padding-top:27px;}
.mt2{ width: 84%;margin: 0 auto;}
.width-img{ width: 96%;margin: 0.5rem auto 0 auto;}
.btn-banka{ width:60%;margin:10px auto 20px auto;}
.btn-banka1{ margin:15px auto 18px auto;}
.btn-banka a{ width:100%;display:block;}
.btn-xize{ width:15%;margin:10px auto 20px auto;}
.btn-xize a{ width:100%;display:block;}






