﻿/*common css*/
/*common css start*/
/*
* list: img-size            //图片基本属性
*       setBgColor          //背景高亮
*       text-visual         //文字效果
*       mul-text-ellipsis   //多行文字的省略号显示
*       price               //产品价格
*
*/
html {
  font-family: sans-serif;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
button,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
input[type="submit"] {
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*
* subject elements list:  Buttons
*                         Navbar
*                         Icons
*                         Dropdowns
*                         List groups
*                         Alerts
*                         title
*/
.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.btn-white {
  border: 1px solid #eee;
  font-size: 12px;
  color: #333;
  background: #fff;
}
.btn-white:hover {
  color: #333;
  background-color: #fff;
}
.btn-white[disabled],
.btn-white.disabled {
  color: #333;
  background-color: #fff;
}
.btn-green {
  border: 1px solid #eee;
  font-size: 12px;
  color: #333;
  background: #fff;
}
.btn-green:hover {
  color: #333;
  background-color: #fff;
}
.btn-green[disabled],
.btn-green.disabled {
  color: #333;
  background-color: #fff;
}
.btn-orange {
  border: 1px solid #eee;
  font-size: 12px;
  color: #333;
  background: #fff;
}
.btn-orange:hover {
  color: #333;
  background-color: #fff;
}
.btn-orange[disabled],
.btn-orange.disabled {
  color: #333;
  background-color: #fff;
}
.icon {
  display: inline-block;
}
.navbar > li > a {
  display: block;
  cursor: pointer;
}
.navbar > li > a:hover,
.navbar > li > a.hover {
  background-color: #007857;
}
.navbar > li > a:active,
.navbar > li > a.active {
  background-color: #007857;
}
.list-group-row:before,
.list-group-row:after {
  content: " ";
  display: block;
  clear: both;
}
.list-group-row > li {
  float: left;
  font-size: 12px;
}
.list-group-column > li {
  font-size: 12px;
}
.title {
  font-weight: bold;
}
.indicator {
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.indicator-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  list-style: none;
  border: 1px solid #007857;
  border-radius: 12px;
  cursor: pointer;
}
.indicator-icon.active {
  width: 24px;
  border: rgba(0, 0, 0, 0);
  background: #007857;
}
.product-container {
  display: block;
  width: 170px;
  height: 100%;
  padding: 15px 0;
  margin: 0;
}
.product-img-container {
  display: block;
  width: 170px;
  height: 170px;
  padding: 0;
  margin: 0;
}
.product-name-container {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 10px 0 0 0;
  color: #333;
  text-align: left;
  display: -webkit-box;
  height: 44px;
  line-height: 22px;
  font-size: 12px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-name-container:hover {
  color: #007857;
}
.product-price-container {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 15px 0 0 0;
}
.product-price-container .price-sale {
  font-size: 14px;
  font-weight: bold;
  color: #e60012;
  text-decoration: none;
}
.product-price-container .price-sale:before {
  content: '￥';
  font-size: 10px;
}
.product-price-container .price-market {
  font-size: 10px;
  font-weight: normal;
  color: #999;
  text-decoration: line-through;
}
.product-price-container .price-market:before {
  content: '￥';
  font-size: 10px;
}
.selected-img-container {
  display: block;
  width: 180px;
  height: 230px;
  padding: 0;
  margin: 0;
}
/*网站头部导航栏*/
.header-nav {
  position: relative;
  display: inline-block;
  height: 36px;
  width: 100%;
  z-index: 100;
  border-bottom: 1px solid #eee;
  background: #f6f6f6;
}
.header-nav .header-nav-bd {
  width: 1200px;
  height: 36px;
  margin: 0 auto;
  line-height: 36px;
}
.header-nav .header-nav-bd i {
  display: inline-block;
  float: left;
  overflow: hidden;
}
.header-nav .header-nav-bd .sprite-ico_arrow_u {
  float: none;
  display: none;
  margin-top: 4px;
}
.header-nav .header-nav-bd .sprite-ico_arrow_d {
  float: none;
  display: inline-block;
  margin-top: 4px;
}
/*城市定位部分*/
.header-nav-bd-l {
  float: left;
}
.header-nav-bd-l .dropdown {
  position: relative;
}
.header-nav-bd-l .dropdown .tab-content {
  padding: 10px;
  border: 1px solid #ddd;
  border-top: 0;
}
.header-nav-bd-l .dropdown .dt {
  float: left;
  position: relative;
  padding: 0 10px;
  cursor: pointer;
  zoom: 1;
}
.header-nav-bd-l .dropdown .dt i {
  margin-top: 10px;
}
.header-nav-bd-l .dropdown .dt .index-position {
  vertical-align: top;
  margin-left: 5px;
  font-size: 13px;
}
.header-nav-bd-l .dropdown:hover .dt {
  top: 1px;
  z-index: 9999;
  border: 1px solid #ddd;
  border-bottom: 1px solid #fff;
  background: #fff;
}
.header-nav-bd-l .dropdown:hover .mod-header-citylist {
  display: block;
}
.tab-content .nav-tabs li {
  margin-left: 10px;
}
.tab-content .nav-tabs li a span {
  font-size: 13px;
}
/* header city list css begin*/
.mod-header-citylist {
  display: none;
  position: absolute;
  top: 36px;
  z-index: 99;
  background-color: #fff;
}
.mod-header-citylist .nav-tabs {
  border-bottom: 1px solid #007956;
}
.mod-header-citylist .nav-tabs > li > a {
  border-radius: 0;
}
.mod-header-citylist .nav-tabs > li.active > a {
  border: 1px solid #007956;
  border-bottom-color: transparent;
}
.mod-header-citylist .nav-tabs > li.active > a:focus,
.mod-header-citylist .nav-tabs > li.active > a:hover {
  border: 1px solid #007956;
  border-bottom-color: transparent;
}
.mod-header-citylist .nav > li > a {
  padding: 0 10px;
  border: 1px solid #ddd;
  border-bottom: none;
}
.mod-header-citylist .tab-content .nav-tabs li a:hover {
  border: 1px solid #007956;
  border-bottom-color: transparent;
  background: #fff;
}
/* header city list css end*/
/*右侧导航栏部分*/
.header-nav-bd-r {
  float: right;
}
.header-nav-bd-r .hd-menu i {
  margin-top: 9px;
}
.header-nav-bd-r .hd-menu a {
  float: left;
  margin: 0px 15px;
  font-size: 12px;
  color: #333;
}
.header-nav-bd-r .hd-menu a:hover {
  color: #007857;
}
.header-nav-bd-r .hd-menu:hover .mobile-ehsy-download,
.header-nav-bd-r .hd-menu:hover .my-ehsy {
  display: block;
}
.header-nav-bd-r .mobile-show {
  position: relative;
  width: 116px;
  height: 31px;
  margin-top: 5px;
}
.header-nav-bd-r .mobile-show .sprite-ico_arrow_d,
.header-nav-bd-r .mobile-show .sprite-ico_arrow_u {
  vertical-align: sub;
}
.header-nav-bd-r .mobile-show:hover {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  background: white;
}
.header-nav-bd-r .mobile-show .mobile-ahref {
  position: relative;
  top: -5px;
}
.header-nav-bd-r .mobile-show .mobile-ehsy-download .mobile-code {
  position: absolute;
  width: 130px;
  height: 130px;
  top: 20px;
  left: 18px;
}
.header-nav-bd-r .mobile-show .mobile-ehsy-download .saoyisao {
  position: absolute;
  left: 158px;
  top: 25px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #333333;
  cursor: default;
}
.header-nav-bd-r .mobile-show .mobile-ehsy-download .shoujigouwu {
  position: absolute;
  left: 158px;
  top: 48px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #007857;
  cursor: default;
}
.header-nav-bd-r .mobile-show .mobile-ehsy-download .sprite-code-ios {
  position: absolute;
  top: 85px;
  left: 160px;
  cursor: pointer;
}
.header-nav-bd-r .mobile-show .mobile-ehsy-download .sprite-code-ios:hover {
  opacity: 0.8;
}
.header-nav-bd-r .mobile-show .mobile-ehsy-download .sprite-code-android {
  position: absolute;
  top: 85px;
  left: 213px;
  cursor: pointer;
}
.header-nav-bd-r .mobile-show .mobile-ehsy-download .sprite-code-android:hover {
  opacity: 0.8;
}
.header-nav-bd-r .mobile-show .mobile-ehsy-download .mo-ios-span {
  position: absolute;
  top: 117px;
  left: 159px;
  font-family: "Hiragino Sans GB", "Microsoft YaHei", "黑体", sans-serif;
  font-size: 12px;
  color: #333333;
  cursor: pointer;
}
.header-nav-bd-r .mobile-show .mobile-ehsy-download .mo-ios-span:hover {
  color: #007857;
}
.header-nav-bd-r .mobile-show .mobile-ehsy-download .mo-android-span {
  position: absolute;
  top: 117px;
  left: 210px;
  font-family: "Hiragino Sans GB", "Microsoft YaHei", "黑体", sans-serif;
  font-size: 12px;
  color: #333333;
  cursor: pointer;
}
.header-nav-bd-r .mobile-show .mobile-ehsy-download .mo-android-span:hover {
  color: #007857;
}
.header-nav-bd-r .my-ehsy-show {
  position: relative;
  width: 121px;
  height: 31px;
}
.header-nav-bd-r .my-ehsy-show .sprite-ico_ehsy {
  margin-right: 5px;
  margin-top: 10px;
}
.header-nav-bd-r .my-ehsy-show .sprite-ico_arrow_d,
.header-nav-bd-r .my-ehsy-show .sprite-ico_arrow_u {
  vertical-align: sub;
}
.header-nav-bd-r .my-ehsy-show:hover {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  background: white;
}
.header-nav-bd-r .my-ehsy-show .ehsy-ahref {
  position: relative;
  top: -5px;
}
.header-nav-bd-r .my-ehsy-show .my-ehsy {
  display: none;
  position: absolute;
  width: 410px;
  height: 145px;
  top: 30px;
  left: -1px;
  padding: 20px 15px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: white;
}
.header-nav-bd-r .my-ehsy-show .my-ehsy ul .orders {
  float: left;
  width: 126px;
}
.header-nav-bd-r .my-ehsy-show .my-ehsy ul .orders i {
  margin-right: 5px;
}
.header-nav-bd-r .my-ehsy-show .my-ehsy li {
  position: relative;
}
.header-nav-bd-r .my-ehsy-show .my-ehsy li span {
  display: inline-block;
  width: 28px;
  height: 18px;
  background-color: #ff7200;
  border-radius: 8px;
  margin-left: 5px;
  line-height: 18px;
  text-align: center;
  color: white;
}
.header-nav-bd-r .header-nav-pipe {
  font-style: normal;
  color: #ccc;
}
.dropdown:hover .sprite-ico_arrow_u,
.mobile-show:hover .sprite-ico_arrow_u,
.my-ehsy-show:hover .sprite-ico_arrow_u {
  float: none;
  display: inline-block;
  margin-top: 4px;
}
.dropdown:hover .sprite-ico_arrow_d,
.mobile-show:hover .sprite-ico_arrow_d,
.my-ehsy-show:hover .sprite-ico_arrow_d {
  float: none;
  display: none;
  margin-top: 4px;
}
/*网站搜索栏*/
.nav-thumbnail-container {
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  /* 老的 Firefox */
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 60px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  /*visibility: hidden;*/
  /*transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;*/
}
.nav-thumbnail-container.show {
  opacity: 1;
}
.nav-thumbnail-container .thumbnail-content {
  width: 1200px;
  margin: 0 auto;
}
/*导航悬浮蓝左侧logo start*/
.nav-logo {
  float: left;
  width: 92px;
  height: 40px;
}
.nav-logo .index-logo {
  float: left;
  margin-right: 68px;
  /*margin-top: 32px;*/
  line-height: 60px;
}
.nav-logo .index-logo img {
  width: 92px;
  height: 40px;
}
/*导航悬浮蓝左侧logo end*/
.index-search-div {
  width: 1200px;
  height: 112px;
  margin: 0 auto;
}
.index-search-div.nav-index-search-div {
  float: left;
  width: 900px;
  height: auto;
}
.index-search-div .index-logo {
  float: left;
  width: 298px;
  height: 80px;
  overflow: hidden;
  margin-right: 68px;
  margin-top: 32px;
}
.index-search-div .index-logo img {
  max-height: 48px;
  max-width: 264px;
}
.index-search-div .custom-logo {
  float: left;
  margin-right: 50px;
  margin-top: 20px;
}
.index-search-div .custom-logo img {
  float: left;
  width: 113px;
  height: 48px;
}
.index-search-div .custom-logo h1 {
  line-height: 36px;
  float: left;
  display: block;
  margin: 0 0 0 20px;
  padding-top: 5px;
  width: 150px;
  font-size: 16px;
  font-weight: normal;
  font-family: "Hiragino Sans GB", "Microsoft YaHei", "黑体", sans-serif;
  color: #007857;
}
.index-search-div .search-bd {
  float: left;
  margin-right: 50px;
}
.index-search-div .search-bd #s-form {
  margin-top: 30px;
}
.index-search-div.nav-index-search-div .search-bd #nav-s-form {
  margin-top: 10px;
  margin-left: 50px;
}
.index-search-div .search-bd #s-form .s-span {
  border: 1px solid #007857;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 520px;
  margin-right: 0;
  border-right-width: 0;
  height: 40px;
  position: relative;
}
.index-search-div.nav-index-search-div .search-bd #nav-s-form .s-span {
  border: 1px solid #007857;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 420px;
  margin-right: 0;
  border-right-width: 0;
  height: 40px;
  position: relative;
}
.hot-word {
  width: 610px;
  height: 15px;
  /* overflow: hidden; */
  font-size: 12px;
}
.index-search-div .search-bd #s-form .s-span .s-input {
  width: 426px;
  height: 20px;
  font-size: 14px;
  margin: 8px 0 0 10px;
  background: transparent;
  outline: 0;
  -webkit-appearance: none;
  display: inline-block;
}
.index-search-div.nav-index-search-div .search-bd #nav-s-form .s-span .s-input {
  width: 400px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  margin: 0px 0 0 10px;
  background: transparent;
  outline: 0;
  -webkit-appearance: none;
  display: inline-block;
}
.index-search-div .search-bd #s-form .s-span input {
  outline: 0;
  border: 0;
  padding: 0;
}
.index-search-div .search-bd #nav-s-form .s-span input {
  outline: 0;
  border: 0;
  padding: 0;
}
.index-search-div .search-bd #s-form .s-btn-span {
  display: inline-block;
  background-position: -120px -48px;
  z-index: 0;
  vertical-align: top;
  position: relative;
  left: -10px;
}
.index-search-div .search-bd #nav-s-form .s-btn-span {
  display: inline-block;
  background-position: -120px -48px;
  z-index: 0;
  vertical-align: top;
  position: relative;
  left: -10px;
}
.index-search-div .search-bd #s-form .s-btn-span i {
  display: inline-block;
  position: absolute;
  left: 38px;
  top: 9px;
}
.index-search-div .search-bd #nav-s-form .s-btn-span i {
  display: inline-block;
  position: absolute;
  left: 38px;
  top: 9px;
}
.index-search-div .search-bd ul {
  margin-top: 5px;
}
.index-search-div .search-bd ul li {
  float: left;
  margin-right: 10px;
}
.index-search-div .search-bd ul .first-link {
  color: #e60012;
}
.index-search-div .search-bd .search-hot-div {
  overflow: hidden;
  margin-top: 10px;
}
.index-search-div .s-carts {
  float: right;
  width: 160px;
  height: 40px;
  margin-top: 30px;
  position: relative;
  cursor: pointer;
  border: 1px solid #eee;
}
.index-search-div.nav-index-search-div .s-carts {
  height: 60px;
  margin-top: 0px;
  border: none;
  line-height: 60px;
}
.index-search-div.nav-index-search-div .s-carts i {
  display: inline-block;
  /*margin-left: 10px;*/
  vertical-align: sub;
}
.index-search-div .s-carts i {
  display: inline-block;
  /*margin-top: 8px;*/
  margin-left: 10px;
}
.index-search-div .s-carts span.cart-text-before {
  display: inline-block;
  line-height: 38px;
}
.nav-index-search-div .s-carts .s-carts-text {
  color: #333;
  font: 14px "Hiragino Sans GB", "Microsoft YaHei", "黑体", sans-serif;
  /*vertical-align: super;*/
}
.index-search-div .s-carts .s-carts-text:hover {
  text-decoration: underline;
}
.index-search-div.nav-index-search-div .s-carts .s-carts-text:hover {
  color: #007857;
  text-decoration: none;
}
.index-search-div .s-carts:hover .carts-content {
  display: block;
}
.index-search-div .s-carts .cart-num {
  background-color: #ff7200;
  font-size: 12px;
  display: inline-block;
  width: 25px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
}
.index-search-div .s-carts .carts-content {
  position: absolute;
  top: 37px;
  border: 1px solid #eee;
  left: -198px;
  z-index: 100;
  display: none;
  cursor: pointer;
}
.index-search-div.nav-index-search-div .s-carts .carts-content {
  top: 50px;
}
.index-search-div .s-carts .carts-content img {
  float: left;
}
.index-search-div .s-carts .carts-content .item-picture {
  margin-right: 10px;
  width: 68px;
}
.index-search-div .s-carts .carts-content .item-info {
  float: left;
  width: 200px;
  margin-right: 20px;
}
.index-search-div .s-carts .carts-content .item-info .purchase-warning {
  font-size: 12px;
  color: #ff7200;
  height: 14px;
  margin-bottom: 5px;
}
.index-search-div .s-carts .carts-content .item-info .good-name {
  font-size: 12px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 5px;
}
.index-search-div .s-carts .carts-content .item-info .good-name:hover {
  color: #007857;
}
.index-search-div .s-carts .carts-content .item-info .carts-delivery {
  margin: 0 0 5px;
  font-size: 12px;
}
.index-search-div .s-carts .carts-content .item-info .disable-sub {
  color: #ccc;
  cursor: not-allowed;
  background-color: #ededed;
}
.index-search-div .s-carts .carts-content .item-info .disable-sub:hover,
.index-search-div .s-carts .carts-content .item-info .disable-sub:link {
  color: #ccc;
}
.index-search-div .s-carts .carts-content .item-info .subable,
.index-search-div .s-carts .carts-content .item-info .a-add {
  background-color: #eee;
}
.index-search-div .s-carts .carts-content .item-info .subable:hover,
.index-search-div .s-carts .carts-content .item-info .a-add:hover {
  color: #007857;
}
.index-search-div .s-carts .carts-content .item-info .a-sub,
.index-search-div .s-carts .carts-content .item-info .a-add {
  font-size: 14px;
  display: inline-block;
  width: 20px;
  line-height: 29px;
  height: 29px;
  border: 1px solid #ddd;
  text-align: center;
  float: left;
}
.index-search-div .s-carts .carts-content .item-info .item-num-input {
  display: inline-block;
  float: left;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 29px;
  height: 29px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  font-family: "Hiragino Sans GB", "Microsoft YaHei", "黑体", sans-serif;
}
.index-search-div .s-carts .carts-content .item-info .now_money {
  color: #e60012;
  font-weight: bold;
  font-family: "Century Gothic", sans-serif;
  font-size: 14px;
}
.index-search-div .s-carts .carts-content .item-info .ehsy-yen {
  font-family: "Hiragino Sans GB", "Microsoft YaHei", "黑体", sans-serif;
}
.index-search-div .s-carts .carts-content .item-info .sale-unvalid {
  color: #999;
  font-size: 12px;
}
.index-search-div .s-carts .carts-content ul {
  background-color: #fff;
  overflow-y: auto;
  width: 355px;
  max-height: 325px;
  position: relative;
}
.index-search-div .s-carts .carts-content ul .carts-unvalid {
  color: #999;
  font-size: 12px;
}
.index-search-div .s-carts .carts-content ul li {
  margin: 15px 10px 0 15px;
  float: left;
  border-bottom: 1px solid #eee;
}
.index-search-div .s-carts .carts-content ul li .item-cancel {
  display: inline-block;
  position: absolute;
  right: 10px;
}
.index-search-div .s-carts .carts-content .carts-accounts {
  background-color: #eee;
  height: 44px;
  overflow: hidden;
}
.index-search-div .s-carts .carts-content .carts-accounts input {
  display: inline-block;
  float: left;
  margin: 20px 5px 0 15px;
}
.index-search-div .s-carts .carts-content .carts-accounts .carts-count {
  display: inline-block;
  float: left;
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 25px;
}
.index-search-div .s-carts .carts-content .carts-accounts .carts-count .count-money {
  color: #e60012;
  font-weight: bold;
  font-family: "Century Gothic", sans-serif;
  font-size: 18px;
}
.index-search-div .s-carts .carts-content .carts-accounts .carts-count .count-money .yen {
  font-family: "Hiragino Sans GB", "Microsoft YaHei", "黑体", sans-serif;
}
.index-search-div .s-carts .carts-content .carts-accounts .accounts-now {
  height: 44px;
  background-color: #ff7200;
  width: 144px;
  line-height: 44px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  float: right;
  font-family: "Hiragino Sans GB", "Microsoft YaHei", "黑体", sans-serif;
}
.index-search-div .s-carts .carts-content .carts-accounts .accounts-now:hover {
  /*background-color: #f50;*/
  color: #fff;
  text-decoration: underline;
}
.index-search-div .s-carts .carts-content .carts_empty {
  width: 355px;
  height: 60px;
  background-color: #ffffff;
  text-align: center;
}
.index-search-div .s-carts .carts-content .carts_empty .mini-cart-icon {
  display: block;
  width: 34px;
  height: 31px;
  margin-left: 50px;
  margin-top: 14px;
  float: left;
}
.index-search-div .s-carts .carts-content .carts_empty .carts-empty-text {
  margin-left: 10px;
  line-height: 60px;
  float: left;
}
.index-search-div .s-carts #cartDiv .item-num-p {
  overflow: hidden;
  margin: 0 0 5px;
}
.index-search-div .s-carts #nav-cartDiv .item-num-p {
  overflow: hidden;
  margin: 0 0 5px;
}
.index-search-div .s-carts #cartDiv .item-num-p .now_money {
  float: right;
  line-height: 29px;
}
.index-search-div .s-carts #nav-cartDiv .item-num-p .now_money {
  float: right;
  line-height: 29px;
}
.index-search-div .s-carts #cartDiv li {
  width: 310px;
  padding-bottom: 10px;
}
.index-search-div .s-carts #nav-cartDiv li {
  width: 310px;
  padding-bottom: 10px;
}
.nav-my-ehsy-show {
  position: relative;
  width: 100px;
  margin-right: 0px;
  float: left;
  font: 14px "Hiragino Sans GB", "Microsoft YaHei", "黑体", sans-serif;
  line-height: 60px;
  margin-left: 40px;
  /*.nav-ehsy-a {
		width: 100px;
		height: 60px;
		display: inline-block;
		i {
			display: inline-block;
			vertical-align: middle;
			margin-right: 3px;
		}
		&:hover {
			color: red;
			.nav-my-ehsy {
				display: block;
			}
		}
	}*/
}
.nav-my-ehsy-show .nav-ehsy-a {
  width: 100px;
  height: 60px;
  display: inline-block;
}
.nav-my-ehsy-show .nav-ehsy-a a {
  color: #333;
  font: 14px "Hiragino Sans GB", "Microsoft YaHei", "黑体", sans-serif;
}
.nav-my-ehsy-show .nav-ehsy-a i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  margin-top: -2px;
}
.nav-my-ehsy-show .nav-ehsy-a:hover .nav-my-ehsy {
  display: block;
}
.nav-my-ehsy-show .nav-my-ehsy {
  display: none;
  position: absolute;
  width: 410px;
  height: 145px;
  top: 60px;
  left: -1px;
  padding: 20px 10px 20px 20px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: white;
}
.nav-my-ehsy-show .nav-my-ehsy ul .orders {
  float: left;
  width: 126px;
  margin-top: -18px;
}
.nav-my-ehsy-show .nav-my-ehsy ul .orders li {
  height: 40px;
}
.nav-my-ehsy-show .nav-my-ehsy ul .orders i {
  display: inline-block;
  margin-right: 5px;
}
.nav-my-ehsy-show .nav-my-ehsy li {
  position: relative;
}
.nav-my-ehsy-show .nav-my-ehsy li span {
  display: inline-block;
  width: 28px;
  height: 18px;
  background-color: #ff7200;
  border-radius: 8px;
  margin-left: 5px;
  line-height: 18px;
  text-align: center;
  color: white;
}
#nav-cartDiv .carts-count {
  margin-bottom: 10px;
  height: 44px;
  margin-top: 0px;
  line-height: 44px;
}
#nb_icon_wrap_service {
  float: right;
  height: 60px;
  line-height: 60px;
}
#nb_icon_wrap_service img {
  width: 30px;
  height: 30px;
  margin-right: -7px;
  margin-top: -4px;
}
#nb_icon_wrap_service:hover {
  cursor: pointer;
}
#nb_icon_wrap_service span {
  color: #333;
  font: 14px "Hiragino Sans GB", "Microsoft YaHei", "黑体", sans-serif;
}
#nb_icon_wrap_service span:hover {
  color: #007857;
}
.product-list > li {
  display: block;
  width: 170px;
  height: 100%;
  padding: 0;
  margin: 0 30px 0 0;
}
.product-list > li:last-child {
  margin-right: 0;
}
.list-item {
  display: block;
  width: 100%;
/*  height: 100%;*/
  padding: 15px;
  margin: 0;
}
.list-item > li {
  display: block;
  width: 180px;
  height: 230px;
  padding: 0;
  margin: 0 18px 0 0;
}
.list-item > li:last-child {
  margin-right: 0;
}
.list-tab > li {
  display: block;
  width: 110px;
  height: 46px;
  padding: 0;
  margin: 0;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
}
.list-tab > li:hover {
  border-bottom: 2px solid #007857;
}
.list-tab > li.active {
  border-bottom: 2px solid #007857;
}
.label-container-left-top {
  position: relative;
  display: block;
  font-size: 0px;
  margin-top: 0;
  margin-bottom: -36px;
  text-align: left;
}
.label-container-right-top {
  position: relative;
  display: block;
  font-size: 0px;
  margin-top: 0;
  margin-bottom: -36px;
  text-align: right;
}
.label-container-left-bottom {
  position: relative;
  display: block;
  font-size: 0px;
  margin-top: -36px;
  margin-bottom: 0;
  text-align: left;
}
.label-container-right-bottom {
  position: relative;
  display: block;
  font-size: 0px;
  margin-top: -36px;
  margin-bottom: 0;
  text-align: right;
}
.label {
  text-align: center;
  white-space: normal;
  vertical-align: middle;
}
.label-store-info {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 18px;
  font-size: 14px;
  border-radius: 5px;
  color: #fff;
  background: #ff7200;
}
.label-new-product {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  border-radius: 5px;
  color: #fff;
  background: #a241e0;
}
.layout-2-col:before,
.layout-2-col:after {
  content: " ";
  display: block;
  clear: both;
}
.layout-2-col .left-col {
  float: left;
}
.layout-2-col .right-col {
  float: right;
}
.effect-box-shadow-floor {
  -moz-box-shadow: 2px 5px 6px #a0a0a0;
  -webkit-box-shadow: 2px 5px 6px #a0a0a0;
  box-shadow: 2px 5px 6px #a0a0a0;
}
.effect-box-shaodw-selected {
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect-translate-up:hover {
  -webkit-transform: translate(2px, -8px);
  -moz-transform: translate(2px, -8px);
  transform: translate(2px, -8px);
}
/*common css end*/
/*header css start*/
/*网站头部导航栏*/
.header-nav {
  position: relative;
  display: inline-block;
  height: 36px;
  width: 100%;
  z-index: 100;
  border-bottom: 1px solid #eee;
  background: #f6f6f6;
}
.header-nav .header-nav-bd {
  width: 1200px;
  height: 36px;
  margin: 0 auto;
  line-height: 36px;
}
.header-nav .header-nav-bd i {
  display: inline-block;
  float: left;
  overflow: hidden;
}
.header-nav .header-nav-bd .sprite-ico_arrow_u {
  float: none;
  display: none;
  margin-top: 4px;
}
.header-nav .header-nav-bd .sprite-ico_arrow_d {
  float: none;
  display: inline-block;
  margin-top: 4px;
}
/*城市定位部分*/
.header-nav-bd-l {
  float: left;
}
.header-nav-bd-l .dropdown {
  position: relative;
}
.header-nav-bd-l .dropdown .tab-content {
  padding: 10px;
  border: 1px solid #ddd;
  border-top: 0;
}
.header-nav-bd-l .dropdown .dt {
  float: left;
  position: relative;
  padding: 0 10px;
  cursor: pointer;
  zoom: 1;
}
.header-nav-bd-l .dropdown .dt i {
  margin-top: 10px;
}
.header-nav-bd-l .dropdown .dt .index-position {
  vertical-align: top;
  margin-left: 5px;
  font-size: 13px;
}
.header-nav-bd-l .dropdown:hover .dt {
  top: 1px;
  z-index: 9999;
  border: 1px solid #ddd;
  border-bottom: 1px solid #fff;
  background: #fff;
}
.header-nav-bd-l .dropdown:hover .mod-header-citylist {
  display: block;
}
.tab-content .nav-tabs li {
  margin-left: 10px;
}
.tab-content .nav-tabs li a span {
  font-size: 13px;
}
/* header city list css begin*/
.mod-header-citylist {
  display: none;
  position: absolute;
  top: 36px;
  z-index: 99;
  background-color: #fff;
}
.mod-header-citylist .nav-tabs {
  border-bottom: 1px solid #007956;
}
.mod-header-citylist .nav-tabs > li > a {
  border-radius: 0;
}
.mod-header-citylist .nav-tabs > li.active > a {
  border: 1px solid #007956;
  border-bottom-color: transparent;
}
.mod-header-citylist .nav-tabs > li.active > a:focus,
.mod-header-citylist .nav-tabs > li.active > a:hover {
  border: 1px solid #007956;
  border-bottom-color: transparent;
}
.mod-header-citylist .nav > li > a {
  padding: 0 10px;
  border: 1px solid #ddd;
  border-bottom: none;
}
.mod-header-citylist .tab-content .nav-tabs li a:hover {
  border: 1px solid #007956;
  border-bottom-color: transparent;
  background: #fff;
}
/* header city list css end*/
/*右侧导航栏部分*/
.header-nav-bd-r {
  float: right;
}
.header-nav-bd-r .hd-menu i {
  margin-top: 9px;
}
.header-nav-bd-r .hd-menu a {
  float: left;
  margin: 0px 15px;
  font-size: 12px;
  color: #333;
}
.header-nav-bd-r .hd-menu a:hover {
  color: #007857;
}
.header-nav-bd-r .hd-menu:hover .mobile-ehsy-download,
.header-nav-bd-r .hd-menu:hover .my-ehsy {
  display: block;
}
.header-nav-bd-r .mobile-show {
  position: relative;
  width: 116px;
  height: 31px;
  margin-top: 5px;
}
.header-nav-bd-r .mobile-show .sprite-ico_arrow_d,
.header-nav-bd-r .mobile-show .sprite-ico_arrow_u {
  vertical-align: sub;
}
.header-nav-bd-r .mobile-show:hover {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  background: white;
}
.header-nav-bd-r .mobile-show .mobile-ahref {
  position: relative;
  top: -5px;
}
.header-nav-bd-r .mobile-show .mobile-ehsy-download .mobile-code {
  position: absolute;
  width: 130px;
  height: 130px;
  top: 20px;
  left: 18px;
}
.header-nav-bd-r .mobile-show .mobile-ehsy-download .saoyisao {
  position: absolute;
  left: 158px;
  top: 25px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #333333;
  cursor: default;
}
.header-nav-bd-r .mobile-show .mobile-ehsy-download .shoujigouwu {
  position: absolute;
  left: 158px;
  top: 48px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #007857;
  cursor: default;
}
.header-nav-bd-r .mobile-show .mobile-ehsy-download .sprite-code-ios {
  position: absolute;
  top: 85px;
  left: 160px;
  cursor: pointer;
}
.header-nav-bd-r .mobile-show .mobile-ehsy-download .sprite-code-ios:hover {
  opacity: 0.8;
}
.header-nav-bd-r .mobile-show .mobile-ehsy-download .sprite-code-android {
  position: absolute;
  top: 85px;
  left: 213px;
  cursor: pointer;
}
.header-nav-bd-r .mobile-show .mobile-ehsy-download .sprite-code-android:hover {
  opacity: 0.8;
}
.header-nav-bd-r .mobile-show .mobile-ehsy-download .mo-ios-span {
  position: absolute;
  top: 117px;
  left: 159px;
  font-family: "Microsoft YaHei", "黑体";
  font-size: 12px;
  color: #666;
  cursor: pointer;
}
.header-nav-bd-r .mobile-show .mobile-ehsy-download .mo-ios-span:hover {
  color: #007857;
}
.header-nav-bd-r .mobile-show .mobile-ehsy-download .mo-android-span {
  position: absolute;
  top: 117px;
  left: 210px;
  font-family: "Hiragino Sans GB", "Microsoft YaHei", "黑体", sans-serif;
  font-size: 12px;
  color: #666;
  cursor: pointer;
}
.header-nav-bd-r .mobile-show .mobile-ehsy-download .mo-android-span:hover {
  color: #007857;
}
.header-nav-bd-r .my-ehsy-show {
  position: relative;
  width: 121px;
  height: 31px;
}
.header-nav-bd-r .my-ehsy-show .sprite-ico_ehsy {
  margin-right: 5px;
  margin-top: 10px;
}
.header-nav-bd-r .my-ehsy-show .sprite-ico_arrow_d,
.header-nav-bd-r .my-ehsy-show .sprite-ico_arrow_u {
  vertical-align: sub;
}
.header-nav-bd-r .my-ehsy-show:hover {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  background: white;
}
.header-nav-bd-r .my-ehsy-show .ehsy-ahref {
  position: relative;
  top: -5px;
}
.header-nav-bd-r .my-ehsy-show .my-ehsy {
  display: none;
  position: absolute;
  width: 410px;
  height: 145px;
  top: 30px;
  left: -1px;
  padding: 20px 15px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: white;
}
.header-nav-bd-r .my-ehsy-show .my-ehsy ul .orders {
  float: left;
  width: 126px;
}
.header-nav-bd-r .my-ehsy-show .my-ehsy ul .orders i {
  margin-right: 5px;
}
.header-nav-bd-r .my-ehsy-show .my-ehsy li {
  position: relative;
}
.header-nav-bd-r .my-ehsy-show .my-ehsy li span {
  display: inline-block;
  width: 28px;
  height: 18px;
  background-color: #ff7200;
  border-radius: 8px;
  margin-left: 5px;
  line-height: 18px;
  text-align: center;
  color: white;
}
.header-nav-bd-r .header-nav-pipe {
  font-style: normal;
  color: #ccc;
}
.dropdown:hover .sprite-ico_arrow_u,
.mobile-show:hover .sprite-ico_arrow_u,
.my-ehsy-show:hover .sprite-ico_arrow_u {
  float: none;
  display: inline-block;
  margin-top: 4px;
}
.dropdown:hover .sprite-ico_arrow_d,
.mobile-show:hover .sprite-ico_arrow_d,
.my-ehsy-show:hover .sprite-ico_arrow_d {
  float: none;
  display: none;
  margin-top: 4px;
}
/*header css end*/
/*search-bar css start*/
/*网站搜索栏*/
/*.index-search-div {*/
/*width: 1200px;*/
/*height: 112px;*/
/*margin: 0 auto;*/
/*}*/
/*.index-search-div .index-logo {*/
/*float: left;*/
/*margin-right: 68px;*/
/*margin-top: 32px;*/
/*}*/
/*.index-search-div .index-logo img {*/
/*height: 48px;*/
/*width: 264px;*/
/*}*/
/*.index-search-div .custom-logo {*/
/*float: left;*/
/*margin-right: 50px;*/
/*margin-top: 20px;*/
/*}*/
/*.index-search-div .custom-logo img {*/
/*float: left;*/
/*width: 113px;*/
/*height: 48px;*/
/*}*/
.index-search-div .custom-logo h1 {
  line-height: 36px;
  float: left;
  display: block;
  margin: 0 0 0 20px;
  padding-top: 5px;
  width: 150px;
  font-size: 16px;
  font-weight: normal;
  font-family: "Hiragino Sans GB", "Microsoft YaHei", "黑体", sans-serif;
  color: #007857;
}
.index-search-div .search-bd {
  float: left;
  margin-right: 50px;
}
.index-search-div.nav-index-search-div .search-bd {
  float: left;
  margin-right: 10px;
}
.index-search-div .search-bd #s-form {
  margin-top: 30px;
}
.index-search-div .search-bd #s-form .s-span {
  border: 1px solid #007857;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 520px;
  margin-right: 0;
  border-right-width: 0;
  height: 40px;
  position: relative;
}
.index-search-div .search-bd #s-form .s-span .s-input {
  width: 426px;
  height: 20px;
  font-size: 14px;
  margin: 8px 0 0 10px;
  background: transparent;
  outline: 0;
  -webkit-appearance: none;
  display: inline-block;
}
.index-search-div .search-bd #s-form .s-span input {
  outline: 0;
  border: 0;
  padding: 0;
}
.index-search-div .search-bd #s-form .s-btn-span {
  display: inline-block;
  background-position: -120px -48px;
  z-index: 0;
  vertical-align: top;
  position: relative;
  left: -10px;
}
.index-search-div .search-bd #nav-s-form .s-btn-span {
  display: inline-block;
  background-position: -120px -48px;
  z-index: 0;
  vertical-align: top;
  position: relative;
  left: -10px;
}
.index-search-div .search-bd #s-form .s-btn-span i {
  display: inline-block;
  position: absolute;
  left: 38px;
  top: 9px;
}
.index-search-div .search-bd #nav-s-form .s-btn-span i {
  display: inline-block;
  position: absolute;
  left: 38px;
  top: 9px;
}
.index-search-div .search-bd #s-form .s-btn-span .s-btn {
  width: 100px;
  height: 40px;
  color: white;
  font-size: 18px;
  font-family: "Hiragino Sans GB", "Microsoft YaHei", "黑体", sans-serif;
  background: #2e9b64;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.index-search-div .search-bd #nav-s-form .s-btn-span .s-btn {
  width: 100px;
  height: 40px;
  color: white;
  font-size: 18px;
  font-family: "Hiragino Sans GB", "Microsoft YaHei", "黑体", sans-serif;
  background: #2e9b64;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.index-search-div .search-bd #s-form .s-btn-span .s-btn:hover {
  background: #007857;
}
.index-search-div .search-bd #nav-s-form .s-btn-span .s-btn:hover {
  background: #007857;
}
.index-search-div .search-bd ul {
  margin-top: 5px;
}
.index-search-div .search-bd ul li {
  float: left;
  margin-right: 10px;
}
.index-search-div .search-bd .search-hot-div {
  overflow: hidden;
  margin-top: 10px;
}
.index-search-div .s-carts i {
  display: inline-block;
  margin-top: 8px;
  margin-left: 10px;
  vertical-align: super;
}
.index-search-div .s-carts .s-carts-text {
  color: #333;
  font: 14px "Hiragino Sans GB", "Microsoft YaHei", "黑体", sans-serif;
  /*vertical-align: super;*/
}
.index-search-div .s-carts .s-carts-text:hover {
  text-decoration: underline;
}
.index-search-div .s-carts:hover .carts-content {
  display: block;
}
.index-search-div .s-carts:hover .s-carts {
  border-bottom: none;
}
.index-search-div .s-carts .cart-num {
  background-color: #ff7200;
  font-size: 12px;
  display: inline-block;
  width: 25px;
  border-radius: 8px;
  text-align: center;
}
/*.index-search-div .s-carts .carts-content {*/
/*position: absolute;*/
/*top: 37px;*/
/*border: 1px solid #eee;*/
/*left: -220px;*/
/*z-index: 100;*/
/*display: none;*/
/*cursor: pointer;*/
/*}*/
/*.index-search-div .s-carts .carts-content img {*/
/*float: left;*/
/*}*/
/*.index-search-div .s-carts .carts-content .item-picture {*/
/*margin-right: 10px;*/
/*width: 68px;*/
/*}*/
/*.index-search-div .s-carts .carts-content .item-info {*/
/*float: left;*/
/*width: 200px;*/
/*margin-right: 20px;*/
/*}*/
/*.index-search-div .s-carts .carts-content .item-info .purchase-warning {*/
/*font-size: 12px;*/
/*color: #ff7200;*/
/*height: 14px;*/
/*margin-bottom: 5px;*/
/*}*/
/*.index-search-div .s-carts .carts-content .item-info .good-name {*/
/*font-size: 12px;*/
/*line-height: 20px;*/
/*text-overflow: ellipsis;*/
/*white-space: nowrap;*/
/*overflow: hidden;*/
/*margin-bottom: 5px;*/
/*}*/
/*.index-search-div .s-carts .carts-content .item-info .good-name:hover {*/
/*color: #007857;*/
/*}*/
/*.index-search-div .s-carts .carts-content .item-info .carts-delivery {*/
/*margin: 0 0 5px;*/
/*font-size: 12px;*/
/*}*/
/*.index-search-div .s-carts .carts-content .item-info .disable-sub {*/
/*color: #ccc;*/
/*cursor: not-allowed;*/
/*background-color: #ededed;*/
/*}*/
/*.index-search-div .s-carts .carts-content .item-info .disable-sub:hover,*/
/*.index-search-div .s-carts .carts-content .item-info .disable-sub:link {*/
/*color: #ccc;*/
/*}*/
/*.index-search-div .s-carts .carts-content .item-info .subable,*/
/*.index-search-div .s-carts .carts-content .item-info .a-add {*/
/*background-color: #eee;*/
/*}*/
/*.index-search-div .s-carts .carts-content .item-info .subable:hover,*/
/*.index-search-div .s-carts .carts-content .item-info .a-add:hover {*/
/*color: #007857;*/
/*}*/
/*.index-search-div .s-carts .carts-content .item-info .a-sub,*/
/*.index-search-div .s-carts .carts-content .item-info .a-add {*/
/*font-size: 14px;*/
/*display: inline-block;*/
/*width: 20px;*/
/*line-height: 29px;*/
/*height: 29px;*/
/*border: 1px solid #ddd;*/
/*text-align: center;*/
/*float: left;*/
/*}*/
/*.index-search-div .s-carts .carts-content .item-info .item-num-input {*/
/*display: inline-block;*/
/*float: left;*/
/*width: 30px;*/
/*text-align: center;*/
/*font-size: 12px;*/
/*line-height: 29px;*/
/*height: 29px;*/
/*border-bottom: 1px solid #ddd;*/
/*border-top: 1px solid #ddd;*/
/*font-family: "Hiragino Sans GB", "Microsoft YaHei", "黑体", sans-serif;*/
/*}*/
/*.index-search-div .s-carts .carts-content .item-info .now_money {*/
/*color: #e60012;*/
/*font-weight: bold;*/
/*font-family: "Century Gothic", sans-serif;*/
/*font-size: 14px;*/
/*}*/
/*.index-search-div .s-carts .carts-content .item-info .ehsy-yen {*/
/*font-family: "Hiragino Sans GB", "Microsoft YaHei", "黑体", sans-serif;*/
/*}*/
/*.index-search-div .s-carts .carts-content .item-info .sale-unvalid {*/
/*color: #999;*/
/*font-size: 12px;*/
/*}*/
/*.index-search-div .s-carts .carts-content ul {*/
/*background-color: #fff;*/
/*overflow-y: auto;*/
/*width: 355px;*/
/*max-height: 325px;*/
/*position: relative;*/
/*}*/
/*.index-search-div .s-carts .carts-content ul .carts-unvalid {*/
/*color: #999;*/
/*font-size: 12px;*/
/*}*/
/*.index-search-div .s-carts .carts-content ul li {*/
/*margin: 15px 10px 0 15px;*/
/*float: left;*/
/*border-bottom: 1px solid #eee;*/
/*}*/
/*.index-search-div .s-carts .carts-content ul li .item-cancel {*/
/*display: inline-block;*/
/*position: absolute;*/
/*right: 10px;*/
/*}*/
/*.index-search-div .s-carts .carts-content .carts-accounts {*/
/*background-color: #eee;*/
/*height: 44px;*/
/*overflow: hidden;*/
/*}*/
/*.index-search-div .s-carts .carts-content .carts-accounts input {*/
/*display: inline-block;*/
/*float: left;*/
/*margin: 20px 5px 0 15px;*/
/*}*/
/*.index-search-div .s-carts .carts-content .carts-accounts .carts-count {*/
/*display: inline-block;*/
/*float: left;*/
/*margin-top: 10px;*/
/*margin-left: 15px;*/
/*margin-right: 25px;*/
/*}*/
/*.index-search-div .s-carts .carts-content .carts-accounts .carts-count .count-money {*/
/*color: #e60012;*/
/*font-weight: bold;*/
/*font-family: "Century Gothic", sans-serif;*/
/*font-size: 18px;*/
/*}*/
/*.index-search-div .s-carts .carts-content .carts-accounts .carts-count .count-money .yen {*/
/*font-family: "Hiragino Sans GB", "Microsoft YaHei", "黑体", sans-serif;*/
/*}*/
/*.index-search-div .s-carts .carts-content .carts-accounts .accounts-now {*/
/*height: 44px;*/
/*background-color: #ff7200;*/
/*width: 144px;*/
/*line-height: 44px;*/
/*color: #fff;*/
/*text-align: center;*/
/*font-weight: bold;*/
/*font-size: 16px;*/
/*display: inline-block;*/
/*float: left;*/
/*font-family: "Hiragino Sans GB", "Microsoft YaHei", "黑体", sans-serif;*/
/*}*/
/*.index-search-div .s-carts .carts-content .carts-accounts .accounts-now:hover {*/
/*!*background-color: #f50;*!*/
/*color: #fff;*/
/*text-decoration: underline;*/
/*}*/
/*.index-search-div .s-carts .carts-content .carts_empty {*/
/*width: 355px;*/
/*height: 60px;*/
/*background-color: #ffffff;*/
/*text-align: center;*/
/*}*/
/*.index-search-div .s-carts .carts-content .carts_empty .mini-cart-icon {*/
/*display: block;*/
/*width: 34px;*/
/*height: 31px;*/
/*margin-left: 50px;*/
/*margin-top: 14px;*/
/*float: left;*/
/*}*/
/*.index-search-div .s-carts .carts-content .carts_empty .carts-empty-text {*/
/*margin-left: 10px;*/
/*line-height: 60px;*/
/*float: left;*/
/*}*/
/*.index-search-div .s-carts #cartDiv .item-num-p {*/
/*overflow: hidden;*/
/*margin: 0 0 5px;*/
/*}*/
/*.index-search-div .s-carts #cartDiv .item-num-p .now_money {*/
/*float: right;*/
/*line-height: 29px;*/
/*}*/
/*.index-search-div .s-carts #cartDiv li {*/
/*width: 310px;*/
/*padding-bottom: 10px;*/
/*}*/
/*search-bar css end*/
/*hover显示不同的效果：旋转，左移，上移*/
.enlarge {
  transition: transform 500ms;
  -moz-transition: transform 500ms;
  /* Firefox 4 */
  -webkit-transition: transform 500ms;
  /* Safari and Chrome */
  -o-transition: transform 500ms;
  /* Opera */
}
.enlarge:hover {
  transform: scale(1.08);
}
.rotate {
  transition: all 500ms;
  -moz-transition: all 500ms;
  /* Firefox 4 */
  -webkit-transition: all 500ms;
  /* Safari and Chrome */
  -o-transition: all 500ms;
  /* Opera */
}
.rotate:hover {
  transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  /* IE 9 */
  -moz-transform: rotate(7deg);
  /* Firefox */
  -webkit-transform: rotate(7deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(7deg);
}
.moveup {
  transition: all 500ms;
  -moz-transition: all 500ms;
  /* Firefox 4 */
  -webkit-transition: all 500ms;
  /* Safari and Chrome */
  -o-transition: all 500ms;
  /* Opera */
}
.moveup:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.moveleft {
  transition: all 500ms;
  -moz-transition: all 500ms;
  /* Firefox 4 */
  -webkit-transition: all 500ms;
  /* Safari and Chrome */
  -o-transition: all 500ms;
  /* Opera */
}
.moveleft:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.main-container {
  width: 100%;
  /* background-color: #fff; */
}
.main-content {
  width: 1200px;
  min-height: 600px;
  margin: 0 auto;
  overflow: hidden;
}
.menu-all-r .sprite-label_new {
  margin-left: 5px;
  margin-bottom: -2px;
}
.menu-all-r .sprite-label_hot {
  margin-left: 5px;
  margin-bottom: -2px;
}
del {
  color: #999;
}
.to-auth i {
  display: inline-block;
  margin-top: 5px;
}
.partners1 li {
  border: 1px solid #eeeeee;
  float: left;
  width: 80px;
  height: 93px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}
a {
  outline: none;
}
a:focus {
  outline: none;
}
.layui-layer-title {
  height: 20px !important;
  background-color: #FFF !important;
  line-height: 26px !important;
}
.add-to-collection {
  color: #0066cc;
}
.add-to-collection:hover {
  color: #0066cc;
  text-decoration: underline;
}
.menu-a {
  display: inline-block;
  height: 40px;
  padding-left: 70px;
  color: #333;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #fff;
  background-color: #f50;
}
.menu-a:hover {
  color: #007857;
  text-decoration: underline;
  cursor: pointer;
}
.page-home .menu-all-r {
  background-color: #fff;
}
.page-home .menu-chevron-down {
  display: none;
}
.page-home .menu-chevron-down.nav-menu-chevron-down {
  display: inline-block;
}
.page-home .menu-title-div:hover {
  cursor: none;
}
.page-home .nav-menu-title-div.menu-title-div:hover {
  cursor: pointer;
}
.page-home .index.menu-a {
  color: #007857;
}
.page-brand-list .menu-a.brand-center {
  color: #007857;
}
.page-selected .menu-a.selected {
  color: #007857;
}
.page-about .menu-a.about {
  color: #007857;
}
.page-home .menu-a {
  color: #333;
}
.page-home .menu-a:hover {
  color: #007857;
  cursor: pointer;
}
body {
  font-size: 12px;
  font-family: "Hiragino Sans GB", "Microsoft YaHei", "黑体", sans-serif;
  color: #666;
  margin: 0;
  padding: 0;
  min-width: 1200px;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
i {
  font-style: normal;
}
a:hover,
a:link {
  text-decoration: none;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #333;
}
select {
  outline: 0;
}
.sprite-addr {
  margin: 11px 0 0 0;
}
.sprite-phone {
  margin: 8px 5px 0 0;
}
.sprite-ehsy {
  margin: 9px 5px 0 0;
}
.sale-info {
  display: none;
  min-width: 250px;
  padding: 15px;
  padding-bottom: 0;
  position: absolute;
  top: 30px;
  right: -1px;
  background: white;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sale-ahref {
  position: relative;
  top: -5px;
}
.sale-info-name {
  line-height: 14px;
  border-bottom: 1px dotted #eee;
  padding-bottom: 9px;
}
.sale-info-name span {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.sale-info ul {
  margin-top: 10px;
}
.sale-info li {
  float: none;
  font-size: 12px;
  line-height: 12px;
  color: #333;
  margin-bottom: 15px;
  white-space: nowrap;
}
.sprite-earphone {
  margin: 8px 10px 0 0;
}
.text-earphone {
  font: 16px "Hiragino Sans GB", "Microsoft YaHei", "黑体", sans-serif;
  /*margin-left: 5px;*/
  color: #007857;
  display: inline-block;
  /* margin-top: -4px; */
  padding-top: 7px;
}
.menu-all,
.menu-all-2 {
  background-color: #007857;
  width: 220px;
  font: 14px "Hiragino Sans GB", "Microsoft YaHei", "黑体", sans-serif;
  float: left;
}
.menu-all.nav-menu-all,
.menu-all-2.nav-menu-all-2 {
  /*background-color: #007857;*/
  width: 125px;
  font: 14px "Hiragino Sans GB", "Microsoft YaHei", "黑体", sans-serif;
  float: left;
}
.menu-all-span,
.menu-default-span,
.menu-default-span-2 {
  padding-left: 10px;
  width: 95px;
  color: #fff;
  line-height: 40px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.menu-all-span.nav-menu-all-span,
.menu-default-span.nav-menu-default-span,
.menu-default-span-2.nav-menu-default-span-2 {
  /*padding-left: 10px;
	width: 180px;*/
  line-height: 60px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  color: #007857;
}
.float-right {
  float: right;
}
.menu-chevron-down {
  line-height: 40px;
  float: right;
  color: #fff;
  width: 10px;
  height: 5px;
  display: inline-block;
  margin-right: 9px;
  margin-top: 17px;
  background: url("../images/index/product-MVY788") no-repeat;
}
.nav-menu-chevron-down.menu-chevron-down {
  /*line-height: 40px;*/
  float: right;
  /*color: #fff;*/
  width: 20px;
  height: 15px;
  display: inline-block;
  margin-right: 9px;
  margin-top: 20px;
  background-image: url("../images/20170113161906467_M.jpg");
  background-repeat: no-repeat;
}
.menu-chevron-up {
  line-height: 40px;
  float: right;
  color: #fff;
  width: 10px;
  height: 5px;
  display: inline-block;
  margin-right: 9px;
  margin-top: 17px;
  background: url("../images/index/product-MAZ059") no-repeat;
}
.menu-chevron-up.nav-menu-chevron-up {
  /*line-height: 40px;*/
  float: right;
  /*color: #fff;*/
  width: 20px;
  height: 15px;
  display: inline-block;
  margin-right: 9px;
  margin-top: 20px;
  background: url("../images/20161205164643270_M.jpg") no-repeat;
}
.menu-all-r {
  float: left;
  font: 14px "Microsoft YaHei", "黑体", sans-serif;
  border-bottom: 2px solid #2e9b64;
  width: 980px;
  line-height: 38px;
  height: 40px;
  background-color: #fff;
}
.menu {
  height: 40px;
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.menu.nav-menu {
  float: left;
  height: 40px;
  position: relative;
  width: 125px;
  margin: 0 auto;
}
/*foot start*/
.footer-a {
  width: 100%;
  margin-top: 50px;
  background: #f3f3f3;
}
.footer-a-bd {
  height: 88px;
  width: 1200px;
  margin: 0 auto;
  line-height: 88px;
  overflow: hidden;
}
.footer-a-bd div {
  float: left;
  width: 25%;
}
.icon-slogans-01,
.icon-slogans-02,
.icon-slogans-03,
.icon-slogans-04 {
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
}
.icon-slogans-01 {
  background: url("../images/ehsy_note_icon.png") 0 0 no-repeat;
}
.icon-slogans-02 {
  background: url("../images/ehsy_note_icon.png") -48px 0 no-repeat;
}
.icon-slogans-03 {
  background: url("../images/ehsy_note_icon.png") 0 -48px no-repeat;
}
.icon-slogans-04 {
  background: url("../images/ehsy_note_icon.png") -48px -48px no-repeat;
}
.footer-a-span,
.footer-b-span {
  font-size: 16px;
  /*font-weight: bold;*/
  font-family: "Hiragino Sans GB", "Microsoft YaHei", "黑体", sans-serif;
}
.label-new {
  display: inline-block;
  margin-top: -8px;
  margin-left: 5px;
  padding-top: 10px;
}
.footer-a-span {
  margin-left: 10px;
}
.footer-b-span {
  margin-left: 10px;
}
.footer-b {
  width: 100%;
  color: #007857;
}
.footer-b a {
  color: #007857;
}
.footer-b a:hover {
  color: #007857;
}
.footer-b-bd {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.foot-help {
  margin-bottom: 10px;
}
.footer-b-li {
  float: left;
  width: 222px;
  min-height: 180px;
}
.footer-b-li-title {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: "Hiragino Sans GB", "Microsoft YaHei", "黑体", sans-serif;
  font-size: 16px;
  /*font-weight: bold;*/
  line-height: 16px;
}
.footer-b-li li {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 12px;
}
.footer-b-li li a {
  color: #666;
}
.footer-b-li-2 {
  float: right;
  width: 270px;
  margin-top: 30px;
  text-align: right;
}
.foot-phone {
  height: 35px;
  text-align: center;
}
.foot-phone img {
  vertical-align: top;
}
.footer-wx {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-top: -13px;
}
.foot-phone > div {
  display: inline-block;
  width: 180px;
}
.foot-phone-1,
.foot-phone-2 {
  font-family: "Century Gothic", sans-serif;
}
.foot-phone-1 {
  font-size: 24.5px;
  font-weight: bold;
  line-height: 28.5px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-top: -9px;
}
.foot-phone-2 {
  line-height: 16px;
}
.foot-download div {
  float: right;
  width: 119px;
  margin-left: 15px;
}
.foot-download img {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 2px;
}
.foot-download span {
  font-size: 12px;
  float: left;
  padding-left: 48px;
  font-weight: bold;
}
.friendship-links {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  font-size: 12px;
  line-height: 12px;
  background-color: #007857;
}
.friendship-links-more {
  display: none;
  border-top: 0;
}
.friendship-links-more ul {
  width: 1140px;
  margin-left: 64px;
}
.friendship-links li {
  display: inline-block;
  padding-left: 20px;
  color: white;
}
.liebiao-leibie li {
  display: inline-block;
  border: 1px solid #eee;
  padding: 0px 20px 0px 10px;
  font-size: 16px;
  line-height: 36px;
  width: 162px;
}
.liebiao-leibie i{
  padding: 5px 10px 5px 0px;
  font-size: 13px;
  /* border: 1px solid #eee; */
  line-height: 36px;
}
.friendship-links li a {
  display: inline-block;
  /* max-width: 90px; */
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  /* width: 90px; */
  /* float: right; */
}
.friendship-links li span {
  /* color: #ddd; */
  padding-left: 20px;
}
.copyright-ul {
  margin: 15px 0;
  font-size: 12px;
  line-height: 12px;
  overflow: hidden;
}
.copyright-ul a {
  padding: 0 20px;
}
.copyright-ul a.copyright-li-1 {
  margin-right: 20px;
  padding: 0;
}
.copyright-ul span {
  color: #ddd;
}
.copyright-state {
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 12px;
  color: #999;
}
.copyright-state a {
  color: #999;
}
.credit-bar {
  margin-top: 16px;
  margin-bottom: 60px;
}
.credit-bar a {
  display: inline-block;
  overflow: hidden;
  margin-right: 16px;
}
.credit-bar a img {
  width: auto;
}
/*foot end*/
.search-div {
  margin: 10px 0 12px 0;
  height: 110px;
}
.logo {
  float: left;
  margin-right: 68px;
}
.tools-name {
  font-size: 30px;
  color: #007857;
  font-weight: bold;
  max-width: 153px;
  white-space: nowrap;
  overflow: hidden;
}
.tools-all {
  font-size: 12px;
  color: #666;
  padding-left: 6px;
  cursor: pointer;
}
.mod-middler {
  overflow: hidden;
  margin-right: 20px;
  float: left;
  margin-left: -60px;
}
.tools-all-div {
  text-align: center;
}
.mod-tools {
  float: left;
  margin-top: 30px;
  line-height: 40px;
  margin-right: 10px;
}
.btn {
  border-radius: 2px;
}
.hot-span {
  font-size: 12px;
  color: #666;
  padding-right: 12px;
}
.hot-span:hover {
  color: #007857;
}
.pre_money {
  color: #ccc;
  font-size: 14px;
}
.pf-div .good-name {
  width: 150px;
}
.carts-unvalid {
  opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
}
.item-checkbox {
  cursor: pointer;
  display: inline-block;
  float: left;
  line-height: 90px;
  height: 90px;
}
.carts-check-all {
  display: inline-block;
  float: left;
}
.carts-check-all {
  margin-top: 16px;
}
.carts-check-all {
  margin-right: 20px;
}
/*右侧导航栏 开始*/
.ehsy-wrap {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  width: 0;
  height: 100%;
  padding: 0;
  margin: 0;
}
.ehsy-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  width: 4px;
  height: 100%;
  background-color: #2e9b64;
}
.ehsy-sidebar-tabs {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -76px;
}
.ehsy-sidebar-tabs > div {
  position: relative;
  height: 36px;
  width: 40px;
  margin-bottom: 2px;
  border-radius: 4px;
  background-color: #2e9b64;
}
.ehsy-sidebar-tabs > div div {
  position: absolute;
  left: 0;
  height: 36px;
  width: 36px;
}
.ehsy-sidebar i {
  display: block;
  max-width: 24px;
  margin: 6px auto;
}
.sidebar-tabs-car i.ico-1 {
  position: relative;
  top: 2px;
  margin: auto;
}
.sidebar-tabs-car i.ico-2 {
  position: relative;
  bottom: -6px;
  margin: auto;
}
.sider_cart_num {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-family: "Century Gothic", sans-serif;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.ehsy-sidebar-footer {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 6px;
  height: 36px;
  width: 36px;
  border-radius: 4px;
  background-color: #e1e1e1;
  cursor: pointer;
}
.ehsy-sidebar-footer:hover i {
  display: none;
}
.ehsy-sidebar-footer span {
  width: 24px;
  margin: 4px auto;
  font-size: 12px;
  color: #fff;
  line-height: 14px;
  display: none;
}
.ehsy-sidebar-footer:hover span {
  display: block;
}
/*右侧导航栏 结束*/
.pf-change {
  display: inline-block;
  font-size: 12px;
  color: #666;
  float: right;
  cursor: pointer;
  margin-top: 10px;
}
.pf-refresh {
  padding-right: 5px;
}
.pf-goods .good-name {
  margin-top: 8px;
  margin-bottom: 0;
}
.good-num {
  color: #666;
  margin-bottom: 0;
}
.good-num-l {
  padding-right: 4px;
  display: inline-block;
  margin-bottom: 5px;
}
.good-num-l.fix-block {
  display: block;
}
.goods-detail {
  width: 1134px;
}
.mod-index-pf-ul {
  width: 1620px;
}
.pf-ul {
  font-size: 0;
  margin: 10px 0 0 0;
  position: relative;
  white-space: nowrap;
}
.pf-ul li {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #fff;
  font-size: 12px;
}
.pre-goods,
.next-goods {
  float: left;
  overflow: hidden;
}
.goods-detail {
  float: left;
}
.pre-goods,
.next-goods {
  width: 33px;
  height: 259px;
  margin-top: 10px;
  line-height: 254px;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  z-index: 98;
}
.mod-index-add-to-cart:hover {
  background-color: #2e9b64;
  color: #fff;
}
.mod-index-collect:hover {
  background-color: #eee;
  border-color: #ddd;
}
.mod-index-collect,
.mod-index-add-to-cart,
.p-cart {
  background-color: #fff;
}
.mod-index-collect,
.mod-index-add-to-cart {
  border: 1px solid #ddd;
  display: inline-block;
}
.personal-favarite {
  margin-top: 30px;
}
.mod-index-collect {
  width: 61px;
}
.mod-index-add-to-cart {
  width: 102px;
  margin-left: -4px;
  color: #999;
}
.pre-icon {
  left: 9px;
  background: url("../images/ehsy_icons.f741fda9.png") -40px -200px no-repeat;
}
.next-icon {
  right: 9px;
  background: url("../images/ehsy_icons.f741fda9.png") -40px -120px no-repeat;
}
.nopre-icon {
  left: 9px;
  background: url("../images/ehsy_icons.f741fda9.png") -40px -160px no-repeat;
}
.nonext-icon {
  right: 9px;
  background: url("../images/ehsy_icons.f741fda9.png") -40px -240px no-repeat;
}
.pf-div i {
  overflow: hidden;
  display: block;
  cursor: pointer;
  position: absolute;
  width: 15px;
  height: 24px;
  top: 120px;
}
.pf-div {
  height: 259px;
  display: inline-block;
}
.pf-ul li:hover {
  border: 1px solid #ddd;
}
.pf-ul .pf-goods {
  width: 140px;
  margin: 10px 10px 0 10px;
  overflow: hidden;
}
.pf-ul .pf-goods .order-img {
  width: 140px;
  height: 140px;
}
.pf-ul .pf-goods .order-img img {
  width: 100%;
}
.recommend-price {
  float: left;
  display: inline;
  color: #999;
}
.pre_money {
  display: inline;
  padding-left: 10px;
}
.money-p {
  overflow: hidden;
}
.div-guess {
  overflow: hidden;
}
.pf-guess {
  font: 14px "Microsoft YaHei", "黑体", sans-serif;
  display: inline-block;
  padding-bottom: 8px;
  position: relative;
  top: 1px;
}
.pf-more {
  font: 12px "宋体";
  padding-top: 10px;
  float: right;
}
.mod-recommend-li:hover .mod-recommend-img {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: .7;
  -moz-opacity: .7;
  filter: alpha(opacity=70);
}
.guess-you-li:hover .pf-goods-img {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: .7;
  -moz-opacity: .7;
  filter: alpha(opacity=70);
}
.mod-recommend-img {
  width: 100%;
}
.mod-recommend-a {
  display: inline-block;
}
.pf-goods-img {
  width: 100%;
}
.width-200 {
  width: 200px !important;
}
.width-100 {
  width: 100px !important;
}
.width-80 {
  width: 80px !important;
}
.width-85 {
  width: 85px !important;
}
.width-110 {
  width: 110px !important;
}
.width-120 {
  width: 120px !important;
}
.width-150 {
  width: 150px !important;
}
.width-160 {
  width: 160px !important;
}
.width-250 {
  width: 250px !important;
}
.width-240 {
  width: 240px !important;
}
.width-260 {
  width: 260px !important;
}
.width-280 {
  width: 280px !important;
}
.width-190 {
  width: 190px !important;
}
.width-60 {
  width: 60px !important;
}
.width-90 {
  width: 90px !important;
}
.width-330 {
  width: 330px !important;
}
.width-320 {
  width: 320px !important;
}
.width-380 {
  width: 380px !important;
}
.width-390 {
  width: 390px !important;
}
.width-392 {
  width: 392px !important;
}
.width-370 {
  width: 370px !important;
}
.width-40 {
  width: 40px !important;
}
.width-35 {
  width: 35px !important;
}
.width-70 {
  width: 70px !important;
}
.width-65 {
  width: 65px !important;
}
.p-cart {
  height: 29px;
  text-align: center;
  line-height: 29px;
  position: absolute;
  margin: -2px 0 0 -1px;
  color: #666;
  display: none;
}
.mod-recommend-li:hover .p-cart {
  display: block;
}
.guess-you-li:hover .p-cart {
  display: block;
}
.width1024 {
  width: 1024px;
}
.margin-l-10 {
  margin-left: 0px;
}
.ehsy-btn:hover {
  color: #fff;
  background-color: #ff5500;
}
.ehsy-btn {
  color: #fff;
  font-family: "Hiragino Sans GB", "Microsoft YaHei", "黑体", sans-serif;
  background-color: #ff7200;
  border-color: #ff7200;
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
body button.ehsy-btn-30 {
  height: 30px;
  line-height: 1;
}
.ehsy-btn:focus {
  outline: 0;
}
.ehsy-select {
  border: 0;
  outline: 0;
  width: 100%;
}
.btn:focus {
  outline: 0;
}
.float-left {
  float: left;
}
.common-success-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("../images/product_detail/20161216092538800_M.jpg") -49px -9px no-repeat;
}
.common-success-tips {
  vertical-align: top;
  display: inline-block;
  font-size: 12px;
  line-height: 27px;
}
.common-modal-title {
  margin-top: 50px;
  margin-left: 50px;
  color: #0066cc;
}
.keyValue {
  height: 25px;
  line-height: 25px;
}
/*cart add success popup*/
.popup-content {
  height: 100%;
  width: 100%;
}
.popup-add-success {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("../images/product_detail/20161216092538800_M.jpg") -49px -9px no-repeat;
  margin-left: 20px;
  margin-top: 5px;
}
.popup-content-main {
  font-size: 14px;
  color: #333;
  margin-left: 58px;
  padding-bottom: 5px;
}
.popup-content .area-limit {
  display: inline-block;
  margin: 0 0 20px 103px;
  width: 155px;
  padding: 5px;
  text-align: center;
  color: #e60012;
  background-color: #f5fdf7;
  border: 1px solid #cfe8d5;
}
.popup-content-main span {
  vertical-align: top;
  position: relative;
  top: 8px;
  margin-left: 10px;
}
.popup-content-main a {
  display: inline-block;
  vertical-align: top;
}
.layui-layer-btn {
  text-align: center !important;
}
.confirm-collection .layui-layer-btn {
  padding-bottom: 18px;
}
.confirm-collection .layui-layer-title,
.confirm-collection .layui-layer-setwin {
  display: none;
}
.popup-footer .jumpToCart {
  display: inline-block;
  height: 30px;
  width: 120px;
  border: 0;
  background-color: #ff7200;
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  vertical-align: middle;
}
.popup-footer .anotherChoose {
  font-size: 12px;
  color: #333;
  margin-left: 20px;
}
.anotherChoose .continue-shopping {
  color: #0066cc;
  margin-left: 5px;
}
.popup-footer {
  height: 30px;
  padding-left: 54px;
  line-height: 30px;
  margin-bottom: 30px;
}
.formHeight {
  /*height: 73px;*/
  height: 43px;
}
/* addAddrmodal begin*/
#city select,
#city2 select {
  height: 30px;
  outline: 0;
  color: #999;
  padding-left: 1px;
}
#city .active {
  color: #333;
}
#city .default-option {
  color: #999;
}
#city option {
  color: #333;
}
#city .city {
  margin-right: 3px;
  margin-left: 3px;
}
.modal-content form {
  width: 100%;
  padding-top: 20px;
  padding-left: 35px;
}
.ra-add {
  background-color: #eee;
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  border-top: 2px solid #ff7200;
}
.modal-dialog .modal-content {
  border-radius: 0px;
}
.receiver-address-modal {
  color: #333;
  font-family: "Hiragino Sans GB", "Microsoft YaHei", "黑体", sans-serif;
  font-weight: bold;
  font-size: 14px;
}
.static-phone-modal {
  margin-left: 10px;
}
.static-phone-important {
  margin-left: 0px;
  width: 55px !important;
}
.static-phone-important .inner-input {
  width: 55px !important;
}
.ra-add .close {
  line-height: 30px;
  padding-right: 10px;
  outline: 0;
}
.ra-add-form {
  color: #333;
  font-family: "Hiragino Sans GB", "Microsoft YaHei", "黑体", sans-serif;
  font-weight: normal;
  margin-top: 20px;
  overflow: hidden;
}
.ra-add-form p {
  height: 30px;
  line-height: 30px;
  margin-bottom: 20px;
  position: relative;
}
.ehsy-color1 {
  color: #e60012;
}
.ehsy-color2 {
  color: #666666;
}
.ra-l {
  display: inline-block;
  text-align: right;
}
.input-span {
  height: 30px;
  display: inline-block;
}
.input-border {
  border: 1px solid #ddd;
}
.input-border:hover {
  border: 1px solid #333;
}
.input-border:focus {
  border: 1px solid #0066cc;
}
.input-border-false {
  border: 1px solid #e60012 !important;
}
.inner-input {
  height: 30px;
  padding-left: 5px;
  background: transparent;
  outline: 0;
  -webkit-appearance: none;
  display: inline-block;
}
.ra-warning i {
  position: absolute;
  left: 4px;
  top: -2px;
}
.ra-warning {
  position: relative;
  padding-left: 22px;
}
.modal-content {
  width: 780px;
  font-size: 12px;
}
.ra-btn {
  margin-top: 30px;
  padding-left: 78px;
}
.set-def {
  padding-left: 78px;
  margin-top: -7px;
}
.set-def input[type="checkbox"] {
  -webkit-appearance: none;
  outline: 0;
}
.set-def label {
  font-weight: normal;
  cursor: pointer;
  margin: 0px;
}
.modal-content .ra-btn {
  margin-top: 21px;
  margin-bottom: 40px;
}
.set-def input {
  cursor: pointer;
  vertical-align: middle;
  margin: -2px 0 0 0;
}
/* addAddrmodal end*/
.mod-header-prov-list,
.mod-header-city-list,
.mod-header-area-list {
  width: 370px;
  font-size: 12px;
  padding: 0 10px;
  height: 200px;
}
.mod-header-prov-list li {
  width: 50px;
  text-align: center;
  height: 35px;
  display: block;
}
.mod-header-prov-list a:hover,
.mod-header-area-list a:hover {
  color: white;
  background-color: #007857;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  border-radius: 3px;
  width: 100%;
  margin: 7px auto 0px auto;
}
.mod-header-city-list a:hover {
  color: white;
  background-color: #007857;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  border-radius: 3px;
  width: 100%;
  margin: 7px auto 0px auto;
}
.mod-header-city-list a {
  padding: 0 5px;
}
.mod-header-city-list li {
  text-align: center;
  padding: 0 5px;
}
.mod-header-citylist {
  position: absolute;
  top: 37px;
  background-color: #fff;
  z-index: 99;
  display: none;
}
/* header city list css end*/
/* goods menu css begin*/
.shopping-li-li.hover {
  background-color: white;
  color: #007956;
  cursor: pointer;
  border-bottom: 1px solid #ffffff;
}
.shopping-li-li i {
  margin-right: 10px;
  margin-bottom: -3px;
}
li.shopping-li-li.hover span {
  color: #007857;
}
.hover a,
.hover .icon-cog {
  color: #fff;
}
/*change*/
.shopping-li-li.hover a {
  color: #333;
}
.icon-cog {
  width: 14px;
  height: 14px;
  margin: 10px 8px 10px 10px;
  overflow: hidden;
  display: inline-block;
  float: left;
}
.tools-index-icon-0 {
  background: url("../images/index_icon.48a1bce0.png") 0 0 no-repeat;
}
.tools-icon-cog-hover-0 {
  background: url("../images/index_icon.48a1bce0.png") -20px 0 no-repeat;
}
.shopping-li-li.hover .icon-cog {
  width: 14px;
  height: 14px;
  margin: 10px 8px 10px 15px;
  overflow: hidden;
  display: inline-block;
  float: left;
}
.index-icon-0 {
  background: url("../images/index_icon.48a1bce0.png") 0 0 no-repeat;
}
.shopping-li-li.hover .index-icon-0 {
  background: url("../images/index_icon.48a1bce0.png") -20px 0 no-repeat;
}
.index-icon-1 {
  background: url("../images/index_icon.48a1bce0.png") 0 -20px no-repeat;
}
.shopping-li-li.hover .index-icon-1 {
  background: url("../images/index_icon.48a1bce0.png") -20px -20px no-repeat;
}
.index-icon-2 {
  background: url("../images/index_icon.48a1bce0.png") 0 -40px no-repeat;
}
.shopping-li-li.hover .index-icon-2 {
  background: url("../images/index_icon.48a1bce0.png") -20px -40px no-repeat;
}
.index-icon-3 {
  background: url("../images/index_icon.48a1bce0.png") 0 -60px no-repeat;
}
.shopping-li-li.hover .index-icon-3 {
  background: url("../images/index_icon.48a1bce0.png") -20px -60px no-repeat;
}
.index-icon-4 {
  background: url("../images/index_icon.48a1bce0.png") 0 -80px no-repeat;
}
.shopping-li-li.hover .index-icon-4 {
  background: url("../images/index_icon.48a1bce0.png") -20px -80px no-repeat;
}
.index-icon-5 {
  background: url("../images/index_icon.48a1bce0.png") 0 -100px no-repeat;
}
.shopping-li-li.hover .index-icon-5 {
  background: url("../images/index_icon.48a1bce0.png") -20px -100px no-repeat;
}
.index-icon-6 {
  background: url("../images/index_icon.48a1bce0.png") -40px 0 no-repeat;
}
.shopping-li-li.hover .index-icon-6 {
  background: url("../images/index_icon.48a1bce0.png") -60px 0 no-repeat;
}
.index-icon-7 {
  background: url("../images/index_icon.48a1bce0.png") -40px -20px no-repeat;
}
.shopping-li-li.hover .index-icon-7 {
  background: url("../images/index_icon.48a1bce0.png") -60px -20px no-repeat;
}
.index-icon-8 {
  background: url("../images/index_icon.48a1bce0.png") -40px -40px no-repeat;
}
.shopping-li-li.hover .index-icon-8 {
  background: url("../images/index_icon.48a1bce0.png") -60px -40px no-repeat;
}
.index-icon-9 {
  background: url("../images/index_icon.48a1bce0.png") -40px -60px no-repeat;
}
.shopping-li-li.hover .index-icon-9 {
  background: url("../images/index_icon.48a1bce0.png") -60px -60px no-repeat;
}
.index-icon-10 {
  background: url("../images/index_icon.48a1bce0.png") -40px -80px no-repeat;
}
.shopping-li-li.hover .index-icon-10 {
  background: url("../images/index_icon.48a1bce0.png") -60px -80px no-repeat;
}
.index-icon-11 {
  background: url("../images/index_icon.48a1bce0.png") -40px -100px no-repeat;
}
.shopping-li-li.hover .index-icon-11 {
  background: url("../images/index_icon.48a1bce0.png") -60px -100px no-repeat;
}
.shopping-li .glyphicon-menu-right {
  float: right;
  position: relative;
  top: 13px;
  right: 10px;
  width: 5px;
  height: 10px;
  background: url("../images/index/iconArray.228efb20.png") no-repeat;
}
.shopping-li-li.hover .glyphicon-menu-right {
  background: url("../images/index/product-MAK982") no-repeat;
}
.shopping-li .glyphicon-menu-right:before {
  display: none;
}
.level2-inline {
  width: 126px;
  display: inline-block;
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 5px;
  line-height: 40px;
}
.level2-arrow {
  display: inline-block;
  width: 5px;
  height: 8px;
  background: url("../images/index/20161111144926743_M.jpg") no-repeat;
  text-align: right;
  overflow: hidden;
  margin-right: 2px;
  color: #ccc;
  vertical-align: top;
  margin-top: 16px;
}
.aHref-level3 {
  border-left: 1px solid #dddddd;
  padding-left: 8px;
  color: #737373;
  font-weight: 300;
}
.item_fores {
  width: 981px;
  position: absolute;
  line-height: 24px;
  left: 220px;
  top: -1px;
  z-index: 99;
  margin-left: -1px;
  overflow: hidden;
  display: none;
}
.item_fores.nav-item_fores {
  width: 981px;
  position: absolute;
  line-height: 24px;
  left: 220px;
  top: -1px;
  z-index: 99;
  margin-left: -1px;
  overflow: hidden;
  display: none;
}
.shopping-li-li.hover .item_fores {
  display: block;
}
.shopping-li-li.nav-shopping-li-li.hover .item_fores.nav-item_fores {
  display: block;
}
.inner_fores {
  background-color: #fff;
  border-left-color: white;
}
.item-sub {
  overflow: hidden;
  padding: 5px 15px 5px 15px;
  max-height: 436px;
  overflow-y: auto;
}
.item-active {
  display: block;
}
.shopping-li {
  position: relative;
  width: 220px;
}
.shopping-li.nav-shopping-li {
  position: relative;
  width: 220px;
}
.shopping-li a.firstLevel {
  padding-top: 10px;
  display: inline-block;
  color: white;
  font-size: 14px;
}
.shopping-li a.firstLevel:hover {
  text-decoration: none;
}
.shopping-li a.firstLevel .wenzi:hover {
  text-decoration: underline;
}
/*customer category*/
.mode-customer-menu .dot-menu-li {
  opacity: 0.30;
  filter: "alpha(opacity=30)";
  /* IE 8 */
  filter: alpha(opacity=30);
  /* IE 4-7 */
  zoom: 1;
}
.mode-customer-menu .item-sub {
  min-height: 413px;
}
.shopping-li a.firstLevel.disabled {
  opacity: 0.30;
  filter: "alpha(opacity=30)";
  /* IE 8 */
  filter: alpha(opacity=30);
  /* IE 4-7 */
  zoom: 1;
  cursor: default;
}
.shopping-li-li {
  font-size: 0px;
  height: 36px;
  border-left: 1px solid #3fac75;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  line-height: 1;
  padding-left: 15px;
  font-family: "Hiragino Sans GB", "Microsoft YaHei", "黑体", sans-serif;
}
.shopping-li-li:last-child {
  border-bottom: 1px solid #3fac75;
  background-image: none;
}
.shopping-li-li:first-child {
  height: 40px;
  padding-top: 4px;
}
.clearMargin:hover {
  margin-left: 0;
}
.shopping-li-li.hover a.firstLevel {
  color: #fff;
}
.shopping-li-li.clearMargin .item_fores {
  display: none;
}
.shopping-li-li.clearMargin:hover .item_fores {
  display: block;
}
.shopping-li .current {
  padding-left: 15px;
}
.mod-menu-ul-level2 {
  background-color: #fff;
}
.mod-menu-li-level2 {
  overflow: hidden;
  /*height: 40px;*/
  position: relative;
}
.mod-menu-title-level2 {
  font: 12px "Microsoft YaHei", "黑体", sans-serif;
  color: #666;
  font-weight: bold;
  display: inline-block;
  float: left;
}
.line-level3-bprder {
  height: 1px;
  background-color: #eeeeee;
  width: 906px;
  position: absolute;
  top: 44px;
  left: 19px;
}
.mod-menu-title-level3,
.mod-menu-title-level3-more {
  font-weight: lighter;
  font: 12px "Microsoft YaHei", "黑体", sans-serif;
  color: #666;
  display: inline-block;
  padding-left: 9px;
  line-height: 40px;
}
.mod-menu-title-level3 {
  padding-left: 0px;
  padding-right: 9px;
}
.mod-menu-level3-wra {
  width: 784px;
  border-bottom: 1px solid #eee;
  margin-left: 10px;
  padding-left: 128px;
}
.shopping-li > li.maintainHover {
  color: #2e9b64;
  background-color: white;
}
.shopping-li > li.maintainHover span {
  color: #2e9b64;
}
.popover {
  max-width: 981px;
  height: 437px!important;
  top: -1px !important;
  left: 220px!important;
  border-radius: 0!important;
}
.mod-menu-title-level3 {
  float: left;
}
.mod-menu-title-level3:hover,
.mod-menu-title-level3-more:hover {
  color: red;
}
.mod-menu-title-level3-more {
  float: right;
}
/* goods menu css end*/
/*autoComplate widget for common_search.hbs input*/
ul.autoComplate {
  position: absolute;
  width: 513px;
  border: 1px solid #ccc;
  display: none;
  background-color: #fff;
  padding: 8px 0;
  z-index: 10000;
}
ul.autoComplate.fixed-layout {
  position: fixed;
}
ul.autoComplate li {
  height: 24px;
  width: 100%;
  padding-left: 10px;
  line-height: 24px;
  font-size: 14px;
  color: #333333;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.autoComplate li.select,
ul.autoComplate li:hover {
  background-color: #eeeeee;
  cursor: pointer;
}
/* partners css begin*/
.partners img:hover {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: .7;
  -moz-opacity: .7;
  filter: alpha(opacity=70);
}
.partners ul {
  overflow: hidden;
  margin-right: -1px;
  padding-top: 1px;
  padding-left: 1px;
}
.partners li {
  float: left;
  width: 128px;
  height: 98px;
  margin-right: 5px;
  margin-top: 5px;
  text-align: center;
  line-height: 100px;
  cursor: pointer;
  position: relative;
  background-color: #f3f3f3;
}
.partners .last {
  width: 128px;
}
.partners li:last-child {
  width: 128px;
}
.partners li:hover {
  z-index: 100;
  position: relative;
}
/* partners css end*/
/* menu css begin */
.menu-all {
  cursor: pointer;
}
.menu-title-div {
  padding-left: 15px;
  background-color: #2e9b64;
}
.nav-menu-title-div.menu-title-div {
  padding-left: 0px;
  background-color: #fff;
}
.menu-title-div .sprite-icon-all {
  margin-bottom: -3px;
}
.mod-commom-menu-items {
  position: absolute;
  background-color: #3fac75;
  top: 40px;
  z-index: 3100;
  width: 220px;
  float: left;
  display: none;
}
.mod-commom-menu-items.nav-mod-commom-menu-items {
  position: absolute;
  background-color: #3fac75;
  top: 60px;
  right: -3px;
  z-index: 3100;
  width: 220px;
  float: left;
  display: none;
}
.page-home .mod-commom-menu-items {
  position: static;
  float: none;
  display: block;
}
.page-home .mod-commom-menu-items.nav-mod-commom-menu-items {
  position: absolute;
  background-color: #3fac75;
  top: 60px;
  right: -3px;
  z-index: 3100;
  width: 220px;
  float: left;
  display: none;
}
.items-news {
  height: 414px;
}
.mod-index-menu-items {
  position: relative;
  background-color: #fff;
  width: 220px;
  float: left;
  height: 408px;
}
/* menu css end */
/*resetBootstrap*/
.carousel-control.right {
  background-image: none;
}
.carousel-control.left {
  background-image: none;
}
/* if lt ie8 begin*/
.ehsy-ie-updater-layer {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: .5;
  z-index: 99999999;
}
.ehsy-ie-updater-box {
  position: absolute;
  left: 50%;
  top: 40%;
  margin-left: -292px;
  margin-top: -210px;
  width: 750px;
  height: 550px;
  background: url("../images/product-MAK987") center no-repeat #fff;
  z-index: 100000000;
}
.ehsy-ie-updater-box a {
  position: absolute;
  text-decoration: none;
  color: #71a403;
  font-size: 14px;
  width: 130px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}
.ehsy-ie-updater-google {
  left: 198px;
  top: 126px;
}
.ehsy-ie-updater-ff {
  left: 321px;
  top: 126px;
}
/* if lt ie8 end*/
/*手机西域*/
.mobile-ehsy-download {
  display: none;
  /*display: block;*/
  width: 310px;
  height: 170px;
  position: absolute;
  top: 30px;
  left: -1px;
  background: white;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
i.downIcon {
  background: url("../images/public/20161111144630462_M.jpg") no-repeat;
  width: 6px;
  height: 3px;
  position: absolute;
  top: 15px;
  left: 72px;
  transform: rotate(180deg);
}
.hd-menu:hover i.downIcon {
  transform: rotate(0deg);
}
/* industry-checkbox begin*/
.industry-checkbox {
  width: 50px;
  margin: 0 0 10px 20px;
  position: relative;
  float: left;
}
.industry-checkbox label {
  cursor: pointer;
  position: absolute;
  height: 24px;
  top: 2px;
  left: 0;
  max-width: none;
}
.label {
  width: 100px;
  padding: 0em;
  text-align: left;
}
.industry-checkbox input {
  /* zoom:10%; */
  margin-top: 3px;
}
.industry-checkbox .checked {
  /* background: url("../images/ehsy_icons.f741fda9.png") -240px -40px no-repeat; */
}
.industry-checkbox span {
  padding-left: 20px;
  color: #333;
  font-size: 12px;
  font-weight: normal;
}
.menu-all .menu-default-span {
  display: none;
}
.menu-all .menu-all-span {
  display: inline-block;
}
.menu-all:hover .menu-default-span {
  display: inline-block;
}
.menu-all:hover .menu-all-span {
  display: none;
}
.nav-menu-all:hover .nav-menu-all-span {
  display: inline-block;
}
/* industry-checkbox end*/
/*625 style add*/
div.search-div-cart {
  height: 54px;
  margin: 20px auto 20px auto;
}
.search-div-cart .logo {
  width: 264px;
  height: 48px;
}
.search-div-cart .logo img {
  max-width: 264px;
  max-height: 48px;
  margin-top: 3px;
}
.landline-receiving-wra {
  position: absolute;
  top: 0px;
  left: 330px;
  width: 188px;
}
.landline-receiving-wra .ra-warning i {
  width: 16px;
  height: 14px;
  background: url("../images/ehsy_icons.f741fda9.png") -80px -120px no-repeat;
  position: absolute;
  left: 4px;
  top: 0;
}
.warning {
  width: 14px;
  height: 14px;
  display: block;
  float: left;
  margin-top: 6px;
  margin-right: 5px;
  background: url("../images/product-MBC961");
}
.carts-empty-text {
  margin-left: 10px;
  line-height: 60px;
  float: left;
}
/* firefox 去除框样式 */
input[required]:invalid,
input:focus:invalid,
select[required]:invalid,
select:focus:invalid,
textarea[required]:invalid,
textarea:focus:invalid {
  box-shadow: none;
}
.custom-placeholder {
  color: #aaaaaa;
}
.showIf.show-if-fixed {
  position: fixed;
  top: 0;
  margin-top: 0;
  width: 1200px;
  z-index: 201;
}
#product-formation.product-formation-fixed {
  position: fixed;
  top: 39px;
  margin-top: 0;
  width: 1200px;
  z-index: 102;
}
/* knockout */
.hidden {
  display: none;
}
/* end knockout */
/* recommend */
.index-recommend {
  height: 390px;
  width: 100%;
  background-color: #fff3db;
  margin: 30px 0;
  overflow: hidden;
  padding-top: 10px;
  position: relative;
}
.index-recommend > .recommend-left,
.index-recommend > .recommend-right,
.recommend-right .recommend-div1,
.recommend-right .recommend-div25,
.recommend-content {
  float: left;
}
.index-recommend > .recommend-left {
  width: 210px;
  height: 380px;
}
.index-recommend > .recommend-right {
  height: 370px;
  width: 990px;
  overflow: hidden;
  background-color: inherit;
  position: relative;
  padding: 0 10px;
}
.index-recommend .recommend-div1 {
  width: 260px;
  height: 370px;
  overflow: hidden;
  background-color: #fff;
  padding: 10px;
}
.index-recommend .recommend-div1 .product-name {
  margin: 8px 0 5px 0;
  height: 46px;
}
.index-recommend .recommend-div25 .product-name {
  margin: 8px 0 11px 0;
  height: 48px;
}
.product-name {
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  font-family: "Hiragino Sans GB", "Microsoft YaHei", "黑体", sans-serif;
  overflow: hidden;
  height: 44px;
}
.index-recommend .recommend-div1 .product-num {
  margin-bottom: 0;
  height: 13px;
  line-height: 12px;
}
.index-recommend .recommend-div25 .product-num {
  margin-bottom: 4px;
}
.product-num {
  color: #999;
  font-size: 12px;
}
.index-recommend .recommend-div1 .product-money {
  margin: 8px 0 0 0;
  overflow: hidden;
}
.index-recommend .recommend-div25 .product-money {
  margin: 7px 0 0 0;
  overflow: hidden;
}
.index-recommend .recommend-div25 .pre_money {

  padding-left: 0;
}
.index-recommend .recommend-div25 {
  background-color: inherit;
  overflow: hidden;
  width: 710px;
}
.recommend-content {
  background-color: #fff;
  width: 345px;
  height: 180px;
  margin: 0 0 10px 10px;
  padding: 10px;
  position: relative;
}
.recommend-div1 {
  position: relative;
}
.index-recommend > .recommend-left > img {
  width: 100%;
}
.recommend-div1-img {
  width: 240px;
  height: 240px;
}
.recommend-div25-img {
  width: 160px;
  height: 160px;
  margin-right: 10px;
  float: left;
}
.recommend-div25-desc {
  width: 155px;
  overflow: hidden;
  float: left;
}
.sprite-ico_cart {
  display: none;
}
.recommend-div25 .recommend-content:hover .sprite-ico_cart,
.recommend-div1:hover .sprite-ico_cart {
  position: absolute;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  display: block;
}
.mod-recommend-a {
  overflow: hidden;
}
.ehsy-recommend-control {
  transition: all 500ms;
  -moz-transition: all 500ms;
  /* Firefox 4 */
  -webkit-transition: all 500ms;
  /* Safari and Chrome */
  -o-transition: all 500ms;
  /* Opera */
}
/*.dots-ul {*/
/*position: absolute;*/
/*overflow: hidden;*/
/*left: 10px;*/
/*top: 90px;*/
/*}*/
/*.dots-li {*/
/*float: left;*/
/*margin-left: 10px;*/
/*cursor: pointer;*/
/*}*/
.ehsy-recommend-control {
  position: absolute;
  top: 155px;
  bottom: 0;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: .5;
  height: 60px;
}
.ehsy-recommend-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.ehsy-recommend-control.left {
  left: 10px;
}
.ehsy-recommend-control.right {
  right: 10px;
}
.ehsy-carousel-ul {
  width: 5820px;
  font-size: 0;
  position: absolute;
}
.ehsy-carousel-li {
  display: inline-block;
  font-size: 12px;
}
.ehsy-carousel-content {
  width: 100%;
  height: 380px;
  overflow: hidden;
  position: relative;
}
.ehsy-carousel-content1 {
  width: 100%;
  height: 380px;
  overflow: hidden;
  position: relative;
}
.sprite-ico_cart:hover {
  z-index: 2;
}
/*购物车和个人中心的推荐优化应用样式 Begin*/
.index-product-recommend {
  width: 100%;
  background-color: #ffffff;
  margin: 30px 0;
}
.index-product-recommend ol {
  width: 100%;
}
.index-product-recommend ol li {
  display: inline-block;
  width: 180px;
  text-align: center;
  font: bold 14px "Microsoft YaHei", "黑体", sans-serif;
}
.index-product-recommend ol li:hover {
  border-bottom: solid 2px #ff7200;
  cursor: pointer;
}
.index-product-recommend ol li.current {
  border-bottom: solid 2px #ff7200;
}
.slick-recommendPros,
.slick-recommendPros1,
.slick-recommendPros2,
.slick-recommendPros3 {
  border: solid 1px #f6f6f6;
  position: relative;
  height: 426px;
}
.recommend-content-slick ul {
  width: 990px;
  padding: 0 19px;
  overflow: hidden;
}
.recommend-content-slick ul.customer-center {
  width: 1024px;
  padding: 0 19px;
  overflow: hidden;
}
.recommend-content-slick ul li {
  display: block;
  float: left;
  width: 170px;
}
.recommend-content-slick ul li + li {
  margin: 0 0 0 25px;
}
.recommend-content-slick ul.customer-center li + li {
  margin: 0 0 0 30px;
}
.recommend-content-slick .recommend-div-img {
  margin: 20px 0 15px 0;
  width: 170px;
  height: 170px;
}
.recommend-content-slick .product-bg {
  height: 50px;
  background-color: #f6f6f6;
  padding: 5px;
}
.recommend-content-slick .product-num {
  margin: 5px 0 5px 5px;
}
.recommend-content-slick .product-delivery {
  margin: 10px 0 10px 5px;
}
.recommend-content-slick .product-price {
  color: #e60012;
  /*font-weight: bold;*/
  font-family: "Century Gothic", sans-serif;
  font-size: 14px;
  padding: 7px 0 0px 5px;
  border-top: dotted 1px #cccccc;
}
.recommend-content-slick .product-cart .sprite-ico-gwch-list {
  display: none;
}
.recommend-content-slick .product-cart {
  width: 160px;
  margin: 7px 5px 10px 5px;
  padding: 4px 0;
  color: #333333;
  font-size: 12px;
  border: solid 1px #999999;
  text-align: center;
  background-color: #ffffff;
  cursor: pointer;
  border-radius: 2px;
}
.recommend-content-slick .product-cart:hover {
  background-color: #2e9b64;
  border: none;
  color: #ffffff;
}
.recommend-content-slick .product-cart:hover .sprite-ico-gwch-list {
  display: inline-block;
}
.recommend-content-slick .product-cart:hover .sprite-ico-gwc-list {
  display: none;
}
.recommend-content-slick .product-cart i {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.slick-recommendPros .prev-icon,
.slick-recommendPros .next-icon,
.slick-recommendPros1 .prev-icon,
.slick-recommendPros1 .next-icon,
.slick-recommendPros2 .prev-icon,
.slick-recommendPros2 .next-icon,
.slick-recommendPros3 .prev-icon,
.slick-recommendPros3 .next-icon {
  z-index: 9999;
  font-size: 0;
  line-height: 0;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  top: 50%;
  content: '';
}
.slick-recommendPros .left,
.slick-recommendPros1 .left,
.slick-recommendPros2 .left,
.slick-recommendPros3 .left {
  left: 0;
}
.slick-recommendPros .right,
.slick-recommendPros1 .right,
.slick-recommendPros2 .right,
.slick-recommendPros3 .right {
  right: 0;
}
.banner-img-btn {
  background-color: black;
  opacity: 0.2;
}
.banner-img-btn：hover {
  background-color: black;
  opacity: 0.4;
}
.index-product-recommend .subHiddenArea {
  display: none;
}
.index-product-recommend .subShowArea {
  display: block;
  overflow: hidden;
}
.page-checkout-cart .recommend-content-slick {
  /*width: 988px !important;*/
  width: 988px;
}
.order-center-recommend .recommend-content-slick {
  width: 1022px !important;
}
/*购物车和个人中心的推荐优化应用样式 End*/
/* end recommend*/
/*  登录弹出框  */
.loginpop-up {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
}
#loginpop-iframe-page {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  margin-top: -280px;
  width: 420px;
  height: 550px;
}
.loginpop-close {
  display: inline-block;
  position: absolute;
  top: 9px;
  right: 10px;
  cursor: pointer;
}
.loginpop-shadow {
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 150;
}
.display-none {
  display: none;
}
/*折扣弹出框*/
.loginpop-discount {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
}
#loginpop-discount-iframe-page {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  margin-top: -280px;
  width: 420px;
  height: 550px;
}
.loginpop-close {
  display: inline-block;
  position: absolute;
  top: 9px;
  right: 10px;
  cursor: pointer;
}
.loginpop-shadow {
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 150;
}
/*隐藏客服图标*/
#ib_iconDiv {
  display: none;
}
/*购物车样式*/
.add-to-cart-com {
  width: 136px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-family: "Hiragino Sans GB", "Microsoft YaHei", "黑体", sans-serif;
  background-color: #2e9b64;
  text-align: center;
  color: #fff;
  border-radius: 4px;
}
.add-to-cart-com:hover {
  background-color: #007857;
  color: #ffffff;
  cursor: pointer;
}
.add-to-cart-com.disabled {
  cursor: default;
  background-color: #999;
}
.add-to-cart-com.disabled:hover {
  background-color: #999;
  cursor: default;
}
.add-to-cart-com i {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
/*百度商桥*/
.nb-icon-wrap {
  display: none !important;
}
.layui-layer-content {
  font-family: "Arial", "黑体", sans-serif;
}
div#nb_icon_wrap_qiye img {
  display: inline-block;
  width: 36px;
  height: 36px;
}

.value-added-tax-wrap .value-added-tax-tip {
  color: red;
  font-size: 12px;
}
.dropdown:hover .sprite-ico_arrow_u,
.mobile-show:hover .sprite-ico_arrow_u,
.my-ehsy-show:hover .sprite-ico_arrow_u {
  float: none;
  display: inline-block;
  margin-top: 4px;
}
.dropdown:hover .sprite-ico_arrow_d,
.mobile-show:hover .sprite-ico_arrow_d,
.my-ehsy-show:hover .sprite-ico_arrow_d {
  float: none;
  display: none;
  margin-top: 4px;
}
/* 新头部样式 */
.header-wrapper {
  position: relative;
  height: 36px;
  width: 100%;
  z-index: 9;
  border-bottom: 1px solid #eee;
  background-color: #f6f6f6;
}
.header-wrapper .header-navigation {
  width: 1200px;
  margin: 0 auto;
  line-height: 36px;
}
.header-wrapper .header-navigation i {
  display: inline-block;
  float: left;
  overflow: hidden;
}
.header-wrapper .header-navigation .sprite-ico_arrow_u {
  float: none;
  display: none;
  margin-top: 4px;
}
.header-wrapper .header-navigation .sprite-ico_arrow_d {
  float: none;
  display: inline-block;
  margin-top: 4px;
}
.header-navigation-l {
  float: left;
}
.header-navigation-l .header-menu #refresh-name {
  margin-left: 0;
}
.header-navigation-l .header-menu i {
  margin-top: 9px;
  margin-right: 3px;
}
.header-navigation-l .header-menu a {
  float: left;
  margin: 0 15px;
  font-size: 12px;
  color: #666;
}
.header-navigation-l .header-menu a:hover {
  color: #007857;
}
/* 右侧导航栏 */
.header-navigation-r {
  float: right;
}
.header-navigation-r .header-menu .sevice {
  margin-right: 0;
}
.header-navigation-r .header-menu i {
  margin-top: 9px;
  margin-right: 3px;
}
.header-navigation-r .header-menu a {
  float: left;
  margin: 0 15px;
  font-size: 12px;
  color: #666;
}
.header-navigation-r .header-menu a:hover {
  color: #007857;
}
.header-navigation-r .header-menu:hover .mobile-ehsy-download,
.header-navigation-r .header-menu:hover .my-ehsy {
  display: block;
}
.header-navigation-r .mobile-show {
  position: relative;
  width: 116px;
  height: 31px;
  margin-top: 5px;
}
.header-navigation-r .mobile-show .sprite-ico_arrow_d,
.header-navigation-r .mobile-show .sprite-ico_arrow_u {
  vertical-align: sub;
}
.header-navigation-r .mobile-show:hover {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  background: white;
}
.header-navigation-r .mobile-show .mobile-ahref {
  position: relative;
  top: -5px;
}
.header-navigation-r .mobile-show .mobile-ehsy-download .mobile-code {
  position: absolute;
  width: 130px;
  height: 130px;
  top: 20px;
  left: 18px;
}
.header-navigation-r .mobile-show .mobile-ehsy-download .saoyisao {
  position: absolute;
  left: 158px;
  top: 25px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #333333;
  cursor: default;
}
.header-navigation-r .mobile-show .mobile-ehsy-download .shoujigouwu {
  position: absolute;
  left: 158px;
  top: 48px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #007857;
  cursor: default;
}
.header-navigation-r .mobile-show .mobile-ehsy-download .sprite-code-ios {
  position: absolute;
  top: 85px;
  left: 160px;
  cursor: pointer;
}
.header-navigation-r .mobile-show .mobile-ehsy-download .sprite-code-ios:hover {
  opacity: 0.8;
}
.header-navigation-r .mobile-show .mobile-ehsy-download .sprite-code-android {
  position: absolute;
  top: 85px;
  left: 213px;
  cursor: pointer;
}
.header-navigation-r .mobile-show .mobile-ehsy-download .sprite-code-android:hover {
  opacity: 0.8;
}
.header-navigation-r .mobile-show .mobile-ehsy-download .mo-ios-span {
  position: absolute;
  top: 117px;
  left: 159px;
  font-family: "Microsoft YaHei", "黑体";
  font-size: 12px;
  color: #333333;
  cursor: pointer;
}
.header-navigation-r .mobile-show .mobile-ehsy-download .mo-ios-span:hover {
  color: #007857;
}
.header-navigation-r .mobile-show .mobile-ehsy-download .mo-android-span {
  position: absolute;
  top: 117px;
  left: 210px;
  font-family: "Microsoft YaHei", "黑体";
  font-size: 12px;
  color: #333333;
  cursor: pointer;
}
.header-navigation-r .mobile-show .mobile-ehsy-download .mo-android-span:hover {
  color: #007857;
}
.header-navigation-r .my-ehsy-show {
  position: relative;
  width: 127px;
  height: 31px;
  margin-top: 5px;
}
.header-navigation-r .my-ehsy-show .sprite-ico_ehsy {
  margin-right: 5px;
  margin-top: 10px;
}
.header-navigation-r .my-ehsy-show .ehsy-a {
  position: relative;
  top: -5px;
}
.header-navigation-r .my-ehsy-show .sprite-ico_arrow_d,
.header-navigation-r .my-ehsy-show .sprite-ico_arrow_u {
  vertical-align: sub;
}
.header-navigation-r .my-ehsy-show:hover {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  background: white;
}
.header-navigation-r .my-ehsy-show .ehsy-ahref {
  position: relative;
  top: -5px;
}
.header-navigation-r .my-ehsy-show .my-ehsy {
  display: none;
  position: absolute;
  width: 410px;
  height: 145px;
  top: 31px;
  left: -1px;
  padding: 20px 15px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: white;
}
.header-navigation-r .my-ehsy-show .my-ehsy ul .orders {
  float: left;
  width: 126px;
}
.header-navigation-r .my-ehsy-show .my-ehsy ul .orders i {
  margin-right: 5px;
}
.header-navigation-r .my-ehsy-show .my-ehsy li {
  position: relative;
}
.header-navigation-r .my-ehsy-show .my-ehsy li span {
  display: inline-block;
  width: 28px;
  height: 18px;
  background-color: #ff7200;
  border-radius: 8px;
  margin-left: 5px;
  line-height: 18px;
  text-align: center;
  color: white;
}
.header-navigation-r .header-nav-pipe {
  font-style: normal;
  color: #ccc;
}
.header-navigation-r .sale-show .sale-ahref {
  color: #007857;
}
.header-navigation-r .sale-show i {
  margin: 11px 4px 0 0;
}
.header-navigation-r .header-menu.sale-show {
  position: relative;
  width: 110px;
  height: 31px;
  margin-top: 5px;
}
.header-navigation-r .header-menu.sale-show:hover {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  background: white;
}
.header-navigation-r .header-menu.sale-show:hover .sale-info {
  display: inline-block;
}
/* 新头部样式 end */
/* 采购组织弹出框 */
.p-organization-wrap {
  padding-bottom: 50px;
}
.p-organization-wrap .reminder-mark {
  margin: 25px auto;
  color: #ff4040;
  font-size: 12px;
  text-align: center;
}
.p-organization-wrap .input-list {
  text-align: center;
}
.p-organization-wrap .input-list > li {
  margin-top: 30px;
}
.p-organization-wrap .input-list > li .mark-star {
  color: #ff4040;
  margin-right: 3px;
}
.p-organization-wrap .input-list > li .org-key {
  display: inline-block;
  text-align: right;
  color: #666;
  font-size: 14px;
  min-width: 70px;
  margin-right: 6px;
}
.p-organization-wrap .input-list > li .org-value {
  display: inline-block;
  text-align: left;
  width: 500px;
  font-size: 14px;
  color: #333;
}
.p-organization-wrap .input-list > li .org-value input {
  width: 100%;
  outline: none;
  padding-left: 12px;
  line-height: 24px;
  border: 1px solid #ddd;
}
.p-organization-wrap .input-list > li .org-btn button {
  border: none;
  outline: none;
  height: 30px;
  padding: 0 38px;
  margin-right: 24px;
}
.p-organization-wrap .input-list > li .org-btn .org-cancel {
  background-color: #f7f7f7;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  font-size: 12px;
}
.p-organization-wrap .input-list > li .org-btn .org-confirm {
  background-color: #ff7200;
  color: #fff;
}
/* 采购组织弹出框end */
#_QIDIAN_WEB_IM_IFRAME_2852152398 {
  position: fixed;
  right: 4px!important;
  top: 62%!important;
  margin-top: -42.5px;
  border-radius: 2px;
  width: 36px!important;
  height: 36px!important;
  background-color: transparent!important;
  color: transparent!important;
  z-index: -1 !important;
}







