/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: "Microsoft YaHei";
    color: rgb(25,25,25);
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}

/*img{
    width: 100%;
}*/

body {
    min-width:1500px;
    background: white;
    line-height: 1;
    min-width: 1500px;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* custom */
a {
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}

li {
    list-style: none;
}
.product ::-webkit-scrollbar {
    /*width: 13px;*/
    height: 6px;
}

.product ::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
}

.product ::-webkit-scrollbar-thumb:vertical {
    height: 6px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}

.product ::-webkit-scrollbar-thumb:horizontal {
    /*width: 13px;*/
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}

html, body {
    width: 100%;
}

body {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.clearfix{
    *zoom: 1;
}
.clearfix:after {
    content:"";
    display: block;
    clear:both;
}

/*

html,body {
    scrollbar-face-color:#2192e2; !*滚动条3D表面（ThreedFace）的颜色*!
    scrollbar-highlight-color:#fff; !*滚动条3D界面的亮边（ThreedHighlight）颜色*!
    scrollbar-shadow-color:#eeeeee; !*滚动条3D界面的暗边（ThreedShadow）颜色*!
    scrollbar-3dlight-color:#eeeeee; !*滚动条亮边框颜色*!
    scrollbar-arrow-color:#000; !*滚动条方向箭头的颜色 *!
    scrollbar-track-color:#fff; !*滚动条的拖动区域(TrackBar)颜色*!
    scrollbar-darkshadow-color:#fff; !*滚动条暗边框（ThreedDarkShadow）颜色*! }
!*---滚动条默认显示样式--*!
::-webkit-scrollbar-thumb{
    background-color:#2192e2;
    height:50px;
    outline-offset:-2px;
    outline:2px solid #fff;
    !*-webkit-border-radius:4px;*!
    border: 2px solid #fff;
}
!*---鼠标点击滚动条显示样式--*!
::-webkit-scrollbar-thumb:hover{
    background-color:#2192e2;
    height:50px;
    !*-webkit-border-radius:4px;*!
}
!*---滚动条大小--*!
::-webkit-scrollbar{
    width:15px;
    height:8px;
}
!*---滚动框背景样式--*!
::-webkit-scrollbar-track-piece{
    background-color:#fff;
    -webkit-border-radius:0;
}
*/
