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;
}
/*热销排行榜 开始*/
.hot-list {
  border: 1px solid #e6e6e6;
  margin-top: 15px;
  margin-left: -15px;
  margin-bottom: 15px;
}
.hot-list-title {
  background: #f9fafd;
  color: #333333;
  line-height: 38px;
  padding: 0 15px;
  font-size: 16px;
  border-bottom: 1px solid #dadfe5;
  width: 100%;
  text-align: center;
}
.hot-list .goods-img {
  text-align: center;
  overflow: hidden;
}
.hot-list ul {
  padding: 10px;
  margin: 0;
}
.hot-list ul li {
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
  border-bottom: 1px dashed #dadfe5;
}
.hot-list .goods-title,
.hot-list .goods-rank {
  font-size: 12px;
  color: #666;
  word-break: break-all;
}
.hot-list .goods-title {
  max-height: 48px;
  line-height: 24px;
  overflow: hidden;
}
.hot-list .goods-rank:after {
  content: " ";
  clear: both;
  display: block;
  zoom: 1;
}
.hot-list .goods-rank .rank {
  float: left;
}
.hot-list .goods-rank .rank em {
  border: 1px solid #f11d14;
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 13px;
  border-radius: 50%;
  text-align: center;
  color: #f11d14;
  margin-right: 5px;
  font-size: 11px;
}
.hot-list .goods-rank .pirce {
  float: right;
  color: #f11d14;
  font-weight: bold;
}
.hot-list ul li:last-child {
  border-bottom: none;
}
/*热销排行榜 end*/
[data-type="Product_list"] {
  margin-top: 15px;
}
[data-type="Product_list"] .list-conditions {
  background: #f6f9fd;
  border-top: 2px solid #5b6274;
  margin: 0 -15px;
  padding: 7px 10px;
  height: 43px;
  color: #5b6274;
}
[data-type="Product_list"] .list-conditions span {
  display: inline-block;
  overflow: hidden;
  line-height: 20px;
  margin-bottom: 2px;
  margin-right: 25px;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  font-size: 14px;
}
[data-type="Product_list"] .list-conditions span .f-ico-arrow-d {
  font-family: "icon";
  font-size: 12px;
}
[data-type="Product_list"] .list-conditions span .f-ico-arrow-d:before {
  content: '\e631';
}
[data-type="Product_list"] .list-conditions span:hover {
  color: #f11d14;
}
[data-type="Product_list"] .list-conditions span.onHover {
  color: #f11d14;
}
[data-type="Product_list"] .list-conditions span.onHover .f-ico-arrow-d {
  font-family: "icon";
  font-size: 12px;
}
[data-type="Product_list"] .list-conditions span.onHover .f-ico-arrow-d:before {
  content: '\e7c2';
}
[data-type="Product_list"] .list-conditions span.offHover {
  color: #f11d14;
}
[data-type="Product_list"] .list-conditions span.offHover .f-ico-arrow-d {
  font-family: "icon";
  font-size: 12px;
}
[data-type="Product_list"] .list-conditions span.offHover .f-ico-arrow-d:before {
  content: '\e631';
}
[data-type="Product_list"] .list-conditions p {
  display: inline-block;
  margin-bottom: 0px;
  position: relative;
  color: #5b6274;
  margin-left: 20px;
}
[data-type="Product_list"] .list-conditions p label {
  color: #999;
}
[data-type="Product_list"] .list-conditions p label input {
  opacity: 0;
}
[data-type="Product_list"] .list-conditions p label:hover {
  color: #333;
}
[data-type="Product_list"] .list-conditions p input {
  border: 1px solid #dbe0e5;
  background: transparent;
  outline: none;
  height: 26px;
  border-radius: 2px;
}
[data-type="Product_list"] .list-conditions p input:hover {
  border: 1px solid #999;
}
[data-type="Product_list"] .list-conditions p input.search-price {
  width: 60px;
  text-align: center;
}
[data-type="Product_list"] .list-conditions p input::-webkit-input-placeholder {
  color: #ccc;
}
[data-type="Product_list"] .list-conditions p button {
  margin-left: 5px;
}
[data-type="Product_list"] .list-conditions p button.two-search {
  background: #656c7d;
  color: #fff;
  border: none;
  text-align: center;
  height: 26px;
  border-radius: 2px;
  padding: 0 15px;
  font-size: 12px;
  outline: none;
  line-height: 26px;
}
[data-type="Product_list"] .list-conditions .search-p {
  float: right;
  border: 1px solid #dbe0e5;
  background: #fff;
  outline: none;
  height: 26px;
  border-radius: 2px;
}
[data-type="Product_list"] .list-conditions .search-p:hover {
  border-color: #999;
}
[data-type="Product_list"] .list-conditions .search-p input {
  width: 130px;
  border: none;
  height: 26px;
  padding-left: 5px;
  font-size: 12px;
  vertical-align: middle;
  padding-bottom: 2px;
}
[data-type="Product_list"] .list-conditions .search-p input:hover {
  border: none;
}
[data-type="Product_list"] .list-conditions .search-p span {
  position: relative;
  left: -5px;
  border-left: none;
  height: 20px;
  line-height: 16px;
  margin-right: 0;
  margin-bottom: 0;
  font-size: 10px;
}
[data-type="Product_list"] .list-conditions input[type='checkbox'] {
  position: absolute;
  top: 2px;
}
[data-type="Product_list"] .list-shop span {
  display: inline-block;
  overflow: hidden;
  line-height: 20px;
  z-index: 10;
  margin-bottom: 2px;
  margin-right: 25px;
  text-align: center;
  cursor: pointer;
  color: #5b6274;
  vertical-align: middle;
  font-size: 14px;
}
[data-type="Product_list"] .list-shop p {
  display: inline-block;
  margin-bottom: 0px;
  position: relative;
  height: 20px;
  color: #5b6274;
  margin-left: 20px;
}
[data-type="Product_list"] .list-shop .search-shop-p {
  float: right;
  border: 1px solid #dbe0e5;
  background: #fff;
  outline: none;
  height: 20px;
  border-radius: 2px;
}
[data-type="Product_list"] .list-shop .search-shop-p input {
  width: 130px;
  border: none;
  height: 20px;
  padding-left: 5px;
  font-size: 12px;
  vertical-align: middle;
}
[data-type="Product_list"] .list-shop .search-shop-p span {
  position: relative;
  left: -3px;
  border-left: none;
  height: 20px;
  line-height: 16px;
  margin-right: 0;
  margin-bottom: 0;
  font-size: 10px;
}
[data-type="Product_list"] .productlist {
  margin: 10px 0 0 0;
  padding: 4px 0 0 0;
  min-height: 369px;
  margin-left: -15px;
  margin-right: -15px;
}
[data-type="Product_list"] .productlist > ul > li {
  width: 25%;
  height: 400px;
  overflow: hidden;
  float: left;
  border: 1px solid #dbe0e5;
  padding: 20px;
  margin-top: -1px;
  margin-left: -1px;
}
[data-type="Product_list"] .productlist > ul > li:hover {
  border: 1px solid #4f5665;
  position: relative;
  z-index: 2;
}
[data-type="Product_list"] .productlist > ul > li:nth-of-type(4n) {
  margin-right: 0;
}
[data-type="Product_list"] .productlist > ul > li:nth-of-type(4n+1) {
  margin-left: 0;
}
[data-type="Product_list"] .productlist > ul > li .productInfo {
  text-align: left;
}
[data-type="Product_list"] .productlist > ul > li .productInfo .product-img {
  text-align: center;
  margin-bottom: 12px;
}
[data-type="Product_list"] .productlist > ul > li .productInfo .product-img a {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 209px;
  height: 209px;
}
[data-type="Product_list"] .productlist > ul > li .productInfo .product-img img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
[data-type="Product_list"] .productlist > ul > li .productInfo .product-title {
  font-size: 14px;
  color: #515151;
  line-height: 20px;
  height: 40px;
  margin-top: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  /*height: 52px;*/
}
[data-type="Product_list"] .productlist > ul > li .productInfo .product-title a {
  color: #515151;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
[data-type="Product_list"] .productlist > ul > li .productInfo .product-title a:hover {
  color: #f11d14;
}
[data-type="Product_list"] .productlist > ul > li .item-summary {
  color: #a1a1a1;
  font-size: 12px;
  margin-top: 5px;
  line-height: 18px;
}
[data-type="Product_list"] .productlist > ul > li .item-summary span em {
  font-style: normal;
  color: #d69311;
}
[data-type="Product_list"] .productlist > ul > li .item-summary .collection {
  float: right;
  margin: 0;
  color: #a1a1a1;
  height: 16px;
  text-align: right;
  cursor: pointer;
  font-family: 'icon';
}
[data-type="Product_list"] .productlist > ul > li .item-summary .collection:before {
  content: '\e613';
  margin-right: 3px;
  font-size: 14px;
  display: inline-block;
}
[data-type="Product_list"] .productlist > ul > li .item-summary .collection:hover {
  color: #f11d14;
}
[data-type="Product_list"] .productlist > ul > li .item-summary .collection.active {
  color: #f11d14;
}
[data-type="Product_list"] .productlist > ul > li .item-summary .collection.active:before {
  content: '\e755';
}
[data-type="Product_list"] .productlist > ul > li .item-summary .list-add-cart {
  background-image: url(https://upmallresource.yonyouup.com/img/icon/icon-shop-cart.png);
  position: absolute;
  width: 20px;
  height: 20px;
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #e5e5e5;
  margin-left: 15px;
  cursor: pointer;
}
[data-type="Product_list"] .productlist > ul > li .price {
  color: #f11d14;
  font-size: 18px;
}
[data-type="Product_list"] .productlist > ul > li .markPrice {
  text-decoration: line-through;
  color: #cbcbcb;
  font-size: 12px;
  margin-left: 5px;
}
[data-type="Product_list"] .pagenation {
  padding: 15px 0;
  text-align: right;
  color: #ccc;
  float: right;
  font-size: 12px;
  margin: 0 -15px;
}
[data-type="Product_list"] .pagenation span {
  display: inline-block;
  height: 35px;
  min-width: 35px;
  line-height: 35px;
  padding: 0 10px;
  margin: 0 3px;
  color: #999;
  text-align: center;
  border: 1px solid #aeb4bd;
  border-radius: 3px;
  vertical-align: middle;
}
[data-type="Product_list"] .pagenation span.disabled {
  background: #fff;
  border: 1px solid #e3e3e3;
  color: #ccc;
}
[data-type="Product_list"] .pagenation span.current {
  color: #fff;
  background-color: #aeb4bd;
}
[data-type="Product_list"] .pagenation a {
  color: #333;
  display: inline-block;
  height: 35px;
  text-align: center;
  min-width: 35px;
  line-height: 35px;
  border-radius: 3px;
  padding: 0 10px;
  border: 1px solid #e3e3e3;
  margin: 0 3px;
  vertical-align: middle;
}
[data-type="Product_list"] .pagenation a:hover {
  border-color: #aeb4bd;
}
[data-type="Product_list"] i.icon {
  display: inline-block;
  vertical-align: middle;
  background-size: 100% auto;
  background-position: left top;
  background-repeat: no-repeat;
  font-style: normal;
  position: relative;
  margin-right: 4px;
}
[data-type="Product_list"] .iconGroup {
  width: 50px;
  height: 50px;
  /*background-image: url("../../pages/img/icon/icon-gift.png");*/
}
[data-type="Product_list"] .groupBuyingLabel {
  display: inherit;
  position: absolute;
  margin-left: 3px;
  height: 50px;
}
[data-type="Product_list"] .tagLabel1 {
  display: inherit;
  position: absolute;
  margin-left: 3px;
  height: 30px;
  border-radius: 5px;
  padding: 0 5px;
  line-height: 30px;
}
[data-type="Product_list"] .tagLabel2 {
  display: inherit;
  position: absolute;
  margin-left: 3px;
  height: 50px;
  border-radius: 5px;
}
[data-type="Product_list"] ul.pc-shop-list > li {
  width: 33.3%;
  margin: 0;
  height: auto;
}
[data-type="Product_list"] ul.pc-shop-list > li .productInfo {
  padding: 10px;
}
[data-type="Product_list"] ul.pc-shop-list > li .productInfo .product-img {
  position: relative;
}
[data-type="Product_list"] ul.pc-shop-list > li .productInfo .product-img .product-mask {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 2;
  line-height: 100%;
  display: none;
}
[data-type="Product_list"] ul.pc-shop-list > li .productInfo .product-img .product-mask a {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  width: 84px;
  height: 26px;
  text-align: center;
  line-height: 24px;
  vertical-align: middle;
}
[data-type="Product_list"] ul.pc-shop-list > li .productInfo .product-img .product-mask span {
  display: table-cell;
  vertical-align: middle;
}
[data-type="Product_list"] ul.pc-shop-list > li .productInfo .product-img:hover .product-mask {
  display: table;
}
[data-type="Product_list"] ul.pc-shop-list > li:hover {
  border-color: transparent;
}
[data-type="Product_list"] ul.pc-shop-list > li .productInfo .product-title {
  padding: 0;
}
[data-type="Product_list"] ul.pc-shop-list > li .productInfo .product-title a {
  color: #999;
  font-size: 12px;
}
[data-type="Product_list"] ul.pc-shop-list > li .productInfo .product-title span {
  float: left;
  margin-right: 10px;
}
[data-type="Product_list"] ul.pc-shop-list > li .productInfo .product-title h2 {
  font-size: 14px;
  color: #984547;
  font-weight: normal;
}
.detail_noComment {
  text-align: center;
  padding: 50px 0;
  display: none;
}
.detail_noComment .icon-no-data {
  background: url(https://upmallresource.yonyouup.com/images/pc/no-data.png) no-repeat;
  width: 320px;
  height: 270px;
  display: inline-block;
  background-size: 320px 270px;
}
.detail_noComment p {
  font-size: 14px;
  color: #999;
  margin: 0px;
}
.no-data-list {
  padding-top: 0px !important;
}
.sell-point span {
  color: #999;
}
.sell-point {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sell-point em::after {
  content: '|';
  color: #ccc;
  font-style: normal;
  margin: 0 2px;
  transform: scale(0.8);
}
.sell-point em:last-child:after {
  display: none;
}
.coupon-detail span {
  display: inline-block;
  border: 1px solid rgba(233, 90, 39, 0.6);
  color: #FF3B30;
  border-radius: 2px;
  padding: 0 5px;
  margin-right: 3px;
}
.coupon-detail {
  margin-top: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
