/*
 *@description:此表只用在全局mincart
 *@author: liudanli 
 *@date: 2023-01-06 09:29:19
 *@version V1.0.5 
*/
.rightBar-app {
  visibility: hidden;
  position: absolute;
  width: 290px;
  right: 63px;
  top: 0;
  line-height: 1em;
  padding-bottom: 12px;
  text-align: center;
  box-sizing: border-box;
  background: #fff;
  z-index: 2;
  opacity: 0;
  transition: all linear 0.3s;
}
.rightBar-app_head {
  width: 100%;
  margin: 0 auto;
  font-size: 26px;
  font-weight: bold;
  line-height: 31px;
  background: #fb2d83;
  color: #fff;
  text-align: center;
}
.rightBar-app_enjoy {
  margin: 17px auto 19px;
  font-size: 16px;
  line-height: 1em;
  color: #000;
}
.rightBar-app_title {
  margin: 0 auto 12px;
  font-size: 38px;
  font-weight: bold;
  line-height: 1em;
}
.rightBar-app_price {
  display: inline-block;
  padding: 6px 12px;
  border: 1px dashed #000;
  font-weight: bold;
  font-size: 20px;
  color: #000;
}
.rightBar-app_con {
  padding: 0 21px;
  margin-top: 30px;
  box-sizing: border-box;
  vertical-align: text-top;
}
.rightBar-app_img {
  display: inline-block;
  width: 54.04%;
  padding-right: 21px;
  vertical-align: text-top;
  box-sizing: border-box;
}
.rightBar-app_download {
  position: relative;
  display: inline-block;
  width: 43.56%;
  padding-left: 21px;
  line-height: 1em;
  vertical-align: text-top;
  box-sizing: border-box;
}
.rightBar-app_download:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 0;
  height: 89px;
  border-left: 1px dashed #000;
}
.rightBar-app_item {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-left: 24px;
  font-size: 13px;
  color: #000;
  line-height: 24px;
  box-sizing: border-box;
}
.rightBar-app_item:before {
  content: "";
  position: absolute;
  left: 0;
  width: 21px;
  height: 24px;
  background: url(../../images/home/homeIcon04.png) no-repeat #fff;
  vertical-align: top;
}
.rightBar-app_android {
  margin-top: 20px;
  margin-bottom: 20px;
}
.rightBar-app_android:before {
  background-position: -126px -230px;
}
.rightBar-app_iphone:before {
  background-position: -126px -273px;
}
/*  右边栏购物车 */
.right-shoppingcart_gift {
  height: 32px;
  background: #ffecdb;
  width: 100%;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #0d1623;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 1.2px;
}
.right-shoppingcart_bottom {
  padding: 10px 20px;
  background: #fff;
  box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.06);
}
.right-shoppingcart_stage {
  text-align: center;
  font-size: 14px;
  color: #656565;
  text-transform: capitalize;
}
.right-shoppingcart_stage.bot {
  padding-top: 15px;
  height: 86px;
  box-sizing: border-box;
}
.right-shoppingcart_stage > img {
  margin-top: 10px;
}
.right-shoppingcart_title {
  background: #0d1623;
  font-size: 16px;
  padding: 16px 20px;
  color: #f0c8a5;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.right-shoppingcart_title .iconfont {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
}
.right-shoppingcart_con {
  padding-top: 20px;
  height: calc(100vh - 90px);
  box-sizing: border-box;
}
.right-shoppingcart_list {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0;
  list-style-type: none;
  height: calc(100vh - 400px);
  overflow-y: auto;
}
.right-shoppingcart_item {
  padding: 30px 0;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #eee;
}
.right-shoppingcart_item-img {
  float: left;
  width: 115px;
  height: 115px;
}
.right-shoppingcart_item-img img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.right-shoppingcart_item_option {
  height: 34px;
  background: #f5f5f5;
  line-height: 34px;
  padding: 0 5px;
  width: calc(100% - 145px);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: inline-flex;
  justify-content: space-evenly;
  margin-right: 20px;
}
.right-shoppingcart_item-info {
  margin-left: 135px;
}
.right-shoppingcart_item-info .option-num {
  width: 120px;
  display: inline-block;
  vertical-align: top;
}
.right-shoppingcart_item-info .option-num_btn {
  display: inline-block;
  vertical-align: top;
  width: 34px;
  height: 34px;
  text-align: center;
  background: #f5f5f5;
  font-size: 14px;
  line-height: 34px;
  font-weight: 600;
}
.right-shoppingcart_item-info .option-num_number {
  display: inline-block;
  vertical-align: top;
  width: 34px;
  height: 34px;
  text-align: center;
  background: #fff;
  border: none;
  font-size: 12px;
  font-weight: 600;
}
.right-shoppingcart_item-info .proList-item_percent {
  top: 116px;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  width: 70px;
  padding: 0!important;
}
.right-shoppingcart_item-title {
  height: 35px;
  display: block;
  overflow: hidden;
  line-height: 1.42857143;
  font-size: 14px;
  color: #808080;
  margin-bottom: 30px;
  padding-right: 30px;
}
.right-shoppingcart_item-price {
  font-weight: bold;
  margin-top: 20px;
  font-size: 18px;
}
.right-shoppingcart_item-price .price-box_oldPrice {
  font-size: 14px;
  font-weight: 500;
}
.right-shoppingcart_item-btns {
  position: absolute;
  right: 5px;
  top: 30px;
}
.right-shoppingcart_total {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
}
.right-shoppingcart_total .price {
  color: #d50035;
  margin: 0 0.2em;
  float: right;
}
.right-shoppingcart_buynow {
  position: relative;
  backface-visibility: hidden;
  overflow: hidden;
  display: inline-block;
  left: 0;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  color: #F0C8A5 !important;
  background: #0D1623 !important;
  text-align: center;
  font-size: 15px;
  margin-bottom: 10px;
  margin-left: 3%;
}
.right-shoppingcart_buynow:hover::before {
  top: 0;
}
.right-shoppingcart_buynow:hover span {
  -webkit-transform: translateY(300%);
  -moz-transform: translateY(300%);
  -ms-transform: translateY(300%);
  transform: translateY(300%);
}
.right-shoppingcart_buynow span {
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.right-shoppingcart_buynow::before {
  content: "\e6fa";
  height: 100%;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 2.5;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  left: 0;
  top: -100%;
  color: #c69c6d;
}
.right-shoppingcart_view {
  overflow: hidden;
}
.right-shoppingcart_view > a {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
  background: #f0c8a5;
}
.right-shoppingcart-product {
  overflow: hidden;
  background: #f7f8f8;
  padding: 0 21px;
  margin: 56px 0 0;
  height: calc(100% - 308px);
  overflow-y: scroll;
}
.right-shoppingcart-product .h3box {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  line-height: 1.4;
  margin: 35px 0 30px;
  text-align: center;
}
.right-shoppingcart-product .prolist_item {
  width: calc((100% - 22px) / 2);
}
.right-shoppingcart-product .prolist_item:nth-child(2n + 2) {
  margin-right: 0;
}
.right-shoppingcart--more {
  border: 1px solid #000;
  width: 50%;
  margin: 15px auto;
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  height: 46px;
  line-height: 46px;
}
.right-shoppingcart-empty {
  overflow: hidden;
}
.right-shoppingcart-empty .h4box {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #000;
  margin-top: 30px;
}
.right-shoppingcart-empty .p-box {
  margin-top: 15px;
  font-weight: 400;
  font-size: 14px;
  color: #676565;
  line-height: 1;
  text-align: center;
}
.right-shoppingcart-empty .empty-btn {
  display: block;
  width: 378px;
  height: 44px;
  line-height: 44px;
  background: #000;
  margin: 0 auto;
  font-weight: 700;
  font-size: 16px;
  margin-top: 40px;
  text-align: center;
  color: #f0c8a6;
}
/*  end 右边栏购物车 */
/*右边侧栏以及购物车 信用卡 start*/
.unice_sezzle--cart {
  display: inline-block;
  padding: 5px 8px;
  border-radius: 3px;
  margin-bottom: 15px;
  background: #f0f5f2;
}
.unice_sezzle--img {
  display: inline-block;
  width: 60px;
  vertical-align: middle;
}
.checkout-cart-index .unice_sezzle--cart {
  margin-bottom: 0;
}
/*右边侧栏以及购物车 信用卡 end*/
/*end 右边栏 */
/* 与WAP保持一致的产品选项 */
.proDetail-option_title {
  margin-bottom: 10px;
  color: #868A91;
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
}
.proDetail-option_guide {
  display: inline-block;
  line-height: 20px;
  margin-left: 10px;
}
.proDetail-option_guide::before {
  vertical-align: middle;
}
.proDetail-option_guide span {
  font-size: 12px;
  line-height: 20px;
  text-decoration: underline;
}
.proDetail-option_item {
  position: relative;
  margin-bottom: 7px;
}
.proDetail-option_item.color-card .proDetail-option_label {
  padding: 0px;
  height: auto;
  min-width: 60px;
}
.proDetail-option_item.color-card .proDetail-option_label img {
  display: block;
  width: 100%;
}
.proDetail-option_item.color-card .proDetail-option_label.current {
  border: 2px solid;
  border-color: #F0C8A5;
}
.proDetail-option_label {
  min-width: 100px;
  line-height: 32px;
  height: 32px;
  white-space: nowrap;
  box-sizing: border-box;
  border: 1px solid #CBCCCD;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-right: 10px;
  text-align: center;
}
.proDetail-option_label p.form-error {
  border: none;
}
.proDetail-option_label.current {
  border-color: #0D1623;
  background-color: #0D1623;
  color: #fff;
  font-weight: bold;
}
.proDetail-option_label.shortage {
  background: #ccc;
  pointer-events: none !important;
  cursor: not-allowed !important;
  opacity: 0.5;
}
.proDetail-option_input {
  position: absolute;
  visibility: hidden;
}
/*end 与WAP保持一致的产品选项 */
/*end 编辑产品选项弹窗 */
.proDetail-option_item_addpic {
  position: relative;
}
.proDetail-option_item_addpic .proDetail-option_label_huadong {
  display: flex;
  overflow: visible;
  padding-bottom: 45px;
}
.proDetail-option_item_addpic .proDetail-option_label_huadong .proDetail-option_label {
  height: 144px;
  padding: 0 5px;
  margin-right: 0;
  border: none;
  background: none;
  max-width: 120px;
}
.proDetail-option_item_addpic .proDetail-option_label_huadong .proDetail-option_label .proDetail-option_label_pic_cen {
  border: 1px solid #e8e8e8;
  background: #E8E8E8;
  height: 100%;
  position: relative;
}
.proDetail-option_item_addpic .proDetail-option_label_huadong .proDetail-option_label .shortage p {
  color: #bdb8b8;
  background: #efefef;
}
.proDetail-option_item_addpic .proDetail-option_label_huadong .proDetail-option_label img {
  width: 90%;
  margin: 0 auto;
}
.proDetail-option_item_addpic .proDetail-option_label_huadong .proDetail-option_label p {
  display: block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 3px;
  left: 0;
  font-size: 12px;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  height: 35px;
  line-height: 35px;
  margin-bottom: 0;
}
.proDetail-option_item_addpic .proDetail-option_label_huadong .proDetail-option_label p.form-error {
  border-bottom: none;
}
.proDetail-option_item_addpic .proDetail-option_label_huadong .proDetail-option_label:first-child {
  padding-left: 0;
}
.proDetail-option_item_addpic .proDetail-option_label_huadong .proDetail-option_label.current p {
  background: #000;
}
.proDetail-option_item_addpic .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 0;
  background: #0D1623;
  opacity: 0.7;
  color: #fff;
  width: 13px;
  text-align: center;
  height: 37px;
  line-height: 37px;
  font-size: 12px;
  margin-top: -13.5px;
}
.proDetail-option_item_addpic .swiper-button-next {
  position: absolute;
  top: 50%;
  right: 0;
  background: #0D1623;
  opacity: 0.7;
  color: #fff;
  width: 13px;
  text-align: center;
  height: 37px;
  line-height: 37px;
  font-size: 12px;
  margin-top: -13.5px;
}
.proDetail-option_item_addpic .proDetail-option_label_huadong {
  display: flex;
  overflow: visible;
  padding-bottom: 45px;
}
