html{font-family: '华文黑体','华文细黑', tahoma,arial,'Microsoft YaHei',sans-serif !important;line-height:1;}

html,body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, h5, h6, p, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea ,em
{
    margin:0;
    padding:0;
    font:inherit;
}
html,body, div, address, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, h5, h6, p, pre, table, th, td,em {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: none;
}
em,h1,h2,h3,h4,h5{ font-style:normal;font-weight:normal;}
ol, ul ,li{list-style: none;}
a,input[type=button]{cursor: pointer;}
fieldset,img {border: 0;}
table {border-collapse:collapse;border-spacing:0;}
body {color:#222;background:#F4F4F4;min-width:320px;-webkit-text-size-adjust:none;font-size:14px;}

/*自定义公共样式 */
.content{max-width:800px;min-width:320px;padding:0;margin:0 auto;}
img{max-width:100%;height:auto;vertical-align: bottom;}
.swiper-wrapper img { width: 100%}
/*a标签*/
a {
    color: #333;
    text-decoration:none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a:visited {
    color: #333;
    text-decoration:none;
    outline: none;
    -moz-outline:none;
}	/* 已访问的链接 */
a:hover {
    color: #333;
    text-decoration:none;
    outline: none;
    -moz-outline:none;
}	/* 鼠标移动到链接上 */
a:active { color: #333;text-decoration:none; outline: none; -moz-outline:none;}	/* 选定的链接 */
a:focus { outline: none; -moz-outline:none;}
.clearfix:after {clear: both;content: "";display: block;height: 0;visibility: hidden;}
.clear{clear:both;height:1px; margin-top:-1px; width:100%;}
.hide{display:none;}
.fl{float:left;}
.fr{float:right;}

.red {color: #D0000E;}
.gray {color:#999; font-family:Gotham;}
.cyan {color:#066601;}
.blue{color:#0474d2;}
.orange{color:#f86809}
.light-grey { color: #666;}
.light-orange{ color: #ff5416;}

.ft28{ font-size:1.1em;}
.ft26{ font-size:1em;}
.ft24{ font-size:.938em;}
.ft22{ font-size:.875em;}

.rel {position:relative;}
.abs { position:absolute;}
.over{ overflow:hidden;}
.tl{text-align:left;}
.tc {text-align:center;}
.tr {text-align:right;}

.mg5{margin:5px;}
.mt5{margin-top:5px;}
.mr5{margin-right:5px;}
.mb5{margin-bottom:5px;}
.ml5{margin-left:5px;}

.mg10{margin:10px;}
.mt10{margin-top:10px;}
.mr10{margin-right:10px;}
.mb10{margin-bottom:10px;}
.ml10{margin-left:10px;}

.mg15{margin:15px;}
.mt15{margin-top:15px;}
.mr15{margin-right:15px;}
.mb15{margin-bottom:15px;}
.ml15{margin-left:15px;}

.mg20{margin:20px;}
.mt20{margin-top:20px;}
.mr20{margin-right:20px;;}
.mb20{margin-bottom:20px;;}
.ml20{margin-left:20px;;}

.pd5{padding:5px;}
.pt5{padding-top:5px;}
.pr5{padding-right:5px;}
.pb5{padding-bottom:5px;}
.pl5{padding-left:5px;}

.pd10{padding:10px;}
.pt10{padding-top:10px;}
.pr10{padding-right:10px;}
.pb10{padding-bottom:10px;}
.pl10{padding-left:10px;}

.pd15{padding:15px;}
.pt15{padding-top:15px;}
.pr15{padding-right:15px;}
.pb15{padding-bottom:15px;}
.pl15{padding-left:15px;}

.pd20{padding:20px;}
.pl20{padding-left:20px;}
.pr20{padding-right:20px;}
.pt20{padding-top:20px;}
.pb20{padding-bottom:20px;}

.font10 { font-size: 10px}
.font12 { font-size: 12px}
.font16 { font-size: 16px}

.border-t{ border-top:1px solid #ccc;}
.border-b{ border-bottom:1px solid #ccc;}
.overfiexd { height: 100%; overflow: hidden; box-sizing: border-box;}
/* 购物车数量模块 */
.cart-num{ background:#ff5416!important; color: #fff!important;}
/* 小标签 */
.mark-icons{ background:#ff5416!important; color: #fff!important;}
.word-color{ color:#ff5416 !important;}
/*公用朝右箭 头*/
.n-link{
    display:block;
    background:url("/static/images/m/tuan/right.png") no-repeat 100% 50%;
    width:100%;
    height:36px;
    line-height:36px;
}

/*小按钮（确定）*/
.btn-y{
    border:0;
    border-radius:5px;
    text-align: center;
    display: inline-block;
    color:#666;
    height:40px;
    line-height:40px;
    cursor: pointer;
    padding:0 15px;
}
/*小按钮（取消）*/
.btn-n{
    background:#e8e8e8;
    border:0;
    border-radius:5px;
    text-align: center;
    display: inline-block;
    color:#666;
    padding:0 15px;
    height:40px;
    line-height:40px;
}
/*大按钮（保存）*/
.btn-danger{
    border:0;
    border-radius:5px;
    text-align: center;
    display: inline-block;
    color:#fff;
    height:40px;
    line-height:40px;
    width:94%;
    margin-left:3%;
    margin-right:3%;
    box-sizing: border-box;
    cursor: pointer;
}
/*灰色大按钮（取消）*/
.btn-cancel{
    height:44px;
    line-height:40px;
    background:#e8e8e8;
    text-align: center;
    display: inline-block;
    color:#666;
    border:0;
    border-radius:5px;
    width:94%;
    margin-left:3%;
    margin-right:3%;
    box-sizing: border-box;
    cursor: pointer;
}
/*表单*/
input[type="password"], input[type="text"], input[type="tel"], input[type="search"], input[type="number"]{
    width:100%;
    border:1px solid #dedede;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align:middle;
    line-height:21px;
    height:40px;
    padding: 9px 5%;
    color:#666;
    box-shadow: none;
    box-sizing: border-box;
}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
/*去除按钮在iphone、ipd下的样式*/
input::-webkit-search-cancel-button{
    display: none;
    -webkit-appearance:none;
}
select{
    line-height:38px;
    height:40px;
    border-radius:5px;
    border:1px solid #e2e2e2;
}
input[type="radio"] {margin: -3px 3px 1px 0;vertical-align: middle;}
input[type="checkbox"] {margin: -1px 3px 1px 0;vertical-align: middle;}
input:focus, textarea:focus,button:focus {outline:0}

/* 复选按钮  单选按钮样式*/
.icheck{width:22px; height:22px; position: relative; display: inline-block; cursor: pointer;}
.icheck label{ width:100%; height:100%; border-radius:30px; border:1px solid #ddd; box-sizing: border-box; float: left; background: #fff;}
.icheck-square label{border-radius:3px;}
.icheck input[type=checkbox]{visibility: hidden;position: absolute; z-index:9999;}
.icheck input[type=radio]{visibility: hidden;position: absolute; z-index:9999;}
.icheck label:after{
    content: '';
    display:inline-block;
    background:url("/static/images/common/icheck.png") no-repeat center center ;
    background-size:60% auto;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}
.icheck input:checked + label{ border: none;}
.icheck.checked label{  border: none;}

/* 小圆圈 */
.little-circle{ border:1px solid #ddd;border-radius: 50%;}
.little-circle label{ width: 10px;  height: 10px;  border: none; margin: 6px;}
.little-circle label::after{  background: none;}
.little-circle label{background: none;}
/* 不可选择 */
.icheck.disabled{
    background: url("/static/images/m/common/un-check.png") no-repeat;
    background-size: cover;
    border: 1px solid #ddd;
    border-radius: 50%;
    box-sizing: border-box;
}
.icheck.disabled label{ display: none}
/* 进度条 */
.progress{
    width: 100%;
    height: 15px;
    color: #fff;
    font-size: 8px;
    border-radius: 10px;
    border: 1px solid #e94f29;
    overflow: hidden;
    box-sizing: border-box;
    line-height: 15px;}
.progress-container{  position: relative;  }
.progress-bar {
    background: #e94f29;
    height: 15px;
    width: 50%;}
.progress .progress-num {
    padding-left: 10px;
    height: 15px;
    line-height: 15px;
    position: absolute;
    top: 0;
    left: 0; }
.progress .zero{ color: #e94f29; }
.progress .shortage .progress{ border: 1px solid #999;}
.progress .shortage .progress-bar{  background: #999;}
.progress .shortage .zero{  color: #999;}

/* 进度环 */
.circleProgress-box{ width: 170px;  height: 170px;  position: relative; }
.circleProgress-box .wrapper{ width: 50%;  height: 100%;  position: absolute;  top:0;  overflow: hidden;}
.circleProgress-box .right{ right: 0;}
.circleProgress-box .left{ left: 0;}
.circleProgress{ width: 170px; height: 170px; border:6px solid #f5f5f5; box-sizing: border-box; border-radius: 50%; position: absolute;  top:0; }
.rightcircle{ border-top:6px solid #fe5416; border-right:6px solid #fe5416;  right:0;   -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); }
.leftcircle{ border-bottom:6px solid #fe5416; border-left:6px solid #fe5416;left:0;  -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); }

/* 公共市场价销售价样式 */
.public-saleprice{ color:#ff5416; font-family: arial;}
.public-maketprice{ color:#999; font-family: arial; text-decoration:line-through; font-size: 12px;}

/* 开关按钮 */
.switch-btn{
    width: 40px;
    height:24px;
    position: relative;
}
.switch-btn input[type="checkbox"],.switch-btn input[type="radio"]{
    position: absolute;
    top: 0;
    left: 0;
    width:
    40px;
    height:
    24px;
    z-index: 16;
    opacity: 0;
    cursor:pointer;
}
.switch-btn input[type="checkbox"] + label,.switch-btn input[type="radio"] + label {
    background-color: #ddd;
    border-radius: 50px;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    transition: all 0.1s ease-in 0s;
    cursor: pointer;
    z-index: 2;
}
.switch-btn input[type="checkbox"] + label::before,.switch-btn input[type="radio"] + label::before {
    width: 22px;
    height: 22px;
    background: white none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 3px 1px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.3);
    content: " ";
    position: absolute;
    transition: all 0.1s ease-in 0s;
    z-index: 999999;
    top: 1px;
    left: 1px;
}
.switch-btn input[type="checkbox"] + label::after,.switch-btn input[type="radio"] + label::after {
    border-radius: 3em;
    height:100%;
    width:100%;
}
.switch-btn input[type="checkbox"]:checked + label::before,.switch-btn input[type="radio"]:checked + label::before {
    border-radius: 50%;
    content: " ";
    left:auto;
    right: 1px;
    position: absolute;
}
.switch-btn input[type="checkbox"]:checked + label::after,.switch-btn input[type="radio"]:checked + label::after {
    background: #ff5416 none repeat scroll 0 0;
    content: " ";
    position: absolute;
}
.border-1px {
    border:none;
}
.border-1px::after {
    content: '';
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ddd;
    -webkit-transform: scale(0.5,0.5);
    transform: scale(0.5,0.5);
    -webkit-transform-origin: top left;
}
.border-1px-left::after {
    content: '';
    width: 0;
    height: 200%;
    position: absolute;
    left: 0;
    top: 0;
    border-left: 1px solid #ddd;
    -webkit-transform: scale(0.5,0.5);
    transform: scale(0.5,0.5);
    -webkit-transform-origin: top left;
}
.border-1px-right::after {
    content: '';
    width: 0;
    height: 200%;
    position: absolute;
    right: 0;
    top: 0;
    border-right: 1px solid #ddd;
    -webkit-transform: scale(0.5,0.5);
    transform: scale(0.5,0.5);
    -webkit-transform-origin: top left;
}
.border-1px-top::after {
    content: '';
    width: 200%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 1px solid #ddd;
    -webkit-transform: scale(0.5,0.5);
    transform: scale(0.5,0.5);
    -webkit-transform-origin: top left;
}
.border-1px-bottom::after {
    content: '';
    width: 200%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #ddd;
    -webkit-transform: scale(0.5,0.5);
    transform: scale(0.5,0.5);
    -webkit-transform-origin: top left;
}

/* 公共底部 */
footer {
    max-width:800px;
    margin:auto;
}
.wdh-copyright {
    display: none;
    overflow:hidden;
    padding:15px;
    margin-bottom:44px;
}
.kr-copyright {
    text-align: center;
    color: #999;
    font-size: 12px;
}
.kr-copyright p a {
    color: #999;
}
.kr-copyright .technical-support {
    overflow: hidden;
    width: 150px;
    margin: 8px auto 0;
}
.kr-copyright .technical-support a {
    display: block;
    height: 14px;
}
.technical-support a img {
    height: 100%;
    width: auto;
    margin: 1px 5px 0 0;
    padding-right: 5px;
    border-right: 1px solid #ccc;
    float: left;
}
.technical-support span {
    float: right;
    color: #999;
}


/*layer弹层样式兼容*/
.layermborder {
    border: none;
}
.swiper-container {
    width: 100%;
}
.swiper-container-horizontal .swiper-wrapper{
    height: auto;
}
.swiper-container-horizontal .swiper-slide {
    height: auto;
}
.swiper-container .swiper-slide {
    width: 100%;
}

/**主题色**/
.curn {color:#ff5416!important}
.curn-border{ border-color:#ff5416 !important; }
/*按钮颜色*/
.asbtn-color { color: #ff5416 !important;}
.btn-color{ background-color:#ff5416 !important;}
.btn-word-color{ color:#fff !important;}
.cart-btn-color{
    background:#65C932 !important;
}
.cart-btn-word-color{
    color:#fff !important;
}
.word-color{ color:#ff5416 !important;}
/*切换选中下划线色(描边)*/
.curn{ color: #ff5416 !important;}
.curn-border{ border-color:#ff5416 !important;}
.icheck.checked label{ background-color:#ff5416 !important;}
