.cartMain {
  margin-top: 20px;
}
.cartMain_menu {
  position: absolute;
  left: 45%;
  top: -12px;
  margin: 20px auto;
  text-align: center;
  overflow: hidden;
}
.cartMain_menu li {
  display: inline-block;
  width: 100px;
  line-height: 36px;
  text-align: center;
  position: relative;
  top: 6px;
  font-size: 14px;
  color: #555;
}
.cartMain_menu li i {
  font-size: 12px;
  color: #bbb;
}
.cartMain_menu li span {
  display: block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border: 2px solid #f2f2f2;
  background: #f2f2f2;
  margin: 0 auto;
  -moz-border-radius: 50%;
  /* Firefox */
  -webkit-border-radius: 50%;
  /* Safari 和 Chrome */
  border-radius: 50%;
}
.cartMain_menu li span i {
  display: none;
  font-size: 24px;
  color: #ff4062;
  position: relative;
  top: -2px;
  left: -2px;
}
.cartMain_menu li.cur span {
  border: none;
}
.cartMain_menu li.cur span em {
  display: none;
}
.cartMain_menu li.cur span i {
  display: block;
}
.cartMain_menu li p {
  display: inline-block;
  padding-right: 4px;
  color: #bbb;
  font-size: 12px;
}
.cartMain_menu li.cur i {
  color: #333;
}
.cartMain_menu .place_order_secend {
  width: 90px;
}
.cartMain_menu .pay_three {
  width: 42px;
}
.cartMain_menu .completed_four {
  width: 70px;
}
.carrMain_tit {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
}
.carrMain_tit li {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  margin-right: 30px;
  position: relative;
  cursor: pointer;
  padding: 0 5px;
  font-size: 14px;
  color: #333;
}
.carrMain_tit li.wishlist {
  float: right;
  margin-right: 0;
}
.carrMain_tit li.wishlist i {
  font-size: 20px;
  margin: 0 5px 0 10px;
  position: relative;
  top: 2px;
  font-weight: normal;
  color: #333;
}
.carrMain_tit li.active {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
.carrMain_tit .shopcart_hint {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  line-height: 60px;
  font-size: 14px;
  color: #ff4062;
  font-weight: bold;
}
.carrMain_tit .shopcart_hint a {
  color: #ff4062;
}
.carrMain_tit .shopcart_hint i {
  margin-right: 5px;
}
.carrMain_tit .coupon_center {
  float: right;
  height: 60px;
  line-height: 60px;
  position: relative;
  cursor: pointer;
  padding: 0 5px;
}
.carrMain_tit .coupon_center a {
  display: block;
  font-size: 14px;
  color: #ff4062;
}
.carrMain_tit .coupon_center a i {
  font-size: 20px;
  vertical-align: middle;
  padding-right: 5px;
}
.cartMain_tab .top {
  line-height: 54px;
  padding: 0 15px;
  font-size: 14px;
  color: #555;
  overflow: hidden;
}
.cartMain_tab .top span {
  width: 140px;
  float: left;
  text-align: center;
}
.cartMain_tab .top span.selectAll {
  text-align: left;
  color: #333;
  font-weight: bold;
  font-size: 14px;
}
.cartMain_tab .top span.item {
  width: 300px;
}
.cartMain_tab .top span.pri {
  width: 195px;
}
.cartMain_tab .top span.qty {
  width: 330px;
}
.cartMain_tab .top span.tt {
  width: 180px;
}
.cartMain_tab .top span.op {
  width: 100px;
}
.cartMain_tab .top .com_col {
  color: #999;
}
.cartMain_tab .top i {
  font-size: 22px;
  margin-right: 5px;
  position: relative;
  top: 3px;
  cursor: pointer;
}
.cartMain_tab .top i.icon-xuanzhong {
  color: #ff4062;
}
.cartMain_tab .list {
  -moz-border-radius: 10px;
  /* Firefox */
  -webkit-border-radius: 10px;
  /* Safari 和 Chrome */
  border-radius: 10px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari 和 Chrome */
  box-sizing: border-box;
}
.cartMain_tab .list > li {
  padding-top: 16px;
  background: #F2F2F2;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari 和 Chrome */
  box-sizing: border-box;
  border-bottom: 1px solid #d8d8d8;
  font-size: 12px;
  position: relative;
}
.cartMain_tab .list > li:last-child {
  border: none;
}
.cartMain_tab .list > li > div {
  float: left;
}
.cartMain_tab .list > li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cartMain_tab .list > li.cItem .itemBox_sc .clothing_col,
.cartMain_tab .list > li.cItem .itemBox_sc .clothing_size {
  font-size: 14px;
  color: #333;
}
.cartMain_tab .list > li.cItem .itemBox_sc span.btn .icon-tianxie {
  position: absolute;
  top: 6px;
  left: -18px;
}
.cartMain_tab .list > li.soldOut {
  background: #f6f6f6;
}
.cartMain_tab .list > li.soldOut .qtyBox .num,
.cartMain_tab .list > li.soldOut .qtyBox input {
  width: 100%;
  border: none;
  background: transparent;
  color: #666;
}
.cartMain_tab .list > li.soldOut .priceBox,
.cartMain_tab .list > li.soldOut .totalBox {
  color: #666;
}
.cartMain_tab .list .choBox {
  width: 40px;
  text-align: center;
  margin-top: 65px;
  cursor: pointer;
}
.cartMain_tab .list .choBox i {
  font-size: 22px;
}
.cartMain_tab .list .choBox i.icon-xuanzhong {
  color: #ff4062;
  font-size: 24px;
}
.cartMain_tab .list .itemBox {
  width: 400px;
  position: relative;
  margin-bottom: 16px;
}
.cartMain_tab .list .itemBox > a {
  width: 110px;
  float: left;
  position: relative;
  font-size: 0;
  border: 1px solid #eee;
  min-height: 148px;
}
.cartMain_tab .list .itemBox > a span {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  line-height: 150px;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.cartMain_tab .list .itemBox > a .preorder {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: rgba(245, 37, 37, 0.5);
}
.cartMain_tab .list .itemBox .shipment_delay_box {
  display: none;
  width: 150px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  bottom: 40px;
  left: 120px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  background-color: #ff6600;
  min-height: auto;
  border: none;
  float: inherit;
  cursor: pointer;
}
.cartMain_tab .list .itemBox .shipment_delay_box .shipment_delay_hint {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 320px;
  height: 36px;
  text-align: center;
  line-height: 14px;
  border: 1px;
  color: #333;
  font-weight: normal;
  display: none;
  border: 1px solid #ff6900;
  border-radius: 18px;
  background-color: #ffffff;
  z-index: 4;
  padding-top: 8px;
}
.cartMain_tab .list .itemBox .shipment_delay_box .shipment_delay_hint span {
  position: absolute;
  width: 10px;
  height: 10px;
  top: -6px;
  left: 30px;
  background: #fff;
  border-top: 1px solid #ff6900;
  border-right: 1px solid #ff6900;
  transform: rotate(-45deg);
}
.cartMain_tab .list .itemBox .shipment_delay:hover .shipment_delay_hint {
  display: block;
}
.cartMain_tab .list .itemBox_r {
  width: 276px;
  float: right;
  font-size: 14px;
}
.cartMain_tab .list .itemBox_r h6 {
  font-size: 12px;
  color: #555;
  max-height: 40px;
  overflow: hidden;
  line-height: 20px;
}
.cartMain_tab .list .itemBox_r h6 a {
  display: block;
  color: #333;
  font-size: 14px;
}
.cartMain_tab .list .itemBox_r h6 a:hover {
  color: #ff4062;
}
.cartMain_tab .list .itemBox_r p > span {
  background: #FF4062;
  color: #fff;
  -moz-border-radius: 10px;
  /* Firefox */
  -webkit-border-radius: 10px;
  /* Safari 和 Chrome */
  border-radius: 10px;
  padding: 2px 10px;
  font-size: 12px;
  margin: 10px 0;
  display: inline-block;
}
.cartMain_tab .list .itemBox_sc {
  display: inline-block;
  color: #999;
  font-size: 12px;
  line-height: 50px;
}
.cartMain_tab .list .itemBox_sc .col_siz {
  position: relative;
  display: flex;
  font-size: 14px;
  padding: 0px 28px 0 10px;
  margin-top: 14px;
  border: 1px solid #D8D8D8;
  cursor: pointer;
  -moz-border-radius: 2px;
  /* Firefox */
  -webkit-border-radius: 2px;
  /* Safari 和 Chrome */
  border-radius: 2px;
}
.cartMain_tab .list .itemBox_sc .col_siz > .goodNum {
  padding-bottom: 4px;
  display: inline-block;
}
.cartMain_tab .list .itemBox_sc .col_siz i {
  position: absolute;
  top: 1px;
  right: 10px;
  font-size: 12px;
  font-weight: bold;
}
.cartMain_tab .list .itemBox_sc .clothing_col,
.cartMain_tab .list .itemBox_sc .clothing_size {
  font-size: 14px;
  color: #333;
}
.cartMain_tab .list .itemBox_sc em.loading {
  background: url(/themes/wholesale7/assets/images/load.gif) no-repeat center #fff;
  text-indent: -99px;
  background-size: 30px 30px;
}
.cartMain_tab .list .soldOut_itemBox_sc {
  position: relative;
}
.cartMain_tab .list .soldOut_itemBox_sc span.soldOut_editBtn {
  position: absolute;
  top: 81px;
  left: -3px;
}
.cartMain_tab .list .soldOut_itemBox_sc span.soldOut_editBtn > em {
  position: absolute;
  padding-top: 5px;
  color: #55557b;
}
.cartMain_tab .list .priceBox {
  height: 140px;
  position: relative;
}
.cartMain_tab .list .priceBox .free {
  width: 100%;
  position: absolute;
  bottom: 0;
  font-size: 12px;
  color: #4BB03A;
  text-align: center;
}
.cartMain_tab .list .off {
  position: relative;
}
.cartMain_tab .list .off i {
  font-size: 12px;
  color: #000;
  margin-left: 5px;
}
.cartMain_tab .list .hoverOff > span {
  display: inline-block;
  width: 76px;
  height: 20px;
  background: #ff4062;
  color: #fff;
  line-height: 20px;
  font-size: 14px;
  -moz-border-radius: 2px;
  /* Firefox */
  -webkit-border-radius: 2px;
  /* Safari 和 Chrome */
  border-radius: 2px;
}
.cartMain_tab .list .hoverOff:hover .off_model {
  display: block;
}
.cartMain_tab .list .off_model {
  position: absolute;
  width: 200px;
  right: 85px;
  text-align: left;
  border: 1px solid #ccc;
  background: #fff;
  line-height: 20px;
  padding: 5px 10px;
  color: #444;
  font-size: 12px;
  box-shadow: 0 0 2px 1px #ccc;
  display: none;
  z-index: 1;
}
.cartMain_tab .list .off_model::before {
  content: '';
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #ccc;
  position: absolute;
  top: -8px;
  right: 16px;
}
.cartMain_tab .list .off_model::after {
  content: '';
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  right: 18px;
}
.cartMain_tab .list .priceBox,
.cartMain_tab .list .totalBox {
  width: 220px;
  text-align: center;
  color: #333;
  line-height: 25px;
}
.cartMain_tab .list .priceBox em,
.cartMain_tab .list .totalBox em {
  font-weight: 600;
}
.cartMain_tab .list .priceBox .off,
.cartMain_tab .list .totalBox .off {
  color: #ff4162;
}
.cartMain_tab .list .priceBox .time,
.cartMain_tab .list .totalBox .time {
  margin-top: 20px;
}
.cartMain_tab .list .priceBox .yuan,
.cartMain_tab .list .totalBox .yuan {
  color: #888;
  text-decoration: line-through;
  font-weight: normal;
  line-height: 14px;
  padding-bottom: 4px;
}
.cartMain_tab .list .priceBox .yuan em,
.cartMain_tab .list .totalBox .yuan em {
  font-weight: normal;
}
.cartMain_tab .list .qtyBox {
  width: 300px;
  text-align: center;
}
.cartMain_tab .list .qtyBox .num {
  width: 120px;
  border: 1px solid #ccc;
  display: block;
  margin: 0 auto;
  height: 25px;
  line-height: 23px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari 和 Chrome */
  box-sizing: border-box;
  overflow: hidden;
}
.cartMain_tab .list .qtyBox a {
  width: 30px;
  text-align: center;
  float: left;
  cursor: pointer;
  font-size: 16px;
}
.cartMain_tab .list .qtyBox input {
  width: 56px;
  height: 25px;
  border: none;
  float: left;
  text-align: center;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari 和 Chrome */
  box-sizing: border-box;
}
.cartMain_tab .list .qtyBox p {
  font-size: 14px;
  line-height: 42px;
  color: #ff4062;
}
.cartMain_tab .list .optionBox,
.cartMain_tab .list .soldOut_optionBox {
  color: #666;
  position: absolute;
  left: 168px;
  top: 144px;
}
.cartMain_tab .list .optionBox a,
.cartMain_tab .list .soldOut_optionBox a {
  display: inline-block;
  padding-right: 24px;
  cursor: pointer;
}
.cartMain_tab .list .optionBox a i,
.cartMain_tab .list .soldOut_optionBox a i {
  font-size: 18px;
  position: relative;
  top: 1px;
  margin-right: 5px;
  color: #999;
}
.cartMain_tab .list .optionBox a i.icon-del,
.cartMain_tab .list .soldOut_optionBox a i.icon-del {
  font-size: 16px;
}
.cartMain_tab .list .optionBox a.wishlist .icon-shoucang-hong,
.cartMain_tab .list .soldOut_optionBox a.wishlist .icon-shoucang-hong {
  display: none;
}
.cartMain_tab .list .optionBox a.active i,
.cartMain_tab .list .soldOut_optionBox a.active i {
  color: #ff4162;
}
.cartMain_tab .list .optionBox a.active .icon-shoucang1,
.cartMain_tab .list .soldOut_optionBox a.active .icon-shoucang1 {
  display: none;
}
.cartMain_tab .list .optionBox a.active .icon-shoucang-hong,
.cartMain_tab .list .soldOut_optionBox a.active .icon-shoucang-hong {
  display: inline-block;
  color: #ff4162;
}
.cartMain_tab .list .optionBox > a.similar,
.cartMain_tab .list .soldOut_optionBox > a.similar {
  color: #ff4162;
  font-size: 12px;
  margin-top: -20px;
  cursor: pointer;
  border: 1px solid #ff4162;
  padding: 8px 6px;
  border-radius: 4px;
}
.cartMain_tab .list .optionBox > a.similar i,
.cartMain_tab .list .soldOut_optionBox > a.similar i {
  font-size: 10px;
}
.cartMain_tab .list .soldOut_optionBox {
  padding-left: 24px;
  color: #555;
  position: absolute;
  left: 146px;
  top: 144px;
}
.hide {
  display: none!important;
}
.cartMain_list_type {
  display: none;
  margin-bottom: 10px;
}
.cartMain_list_type.show {
  display: block;
}
.cartMain_list_type .right {
  float: right;
}
.cartMain_list_type .right i {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 5px;
  color: #ff4062;
}
.cartMain_list_type .m_buy_n {
  display: none;
}
.cartMain_list_type > h6 {
  position: relative;
  line-height: 52px;
  background: #FFF;
  padding: 0 15px;
  color: #333;
  font-weight: bold;
  font-size: 16px;
}
.cartMain_list_type > h6 .coupon_center {
  position: absolute;
  right: 0;
  top: 0;
}
.cartMain_list_type > h6 .coupon_center a {
  display: block;
  font-size: 14px;
  color: #ff4062;
  text-decoration: none;
}
.cartMain_list_type > h6 .coupon_center a i {
  font-size: 20px;
  vertical-align: middle;
  padding-right: 5px;
}
.cartMain_list_type > h6 .item_num {
  font-weight: bold;
  font-size: 16px;
}
.cartMain_list_type > h6 .hidden {
  display: none;
}
.cartMain_list_type > h6 a {
  margin-left: 10px;
  text-decoration: underline;
}
.cartMain_list_type > h6 a:hover {
  color: #ff4062;
}
.cartMain_list_type > h6 .selectAll_buy i {
  font-size: 22px;
  margin-right: 5px;
  position: relative;
  top: 3px;
  cursor: pointer;
  font-weight: normal;
}
.cartMain_list_type > h6 .selectAll_buy .icon-xuanzhong {
  color: #ff4062;
}
.freeGift_flase {
  color: #ff6600;
  display: inline-block;
}
.proSimilar {
  width: 760px;
  height: 210px;
  position: absolute;
  right: -100%;
  top: 100%;
  background: #fff;
  box-shadow: 0 0 5px 2px #ccc;
  overflow: hidden;
  z-index: 500;
  display: none;
}
.proSimilar .like_goods_lists {
  width: 740px;
}
.proSimilar .like_goods_lists .like_item {
  width: 17%;
  float: initial;
  display: inline-block;
  padding: 5px;
}
.proSimilar .like_goods_lists a {
  text-align: center;
  color: #333;
}
.proSimilar .like_goods_lists a b {
  color: #555;
  font-weight: normal;
  margin-top: 10px;
  display: block;
}
.proSimilar .swiper-button-prev,
.proSimilar .swiper-button-next {
  background: transparent;
  text-align: center;
  line-height: 50px;
  text-align: right;
}
.proSimilar .swiper-button-prev i,
.proSimilar .swiper-button-next i {
  font-size: 22px;
}
.proSimilar .swiper-button-prev i {
  display: block;
  transform: rotate3d(0, 1, 0, 180deg);
}
.scarab-disabled-button i {
  color: #ddd !important;
}
.cart_bottom {
  color: #555;
  font-size: 14px;
}
.cart_bottom .cart_bottom_bt {
  width: 100%;
  height: 80px;
  display: none;
}
.cart_bottom .cart_bottom_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  border-top: 1px solid #ccc;
  background: #fff;
  display: block;
}
.cart_bottom .top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  line-height: 60px;
  padding: 0 15px;
  font-size: 12px;
  color: #555;
  overflow: hidden;
  font-weight: bold;
}
.cart_bottom .top a {
  margin-left: 50px;
}
.cart_bottom .top i {
  font-size: 22px;
  margin-right: 5px;
  position: relative;
  top: 3px;
  cursor: pointer;
}
.cart_bottom .top i.icon-xuanzhong {
  color: #ff4062;
}
.cart_bottom .cart_detail {
  text-align: right;
  line-height: 30px;
  font-size: 12px;
  color: #555;
  position: relative;
}
.cart_bottom .cart_detail .con_cart_text {
  color: #999;
  font-size: 14px;
}
.cart_bottom .cart_detail .freeGift_main {
  position: absolute;
  top: 0;
  left: 0;
}
.cart_bottom .cart_detail .freeGift_main a {
  display: inline-block;
}
.cart_bottom .cart_detail span {
  display: inline-block;
  font-size: 14px;
}
.cart_bottom .cart_detail .amount {
  color: #ff4062;
  font-size: 16px;
  font-weight: bold;
}
.cart_bottom .cart_detail .amount em {
  font-weight: bold;
  font-size: 18px;
}
.cart_bottom .cart_detail .goods_save_price {
  position: relative;
  color: #999;
  padding-right: 24px;
}
.cart_bottom .cart_detail .line {
  text-decoration: line-through;
}
.cart_bottom .cart_detail .icon-xia {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  color: #999;
  transition: all 0.5s ease;
  transform: rotate(0deg);
}
.cart_bottom .cart_detail .active .icon-xia {
  transform: rotate(180deg);
}
.cart_bottom .cart_btn {
  border-top: 1px solid #d2d2d2;
  margin: 20px 0 0;
  padding: 25px 0 10px;
  color: #888;
  font-size: 12px;
  overflow: hidden;
  line-height: 40px;
}
.cart_bottom .cart_btn > a {
  width: 270px;
  height: 40px;
  line-height: 40px;
  background: #FF4062;
  font-size: 18px;
  color: #fff;
  text-align: center;
  float: right;
  margin-left: 40px;
  border-radius: 5px;
}
.cart_bottom .cart_btn > a img {
  vertical-align: top;
}
.cart_bottom .PolicyBtn {
  color: #999;
}
.cart_bottom .PolicyBtn a {
  border: none;
  color: #999;
}
.cart_bottom .left {
  font-size: 12px;
  float: left;
  line-height: 81px;
  font-weight: bold;
  color: #333;
}
.cart_bottom .left span {
  margin: 0 15px;
}
.cart_bottom .left span i {
  font-size: 22px;
  position: relative;
  top: 2px;
  cursor: pointer;
}
.cart_bottom .left span i.icon-xuanzhong {
  color: #ff4062;
}
.cart_bottom .right {
  float: right;
  font-size: 14px;
}
.cart_bottom .right span {
  margin: 0 10px;
  color: #999;
}
.cart_bottom .right .total em {
  color: #FF4062;
  font-size: 18px;
  font-weight: 600;
}
.cart_bottom .right .goods_save_price {
  position: relative;
  color: #999;
  padding-right: 24px;
}
.cart_bottom .right > a {
  width: 245px;
  height: 35px;
  line-height: 35px;
  margin: 20px 5px 5px;
  display: inline-block;
  background: #ff4062;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.cart_bottom .right > a.checkout {
  width: 210px;
  border-radius: 4px;
}
.cart_bottom .right > a img {
  height: 100%;
  vertical-align: top;
}
.cart_bottom .none {
  opacity: 0;
}
.cartMain_list > ul {
  display: none;
}
.editMain {
  width: 450px;
  height: auto;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 200;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari 和 Chrome */
  box-sizing: border-box;
  box-shadow: 0px 0px 10px #ccc;
  display: none;
}
.editMain .img {
  width: 120px;
  float: left;
  padding: 10px 25px 10px 0;
}
.editMain .info {
  display: block;
  border-left: 1px solid #eee;
  width: 260px;
  float: left;
  padding-left: 25px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari 和 Chrome */
  box-sizing: border-box;
}
.editMain .info p {
  font-size: 12px;
  line-height: 30px;
  color: #333;
}
.editMain .info > div {
  margin: 5px 0;
}
.editMain .info > div span {
  padding: 4px 10px;
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 12px;
  overflow: hidden;
  cursor: pointer;
}
.editMain .info > div span.active {
  border: 1px solid #ff4062;
  color: #ff4062;
}
.editMain .info > div.editColor span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  position: relative;
}
.editMain .info > div.editColor span img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.editMain .info .btn a {
  margin-top: 5px;
  padding: 8px 15px;
  display: inline-block;
  border: 1px solid #ccc;
  font-size: 12px;
}
.editMain .info .btn a.saveBtn {
  background: #ff4062;
  color: #fff;
  margin-right: 5px;
}
.editMain .info .btn a.soldout {
  background: #cccccc;
  border: 1px solid #cccccc;
  cursor: default;
}
.cartempty {
  text-align: center;
  padding: 30px 0 71px;
}
.cartempty p {
  font-size: 20px;
  color: #999;
  line-height: 30px;
}
.cartempty p i {
  font-size: 100px;
  color: #333;
}
.cartempty p a {
  color: #ff4062;
  text-decoration: underline;
  font-size: 20px;
}
.cartempty p.signIn {
  font-size: 20px;
}
.cartempty > a {
  background: #ff4062;
  color: #fff;
  width: 280px;
  border-radius: 8px;
  line-height: 50px;
  display: inline-block;
  margin: 20px 0;
  font-size: 16px;
}
.cartempty > b {
  display: block;
  font-size: 20px;
  color: #999999;
  font-weight: normal;
}
.cartswiper {
  width: 100%;
  margin-bottom: 50px;
}
.cartswiper .cartswiper_title {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}
.cartswiper .cartswiper_title ul {
  float: left;
}
.cartswiper .cartswiper_title ul li {
  float: left;
  padding-right: 40px;
  cursor: pointer;
  font-size: 20px;
  color: #999;
}
.cartswiper .cartswiper_title ul li.active,
.cartswiper .cartswiper_title ul li:hover {
  color: #ff4062;
}
.cartswiper .cartswiper_title .cartswiper_type {
  float: right;
}
.cartswiper .cartswiper_title .cartswiper_type span {
  display: none;
  font-size: 20px;
  color: #2c2b2c;
}
.cartswiper .cartswiper_title .cartswiper_type span a {
  color: #ff4062;
  font-size: 20px;
}
.cartswiper .cartswiper_title .cartswiper_type span a.viewAll {
  color: #555;
}
.cartswiper .cartswiper_title .cartswiper_type span:first-child {
  display: block;
}
.cartswiper .cartswiper_tab {
  position: relative;
}
.cartswiper .cartswiper_tab > div {
  display: none;
}
.cartswiper .cartswiper_tab > div:first-child {
  display: block;
}
.cartswiper .cartswiper_tab .order_done_iconBox {
  position: absolute;
  width: 40px!important;
  height: 40px;
  display: flex;
  background: #fff !important;
  /* align-items: center; */
  line-height: 40px;
  /* justify-content: center; */
  border-radius: 50%;
}
.cartswiper .cartswiper_tab .iconBox_l {
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  margin: auto 0;
}
.cartswiper .cartswiper_tab .iconBox_r {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto 0;
}
.cartswiper .cartswiper_tab .iconBox_l .iconfont {
  padding-left: 10px;
}
.cartswiper .cartswiper_tab .iconBox_r .iconfont {
  padding-left: 14px;
}
.cartswiper .cartswiper_tab .iconBox_l .iconfont,
.cartswiper .cartswiper_tab .iconBox_r .iconfont {
  color: #000;
  font-size: 16px!important;
}
.test_vip3 {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 3px 6px;
  border: 1px solid #feb6c6;
}
.test_vip3 a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 20px;
  background: #ff4062;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 8px 10px;
}
.inverntoryModel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.inverntoryModel .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  width: 1200px;
  height: 720px;
  background: #fff;
  box-shadow: 0 0 5px #000;
}
.inverntoryModel .container .adjusted_close {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px;
}
.inverntoryModel .container .adjusted_close i {
  font-size: 24px;
  color: #888;
}
.inverntoryModel .container .adjusted_btn {
  display: inline-block;
  padding: 0 20px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  -moz-border-radius: 5px;
  /* Firefox */
  -webkit-border-radius: 5px;
  /* Safari 和 Chrome */
  border-radius: 5px;
  background-color: #ff4062;
  margin: 20px auto 30px;
}
.inverntoryModel .container .tap {
  width: 990px;
  background: #f5f5f5;
  margin: 0 auto;
}
.inverntoryModel .container .tap li {
  float: left;
  width: 210px;
  font-size: 12px;
  color: #333;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
}
.inverntoryModel .container .tap li:first-child {
  width: 360px;
}
.inverntoryModel .container .list {
  width: 990px;
  margin: 20px auto 0;
  border: none;
}
.inverntoryModel .container .list li {
  padding: 10px 0;
  box-shadow: none;
  border-bottom: 1px solid #f1f1f1;
}
.inverntoryModel .container .list > li:last-child {
  border: none;
}
.inverntoryModel .container .list .itemBox {
  width: 360px;
}
.inverntoryModel .container .list .itemBox_r {
  width: 245px;
}
.inverntoryModel .container .list .qtyBox,
.inverntoryModel .container .list .priceBox,
.inverntoryModel .container .list .totalBox {
  width: 210px;
}
.inverntoryModel .container .list .qtyBox p {
  font-size: 14px;
  line-height: 42px;
  color: #ff4062;
}
#you_livk .swiper-container .swiper-button-prev,
#my_wishlist .swiper-container .swiper-button-prev {
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  margin: auto 0;
}
#you_livk .swiper-container .swiper-button-prev,
#my_wishlist .swiper-container .swiper-button-prev,
#you_livk .swiper-container .swiper-button-next,
#my_wishlist .swiper-container .swiper-button-next {
  position: absolute;
  width: 40px!important;
  height: 40px;
  display: flex;
  background: #fff !important;
  line-height: 40px;
  border-radius: 50%;
}
#you_livk .swiper-container .swiper-button-prev i,
#my_wishlist .swiper-container .swiper-button-prev i,
#you_livk .swiper-container .swiper-button-next i,
#my_wishlist .swiper-container .swiper-button-next i {
  color: #000;
  font-size: 16px!important;
}
#you_livk .swiper-container .swiper-button-next,
#my_wishlist .swiper-container .swiper-button-next {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto 0;
}
#you_livk .swiper-container .swiper-button-next .iconfont,
#my_wishlist .swiper-container .swiper-button-next .iconfont {
  padding-left: 14px;
}
#you_livk .swiper-container .swiper-button-prev .iconfont,
#my_wishlist .swiper-container .swiper-button-prev .iconfont {
  padding-left: 10px;
}
.step_price {
  width: 100%;
}
.step_price .step_price_row {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding: 20px 0;
  background-color: #fff;
}
.step_price .step_price_row > span {
  display: inline-block;
  width: 19%;
  text-align: center;
  font-size: 14px;
  color: #000;
}
.step_price .step_price_row i {
  font-size: 22px;
  cursor: pointer;
}
.step_price .step_price_row .step_price_qty .num {
  width: 120px;
  border: 1px solid #ccc;
  display: block;
  margin: 0 auto;
  height: 25px;
  line-height: 23px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari 和 Chrome */
  box-sizing: border-box;
  overflow: hidden;
}
.step_price .step_price_row .step_price_qty a {
  width: 30px;
  text-align: center;
  float: left;
  cursor: pointer;
  font-size: 16px;
}
.step_price .step_price_row .step_price_qty input {
  width: 56px;
  height: 25px;
  border: none;
  float: left;
  text-align: center;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari 和 Chrome */
  box-sizing: border-box;
}
.step_price .step_price_row .step_price_qty p {
  font-size: 14px;
  line-height: 42px;
  color: #ff4062;
}
.coupon_mask_box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.coupon_mask_box .coupon_mask_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 850px;
  height: 540px;
  background: #FFFFFF;
  border-radius: 10px;
}
.coupon_mask_box .coupon_mask_content header {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  width: 100%;
  height: 74px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  border-bottom: 1px solid #BBBBBB;
  box-sizing: border-box;
}
.coupon_mask_box .coupon_mask_content header i {
  cursor: pointer;
}
.coupon_mask_box .coupon_mask_content .coupon_box {
  width: 100%;
  height: calc(100% - 74px);
  overflow-y: auto;
  padding-top: 26px;
  box-sizing: border-box;
}
.coupon_mask_box .coupon_mask_content .coupon_box .coupon_row {
  width: 100%;
}
.coupon_mask_box .coupon_mask_content .coupon_box .coupon_row .coupon_title {
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
}
.coupon_mask_box .coupon_mask_content .coupon_box .coupon_row .coupon_list {
  padding-left: 110px;
  padding-right: 60px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.coupon_mask_box .coupon_mask_content .coupon_box .coupon_row .coupon_list .item {
  position: relative;
  float: left;
  width: 300px;
  height: 120px;
  text-align: left;
  margin-right: 30px;
  margin-bottom: 30px;
  background: url(https://imgs3.wholesale7.net/images/202107/1625274488564034801.png) no-repeat center center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.coupon_mask_box .coupon_mask_content .coupon_box .coupon_row .coupon_list .item .professional_bottom {
  position: relative;
  line-height: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 26px 0 0 0px;
}
.coupon_mask_box .coupon_mask_content .coupon_box .coupon_row .coupon_list .item .professional_bottom .coupon_price {
  position: absolute;
  left: 50%;
  top: 14px;
  transform: translate(-50%, 0);
  color: #000;
  font-size: 26px;
  font-weight: bold;
  font-family: ArialMT;
  overflow: hidden;
}
.coupon_mask_box .coupon_mask_content .coupon_box .coupon_row .coupon_list .item .professional_bottom .min_order {
  position: absolute;
  left: 50%;
  top: 35px;
  transform: translate(-50%, 0);
  color: #666;
  font-family: ArialMT;
  font-size: 12px;
  margin: 10px 0 0;
  overflow: hidden;
}
.coupon_mask_box .coupon_mask_content .coupon_box .coupon_row .coupon_list .item .professional_bottom .state {
  position: relative;
  left: 50%;
  top: 84px;
  transform: translate(-50%, 0);
  font-family: ArialMT;
  font-size: 16px;
  color: #fff;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.coupon_mask_box .coupon_mask_content .coupon_box .coupon_row .coupon_list .item .professional_bottom .state p {
  position: absolute;
  left: 50%;
  bottom: 6px;
  transform: translate(-50%, 0);
  padding: 0 8px;
  background: #fbb959;
  font-size: 14px;
  line-height: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.coupon_mask_box .coupon_mask_content .coupon_box .coupon_row .coupon_list .item .professional_bottom .state a {
  color: #fff;
}
.coupon_mask_box .coupon_mask_content .coupon_box .coupon_row .coupon_list .item .professional_bottom .state span {
  display: none;
  padding: 1px 8px;
  font-size: 12px;
  color: #d25a37;
  background-color: #ffc786;
  border-radius: 9px;
}
.coupon_mask_box .coupon_mask_content .coupon_box .coupon_row .coupon_list .item .time {
  position: absolute;
  left: 50%;
  top: 62px;
  transform: translate(-50%, 0);
  font-size: 12px;
  color: #999;
}
.coupon_mask_box .coupon_mask_content .coupon_box .coupon_row .coupon_list .item .rulesimg {
  position: absolute;
  top: 12px;
  right: 10px;
  width: 58px;
  cursor: pointer;
}
.coupon_mask_box .coupon_mask_content .coupon_box .coupon_row .coupon_list .item .rulesText {
  display: none;
  position: absolute;
  top: 34px;
  right: -20%;
  z-index: 5;
  width: 340px;
  height: auto;
  padding: 12px;
  background: #fff;
  color: #ff4062;
  line-height: 20px;
  font-size: 12px;
  box-shadow: 0 0 5px #bbb;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.coupon_mask_box .coupon_mask_content .coupon_box .coupon_row .coupon_list .item .rulesText p {
  word-wrap: break-word;
}
/*滚动条样式*/
.coupon_box::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}
.coupon_box::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.coupon_box::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
#bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 556;
}
.hint_win {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 452px;
  height: 250px;
  background: #fff;
  z-index: 557;
  text-align: center;
  padding-top: 56px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hint_win .close {
  position: absolute;
  top: -28px;
  right: -28px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #fff;
  text-align: center;
  line-height: 25px;
}
.hint_win .close i {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}
#coupon_get p {
  font-size: 24px;
  color: #ff4062;
}
#coupon_get .got {
  font-size: 18px;
  color: #8a8a8a;
  margin: 28px 0 30px;
}
#coupon_get .btn_box {
  overflow: hidden;
  width: 100%;
}
#coupon_get .btn_box a {
  display: inline-block;
  width: 134px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
  color: #fff;
  background: #aaa;
  border-radius: 20px;
}
#coupon_get .btn_box a.useit {
  background: #ff4062;
  margin-right: 30px;
}
#coupon_claimed > i {
  display: inline-block;
  font-size: 42px;
  color: #ff4062;
  margin-bottom: 22px;
}
#coupon_claimed p {
  font-size: 20px;
  line-height: 34px;
  color: #333;
  letter-spacing: 1px;
}
#goods_nav .fixed {
  position: fixed;
  top: -12px;
  left: 50%;
  width: 1200px;
  transform: translateX(-50%);
  z-index: 9;
  overflow: hidden;
  background: #ffcb91;
}
.cartMain_title {
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #FF4062;
  line-height: 40px;
}
.cartMain_title a {
  color: #FF4062;
}
.new_nav_bar_placeholder {
  width: 100%;
  height: 1px;
}
.new_nav_bar_placeholder.fixed {
  height: 40px;
}
.new_nav_bar_box {
  line-height: 40px;
}
.new_nav_bar_box.nav_bar_fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  line-height: 80px;
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
}
.new_nav_bar_box .new_nav_bar {
  position: relative;
  padding-right: 160px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari 和 Chrome */
  box-sizing: border-box;
}
.new_nav_bar_box .coupon_center {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 1;
}
.new_nav_bar_box .new_nav_bar_item_box {
  width: 100%;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  overflow-x: scroll;
  white-space: nowrap;
}
.new_nav_bar_box .new_nav_bar_item_box::-webkit-scrollbar {
  display: none;
}
.new_nav_bar_box .new_nav_bar_item_box .new_nav_bar_item {
  padding-right: 100px;
  display: inline-block;
}
.new_nav_bar_box .new_nav_bar_item_box .active {
  color: #ff4062;
}
.goods_save_price_box:hover .goods_save_price_pop_box {
  display: block;
}
.goods_save_price_pop_box {
  display: none;
  position: absolute;
  bottom: 31px;
  right: 0;
  width: 300px;
  padding: 10px 15px;
  line-height: 26px;
  background: #f4f4f4;
  border-radius: 5px -moz-box-sizing: border-box; /* Firefox */ -webkit-box-sizing: border-box; /* Safari 和 Chrome */ box-sizing: border-box;;
}
.goods_save_price_pop_box .save_price_item {
  display: block;
  position: relative;
  color: #333;
  text-align: left;
}
.goods_save_price_pop_box .save_price_r {
  position: absolute;
  top: 0;
  right: 0;
  color: #ff4062;
}
.cart_bottom_top {
  position: relative;
}
.PolicyBtn_top {
  width: 100%;
  text-align: right;
  color: #666;
  margin: 10px 0 20px;
}
.new_nav_bar_url_box {
  display: none;
  line-height: 60px;
}
.new_nav_bar_url_box .new_nav_bar_url {
  display: block;
  position: relative;
  color: #333;
  padding-left: 28px;
  text-decoration: underline;
}
.new_nav_bar_url_box .icon-chanpinguanli {
  position: absolute;
  font-size: 20px;
  top: 0;
  left: 3px;
}
