@charset "utf-8";
/* CSS Document */
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, hgroup, 
menu, nav, output, ruby, section, summary,time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
}

body {
    line-height: 1;
    font-size: 12px;
    font-family: "微软雅黑";
    color: #939393;
    background: #FFF;
    zoom: 1;
}

img {
    border: none;
}

li {
    list-style: none;
}

input,select,textarea {
    outline: none;
    border: none;
    background: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea {
    resize: none;
}

a {
    text-decoration: none;
    color: #656565;
}

a {
    outline: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

/*清除浮动*/
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    clear: both;
    zoom: 1;
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.same-product-icon {
    background: url(../img/product/product-same.png) no-repeat;
}

.commWith {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
/*公共*/
.color2{
    color: #222222;
}
.color4{
    color: #444444;
}
.color5{
    color: #555555;
}
.color3{
    color: #333333;
}
.color6{
    color: #666666;
}
.colorblue{
    color: #0068bc;
}
.colororange{
    color: #e86000;
}
.colorf{
    color: #ffffff;
}
.fw500{
    font-weight: 500;
}
.disb{
    display: block;
}
.show{
    display: block;
}
.hide{
    display: none;
}
.shou{cursor:pointer;}















