html, body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, i {
    margin: 0;
    padding: 0;
}
img {
    border: 0 none;
}
img {
    vertical-align: middle
}
ul, ol {
    list-style: none
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
body, input {
    -webkit-text-size-adjust: none;
    line-height: 1.5;
    font: normal 12px 'Microsoft YaHei', '\5B8B\4F53', Arial, sans-serif;
    outline: none;
}
body::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 6px;
    height: 6px;
    /*高宽分别对应横竖滚动条的尺寸*/
    /*height: 30px;*/
    /*scrollbar-arrow-color: #C1C1C1;*/
}
body::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    /*border-radius: 5px;*/
    /*-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);*/
    height: 100px;
    background: #C1C1C1;
    scrollbar-arrow-color: #C1C1C1;
}
body::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    /*-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);*/
    border-radius: 0;
    background: #F5F5F7;
}
input {
    -webkit-appearance: none;
}
a {
    text-decoration: none;
    color: #333
}
a:focus {
    outline: 0;
}
textarea {
    resize: none
}
li {
    list-style: none
}
i {
    display: inline-block;
    font-style: normal
}
strong {
    font-weight: normal;
}
/*此处清楚浮动，不是reset的内容，请注意*/

.clearfix {
    *zoom: 1;
}
.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
/*环保商品标*/

.s_huanbao_b {
    width: 37px;
    height: 49px;
    background: transparent url(/images/main/product/s_huanbao_b.png) no-repeat center center;
    background-size: 100%;
}
.main-list-item .tag-box i {
    float: left;
    margin-left: 5px;
}