/*产品全局样式*/
body{font:12px/1.5 Microsoft YaHei, Arial, sans-serif;color:#666;background-color:#fff;margin:0;padding:0;overflow-x: hidden;}
a{color:#666;text-decoration:none;}
a:active,a:focus {text-decoration:none;color:#eb5e58;}
a:hover{text-decoration:none;color:#eb5e58;}
a:active,a:focus,input,select,textarea {outline:none;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{line-height:1;color:#444645;font-family:"microsoft YaHei";}
ul,ol {list-style-type:none}
li{*vertical-align:top;}
div,a,p,b,em,i,strong,span,img,ul,li,ol,dl,dt,dd,h1,h2,h3,h4,h5,h6,input{margin:0;padding:0;}
img{border:none;vertical-align:top;}
.bg_f6 {
	background-color: #f6f6f6;
}
.bg{
	background-color: #fff;
}
.h-abasered {
  color: #ED1C24;
}
b, em, i , s {
	font-style: normal;
	font-weight: normal;
	list-style: none;
	text-decoration: none;
}
*{
	box-sizing: border-box;
}
/*产品全局公用样式*/
.fl{float:left;}
.fr{float:right;}
.clearfix {zoom:1;}
.clearfix:after {content:".";display:block;height:0;visibility:hidden;clear:both;}
.f_wryh{font-family:"microsoft YaHei";font-weight:normal;}/*设置字体为微软雅黑*/
.y_hide{display:none;} /*设为隐藏*/
.y_mlr5{margin:0 7px;}
.y_plr10{padding:0 10px;}
.y_mt10{margin-top:10px;}
.y_mb10{margin-bottom:10px;}
.y_mb5{margin-bottom:5px;}
.y_mb20{margin-bottom:20px;}
.y_mb30{margin-bottom:30px;}
.y_mr10{margin-right:10px;}
.text-center{text-align:center;}
.y_over{overflow:hidden;} /*超出隐藏*/
.y_pt15{padding-top:15px;}
.y_tlad{width:100%;overflow:hidden;text-align:center;}
.f_color1{color:#eb5e58}/*页面的主色调蓝色*/
a.f_color1:hover{color:#eb5e58}/*页面的主色调蓝色hover色*/
.f_color2{color:#eb5e58}/*页面的第二色粉色*/
a.f_color2:hover{color:#e55852}/*页面的第二色粉色hover色*/
.f_clr999{color:#999;} /*页面的淡色999*/
.f_clrd00{color:#d00;} /*页面的价格颜色d00*/
.f_size14{font-size:14px;} /*字体大小 14px*/
.y_border{border:1px solid #e5e5e5;} /*设置元素的边框为1px*/
.y_border1{border:1px solid #e5e5e5;border-top:none;} /*设置元素的边框为1px,头部无边框*/
.y_border2{border:1px solid #ddd;border-top:2px solid #eb5e58;padding-bottom:10px;} /*设置元素的边框为1px，头部2px 标题结构*/
.y_iptlabel{margin-right:10px;cursor:pointer;font-weight:normal;}  /*普通单选、复选的label样式*/
.y_iptlabel input{vertical-align:middle;margin:-2px 3px 0 0;}
.m-pic img {
	max-width: 100%;
}
.noborder {
	border: none !important
}
/*公用组件的自定义基础样式*/
.fa{vertical-align:middle;}
.y_label{margin-right:5px;background:#eb5e58;color: #fff;display: inline;font:12px/17px "microsoft YaHei";font-weight: normal;padding:0 0.3em;text-align: center;vertical-align: baseline;white-space: nowrap}
.cart_label{margin-right:5px;color: #aaa;display: inline;font:12px/17px "microsoft YaHei";font-weight: normal;padding:0 0.3em;text-align: center;vertical-align: baseline;white-space: nowrap}
.btn {padding:6px 12px;border-radius: 0px;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;font-family:"microsoft YaHei";outline:0 none;border-width: 0px;border-style: solid;display: inline-block;}
.btn:hover,.btn:focus,.btn:active{outline:0 none;}
.btn-lg, .btn-group-lg > .btn {border-radius:0px;font-size:1.5em;line-height:1.5;padding:0.55em 1.8em;}
.btn-block{padding-left:0;padding-right:0;}
.progress{border-radius:0;}
.progress-bar{-webkit-transition:width 2s;transition:width 2s;}
/*列表的公用样式*/
.list-style {padding-left: 20px;}
.list-style.list-disc {list-style-type: disc;}
.list-style.list-circle {list-style-type: circle;}
.list-style.list-square {list-style-type: square;}
.list-style.list-decimal {list-style-type: decimal;}
.list-style.list-lower-alpha {list-style-type: lower-alpha;}
.list-style.list-upper-alpha {list-style-type: upper-alpha;}
.list-style.list-lower-roman {list-style-type: lower-roman;}
.list-style.list-upper-roman {list-style-type: upper-roman;}
/*--- 自定义按钮 ----*/
.btn-customlogin {color: #ffffff;background-color:#eb5e58;border-color: #eb5e58;border-radius: 5px}/*主色调的自定义按钮 蓝色背景*/
.btn-customlogin:hover,
.btn-customlogin:focus,
.btn-customlogin:active,
.btn-customlogin.active,
.open .dropdown-toggle.btn-customlogin {color: #fff;background-color:#eb5e58;border-color:#eb5e58;}
/*--- 自定义按钮 ----*/
.btn-custom {color: #ffffff;background-color:#ED1C24;border-color: #ED1C24;}/*主色调的自定义按钮 红色色背景*/
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.open .dropdown-toggle.btn-custom {color: #fff;background-color:#eb5e58;border-color:#eb5e58;}
.btn-custom2 {color: #ED1C24;background-color:#fff;border-color: #ED1C24;}/*第二色调的自定义按钮 白背景*/
.btn-custom2:hover,
.btn-custom2:focus,
.btn-custom2:active,
.btn-custom2.active,
.open .dropdown-toggle.btn-custom2 {color: #fff;background-color: #eb5e58;border-color: #eb5e58;}
.btn-custom3 {color: #666;background-color:#fff;border-color: #eee;}/*自定义按钮 灰色边框*/
.btn-custom3:hover,
.btn-custom3:focus,
.btn-custom3:active,
.btn-custom3.active,
.open .dropdown-toggle.btn-custom3 {color: #fff;background-color: #eb5e58;border-color: #eb5e58;}
.btn-custom4 {color: #ef383b;background-color:#fbc4c4;border-color: #ef383b;}/*自定义按钮 淡红色背景*/
.btn-custom4:hover,
.btn-custom4:focus,
.btn-custom4:active,
.btn-custom4.active,
.open .dropdown-toggle.btn-custom4 {color: #fff;background-color: #ef383b;border-color: #ef383b;}
/*--- 基于bootstrap的下拉框 ----*/
.dropdown-menu {padding:0;margin:0;font-size:12px;border:1px solid #eee;border-radius:0;-webkit-box-shadow:0 1px 6px rgba(0, 0, 0, 0.15);box-shadow:0 1px 6px rgba(0, 0, 0, 0.15);z-index:900;}
.dropdown_hover:hover .dropdown-menu{display:block;}
.dropdown_animated .dropdown-menu{display:block;visibility:hidden;opacity:0;-webkit-transition:all 0.3s;transition:all 0.3s;}
.dropdown_animated .animated_bottom{-webkit-transform:translatey(-10px);transform:translatey(-10px);}
.dropdown_animated .animated_top{-webkit-transform:translatey(10px);transform:translatey(10px);}
.dropdown_animated:hover .dropdown-menu,.dropdown_animated.open .dropdown-menu{visibility:visible;opacity:1;-webkit-transform:translatey(0px);transform:translatey(0px);}
/*--- 基于bootstrap的文本框 ----*/
.form-control{border-color:#dcdcdc;-webkit-box-shadow:none;box-shadow:none;border-radius:0;height:auto;padding:7px 10px;font-size:12px;}
.form-control:focus{border-color:#eb5e58;outline:0;-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);}
select.form-control{height:33px}
select.form-control option{padding:4px 12px;}
/*--- tooltip 提示信息---*/
.tooltip {font-size: 12px;line-height: 1.5;z-index:900;white-space:nowrap;font-weight:normal}
.tooltip.top {padding: 7px 0;}
.tooltip.right {padding: 0 7px;}
.tooltip.bottom {padding: 7px 0;}
.tooltip.left {padding: 0 7px;}
.tooltip-inner {padding: 4px 10px;color: #fff;background-color: #eb5e58;border-radius: 0;}
.tooltip.top .tooltip-arrow {margin-left: -7px;border-width: 7px 7px 0;border-top-color: #eb5e58;}
.tooltip.top-left .tooltip-arrow {left: 7px;border-width: 7px 7px 0;border-top-color: #eb5e58;}
.tooltip.top-right .tooltip-arrow {right: 7px;border-width: 7px 7px 0;border-top-color: #eb5e58;}
.tooltip.right .tooltip-arrow {margin-top: -7px;border-width: 7px 7px 7px 0;border-right-color: #eb5e58;}
.tooltip.left .tooltip-arrow {margin-top: -7px;border-width: 7px 0 7px 7px;border-left-color: #eb5e58;}
.tooltip.bottom .tooltip-arrow {margin-left: -7px;border-width: 0 7px 7px;border-bottom-color: #eb5e58;}
.tooltip.bottom-left .tooltip-arrow {left: 7px;border-width: 0 7px 7px;border-bottom-color: #eb5e58;}
.tooltip.bottom-right .tooltip-arrow {right: 7px;border-width: 0 7px 7px;border-bottom-color: #eb5e58;}
/*bootstrap兼容ie7的样式*/
.dl-horizontal dd,.container,.container-fluid,.row,.form-horizontal .form-group,.btn-toolbar,.btn-group-vertical > .btn-group,.nav,.navbar,.navbar-header,.navbar-collapse,.pager,.panel-body,.modal-footer{zoom:1}
.dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after{content:".";display:block;height:0;visibility:hidden;}
/*--- 页面整体的响应式宽度 ----*/
.container {margin-right: auto;margin-left: auto;padding:0;width: 1200px;}
.w_990{width:990px;margin:0 auto;}
.bgf5{background:#f5f5f5;border-top:2px solid #eb5e58;height:60px;padding-top: 20px;}
.preview_body .container,.preview_body .layout{width: 1200px !important;}
.containerfull {margin-left:30px;margin-right: 30px;padding:0;min-width:700px;}
.visible-in-mi,.visible-in-xs,.visible-in-sm,.visible-in-md,.visible-in-lg,.visible-at-mi,.visible-at-xs,.visible-at-sm,.visible-at-md,.visible-at-lg{display:none;}
/*
@media (max-width: 1023px) {
  .container {
    width: 768px;
  }
  .visible-in-mi{display:block;}
  .visible-at-mi{display:block;}
  .hidden-in-mi{display:none;}
}

@media (min-width: 1024px) {
  .container {
    width: 990px;
  }
  .visible-in-xs{display:block;}
}
@media (min-width: 1210px) {
  .container {
    width: 1190px;
  }
  .visible-in-sm {display: block;}
}
@media (min-width: 1410px) {
  .container {
    width: 1390px;
  }
  .visible-in-md {display: block;}
}
@media (min-width: 1610px) {
  .container {
    width: 1590px;
  }
  .visible-in-lg {display: block;}
  .visible-at-lg {display: block;}
}
@media (min-width: 1024px) and (max-width:1209px) {
  .visible-at-xs{display:block;}
}
@media (min-width: 1210px) and (max-width:1409px) {
  .visible-at-sm{display:block;}
}
@media (min-width: 1410px) and (max-width:1609px) {
  .visible-at-md{display:block;}
}
@media (max-width: 1209px) {
  .hidden-in-xs{display:none;}
}
@media (max-width: 1409px) {
  .hidden-in-sm{display:none;}
}
@media (max-width: 1609px) {
  .hidden-in-md{display:none;}
}
*/
/*--- 响应式的栅格布局 ----*/
.row {
  margin-right: -15px;
  margin-left: -15px;
  *margin-left:0;*margin-right:0;
}
.col-mi-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-mi-2,.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-mi-3,.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-mi-4,.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-mi-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-mi-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-mi-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-mi-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-mi-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-mi-10, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-mi-11, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-mi-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-mi-p2, .col-xs-p2, .col-sm-p2, .col-md-p2, .col-lg-p2{
  min-height: 1px;
  position:relative;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing:border-box;
  *padding-right:1%;
  *padding-left:1%;
}
.col-mi-1, .col-mi-2, .col-mi-3, .col-mi-4, .col-mi-5, .col-mi-6, .col-mi-7, .col-mi-8, .col-mi-9, .col-mi-10, .col-mi-11, .col-mi-12, .col-mi-p2 {
  float: left;
}
.col-mi-12 {
  width: 100%;
  *width:98%;
}
.col-mi-11 {
  width: 91.66666667%;
}
.col-mi-10 {
  width: 83.33333333%;
  *width:81.33333333%;
}
.col-mi-9 {
  width: 75%;
  *width:73%;
}
.col-mi-8 {
  width: 66.66666667%;
  *width:64.66666667%;
}
.col-mi-7 {
  width: 58.33333333%;
  *width:56.33333333%;
}
.col-mi-6 {
  width: 50%;
  *width:48%;
}
.col-mi-5 {
  width: 41.66666667%;
}
.col-mi-4 {
  width: 33.33333333%;
  *width:31.33333333%;
}
.col-mi-3 {
  width: 25%;
  *width:23%;
}
.col-mi-2 {
  width: 16.66666667%;
  *width:14.66666667%;
}
.col-mi-1 {
  width: 8.33333333%;
}
.col-mi-p2 {
  width: 20%;
}
.col-mi-pull-12 {
  right: 100%;
}
.col-mi-pull-11 {
  right: 91.66666667%;
}
.col-mi-pull-10 {
  right: 83.33333333%;
}
.col-mi-pull-9 {
  right: 75%;
}
.col-mi-pull-8 {
  right: 66.66666667%;
}
.col-mi-pull-7 {
  right: 58.33333333%;
}
.col-mi-pull-6 {
  right: 50%;
}
.col-mi-pull-5 {
  right: 41.66666667%;
}
.col-mi-pull-4 {
  right: 33.33333333%;
}
.col-mi-pull-3 {
  right: 25%;
}
.col-mi-pull-2 {
  right: 16.66666667%;
}
.col-mi-pull-1 {
  right: 8.33333333%;
}
.col-mi-pull-0 {
  right: auto;
}
.col-mi-push-12 {
  left: 100%;
}
.col-mi-push-11 {
  left: 91.66666667%;
}
.col-mi-push-10 {
  left: 83.33333333%;
}
.col-mi-push-9 {
  left: 75%;
}
.col-mi-push-8 {
  left: 66.66666667%;
}
.col-mi-push-7 {
  left: 58.33333333%;
}
.col-mi-push-6 {
  left: 50%;
}
.col-mi-push-5 {
  left: 41.66666667%;
}
.col-mi-push-4 {
  left: 33.33333333%;
}
.col-mi-push-3 {
  left: 25%;
}
.col-mi-push-2 {
  left: 16.66666667%;
}
.col-mi-push-1 {
  left: 8.33333333%;
}
.col-mi-push-0 {
  left: auto;
}
.col-mi-offset-12 {
  margin-left: 100%;
}
.col-mi-offset-11 {
  margin-left: 91.66666667%;
}
.col-mi-offset-10 {
  margin-left: 83.33333333%;
}
.col-mi-offset-9 {
  margin-left: 75%;
}
.col-mi-offset-8 {
  margin-left: 66.66666667%;
}
.col-mi-offset-7 {
  margin-left: 58.33333333%;
}
.col-mi-offset-6 {
  margin-left: 50%;
}
.col-mi-offset-5 {
  margin-left: 41.66666667%;
}
.col-mi-offset-4 {
  margin-left: 33.33333333%;
}
.col-mi-offset-3 {
  margin-left: 25%;
}
.col-mi-offset-2 {
  margin-left: 16.66666667%;
}
.col-mi-offset-1 {
  margin-left: 8.33333333%;
}
.col-mi-offset-0 {
  margin-left: 0;
}
@media (min-width: 1024px) {
	.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-p2 {
	  float: left;
	}
	.col-xs-12 {
	  width: 100%;
	  *width:98%;
	}
	.col-xs-11 {
	  width: 91.66666667%;
	}
	.col-xs-10 {
	  width: 83.33333333%;
	  *width:81.33333333%;
	}
	.col-xs-9 {
	  width: 75%;
	  *width:73%;
	}
	.col-xs-8 {
	  width: 66.66666667%;
	}
	.col-xs-7 {
	  width: 58.33333333%;
	  *width:56.33333333%;
	}
	.col-xs-6 {
	  width: 50%;
	  *width:48%;
	}
	.col-xs-5 {
	  width: 41.66666667%;
	  *width:39.66666667%;
	}
	.col-xs-4 {
	  width: 33.33333333%;
	}
	.col-xs-3 {
	  width: 25%;
	  *width:23%;
	}
	.col-xs-2 {
	  width: 16.66666667%;
	  *width:14.66666667%;
	}
	.col-xs-1 {
	  width: 8.33333333%;
	}
	.col-xs-p2 {
	  width: 20%;
	}
	.col-xs-pull-12 {
	  right: 100%;
	}
	.col-xs-pull-11 {
	  right: 91.66666667%;
	}
	.col-xs-pull-10 {
	  right: 83.33333333%;
	}
	.col-xs-pull-9 {
	  right: 75%;
	}
	.col-xs-pull-8 {
	  right: 66.66666667%;
	}
	.col-xs-pull-7 {
	  right: 58.33333333%;
	}
	.col-xs-pull-6 {
	  right: 50%;
	}
	.col-xs-pull-5 {
	  right: 41.66666667%;
	}
	.col-xs-pull-4 {
	  right: 33.33333333%;
	}
	.col-xs-pull-3 {
	  right: 25%;
	}
	.col-xs-pull-2 {
	  right: 16.66666667%;
	}
	.col-xs-pull-1 {
	  right: 8.33333333%;
	}
	.col-xs-pull-0 {
	  right: auto;
	}
	.col-xs-push-12 {
	  left: 100%;
	}
	.col-xs-push-11 {
	  left: 91.66666667%;
	}
	.col-xs-push-10 {
	  left: 83.33333333%;
	}
	.col-xs-push-9 {
	  left: 75%;
	}
	.col-xs-push-8 {
	  left: 66.66666667%;
	}
	.col-xs-push-7 {
	  left: 58.33333333%;
	}
	.col-xs-push-6 {
	  left: 50%;
	}
	.col-xs-push-5 {
	  left: 41.66666667%;
	}
	.col-xs-push-4 {
	  left: 33.33333333%;
	}
	.col-xs-push-3 {
	  left: 25%;
	}
	.col-xs-push-2 {
	  left: 16.66666667%;
	}
	.col-xs-push-1 {
	  left: 8.33333333%;
	}
	.col-xs-push-0 {
	  left: auto;
	}
	.col-xs-offset-12 {
	  margin-left: 100%;
	}
	.col-xs-offset-11 {
	  margin-left: 91.66666667%;
	}
	.col-xs-offset-10 {
	  margin-left: 83.33333333%;
	}
	.col-xs-offset-9 {
	  margin-left: 75%;
	}
	.col-xs-offset-8 {
	  margin-left: 66.66666667%;
	}
	.col-xs-offset-7 {
	  margin-left: 58.33333333%;
	}
	.col-xs-offset-6 {
	  margin-left: 50%;
	}
	.col-xs-offset-5 {
	  margin-left: 41.66666667%;
	}
	.col-xs-offset-4 {
	  margin-left: 33.33333333%;
	}
	.col-xs-offset-3 {
	  margin-left: 25%;
	}
	.col-xs-offset-2 {
	  margin-left: 16.66666667%;
	}
	.col-xs-offset-1 {
	  margin-left: 8.33333333%;
	}
	.col-xs-offset-0 {
	  margin-left: 0;
	}
}
@media (min-width: 1210px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-p2 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
    *width:98%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
    *width:81.33333333%;
  }
  .col-sm-9 {
    width: 75%;
    *width:73%;
  }
  .col-sm-8 {
    width: 66.66666667%;
    *width:64.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
    *width:56.33333333%;
  }
  .col-sm-6 {
    width: 50%;
    *width:48%;
  }
  .col-sm-5 {
    width: 41.66666667%;
    *width:39.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
    *width:31.33333333%;
  }
  .col-sm-3 {
    width: 25%;
    *width:23%;
  }
  .col-sm-2 {
    width: 16.66666667%;
    *width:14.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-p2 {
    width: 20%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1410px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-p2 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
    *width:56.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
    *width:39.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
    *width:31.33333333%;
  }
  .col-md-3 {
   /* width: 40%;*/
    *width:23%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-p2 {
    width: 20%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1610px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-p2 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-p2 {
    width: 20%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/*--- css3的抖动特效（头部的手机） ----*/
.y_ringing{-webkit-animation: ringing 2.0s 1 ease 1.0s;animation: ringing 2.0s 1 ease 1.0s;-webkit-transform-origin: 50% 0%;transform-origin: 50% 0%;}
.y_hoverringing:hover{-webkit-animation: ringing 2s 1 ease .5s;animation: ringing 2s 1 ease 0.5s;-webkit-transform-origin: 50% 0;transform-origin: 50% 0;}
.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;}
@-webkit-keyframes ringing {
  0% {
    -webkit-transform: rotate(-15deg);
  }
  2% {
    -webkit-transform: rotate(15deg);
  }
  4% {
    -webkit-transform: rotate(-18deg);
  }
  6% {
    -webkit-transform: rotate(18deg);
  }
  8% {
    -webkit-transform: rotate(-22deg);
  }
  10% {
    -webkit-transform: rotate(22deg);
  }
  12% {
    -webkit-transform: rotate(-18deg);
  }
  14% {
    -webkit-transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-12deg);
  }
  18% {
    -webkit-transform: rotate(12deg);
  }
  20% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes ringing {
  0% {
    transform: rotate(-15deg);
  }
  2% {
    transform: rotate(15deg);
  }
  4% {
    transform: rotate(-18deg);
  }
  6% {
    transform: rotate(18deg);
  }
  8% {
    transform: rotate(-22deg);
  }
  10% {
    transform: rotate(22deg);
  }
  12% {
    transform: rotate(-18deg);
  }
  14% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-12deg);
  }
  18% {
    transform: rotate(12deg);
  }
  20% {
    transform: rotate(0deg);
  }
}

/*产品头部的样式*/
.header-top{border-top:2px solid #eb5e58;height:30px;background:#fafafa;border-bottom:1px solid #eee;line-height:30px;}
.header-top a{color:#666}
.header-top .y_sc{float:left;padding:0 20px 0 20px;position:relative;}
.header-top .y_sc b{position:absolute;left:0;top:5px;width:18px;height:18px;background:url(../img/sc_ico.png) no-repeat;-webkit-transition:all 0.3s;transition:all 0.3s;}
.header-top .y_sc:hover b{-webkit-transform:rotate(360deg);transform:rotate(360deg);}
.y_topleave{font-size:10.1px;color:#fff;background:#eb5e58;-webkit-border-radius:50%;border-radius:50%;display:inline-block;width:14px;line-height:14px;padding:2px;text-align:center;vertical-align:middle;margin:-2px 20px 0 1px;transform:scale(0.84)}
.y_topleave:hover{color:#fff;text-decoration:none;}
.y_topsize{margin-right:20px;}
.y_topsize b{font-family:Tahoma;padding-left:2px;}
.header-top .y_headrli{float:left;height:30px;position:relative;z-index:999;}
.header-top .y_headrli .dropdown-toggle{line-height:30px;padding:0 13px;cursor:pointer;display:block;}
.header-top .dropdown-menu,.y_topcart .dropdown-cart-menu{display:block;visibility:hidden;min-width:100%;opacity:0;-webkit-transform:translatey(-10px);transform:translatey(-10px);-webkit-transition:all 0.3s;transition:all 0.3s;}
.header-top .dropdown-menu li{vertical-align:top;line-height:20px;}
.header-top .dropdown-menu li a {padding:6px 13px;color:#666;}
.header-top .dropdown-menu li a:hover,.dropdown-menu li a:focus {color:#eb5e58;background-color:#fff;}
.header-top .y_headrli.open .dropdown-toggle,.header-top .y_headrli:hover .dropdown-toggle{border-left:1px solid #eee;border-right:1px solid #eee;padding:0 12px;background:#fff; -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);}
.header-top .y_headrli.open s,.header-top .y_headrli:hover s{position:absolute;width:100%;border-left:1px solid #eee;border-right:1px solid #eee;height:5px;background:#fff;bottom:-1px;z-index:1001;box-sizing:border-box;}
.header-top .y_headrli:hover{z-index:1000;}
.header-top .y_headrli:hover .dropdown-menu,.header-top .y_headrli.open .dropdown-menu,.y_topcart.open .dropdown-cart-menu{visibility:visible;opacity:1;-webkit-transform:translatey(0px);transform:translatey(0px);}
.header-top .y_stodrop{width:130px;left:auto;right:0;padding:8px 10px;}
.header-top .y_topdropdl{overflow:hidden;margin-right:-20px;zoom:1;}
.header-top .y_topdropdl dd{float:left;width:55px;margin-right:20px;line-height:22px;margin-top:5px;height:22px;overflow:hidden}
.header-top .y_topline{height:0;line-height:0;overflow:hidden;border-bottom:1px dotted #ddd;width:100%;margin:5px 0 8px;font-size:12px;}
.header-top .y_wzdhdrop{width:198px;padding:8px 10px;left:auto;right:0;line-height:22px;}
.header-top .y_smewm{line-height:18px;text-align:center;padding-bottom:10px;color:#000;font-family:"microsoft YaHei";white-space:nowrap;}
.header-top .y_drophot{margin-right:-10px;font-weight:bold;font-family:"microsoft YaHei"}
.header-top .y_drophot a{margin-right:10px;}
.header-top .y_wzdhdrop dl{width:100%;overflow:hidden;}
.header-top .y_wzdhdrop dl dd{float:left;width:33.33%;overflow:hidden;height:22px;line-height:22px;margin-top:5px;}
.header-top .fa-angle-down{margin-left:2px;-webkit-transition:transform 0.3s;transition:transform 0.3s;}
.header-top .fa-mobile,.header-top .fa-th-list{font-size:14px;color:#666;vertical-align:middle;margin:0 2px 0 0;white-space:nowrap}
.header-top .y_headrli:hover .fa-mobile{-webkit-animation: ringing 2.0s 1 ease .5s;animation: ringing 2.0s 1 ease 0.5s;-webkit-transform-origin: 50% 0;transform-origin: 50% 0;}
.header-top .y_headrli:hover .fa-angle-down{-webkit-transform:rotate(180deg);transform:rotate(180deg);}
.header-top-left {float:left;}
.header-top-right {float:right;position:relative;}

/*产品LOGO serach cart*/
.main-serch-container {width:100%;background:#fff;-webkit-transition: top 0.3s ease-out 0s;transition: top 0.3s ease-out 0s;z-index:990;top:-57px;}
.main-serch-container.fixed {position:fixed;top:0;left:0;height:57px;z-index:999;padding:0;-webkit-backface-visibility:hidden;-webkit-box-shadow: 0 5px 4px rgba(0,0,0, 0.10);box-shadow: 0 5px 4px rgba(0,0,0, 0.10);*border-bottom:1px solid #ddd;border-bottom:1px solid #ddd\0}
.main-serch-container.fixed .y_logo{height:57px;font-size:30px;float:none;}
.main-serch-container.fixed .y_logo img{height:45px;margin-top:5px;}
.main-serch-container.fixed .y_logo a{margin-top:0;}
.main-serch-container.fixed .y_serch{width:65%;float:none;margin:-47px auto 0;*display:block;}
.main-serch-container.fixed .y_serhhot,.main-serch-container.fixed .y_logoad,.main-serch-container.fixed .y_topcart,.main-serch-container.fixed .y_toprtad{display:none;}
@media (max-width: 1210px) {
	.main-serch-container.fixed .y_serch .form-control{width:410px}
}
@media (min-width: 1210px) {
	.main-serch-container.fixed .y_serch .form-control{width:530px}
}
@media (min-width: 1410px) {
	.main-serch-container.fixed .y_serch .form-control{width:650px}
}
.y_logo{float:left;width:385px;height:110px;overflow:hidden;position:relative;font-size:50px;margin:0}
.y_logo a{margin-top:25px;color:#eb5e58;display:block;}
.y_logo img{max-width:100%;max-height:70px;}
.y_logoad{float:left;width:150px;height:80px;margin-top:13px;overflow:hidden}
.y_uclogo{float:left;width:385px;height:110px;overflow:hidden;position:relative;font-size:50px;margin:0}
.y_uclogo a{margin-top:25px;color:#eb5e58;display:block;}
.y_uclogo img{max-width:100%;max-height:70px;margin-top:5px;margin-left: 60px;}
.y_uclogoad{float:left;width:150px;height:80px;margin-top:13px;overflow:hidden}
.y_serch{float:left;width:545px;margin:28px 10px 0 50px;*display:inline;}
.y_serch .y_serlist{float:left;width:70px;height:33px;position:relative;border:2px solid #eb5e58;border-right:none;z-index:998;}
.y_serch .y_serlist b{position:absolute;width:5px;height:3px;background:url(../img/y_serspbg.gif) no-repeat;left:54px;top:15px;z-index:3; }
.y_serch .y_serspan{position:relative;z-index:2;display:block;line-height:33px;text-align:center;border-left:1px solid #f5f5f5;border-right:1px solid #eee;cursor:pointer;background:#fafafa;}
.y_serch .y_serlist ul{position:absolute;top:33px;left:0;width:68px;border:1px solid #eee;border-top:none;background:#fff;display:none;-webkit-box-shadow:0 1px 6px rgba(0, 0, 0, 0.15);box-shadow:0 1px 6px rgba(0, 0, 0, 0.15);}
.y_serch .y_serlist ul li{line-height:28px;vertical-align:middle;text-align:center;cursor:pointer;}
.y_serch .y_serlist ul li:hover{background:#fafafa;color:#eb5e58}
.y_serch .y_hover ul{display:block;}
.y_serch .y_hover b{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:transform 0.2s;transition:transform 0.2s;}
.y_serch .form-control{width:356px;font-size:12px;height:37px;float:left;border-radius:0;padding:7px 10px;border-color:#eb5e58;border-width:2px;border-right:none;}
.y_serch .form-control:focus{border-color:#eb5e58;box-shadow:3px 3px 3px #e5e5e5 inset;}
.y_serch .btn{float:left;width:92px;height:37px;border:none;background:#eb5e58;border-radius:0;padding:0;-webkit-transition:background 0.2s;transition:background 0.2s;text-align:center;letter-spacing:4px;font:400 16px/35px 'microsoft YaHei';}
.y_serch .btn:hover,.y_serch .btn:focus,.y_serch .btn:active{	background-color:#eb5e58;}
.y_serhhot{clear:both;height:18px;line-height:18px;overflow:hidden;padding-top:5px;}
.y_serhhot .y_serhhot{padding-top:0;}
.y_serhhot a{float:left;margin-right:13px;white-space:nowrap;}
.y_topcart{float:right;margin-top:28px;position:relative;z-index:998;}
.y_topcart .dropdown-toggle{padding:7px 14px 7px 35px;border-radius:0;font-size:12px;line-height:21px;border-color: #e7e7e7;}
.y_topcart .dropdown-cart-menu  {min-width:260px;background: #fff;padding:15px;border-top:2px solid #eb5e58;-webkit-transform:translatey(10px);transform:translatey(10px);}
.y_topcart.open .dropdown-toggle{background-color: #eb5e58;border-color: #eb5e58;}
.y_topcart .dropdown-cart-description {margin-bottom:10px;}
.y_topcart .empty {margin:0;}
.y_topcart .dropdown-cart-product-list {margin-bottom:5px;list-style-type:none;}
.y_topcart .dropdown-cart-product-list li{position:relative;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #eee;overflow:hidden}
.y_topcart .dropdown-cart-product-list .y_cartpic{width:60px;float:left;margin-right:15px;height:60px;overflow:hidden}
.y_topcart .dropdown-cart-product-list .y_cartpic img {width:60px;height:60px;}
.y_topcart .dropdown-cart-product-list .y_cartpic:hover{opacity:0.8;}
.y_topcart .dropdown-cart-product-list .delete-item {display:inline-block;position:absolute;top:0;right:0;color:#828886;font-weight:300;}
.y_topcart .dropdown-cart-product-list .delete-item:hover {color:#eb5e58;}
.y_topcart .dropdown-cart-product-list .item-name {line-height:18px;margin-bottom:2px;}
.promotion-language{color:#EB5E58;cursor:pointer;}
.y_topcart .dropdown-cart-product-list .dropdown-cart-details {float:left;width:140px;padding-right:20px;}
.y_topcart .dropdown-cart-product-list .dropdown-cart-details .item-price {font-size:12px;color:#eb5e58;font-weight:bold;padding-left:1px;}
.dropdown-cart-action {float:right;margin-top:7px;}
.dropdown-cart-action > p {margin-bottom:3px;width:100px;}
.dropdown-cart-action .btn {border-radius:3px !important;text-transform:uppercase;font-size:13px;line-height:16px;padding:6px 0;}
.dropdown-cart-total {float:left;margin-top:5px;width:150px;}
.dropdown-cart-total li  {font:400 12px/18px 'microsoft YaHei';color:#eb5e58;margin-bottom:5px;}
.dropdown-cart-total li .dropdown-cart-total-title {text-transform:uppercase;color:#575a59;margin-right:4px;}
.dropdown-cart-total li  .sub-price {color:#eb5e58;}
.y_topcart .cart-menu-icon {width:35px;height:35px;position: absolute;left:3px;top:0;background: url(../images/sprite/rtcart.png) 0 0 no-repeat;border:none;}
.y_topcart:hover .cart-menu-icon{background-position:0 -30px;}
.y_topcart:hover .drop-price{color:#fff}
.y_topcart .drop-price{color:#b61d1d}
.y_toprtad{float:right;width:134px;height:48px;overflow:hidden;margin:23px 0 0 20px;}
@media (min-width: 1410px) {
	.y_serch{margin-left:200px;}
	.y_mainnav .menu li a{padding-left:35px;padding-right:35px;}
}
@media (min-width: 1610px) {
	.y_serch{width:645px;margin-left:150px;}
	.y_serch .form-control{width:456px;}
}

/*产品导航 NAV*/
.y_inproduall{float:left;width:190px;height:42px;position:relative;z-index:300;}/*首页导航*/
.y_inproduall h2{padding-left:15px;color:#fff;font:400 15px/42px 'microsoft YaHei';background:url(../img/y_allprd.gif) 165px 17px no-repeat #e62023;cursor:pointer;margin:0;}
.y_produall{float:left;width:190px;height:42px;position:relative;z-index:300;}/*其他内页导航*/
.y_produall h2{padding-left:15px;color:#fff;font:400 15px/42px 'microsoft YaHei';background:url(../img/y_allprd.gif) 165px 17px no-repeat #e62023;cursor:pointer;margin:0;}
.y_produall .y_prudaltc{display:none;}
.top-nav-container{width:100%;background:#eb5e58;}
.y_mainnav{width:100%;background:#eb5e58;position: relative;*z-index:2}
.y_mainnav .menu li {float:left;font-size:15px;position: relative;}
.y_mainnav .menu li a {display:inline-block;color:#fff;font:400 14px/19px 'microsoft YaHei';padding:11px 25px 12px;-webkit-transition:background 0.2s;transition:background 0.2s;}
.y_mainnav .menu li:hover a,.y_mainnav .menu li.y_active{color:#fff;background:#e62023;text-decoration:none;}
.y_mainnav .menu li ul,
.y_mainnav .menu li ul li ul {display:none;position:absolute;min-width:180px;z-index:999;background:#fafafa;box-shadow:0 1px 4px rgba(0,0,0, 0.25);}
.y_mainnav .menu li ul {left:0;top:100%;}
.y_mainnav .menu li ul li ul {left:100%;top:0;border-top:3px solid #eb5e58;}
.y_mainnav .menu li ul li,
.y_mainnav .menu li ul li ul li {float:none;text-align:left;border-top:1px solid rgba(200,200,200, 0.2);border-bottom:1px solid rgba(255,255,255, 0.5);padding-bottom:0;position: relative;}
.y_mainnav .menu li ul li .fa-angle-right{position:absolute;top:14px;left:150px;}
.y_mainnav .menu li ul li a,
.y_mainnav .menu li ul li ul li a{padding-left:25px;display:block;}
.y_mainnav .menu li.mega-menu-container {position: static;}
.y_mainnav .menu li:hover ul a,.y_mainnav .menu li:hover div a,.y_mainnav .menu li ul a{color:#666;background:none;}
.y_mainnav .menu li ul a{-webkit-transition:transform 0.2s;transition:transform 0.2s;}
.y_mainnav .menu li ul li:hover > a{color:#eb5e58;-webkit-transform:translatex(5px);transform:translatex(5px);}
.y_mainnav .menu li ul .fa-angle-right{-webkit-transition:left 0.2s;transition:left 0.2s;}
.y_mainnav .menu li li:hover .fa-angle-right{left:155px;}
/*--- 大聚惠频道下的大分类 ----*/
.y_mainnav .menu li .mega-menu {display:none;position: absolute;top:100%;left:0;z-index:999;width:100%;border-top:3px solid #eb5e58;background:#fafafa;box-shadow:0 1px 4px rgba(0,0,0, 0.25);padding:10px 30px 20px;box-sizing:border-box;}
.y_mainnav .menu li .mega-menu .mega-menu-title {font:400 16px/20px 'microsoft YaHei';color:#4c4e4d;display:block;padding:15px 0;}
.y_mainnav .menu li .mega-menu .mega-menu-list {display:block;position:relative;width:100%;min-width:0;top:auto;left:auto;box-shadow:none;-wekbit-box-shadow:none;border-top:none;}
.y_mainnav .menu li .mega-menu .mega-menu-list li {text-transform:capitalize;background-image:url(../img/list-type.png);background-repeat:no-repeat;background-position:left center;padding:8px 0 8px 16px;width:100%;border-bottom:none;border-top:none;}
.y_mainnav .menu li .mega-menu .mega-menu-list li a {display:inline-block;color:#737373;padding:0 !important;font:400 13px/21px Arial, sans-serif;position: relative;}
.y_mainnav .menu li .mega-menu .mega-menu-list li a span {display:inline-block;line-height:16px;color:#fff;position: absolute;left:100%;bottom:12px;font-size:11px;padding:0 5.5px;margin-left:4px;text-transform: uppercase;font-weight: bold;}
.y_mainnav .menu li .mega-menu .mega-menu-list li a .hot-box {background-color: #c72929;}
.y_mainnav .menu li .mega-menu .mega-menu-list li a .new-box {background-color: #eb5e58;padding:0 4.5px;}
.y_mainnav .menu li .mega-menu .mega-menu-title:hover,
.y_mainnav .menu li .mega-menu .mega-menu-list li:hover a {color:#eb5e58;-webkit-transform:none;transform:none;}
/*--- 分类树开始 ----*/
.y_prudaltc{position:absolute;top:42px;left:0;width:188px;height:472px;border:1px solid #eb5e58;border-top:none;background:#fff;}
.y_prudaltc ul li{*zoom:1}
.y_prudaltc .y_pctreedl{position:relative;padding-left:2px;border-bottom: 1px solid #efefef;background:#fff}
.y_prudaltc .y_pctreedl dt{font:400 12px/18px "Microsoft Yahei";height:29px; margin-left:1px;overflow:hidden;padding-left:38px;padding-top:10px;position:relative}
.y_prudaltc .y_pctreedl .y_flpic{position:absolute;width:20px;height:20px;left:8px;top:8px;overflow:hidden}
.y_prudaltc .y_pctreedl dt a{float:left;white-space:nowrap;margin:0 8px 12px 0;color:#333;width: 100%;text-overflow: ellipsis;overflow: inherit;}
.y_prudaltc .y_pctreedl dd{height:18px;margin-left:10px;overflow:hidden;padding-bottom:8px;}
.y_prudaltc .y_pctreedl dd a{color:#777;display:inline-block;white-space:nowrap;margin-right:6px;}
.y_prudaltc .y_pctreedl .line{position:absolute;left:100%;top:0;width:7px;height:100%;background:#fff;margin:0;padding-bottom:0;z-index:2;display:none;}
.y_prudaltc li a:hover{color:#eb5e58;text-decoration:underline}
.y_prudaltc li:hover .y_pctreedl{border-left:2px solid #eb5e58;padding-left:0;box-shadow:0 0 8px rgba(140, 140, 140, 0.5);z-index:2}
.y_prudaltc .y_twotc{position:absolute;left:100%;top:0;width:700px;min-height:462px;border-right:1px solid #eee;margin-left:1px;border-bottom:1px solid #eee;background:#fff;-webkit-box-shadow:4px 4px 4px rgba(140, 140, 140, 0.5);box-shadow:4px 4px 4px rgba(140, 140, 140, 0.5);display:none;}
.y_prudaltc li:hover .y_twotc,.y_prudaltc li:hover .line{display:block;}
.y_prudaltc .y_twolt{float:left;padding:5px 12px 10px;width:475px;overflow:hidden;border-right:1px solid #ddd;min-height:447px;}
.y_prudaltc .y_twolt dl{border-top:1px solid #eee;padding:7px 0;overflow:hidden}
.y_prudaltc .y_twolt dl.first{border:none;}
.y_prudaltc .y_twolt dt{float:left;width:67px;height:22px;overflow:hidden;font:700 12px/22px 'microsoft YaHei';}
.y_prudaltc .y_twolt dt a{color:#eb5e58}
.y_prudaltc .y_twolt dd{float:left;width:408px;overflow:hidden}
.y_prudaltc .y_twolt dd a{float:left;white-space:nowrap;line-height:22px;height:22px;padding:0 9px;background:url(../img/y_twolbg.gif) 0 center no-repeat;margin-left:-1px;}
.y_prudaltc .y_twort{float:left;width:200px;padding:5px 0 0;border-left:1px solid #ddd;margin-left:-1px;min-height:457px;}
.y_prudaltc .y_twort h4{font:700 12px/22px 'microsoft YaHei';padding:7px 10px 0 12px;}
.y_prudaltc .y_twobrand{margin:0 0 0 12px;overflow:hidden;border-top:1px solid #eee;border-left:1px solid #eee;width:178px;}
.y_prudaltc .y_twobrand span{float:left;width:88px;height:38px;border-bottom:1px solid #eee;border-right:1px solid #eee;overflow:hidden}
.y_prudaltc .y_twobrand img{margin:4px 0;width:88px;height:30px;-webkit-transition: all 0.3s;transition: all 0.3s;}
.y_prudaltc .y_twobrand span:hover img{-webkit-transform:translatex(-3px);transform:translatex(-3px)}
.y_prudaltc .y_twbrad{position:absolute;bottom:0;left:510px;-webkit-transition: all 0.3s;transition: all 0.3s;}
.y_prudaltc .y_twbrad:hover{-webkit-transform:translatex(-5px);transform:translatex(-5px)}
.y_pdutreead{width:100%;overflow:hidden;height:198px;}
.y_pdutreead img{-webkit-transition: all 0.3s;transition: all 0.3s;}
.y_pdutreead:hover img{-webkit-transform:translatex(-3px);transform:translatex(-3px)}
/*--- 分类树结束 ----*/
/*头部结束*/

/*平台底部帮助中心*/
.footer {background:#f5f5f5;}
.nobg_footer{background:transparent;}
.inner-footer {padding:15px 0;border-bottom:1px solid #ccc;}
.y_fotcont{padding:0 5%;}
.footer dl{width:12.666%;float:left;padding:0 2%;}
.footer dt {font:bold 14px/1.5 'microsoft YaHei';margin-bottom:7px;color:#333;text-transform:uppercase;}
.footer dd {line-height:24px;}
.footer dd.y_fotpic{padding-top:10px;}
/*产品页面底部*/
.footer-bottom {padding:15px 0 25px;border-top:1px solid #fff;line-height:28px;text-align:center;background:#f5f5f5;}
.footer-bottom a{color:#333;margin:0 10px;}
.footer-bottom a:hover{color:#eb5e58}
.footer-bottom .y_kfrx{margin-left:10px;color:#666;}
.footer-bottom p span{margin:0 5px;color:#333}

/*页面右侧边栏 购物车、返回顶部、收藏*/
.y_rtfixbx{position:fixed;right:0;bottom:0;_position:absolute;height:100%;z-index:1000;width:35px;/*width:270px;width:315px;*/}
.y_ifixed{width:35px;height:100%;position:relative}
.y_ifixbox{width:35px;height:100%;position:relative;right:0;background:#000;font-family:'microsoft YaHei';-webkit-transition:all 0.5s;transition:all 0.5s;}
.y_ifixed .y_rtbtn{display:block;height:35px;width:35px;overflow:hidden;outline:none;cursor:pointer;-webkit-transition:all 0.5s;transition:all 0.5s;}
.y_ifixed .y_rtbtn:hover{background-color:#eb5e58;}
.y_ifixed .y_totop{background:url(../img/totop.png) no-repeat #000;position:absolute;bottom:0;left:0}
.y_ifixed .y_sugges{background:url(../img/sugges.png) no-repeat #000;position:absolute;bottom:35px;left:0}
.y_ifixed .y_rtlove{background:url(../img/rtlove.png) no-repeat #000;position:absolute;bottom:70px;left:0}
.y_ifixed .y_rtcart{margin:115px 0 15px;height:135px;width:35px;cursor:pointer;position:relative;-webkit-transition:all 0.5s;transition:all 0.5s;background-color:#000;position:absolute;left:0;top:0}
.y_ifixed .y_rtcart:hover,.y_ifixed .y_xzcur{background-color:#eb5e58;}
.y_ifixed .y_rtcart:hover .y_rtline{display:none;}
.y_ifixed .y_rtcart:hover b{background:url(../images/sprite/rtcart.png) 0 -33px no-repeat;}
.y_ifixed .y_rtcart b{position:absolute;top:10px;width:35px;height:35px;background:url(../images/sprite/rtcart.png) no-repeat;}
.y_ifixed .y_rcatnm{position:absolute;color:#fff;text-align:center;width:20px;top:40px;height:50px;left:7px;line-height:16px;overflow:hidden}
.y_ifixed .y_rcatsize{position:absolute;right:8px;top:95px;text-align:center;background:#eb5e58;color:#fff;height:20px;line-height:20px;min-width:14px;padding:0 3px;-webkit-border-radius:10px;border-radius:10px;}
.y_ifixed .y_rtline{position:absolute;left:5px;top:0;width:25px;height:133px;border-top:1px solid #444;border-bottom:1px solid #444;display:none;}
.y_ifixed .y_userbox{width:35px;height:35px;padding:35px 0 30px;position:relative}
.y_ifixed .y_userbtn{color:#fff;font-size:16px;text-align:center;line-height:35px;}
.y_ifixed .y_userbtn .fa{*margin-top:9px;}
.y_ifixed.y_haslogoin .y_userbtn .y_pic{width:26px;height:26px;overflow:hidden;display:block;margin:4px auto 5px;-webkit-border-radius:50%;border-radius:50%;}
.y_ifixed.y_haslogoin .y_userbtn .y_pic img{width:26px;height:26px;}
.y_rtcthide .y_ifixbox{right:-35px;}
.y_ifixed .tooltip-inner {padding: 0 18px;color: #fff;background-color: #eb5e58;border-radius:0;height:35px;line-height:35px;font-family:"microsoft YaHei";}
/*---右侧边栏登录框---*/
.y_rtdlbox{position:absolute;right:35px;top:34px;left:auto;background:#fafafa;width:260px;border:1px solid #e5e5e5;padding:30px 20px 20px;display:none;-webkit-box-shadow:0 1px 6px rgba(0, 0, 0, 0.3);box-shadow:0 1px 6px rgba(0, 0, 0, 0.3);z-index:1080}
.y_rtdlbox:after{content:"";position:absolute;right:-8px;top:8px;width:0;height:0;overflow:hidden;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:8px solid #fff;}
.y_rtdlbox .form-control{width:240px;margin-bottom:8px;}
.y_rtdlbox .y_rdltit{display:inline-block;padding-bottom:5px;font-weight:bold;}
.y_rtdlbox .y_remeve{font-weight:normal;margin-bottom:10px;}
.y_rtdlbox .y_remeve input{vertical-align:middle;margin:-2px 3px 0 0;}
.y_rtdlbox .btn{display:block;width:100%;padding-left:0;padding-right:0;text-align:center;margin-bottom:10px;}
.y_rtdlbox a{color:#eb5e58}
.y_rtdlbox .y_closedlbx{position:absolute;right:2px;top:2px;color:#999;font-size:16px;cursor:pointer;padding:2px 5px;}
.y_botshow:after{top:auto;bottom:8px;}
.y_rtdlbox .y_yzgrup{width:100%;overflow:hidden;}
.y_rtdlbox .y_yzgrup .form-control{float:left;width:35px;}
.y_rtdlbox .y_yzgrup img{float:left;height:36px;margin-left:10px;}
.y_rtdlbox .y_yzgrup span{float:left;line-height:36px;color:#999;margin-left:10px;}
.y_rtdlbox .alert{padding:7px;margin-bottom:10px}
/*---右侧边栏购物车信息---*/
.y_rtmsbx{width:280px;height:100%;background:#393939;position:absolute;top:0;left:35px;font-family:"microsoft YaHei";}
.y_closertms{position:absolute;width:35px;height:35px;left:0;top:0;background:url(../img/y_rtclo1.png) no-repeat;cursor:pointer;display:none;}
.y_closertms:hover{background-image:url(../img/y_rtclo2.png)}
.y_showrt .y_closertms{display:block;}
.y_ctlistbox{height:100%;overflow-x:hidden;overflow-y:auto;}
.y_rtctbx{position:absolute;top:0;left:0;width:100%;height:100%;background:#e6e6e6;visibility:hidden;opacity:0;-webkit-transform:scale(0.5);transform:scale(0.5);-webkit-transition:all 0.5s;transition:all 0.5s;}
.y_rtcttit{background:#e6e6e6;height:28px;line-height:28px;padding:0 20px 0 13px;position:fixed;top:0;z-index:2;width:250px;}
.y_rtcttit label{float:left;font-weight:normal;margin:0}
.y_rtcttit label input{vertical-align:middle;margin:-2px 6px 0 0;}
.y_rtcttit a{float:right;}
.y_h28{height:28px;width:100%;overflow:hidden;}
.y_rtpbox{margin-bottom:16px;padding-left:13px;padding-top:5px;background:#fff;}
.y_rtptit{height:29px;line-height:28px;overflow:hidden;width:100%;}
.y_rtptit input{float:left;margin:8px 8px 0 0;}
.y_rtptit span{float:left;width:168px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-bottom:1px solid #e6e6e6;}
.y_rtptit b{float:left;width:61px;text-align:right;white-space:nowrap;border-bottom:1px solid #e6e6e6;font-weight:normal;color:#999}
.y_rtctlist li{width:100%;overflow:hidden;padding-bottom:5px;position:relative;}
.y_rtctlist .y_rtliipt{float:left;margin:20px 8px 0 0;}
.y_rtctlist .y_rtlipic{float:left;width:50px;height:50px;overflow:hidden;padding-right:5px;margin:5px 0;}
.y_rtctlist .y_rtlipic img{width:50px;height:50px;}
.y_rtctlist .y_rtlsxb{float:left;width:54px;color:#999;padding:10px 2px 0 0;line-height:1.5;}
.y_rtctlist .y_rtpsize{float:left;width:60px;text-align:center;margin-top:21px;color:#999}
.y_rtctlist .y_rtpsize a{font-size:16px;opacity:0;visibility:hidden;}
.y_rtctlist li:hover .y_rtpsize a{opacity:1;visibility:visible;}
.y_rtctlist .y_rtpsize input{width:20px;text-align:center;border:none;background:none;}
.y_rtctlist .y_rtpprce{float:left;width:58px;text-align:right;padding-top:21px;}
.y_rtctlist .y_rtpprcetop{float:left;width:58px;text-align:right;padding-top:25px;}
.y_rtctlist .y_delct{position:absolute;right:5px;top:0;font-size:16px;color:#999;display:none;}
.y_rtctlist li:hover .y_delct{display:block;}
.y_rtfkbx{text-align:right;padding:0 15px 95px;margin-top:-5px;}
.y_rtjsbx{padding:8px 15px 15px;color:#000;position:absolute;left:0;bottom:0;width:250px;background:#e6e6e6;z-index:2}
.y_rtjsbx strong{float:left;font-weight:normal}
.y_rtjsbx .y_jsprce{float:right;color:#eb5e58}
.y_rtjsbx .btn{display:block;width:100%;text-align:center;margin-top:10px;border-radius:0;padding:8px 0;}
.y_stock{float:left;margin-left: -30px;}
.y_h95{width:100%;height:74px;overflow:hidden;}
/*---右侧边栏收藏信息---*/
.y_rtlovebx{position:absolute;top:0;left:0;background:#393939;height:100%;width:235px;visibility:hidden;opacity:0;-webkit-transform:scale(0.5);transform:scale(0.5);-webkit-transition:all 0.5s;transition:all 0.5s;}
.y_rtlovebx h4{font-size:14px;line-height:35px;line-height:35px;text-align:center;color:#fff;position:absolute;width:100%;top:0;left:0;z-index:2;background:#393939}
.y_lovescroll{height:100%;overflow-x:hidden;overflow-y:auto;}
.y_lvlist{width:100%;overflow:hidden;margin-top:35px;}
.y_lvlist li{float:left;width:100px;height:120px;margin:10px 0 0 9px;line-height:20px;text-align:center;color:#fff;}
.y_lvlist li .y_lovpic{position:relative;width:100px;height:100px;overflow:hidden;}
.y_lvlist li .y_lovpic img{width:100px;height:100px;}
.y_lvlist li .y_lovpic span{position:absolute;left:0;bottom:0;height:22px;line-height:22px;width:94%;padding:0 3%;text-align:center;background:#000;opacity:0;filter:alpha(opacity=0);color:#fff;-webkit-transition:all 0.2s;transition:all 0.2s;}
.y_lvlist li .y_lovpic a:hover span{opacity:0.6;filter:alpha(opacity=60);}
.y_rtlvbtn{padding:10px 11px 30px;}
.y_rtlvbtn .btn{display:block;padding:5px 0;text-align:center;border-radius:0;background:#494949;color:#fff;}
.y_rtlvbtn .btn:hover{background:#eb5e58}
.y_rtmsshow{visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1);}
/*--购物车无商品时展示--*/
.y_slidecartno{text-align:center;padding:15px;margin:35px 0 90px;}
.y_slidecartno .y_carticon{display:block;font-size:20px;color:#bbb;}
.y_slidecartno .y_cartnoms{text-align:left;display:block;line-height:26px;padding-top:15px;}
.y_slideloveno,.y_slideloveno .y_carticon{color:#fff}
/*右侧边栏结束*/

.item-price-special{font: 700 16px/20px "Gudea", Arial, sans-serif;color: #dd0000;}
.btn-xs,.btn-group-xs > .btn {padding: 0.15em 0.7em;font-size: 0.75em;line-height: 1.5;border-radius: 3px;}

/*公用商品列表*/
.latest-items .title{font-size:20px;}
.latest-items .title strong{font-family:"microsoft YaHei";padding-left:10px;font-weight:normal;}
.y_iprolist{width:101.5%;overflow:hidden;}
.y_iprolist .col-xs-3,
.y_iprolist .col-md-p2{ padding-left:0px; padding-right:1.5%;}
.y_iprolist .item {float:left;position: relative;padding:16px 10px;border:2px solid transparent;box-sizing:border-box; background:#fff;margin-bottom:16px;}
.y_iprolist .item-image-wrapper{position:relative}
.y_iprolist .item-image-container {position: relative; margin:0 auto 20px; width:100%;}
.y_iprolist .item-image-container a {display:block;}
.y_iprolist .item-image-container  img {width:100%;height:auto;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s;}
.y_iprolist .item-image-container .y_inprsee{position:absolute;top:0;left:center; width:100%; height:100%; background:rgba(0,0,0,0.5); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000); text-align:center;visibility:hidden;opacity:0;-webkit-transition:all 0.3s;transition:all 0.3s;}
.y_iprolist .item-image-container .y_inprsee .fa{color:#fff;font-size:18px;margin-top:40%;cursor:pointer;padding:10px;-webkit-transform:scale(0.01);transform:scale(0.01);-webkit-transition:all 0.3s;transition:all 0.3s;}
.y_iprolist .item-image-container:hover .y_inprsee{ position:absolute;}
.y_iprolist .item-image-container .y_inprsee .fa:hover{background:#eb5e58;}
.y_iprolist .item-image-container:hover .y_inprsee{visibility:visible;opacity:1;}
.y_iprolist .item-image-container:hover .fa{-webkit-transform:scale(1);transform:scale(1);}
.y_iprolist .item-image-container  .item-image {visibility:visible;opacity:1;}
.y_iprolist .item-image-container .item-image-hover {opacity: 0;visibility: hidden;position: absolute;left: 0;top: 0;}
.y_iprolist .item-image-container .y_inprsee .fa:hover{background:#eb5e58;}
.y_iprolist .item-meta-inner-container {margin-bottom:7px;margin-top:-2px;}
.y_iprolist .item:hover .item-image-container .item-image-hover {visibility:visible;opacity:1;}
/* .y_iprolist .item-price-container {display:block;background:#eb5e58;text-align:center;font:700 16px/20px "Gudea", Arial, sans-serif;color:#fff;width:81px;height:81px;position: absolute;bottom:-10px;right:-9px;text-align:center;border-radius:500px;z-index:801;} */
.y_iprolist .item-price-container { font:700 16px/20px "Gudea", Arial, sans-serif;color:#eb5e58;height:22px;}
.y_iprolist .item-price-container.top-left {bottom:auto;top:-10px;right:auto;left:-10px;}
.y_iprolist .item-price-container.top-right {bottom:auto;top:-10px;right:-10px;left:auto;}
.y_iprolist .item-price-container.bottom-left {bottom:-10px;;top:auto;right:auto;left:-10px;}
.y_iprolist .item-price-container.bottom-right {bottom:-10px;top:auto;right:-10px;left:auto;}
.y_iprolist .item-price-special {font:700 16px/20px "Gudea", Arial, sans-serif;color:#dd0000;}
.y_iprolist .item-price-container .old-price {color:#fff;text-decoration:line-through;display:block;	margin-top:20.5px;}
.y_iprolist .item-price-container .item-price{ margin-top:0px; display:block;}
.y_iprolist .sub-price {font-size:75%;position: relative;bottom:0;}
.y_iprolist .item-price-container .old-price  + .item-price {margin-top:0 !important;	}
.y_iprolist .item-price-container.inline {display:inline-block;font:700 20px/1 "Gudea", Arial, sans-serif;color:#adadad;width:auto;height:auto;position: static;bottom:auto;right:auto;background: transparent;border-radius: 0;}
.y_iprolist .item-price-container.inline .old-price {text-decoration:line-through;margin:0 8px 0 0;display: inline;color:#adadad;}
.y_iprolist .item-price-container.inline .item-price{color:#dd0000;margin:0;display: inline;}
.y_iprolist .new-rect,
.y_iprolist .discount-rect {display:block;font:600 14px "MicroSoft YaHei";color:#fff;top:0;left:0;padding:4px 8px;position: absolute;text-transform:uppercase;z-index:800;text-align:center; background:#EB5E58;}
.y_iprolist .new-circle,
.y_iprolist .discount-circle {display:block;font:700 16px/20px "Gudea", sans-serif;color:#fff;padding:22.5px 0;position: absolute;text-transform:uppercase;z-index:800;width:65px;height:65px;text-align:center;border-radius:500px;}
.y_iprolist .item-name {margin:0 0 15px;line-height:18px;height:36px;overflow:hidden;font-size:12px;}
.y_iprolist .item-name a {color:#666;}
.y_iprolist .item-name a:hover {color:#eb5e58;text-decoration:underline;}
.y_iprolist .item-action {line-height:15px;/* delete extra margin cause of inlice-block elements*/ font-size:0;white-space:nowrap;}
.y_iprolist .item-action * {vertical-align:middle;white-space:nowrap;}
.y_iprolist .item-add-btn {display:inline-block;height:30px;min-width:30px;color: #e8e8e8;background-color: #eb5e58;border:1px solid #eb5e58; text-transform:uppercase;transition:background-color 0.4s;-webkit-transition:background-color 0.4s;-moz-transition:background-color 0.4s;vertical-align:top;}
.y_iprolist .item-add-btn:hover,
.y_iprolist .item-add-btn:focus,
.y_iprolist .item-add-btn:active,
.y_iprolist .item-add-btn.active {color: #fff;background: #eb5e58;border-color: #eb5e58;}
.y_iprolist .item-add-btn.icon-cart {background-image: url(../img/cart.png);background-repeat:no-repeat;background-position:center center;}
.y_iprolist .item-add-btn:hover{ background-color: #FF9999; border:1px solid #eb5e58; }
.y_iprolist .icon-cart-text {display:inline-block;padding:8px 16px 7px;font-weight:bold;font-size:13px;}
.y_iprolist .item .item-action .item-action-inner {display:inline-block;padding-left:20px;}
.y_iprolist .item.item-hover .item-action .item-action-inner {padding-left:0;width:0;visibility:hidden;text-align:right;}
.y_iprolist .item.item-hover .item-action .item-action-inner .icon-button {text-indent:9999px;}
.y_iprolist .item.item-hover .item-store{ padding-top:10px; line-height:22px; width:100%;}
.y_iprolist .item.item-hover .item-store  .item-store-name{ float:left; }
.y_iprolist .item.item-hover .item-store  .item-store-sendout{ float:right; }
.y_iprolist .item.item-hover .ratings-amount{display:none;}
.y_iprolist .item.item-hover .ratings-amount a{ font-size:12px; text-decoration:underline; color:#428bca;}
.y_iprolist .icon-button {display:inline-block;width:30px;height:30px;text-indent:-9999px;background:#eb5e58;border:1px solid #eb5e58;;font-size:16px;border-radius:2px;background-image: url(../img/item-icons.png);background-repeat:no-repeat;background-position:-2px -3px;transition:all 0.4s;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;}
.y_iprolist .icon-button:hover,
.y_iprolist .icon-button:focus,
.y_iprolist .icon-button:active,
.y_iprolist .icon-button.active{ background-color: #FF9999; border:1px solid #eb5e58; }
.icon-button.icon-compare {background-position: -37px -3px; margin-left: 5px;}

/* --- 商品列表信息展示盒子 --- */
.item-meta-container .ratings-container{ height:22px; line-height:22px; margin-bottom:0px;}

/*公用商品列表结束*/

/*鼠标移上时移动的图片模块*/
.translatex_left8{-webkit-transition:all 0.2s linear;-ms-transition:all 0.2s linear;transition:all 0.2s linear;}
.translatex_left8:hover{-webkit-transform:translatex(-8px);-ms-transform:translatex(-8px);transform:translatex(-8px)}
/*鼠标移上时放大的图片模块*/
.scale_11{-webkit-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear;}
.scale_11:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}

/*登录弹出框*/
.y_suslogin .modal-dialog{width:400px;}
.y_suslogin .modal-header{padding-top:10px;padding-bottom:10px;}
.y_suslogin .modal-body{padding-top:20px;padding-bottom:20px;}
.y_suslogin .y_sustab{border-bottom:1px solid #e5e5e5;height:36px;padding-left:20px;margin-bottom:15px}
.y_suslogin .y_sustab li{float:left;margin-top:5px;width:25%;font:14px/30px "microsoft YaHei";text-align:center;border:1px solid #e5e5e5;border-bottom:none;background:#f5f5f5;}
.y_suslogin .y_sustab li a{display:block;}
.y_suslogin .y_sustab li.active{margin:0 5px 0 0;color:#eb5e58;border-bottom:1px solid #fff;border-top:3px solid #eb5e58;background:#fff;font-weight:bold;line-height:33px;}
.y_suslogin .y_suslgbx{width:300px;margin:0 auto;}
.y_suslogin .alert{padding:5px 10px;margin-bottom:5px;width:278px;}
.y_suslogin .form-group{margin-bottom:0;padding-top:5px}
.y_suslogin .control-label{font-weight:normal}
.y_suslogin .form-control{width:278px}
.y_suslogin .y_yzmgrop .form-control{float:left;width:60px;}
.y_suslogin .y_yzmgrop img{float:left;height:36px;margin-left:10px;}
.y_suslogin .y_yzmgrop span{float:left;margin-left:10px;color:#999;line-height:36px;}
.y_suslogin .y_suskjbx{padding-bottom:15px;padding-top:10px;}
.y_suslogin .y_suskjbx label{font-weight:normal;margin-right:10px;}
.y_suslogin .y_suskjbx label input{vertical-align:middle;margin:-2px 4px 0 1px}
.y_suslogin .y_copeweb{text-align:left;width:300px;margin:0 auto;padding:15px 15px 20px;color:#999}
.y_suslogin .y_copeweb p{padding-top:6px;color:#dbdbdb;margin-left:-5px;}
.y_suslogin .y_copeweb a{margin:0 5px;}

/*加入收藏弹出框*/
.y_suscollect .modal-dialog{width:480px;}
.y_suscollect .modal-header{padding-top:10px;padding-bottom:10px;}
.y_suscollect .modal-body{padding-top:20px;padding-bottom:30px;}
.y_collbox{width:100%;overflow:hidden;padding-bottom:20px;}
.y_collecti{float:left;font-size:40px;padding-left:20px;}
.y_collectms{float:left;padding-left:20px;padding-top:12px;font-family:"simsun"}
.y_collectms h4{margin-bottom:6px;}
.y_collproduct{width:300px;overflow:hidden;padding-top:10px;margin:0 auto;}
.y_collproduct .y_collpdowl{width:auto;padding:0 30px;}
.y_collpdowl .item{margin:0 auto;width:110px;}
.y_collpdowl .item .y_pic{width:100px;height:100px;margin:0 auto 8px;overflow:hidden;border:1px solid transparent;-webkit-transition:all 0.3s;transition:all 0.3s;}
.y_collpdowl .item .y_pic:hover{border-color:#e5e5e5;}
.y_collpdowl .item .y_pic img{width:100px;height:100px;}
.y_collpdowl .item .y_name{line-height:18px;height:36px;overflow:hidden;margin-bottom:5px;font-size:12px;font-weight:normal;}
.y_suscollect_stroe .y_collpdowl .item .y_name{height:18px;}
.y_collpdowl .item strong,.y_collpdowl .item span{font-size:14px;color:#d00;}
.y_collproduct .y_collpdowl .owl-buttons div{display:block;}
.y_sustagbox{border:1px solid #faebcc;padding:10px;background:#fcf8e3;margin-bottom:20px;}
.y_sustagbox .y_taglist{overflow:hidden;padding:5px 0;}
.y_sustagbox .y_taglist .item{float:left;white-space:nowrap;height:26px;line-height:26px;border:1px solid #faebcc;background:#fff;padding:1px 10px;margin:5px 5px 0 0;cursor:pointer;}
.y_sustagbox .y_taglist .item.active{border:2px solid #eb5e58;padding:0 9px;}
.y_sustagbox .item_add{float:left;margin-top:5px;}
.y_sustagbox .item_add .form-control{float:left;height:28px;line-height:28px;width:80px;padding:0 10px;display:inline;margin-right:5px;border-color:#faebcc}
.y_sustagbox .item_add a{float:left;padding:0 5px;height:30px;line-height:30px;}
.y_sustagbox .y_tabbtn{text-align:center;padding-top:10px;}

/*飞入购物车样式*/
.y_flyimg{width:50px;height:50px;border-radius:50%;z-index:10000}
.y_flynum{background:#d23c36;width:20px;height:20px;line-height:20px;text-align:center;color:#fff;border-radius:50%;z-index:10000}

/* 公共的翻页 */
.pagination-container{ padding:13px; overflow:hidden; background:#fff;}
.pagination-container .page-in{ text-align:center;}
.page-in em{ font-style:normal;}
.page-in a{ border:1px solid #ddd; padding:7px 12px; margin:0px 2px; background:#fff;*zoom:1}
.page-in a:hover,
.page-in a:active,
.page-in a.active{ background:#FF9999; border:1px solid #eb5e58; color:#fff; text-decoration:none;}
.page-in a.prev .fa,.page-in a.next .fa{ color:red; font-size:13px; margin-top:-3px;}
.page-in a.prev .fa{ margin-right:4px;}
.page-in a.next .fa{ margin-left:4px;}
.page-in a:hover .fa,
.page-in a:active .fa,
.page-in a.active .fa{ color:#fff;}
.page-in  .jumpto{ width:24px; text-align:center; padding:2px 3px;border:1px solid #ddd;}
.page-in  .btn{ padding:3px 8px; border-radius:0px; background:#eb5e58;border:1px solid #eb5e58; font-size:12px;}
.page-in  .btn:hover,
.page-in .btn:active,
.page-in .btn.active{background:#FF9999; border:1px solid #eb5e58; color:#fff; text-decoration:none;}

/*公共的tab切换 2种形式*/
.tab_style1 li {float:left;margin:0 3px 3px 0;}
.tab_style1 li a {background:#575a59;border:1px solid #575a59;color:#fff;padding:4px 20px;display:inline-block;font:400 12px/20px "microsoft YaHei";-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.tab_style1 li a:hover,.tab_style1 li.active a {background:#eb5e58;border-color: #eb5e58;text-decoration:none;}
.tab_style1 li.active a {cursor:default;}
.tabtit{border:1px solid #ddd;border-top:2px solid #eb5e58;background:#f9f9f9;height:40px;}
.tabtit .tab_style2{float:left;margin-left:-1px;}
.tab_style2 li {float:left;position:relative;}
.tab_style2 li a {padding:5px 30px 7px;border-radius:0;display:inline-block;font:400 15px/28px "microsoft YaHei";-webkit-transition:color 0.3s ease-in-out;-moz-transition:color 0.3s ease-in-out;-o-transition:color 0.3s ease-in-out;-ms-transition:color 0.3s ease-in-out;transition:color 0.3s ease-in-out;}
.tab_style2 li a:hover,.tab_style2 li.active a {color:#e55852;text-decoration:none;}
.tab_style2 li.active{margin-top:-6px;}
.tab_style2 li.active a {border-top:2px solid #e55852;background:#fff;border-left:1px solid #ddd;border-right:1px solid #ddd;padding:9px 29px 8px;}

/*绝对定位展示的tab切换模块*/
.tab-content2{position:relative;}
.tab-content2 .tab-pane{position:absolute;left:0;top:0;display:none;}
.tab-content2 .tab-pane.active{display:block;}

/*flexslider 简单banner切换、内容切换公共css*/
.flexslider { position: relative; zoom: 1; }
.flex-viewport { -webkit-transition: all 1s ease;transition: all 1s ease; }
.flex-viewport li{overflow:hidden;display:none;}
.flexslider .slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.flexslider .slides > li { /*display: none;*/ height: 418px;-webkit-backface-visibility: hidden; }
.flexslider .slides img {width: 100%;height: 100%; display: block;}
.no-js .slides > li:first-child {display: block;}
.flex-direction-nav a{position: absolute;top: 50%;margin-top:-210px;width: 30px;height: 45px;display: block;cursor: pointer;opacity: 1;background: url(../img/sprite.png) no-repeat;background-color: #fafafa;background-color:rgba(255,255,255,0.6);z-index:11;border-radius:3px;font-size:0;line-height:0;transition: all .5s ease;-webkit-transition: all .5s ease;box-shadow:inset 0 1px 1px rgba(255, 255, 255, 0.4), 0 0 4px rgba(0,0,0, 0.2);}
.flex-direction-nav .flex-next {right:3%;background-position: -290px -290px;}
.flex-direction-nav .flex-prev {left: 3%;background-position: -234px -290px;}
.flex-direction-nav a:hover {background-color:#eb5e58;border-color:#eb5e58;opacity: 0.8;}
.flex-direction-nav .flex-next:hover {background-position: -290px -333px;}
.flex-direction-nav .flex-prev:hover {background-position: -234px -333px;}
.flex-control-nav {position: absolute;left: 0; bottom: 30px; width: 100%; text-align: center;z-index:10;}
.flex-control-nav li {margin: 0 8px; display: inline-block; zoom: 1; *display: inline;vertical-align:middle;}
.flex-control-paging li a {width: 15px; height: 15px; display: block; *display:inline-block; background: #333; cursor: pointer; font-size:0;line-height:0; -webkit-border-radius: 50%; border-radius: 50%; transition:all 0.3s;-webkit-transition:all 0.3s;}
.flex-control-paging li a:hover,.flex-control-paging li a.flex-active {background: #eb5e58; opacity: 1;}
.slider_fullscreen_box{width:100%;overflow:hidden;position:relative;}
.slider_fullscreen{position:relative;width:800px;overflow:hidden;}

/*owl-carousel 响应式商品切换基础css*/
.owl-carousel{display: none;position: relative;width: 100%;}
.owl-carousel .owl-wrapper-outer{position: relative;width: 100%;overflow:hidden}
.owl-carousel .owl-wrapper-outer{position: relative;width: 100%;}
.owl-carousel .owl-wrapper{position: relative;}
.owl-carousel .owl-wrapper:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.owl-carousel .owl-item{float: left;}
.owl-theme .owl-pagination{position:absolute;left:0;bottom:10px;width:100%;text-align:center;padding-top:2px;}
.owl-theme .owl-pagination .owl-page{display:inline-block;*display:inline;width:13px;height:13px;border-radius:50%;vertical-align:middle;margin:0 5px;cursor: pointer;background:#b5b5b5}
.owl-theme .owl-pagination .owl-page.active{background-color:#eb5e58;}
.owl-theme .owl-buttons div{position:absolute;width:30px;height:45px;top:50%;margin-top:-40px;border:1px solid #ddd;background:url(../img/left_right.png) 9px 14px no-repeat #fff;border-radius:3px;cursor: pointer;display:none;}
.owl-theme .owl-buttons div:hover{background-color:#f1f1f1;}
.owl-theme .owl-buttons .owl-prev {left:0;}
.owl-theme .owl-buttons .owl-next {right:0;background-position:-43px 14px}
.owl-theme:hover .owl-buttons div{display:block;}
.grabbing {cursor:move;}

/*首页大banner切换*/
.i_banner{margin-left:200px;width:auto;min-width:1px;height:463px;overflow:hidden;margin-bottom:20px;margin-right:235px;margin-top: 10px;}
.i_banner #slider-rev-container{height:100%;}
.i_banner #slider-rev{height:100% !important;}
#slider-rev .slide_link{position:absolute;width:100%;height:100%;left:0;top:0;z-index:99;}

/*店铺页面、平台首页布局样式*/
.layout{zoom:1;width:1200px;margin-left:auto;margin-right:auto;}
.layout:after {content:".";display:block;height:0;visibility:hidden;clear:both;}
/*
@media (max-width: 1023px) {
  .layout{width: 768px;}
}

@media (min-width: 1024px) {
  .layout{width: 990px;}
}
@media (min-width: 1210px) {
  .layout{width: 1190px;}
}
@media (min-width: 1410px) {
  .layout{width: 1390px;}
}
@media (min-width: 1610px) {
  .layout{width: 1590px;}
}
*/
.layout_auto{width:100%;}
#shop_bd{width:100%;overflow:hidden;position:relative;}
#shop_bd .grid_s5m0 .main_wrap{margin-left:200px;}
.col_main{float:left;width:100%;min-height:1px;}
.grid_s5m0 .col_sidebar{float:left;width:190px;margin-left:-100%;}
.grid_s5m0 .main_wrap{margin-left:190px;}
.grid_m0s5 .col_sidebar{float:left;width:188px;margin-left:-190px;}
.grid_m0s5 .main_wrap{margin-right:200px;}
.grid_s5m0e5 .col_sidebar{float:left;width:188px;margin-left:-100%;}
.grid_s5m0e5 .main_wrap{margin:0 200px;}
.grid_s5m0e5 .col_extra{float:left;width:188px;margin-left:-190px;}
.grid_e5m0s5 .col_sidebar{float:left;width:188px;margin-left:-190px;}
.grid_e5m0s5 .main_wrap{margin:0 200px;}
.grid_e5m0s5 .col_extra{float:left;width:188px;margin-left:-100%;}
.grid_m0s5e5 .col_sidebar{float:left;width:188px;margin-left:-390px;}
.grid_m0s5e5 .main_wrap{margin-right:400px;}
.grid_m0s5e5 .col_extra{float:left;width:188px;margin-left:-190px;}
.grid_m0e5s5 .col_sidebar{float:left;width:188px;margin-left:-190px;}
.grid_m0e5s5 .main_wrap{margin-right:400px;}
.grid_m0e5s5 .col_extra{float:left;width:188px;margin-left:-390px;}
.grid_s5e5m0 .col_sidebar{float:left;width:188px;margin-left:-100%;}
.grid_s5e5m0 .main_wrap{margin-left:400px;}
.grid_s5e5m0 .col_extra{position:absolute;width:188px;left:200px;top:0}
.grid_e5s5m0 .col_sidebar{position:absolute;width:188px;left:200px;top:0}
.grid_e5s5m0 .main_wrap{margin-left:400px;}
.grid_e5s5m0 .col_extra{float:left;width:188px;margin-left:-100%;}
	/*--平台首页推荐广告等宽4栏布局--*/
.grid_m4 .col_modulebox{margin-right:-5px;margin-left:-5px;*margin-right:0;*margin-left:0;}
.grid_m4 .col_modulebox .col_module{float:left;width:33.3%;min-height:1px;padding-left:5px;padding-right:5px;overflow: hidden;position: relative;box-sizing:border-box;*width:22.9%;*padding-left:1%;*padding-right:1%;}

	/*--平台首页楼层布局--*/
.grid_s4m0 .col_slide{float:left;width:190px;overflow:hidden;}
.grid_s4m0 .col_main{float:left;width:800px;overflow:hidden}
@media (max-width: 1367px) {
	.grid_s4m0 .col_main{width:1000px;}
	.grid_m4 .col_modulebox .col_module{float:left;width:33.3%;min-height:1px;padding-left:5px;padding-right:5px;overflow: hidden;position: relative;box-sizing:border-box;*width:22.9%;*padding-left:1%;*padding-right:1%;}
}
.grid_s4m0 .col_extra,.grid_s4m0 .col_extra2{float:right;width:200px;overflow:hidden;display:none;}
@media (min-width: 1410px) {
	.grid_s4m0 .col_extra{display:block}
}
@media (min-width: 1610px) {
	.grid_s4m0 .col_extra2{display:block}
}
	/*--电器城频道页 第一屏分类树等的布局--*/
.grid_dqtop .y_dqtopslide{float:left;width:220px;}
.grid_dqtop .y_dqtopmain{float:left;width:750px;min-height:1px;margin:0 10px}
.grid_dqtop .y_dqtopextra{float:right;width:200px;}
@media (min-width: 1410px) {
	.grid_dqtop .y_dqtopmain{width:930px;}
	.grid_dqtop .y_dqtopextra{width:220px;}
}
@media (min-width: 1610px) {
	.grid_dqtop .y_dqtopmain{width:1130px;}
}
	/*--电器城频道页 楼层的二栏布局--*/
.grid_m0s6_nomg .col_sidebar{float:left;width:230px;margin-left:-230px;}
.grid_m0s6_nomg .main_wrap{margin-right:230px;}
@media (max-width: 1209px) {
	.grid_m0s6_nomg .col_sidebar{display:none;}
	.grid_m0s6_nomg .main_wrap{margin-right:0;}
}
/*新增 福利商城两列布局*/
.grid_m0s7 .col_sidebar{float:left;width:250px;margin-left:-250px;}
.grid_m0s7 .main_wrap{margin-right:270px;}
/*电器城频道页面主色调*/
.dq_color1{color:#0f64c2}

/*设置元素padding值为0*/
.nopadding{padding-left:0!important;padding-right:0!important}
.nopadding-left{padding-left:0!important;}
.nopadding-right{padding-right:0!important;}

/*天马新增样式*/
/*头部*/
.h-atopbar {
	line-height: 40px;
	height: 41px;
	font-size: 12px;
	color: #999;
	border-bottom: 1px solid #eee;
	background-color: #fff;
}
.h-atopbar .fl b {
	margin-right: 5px;
}
.h-atopbar .fl .h-abasered {
	margin-left: 16px;
}
.h-atopbar .fr > a {
	float: right;
	height: 40px;
	padding-right: 8px;
	padding-left: 8px;
}
.h-atopbar .fr > b {
	float: right;
	margin-top: -1px;
	font-weight: 300;
	font-size: 12px;
}
.h-atopbar ._img{
  width: 13px;
  height:13px;
  display: inline-block;
  vertical-align: middle;
  margin-right:3px;
}
.h-atopbar .server li{
  width: 100%;
  height: 25px;
  line-height: 25px;
  text-align: left;
}
.h-atopbar .server a{
  display: inline-block;
  width: 100%;
}
.h-atopbar .contact{
  color: #666;
  margin-right: 10px;
}
.h-atopbar .contact a{
  color: #FF0000;
}
#logOut{
  color: #666;
}
#logOut:hover{
  color: rgb(235,94,88);
}
.h-aphonemall {
	position: relative;
	float: right;
}
.h_amobilebox {
  position: absolute;
  top: 40px;
  right: 0;
  background-color: #fff;
  padding: 10px;
  margin-right: -34px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 0 3px 20px rgba(0,0,0,.2);
  box-shadow: 0 3px 20px rgba(0,0,0,.2);
  z-index: 999;
}
.h_amobilebox img {
  width: 100px;
  height: 100px;
}
.h-aphonemall:hover .h_amobilebox {
  opacity: 1;
  visibility: visible;
}
.h-atopbar .fr i {
  display: inline-block;
  margin: 0 6px 0 8px;
  position: relative;

}
.h-atopbar .fr i.h-atop-down {
	width: 9px;
	height: 6px;
	background: url(../img/h-down.png) center no-repeat;
	top: -1px;
	margin-right: 2px;
}
.h-atopbar .fr i.h-atop-phoneicon {
	width: 9px;
	height: 13px;
	background: url(../img/h-phone.png) center no-repeat;
	top: 3px;
}
.h-down-ordera {
	position: relative;
	float: right;
    height: 40px;
    padding-right: 8px;
    padding-left: 8px;
}
.h-down-orders {
	position: absolute;
	top: 40px;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 0 3px 20px rgba(0,0,0,.2);
  box-shadow: 0 3px 20px rgba(0,0,0,.2);
  z-index: 999;
  line-height: 30px;
}
.h-down-orders li {
	text-align: center;
}
.h-down-ordera:hover .h-down-orders {
  opacity: 1;
  visibility: visible;
}

/*顶部广告图*/
.h-top-add {
	position: relative;
	height: 100px;
	/*overflow: hidden;*/
	transition: all 0.3s;
}
.h-top-add a {
	display: block;
	position: relative;
	left: 50%;
	width: 1920px;
	margin-left: -960px;
	overflow: hidden;
}
.h-top-add a img {
	max-width: 100%;
	max-height: 100%;
}
.h-top-add span {
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: 580px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	line-height: 14px;
	color: #999;
	cursor: pointer;
}
.h-top-add span:hover {
	color: #ED1C24;
}
.h-top-add.remove {
	height: 0;
}

/*头部搜索*/
.h-new-reg {
	float: right;
	width: 60px;
	height: 60px;
	margin-top: 16px;
}
.h-new-reg img {
	width: 100%;
	height: 100%;
}
.h-alogo {
	margin: 14px 0 13px;
}
.h-asearch {
	margin: 25px 0 0px -10px;
}
.h-asearch .h-asearch-input {
  float: left;
  width: 378px;
  padding: 8px 10px;
  height: 24px;
  line-height: 24px;
  box-sizing: content-box;
  border: none;
  background-color: #F6F6F6;
  border: 1px solid #ED1C24;
  border-left: none;
}
.h-asearch .h-asearch-btn {
  float: left;
  width: 60px;
  height: 40px;
  background: #ED1C24;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border: 1px solid #ED1C24;
  box-sizing: content-box;
}
.h-asearch .h-asearch-quick {
	float: left;
	width: 80px;
  	height: 40px;
  	font-size: 14px;
  	color: #fff;
  	line-height: 40px;
  	text-align: center;
  	background-color: #ED1C24;
  	margin-left: 6px;
  	border: 1px solid #ED1C24;
  	box-sizing: content-box;
}
.h-asearch .h-asearch-btn:hover,
.h-asearch .h-asearch-quick:hover {
  background-color: #f7394c;
}

/*购物车*/
.h-ahead-cart {
	float: right;
	height: 40px;
	font-size: 14px;
  margin: 26px 0px 34px -10px;
}
.h-acart {
	width: 190px;
	padding: 12px 0;
	line-height: 18px;
	color: #ED1C24;
	border: 1px solid #ED1C24;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	background-color: #fff;
	position: relative;
	z-index: 101;
}
.h-ahead-cart.on .h-acart {
	border-color: #ED1C24;
	border-bottom-color: #fff;
}
.h-acart s {
	float: left;
	width: 20px;
	height: 20px;
	margin: -3px 10px 0 18px;
	background: url(../img/h-cart.png) no-repeat;
}
.h-cart_content {
	display: none;
	position: absolute;
	top: 68px;
	right: 5px;
	width: 410px;
	background-color: #fff;
	border: 1px solid #ED1C24;
	z-index: 99;
}
.h-ahead-cart.on .h-cart_content {
	display: block;
}
.h-cart_content ul {
	padding: 16px 20px 0;
	height: 400px;
	overflow-y: auto;
}
.h-cart_content li {
	padding: 10px 0;
	overflow: hidden;
	zoom: 1;
	border-bottom: 1px solid #eee;
}
.h-cart_content li .m-pic {
	float: left;
	width: 60px;
	height: 60px;
	border: 1px solid #f8f8f8;
	border-radius: 2px;
}
.h-cart_content li .m-pic img {
	width: 100%;
	height: 100%;
}
.h-cart_productInfo {
	float: left;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	width: 185px;
	margin: 10px 10px 0 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #222;
}
.h-cart_options {
	float: right;
	color: #222;
	margin-top: 4px;
}
.h-cart_options span {
	font-size: 16px;
	line-height: 22px;
}
.h-cart_options i {
	font-style: normal;
	font-size: 20px;
	line-height: 22px;
}
.h-cart_options label {
	font-size: 14px;
	line-height: 20px;
	margin-left: 2px;
}
.h-cart_options a {
	display: block;
	font-size: 12px;
	line-height: 17px;
	color:#999;
	text-align: right;
}
.h-cart_gopay {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #ED1C24;
	margin-top: 8px;
}
.h-cart_gopay:hover {
	background-color: #ED1C24;
	color: #fff;
}

/*导航*/
.h-acategorys {
	position: relative;
   z-index: 102;
}
.h-acategorys > h2 {
  font-size: 15px;
  font-weight: normal;
  line-height: 40px;
  background: #ED1C24;
  color: #fff;
  position: relative;
  cursor: pointer;
  text-align: left;
  padding-left: 10px;
}
.h-acategorys > h2 s {
	display: inline-block;
	width: 20px;
	height: 16px;
	background: url(../img/careg-icon.png) no-repeat;
	margin-right: 6px;
	position: relative;
    top: 3px;
}
.h-ameun {
	background: #ececec;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 400px;
	color: #fff;

}

.h-ameun .h-aitem {
	padding: 0 10px;
}
.h-ameun .h-aitem.active, .h-ameun .h-aitem:hover {
	background-color: #fff;
}
.h-ameun .h-aitem.active h3 > a, .h-ameun .h-aitem:hover h3 > a{
	color: #333;
}
/*.h-ameun .h-aitem.active h3, .h-ameun .h-aitem:hover h3{
	background-image: url(../img/go.png);
}*/
.h-ameun .h-aitem h3 {
	height: 28px;
	line-height: 28px;
	font-size: 13px;
	font-weight: normal;
	cursor: pointer;
	/*background: url(../img/h-right.png) center right no-repeat;*/
	overflow: hidden;
	padding-right: 10px;
}
.h-ameun .h-aitem h3 > a {
	color:#3a3c40;
	padding: 0 4px;
	white-space: nowrap;
}
.h-ameun .h-aitem h3 > a:hover {
	color: #ED1C24;
}

.h-athree {
	position: absolute;
	top: 0px;
  left: 210px;
  background-color: #fff;
}
.h-aitem.active .h-athree ol{
	display: block;
}
.h-athree ol {
	display: none;
	width: 130px;
	height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
}
.h-athree ol a {
	color: #333;
}
.h-athree ol li a {
	display: block;
	padding: 0 8px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.h-athree ol li.active {
	background-color: #fff;
}
.h-athree ol li.active ul {
	display: block;
}
.h-athree ol li.active > a {
	color: #ED1C24;
}
.h-athree ol li ul {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	width: 130px;
	height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #fff;
}

.h-anavol {
	width: 995px;
	height: 40px;
	overflow: hidden;
  	zoom: 1;
  	position: relative;
  	z-index: 3;
  	margin-left: -10px;
}
.h-anavol::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0px;
	right: 0;
	height: 2px;
	background-color: #ED1C24;
	z-index: 3;
}
.h-anavol li {
	float: left;
	line-height: 40px;
	margin-left: 53px;
}
.h-anavol li:first-of-type {
	margin-left: 38px;
}
.h-anavol li a {
	display: block;
	font-size: 15px;
	color: #262935;
	text-align: center;
}
.h-anavol li.current a ,.h-anavol li a:hover {
	color: #ED1C24;
}

/*底部*/
.h-bottom_promise {
  padding: 25px 0;
  line-height: 0;
}
.h-bottom_promise > a {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: translateX(-50%);
}
.h-bottom_promise s {
  float: left;
  width: 28px;
  height: 30px;
  overflow: hidden;
  -webkit-transition: transform .3s;
  transition: transform .3s;
}
.h-bottom_promise s img {
    width: 100%;
    height: 100%;
}
.h-bottom_promise p {
  float: left;
  max-width: 200px;
  font-size: 18px;
  color: #080404;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin-left: 20px;
  -webkit-transition: transform .3s;
  transition: transform .3s;
}
.h-bottom_promise:hover s, .h-bottom_promise:hover p {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.h-afootnav {
	padding: 30px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.h-afoot-navl {
	padding-left: 80px;
}
.h-afoot-navl dl {
	float: left;
	width: 140px;
	padding-left: 14px;
}
.h-afoot-navl dl dt {
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.h-afoot-navl dl dd {
	font-size: 12px;
	color: #999;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.h-afoot-navr {
	margin-left: 30px;
	width: 155px;
	text-align: center;
}
.h-afoot-navr p {
	position: relative;
	font-size: 14px;
	color: #333;
	margin-bottom: 12px;
}
.h-afoot-navr p::after,
.h-afoot-navr p::before {
	content: '';
	position: absolute;
	top: 50%;
	width: 40px;
	height: 1px;
	background-color: #ED1C24;
}
.h-afoot-navr p::before {
	left: 0px;
}
.h-afoot-navr p::after {
	right: 0px;
}
.h-navr-tel {
	font-size: 0;
}
.h-navr-tel span {
	line-height: 20px;
	font-size: 18px;
	color: #333;
}
.h-navr-tel i{
	display: inline-block;
	width: 20px;
	height: 20px;
  background: url(../img/tell-icon.png) no-repeat;
  background-size: contain;
	margin-right: 10px;
	position: relative;
	top: 2px;
}
.h-afoot-navr .m-pic {
	width: 160px;
	height: 160px;
  margin-top: 10px;
}
.h-afoot-navr .m-pic .andr {
	width: 80px;
	height: 80px;
}
.h-afoot-navr .m-pic img {
	max-height: 100%;
}
.h-afoot-navr .andr i {
	width: 15px;
	height: 15px;
  background: url(../img/icon_andr.png) no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 3px;
}
.h-afoot-navr .andr.ios i {
  background: url(../img/icon_ios.png) no-repeat;
  background-size: contain;
}
.h-afoot-end {
	padding: 9px 0;
	text-align: center;
	color: #fff;
}
.h-afoot-end i {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../img/al.png);
	position: relative;
	top: 3px;
	margin-right: 4px;
}

/*右侧导航*/
.fixed_right{
  position: fixed;
  bottom: 20%;
  right: 6px;
  z-index: 99;
  width: 60px;
  display: inline-block;
}
@media screen and (min-width: 1360px) {
   .fixed_right{
	right: 50%;
	/* margin-right: -670px; */
}
}
.fixed_right .li{
  position: relative;
  display: inline-block;
}
.fixed_right a{
	border-bottom: 1px solid #eee;
	position: relative;
  background: #f2f2f2;
  border-color: #e4e4e4;
  width: 45px !important;
  height: 45px !important;
  color: rgba(80, 80, 80, 1) !important;
  background-color: rgba(255, 255, 255, 1) !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  line-height: 45px !important;
  text-align: center !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3px;
  border:none;
}
.fixed_right a.active{
  background-color: rgba(212, 48, 48, 1) !important;
}
.fixed_right a > i{
	display: block;
	width: 28px;
	height: 28px;
}
.fixed_right a > i.h-right-fk {
	background: url(../img/icon_fk_qt.png) center no-repeat;
}
.fixed_right a > i.h-right-kefu {
  background: url(../img/h-right-kefu.png) center center no-repeat;
}
.fixed_right a > i.h-right-erd {
	background: url(../img/sys.png) center center no-repeat;
}
.fixed_right a > i.h-right-sc{
  background: url(../img/sc.png) center center no-repeat;
}
.fixed_right a > i.h-right-db{
  background: url(../img/db.png) center center no-repeat;
}
.fixed_right a:hover > i.h-right-db{
  background: url(../img/db-a.png) center center no-repeat;
}
.fixed_right a > i.h-right-back{
	background: url(../img/back.png) center center no-repeat;
}
.fixed_right a:hover > i.h-right-back{
	background: url(../img/back-a.png) center center no-repeat;
}
.fixed_right a:hover > i.h-right-sc{
  background: url(../img/sc-a.png) center center no-repeat;
}
.fixed_right a:hover > i.h-right-kefu {
	background: url(../img/h-right-kefu-a.png) center center no-repeat;
}
.fixed_right a:hover > i.h-right-erd{
  background: url(../img/sys-a.png) center center no-repeat;
}
.fixed_right a.m-return {
	width: 60px;
	height: 20px;
	background: url(../img/right-top.png);
	border-bottom: none;
	margin-top: 5px;
}
.fixed_right p{
  width: 82px;
  height: 32px;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(212, 48, 48, 1);
  box-shadow: rgba(229, 229, 229, 1) solid 1px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  position: absolute;
  top: 7px;
  left: -90px;
  display: none;
}
.fixed_right a p {
	font-size: 12px;
	line-height: 16px;
	color: #333;
	text-align: center;
}
.fixed_right .li:hover > p {
  display: block;
}
.fixed_right a:hover {
	background-color: #ed1c24;
}
.fixed_right a:hover p {
	color:#fff;
}
.fixed_right .m-box{
	position: absolute;
	right:60px;
	top: -1px;
	background: #fff;
	border: 1px solid #F15967;
	height: 47px;
	width: 138px;
	text-align: center;
	line-height: 47px;
	color: #F15967;
	font-size: 14px;
	display: none;
}
.fixed_right .m-qrcode .m-box{
	height: 195px;
	width: 139px;
	z-index: 99;
	top: -136px;
}
.fixed_right .m-qrcode .m-box h3{
	color: #222;
	font-size: 14px;
	font-weight: normal;
	padding: 10px 0;
}
.fixed_right .m-qrcode .m-box .m-qr{
	width: 117px;
	height: 117px;
	overflow: hidden;
	margin: 0 auto;
}
.fixed_right .m-qrcode .m-box .m-qr img {
	width: 100%;
	height: 100%;
}
.fixed_right .m-qrcode .m-box p{
	color: #999;
	font-size: 12px;
	line-height: 30px;
}
.fixed_right a:hover .m-box {
    display: block;
}
.fixed_right .btn-close {
  height: 132px;
  width: 12px;
  background: green;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -12px;
  margin-top: -66px;
  cursor: pointer;
}
.fixed_right .btn-close.show {
  background: url(../img/icon_show.png) center no-repeat;
}

.fixed_right .btn-close.hide {
  background: url(../img/icon_hide.png) center no-repeat;
}
.fixed_right .is_show{
  display: none;
}
#free{
  height: auto;
  display: none;
}
#free > a {
  background: none !important; justify-content: flex-end;
}
#free > a > img {
  width: 45px; position: absolute;
}
#free > a > div > p {
  width: 140px;
  margin: 0;
  padding: 8px 10px;
  top: 0;
  position: relative !important;
  left: -52px;
  line-height: 20px;
  height: auto;
  font-size: 14px;
}
/*搜索*/
.h-search-tabs {
	width: 60px;
    text-align: center;
    line-height: 40px;
    background-color: #f6f6f6;
    position: relative;
    cursor: pointer;
    border: 1px solid #ED1C24;
    box-sizing: content-box;
    border-right: none;
}
.h-search-tabs .h-iconfont {
    width: 12px;
    height: 14px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-image: url(../img/h-down.png);
    position: absolute;
    right: -5px;
    top: 17px
}
.h-dropdown-toggle > span {
	color: #ED1C24;
}
.h-search-tabs .h-dropdown-menu {
	display: none;
	padding: 0;
    margin: 0;
    position: absolute;
    top: 40px;
    left: 0;
    width: 60px;
    font-size: 12px;
    border: 1px solid #ED1C24;
    border-top: none;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    z-index: 900;
	background-color: #fff;
	line-height: 30px;
	cursor: pointer;
}
.h-search-tabs .h-dropdown-menu li:hover {
	color: #ED1C24;
}
.h-search-tabs:hover .h-dropdown-menu {
	display: block;
}

/*分类数*/
.h-ameun .h-aitem {
    padding: 0 8px;
}
.h-aitem-img {
	display: inline-block;
	width: 20px;
	height: 21px;
	position: relative;
	top: 7px;
	left: 2px;
	margin-right: 3px;
	font-size: 13px;
    color: #fff;
    text-align: center;
}
.h-aitem-img img {
	width: 100%;
	height: 100%;
}
.h-athree ol {
	width: 1000px;
	padding: 0 20px;
}
.h-athree ol > li{
	overflow: hidden;
	zoom: 1;
	border-bottom: 1px solid #eee;
	/*display: inline-block;*/
}
.h-athree ol > li > a {
	float: left;
	width: 100%;
	text-align: right;
	font-weight: bold;
	color: #3a3c40;
	padding-top: 5px;
	padding-bottom: 5px;
}
.h-athree ol li ul {
	display: block;
	position: static;
	top: 0;
	left: 0;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 760px;
	height: auto;
	overflow: hidden;
}
.h-athree ol li ul li {
	float: left;
}
.h-athree ol li ul li a {
	height: 20px;
	line-height: 20px;
	padding: 0 16px;
	margin: 4px 0;
	border-left: 1px solid #eee;
}
.h-ameun .h-aitem.active h3 > span, .h-ameun .h-aitem:hover h3 > span {
	color: #333;
}

/*快速下单*/
/*面包屑*/
.bread_crumb {
	font-size: 14px;
	color: #999;
	line-height: 40px;
	height: 40px;
}
.bread_crumb a {
	color: #999;
}
.bread_crumb a:hover {
	color: #F15967;
}
.bread_crumb .separate {
	padding: 0 8px;
}

.cozy-mark {
    margin-bottom: 20px;
    margin-top: 10px;
}
.cozy-mark .reminder {
    width: 75px;
    vertical-align: top;
}
.cozy-mark .reminder-content {
    width: 845px;
    font-size: 14px;
}
.cozy-mark .upload-submit-wrap {
    float: right;
    height: 30px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}
.js-quick-cart-content .table {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
}
.js-quick-cart-content .table table {
    border: 1px solid #ddd;
    max-width: 100%;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.js-quick-cart-content .table-head {
    border-bottom: 0;
    box-shadow: 0 1px 3px #b0c1b5;
}
.js-quick-cart-content .table table thead tr {
    height: 32px;
}
.table-head th {
	background-color: #f5eaea;
}
.table-head th+th {
    border-left: 1px solid #e8c5c6;
}
.js-quick-cart-content table td {
    font-size: 12px;
    color: #333;
    text-align: center;
}
.js-quick-cart-content .table table tbody tr {
    height: 62px;
}
.mod-quick-num-input-span, .mod-quick-order-input-span {
    display: inline-block;
}
.mod-quick-order-input-span {
    width: 90px;
}
.mod-quick-num-input-span input {
    width: 60px;
}
.mod-quick-num-input-span input, .mod-quick-order-input-span input {
    height: 28px;
    font-size: 14px;
    color: #333;
    text-align: center;
}
.mod-quick-order-input-span input {
    width: 90px;
}
.order-span-1 input, .order-span-2 input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    outline: medium none;
    vertical-align: middle;
}
.table-body tr+tr {
    border-top: 1px solid #ddd;
}
.table-body td+td {
    border-left: 1px solid #ddd;
}
.table-body td.detail {
    padding: 10px;
    width: 313px;
    position: relative;
    height: 40px;
}
.table-body td.detail img {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 10px;
    top: 10px;
    border: 1px solid #ddd;
}
.table-body td.detail .title_wap {
    width: 293px;
    height: 40px;
    position: absolute;
    left: 50px;
    top: 10px;
    margin-left: 5px;
}
.table-body td.detail .title_wap .title {
    width: 238px;
    padding-bottom: 5px;
    text-align: left;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table-body td.detail .title_wap .titlePdu {
    text-align: left;
    color: #999;
}
.operation {
    color: #ED1C24;
    cursor: pointer;
}
.quick-order-footer {
    height: 58px;
    border-top: 4px solid #eee;
    background-color: #f9f9f9;
    font-size: 12px;
    color: #999;
}
.quick-order-footer .selectAll {
    margin-left: 19px;
    margin-right: 5px;
    margin-top: 18px;
    display: inline-block;
    float: left;
}
.quick-order-footer .check-span {
    display: inline-block;
    height: 58px;
    float: left;
}
.quick-order-footer .selectAll-desc {
    display: inline-block;
    float: left;
    margin-top: 15px;
}
.quick-order-footer .btn {
    float: left;
    margin-left: 15px;
    margin-top: 8px;
    cursor: pointer;
}
.quick-order-footer .totalPrice {
    color: #e60012;
    font-size: 20px;
    font-weight: 700;
    height: 52px;
    line-height: 55px;
}
.quick-order-footer .price {
    height: 52px;
    line-height: 52px;
    color: #333;
    font-size: 14px;
}
.quick-order-footer .u-btn-red {
	color: #ffffff;
    background-color: #ff4349;
    border-color: #ff4349;
    margin-left: 20px;
    border: 1px solid #ff4349;
    border-radius: 4px;
    margin-top: 2px;
}
.js-quick-cart-content table td.js-ehsy-price {
	color: #ff4349;
	font-size: 14px;
}

/*协议商品*/
.agree-top-img {
	display: block;
	width: 100%;
	overflow: hidden;
}
.agree-top-img img {
	width: 100%;
}
.agreement_tab {
	height: 40px;
	margin: 0 auto;
	margin-bottom: 45px;
	box-sizing: border-box;
}
.agreement_tab > a {
	font-size: 16px;
    color: #333;
    display: inline-block;
    margin: 30px 0 0 0;
    padding: 0 30px 15px 30px;
    font-weight: bold;
    border-bottom: 2px solid #fff;
}
.agreement_tab > a.active {
	color: #ED1C24;
	border-color: #ED1C24;
}
.agreement_cont {
	padding-bottom: 30px;
}
.agreement_cont .pd-order {
    margin-top: 17px;
    height: 44px;
    line-height: 42px;
    background-color: #F3F5F8;
    border: 1px solid #D8D8D8;
    color: #333;
}
.agreement_cont .pd-order .po-order li {
    display: inline-block;
    padding: 0 10px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    margin-left: -1px;
    min-width: 72px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    margin-right: 20px;
}
.agreement_cont .pd-order .po-order li.price-sort:hover,
.agreement_cont .pd-order .po-order li.price-sort.active {
    color: #FF4349;
    background-color: #fff;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    cursor: pointer;
}
.agreement_cont .pd-order .po-order .area-p {
    border: none;
}
.agreement_cont .pd-order .area-p div {
    background-color: #fff;
    width: 90px;
    height: 32px;
    line-height: 30px;
    display: inline-block;
    border: 1px solid #D8D8D8;
}
.agreement_cont .pd-order .area-p input {
    width: 60px;
    height: 30px;
    border: none;
    outline: none;
}
.agreement_cont .area-p .surbtn {
	display: inline-block;
	width: 60px;
	text-align: center;
	height: 30px;
	line-height: 28px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	color: #666;
	background-color: #f6f6f6;
	margin-left: 20px;
}
.agreement_cont .area-p .surbtn:hover {
	color: #fff;
	background-color: #ed1c24;
}
.agreement_cont .pd-order .po-search {
    padding-right: 50px;
}
.agreement_cont .pd-order .po-search input {
    width: 120px;
    height: 32px;
    border: 1px solid #d8d8d8;
    margin-left: 10px;
    outline: none;
    padding: 0 10px;
}
.agreement_cont .pd-order .po-search a.s-btn {
    width: 80px;
    display: inline-block;
    height: 32px;
    line-height: 30px;
    margin-left: -4px;
    font-size: 14px;
    text-align: center;
    color: #333;
    background-color: #D8D8D8;
    border: 1px solid #d8d8d8;
    position: relative;
}
.agreement_cont .pd-order .po-search a.s-btn.s-btn-white {
    background-color: #fff;
}
.agreement_cont .pd-list {
    margin-left: -20px;
}
.agreement_cont .pd-list .list-item {
    float: left;
    width: 224px;
    min-height: 348px;
    border: 1px solid #d8d8d8;
    margin-top: 20px;
    margin-left: 20px;
    padding-bottom: 10px;
    position: relative;
}
.agreement_cont .pd-list .pic,
.agreement_cont .pd-list .pic img {
    width: 218px;
    height: 218px;
    margin: 0 auto;
}
.agreement_cont .pd-list .price {
    font-size: 18px;
    color: #FF4349;
    font-weight: 600;
    padding: 12px 10px 0 10px;
}
.agreement_cont .pd-list .name {
    padding: 4px 10px 0 10px;
}
.agreement_cont .pd-list .name a {
    color: #333;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 40px;
    line-height: 20px;
}
.agreement_cont .pd-list .evaluate {
    padding: 14px 10px 0 10px;
}
.agreement_cont .pd-list .evaluate .u-star {
    float: left;
    margin-top: 10px;
}
.agreement_cont .u-star .icon {
    display: inline-block;
    width: 14px;
    height: 13px;
    margin-left: -2px;
    background-image: url(http://www.nuclearmall.com/static/frontshow/images/list/star.png);
    background-repeat: no-repeat;
}
.agreement_cont .pd-list .evaluate .add-cart {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: none;
    float: right;
    width: 100px;
    height: 32px;
    line-height: 32px;
    background-color: #FF4349;
    color: #fff;
    text-align: center;
    font-size: 12px;
    transition: all ease .5s;
}
.agreement_cont .pd-list .list-item:hover .add-cart {
    display: block;
}
.agreement_cont .pd-list .evaluate .add-cart:hover {
    background-color: #ff5d62;
}
.agreement_cont .pd-list .list-item:hover {
    border: 1px solid #FF4349;
}
.col-xs-p2 {
	float: left;
	width: 20%;
}

/*协议列表*/
.hxyi-tablewap {
	padding: 30px 0;
}
.hxyi-table-head,.hxyi-table-body {
	width: 100%;
    margin-bottom: 8px;
    border-spacing: 0;
    border-collapse: collapse;
}
.hxyi-table-head th {
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    background-color: #f5eaea;
    font-weight: normal;
}

.hxyi-table-body {
    border: 1px solid #ddd;
}
.hxyi-table-body td {
	font-size: 14px;
    color: #333;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.hxyi-table-body .htd1 {
	text-align: left;
	padding-left: 20px;
}
.hxyi-table-body tr:hover {
	background-color: #f3f3f3;
}
.hxyi-tit {
	padding-top: 30px;
	position: relative;
}
.hxyi-tit::before {
    position: absolute;
    content: '';
    width: 200px;
    height: 1px;
    background-color: #666;
    top: 42px;
    left: 50%;
    margin-left: -100px;
}
.hxyi-tit span {
	display: block;
	font-size: 22px;
    color: #333;
    text-align: center;
    width: 110px;
    height: 40px;
    margin: 0 auto;
    background-color: #fff;
    z-index: 1;
    font-weight: normal;
    position: relative;
}
.hxyi-table-body tr td a {
	color: #ED1C24;
}
.hxyi-pro-tit {
	padding-top: 45px;
	font-size: 22px;
	font-weight: normal;
}
.hxyi-pro-sear {
	text-align: right;
	padding-right: 30px;
}
.hxyi-pro-sear input {
	width: 300px;
    height: 32px;
    border: 1px solid #d8d8d8;
    outline: none;
    padding: 0 10px;
}
.hxyi-pro-sear a {
	width: 80px;
    display: inline-block;
    height: 32px;
    line-height: 30px;
    margin-left: -4px;
    font-size: 14px;
    text-align: center;
    color: #333;
    background-color: #D8D8D8;
    border: 1px solid #d8d8d8;
    position: relative;
}
.htd1-pro-detai .htd1-img{
	width: 70px;
	height: 70px;
	overflow: hidden;
	float: left;
	border: 1px solid #ddd;
}
.htd1-pro-detai .htd1-img img {
	width: 100%;
	height: 100%;
}
.htd1 .htd1-pro-detai a {
	float: left;
	color: #666;
	line-height: 24px;
	margin-left: 10px;
	margin-top: 10px;
	height: 38px;
	overflow: hidden;
	width: 100%;
}
.htd1 .htd1-pro-detai a:hover {
	color: #ED1C24;
}
.hxyi-table-body .f_clrd00 {
	color: #d00;
}
.hxyi-table-body .y_saleleng {
    display: block;
    width: 110px;
    margin: 0 auto;
}
.hxyi-table-body .y_saleleng a, .hxyi-table-body .y_saleleng input {
    float: left;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ddd;
    color: #5e5e5e;
}
.hxyi-table-body .y_saleleng a {
    width: 24px;
    font-weight: bold;
}
.hxyi-table-body .y_saleleng input {
    width: 50px;
    border-width: 1px 0;
}
.hxyi-table-body .y_saleleng a.disabled {
	color: #999;
	background-color: #efefef;
	pointer-events: none;
}
.hxyi-table-body.hnobgc tr:hover {
	background-color: #fff;
}
.hxyizf.quick-order-footer .selectAll-desc {
	font-size: 14px;
	color: #666;
	margin-top: 13px;
}
.hxyizf.quick-order-footer .selectAll {
	margin-left: 30px;
}
.h-totalnum {
	height: 52px;
	line-height: 52px;
	margin-right: 16px;
	color: #666;
	font-size: 14px;
}
.hxyi-tile {
	margin-left: 40px;
	margin-top: 20px;
	font-size: 14px;
	color: #666;
}
.hxyi-tile a {
	color: #05a3fd;
	margin-left: 20px;
}
.htd1-pro-spec {
	float: left;
	width: 200px;
    margin-left: 10px;
    color: #999;
    font-size: 13px;
}
/*移动端显示样式*/
@media screen and (max-width: 640px) {
   .h-top-add {
   	width: 1200px;
   }
   .h-top-add a {
   	width: 1200px;
    margin-left: -600px;
   }
   .h-top-add a img {
   	max-width: 1920px;
   	margin-left: -600px;
   }
   .g-box {
	background: #fff;
	}
}
.h-adadvert {
	font-size: 13px;
  color: #999;
  line-height: 30px;
  text-align: center;
  background: #eee;
  display: none;
}
.advimghv {
  border-right: 1px solid #fff;
}
.advimghv .m-pic{
	display: block;
	width: 148px;
	height: 127px;
  overflow: hidden;
  text-align: center;
}
.advimghv .m-pic img {
	width: 100%;
	height: 100%;
	transition: all .5s;
}
.advimghv .m-pic:hover img {
	transform:  scale(1.1);
}
.z-holdbar {
	height: 100px;
}
.fixsearch-bar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	/* height: 65px; */
	background-color: #fff;
	z-index: 1000;
	-webkit-box-shadow: 0 4px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 4px 10px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 4px 10px rgba(0,0,0,0.2);
	box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.fixsearch-bar .h-ahead-cart{
	/* display: none; */
	margin: 13px 0px 12px -10px;
}
.fixsearch-bar .h-asearch {
    margin: 12px 0 12px -10px;
}
.fixsearch-bar .h-alogo {
	margin: 6px 0 0;
}
.fixsearch-bar .h-alogo a{
	display: block;
	width: 180px;
}
.fixsearch-bar .h-alogo a img {
	width: 100%;
}
.fixsearch-bar .h-cart_content {
	top: 52px;
}
.modal-dialog {
	margin-top: 110px;
}

/*智慧通采*/
.g-box1000 {
	width: 1000px;
	margin: 50px auto;
}
.zicai-tit h3 {
	height: 60px;
	height: 40px;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 40px;
    margin-left: 25px;
    color:#ED1C24;
    text-align: center;
}
.zicai-tit h3 img {
	width: 100%;
}
.zicai-tit p {
	font-size: 16px;
	line-height: 28px;
	color: #666;
	margin-bottom: 15px;
	text-indent: 2em;
}
.zicai-img {
	width: 800px;
	margin: 0 auto;
}
.zicai-img img {
	width: 100%;
}
.zicai-contance-c {
	width: 732px;
	margin: 0 auto;
}
.zicai-contance h4 {
	font-size: 24px;
	line-height: 34px;
	margin: 110px 0 45px;
	color: #e50012;
	text-align: center;
	font-weight: normal;
}
.zicai-contance-c dd {
	float: left;
}
.zicai-contance-c dd span{
	float: left;
	width: 110px;
	text-align: right;
	font-size: 16px;
	line-height: 34px;
	color: #000;
}
.zicai-contance-c dd + dd {
	margin-left: 30px;
}
.zicai-contance-c dd span label {
	color: #e50012;
}
.zicai-contance-c dl {
	margin-top: 25px;
}
.zicai-ipt {
	padding-left: 130px;
}
.zicai-ipt input,
.zicai-ipt select {
	width: 220px;
	border: 1px solid #000;
	height: 34px;
	line-height: 34px;
	box-sizing: border-box;
	padding-left: 10px;
	font-size: 14px;
}
.zc-onxe input {
	width: 600px;
}
.zicai-btn {
	display: block;
	width: 175px;
	height: 46px;
	line-height: 46px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	border-radius: 8px;
	margin: 60px auto;
	background-color: #e50012;
	letter-spacing: 3px;
}
.zicai-btn:hover {
	color: #fff;
	background-color: #f13948;
}
.no_cart {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../img/cart_no.png) no-repeat;
	margin-left: 35px;
	position: relative;
    top: 8px;
}
.h_span_1 {
    text-align: center;
    font-family: "Helvetica Neue","Hiragino Sans GB",SimSun,serif;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 58px;
    height: 22px;
    color: rgba(212, 48, 48, 1);
    font-size: 12px;
    line-height: 150%;
    border: rgba(212, 48, 48, 1) solid 1px;
    text-align: center;
    background: #fff;
    z-index: 5;
}
.h_span_2 {
    height: 14px;
    line-height: 14px;
    padding: 0 3px;
    border: 1px solid #ed1c24;
    margin-right: 3px;
    overflow: hidden;
    text-align: center;
    font-style: normal;
    font-size: 12px;
    font-family: "Helvetica Neue","Hiragino Sans GB",SimSun,serif;
    border-radius: 2px;
    color: #ed1c24;
    box-sizing: content-box;
    font-weight: normal;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-bottom: 0;
}
.h_span_3{
	height: 16px;
	width:41px;
	line-height: 16px;
	padding: 0 3px;
	margin-right: 3px;
	overflow: hidden;
	text-align: center;
	font-style: normal;
	font-size: 12px;
	font-family: "Helvetica Neue","Hiragino Sans GB",SimSun,serif;
	background: #ed1c24;
	color: #FFF;
	cursor: default;
	border-radius: 2px;
	font-weight: normal;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-bottom: 0;
}
/*首页公告栏*/
.hw-addlogs1 {
	width: 228px;
	margin: 5px auto 0;
	background: #fcfcfc;
	border: 1px solid #999;
	padding: 0 6px 10px 6px;
	box-sizing: border-box;
}
.hw-addlogs-item {
	margin-top: 6px;
}
.hw-addlogs-tit a {
	margin-right: 6px;
	margin-top: 2px;
}
.hw-addlogs-tit {
	margin-bottom: 3px;
}
.hw-addlogs-tit h4{
	font-size: 15px;
	color:#333;
	font-weight: normal;
	width: 75%;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.hw-addlogs-tit h4 span {
	color: #ED1C24;
}
.hw-addlogs-tit h4 label {
	margin: 0 5px;
	color: #ED1C24;
}
.hw-addlogs-item ul {
	height: 60px;
	overflow: hidden;
}
.hw-addlogs-item li:not(:last-child) {
	height: 20px;
	lighting-color: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
  white-space: nowrap;
}

.z-hw-title {
	padding: 10px 0;
}
.hw-gs-tit {
	padding: 30px 0;
	font-size: 18px;
	margin-left: 40px;
}
.hw-gs-tit span,.hw-gs-tit label {
	color: #ED1C24;
}
.hw-gs-tit label {
	margin: 0 10px;
}
.hw-gs-ul {
	margin-left: 40px;
	padding-bottom: 60px;
	width: 900px;
}
.hw-gs-ul li {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	box-sizing: content-box;
	padding-left: 20px;
	position: relative;
}
.hw-gs-ul li:last-of-type {
	border-bottom: none;
}
.hw-gs-ul li::before {
	content: '';
	position: absolute;
	top: 13px;
	left: 6px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #ED1C24;
}
.login_model .loginStyle {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.login_model .login-form-group-code{
  position: relative;

}
.login_model .login-form-group-code #validateCode{
  padding-right: 48px;
}
.login_model .login-form-group-code .validate-img{
  position: absolute;
  right: 0;
  width: 80px!important;
  height: 26px;
}
.login_model .login-ie10 {
  color: #017AFF;
  margin-top: 10px;
}
.login_model .tab-pane .regpadding{
  padding-right: 0px;
}
.login_model .tab-pane.active .login-form-group {
    padding-left: 10px;
}
.login_model .modal-dialog .modal-content .modal-body .mc-loginbd{
  height: 420px;
}

.login_model .mc-loginbd .login-form-group span {
    width: 70px;
}
.login_model .mc-loginbd .login-form-group input {
    padding-left: 10px;
}
.login_model #validateImg {
    cursor: pointer;
    width: 110px;
    height: 50px;
    position: relative;
    right: 30px;
}
.login_model #fastLogin p label {width: 100%;font-size: 12px;}
/* 底部帮助中心 */
.g-container .h-bottom_promise>a{
  width: 100%;
}
/* .g-container .h-bottom_promise s{
  width: 69px;
  height: 69px;
  margin-right: 19px;
}
.g-container .h-bottom_promise s img{
  width: 69px;
  height: 69px;
  line-height: 69px;
  border-radius: 100%;
} */
.g-container .title{
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  float: none;
  margin-top: 10px;
  height: 25px !important;
  line-height: 25px !important;
}
.g-container .sub_title{
  float: none;
  font-size: 14px;
  color: rgba(299, 299, 299, 1);
  float: none;
  height: 25px !important;
  line-height: 25px !important;
}
.g-container .div_box{
  background: rgba(102, 102, 102, 1);
}
.g-container .h-afoot-navr p::after, .h-afoot-navr p::before{
  background: none !important;
}
.g-container .kefu{
  width:49px;
  height: 49px;
  position: absolute;
  top:0;
  left:-49px;
}
.g-container .fz12{
  font-size: 12px;
}
.g-container .fz12{
  font-size: 12px;
}
.g-container .phone{
  color:rgba(212, 48, 48, 1) !important;
  font-size: 16px;
  text-align: center !important;
}
.g-container .number{
  text-align: left;
}
.g-container .bottomBox{
  margin-top: 23px;
}
.g-container .andr{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.g-container .andr img{
  height:100%;
}
.h-afoot-end .foot-zjaic img {
  width: 100%;
  height: 100%;
}
.h-afoot-end .foot-zjaic {
  display: inline-block;
  width: 30px;
  height: 31px;
  margin-left: 2px;
  position: relative;
  top: 0;
  vertical-align: middle;
}
.g-register .h-afoot-end a{
  color: #fff;
}
.g-container-index .h-afoot-end a{
  color: #fff;
}
.h-afoot-end a:hover{
  color: #f40;
  text-decoration: underline;
}
.h-afoot-end .szfw-logo {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 0px;
  vertical-align: middle;
}
.h-afoot-end .szfw-logo img {
  width: 80px;
}
#agreement-form2 {
  background-color: #fff;
  border: 1px solid #cccccc;
  position: absolute;
  z-index: 9999;
  top: 35px;
  padding: 5px 9px;
  display: none;
  color: rgb(0, 0, 0);
  width: 170%;
  text-align: center;
  left: -17px;
}

#agreement-form2 input{
  display: none;
}

#agreement-form2 label{
  font-weight: normal;
  width: auto;
}

#agreement-form2 label:hover{
  color:#f91629;
}
.m-navbar-bg .h-acategorys .h-ameun {
  display: none;
}
.m-navbar-bg .h-acategorys h2:hover+.h-ameun{
  display: block;
}
.m-navbar-bg .h-acategorys .h-ameun:hover{
  display: block;
}
.m-navbar-bg .toPlaceAgreementOrder2{
  position: relative;
}
.m-navbar-bg .a_box{
  float: none !important;
  text-align: left !important;
  text-overflow:initial !important;
  padding:0 0 0 16px !important;
  width: none !important;
  color: rgba(80, 80, 80, 1) !important;
}
.m-navbar-bg .inner_a{
  border-right: 1px solid #eee;
  border-left: none !important;
}
.m-navbar-bg .h-athree ol li ul li:last-child a{
  border:none !important;
}
.m-navbar-bg .h-athree ol li ul{
  padding-left: 0 !important;
}
/* 左侧悬浮显示的块 */
.m-navbar-bg .h-athree ol{
  height: 555px !important;
}
/* 左侧导航的标题 */
.m-navbar-bg .h-ameun{
  max-width: 210px;
  height: 555px !important;
  background:white;
  padding: 5px 0;
  display: flex;
  flex-direction:column;
  align-items: flex-start;
  justify-content:space-around;
}
 
.m-navbar-bg .h-ameun .h-aitem h3{
  height: 37px !important;
  line-height: 37px !important;
}
.m-navbar-bg .h-ameun .h-aitem h3 .h-aitem-img{
  top: -12 !important;
}
.m-navbar-bg .centerBox{
  width: 1200px;
  margin: 0 auto;
  min-height:40px
}
.m-navbar-bg .h-ameun .h-aitem.active, .h-ameun .h-aitem:hover{
  background: #fcfcfc !important;
}
.z-holdbar #ask img{
  width: 28px;
  height: 28px;
  position: absolute;
  top: 5px;
  left: 22px;
}
.z-holdbar .h-acart{
  width: 100%;
  box-sizing: border-box;
}
.z-holdbar .h-cart_content{
  top:65px !important;
  right: 0 !important;
}
.z-holdbar .fixsearch-bar .h-asearch{
  margin: 23px 0 0px -10px !important;
}
.z-holdbar .fixsearch-bar .h-ahead-cart{
  margin:24px 0px 0 -10px	!important;
}
.z-holdbar .fixsearch-bar .h-ahead-cart .h-cart_content {
  top: 58px !important;
}