@charset "utf-8";
html,body{
    height: auto;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling:touch;
}
body{
    width: 100%;
    font-family: Arial,"Microsoft YaHei"!important;
    color: #404040;
    font-size: 0.24rem;
    line-height: 1.5;
    margin: 0 auto;
    background-color: #ffffff;
}

*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-align:left;
}
ul {
    list-style-type:none;
}
a{
    text-decoration:none;
    /*-webkit-tap-highlight-color:rgba(162,162,162,0.5);*/
}
input[type=number] {-moz-appearance:textfield;}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
input,button,select,textarea {
    outline:none;
    border: none;
    font-family: Arial,"Microsoft YaHei"!important;
}
textarea{
    resize:none;
}
.fl{float: left;}
.fr{float: right;}
.clear{
    clear: both;
}
.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*zoom:1}
.public-gray-line{
    height: .2rem;
    width: 100%;
    background: #efeff4;
}