/*-----------公共样式---------------*/
header,article,aside,section,footer,body,html,h1,h2,ul,li,form,p,nav{margin:0rem;padding:0rem}
ul, ol { list-style:none; }
img { border:none; }
a { text-decoration:none; }
a,img,button,input,textarea{-webkit-tap-highlight-color:rgba(255,255,255,0);}

body {font-family:"微软雅黑", "宋体","SimSun","Ari  al Narrow",HELVETICA;overflow-x:hidden;}
/* 修改滚动条样式 */
::-webkit-scrollbar-track-piece {
   background-color:#e6e6e6;
}
::-webkit-scrollbar {
    width:4px;
    height:6px;
    border:none;
}
::-webkit-scrollbar-thumb {
    background-color:#bbb;
    background-clip:padding-box;
    border-radius: 2px;
    min-height:28px;
}
span,img,a,label,input{display:block;}

.clear-float:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clear-float{zoom:1}

.float_left{float:left;}
.float_right{float:right;}
.font_size_20{font-size:0.2rem;}
.font_size_24{font-size:0.24rem;}
.font_size_26{font-size:0.26rem;}
.font_size_28{font-size:0.28rem;}
.font_size_34{font-size:0.34rem;}
.font_size_36{font-size:0.36rem;}

.color_red{color:#e64340;}
.margin_left_30{margin-left:0.3rem;}
.margin_left_32{margin-left:0.32rem;}
.margin_left_40{margin-left:0.4rem;}
.margin_bottom_44{margin-bottom:0.44rem;}
.margin_bottom_60{margin-bottom:0.6rem;}
.margin_top_20{margin-top:0.2rem;}
.width_460{width:4.6rem;}
.width_560{width:5.6rem;}
.width_400{width:4.0rem;}

.index-foot{
    font-size:0.2rem;
    color:#b2b2b2;
    text-align:center;
}