body {
    margin: 0 auto;
    font-family:"Microsoft YaHei","宋体",Verdana,Arial,Helvetica,sans-serif;
    background: #f5f5f5;
    font-size: 0.14rem;
}
/*html,*/
/*body {*/
    /*height: 100%;*/
/*}*/
*{
    -webkit-tap-highlight-color:transparent;
}
.main{
    margin-top: 0.55rem;
    margin-bottom: 0.5rem;
    /*padding-bottom: 0.5rem;*/
}.fl{
    float: left;
}
.fr{
    float:right;
}
ul,li{
    list-style: none;
    margin:0;
    padding:0;
}
a{
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
}
a:focus{
    text-decoration: none;
    outline: none;
}
@media screen and (max-width: 319px) {
    html {
        font-size: 85.33333px;
    }
}
@media screen and (min-width: 320px) and (max-width: 359px) {
    html {
        font-size: 85.33333px;
    }
}
@media screen and (min-width: 360px) and (max-width: 374px) {
    html {
        font-size: 96px;
    }
}
@media screen and (min-width: 375px) and (max-width: 383px) {
    html {
        font-size: 100px;
    }
}
@media screen and (min-width: 384px) and (max-width: 399px) {
    html {
        font-size: 102.4px;
    }
}
@media screen and (min-width: 400px) and (max-width: 413px) {
    html {
        font-size: 106.66667px;
    }
}
@media screen and (min-width: 414px) and (max-width: 767px) {
    html {
        font-size: 110.4px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    html {
        font-size: 160.4px;
    }
}
@media screen and (min-width: 1024px){
    html {
        font-size: 210.4px;
    }
}
.overshow{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.header{
    font-size: 0.1rem;
    box-shadow: 0px 0px 5px #ccc;
    position: fixed;
    width: 100%;
    z-index:10;
    background: #fff;
    top:0;
    height: 0.55rem;
}
.header img{
    margin:0.12rem 0.15rem 0.08rem;
    width:1.15rem;
}
.xcx img{
    width:0.2rem;
    margin-top: 0.2rem;
}
.blue{
    color:#0098e8;
}
.orange{
    color:#ff9933;
}
.red{
    color:red;
}
.green{
    color:#45cb44;
}

