@charset "utf-8";
a:active{outline: none; star: expression(this.onFocus=this.blur());}
*{margin: 0; padding: 0;border: 0; list-style: none; outline: none; word-wrap: break-word;}
img{border:none;margin-top:0px;max-width:100%;}
table{table-layout: fixed; border-collapse: collapse;}
a{text-decoration: none;}
body{font: 12px/1.5 'Roboto','Microsoft YaHei',微软雅黑,sans-serif;background: #fff;color: #000;}
body, html{-webkit-text-size-adjust: none; height: 100%; }
input{-webkit-appearance: none;}
.clearFix:after{visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0;}
.clearFix{zoom:1;}

.flex-center{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    justify-content: center;
    align-items: center;
}
.flex-space-between{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    justify-content: space-between;
    align-items: center;
}
.flex-space-around{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    justify-content: space-around;
    align-items: center;
}


.box{
    width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width:1200px){
    .box{
        width: 96%;
    }
}
@media screen and (max-width:750px){
    .box{
        width: 92%;
    }
}