.article-main-content {
  width: 1200px;
  background: #FFF;
  margin: auto;
}
.article-container-bg {
  width: 100%;
  background-color: #f9f9f9;
  padding: 15px;
}
.article-container-bg i {
  display: inline-block;
  vertical-align: middle;
}
.bread-bar {
  width: 1200px;
  height: auto;
  margin: auto;
  font-family: "Microsoft Yahei", "黑体", sans-serif;
  font-size: 14px;
  color: #333333;
  letter-spacing: 1px;
  text-align: left;
  line-height: 20px;
}
.bread-bar .now {
  display: inline-block;
  max-width: 600px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #007857;
  vertical-align: middle;
}
.article-main {
  width: 1200px;
  margin: 20px auto 30px;
}
.module {
  width: 1200px;
  margin: 10px auto;
  overflow: hidden;
}
.module .module-title {
  width: 100%;
  height: auto;
  padding: 0 10px;
  background: #f2f2f2;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}
.module .module-title .module-title-text {
  margin: 0;
  font-family: 'Microsoft Yahei', '黑体', sans-serif;
  font-size: 16px;
  color: #333333;
  text-align: left;
  line-height: 40px;
  letter-spacing: 1px;
  float: left;
}
.module .module-title .module-title-more {
  float: right;
  line-height: 40px;
  margin-right: 10px;
  font-size: 15px;
}
.module .module-content {
  width: 100%;
  height: auto;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #dfdfdf;
  /* margin-top: -1px; */
  /* margin-bottom: 10px; */
}
.product-ul .product-li {
  display: inline-block;
  width: 190px;
}
.product-ul .product-li-box {
  padding: 15px;
  width: 190px;
}
.product-ul .product-li-box img {
  width: 160px;
  height: 130px;
}
.product-ul .product-li-box .product-desc-box {
  margin-top: 15px;
  margin-bottom: 15px;
}
.product-ul .product-li-box .product-desc-box span {
  display: block;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  text-align: left;
}
.product-ul .product-li-box .product-desc-box .product-desc-name {
  display: -webkit-box;
  height: 40px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-ul .product-li-box .product-price {
  display: inline-block;
  font-size: 18px;
  color: #e60012;
}
.extra-module {
  float: right;
  width: 330px;
}
.extra-module .extra-product {
  display: block;
  width: 100%;
  height: 70px;
  overflow: hidden;
  background: url("../../images/article/extra-bar.392f95fe.png");
  background-size: cover;
  line-height: 70px;
  text-align: center;
}
.extra-module .extra-product span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #ffffff;
}
.extra-module .extra-product img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.extra-module .extra-product.head {
  margin-bottom: 20px;
}
.extra-module .extra-product.foot {
  margin-top: 20px;
}
.extra-module .extra-module-each {
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  margin-bottom: 20px;
}
.extra-module .extra-module-title {
  width: 100%;
  height: 50px;
  border-bottom: 2px solid #007857;
}
.extra-module .extra-module-title .icon-box {
  display: inline-block;
  float: left;
  width: 12px;
  height: 100%;
  padding: 12px 0;
}
.extra-module .extra-module-title .icon-box .icon1 {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #cccccc;
}
.extra-module .extra-module-title .icon-box .icon2 {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #007857;
}
.extra-module .extra-module-title .title-text {
  float: left;
  padding: 10px 15px;
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  text-align: left;
}
.extra-module .extra-cat-table {
  width: 100%;
  padding: 10px;
}
.extra-module .extra-cat-table .extra-cat-div {
  display: table;
  width: 100%;
}
.extra-module .extra-cat-table a {
  display: inline-block;
  height: 40px;
  width: 32%;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  line-height: 40px;
}
.extra-module .extra-cat-table .extra-cat-div + .extra-cat-div {
  border-top: 1px dashed #e6e6e6;
}
.extra-module .extra-cat-table a + a {
  border-left: 1px dashed #e6e6e6;
}
.extra-module .extra-module-ul {
  display: block;
  width: 100%;
  height: auto;
  padding: 0 5px;
  margin: 0;
}
.extra-module .extra-module-ul .extra-module-li {
  margin: 13px 0;
  width: 100%;
}
.extra-module .extra-module-ul .extra-module-li .extra-li-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 2.5px;
  background-color: #007857;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
}
.extra-module .extra-module-ul .extra-module-li .icon-dark {
  background-color: #999999;
}
.extra-module .extra-module-ul .extra-module-li .extra-li-text {
  display: inline-block;
  max-width: 280px;
  margin-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  text-align: left;
  line-height: 16px;
  vertical-align: middle;
}
.showPagintion {
  width: 100%;
  height: auto;
  background-color: #FFF;
  border: 0;
  margin: 0 auto;
}
.showPagintion .pagintion {
  margin: 10px;
  float: right;
  font-size: 12px;
}
.showPagintion .pagintion .pg-index {
  line-height: 40px;
  width: 30px;
  height: 40px;
  text-align: center;
  color: #333333;
  font-weight: bold;
  display: inline-block;
}
.showPagintion .pagintion .pg-index .pg-on {
  color: #ff7200;
}
.showPagintion .pagintion .pg-prev {
  width: 100px;
  line-height: 40px;
  border: 1px solid #dddddd;
  display: inline-block;
  padding-left: 10px;
  margin-right: 20px;
}
.showPagintion .pagintion .pg-prev .pg-prev-icon {
  width: 15px;
  height: 16px;
  display: inline-block;
  background: url("../../images/filter_search/page-pre.ab2e959e.png") no-repeat;
  background-position: center;
  margin-right: 10px;
  position: relative;
  top: 2px;
  vertical-align: inherit;
}
.showPagintion .pagintion .pg-next {
  text-align: right;
  width: 100px;
  line-height: 40px;
  border: 1px solid #dddddd;
  display: inline-block;
  padding-right: 10px;
  margin-left: 20px;
}
.showPagintion .pagintion .pg-next .pg-next-icon {
  width: 15px;
  height: 16px;
  display: inline-block;
  background: url("../../images/filter_search/page-next.41102ba5.png") no-repeat;
  background-position: center;
  margin-left: 10px;
  position: relative;
  top: 2px;
  vertical-align: inherit;
}
.showPagintion .pagintion .pg-num-total {
  line-height: 40px;
  text-align: center;
  width: 60px;
  height: 40px;
  color: #dddddd;
  display: inline-block;
}
.main-content {
  min-height: 0;
  overflow: inherit;
}
.footer-a {
  margin-top: 0;
  width: 100%;
}
.tag-block-bar {
  margin: 15px 0;
}
.tag-block-bar .label-title {
  float: left;
  width: 75px;
  font-size: 14px;
  color: #336666;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
}
.tag-block-bar .label-ul {
  float: left;
  width: 675px;
}
.tag-block-bar .label-ul li {
  display: inline-block;
  height: auto;
}
.tag-block-bar .label-ul li a {
  display: block;
  padding: 0 5px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #333333;
  line-height: 17px;
  letter-spacing: 0;
  text-align: left;
  border: 1px solid #336666;
  opacity: 0.3;
}
.tag-block-bar .label-ul li a:hover {
  color: #ffffff;
  background-color: #007857;
  opacity: 0.8;
}
.radio-ul {
  width: 100px;
  background-color: #ffffff;
  float: left;
}
.radio-ul > li div {
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #007857;
  text-align: center;
  cursor: pointer;
}
.radio-ul > li div.active {
  border-top: 1px solid #007857;
  border-left: 1px solid #007857;
  border-bottom: 1px solid #007857;
  border-right: 1px solid #ffffff;
}
.radio-ul > li + li div {
  border-top: 0;
}
.panel-ul {
  width: 1100px;
  background-color: #ffffff;
  float: left;
  border-top: 1px solid #007857;
  border-right: 1px solid #007857;
  border-bottom: 1px solid #007857;
  display: none;
  height: 120px;
  padding: 0 15px;
  overflow: hidden;
}
.panel-ul.active {
  display: block;
}
.panel-ul > li {
  display: inline-block;
}
.panel-ul > li a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}
.panel-ul > li a:hover {
  color: #007857;
}
.main-content-header {
  padding: 15px 0;
}
.main-content-header .article-banner {
  width: 700px;
  height: 410px;
  float: left;
}
.main-content-header .article-banner .banner-a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.main-content-header .article-banner .banner-img {
  position: relative;
  display: inline-block;
  width: 700px;
  height: 410px;
}
.main-content-header .article-banner .banner-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45px;
  background: #000000;
  opacity: 0.66;
}
.main-content-header .article-banner .banner-title-text {
  display: inline-block;
  max-width: 500px;
  margin-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #FFF;
  font-size: 16px;
  line-height: 45px;
  z-index: 100;
  vertical-align: bottom;
}
.main-content-header .article-banner .banner-title-text:hover {
  text-decoration: underline;
}
.main-content-header .swiper-container,
.main-content-header .swiper-slide {
  width: 700px;
  height: 410px;
}
.main-content-header .swiper-pagination {
  position: absolute;
  z-index: 20;
  bottom: 11px;
  right: 10px;
  width: auto;
  text-align: center;
}
.main-content-header .swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #999;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #999;
  cursor: pointer;
}
.main-content-header .swiper-active-switch {
  background: #fff;
}
.main-content-header .swiper-button-next {
  width: 40px;
  height: 60px;
  background-color: black;
  opacity: 0.5;
  position: absolute;
  top: 170px;
  right: 0;
  cursor: pointer;
}
.main-content-header .swiper-button-prev {
  width: 40px;
  height: 60px;
  background-color: black;
  opacity: 0.5;
  position: absolute;
  top: 170px;
  cursor: pointer;
}
.main-content-header .swiper-btn {
  width: 40px;
  height: 60px;
}
.main-content-header .news-list {
  float: right;
  width: 484px;
  height: 410px;
  overflow: hidden;
}
.main-content-header .news-list i {
  display: inline-block;
  vertical-align: middle;
}
.main-content-header .news-list .news-title {
  background: #f2f2f2;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  width: 100%;
  height: 30px;
  padding: 0 10px;
}
.main-content-header .news-list .news-title .news-title-text {
  float: left;
  display: inline-block;
  height: 100%;
  margin: 0;
  line-height: 28px;
  font-size: 18px;
  color: #333333;
  letter-spacing: 1px;
  text-align: left;
  vertical-align: center;
}
.main-content-header .news-list .news-title .news-title-more {
  float: right;
  display: inline-block;
  height: 100%;
  line-height: 28px;
  font-size: 14px;
  color: #007857;
  letter-spacing: 1px;
  text-align: left;
}
.main-content-header .news-list .news-li {
  display: block;
  padding: 10px 5px;
  border-top: 1px solid #e9e9e9;
}
.main-content-header .news-list .news-li span {
  display: block;
}
.main-content-header .news-list .news-li i {
  width: 18px;
  max-height: 18px;
}
.main-content-header .news-list .news-li .news-li-title {
  margin-bottom: 10px;
  font-size: 18px;
  color: #1f1f1f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0;
  text-align: left;
}
.main-content-header .news-list .news-li .news-li-content {
  max-height: 44px;
  margin: 8px 0;
  overflow: hidden;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 22px;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.main-content-header .news-list .news-li .news-li-operate {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  letter-spacing: 0;
  text-align: left;
  vertical-align: middle;
}
.main-content-header .news-list .news-no-data {
  margin: 15px 0;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #999999;
}
.module-content .content-box {
  float: left;
  width: 370px;
  /* height: 330px; */
  padding: 5px;
  margin: 0 10px 10px;
  /* overflow: hidden; */
}
.module-content .content-title {
  width: 100%;
  border-bottom: 2px solid #999999;
  height: 49px;
}
.module-content .content-title .content-title-text {
  float: left;
  display: inline-block;
  width: auto;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5px;
  margin: 0;
  font-size: 16px;
  color: #999999;
  letter-spacing: 0;
  text-align: left;
  line-height: 46px;
  cursor: pointer;
  margin-right: 15px;
}
.module-content .content-title .content-title-active {
  margin-bottom: -2px;
  color: #007857;
  border-bottom: 3px solid #007857;
  line-height: 45px;
  margin-top: -15px;
}
.module-content .content-title .content-title-active a {
  color: #007857;
}
.module-content .content-title .content-title-more {
  float: right;
  display: inline-block;
  height: 100%;
  /* line-height: 46px; */
  font-size: 14px;
  color: #007857;
  letter-spacing: 1px;
  text-align: left;
}
.module-content .content-headline {
  width: 100%;
  margin: 15px 0;
}
.module-content .content-headline .content-img {
  float: left;
  display: inline-block;
  width: 122px;
  height: 100px;
  overflow: hidden;
}
.module-content .content-headline .content-img-title {
  float: right;
  width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #232323;
  letter-spacing: 0;
  text-align: left;
}
.module-content .content-headline .content-img-desc {
  float: right;
  width: 190px;
  margin-top: 16px;
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.module-content .content-ul {
  width: 100%;
  height: auto;
}
.module-content .content-ul .content-li {
  margin: 13px 0;
  width: 100%;
}
.module-content .content-ul .content-li .content-li-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 2.5px;
  background-color: #007857;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
}
.module-content .content-ul .content-li .icon-dark {
  background-color: #999999;
}
.module-content .content-ul .content-li .content-li-text {
  max-width: 257px;
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  text-align: left;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.content-li-date {
  /* max-width: 274px; */
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
  color: #797979;
  letter-spacing: 0;
  text-align: right;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  float: right;
}
.module-content .content-ul .content-li .content-li-before {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #007857;
  border-radius: 6px;
  vertical-align: middle;
}
.module-content .content-ul .content-li-secondary {
  float: left;
  width: 290px;
  height: 16px;
}
