.cartContainer {
    width: 100%;
    background: rgba(255, 255, 255, 1);
}

.cartContent {
    width: 1200px;
    margin: auto;
    padding-top: 20px;
}

.cartTitle {
    font-size: 20px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 10px;
}

.cartTop {
    width: 1200px;
    height: 44px;
    background: rgba(247, 247, 247, 1);
    border: 1px solid rgba(240, 240, 240, 1);
    font-size: 12px;
    color: #666;
    display: table-cell;
    vertical-align: middle;
}

.cartTop > p {
    float: left;
    text-align: center;
}

.cartTop > p:nth-child(1) {
    padding-left: 20px;
    width: 71px;
}

.cartTop > p:nth-child(1) > input {
    width: 14px;
    height: 14px;
    position: relative;
    top: -2px;
    margin-right: 10px;
}

.cartTop > p:nth-child(2) {
    width: 305px;
}

.cartTop > p:nth-child(3),
.cartTop > p:nth-child(4),
.cartTop > p:nth-child(5),
.cartTop > p:nth-child(6),
.cartTop > p:nth-child(7) {
    width: 70px;
}

.cartTop > p:nth-child(8),
.cartTop > p:nth-child(9) {
    width: 140px;
}

.cartTop > p:nth-child(10) {
    width: 100px;
}

.cartTop > p:nth-child(11) {
    width: 90px;
}

.cartDrugContent {
    width: 1190px;
    background: #fff;
    border-bottom: 1px solid #F2F2F2;
}

.cartexchange {
    font-size: 12px;
    color: #666;
    margin-bottom: 11px;
    margin-left: 49px;
}

.cartexchange > span:nth-child(1) {
    width: 35px;
    height: 18px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 116, 0, 1);
    color: #FF7400;
    margin-right: 7px;
    text-align: center;
    line-height: 18px;
}

.cartDrugBox {

    min-height: 124px;
    position: relative;
}

.cartDrugBox > img,
.cartDrugBox > input,
.cartDrugBox > p,
.cartDrugBox > span,
.cartDrugBox > div {
    float: left;
}

.cartDrugBox > label {
    float: left;
    margin: 21px 0 0 10px;
}

.cartDrugBox > label > input:nth-child(1) {
    width: 14px;
    height: 14px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(216, 216, 216, 1);
    border-radius: 2px;

}

.cartDrugBox > p:nth-child(2) {
    background: #fff;
    margin-left: 10px;
    margin-top: 20px;
    position: relative;
}

.cartDrugBox > p:nth-child(2) > img {
    width: 82px;
    height: 82px;

}

.jumptoImg {
    cursor: pointer;
}

.cartDrugDetail {
    height: 124px;
    width: 251px;
    padding-top: 32px;
    /* padding-bottom: 30px; */
    /* cursor: pointer; */
    padding-left: 18px;
}

.cartDrugDetail > p {
    font-size: 12px;
    color: #333;
}

.cartDrugDetail > p:nth-child(2) {
    margin: 6px auto;
}

.cartDrugDetail > p:nth-child(1) > span {
    width: 29px;
    height: 18px;
    background: rgba(255, 116, 0, 1);
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    text-align: center;
    margin-right: 7px;
}

.cartDrugDetail > p:nth-child(1) ~ p > span:nth-child(2) {
    margin-left: 10px;
    margin-right: 14px;
}

.cartDrugBox > span {
    font-size: 12px;
    color: #666;
    margin-top: 50px;
}

.cartDrugBox > span:nth-child(4),
.cartDrugBox > span:nth-child(5),
.cartDrugBox > span:nth-child(6),
.cartDrugBox > span:nth-child(7),
.cartDrugBox > span:nth-child(8) {
    text-align: center;
    width: 70px;
}

.cartDrugBox > div:nth-child(9),
.cartDrugBox > div:nth-child(10) {
    text-align: center;
    width: 140px;
}

.cartDrugBox > div:nth-child(9) {
    height: 124px;
}

.verticalMiddle {
    vertical-align: middle;
    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: 100px;
    text-align: center;
    font-weight: bold;
}

.cartDrugBox > p:nth-child(13) {
    width: 90px;
}

.cartPrice {
    font-size: 14px;
    color: #FF0036;
    margin-right: 10px;
}

.cartPrice > b {
    font-size: 12px;
}

.cartScratchPrice {
    font-size: 14px;
    color: #666666;
    text-decoration: line-through;
}

.cartScratchPrice > b {
    font-size: 12px;
}

.cartChangeDrug {
    position: relative;
}

.cartChangeDrug > p:nth-child(1) {
    width: 100px;
    height: 27px;
    border: 1px solid rgba(216, 216, 216, 1);
    margin-left: 20px;
    margin-top: 50px;
}

