
* {
    box-sizing: border-box;
}

/*body {margin:0px; background:#f8f8f8;width:100%; font-family: "微软雅黑", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;}*/
body {
    margin: 0px;
    background: #F7F8FA !important;
    width: 100%;
    font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;
}

.cart_no {
    height: 40px;
    width: 100%;
    padding-top: 180px;
    margin: 50px 0px;
}

.cart_no_nav {
    height: 38px;
    width: 43%;
    background: #eee;
    margin: 0px 3%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    text-align: center;
    line-height: 38px;
    color: #666;
}

.cart_top {
    height: 44px;
    width: 100%;
    background: #f8f8f8;
    border-bottom: 1px solid #e3e3e3;
}

.cart_top .title {
    height: 44px;
    width: auto;
    margin-left: 10px;
    font-size: 0.4266667rem;
    line-height: 44px;
    color: #666;
}

.cart_top .nav {
    height: 30px;
    width: auto;
    background: #fff;
    padding: 0px 10px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    float: right;
    line-height: 30px;
    margin: 6px 0px 0px 0.4266667rem;
    color: #666;
    font-size: 0.373333rem;
}

.cart_main {
    height: auto;
}

/*.cart_good {height:100px;  padding:10px 0px; border-bottom:1px solid #e3e3e3;}*/
.cart_good {
    background: #ffffff;
    padding: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.cart_good .ico {
    height: 0.533333rem;
    width: 30px;
    text-align: center;
    margin-top: 25px;
    float: left;
    font-size: 24px;
    z-index: 2;
    position: relative;
}

.cart_good .img {
    width: 75px;
    height: 75px;
    background: #dedede;
    z-index: 88;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.cart_good .img img {
    height: 100%;
    width: 100%;
}

/*.cart_good .info {height:100px; width:100%; float:left;margin-left: -110px;margin-right:-100px;position: relative;}*/
.cart_good .info {
    flex: 1;
    height: 100%;
    position: relative;
    min-width: 0;
}

.top_delete_ctrl {
    display: inline-block;
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
}

.info_content_container {
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info_content_container .name {
    font-size: 12px;
    color: #333333;
    line-height: 16px;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.info_content_container .optionsel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: normal;
    font-size: 12px;
    color: #A09E9E;
    line-height: 16px;
}

.info_content_container .optionsel .content {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

/*.cart_good .info .inner { margin-left:120px;margin-right:100px;}*/
/*.cart_good .info .inner .name {height:45px; width:100%; padding: 5px 0px 0px 5px; line-height:0.533333rem; color: #000000;  font-size:0.373333rem;overflow:hidden}*/
/*.cart_good .info .inner .price {height:0.533333rem; width:100%; padding: 28px 0px 0px 5px;  color:#666;  font-size:0.373333rem; position:absolute;overflow:hidden}*/
/*.cart_good .info .inner .optionsel {height:0.533333rem; width:100%; float:left; line-height:30px; font-size:0.373333rem; color:#999;  }*/
/*.cart_good .info .inner .optionsel .content { float:left;width:100%;height:0.533333rem;}*/
.optionsel .cinner {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*.cart_good .info .inner .optionsel .cico { float:right;width:0.533333rem;text-align:center;margin-left:-0.533333rem;height:30px;line-height: 30px;}*/
.cart_good .other {
    position: relative;
    height: 100px;
    width: 100px;;
    float: right;
    margin-left: -100px;
    margin-right: 5px;
    z-index: 2;
    position: relative;
}

.cart_good .other .price, .cart_good .other .price1 {
    width: 100%;
    height: 0.48rem;
    text-align: right;
    color: #666;
    font-size: 0.373333rem;
    margin-bottom: 15px;
}

.cart_good .other .price1 {
    text-decoration: line-through;
    color: #999;
}

/*.cart_good .other .num {height:28px; width:80px; border:1px solid #e2e2e2;margin-left:0.48rem; margin-top:5px;}*/
/*.cart_good .other .num .leftnav {height:28px; width:25px; float:left; border-right:1px solid #e2e2e2; background:#eee; color:#6b6b6b; text-align:center; line-height:24px; font-size:0.533333rem; font-weight:bold;}*/
/*.cart_good .other .num .shownum {height:28px; width:26px; float:left; border:0px; margin:0px; padding:0px; text-align:center;}*/
/*.cart_good .other .num .rightnav {height:28px; width:25px; float:right; border-left:1px solid #e2e2e2; background:#eee; color:#6b6b6b; text-align:center; line-height:24px; font-size:0.533333rem; font-weight:bold;}*/
.info_content_container .num {
    height: 0.7rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.info_content_container .leftnav {
    height: 0.7rem;
    width: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    color: #888;
    text-align: center;
    font-size: 0.6rem;
    font-weight: bold;
    border: 1px solid #888;
    border-right: none;
}

.info_content_container .num .shownum {
    height: 0.7rem;
    width: 1rem;
    float: left;
    border: 1px solid #888;
    padding-top: 0.08rem;
    text-align: center;
}

.info_content_container .num .rightnav {
    height: 0.7rem;
    width: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    color: #888;
    text-align: center;
    font-size: 0.6rem;
    font-weight: bold;
    border: 1px solid #888;
    border-left: none;
}

#cartfooter {
    position: fixed;
    bottom: 49px;
    left: 0px;
    z-index: 100;
    width: 100%;
}

/*.cart_pay {float:left;height:54px; width:94%; padding: 0 3%; background:#eee; border-top:1px solid #e1e1e1; position:fixed; bottom:0px; left:0px;}*/
.cart_pay {
    width: 100%;
    padding: 12px 15px;
    background: #ffffff;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart_pay .paysub {
    width: 110px;
    height: 38px;
    background: #F09F3B;
    border-radius: 19px;
    font-family: AlibabaPuHuiTiM;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart_pay .paysub2 {
    height: 1rem;
    width: auto;
    padding: 0px 0.5rem;
    background: #d5d5d5;
    float: right;
    border-radius: 0.5rem;
    font-size: 0.373333rem;
    line-height: 1rem;
    color: #666;
    margin-right: 0.1866667rem;
}

.cart_pay .disabled {
    background: #ccc;
}

.cart_pay .all_text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.cart_pay .all_text .text {
    float: left;
    line-height: 0.533333rem;
    color: #666;
    font-size: 0.4266667rem;
    text-align: left;
    margin-left: 0.5rem;
}

.cart_pay .all_text .text span {
    color: #E9012B;
}

.cart_pay .all_text .all {
    display: flex;
    justify-content: flex-start;
    text-align: center;
    height: 20px;
}

.cart_pay .all_text .all img {
    width: 20px;
}

.cart_pay .all_text .all span {
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
}

.cart_count {
    height: 40px;
    padding: 0 3px;
    text-align: right;
    color: #bbb;
    font-size: 0.373333rem;
    line-height: 40px;
}

.cart_count span {
    color: #666;
}

.cart_top .disabled {
    color: #ccc;
}


.card_no {
    height: 100px;
    margin: 50px 0px 60px;
    color: #ccc;
    font-size: 12px;
    text-align: center;
}

.card_no_menu {
    height: 40px;
    width: 100%;
}

.card_no_nav {
    height: 38px;
    width: 43%;
    background: #eee;
    margin: 0px 3%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    text-align: center;
    line-height: 38px;
    color: #666;
}

#container {
    overflow-y: scroll;
    height: calc(100vh - 45px - 49px);
}

@media screen and (max-width: 320px) {
    .cart_pay .paysub, .cart_pay .paysub2 {
        font-size: 12px;
        padding: 0 0.4rem;
    }

    .cart_pay .all_text .text {
        font-size: 0.373333rem;
    }
}

.removeCart_ctrl {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.15rem 0;
}

.removeCart_ctrl img {
    display: inline-block;
    height: 0.4rem;
    width: 0.4rem;
    margin-right: 0.08rem;
}

.removeCart_ctrl span {
    font-size: 12px;
}

.price_total_part {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checked_icon,.checked_manage_icon {
    width: 20px;
    height: 20px;
    display: flex;
}

.checked_icon img,.checked_manage_icon img {
    width: 100%;
}

.price_num {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-top: 0.1rem;
}

.price_num .price {
    display: flex;
    justify-content: flex-start;
    text-align: center;
}

.price_num .price .goodsprice {
    color: #E9012B;
    font-size: 0.4266667rem;
}

.soldout {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
}

.soldout img {
    width: 70% !important;
    height: auto !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}

.left {
    font-size: 0.2666666667rem;
    font-family: microsoft yahei, Arial, Verdana;
    color: #DF3026;
}

.full_reduction_box {
    min-height: 35px;
    background: linear-gradient( 90deg, #FFF4E7 0%, #FCF6EE 49%, #FFF4E7 100%);    padding: 0 12px;
    padding: 0 12px;
    display: flex;
    align-items: center;
}

.full-context .color-red {
    color: #DB2E1E;
    width: unset;
}

.btn_wrap_fixed > .full_reduction_box:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.full-box {
    display: none;
}

.full-tips {
    background: #F09F3B;
    border-radius: 3px;
    font-weight: 400;
    font-size: 10px;
    color: #FFFFFF;
    line-height: 14px;
    overflow: hidden;
    padding: 2px 4px;
}

.full-context {
    padding: 10px 0;
    margin-left: 6px;
    font-size: 11px;
    line-height: 16px;
    flex: 1;
    min-width: 0;
}

.full-btn {
    padding: 4px 10px;
    border-radius: 12px;
    border: 1px solid #F09F3B;
    font-size: 11px;
    color: #F09F3B;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
    height: fit-content;
}

.icon-cha {
    width: 15px !important;
    height: 15px !important;
    margin-left: 5px;
}

.bg-ccc {
    background: #ccc;
}

.topbar {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 16px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #F7F8FA;
}

.font-bold {
    font-weight: bold;
}
.color-1 {
    color: #F09F3B;
}
.color-2 {
    color: #969696;
}

.h-15 {
    height: 15px;
}

.noChoose_box {
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid #A09E9E;
    border-radius: 50%;
}



.text-wrapper_8 {
    height: 20px;
    overflow-wrap: break-word;
    font-size: 0;
    font-family: Alibaba-PuHuiTi-M;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 20px;
    margin: 2px 0 2px 0;
}
.text_18 {
    overflow-wrap: break-word;
    color: rgba(246, 80, 49, 1);
    font-size: 14px;
    font-family: Alibaba-PuHuiTi-M;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 20px;
}

.text_19 {
    overflow-wrap: break-word;
    color: rgba(246, 80, 49, 1);
    font-size: 20px;
    font-family: Alibaba-PuHuiTi-M;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 20px;
}

.text_20 {
    overflow-wrap: break-word;
    color: rgba(246, 80, 49, 1);
    font-size: 14px;
    font-family: Alibaba-PuHuiTi-M;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 20px;
}
.text_21 {
    overflow-wrap: break-word;
    color: rgba(246, 80, 49, 1);
    font-size: 10px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 14px;
    margin: 7px 0 0 2px;
}

.text_22 {
    overflow-wrap: break-word;
    color: rgba(150, 150, 150, 1);
    font-size: 10px;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 14px;
    margin: 7px 0 0 2px;
}

.mt-8 {
    margin-top: 8px;
}

.mt-5 {
    margin-top: 5px;
}

.gap-10 {
    gap: 10px;
}

.color_primary {
    color: #F65031;
}

.color_1 {
    color: #969696;
}

.text_14_18 {
    font-size: 14px;
    line-height: 18px;
}

.text_16_22 {
    font-size: 16px;
    line-height: 22px;
}

.text_12_18 {
    font-size: 12px;
    line-height: 18px;
}

.text_24_22 {
    font-size: 24px;
    line-height: 22px;
}
.mr-8 {
    margin-right: 8px;
}

.delsub {
    width: 90px;
    height: 38px;
    border-radius: 16px;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    display: none;
    align-items: center;
    justify-content: center;
    border: 1px solid #5C5C5C;
    color: #5C5C5C;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.w-150 {
    width: 150px;
}
.h-150 {
    height: 150px;
}

.playsub {
    width: 120px;
    height: 35px;
    border-radius: 18px;
    border: 1px solid #F09F3B;
    font-weight: normal;
    font-size: 14px;
    color: #F09F3B;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.gap-3 {
    gap: 3px;
}

.p-10 {
    padding: 10px;
}

.title_h6{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
}

.icon_3 {
    width: 24px;
    height: 24px;
}

.recommended-box {
    padding: 0 12px;
}

.thumbnail {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.sales{
    font-size: 12px;
    color: #888;
    white-space: nowrap;
    line-height: 16px;
    word-break: break-all;
}

.bonus-box {
    display: flex;
    flex-wrap: wrap;
    max-height: 1.2rem;
    overflow-y: hidden;
    gap: 4px;
}

.bonus_name{
    border-radius: 3px;
    color: #DB2E1E;
    border: #DB2E1E solid 1px;
    padding: 0px 6px;
    height: 0.47rem;
    display: flex;
    align-items: center;
    overflow: hidden;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.26rem;

}


.rank_desc_title{
    border-radius: 2px;
    border: 1px solid #F09F3B;
    font-family: AlibabaPuHuiTiR;
    font-size: 12px;
    color: #F09F3B !important;
    line-height: 16px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.rank_desc_title_bg {
    background: #F09F3B;
    color: #fff !important;
}

.pl-2 {
    padding-left: 2px !important;
}

.pr-2 {
    padding-right: 2px !important;
}

.recommended-swiper-container {
    overflow-x: hidden;
}

.through_text {
    text-decoration: line-through;
}

.paysub.empty {
    background: #DEDEDE;
    color: #9C9C9C;
}

.mb-0 {
    margin-bottom: 0 !important;
}