body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0 none; }
fieldset, img.goods-img-left{width:100%;}
address, caption, cite, code, dfn, em, th, var, i { font-style: normal; font-weight: normal; }
ol, ul { list-style: outside none none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
q::before, q::after { content: ""; }
a{text-decoration:none;}
a:link,a:visited{color:#828282;}
a:hover,a:active{color:#b81c22;}
a:focus { outline-style: none; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
input, textarea, select { font-family: inherit; font-size: inherit; font-weight: inherit; }





textarea { resize: none; }
body { color: #333; font:14px/1.3 "Microsoft YaHei",Helvetica,simHei,Arial,Tahoma; overflow-x: hidden; }
.clearfix::after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.clearfix { display: inline-block; }
.clearfix { display: block; }
.fb { font-weight: 700; }
.f10 { font-size: 10px; }
.f12 { font-size: 12px; }
.f14 { font-size: 14px; }
.f16 { font-size: 16px; }
.f18 { font-size: 18px; }
.f20 { font-size: 20px; }
.f22 { font-size: 22px; }
.fl { float: left; }
.fr { float: right; }
.tc { text-align: center; }
.tr { text-align: right; }
.tgr{color: #b8b8b8}
.tgr1{color: #666}
.t82,a.t82:link{color:#828282 !important;}
a.t82:hover,a.t82:active{color:#b81c22 !important;}
.tre{color: #f61d1e;
}
.dn{ display: none;}
@media screen and (max-width:1006px) {
}
@media screen and (max-width:939px) {
}
.price-del{ color: #999; padding-left: 10px; text-decoration: line-through;}
.price-del-right{ color: #999; font-style: normal; font-weight: normal ; text-decoration: line-through;}

.common-special{  color: #f61d1e;font-family:'NeoSansStd bold', sans-serif;}
.common-special-gr{  color: #333;font-family:'NeoSansStd bold', sans-serif;}
.common-special-del{ color: #666; font-family:'NeoSansStd bold', sans-serif;text-decoration: line-through;}
.common-del{ text-decoration: line-through;}
.fnm{font-family:'NeoSansStd Medium'!important;}
.fnr{font-family:'NeoSansStd Regular'!important;}




.checkbox-red {
    position: relative;
    height: 15px;
    padding-left: 13px;
    line-height: 15px;
    cursor: pointer;
}
.checkbox-red:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 11px;
    height: 11px;
    background-color: #fff;
    border: 1px solid #c2c2c2;
    border-radius: 2px;
}
.checkbox-red.active:after {
    width: 13px;
    height: 13px;
    border: 0 none;
    background-color: #e14f39;
}
.checkbox-red.active:before {
    content: "\2714";
    position: absolute;
    left: 0;
    top: 0;
    width: 13px;
    height: 13px;
    z-index: 99;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    color: #fff;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
}