@charset "UTF-8";
/*初始化元素*/
html, body, h1, h2, h3, h4, h5, h6, hr, p, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, form, td, th {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

html {
  height: 100%;
}

body {
  position: relative;
}

em, i {
  font-style: normal;
}

a {
  text-decoration: none;
  color: inherit;
}

a:active, a:hover {
  outline: none;
  text-decoration: none;
}

input, button, textarea {
  outline: none;
  border: none;
}

textarea {
  resize: none;
}

img {
  vertical-align: top;
  border: 0px;
}

label {
  /*文字不能选中*/
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  /*早期浏览器*/
  user-select: none;
}

/*自定义常用原子类*/
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "200B";
  height: 0;
  font-size: 0;
  display: block;
  clear: both;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.f-l {
  float: left;
}

.f-r {
  float: right;
}

.t-l {
  text-align: left;
}

.t-c {
  text-align: center;
}

.t-r {
  text-align: right;
}

.ellipsis-1 {
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
}

.font-MY {
  font-family: "Microsoft YaHei","sans-serif";
}

.w-100 {
  width: 100%;
  height: 100%;
}

.hide-text {
  /*隐藏文字*/
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: none;
}

.t-bg {
  -webkit-transition: background .5s ease;
  transition: background .5s ease;
}

.t-all {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.border-box {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/*old-自定义*/
.w1224 {
  width: 1224px;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.p:before, .p:after {
  content: "";
  clear: both;
  display: block;
}

.nologin a, .islogin a {
  padding: 0 10px;
}

/* 多行省略号 */
.ellipsis-more:after {
  content: '...';
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 10px;
  width: 40px;
  background: #fff;
}

/* 图片动画 */
.animate-scale:hover img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.animate-opacity:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.animate-opacity img, .animate-scale img {
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

/*共用头部区域-header*/
.tpshop-tm-hander {
  background-color: white;
  min-width: 1224px;
}

.top-hander {
  position: relative;
  z-index: 12;
  height: 30px;
  width: 100%;
  min-width: 1224px;
  line-height: 30px;
  background-color: #F9F9F9;
  font-size: 12px;
  color: #595959;
}

.sendaddress {
  /* cursor: pointer; */
  /* width: 350px; */
}

.sendaddress span {
  cursor: pointer;
  color: #595959;
  float: left;
  /* display: inline-block; */
  vertical-align: middle;
  /* width: 212px; */
}

.islogin > a:first-child, .nologin > a:first-child {
  /* margin-left: 49px; */
  border-right: 1px solid #dedede;
}

.blue {
  padding: 0 24px 0 18px;
  color: #0979E9;
}

.tpshop-tm-hander .share-a_a1 {
  display: inline-block;
  width: 12px;
  height: 6px;
  vertical-align: middle;
  margin-left: 6px;
  background: url("../images/ico-tphsop-index.png") no-repeat -200px -27px;
}

.red, .ls-dlzc a:hover {
  color: #e23435;
}

.gray_f5 {
  background: #F7F7F7;
}

.top-ri-header > li {
  float: left;
  padding: 0 10px;
  cursor: pointer;
  position: relative;
}

/* .top-ri-header>li:first-child:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    height: 16px;
    border-left: 1px solid #ccc;
} */
.top-ri-header > li:hover {
  color: #e23435;
}

.top-min-cart {
  position: relative;
  /* width: 130px; */
  padding: 0 10px;
  height: 30px;
  border: 1px solid transparent;
}

.top-min-cart:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 140px;
  height: 3px;
  /* z-index: 9; */
}

.top-min-cn {
  position: relative;
  width: 120px;
  height: 31px;
  z-index: 9;
}

.top-min-cart:hover {
  border: 1px solid #ccc;
}

.top-min-cart:hover, .top-min-cart:hover:after {
  background: #fff;
}

.top-ri-header .hover-ba-navdh:hover {
  color: #666;
  border-color: #ccc;
}

.top-ri-header .hover-ba-navdh {
  position: relative;
  border: 1px solid transparent;
  line-height: 28px;
  padding: 0;
}

.hover-ba-navdh .nav-dh {
  height: 28px;
  padding: 0 10px;
}

.top-ri-header .spacer {
  padding: 0;
}

.top-ri-header .header-a_a1, .top-ri-header .header-a_a2, .top-ri-header .header-a_a3, .top-ri-header .header-a_a4 {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  vertical-align: middle;
}

.top-ri-header .header-a_a5 {
  display: inline-block;
  width: 15px;
  height: 13px;
  vertical-align: top;
  margin: 8.5px 8.5px 0 0;
}

.top-ri-header .header-a_a1 {
  background: url("../images/ico-shop5-index.png") no-repeat 0 -578px;
}

.top-ri-header .header-a_a2 {
  background: url("../images/ico-shop5-index.png") no-repeat 0 -600px;
}

.top-ri-header .header-a_a3 {
  background: url("../images/ico-shop5-index.png") no-repeat 0 -622px;
}

.top-ri-header .header-a_a4 {
  background: url("../images/ico-shop5-index.png") no-repeat 0 -644px;
}

.top-ri-header .header-a_a5 {
  background: url("../images/top-cart.png") no-repeat;
}

.top-ri-header > li:hover .header-a_a1 {
  background: url("../images/ico-shop5-index.png") no-repeat 0 0;
}

.top-ri-header > li:hover .header-a_a2 {
  background: url("../images/ico-shop5-index.png") no-repeat 0 -22px;
}

.top-ri-header > li:hover .header-a_a3 {
  background: url("../images/ico-shop5-index.png") no-repeat 0 -44px;
}

.top-ri-header > li:hover .header-a_a4 {
  background: url("../images/ico-shop5-index.png") no-repeat 0 -66px;
}

.spacer {
  width: 1px;
  height: 12px;
  padding: 0;
  margin: 10px 2px 0;
  background: #dedede;
  overflow: hidden;
}

.conta-hv-nav {
  display: none;
  width: 90px;
  /*原来是150px*/
  border: 1px solid #ccc;
  background-color: #fff;
  position: absolute;
  right: -1px;
  top: 29px;
  padding: 10px 0;
}

.conta-hv-nav > li {
  /* float: left; */
  /*网站导航去掉预售活动*/
  height: 30px;
  width: 100%;
  /*原来50%*/
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.conta-hv-nav > li:hover {
  color: #e23435;
}

.hover-ba-navdh:hover .nav-dh {
  position: relative;
  z-index: 3;
  background: #fff;
  height: 30px;
  color: #e23435;
}

.hover-ba-navdh:hover .conta-hv-nav {
  display: block;
}

.ls-dlzc {
  margin-left: 40px;
}

.ls-dlzc a {
  padding: 0 10px;
}

.nav-middan-z {
  height: 120px;
  padding: 5px 0;
}

.nav-middan-z.home-index-head {
  height: 57px;
  padding-top: 23px;
}

.nav-middan-z .ecsc-logo {
  float: left;
}

.cart-ecsc-logo, .user-ecsc-logo {
  float: left;
}

.ecsc-search {
  float: left;
  margin: 30px 0 0 226px;
  /* padding-top: 24px; */
  width: 500px;
}

.ecsc-search-form {
  height: 40px;
  position: relative;
  /* background:#fff; */
  /* border: 2px solid #5E489C; */
  /* border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px;
    behavior: url(/public/css/PIE.htc); */
}

.ecsc-search-input {
  float: left;
  width: 430px;
  height: 40px;
  line-height: 40px;
  padding-left: 11px;
  /* box-sizing: border-box; */
  font-size: 14px;
  background-color: #fff;
  border: 2px solid #e991a9;
  border-right: none;
  color: #999;
  /* border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px; */
}

.ecsc-search-button {
  float: right;
  width: 70px;
  height: 40px;
  line-height: 40px;
  background: #e991a9;
  color: #fff;
  font-size: 14px;
  /* border: 1px solid #EB1E3B; */
  /* border-left: none; */
  /* border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0; */
  /* behavior: url(/public/css/PIE.htc); */
  cursor: pointer;
  position: relative;
}

.ecsc-search-button i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../images/shop8-search.png") no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.ecsc-search .keyword {
  padding-top: 4px;
  height: 36px;
  overflow: hidden;
  float: left;
  max-width: 500px;
}

.ecsc-search .keyword .key-item {
  float: left;
  line-height: 18px;
  /* margin-right: 15px; */
  font-size: 14px;
  color: #999;
  margin-left: 13px;
}

.ecsc-search .keyword .key-item:hover {
  color: #e23435;
}

/* 头部右侧广告图 */
.top-adv {
  width: 133px;
  height: 98px;
  float: left;
  margin-left: 111px;
}

.u-g-cart {
  position: relative;
  z-index: 11;
  margin-top: 27px;
  height: 36px;
  border: 1px solid #ccc;
  margin-right: 13px;
  background-color: #fff;
}

.u-g-cart .c-n {
  position: relative;
  z-index: 9;
  width: 150px;
  height: 32px;
  line-height: 32px;
  background-color: white;
  color: #DE0F0F;
  /* text-align: center; */
  font-size: 14px;
  cursor: pointer;
  border: none;
}

.u-g-cart .c-n span {
  color: #666;
  margin-left: 22px;
  line-height: 36px;
}

.u-g-cart:hover {
  border-color: #ccc;
}

.u-g-cart:hover .c-n {
  height: 30px;
}

.u-g-cart .c-n .share-shopcar-index {
  display: inline-block;
  width: 18px;
  height: 17px;
  vertical-align: top;
  margin: 9px 0 0 15px;
  background: url("../images/shop17-cart.png") no-repeat;
}

.u-g-cart .c-n .shop-nums {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 3px;
  min-width: 15px;
  background-color: #DE0F0F;
  color: #fff;
  font-size: 14px;
  border-radius: 12px;
  -o-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -webkit-border-radius: 12px;
  behavior: url(/public/css/PIE.htc);
  text-align: center;
  /* vertical-align: top; */
  /* margin-top: 2px; */
  position: absolute;
  top: -12px;
  right: 7px;
}

.u-g-cart .c-num {
  line-height: 40px;
  font-size: 14px;
  cursor: pointer;
  letter-spacing: 2px;
}

.u-g-cart .c-num {
  width: 28px;
  height: 45px;
  padding-left: 36px;
  background-color: #e23435;
  color: #fff;
  position: relative;
}

.u-g-cart .c-num .count {
  font-weight: 700;
}

.u-fn-cart {
  display: none;
  position: absolute;
  top: 29px;
  right: -1px;
  width: 288px;
  background: #fff;
  border: 1px solid #ccc;
}

.u-g-cart:hover .u-fn-cart {
  display: block;
}

.u-fn-cart .empty-c {
  width: auto;
  height: 80px;
  line-height: 80px;
  text-align: center;
}

.u-fn-cart .empty-c span {
  display: inline-block;
  color: #999;
  font-size: 12px;
  padding-left: 67px;
  position: relative;
}

.u-fn-cart .empty-c span .c-i {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("../images/ico-tphsop-index.png") no-repeat -315px 0;
  position: absolute;
  top: 12px;
  left: 10px;
}

.u-fn-cart .mn-c-box {
  width: 288px;
  position: relative;
  background-color: #e9e9e9;
}

.u-fn-cart .c-store {
  background-color: #fff;
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}

.u-fn-cart .c-store-tt {
  height: 29px;
  line-height: 29px;
  padding: 0 15px;
  border-bottom: 1px solid #e9e9e9;
  color: #666;
}

.u-fn-cart .c-sale-b {
  margin: 5px 15px 0;
  height: 24px;
  line-height: 24px;
  background: #e9e9e9;
  color: #c20053;
  overflow: hidden;
}

.u-fn-cart .i {
  padding: 0 3px;
  margin: 0 5px;
  background: #f58813;
  color: #fff;
}

.u-fn-cart .c-item {
  padding: 5px 15px;
  position: relative;
  border-bottom: 1px dashed #ccc;
}

.u-fn-cart .del {
  position: absolute;
  cursor: pointer;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background-color: #e9e9e9;
  top: 5px;
  right: 15px;
  display: none;
}

.u-fn-cart .c-store:hover .del {
  display: block;
}

/*侧边栏-购物车-s*/
.u-fn-cart .tp-scart-gname {
  display: block;
  line-height: 16px;
  max-height: 32px;
  overflow: hidden;
  width: 156px;
}

.hasshopcar.u-mn-cart .mn-c-box {
  width: 262px;
  margin-bottom: 10px;
}

.hasshopcar.u-mn-cart .del {
  right: 5px;
}

/*侧边栏-购物车-e*/
.u-fn-cart .goods-pic {
  width: 50px;
  height: 50px;
  margin-right: 5px;
  overflow: hidden;
}

.u-fn-cart .goods-pic > img {
  width: 100%;
}

.u-fn-cart .c-item .goods-name {
  display: block;
  width: 180px;
  height: 15px;
  line-height: 15px;
  overflow: hidden;
  color: #666;
  margin-bottom: 6px;
}

.u-fn-cart .c-item .num {
  color: #333;
}

.u-fn-cart .mn-c-total {
  padding: 10px 14px 18px;
  background: #e9e9e9;
  font-weight: 700;
}

.u-fn-cart .mn-c-total .c-t {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
}

.u-fn-cart .mn-c-total .c-btn {
  display: block;
  width: 260px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #e23435;
}

.u-fn-cart .mn-c-total .c-btn:hover {
  background: #d03031;
}

.categorys {
  position: relative;
  float: left;
  z-index: 8;
  height: 40px;
}

.categorys:hover .dd {
  display: block;
}

.categorys .dt > a {
  display: inline-block;
  width: 240px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  background: #cd456a;
  color: #fff;
  /* font-weight: bold; */
  /* padding-left: 19px; */
  /* border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -ms-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px; */
  /* behavior: url(/public/css/PIE.htc); */
}

.categorys .dt .index-categorys {
  background-color: #fff;
  border-top: 4px solid #2D2D2D;
  color: #2D2D2D;
  line-height: 36px;
}

.categorys .dt a .share-a_a2 {
  position: relative;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-left-color: transparent;
  vertical-align: top;
  float: right;
  margin: 14px 20px 0 0;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-tranform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

/* rotate兼容IE8 */
@media \0screen\,screen\9 {
  .categorys .dt a .share-a_a2 {
    display: none;
    /* -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865474, M12=-0.7071067811865477, M21=0.7071067811865477, M22=0.7071067811865474, sizingMethod='auto expand')"; */
  }
}

.categorys .dt a .share-a_a3 {
  width: 20px;
  height: 20px;
  margin: 13px 10px 0 13px;
  vertical-align: top;
  float: left;
  background: url(../images/shop47/cata-icon1.png) no-repeat;
}

/* .categorys .dt a .share-a_a3 {
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: relative;
    margin: 18px 15px 0 15px;
    float: left;
}
.categorys .dt a .share-a_a3:before {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #fff;
}
.categorys .dt a .share-a_a3:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #fff;
} */
.nav {
  width: 100%;
  background-color: #e991a9;
  z-index: 2;
  /* border-bottom: 2px solid #1B69C9; */
  height: 46px;
  /* margin-bottom: 10px; */
}

/* 购物车 */
.nav .nav-cart {
  width: 36px;
  height: 36px;
  display: block;
  border-radius: 50%;
  /* border: 1px solid #FF4F01; */
  background: #fff url("../images/shop34/shop43-cart.png") 8px 9px no-repeat;
  float: right;
  margin: 7px 50px 0;
  position: relative;
}

.nav .shop-nums1 {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 3px;
  min-width: 15px;
  background-color: #FF4F01;
  color: #fff;
  font-size: 14px;
  border-radius: 12px;
  -o-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -webkit-border-radius: 12px;
  behavior: url(/public/css/PIE.htc);
  text-align: center;
  /* vertical-align: top; */
  /* margin-top: 2px; */
  position: absolute;
  top: -6px;
  right: -10px;
}

.navitems {
  /* float: left; */
  /* position: absolute;
    left: 210px;
    right: 180px; */
  margin-left: 240px;
  height: 46px;
  /* padding-left: 16px; */
  /* width: 844px; */
  overflow: hidden;
  /* background: #59C1BB; */
  /* color: #fff; */
}

.navitems > li, .home_page {
  float: left;
  height: 46px;
  margin: 0 0 0 30px;
  cursor: pointer;
  position: relative;
  /* border-bottom: 2px solid transparent; */
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.navitems > li a, .home_page a {
  display: block;
  padding: 0 30px;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  /* font-weight: bold; */
  -webkit-transition: all ease-out .5s;
  transition: all ease-out .5s;
  background-color: transparent;
  /* border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; */
  /* position: relative; */
  /* border-bottom: 2px solid transparent; */
}

/* .navitems>li:before {
    content: '';
    height: 16px;
    width: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 12px;
} */
/* .navitems>li:first-child {
    margin-left: 10px;
} */
/* .navitems>li:first-child:before {
    display: none;
} */
.navitems .selected, .navitems > li:hover {
  /* background:#fff; */
  /* color: #FF5C01; */
  /* font-weight: 500; */
  /* border-bottom-color: #DF3A65; */
}

.navitems .selected > a, .navitems > li:hover > a {
  /* color: #fff; */
  /* background:#029A51; */
  /* color: #FF5C01;
    border-top: 1px solid #E42A2A;
    border-bottom: 1px solid #E42A2A; */
}

.categorys .dd {
  /* padding-top: 2px; */
  /* margin-bottom: 10px; */
  height: 510px;
  width: 240px;
  background-color: #fff;
  /* border: 1px solid #EE4C67; */
  /* border: 1px solid #2D2D2D;
    border-right: none; */
  /* overflow: hidden; */
  /* margin-top: 1px; */
  /* -webkit-box-shadow: 0px 1px 0px 0px #eee;
    -moz-box-shadow: 0px 1px 0px 0px #eee;
    box-shadow: 0px 1px 0px 0px #eee; */
  /* -pie-background: rgba(255, 255, 255, 0.85);
    behavior: url(/public/css/PIE.htc); */
  z-index: 50;
  position: relative;
}

.home_categorys .dd {
  display: none;
}

.categorys .item-left {
  height: 50px;
  border-bottom: 1px solid #ddd;
  /* background-color: #10B4AB; */
  /* line-height: 40px; */
  /* border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; */
}

/* .categorys .cata-nav {
    width: 100%;
    height: 100%;
} */
/* .categorys .cata-nav .item {
    width: 100%;
    max-height: 150px;
    overflow: hidden;
    position: relative;
} */
/* .categorys .nav-active .cata-nav-item {
    color: #333;
} */
.categorys .nav-active .item-left {
  position: relative;
  z-index: 9;
  /* border-left: 4px solid #449A91; */
  background: #F5F5F5;
  /* border-color: #5759CC; */
  /* cursor: pointer; */
}

.categorys .cata-nav-wrap .index-arrow-right {
  float: right;
  height: 100%;
  margin-right: 10px;
  line-height: 50px;
  font-family: '宋体';
  font-size: 14px;
  color: #444;
}

.categorys .nav-active .item-left a {
  /* color: #5E489C; */
}

.categorys .nav-active .item-left .index-arrow-right {
  /* color: #fff; */
}

.categorys .nav-active .cata-nav-layer {
  display: block;
}

.categorys .nav-active .cata-nav-wrap {
  border-bottom-color: transparent;
}

.categorys .cata-nav-name {
  width: 100%;
  height: 100%;
  padding: 0 12px;
  /* border-bottom: 1px solid #fff; */
}

.categorys .cata-nav-wrap {
  width: 100%;
  height: 50px;
  position: relative;
}

.categorys .cata-nav-wrap .cata-icon {
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 18px;
  margin: 16px 5px 0 0;
  background: url("../images/shop47/cata-icon.png") no-repeat;
}

/* .categorys .nav-active .cata-nav-wrap .cata-icon {
    background-image: url('../images/shop47/cata-icon-active.png');
} */
.cata-nav-name .ico {
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 22px;
  margin: 5px 10px 0 0;
  background-image: url("../images/categorys-item.png");
  background-repeat: no-repeat;
}

.cata-nav-name .share-a_a4 {
  /* display: inline-block; */
  float: right;
  width: 22px;
  height: 12px;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-tranform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  vertical-align: top;
  background: url(../images/ico-tphsop-index.png) no-repeat -200px -27px;
  margin: 3px 20px 0 0;
}

/* rotate兼容IE8 */
@media \0screen\,screen\9 {
  .cata-nav-name .share-a_a4 {
    margin: -1px 20px 0 0;
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0, M12=1, M21=-1, M22=0);
    /*IE8*/
  }
}

.ico-nav-0 {
  /* background-position: -25px 0; */
}

.ico-nav-1 {
  /* background-position: -50px 0; */
}

.ico-nav-2 {
  /* background-position: -75px 0; */
}

.ico-nav-3 {
  /* background-position: -100px 0; */
}

.ico-nav-4 {
  /* background-position: -125px 0; */
}

.ico-nav-5 {
  /* background-position: -150px 0; */
}

.ico-nav-6 {
  /* background-position: -175px 0; */
}

.ico-nav-7 {
  /* background-position: -200px 0; */
}

.cata-nav-name a {
  display: inline-block;
  vertical-align: top;
  /* margin-right:5px; */
  line-height: 50px;
  font-size: 16px;
  color: #444;
  font-weight: 400;
}

.nav-active .cata-nav-item li > a:hover {
  /* color:#333; */
}

.cata-nav-item {
  width: 100%;
  max-height: 40px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  padding: 0 19px;
}

/* .cata-nav-item:hover {
    color: #333;
} */
.cata-nav-item li {
  float: left;
  line-height: 24px;
  /* margin-right: 15px; */
  /* width: 107px; */
  padding-right: 15px;
  /* text-align: center; */
}

/* .cata-nav-item li>a:hover {
    color:#e23435;
} */
.categorys .cata-nav-layer {
  position: absolute;
  top: -1px;
  left: 240px;
  width: 984px;
  min-height: 509px;
  border: 1px solid #e991a9;
  /* border-left: none; */
  background: white;
  display: none;
}

.categorys .nav-active .cata-nav-layer {
  display: block;
}

.categorys .cata-nav-left {
  float: left;
  width: 820px;
  padding-left: 23px;
  padding-bottom: 97px;
}

.cata-nav-left .cata-layer-title {
  padding-top: 18px;
  height: 22px;
  width: 100%;
  overflow: hidden;
}

.layer-title-item {
  float: left;
  line-height: 22px;
  padding: 0 7px;
  margin-right: 14px;
  background-color: #ff5e5f;
  color: #fff;
  font-size: 14px;
}

.layer-title-item:hover {
  background-color: #e23435;
}

.layer-title-item > .ico {
  vertical-align: top;
  margin-left: 5px;
  font-family: consolas;
}

.cata-nav-left dl {
  font-size: 14px;
  /* padding-top: 20px;
    line-height: 14px; */
  border-bottom: 1px dashed #ddd;
}

.cata-nav-left dt {
  position: relative;
  float: left;
  width: 100px;
  line-height: 24px;
  padding: 10px 10px 10px 0;
  color: #333;
  font-weight: bold;
  text-align-last: justify;
  text-align: justify;
  /* 兼容ie */
  text-justify: distribute-all-lines;
  word-break: break-all;
}

.cata-nav-left dt:hover {
  color: #e23435;
}

.cata-nav-left dd {
  float: left;
  width: 621px;
  padding: 10px 0;
}

.cata-nav-left dd > a {
  float: left;
  padding: 0 10px;
  margin-top: 2px;
  color: #999;
  /* border-left: 1px solid #e5e5e5; */
}

.cata-nav-left dd > a:hover {
  color: #ff0c0c;
}

/* 品牌 */
.cata-nav-right {
  float: left;
  width: 140px;
}

.cata-nav-right a {
  width: 100px;
  height: 50px;
  margin: 20px auto 0;
  border: 1px solid #eee;
  display: block;
}

.cata-nav-right a img {
  width: 88px;
  height: 32px;
  margin: 9px 6px;
}

.advertisement_down {
  position: absolute;
  left: 25px;
  bottom: 25px;
  width: 687px;
  height: 47px;
  overflow: hidden;
  padding-left: 1px;
}

.advertisement_down > a {
  float: left;
  width: 129px;
  height: 45px;
  border: 1px solid #e8e8e8;
  margin-left: -1px;
  overflow: hidden;
}

.cata-nav-layer .cata-nav-rigth {
  float: right;
  width: 300px;
  max-height: 449px;
  overflow: hidden;
}

/** 搜索框提示样式 s **/
.candidate {
  display: none;
  background: white;
  border: 1px solid #ccc;
  -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 1000;
  top: 36px;
}

.candidate ul li {
  clear: both;
  overflow: hidden;
  padding: 1px 6px;
  line-height: 24px;
  cursor: pointer;
}

.candidate ul li:hover {
  background: #f5f5f5 !important;
}

.candidate .search-item {
  width: 190px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
  color: #666666;
}

.candidate .search-count {
  float: right;
  width: 194px;
  text-align: right;
  color: #aaa;
}

.candidate .close {
  border-top: 1px solid #efefef;
}

/** 搜索框提示样式 e *

/*通网对比样式*/
.add-contrast {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 76px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
  /* background: #ddd; */
  background-color: #5759CC;
  /* border: #1388E2 1px solid; */
  color: #fff;
  cursor: pointer;
  z-index: 2;
  /* border-radius: 13px;
    -o-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -webkit-border-radius: 13px; */
  filter: alpha(opacity=50);
  /* IE */
  -moz-opacity: 0.5;
  /* 老版Mozilla */
  -khtml-opacity: 0.5;
  /* 老版Safari */
  opacity: 0.5;
  /* 支持opacity的浏览器*/
}

.add-contrast:hover {
  filter: alpha(opacity=100);
  /* IE */
  -moz-opacity: 1;
  /* 老版Mozilla */
  -khtml-opacity: 1;
  /* 老版Safari */
  opacity: 1;
  /* 支持opacity的浏览器*/
}

.add-contrast-active {
  background-color: #F66745;
}

/* 隐藏复选框打勾 */
/* .add-contrast input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
} */
/* .add-contrast label {
    cursor: pointer;
} */
/* .floor-goods-item:nth-child(-n+4) .add-contrast {
    left: auto;
    right: 17px;
    bottom: 21px;
} */
.add-contrast-icon {
  display: inline-block;
  background: url(../images/shop25-contrast.png) no-repeat;
  width: 10px;
  height: 11px;
  margin-right: 6px;
}

.Contrast {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 970px;
  height: 140px;
  margin-left: -485px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 15px rgba(221, 221, 221, 0.8);
  box-shadow: 0 0 15px rgba(221, 221, 221, 0.8);
  /* position: relative; */
  z-index: 50;
  behavior: url(/public/css/PIE.htc);
  display: none;
}

.Contrast .Contrast-title {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
}

.Contrast .Contrast-title span {
  padding: 0 10px;
}

.Contrast .Contrast-title .Contrast-hide {
  float: right;
  cursor: pointer;
}

.Contrast .Contrast-con {
  width: 100%;
  height: 105px;
  float: left;
}

.Contrast .Contrast-con .Contrast-item {
  float: left;
  width: 204px;
  height: 84px;
  margin-top: 10.5px;
  border-right: 1px dashed #ddd;
}

.Contrast .Contrast-con .Contrast-item .Contrast-remove {
  color: blue;
  cursor: pointer;
}

.Contrast .Contrast-con .Contrast-pic {
  width: 50px;
  height: 50px;
  float: left;
}

.Contrast .Contrast-txt {
  float: right;
}

.Contrast .Contrast-con .Contrast-name {
  width: 154px;
  height: 36px;
  line-height: 18px;
  font-size: 14px;
  overflow: hidden;
  padding-right: 10px;
}

.Contrast .Contrast-con .Contrast-price {
  width: 154px;
  color: #D81919;
  padding-right: 10px;
}

.Contrast-btn {
  position: absolute;
  right: 0;
  top: 36px;
}

.Contrast-btn input {
  display: block;
  margin: 10px 45px;
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #ccc;
  border: 1px solid #ddd;
  cursor: default;
  font-weight: 700;
  behavior: url(/public/css/PIE.htc);
}

.Contrast-btn .Contrast-btn-active {
  background-color: #E74649;
  border: none;
  cursor: pointer;
  color: #fff;
}

/* 服务热线 */
.hot-service {
  /* width: 200px; */
  height: 36px;
  float: right;
  margin: 40px 0 0 0;
  font-size: 0;
}

.hot-service > i {
  display: inline-block;
  width: 40px;
  height: 36px;
  background: #0F9021 url("../images/shop47/phone.png") no-repeat 8px 6px;
  /* margin: 3px 15px 0 0; */
  vertical-align: top;
}

.hot-service .hot-service-con {
  display: inline-block;
  height: 100%;
  border: 1px solid #ddd;
  border-left: none;
  padding: 0 30px 0 13px;
}

.hot-service .hot-service-title, .hot-service .hot-service-number {
  color: #343434;
  line-height: 36px;
  font-size: 14px;
}

.hot-service .hot-service-number {
  color: #383838;
  font-weight: bold;
}

/* 购物车 */
.index-cart {
  /* width: 138px; */
  border-color: #e991a9;
  height: 40px;
  margin: 35px 0 0 0;
  /* border: none; */
  background-color: #F7F8FA;
  /* border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px; */
}

.index-cart .c-n {
  width: 158px;
  height: 38px;
  background-color: #F7F8FA;
  /* border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px; */
}

.index-cart .cart-icon {
  width: 22px;
  height: 22px;
  float: left;
  /* border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; */
  /* display: inline-block; */
  /* vertical-align: top; */
  margin: 11px 14px 0 9px;
  background: url("../images/shop47/cart.png") no-repeat;
}

.index-cart .cart-square {
  margin: -26px 5px 0 0;
  border-width: 6px;
  border-top-color: transparent;
  border-left-color: #e991a9;
}

.index-cart .c-n span {
  margin-left: 0;
  font-size: 14px;
  color: #666;
  line-height: 40px;
  display: block;
  margin: 0 40px 0 40px;
  text-align: right;
}

.index-cart .c-n .shop-nums {
  background-color: #F7F8FA;
  color: #FF5500;
  border-radius: unset;
  display: inline;
  position: static;
  /* height: 24px;
    line-height: 24px;
    padding: 0 4px;
    top: -14px;
    left: 28px;
    right: auto;
    background-color: #EA2D2D; */
}

.index-cart .u-fn-cart {
  top: 37px;
}

.index-cart:hover .c-n {
  height: 38px;
}

/* 商品分类三角形 */
.categorys-square, .cart-square {
  float: right;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 6px solid #fff;
  /* display: inline-block; */
  vertical-align: top;
  margin: 22px 20px 0 10px;
}

.index-categorys .categorys-square {
  border-top-color: transparent;
  border-bottom-color: #2D2D2D;
  margin-top: 8px;
}

/* 商品搜索title */
.ecsc-search-title {
  float: left;
  width: 80px;
  height: 40px;
  line-height: 40px;
  background-color: #FF7E0C;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

/* 商家入驻 */
.shop-settled {
  /* position: absolute;
    bottom: 0;
    right: 0; */
  width: 120px;
  height: 38px;
  line-height: 38px;
  margin-top: 4px;
  float: right;
  background-color: #FF993F;
  border-radius: 19px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

/* 首页顶部location */
.index-top {
  background-color: #F6F6F6;
  color: #666;
  /* font-size: 14px; */
  /* border-bottom: 1px solid #eee; */
}

.index-top .store-selector .text, .index-top .sendaddress span, .index-top .store-selector .text span {
  /* color: #fff; */
}

.index-top .top-ri-header > li:hover {
  /* color: #FFD800; */
}

/* 首页logo */
.nav-middan-z .index-logo {
  /* float: none;
    margin: 0 auto;
    display: block; */
}
