body, div, header, footer, nav, section, aside, article, ul, dl, dt, dd, li, a, p, h1, h2, h3, h4, h5, h6, i,
b, textarea, button, input, select, figure, span, figcaption, img {
    padding: 0;
    margin: 0;
    list-style: none;
    font-style: normal;
    text-decoration: none;
    border: none;
    box-sizing: border-box;
    letter-spacing: 1px;
    outline: none;
    font-family: 微软雅黑, "Microsoft Yahei", sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal
}

html {
    box-sizing: border-box;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/


/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
    border-radius: 10px;
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #ddd;
}

input[type="button"], input[type="submit"], input[type="search"], input[type="reset"] {
    -webkit-appearance: none;
}

a {
    text-decoration: none
}

textarea {
    -webkit-appearance: none;
}

input, button, select, textarea {
    outline: none;
}

li {
    list-style: none
}

body {
    font-size: 12px;
}

a, button {
    cursor: pointer;
}

input[type=button], input[type=submit] {
    cursor: pointer;
}

input[type=button]:hover, input[type=submit]:hover {
    opacity: 0.9;
}

.clear:after {
    content: '';
    clear: both;
    display: block;
}

.left {
    float: left;
}

.right {
    float: right;
}

body {
    
}
.product-item .image img{display: block; height: 100% !important; }
.product-item .image2 img{display: block; height: 100% !important; }<!--9.8943710327148E-5-->