/*
加购未支付弹窗
*/
.windowPay {
  width: 464px;
  padding: 0;
}
.windowPay .window-con_tit {
  margin: 0 auto 20px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 1px;
}
.windowPay .window-cover_con-close {
  color: #fff;
}
.windowPay .login_in {
  width: 86px;
  height: 25px;
  background: #f0c8a5;
  display: block;
  position: absolute;
  right: 30px;
  top: 135px;
  text-align: center;
  line-height: 25px;
  font-weight: bold;
  cursor: pointer;
  font-size: 14px;
}
.windowPay-head {
  background-image: linear-gradient(to right, #22303E, #1D4D63);
  height: 143px;
  padding-left: 30px;
  padding-top: 44px;
}
.windowPay-head_tit {
  font-size: 18px;
  color: #F0C8A5;
  font-weight: 300;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.windowPay-head_tit span.windowPay_code1 {
  font-weight: bold;
}
.windowPay-head_tit .windowPay_code2 {
  font-size: 18px;
  font-weight: bold;
}
.windowPay-go {
  display: block;
  margin: 35px 30px;
  margin-top: 0;
  line-height: 46px;
  text-transform: capitalize;
  font-size: 17px;
}
.windowPay .checkout-productBox {
  margin: 20px 30px;
  position: relative;
  overflow-x: scroll;
  height: 164px;
}
.windowPay .checkout-productBox ul.checkout-productBox_con {
  display: flex;
  position: absolute;
  height: 147px;
}
.windowPay .checkout-productBox .proList-item_percent {
  width: 36px;
  height: 14px;
  padding: 0;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
}
.windowPay .checkout-productBox_img {
  width: 147px;
  height: 147px;
}
.windowPay .checkout-productBox_name {
  display: box;
  display: -webkit-box;
  margin-bottom: 10px;
  line-height: 16px;
  max-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.windowPay .checkout-productBox_info {
  float: left;
  width: calc(100% - 96px);
  padding-left: 10px;
  box-sizing: border-box;
}
.windowPay .checkout-productBox_info .price-box {
  float: left;
  margin-right: 30px;
}
.windowPay .checkout-productBox_num {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  color: #FF0347;
}
.windowPay .checkout-productBox_item {
  width: 147px;
  height: 147px;
  margin-right: 15px;
}
.windowPay .checkout-productBox_item .lozad {
  width: 147px;
  height: 147px;
  vertical-align: middle;
}
.windowPay .checkout-productBox_price {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1em;
  text-align: left;
}
.windowPay .checkout-productBox_btn {
  position: absolute;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 4rem;
  top: 50%;
  right: 2rem;
  margin-top: -2rem;
}
.windowPay .checkout-productBox_btn .home-notice_linkIcon {
  margin-left: 0.9rem;
  color: #CBCCCD;
}
.windowPay .checkout-productBox_priceAll {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  font-size: 16px;
  margin-bottom: 20px;
}
.windowPay .checkout-productBox_priceNum {
  color: #000;
  font-weight: bold;
  font-size: 18px;
}
.no_windowPay .no_windowPay_coupon {
  width: 380px;
  height: 133px;
  background-image: linear-gradient(to right, #4A3C54, #1b1a40);
  color: #F7897A;
  position: relative;
  margin: 20px 0;
}
.no_windowPay .no_windowPay_close {
  width: 100%;
}
.no_windowPay span.left_yuan {
  position: absolute;
  display: block;
  background: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  left: -12px;
  top: 55px;
}
.no_windowPay span.right_yuan {
  position: absolute;
  display: block;
  background: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  right: -12px;
  top: 55px;
}
.no_windowPay span.no_windowPay_code1 {
  font-size: 60px;
  font-weight: bold;
  left: 30px;
  position: absolute;
  top: 32px;
}
.no_windowPay .right_coude {
  position: absolute;
  right: 32px;
  padding-left: 30px;
  border-left: 1px dashed;
  top: 30px;
  height: 76px;
}
.no_windowPay .right_coude .no_windowPay_code2 {
  margin-top: 5px;
  font-weight: 200;
  margin-bottom: 20px;
}
.no_windowPay .right_coude h4 {
  letter-spacing: 2px;
}
/*# sourceMappingURL=./longqi.nonePay.css.map */