.cartChangeDrug > p:nth-child(1) span {
    width: 25px;
    height: 26px;
    color: #999;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    float: left;
    cursor: pointer;
}

.cartChangeDrug > p:nth-child(1) span:nth-child(1) {
    border-right: 1px solid rgba(216, 216, 216, 1);
    user-select: none;
}

.cartChangeDrug > p:nth-child(1) span:nth-child(3) {
    border-left: 1px solid rgba(216, 216, 216, 1);
    line-height: 26px;
    color: #3dbb2b;
    user-select: none;
}

.cartChangeDrug > p:nth-child(1) > input {
    width: 46px;
    height: 24px;
    font-size: 14px;
    color: #333;
    text-align: center;
    background: #fff;
    float: left;

}

.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 {
    width: 112px;
    text-align: center;
    font-size: 14px;
    color: #FF0036;
}

.cartDrugSubtotalPrice > b {
    font-size: 12px;
}

.cartDrugBox > p:last-child {
    font-size: 12px;
    color: #666;
    padding-left: 20px;
    margin-top: 49px;
}

.cartDrugBox > p:last-child > span {

    cursor: pointer;
}

.cartDrugBox > p:last-child > span:nth-child(1) {
    margin-bottom: 15px;
    display: block;
}

.cartDrugBox > p:last-child > span:hover {
    color: #ff7400;
}

.cartNoticeBox {
    width: 1200px;
    height: 52px;
    padding-top: 20px;
}

.cartNoticeBox > img {
    width: 14px;
    height: 12px;
    margin-right: 6px;
    float: left;
    margin-top: 2px;
}

.cartNoticeBox > p {
    font-size: 12px;
    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: 100%;
    background: #fff;
    box-shadow: 1px -4px 5px 0px rgba(211, 210, 210, 0.3);
    border: 1px solid rgba(240, 240, 240, 1);
}

.cartCalceBox {
    width: 73%;
    /*height: 70px;*/
    background: rgba(255, 255, 255, 1);
    margin: auto;
    box-sizing: border-box;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cartCalceBox > div {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.cartCalceBox > p,
.cartCalceBox > span {
    float: left;
}

.cartCalceBox .checkedAll {
    white-space: nowrap;
}

.cartCalceBox .delCart {
    margin-top: 5.74px;
    margin-left: 23px;
    cursor: pointer;
    white-space: nowrap;
}

.cartCalceBox .cartTotalPrice {
    margin-right: 21px;
}

.cartCalceBox .cartTotalPrice > label {
    display: table-cell;
    vertical-align: middle;
}

.cartCalceBox .cartTotalPrice > label > input {
    width: 14px;
    height: 14px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(216, 216, 216, 1);
    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 > span > b {
    font-size: 17px;
    color: #FF0036;
    font-weight: bold;
}

.cartTotalPrice .cartCouponMoney b,
.cartTotalPrice .creditPriceMoney b {
    font-size: 13px;
    color: #FF7400;
}

.cartTotalPrice .cartSaveMoney b {
    font-size: 14px;
    color: #666;
}

.cartTotalPrice > span > b > em {
    font-size: 14px;
}

.cartCalceBox .submitCart {
    width: 160px;
    height: 70px;
    background: rgba(255, 0, 54, 1);
    line-height: 70px;
    float: right;
    text-align: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.card-spread {
    position: absolute;
    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: 100px;
    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: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 116, 0, 1);
    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: rgba(255, 116, 0, 1);
    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: rgba(255, 255, 255, 1);
    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, rgba(18, 123, 253, 1) 0%, rgba(93, 161, 245, 1) 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: rgba(255, 0, 54, 1);
    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: rgba(255, 180, 19, 1);
    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, .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%;
    transform: translate(-50%, -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: rgba(255, 112, 0, 1) !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 {
    background: #F7F7F7;
    padding: 0 5px;
}

.WarehouseName {
    background: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 10px;
    border: 1px solid #ebeaea;
    border-left: none;
    border-right: none;
}

.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: 14px;
    height: 14px;
    display: inline-block;
    border: 1px solid #2196F3;
    border-radius: 50%;
    position: relative;
    top: 2px;
    margin-right: 3px;
}

input[type="checkbox"]:checked + label {
    width: 16px;
    height: 16px;
    border: none !important;
    background: url('../images/check.png') no-repeat;
    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 > span {
}

.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;
}

/* 会员价修改 */
.cartDrugBox .vip_price {
    margin-top: 50px;
    text-align: center;
}

/* 商品备注 */
.notice {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 30px 10px 30px;
}

.notice span {
    font-size: 12px;
}

.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;
}