img {
  max-width: 100%;
}
.border-1 {
  border: 1px solid #dadfe5;
  border-top: none;
}
.min-w {
  min-width: 1200px;
  margin: 0 auto;
}
.mt-20 {
  margin-top: 20px;
}
.mt-10 {
  margin-top: 10px;
}
body {
  color: #333;
  font-size: 12px;
  font-family: Microsoft YaHei,arial;
}
i {
  font-style: normal;
}
.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
* {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
a {
  color: #666;
  text-decoration: none;
}
a:active,
a:visited,
a:focus {
  text-decoration: none;
}
a:hover {
  color: #f11d14;
  text-decoration: none;
}
li {
  list-style: none;
}
@font-face {
  font-family: 'icon';
  src: url('//at.alicdn.com/t/font_485402_4ecy2ud0knn.eot');
  src: url('//at.alicdn.com/t/font_485402_4ecy2ud0knn.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_485402_4ecy2ud0knn.woff') format('woff'), url('//at.alicdn.com/t/font_485402_4ecy2ud0knn.ttf') format('truetype'), url('//at.alicdn.com/t/font_485402_4ecy2ud0knn.svg#iconfont') format('svg');
}
.icon {
  font-family: "icon";
}
.top-home:before {
  content: '\e697';
}
.top-phone:before {
  content: '\e69e';
}
.top-row-b:before {
  content: '\e694';
}
.top-row-t:before {
  content: '\e693';
}
.icon-search:before {
  content: '\e69f';
}
.icon-shopping:before {
  content: '\e69b';
}
.icon-sort:before {
  content: '\e6a0';
}
.icon-left {
  background: url(../images/arrow-left-bold.png) no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 70px;
  display: inline-block;
}
.icon-left:hover {
  background: url(../images/arrow-left-bold1.png) no-repeat center;
  background-size: 24px 24px;
}
.icon-right:before {
  content: '\e692';
}
.icon-collect:before {
  content: '\e698';
}
.icon-share:before {
  content: '\e691';
}
.icon-star:before {
  content: '\e725';
}
.icon-star-circle:before {
  content: '\e68e';
}
.icon-add:before {
  content: '\e600';
}
.icon-cut:before {
  content: '\e671';
}
.icon-tips:before {
  content: '\e628';
}
.icon-del:before {
  content: '\e69a';
}
.icon-coupon:before {
  content: '\e69d';
}
.icon-footprint:before {
  content: '\e695';
}
.icon-collect-right:before {
  content: '\e68f';
}
.icon-customer:before {
  content: '\e6a2';
}
.icon-see:before {
  content: '\e613';
}
.icon-kefu:before {
  content: '\e61b';
}
.icon-dianhua:before {
  content: '\e627';
}
.icon-close:before {
  content: '\e7c1';
}
.member-home:before {
  content: '\e696';
}
.member-message:before {
  content: '\e70b';
}
.member-infor:before {
  content: '\e70e';
}
.member-money:before {
  content: '\e70d';
}
.member-cart:before {
  content: '\e706';
}
.member-order:before {
  content: '\e707';
}
.member-collection:before {
  content: '\e70a';
}
.member-waitingPay:before {
  content: '\e705';
}
.member-waitingSend:before {
  content: '\e708';
}
.member-waitingReceipt:before {
  content: '\e70c';
}
.member-waitingEvaluation:before {
  content: '\e709';
}
.icon-store::before {
  content: '\e6ee';
}
.username:before {
  content: '\e602';
}
.password:before {
  content: '\e601';
}
.verify:before {
  content: '\e7fe';
}
.login-eq:before {
  content: '\e6be';
}
.login-pc:before {
  content: '\e64c';
}
.icon-kuaisu:before {
  content: '\e6bf';
}
.icon-detail-eq:before {
  content: '\e703';
}
.icon-addpic:before {
  content: '\e719';
}
.icon-list-add:before {
  content: '\e679';
}
.icon-radios::before {
  content: '\e622';
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background-color: transparent;
}
.breadcrumb > .active {
  color: #f11d14;
}
.breadcrumb {
  background-color: transparent;
  padding: 14px 0;
  margin: 0;
}
.breadcrumb li {
  font-family: "icon";
}
.breadcrumb > li + li:before {
  content: '\e692';
}
/*滚动条样式*/
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}
::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #eaeaea;
}
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: #fff;
}
/*input[type="checkbox"],input[type="radio"]{appearance: none; -webkit-appearance: none;outline: none;display:none}*/
label {
  display: inline-block;
  cursor: pointer;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: middle;
  margin-right: 5px;
}
label input[type="checkbox"] + span {
  font-family: "icon";
  height: 14px;
  width: 14px;
  border-radius: 2px;
  border: 1px solid #999;
  float: left;
}
label input[type="checkbox"]:checked + span {
  font-family: "icon";
  color: #f11d14;
  height: 14px;
  line-height: 14px;
}
label input[type="checkbox"]:checked + span:after {
  content: '\e683';
}
label input[type="radio"] + span {
  display: inline-block;
  font-family: "icon";
}
label input[type="radio"] + span:after {
  content: '\e622';
}
label input[type="radio"]:checked + span {
  font-family: "icon";
  color: #f11d14;
}
label input[type="radio"]:checked + span:after {
  content: '\e615';
}
label.control-label {
  margin-right: 0;
}
.btn-danger {
  border: 1px solid #f11d14;
  color: #f11d14;
  background: #fff;
  line-height: 24px;
  margin-left: 5px;
  padding: 0 10px;
  border-radius: 4px;
  display: inline-block;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.focus,
.btn-danger.active {
  background: #f11d14 !important;
  border-color: #f11d14 !important;
}
.process .icon {
  width: 32px;
  height: 32px;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
/*在线客服*/
#online_customer {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  border-right: 6px solid #4f5665;
  width: 36px;
  box-sizing: border-box;
  z-index: 1090;
}
#online_customer .onlineCustomerContent {
  position: absolute;
  right: -6px;
  width: 34px;
  height: 176px;
  top: 50%;
  margin-top: -88px;
}
#online_customer .onlineCustomerContent li {
  color: #fff;
  font-size: 12px;
  word-wrap: break-word;
  word-break: normal;
  cursor: pointer;
  text-align: center;
  position: relative;
}
#online_customer .onlineCustomerContent li p {
  background: #4f5665;
  position: relative;
  z-index: 4;
  margin-bottom: 1px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  height: 34px;
  line-height: 34px;
}
#online_customer .onlineCustomerContent li .icon {
  font-size: 18px;
}
#online_customer .onlineCustomerContent li em {
  position: absolute;
  display: inline-block;
}
#online_customer .onlineCustomerContent li span {
  position: absolute;
  z-index: 3;
  display: block;
  width: 62px;
  text-align: center;
  line-height: 34px;
  top: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  left: 0;
  background: #f11d14;
  opacity: 0;
  transition: left 0.3s ease-in-out 0.1s;
}
#online_customer .onlineCustomerContent li:last-child:after {
  display: none;
}
#online_customer .onlineCustomerContent li:hover {
  color: #fff;
}
#online_customer .onlineCustomerContent li:hover p {
  background: #f11d14;
}
#online_customer .onlineCustomerContent li:hover .customer {
  display: block;
}
#online_customer .onlineCustomerContent li:hover span {
  left: -60px;
  opacity: 1;
}
.customer {
  display: none;
  position: absolute;
  width: 153px;
  background: #f11d14;
  left: -153px;
  bottom: 0px;
  padding: 10px;
  box-sizing: border-box;
  text-align: left;
}
.customer a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  margin-bottom: 0;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.customer a:hover {
  color: #fff;
}
.customer .icon {
  margin-right: 5px;
}
#BizQQWPA {
  display: block;
  color: #FFF;
  text-decoration: none;
  margin-bottom: 0;
  line-height: 30px;
  background-image: url(https://upmallresource.yonyouup.com/images/icon-broadside.png);
  background-repeat: no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-position: 5px -125px;
}
.BizQQWPA {
  display: block;
  color: #FFF;
  text-decoration: none;
  margin-bottom: 0;
  line-height: 30px;
  background-image: url(https://upmallresource.yonyouup.com/images/icon-broadside.png);
  background-repeat: no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-position: 5px -125px;
}
/*侧栏弹出框*/
.customerPop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 300px;
  width: 300px;
  height: 100%;
  overflow: hidden;
  z-index: 1089;
  background-color: #444242;
  box-sizing: border-box;
  padding: 10px;
  padding-right: 0;
  color: #f5f5f5;
}
.customerPop .icon {
  display: inline-block !important;
}
.customerPop .icon.icon-add,
.customerPop .icon.icon-less {
  color: #959595;
  width: 12px !important;
  height: 12px !important;
  line-height: 9px;
  vertical-align: middle;
  border: 1px solid #959595;
  background: transparent !important;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
}
.customerPop .title {
  font-size: 16px;
  line-height: 28px;
}
.customerPop .title .icon-packUp {
  float: left;
  margin-right: 3px;
  background-position: 4px -222px;
}
.customerPop .sub-title {
  font-size: 14px;
  line-height: 40px;
  border-bottom: 1px solid #636363;
  vertical-align: middle;
}
.customerPop .sub-title a.detail {
  color: #FFF;
  float: right;
}
.customerPop .sub-title label {
  font-weight: normal;
}
.customerPop .sub-title .check_All {
  vertical-align: middle;
}
.customerPop .sideCart,
.customerPop .sideCoupon,
.customerPop .collectBtn,
.customerPop .footprintBtn {
  /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.customerPop .sideCart::-webkit-scrollbar,
.customerPop .sideCoupon::-webkit-scrollbar,
.customerPop .collectBtn::-webkit-scrollbar,
.customerPop .footprintBtn::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.5);
}
.customerPop .sideCart::-webkit-scrollbar-track,
.customerPop .sideCoupon::-webkit-scrollbar-track,
.customerPop .collectBtn::-webkit-scrollbar-track,
.customerPop .footprintBtn::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);
}
.customerPop .sideCart::-webkit-scrollbar-thumb,
.customerPop .sideCoupon::-webkit-scrollbar-thumb,
.customerPop .collectBtn::-webkit-scrollbar-thumb,
.customerPop .footprintBtn::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
.customerPop .sideCart {
  padding-bottom: 70px;
}
.customerPop .sideCart li {
  text-align: left !important;
  padding: 0 !important;
  margin: 15px auto;
}
.customerPop .sideCart li input[type=checkbox] {
  float: left;
  width: 13px;
  margin-top: 26px;
}
.customerPop .sideCart li .list-con {
  margin-left: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  padding-right: 6px;
}
.customerPop .sideCart li .list-con img {
  width: 66px;
  height: 66px;
  float: left;
}
.customerPop .sideCart li .list-con .name,
.customerPop .sideCart li .list-con p {
  margin-left: 72px;
  line-height: 20px;
  font-size: 13px;
  color: #c0c0c0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.customerPop .sideCart li .list-con .name {
  color: #F5F5F5;
}
.customerPop .sideCart li .list-con .number-box {
  float: right;
  vertical-align: middle;
}
.customerPop .sideCart li .list-con .cart-number {
  width: 20px;
  border: none;
  height: 14px;
  background: none;
  line-height: 14px;
  color: #fff;
  text-align: center;
  padding: 0;
  vertical-align: middle;
  margin-bottom: 1px;
  outline: none;
}
.customerPop .sideCart li .list-con .price-box {
  margin-top: 4px;
  margin-bottom: 2px;
}
.customerPop .sideCart li .list-con .price {
  color: #f11d14;
}
.customerPop .sideCart li > i.icon-del {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.5);
  background-position: 4px -206px;
}
.customerPop .sideCart li:hover {
  background: transparent;
}
.customerPop .sideCart li:after {
  display: none;
}
.customerPop .bottombar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 74px;
  padding: 18px 10px;
  width: 100%;
  background: #ededed;
  z-index: 99;
  color: #444242;
  box-sizing: border-box;
}
.customerPop .bottombar p {
  display: inline-block;
}
.customerPop .bottombar p em,
.customerPop .bottombar p span {
  color: #f11d14;
  font-weight: bold;
}
.customerPop .bottombar p span {
  display: block;
}
.customerPop .bottombar .btn-balance {
  float: right;
  width: 146px;
  height: 40px;
  background: #f11d14;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  border-radius: 0;
}
.sideCart,
.sideCoupon,
.sideCollect,
.sideFootprint {
  height: 100%;
  overflow: auto;
  display: none;
}
.sideCoupon .tab-content .couponList {
  margin-right: 10px;
}
.sideCoupon .tab-content li {
  margin: 10px auto;
  height: 103px;
  color: #fff !important;
  text-align: left !important;
  background: url(https://upmallresource.yonyouup.com/images/sildecoupon.png) repeat-y left 0 #dca467;
  padding-left: 30px !important;
  box-sizing: content-box;
}
.sideCoupon .tab-content li .coupon-price {
  padding-bottom: 25px;
}
.sideCoupon .tab-content li .coupon-price em {
  font-style: normal;
  margin-left: 10px;
  font-size: 28px;
}
.sideCoupon .tab-content li .coupon-text {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 22px;
}
.sideCoupon .tab-content li .coupon-scope {
  position: absolute;
  right: 50px;
  font-size: 16px;
  top: 30px;
}
.sideCoupon .tab-content li .expire {
  position: absolute;
  height: 21px;
  line-height: 21px;
  font-size: 12px;
  padding: 0 15px;
  border-radius: 12px 0 0 12px;
  background: rgba(0, 0, 0, 0.5);
  top: 60px;
  right: 0;
}
.sideCoupon .tab-content li:nth-of-type(even) {
  background-color: #d96460;
}
.sideCoupon .tab-content .giftList li {
  height: 138px;
  background: #f49c06;
  border-radius: 10px;
  padding-left: 20px !important;
}
.sideCoupon .tab-content .giftList li:nth-of-type(even) {
  background-color: #f49c06;
}
.sideCoupon .tab-content .giftList li .coupon-price {
  padding-bottom: 45px;
  font-size: 18px;
  position: relative;
}
.sideCoupon .tab-content .giftList li .coupon-price:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10px;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.sideCoupon .tab-content .giftList li .coupon-price em {
  font-size: 18px;
}
.sideCollect .collect-btn {
  position: absolute;
  right: 20px;
  top: 10px;
}
.sideCollect .collect-btn .btn-default {
  background: transparent;
  border: 1px solid #8d8d8d;
  border-radius: 0;
  color: #e1e0e0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.comm-list li {
  display: inline-block;
  width: 47%;
  margin-right: 5px;
  margin-top: 10px;
  background: #555353;
  padding: 0 !important;
}
.comm-list li:after {
  display: none;
}
.comm-list li a img {
  display: block;
  width: 100%;
  height: 112px;
  max-height: 112px;
}
.comm-list li a p {
  font-size: 12px;
  text-align: left;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}
.sideFootprint {
  display: block;
}
.sideFootprint .collect-btn {
  position: absolute;
  right: 20px;
  top: 10px;
}
.sideFootprint .collect-btn .btn-default {
  background: transparent;
  border: 1px solid #8d8d8d;
  border-radius: 0;
  color: #e1e0e0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.sideFootprint .footprint {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
}
.sideFootprint .footprint:after {
  content: "";
  position: absolute;
  left: 7px;
  width: 4px;
  background: #eeeeee;
  bottom: -20px;
  top: 18px;
}
.sideFootprint .footprint .date {
  position: relative;
  color: #999999;
}
.sideFootprint .footprint .date:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  border: 2px solid #eeeeee;
}
.sideFootprint .footprint.today:after {
  background: linear-gradient(#ef5651 66%, #eeeeee 80%);
}
.sideFootprint .footprint.today .date:before {
  border: 2px solid #ef5651;
}
.tabs .tab ul {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0;
}
.tabs .tab ul li {
  color: #919191;
  cursor: pointer;
  list-style: none;
}
.tabs .tab-content div {
  display: none;
  min-height: 100px;
}
.tabs .tab-content div.active {
  display: block;
}
.tabs-skin1 .tab ul {
  position: relative;
}
.tabs-skin1 .tab ul:before {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 10px;
  background: #838383;
  z-index: 15;
}
.tabs-skin1 .tab ul li {
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 100%;
}
.tabs-skin1 .tab ul li.active {
  color: #f11d14 !important;
}
.tabs-skin1 .tab ul li.active:after {
  height: 0;
  display: none;
}
.tabs-skin1 .tab ul li.active:before {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 0 !important;
  right: 10px !important;
  background: #f11d14 !important;
  z-index: 15;
}
