/*购物车和结算部分分步样式开始*/
/*默认的为分三步*/
/*分四步、五步分别添加样式four和five*/
.stepflex {
  display: inline-block;
  margin: 10px auto;
  width: 90%;
  margin-top: 40px;
  text-align: center;
  margin-left: 5%;
  margin-bottom: 0;
}
.stepflex dl {
  float: left;
  position: relative;
  width: 33%;
  top: -5px;
  border-top: 3px solid #e2e2e2;
  margin-bottom: 10px;
}
.stepflex dl .s-num {
  position: relative;
  margin: -20px auto 0;
  color: #fff;
  font-weight: 700;
  width: 48px;
  height: 37px;
  background: url("https://upmallresource.yonyouup.com/images/setp-bg.png") no-repeat;
  line-height: 38px;
  text-align: left;
  text-indent: 22px;
}
.stepflex .s-text {
  color: #a29e9e;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
}
.stepflex.four dl {
  width: 25%;
}
.stepflex.five dl {
  width: 20%;
}
.stepflex dl.first .s-num {
  background: url("https://upmallresource.yonyouup.com/images/setp-first.png") no-repeat;
  margin-left: 0;
  text-indent: 16px;
}
.stepflex dl.last .s-num {
  background: url("https://upmallresource.yonyouup.com/images/setp-last.png") no-repeat;
  margin-right: -5px;
}
.stepflex dl.done {
  border-top-color: #ef524d;
}
.stepflex dl.doing {
  border-top-color: #ef524d;
}
.stepflex dl.doing .s-num,
.stepflex dl.done .s-num {
  background: url("https://upmallresource.yonyouup.com/images/setp-doing.png") no-repeat;
}
.stepflex dl.last.doing .s-num,
.stepflex dl.last.done .s-num {
  background: url("https://upmallresource.yonyouup.com/images/setp-done-last.png") no-repeat;
}
.stepflex dl.first.doing .s-num,
.stepflex dl.first.done .s-num {
  background: url("https://upmallresource.yonyouup.com/images/setp-first.png") no-repeat;
}
.stepflex dl.first .s-text {
  color: #262626;
  text-align: left;
}
.stepflex dl.last .s-text {
  text-align: right;
}
.stepflex dl.doing .s-text {
  color: #262626;
}
.stepflex s {
  left: 0;
}
.stepflex .last b {
  background-position: -5px -24px;
  background-color: #fff;
}
/*购物车和结算部分分步样式 end*/
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;
}
[data-type="Cart_box"] {
  padding: 0 6px;
  height: 35px;
  position: relative;
  left: 0;
}
[data-type="Cart_box"] .cart_box {
  position: relative;
}
[data-type="Cart_box"] .cart_box .cart_div {
  display: inline-block;
  width: 138px;
  padding: 0 8px;
  line-height: 34px;
  height: 36px;
  margin-bottom: 0;
  font-size: 15px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid #dcdcdc;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
[data-type="Cart_box"] .cart_box .cart_div:hover {
  color: #333;
}
[data-type="Cart_box"] .cart_box .cart_div .icon {
  font-size: 18px;
  margin-right: 5px;
}
[data-type="Cart_box"] .cart_box .cart_div .cart_number {
  background: #f33343;
  vertical-align: top;
  margin-top: 2px;
  padding: 3px 6px;
  margin-left: -8px;
  display: inline-block;
  min-width: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 10px;
}
[data-type="Cart_box"] .cart_box .cart_box_main {
  position: absolute;
  left: -38px;
  top: 48px;
  background-color: #fff;
  border-radius: 5px;
  width: 330px;
  max-height: 400px;
  z-index: 5;
  border: 1px solid #eee;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
[data-type="Cart_box"] .cart_box .cart_box_main .cart_row,
[data-type="Cart_box"] .cart_box .cart_box_main .cart_row:before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
[data-type="Cart_box"] .cart_box .cart_box_main .cart_row {
  border-width: 8px;
  border-bottom-color: #eee;
  top: -16px;
  left: 96px;
}
[data-type="Cart_box"] .cart_box .cart_box_main .cart_row:before {
  border-bottom-color: #fff;
  content: "";
  border-width: 8px;
  left: -8px;
  top: -6px;
}
[data-type="Cart_box"] .cart_box .cart_box_main ul {
  min-height: 21px;
  height: 300px;
  overflow-y: auto;
  margin-right: 5px;
  margin-top: 10px;
}
[data-type="Cart_box"] .cart_box .cart_box_main ul > li {
  display: block;
  padding-left: 78px;
  padding-right: 10px;
  border-bottom: 1px solid #dadfe5;
  margin-bottom: 10px;
  overflow: hidden;
}
[data-type="Cart_box"] .cart_box .cart_box_main ul > li .cart_box_list-left {
  float: left;
  margin-left: -66px;
}
[data-type="Cart_box"] .cart_box .cart_box_main ul > li img {
  height: 60px;
  width: 60px;
  overflow: hidden;
  border: 1px solid #eaeaea;
}
[data-type="Cart_box"] .cart_box .cart_box_main ul > li .cart_box_list-right {
  height: 70px;
  overflow: hidden;
}
[data-type="Cart_box"] .cart_box .cart_box_main ul > li .cart_box_list-right .list-left,
[data-type="Cart_box"] .cart_box .cart_box_main ul > li .cart_box_list-right .list-right {
  padding: 0;
}
[data-type="Cart_box"] .cart_box .cart_box_main ul > li .cart_box_list-right .list-left {
  max-height: 60px;
  overflow: hidden;
}
[data-type="Cart_box"] .cart_box .cart_box_main ul > li .cart_box_list-right .list-left h5 {
  font-size: 12px;
  height: 39px;
  overflow: hidden;
  line-height: 18px;
  padding-top: 3px;
}
[data-type="Cart_box"] .cart_box .cart_box_main ul > li .cart_box_list-right .list-left p {
  margin: 0;
  color: #999;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
[data-type="Cart_box"] .cart_box .cart_box_main ul > li .cart_box_list-right .list-left p span {
  margin-right: 5px;
}
[data-type="Cart_box"] .cart_box .cart_box_main ul > li .cart_box_list-right .list-right {
  text-align: right;
}
[data-type="Cart_box"] .cart_box .cart_box_main ul > li .cart_box_list-right .list-right p {
  margin: 0;
}
[data-type="Cart_box"] .cart_box .cart_box_main ul > li .cart_box_list-right .list-right p em {
  font-size: 16px;
  font-style: normal;
  color: #f11d14;
}
[data-type="Cart_box"] .cart_box .cart_box_main ul > li .cart_box_list-right .list-right .deleteBtn {
  display: inline-block;
  padding: 15px;
}
[data-type="Cart_box"] .cart_box .cart_box_main ul > li .cart_box_list-right .icon-del {
  font-size: 15px;
  color: #999;
}
[data-type="Cart_box"] .cart_box .cart_box_main .cart_result {
  height: 50px;
  line-height: 50px;
  background: #f8f8f8;
  font-size: 14px;
  padding: 0 10px;
}
[data-type="Cart_box"] .cart_box .cart_box_main .cart_result em {
  font-style: normal;
  color: #f11d14;
  margin: 0 5px;
}
[data-type="Cart_box"] .cart_box .cart_box_main .cart_result .settleMent {
  float: right;
  padding: 0 15px;
  line-height: 32px;
  height: 32px;
  font-size: 14px;
  margin-top: 10px;
  color: #fff;
  background: #f33343;
  background-image: -webkit-linear-gradient(to left, #f33343, #fb7831);
  background-image: linear-gradient(to left, #f33343, #fb7831);
  border-radius: 3px;
}
[data-type="Cart_box"] .cart_box .cart_box_main .cart_result .settleMent:hover {
  background: #f33343;
  background-image: -webkit-linear-gradient(to right, #f33343, #fb7831);
  background-image: linear-gradient(to right, #f33343, #fb7831);
}
[data-type="Cart_box"] .noDataTip {
  text-align: center;
  padding: 25% 0px;
  height: 100%;
}
[data-type="Cart_box"] i.icon {
  display: inline-block;
  vertical-align: middle;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  font-style: normal;
  position: relative;
}
[data-type="Cart_box"] .icon-no-cart {
  background: url("../images/icon-no-cart.png");
  width: 110px;
  height: 110px;
}
[data-type="Cart_box"] .orderSubsidiaryList {
  float: left;
  padding-bottom: 10px;
  margin-left: -66px;
}
[data-type="Cart_box"] .orderSubsidiaryList .orderSubsidiaryItem {
  color: #999;
}
.icon-del.active {
  color: #f11d14 !important;
}
.s-ico {
  display: inline-block;
  width: 28px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
  background: #fb9c31;
  color: #fff;
  margin-right: 3px;
}
[data-controller="CartViewController"] .cartRecommendContent {
  position: relative;
}
[data-controller="CartViewController"] ul.recommendBtnWrap {
  position: absolute;
  right: 10px;
  top: 12px;
}
[data-controller="CartViewController"] ul.recommendBtnWrap li {
  display: inline-block;
  border-radius: 4px;
  margin-left: 4px;
}
[data-controller="CartViewController"] ul.recommendBtnWrap .recommendBtn {
  width: 8px;
  height: 8px;
  background: #ccc;
}
[data-controller="CartViewController"] ul.recommendBtnWrap .recommendBtn:hover {
  cursor: pointer;
}
[data-controller="CartViewController"] ul.recommendBtnWrap .recommendBtn-active {
  width: 22px;
  height: 8px;
  border-radius: 8px;
  background: red;
}
[data-controller="CartViewController"] .productlist {
  overflow: hidden;
}
[data-controller="CartViewController"] .productlist ul.recommend-productlist {
  overflow: hidden;
  width: 300%;
  padding-top: 15px;
  padding-bottom: 30px;
}
[data-controller="CartViewController"] .productlist ul.recommend-productlist li {
  width: 232px;
  margin-right: 10px;
  overflow: hidden;
  float: left;
  border: 1px solid #dbe0e5;
  padding: 24px;
  box-sizing: border-box;
}
[data-controller="CartViewController"] .productlist ul.recommend-productlist li:nth-child(5n) {
  margin-right: 0px;
}
[data-controller="CartViewController"] .productlist ul.recommend-productlist li:first-child {
  margin-right: 10px;
}
[data-controller="CartViewController"] .productlist ul.recommend-productlist li:hover {
  border: 1px solid #515151;
  position: relative;
  z-index: 2;
}
[data-controller="CartViewController"] .productlist ul.recommend-productlist li .product-img {
  height: 182px;
  width: 182px;
}
[data-controller="CartViewController"] .productlist ul.recommend-productlist li .product-img img {
  width: 100%;
  height: 100%;
}
[data-controller="CartViewController"] .productlist ul.recommend-productlist li .product-title {
  margin-top: 15px;
  height: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #515151;
}
[data-controller="CartViewController"] .productlist ul.recommend-productlist li .productInfo .price {
  font-size: 16px;
  margin-top: 10px;
}
[data-controller="HomeViewController"] .col-xs-12,
[data-controller="ListViewController"] .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}
.dropdown-menu > li > a {
  font-size: 12px;
  padding: 3px 15px;
}
.delivery-item a {
  font-family: 'icon';
}
.delivery-item a:after {
  display: inline-block;
  margin-left: 15px;
}
.delivery-item.active a:after {
  content: '\e683';
  color: #f11d14;
}
