.cartContainer {
  width: 100%;
  background: #ffffff;
}
.cartContent {
  width: 82%;
  margin: 0 auto;
  background-color: #fff;
  margin-top: calc(24*var(--rem));
  border-radius: calc(5*var(--rem));
}
.cartTitle {
  padding: calc(20*var(--rem)) calc(32*var(--rem));
  font-size: calc(21*var(--rem));
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
}
.cartTop {
  display: flex;
  align-items: center;
  width: 100%;
  height: calc(53*var(--rem));
  padding: calc(16*var(--rem)) calc(32*var(--rem));
  background: #FAFAFA;
  font-size: calc(16*var(--rem));
  color: #666;
}
.cartTop > p {
  padding-left: calc(12*var(--rem));
  width: calc(108*var(--rem));
  line-height: 1;
  border-left: 1px solid #E6E6E6;
}
.cartTop > p:nth-child(1) {
  display: flex;
  align-items: center;
  width: calc(100*var(--rem));
  border-left: unset;
}
.cartTop > p:nth-child(1) label {
  margin-right: calc(6*var(--rem));
}
.cartTop > p:nth-child(1) > input {
  position: relative;
}
.cartTop > p:nth-child(2) {
  width: calc(453*var(--rem));
}
.cartTop > p:nth-child(3) {
  width: calc(64*var(--rem));
}
.cartTop > p:nth-child(6) {
  width: calc(267*var(--rem));
}
.cartTop > p:nth-child(10) {
  width: calc(83*var(--rem));
}
.cartDrugContent {
  display: flex;
  flex-direction: column;
  margin-top: calc(11*var(--rem));
  background: #FAFAFA;
}
.cartexchange {
  font-size: 12px;
  color: #666;
  margin-bottom: 11px;
  margin-left: 49px;
}
.cartexchange > span:nth-child(1) {
  width: 35px;
  height: 18px;
  background: #ffffff;
  border: 1px solid #ff7400;
  color: #FF7400;
  margin-right: 7px;
  text-align: center;
  line-height: 18px;
}
.cartDrugBox {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding: calc(20*var(--rem));
}
.cartDrugBox > label {
  margin: auto 0;
}
.cartDrugBox > label > input:nth-child(1) {
  width: calc(21*var(--rem));
  height: calc(21*var(--rem));
  background: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: calc(5*var(--rem));
}
.cartDrugBox > p:nth-child(2) {
  margin: 0 calc(16*var(--rem));
  position: relative;
}
.cartDrugBox > p:nth-child(2) > img {
  width: calc(115*var(--rem));
  height: calc(115*var(--rem));
}
.jumptoImg {
  cursor: pointer;
}
.cartDrugDetail {
  width: calc(350*var(--rem)) !important;
}
.cartDrugDetail > p {
  margin-bottom: calc(5*var(--rem));
  font-size: calc(16*var(--rem));
  color: #666;
}
.cartDrugDetail > p:first-child {
  font-size: calc(19*var(--rem));
  color: #333;
}
.cartDrugBox > span,
.cartDrugBox > div {
  padding-left: calc(12*var(--rem));
  width: calc(108*var(--rem));
  font-size: calc(19*var(--rem));
  color: #333;
}
.cartDrugBox > span:nth-child(4),
.cartDrugBox > span:nth-child(7),
.cartDrugBox > span:nth-child(8) {
  width: calc(64*var(--rem));
}
.cartDrugBox > div:nth-child(9),
.cartDrugBox > div:nth-child(10) {
  text-align: center;
  width: 140px;
}
.cartDrugBox > div:nth-child(9) {
  height: 124px;
}
.verticalMiddle {
  display: inline-block;
  position: relative;
}
.cartDrugBox > div:nth-child(9):after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.cartDrugBox > div:nth-child(9) > .verticalMiddle > p {
  font-size: 12px;
  color: #999;
  margin-top: 2px;
}
.cartDrugBox > div:nth-child(10) {
  margin-top: 45px;
}
.cartDrugBox > span:nth-child(11) {
  width: calc(60*var(--rem));
  cursor: pointer;
  color: #666;
}
.cartDrugBox > span:nth-child(11):hover {
  color: #FF5E15;
}
.cartDrugBox > p:nth-child(13) {
  width: 90px;
}
.cartPrice {
  color: #FF5E15;
}
.cartPrice > b {
  font-size: 12px;
}
.cartScratchPrice {
  font-size: calc(19*var(--rem));
  color: #999;
  text-decoration: line-through;
}
.cartScratchPrice > b {
  font-size: 12px;
}
.cartChangeDrug {
  position: relative;
  display: flex;
  padding-left: calc(12*var(--rem));
  width: calc(267*var(--rem)) !important;
  height: calc(43*var(--rem));
}
.cartChangeDrug > p:nth-child(1) {
  display: flex;
  height: calc(43*var(--rem));
  border: 1px solid #d8d8d8;
  border-radius: calc(5*var(--rem));
}
.cartChangeDrug > p:nth-child(1) span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(43*var(--rem));
  height: 100%;
  color: #999;
  font-size: calc(21*var(--rem));
  cursor: pointer;
  background: #fff;
}
.cartChangeDrug > p:nth-child(1) span:nth-child(1) {
  border-right: 1px solid #d8d8d8;
  user-select: none;
}
.cartChangeDrug > p:nth-child(1) span:nth-child(3) {
  border-left: 1px solid #d8d8d8;
  color: #FF5E15;
  user-select: none;
}
.cartChangeDrug > p:nth-child(1) > input {
  width: calc(91*var(--rem));
  height: 100%;
  font-size: calc(19*var(--rem));
  color: #333;
  text-align: center;
  background: #fff;
}
.cartChangeDrug > p:nth-child(2) {
  font-size: 12px;
  color: #666;
  margin-top: 5px;
  padding-left: 25px;
}
.cartChangeDrug > p:nth-child(2) > img {
  width: 9px;
  height: 5px;
  margin-left: 7px;
}
.cartChangeDrug > p:nth-child(3) {
  position: absolute;
  top: 50px;
  right: -85px;
  width: 300px;
  height: 30px;
  font-size: 12px;
  color: #FF7400;
  background-image: url('../images/1563420222529.png');
  background-size: cover;
  background-repeat: no-repeat;
  line-height: 36px;
  text-align: center;
  display: none;
}
.cartDrugBox .cartDrugSubtotalPrice {
  color: #FF5E15;
}
.cartDrugBox > p:last-child {
  color: #666;
}
.cartDrugBox > p:last-child > span {
  cursor: pointer;
}
.cartDrugBox > p:last-child > span:nth-child(1) {
  display: block;
}
.cartDrugBox > p:last-child > span:hover {
  color: #ff7400;
}
.cartNoticeBox {
  display: flex;
  width: 82%;
  margin: calc(21*var(--rem)) auto;
}
.cartNoticeBox > img {
  width: 14px;
  height: 12px;
  margin-right: 6px;
  float: left;
  margin-top: 2px;
}
.cartNoticeBox > p {
  font-size: calc(16*var(--rem));
  color: #666;
}
.cartNoticeBox > p:nth-child(2) {
  float: left;
}
.cartNoticeBox > p:nth-child(3) {
  color: #333;
  float: right;
}
.cartNoticeBox > p:nth-child(3) > span {
  color: #FF7400;
}
.cartCalceContainer {
  width: 82%;
  background: #fff;
  border-radius: calc(5*var(--rem));
  margin: 0 auto;
}
.cartCalceBox {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: calc(20*var(--rem));
}
.cartCalceBox > div {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.cartCalceBox > p,
.cartCalceBox > span {
  float: left;
}
.cartCalceBox .checkedAll {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.cartCalceBox .checkedAll .shoppingCartLabel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(21*var(--rem));
  height: calc(21*var(--rem));
  margin-right: calc(6*var(--rem));
}
.cartCalceBox .delCart {
  margin-left: calc(32*var(--rem));
  color: #333;
  cursor: pointer;
  white-space: nowrap;
}
.cartCalceBox .cartTotalPrice {
  margin-right: calc(32*var(--rem));
}
.cartCalceBox .cartTotalPrice > label {
  display: table-cell;
  vertical-align: middle;
}
.cartCalceBox .cartTotalPrice > label > input {
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.cartCalceBox .cartTotalPrice > label {
  font-size: 12px;
  color: #333;
}
.cartCalceBox > span {
  font-size: 12px;
  color: #666;
  margin-top: 30px;
  cursor: pointer;
}
.cartCalceBox > span:nth-child(2) {
  margin: 30px 17px;
}
.cartCalceBox > span:nth-child(4) {
  margin-right: 380px;
  margin-top: 30px;
  margin-left: 20px;
  opacity: 0;
}
.cartCalceBox > span:nth-child(4) > b {
  color: #FF0036;
  margin: 0 5px;
}
.cartTotalPrice {
  margin-left: 20px;
  width: 244px;
  font-size: 12px;
  color: #666;
  text-align: right;
}
.cartTotalPrice > p > b {
  font-size: calc(32*var(--rem));
  color: #FF5E15;
  font-weight: bold;
}
.cartTotalPrice .cartCouponMoney b,
.cartTotalPrice .creditPriceMoney b {
  font-size: 13px;
  color: #FF7400;
}
.cartTotalPrice .cartSaveMoney b {
  font-size: 14px;
  color: #666;
}
.cartTotalPrice > p > b > em {
  font-size: calc(19*var(--rem));
}
.cartCalceBox .submitCart {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(180*var(--rem));
  height: calc(80*var(--rem));
  background: #FF5E15;
  font-size: calc(21*var(--rem));
  color: #fff;
  cursor: pointer;
  border-radius: 0 calc(5*var(--rem)) calc(5*var(--rem)) 0;
}
.card-spread {
  position: absolute;
  width: 30px !important;
  height: 30px !important;
  top: 0px;
  left: 0px;
}
.cartTotalSave {
  min-width: 100px;
  display: inline-block;
  text-align: right;
}
.cartTotalMoney {
  min-width: calc(100*var(--rem));
  display: inline-block;
  text-align: right;
}
.cartSaveMoney {
  float: right;
}
.cartCouponMoney,
.creditPriceMoney {
  height: 19px;
  min-width: 244px;
}
.cartCouponMoney2 {
  height: 10px;
}
.cartCouponSave,
.creditPrice {
  min-width: 100px;
  display: inline-block;
  text-align: right;
}
.card-tjImg {
  width: 36px !important;
  height: 15px !important;
  position: absolute;
  left: 0;
  top: 0;
}
.icons {
  width: 36px !important;
  height: 15px !important;
  position: absolute;
  left: 9px;
  top: 5px;
}
.cartCoupon {
  width: 80px;
  height: 24px;
  float: right;
  margin-right: 480px;
  position: relative;
  background: url('../images/cuop.png');
}
.carticon {
  position: absolute;
  right: 16px;
  top: 10px;
}
.carticon2 {
  position: absolute;
  top: -14px;
  right: -12px;
}
.carTopIcon {
  width: 16px;
  height: 9px;
  position: absolute;
  top: 26px;
  left: 32px;
  z-index: 100;
  display: none;
  background: url('../images/bigTop.png');
}
.cartCouponBox {
  width: 386px;
  height: 305px;
  display: none;
  position: absolute;
  overflow-y: scroll;
  left: -55px;
  top: 34px;
  z-index: 99;
  background: #ffffff;
  border: 1px solid #ff7400;
  padding: 20px;
}
.CartCuoItem {
  margin-top: 15px;
}
.cartCuoLeft {
  float: left;
  border: 1px solid #FFAB66;
  width: 74px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #FF7400;
}
.cartCuoLeft span {
  font-size: 12px !important;
}
.cartIsText {
  border: 1px solid #999999;
  color: #999999;
}
.isTextColor {
  color: #999999 !important;
}
.cartCuoCenter {
  float: left;
  margin-left: 10px;
}
.cartCuoCenter p:nth-child(1) {
  color: #333333;
  font-size: 12px;
}
.cartCuoCenter p:nth-child(2) {
  color: #FF8219;
  font-size: 12px;
  margin-top: 5px;
}
.cartCuoCenter p:nth-child(3) {
  color: #999999;
  font-size: 12px;
  margin-top: 5px;
}
.cartCuoTime img {
  width: 10px;
  height: 6px;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 3px;
}
.cartCuoRight {
  float: right;
  width: 60px;
  height: 25px;
  cursor: pointer;
  background: #ff7400;
  border-radius: 2px;
  text-align: center;
  line-height: 25px;
  color: #fff;
  font-size: 12px;
}
.getCuopIsBtn {
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: #E6E6E6;
}
.buyCuopIsBtn {
  pointer-events: none;
  background: #E6E6E6;
}
.getcopons-nums {
  position: fixed;
  display: none;
  z-index: 110;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.46);
}
.getCoupon-mode {
  width: 321px;
  height: 195px;
  margin: 215px auto 0;
  background: #ffffff;
  border-radius: 8px;
  position: relative;
  padding-top: 23px;
}
.getcopons-desc {
  color: #313131;
  font-size: 18px;
  text-align: center;
  font-size: 16px;
}
.getcopons-nums-box {
  width: 180px;
  margin: 0 auto;
  margin-top: 20px;
  height: 44px;
}
.getcopons-nums-box span {
  width: 44px;
  height: 44px;
  cursor: pointer;
  text-align: center;
  line-height: 44px;
  color: #fff;
  float: left;
  font-size: 20px;
  border-radius: 50%;
}
.getcopons-nums-box > span:nth-child(1) {
  background: #A2CBFE;
}
.getcopons-nums-box > span:nth-child(3) {
  background: #157DFD;
}
.getcopons-nums-box input {
  height: 44px;
  width: 92px;
  /* color: #fff; */
  text-align: center;
  color: #313131;
  font-size: 28px;
  font-weight: bold;
  float: left;
}
.buyBtnBox {
  height: 54px;
  margin-top: 33px;
}
.buyCancleBtn {
  width: 160px;
  background: #E2E2E2;
  text-align: center;
  color: #5D5D5D;
  font-size: 18px;
  float: left;
  height: 54px;
  line-height: 54px;
  cursor: pointer;
}
.buyCouponBtn {
  width: 161px;
  height: 54px;
  float: left;
  background: linear-gradient(90deg, #127bfd 0%, #5da1f5 100%);
  background-color: '#3dbb2b';
  text-align: center;
  line-height: 54px;
  color: #fff;
  font-size: 18px;
  margin: 0 auto;
  cursor: pointer;
}
.getcopons-nums-close {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  font-size: 20px;
  cursor: pointer;
  right: 0;
  top: 0;
}
.ordder-tjImg {
  width: 36px !important;
  height: 15px !important;
  position: absolute;
  left: 0px;
  top: 0;
}
.markBox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  right: 0;
  background: rgba(51, 51, 51, 0.26);
  display: none;
}
.markCont {
  background: url('../images/mark.png');
  width: 253px;
  height: 339px;
  background-size: 100%;
  position: relative;
  left: 50%;
  top: 50%;
  padding-top: 145px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.markCont > div {
  text-align: center;
}
.markCont > p {
  color: #333333;
  font-size: 14px;
  text-align: center;
  margin-bottom: 7px;
}
.markCont > p > span {
  font-size: 10px;
}
.markCont > p > b {
  font-size: 10px;
  color: #FF4800;
}
.markCont > p > i {
  font-size: 14px;
  color: #FF4800;
}
.markCont > div:nth-child(1) {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 17px;
}
.markCanl {
  width: 100px;
  float: right;
  margin-left: 20px;
  height: 37px;
  background: #ff0036;
  box-shadow: 0px 0px 16px 0px rgba(116, 116, 116, 0.5);
  border-radius: 18px;
  text-align: center;
  line-height: 37px;
  color: #fff;
  margin: 15px 20px 0 0px;
  cursor: pointer;
  font-size: 16px;
}
.markBtn {
  width: 100px;
  float: left;
  height: 37px;
  margin-right: 20px;
  background: #ffb413;
  box-shadow: 0px 0px 16px 0px rgba(116, 116, 116, 0.5);
  border-radius: 18px;
  text-align: center;
  line-height: 37px;
  color: #fff;
  margin: 15px 0px 0 20px;
  cursor: pointer;
  font-size: 16px;
}
.markColse {
  position: absolute;
  bottom: -15px;
  left: 115px;
  cursor: pointer;
}
.cartConfirm {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 999;
}
.confirmBox {
  width: 290px;
  height: 160px;
  padding: 0 15px 20px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.confirmCont {
  padding-top: 30px;
  text-align: center;
  font-size: 16px;
  color: #313131;
}
.confirmCont > p:nth-child(1) {
  margin-bottom: 10px;
}
.confirmBtnBox {
  margin-top: 20px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-top: 1px solid #99bafa;
  height: 36px;
}
.confirmBtnBox > span {
  width: 100px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
}
.confirmBtnBox > span:nth-child(1) {
  float: left;
  display: inline-block;
  background-color: #3475f5;
  color: #fff;
  border: 1px solid transparent;
}
.confirmBtnBox > span:nth-child(2) {
  float: right;
  background: #fff;
  color: #3475f5;
  border: 1px solid #3475f5;
}
.confirmClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  color: #8A8A8A;
}
.zixin {
  color: #ff7000 !important;
}
.cartItem:nth-child(1) {
  margin-top: 0px !important;
}
.cartItem {
  margin-bottom: 20px;
  background: #fff;
}
.cartItemTitle {
  height: 35px;
  line-height: 35px;
  padding-left: 20px;
  font-weight: bold;
  color: #333333;
  font-size: 14px;
  border-bottom: 1px solid #F2F2F2;
}
.cartBox {
  padding: calc(10*var(--rem)) calc(32*var(--rem));
}
.WarehouseName {
  font-size: calc(19*var(--rem));
  color: #000;
}
.WarehouseName .new_head_box {
  display: flex;
  align-items: center;
}
.WarehouseName .new_head_box .new_remark {
  font-size: calc(16*var(--rem));
  margin-left: calc(16*var(--rem));
  font-weight: 300;
  color: #999;
}
.cartSubMenu {
  height: 59px;
  line-height: 59px;
  border-top: 1px solid #F2F2F2;
  box-sizing: border-box;
}
.cartSearch {
  height: 58px;
  line-height: 58px;
  float: left;
  box-sizing: border-box;
  padding: 14px 30px 14px 0;
}
.cartSearchInputWrap {
  display: block;
  width: 260px;
  height: 30px;
  border: 1px solid #3dbb2b;
  float: left;
  position: relative;
}
.cartSearchInputWrap .search-res-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  box-sizing: border-box;
  background-color: #FFF;
  padding: 10px 0;
  z-index: 9999;
  border: 1px solid #F3F3F3;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.06);
  display: none;
}
.search-res-wrap li {
  width: 100%;
  height: 38px;
  line-height: 38px;
  box-sizing: border-box;
  padding: 0 10px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  overflow: hidden;
}
.search-res-wrap .cart-search-empty {
  text-align: center;
}
.search-res-wrap li.cart-search-item:hover {
  background-color: #f0fafa;
}
.cartSearchInputWrap input {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: none;
  outline: none;
  display: block;
  float: left;
  font-size: 14px;
  color: #333;
  padding: 0 8px;
}
.typefiyBox {
  float: left;
  height: 58px;
  line-height: 58px;
}
input[type="checkbox"] + label {
  width: calc(21*var(--rem));
  height: calc(21*var(--rem));
  display: inline-block;
  border: 1px solid #FF5E15;
  position: relative;
  box-sizing: border-box;
}
input[type="checkbox"]:checked + label {
  border: none !important;
  background: url('../new_img/choose.png') no-repeat;
  background-size: contain;
  display: inline-block;
}
input[type="checkbox"] {
  display: none;
}
.typeLable {
  margin-left: 20px;
  color: #666666;
  font-weight: bold;
  font-size: 14px;
}
.typefiyBox > span:nth-child(1) {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
}
.typeLable > input[type="checkbox"] {
  position: relative;
  top: -2px;
}
.enStock {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  right: 0;
  display: none;
  background: rgba(51, 51, 51, 0.26);
}
.enStockCont {
  position: relative;
  left: 50%;
  top: 50%;
  width: 636px;
  height: 492px;
  background: #FFFFFF;
  border-radius: 10px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.stockTitle {
  height: 67px;
  text-align: center;
  border-bottom: 1px solid #EEEEEE;
  padding-top: 10px;
}
.stockTitle > p:nth-child(1) {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
}
.stockTitle > p:nth-child(2) {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FF7400;
  margin-top: 5px;
}
.enStockBox {
  height: 332px;
  overflow-y: scroll;
  border-bottom: 1px solid #eee;
}
.stockItem {
  height: 110px;
  width: 605px;
  padding-left: 36px;
  position: relative;
}
.stockItem:last-of-type {
  border-bottom: 0px;
}
.stockItemCont {
  width: 100%;
  height: 100%;
  position: relative;
  padding-left: 9px;
  padding-top: 5px;
  border-bottom: 1px solid #eee;
}
.stockLable {
  position: absolute;
  top: 46px;
  left: -17px;
}
.stockItemCont > img {
  float: left;
  width: 100px;
  height: 100px;
}
.stockItemCont > div {
  float: left;
  padding-top: 15px;
}
.stockGoodsDesc {
  width: 200px;
}
.stockGoodsDesc > p:nth-child(1) {
  color: #333333;
  font-size: 16px;
}
.stockGoodsDesc > p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.stockGoodsDesc > p:nth-child(2),
.stockGoodsDesc > p:nth-child(3),
.stockGoodsDesc > p:nth-child(4) {
  color: #999999;
  font-size: 14px;
}
.stockPriceBox {
  width: 100px;
  text-align: right;
  margin-left: 10px;
}
.stockPriceBox > p:nth-child(1) {
  color: #FF0036;
  font-size: 18px;
}
.stockPriceBox > p:nth-child(2) {
  color: #999999;
  font-size: 14px;
  text-decoration: line-through;
}
.stockInputBox {
  width: 140px;
  text-align: right;
}
.stockInputBox > input {
  width: 50px;
  height: 30px;
  border: 1px solid #eee;
  text-align: center;
  margin: 0 5px;
}
.stockLose {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.06);
}
.enStockNum {
  position: absolute;
  right: 0;
  bottom: 4px;
  /* margin-left: 80px; */
  text-align: center;
  color: #FF7400;
  font-size: 14px;
}
.enStockNum > p:nth-child(1) {
  color: #333333;
  font-size: 18px;
}
.enStockNum > p:nth-child(2) {
  color: #FF7400;
  font-size: 14px;
}
.stockFoot {
  position: relative;
  height: 90px;
}
.stockFootTitle {
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #FF7400;
}
.stockFootBox {
  padding-top: 20px;
  padding-left: 18px;
}
.stockDelet {
  margin-left: 20px;
  cursor: pointer;
  color: #333;
}
.stockClose {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
  font-size: 26px;
}
.stockConfirm {
  position: absolute;
  cursor: pointer;
  right: 32px;
  bottom: 12px;
  width: 170px;
  height: 47px;
  background: #6BAFFE;
  line-height: 47px;
  border-radius: 24px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.yuTimeBox {
  position: relative;
  padding-left: 39px;
  height: 15px;
}
.yuabso {
  position: absolute;
  top: 10px;
}
.yuTimeTitle {
  float: left;
  color: #333333;
  font-size: 14px;
}
.yuTime {
  float: left;
  color: #DE1B2C;
  font-size: 14px;
  margin-left: 3px;
}
.yuTime > span {
  width: 20px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  color: #fff;
  background: #DE1B2C;
  border: 1px solid #DE1B2C;
  border-radius: 2px;
  margin: 0 5px;
}
.cartenjoy {
  position: absolute;
  width: 190px;
  color: #FF0036;
  left: -44px;
}
/* 会员价修改 */
/* 商品备注 */
.notice {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 calc(20*var(--rem)) calc(20*var(--rem));
}
.notice span {
  font-size: calc(16*var(--rem));
}
.notice span:first-child {
  font-weight: bold;
  color: #333333;
}
.notice span:last-child {
  color: #FF8219;
}
/* 活动商品标签 */
.product_label {
  position: relative;
}
.product_label_text {
  position: absolute;
  top: 0;
  left: 0;
}
.product_label .Collage,
.product_label .coupons,
.product_label .buygive,
.product_label .special,
.product_label .shopcoupons,
.product_label .timestop,
.product_label .labelminus {
  font-size: 11px;
  display: inline-block;
  color: #FFFFFF;
  white-space: nowrap;
  padding: 1px 8px;
  border-radius: 5px;
  margin-right: 3px;
  margin-top: 1px;
}
.product_label .Collage {
  background-color: #f6605f;
}
.product_label .coupons {
  background-color: #8abf4b;
}
.product_label .buygive {
  background-color: #2f2fdd;
}
.product_label .shopcoupons {
  background-color: #f9bc30;
  padding: 1px 2px;
}
.product_label .special {
  background-color: #ff717f;
}
.product_label .timestop {
  background-color: #ff586b;
}
.product_label .labelminus {
  background-color: #8a52fd;
}
