/*公共样式*/
.title_one {
    font-size: 14px;
    color: var(--main-color);
    color: #00388D;
}

.title_two {
    font-size: 14px;
    color: var(--main-color);
    color: #00388D;
}

label {
    font-weight: 400;
}

.margin_top {
    margin-top: 20px;
}

.margin_top10 {
    margin-top: 10px;
}

.margin_bottom {
    margin-bottom: 20px;
}

.main_content_info {
    background-color: #fff;
    border-top: 1px solid #e3e7ea;
    border-bottom: 1px solid #e3e7ea;
}
.main_content_info.cart_btn{
    position: sticky;
    top: 50px;
}
.page_title_border {
    padding: 20px;
    border-bottom: 1px solid #e3e7ea;
}

.padding_title {
    padding: 20px 20px 0 20px;
}

.form_content_tr {
    width: 100%;
    border-top: 1px solid #e3e7ea;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
}
.form_content_tr.disabled{
    background-color: #F5F7F8;
    border: none;
    pointer-events: none;
    cursor: default;
}
.form_content_tr p {
    width: 19%;
}

.form_content_tr:nth-child(2) p {
    color: #5e6061;
}

.none-order {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #eee;
    color: #5e6061;
}

.flex_content {
    display: flex;
    align-items: center;
}

@media (min-width: 556px) {
    .flex_content_member {
        display: flex;
        align-items: center;
    }
}

@media (min-width: 992px) {
    .main_content_info {
        border: 1px solid #e3e7ea;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .person_info_two {
        border-right: none;
    }

    .person_info_one {
        border-left: none;
    }
}

@media (min-width: 575px) {
    .person_info {
        border: 1px solid #e3e7ea;
    }
}

/*地址簿页面*/
.page_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.address_1 {
    display: flex;
    flex-wrap: wrap;
}

.address_1 .commodity_content {
    padding: 24px 20px;
}

@media screen and (min-width: 641px) {
    .address_1 .commodity_content {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        flex: 0 0 50%;
        padding-left: 30px;
        padding-right: 30px;
        box-shadow: 0 1px #e3e7ea, 1px 0 #e3e7ea;
    }
}

@media screen and (min-width: 1280px) {
    .address_1 .commodity_content {
        flex-basis: 33.333333%;
    }
}

@media screen and (max-width: 640px) {

    .address_1,
    .commodity_content+.commodity_content {
        display: block;
        position: relative;
        border-top: none;
    }

    .commodity_content+.commodity_content::before {
        position: absolute;
        content: "";
        height: 1px;
        width: calc(100% - 20px);
        top: 0;
        left: 20px;
        background: #e3e7ea;
    }
}

.ancniu_1 {
    display: flex;
    justify-content: left;
    padding: 1rem 0;
}

/*个人中心页面*/
.person-info-content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}
.person_info {
    width: 49%;
    display: flex;
    /*flex: 1 0 0%;*/
    margin-bottom: 16px;
    padding: 20px;
    background-color: #fff;
    border-top: 1px solid #e3e7ea;
    border-bottom: 1px solid #e3e7ea;
}
.person_info.person_info_one{
    flex-wrap: wrap;
    justify-content: space-between;
}
.person-right-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 75%;
}
.info_right .nick_name {
    font-size: 16px;
    line-height: 1.5;
    word-break: break-word;
}

.info_right .info_email {
    padding-top: 10px;
}

.info_right .info_money {
    font-size: 18px;
    line-height: 1.4;
    padding-top: 5px;
}

.info_right .info_total {
    color: #5e6061;
    padding-top: 9px;
}

.info_right .info_link {
    padding-top: 15px;
}

.info_right .info_level {
    padding-top: 5px;
}
.info-left-box{
    width: 22%;
}
.info_left {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.info_right {
    margin-left: 16px;
    /*white-space: nowrap;*/
}

.info_right p {
    font-size: 14px;
    line-height: 1.6;
}
.person-right-box .info_right{
    margin-left: 0;
    margin-bottom: 10px;
}
.vip .btns_sign{
    padding: 5px 20px;
    background-color: #00388D;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
}
.vip .btn-default{
    background-color: #CCCCCC;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    padding: 5px 20px;
    cursor: not-allowed;
}
.vip .sign-record{
    color: #00388D;
    padding-top: 16px;
    text-align: right;
    cursor: pointer;
}
.layui-laydate .yqd-box {
    color: #fff!important;
    width: 36px;
    height: 36px;
    text-align: center;
    background-color: #f6c208!important;
    border-radius: 50%;
    /*background: url("/static/images/sign_have.gif") no-repeat center;*/
}
.layui-laydate .mark-icon{
    color: #fff!important;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #f6c208!important;
    border-radius: 50%;
}
.layui-laydate-content td.yqd-box:hover, .layui-laydate-list li:hover {
    background-color: #f6c208!important;
    color: #fff;
}
.layui-laydate-content td:hover, .layui-laydate-list li:hover {
    background-color: #fff!important;
    color: #333;
}
.layui-laydate-header i:hover, .layui-laydate-header span:hover{
    color: #00388D!important;
}
.laydate-day-mark::after{background-color: transparent!important;}
/*个人中心页面 end*/
/*评论页面*/
.waic {
    padding: 20px 0;
    border-top: 1px solid rgba(227, 231, 234, 1);
}
.waic .bq_4 br + br{
    /*display: none;*/
}
.boss_1 {
    width: 100%;
    border-top: 1px solid rgba(227, 231, 234, 1);
    padding: 20px;
}

.spec {
    font-size: 12px;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #5e6061;
}
.order-goods-info{
    width: 50%;
    display: flex;
    align-items: center;
}
.order-goods-info .info-images{
    padding-right: 16px;
}
.textAlign{
    text-align: right;
}
.goods_info_content {
    display: inline-block;
    vertical-align: middle;
}

.goods_info_content p {
    width: 100%;
    line-height: 1.3;
}
.padding8{
    padding-bottom: 8px;
}
.price-text{
    padding-right: 5px;
    font-size: 16px;
}
.delete-price{
    text-decoration: line-through;
    font-size: 12px;
}
.comment-goods-list{
    padding-top: 10px;
}
.comment-goods-info p{
    line-height: 1.6;
}
.paddRG10{
    padding-right: 10px;
}
/*评论end*/
/* 内容二 */

.tusd {
    width: 3rem;
    height: 3rem;
    background-color: #D4D9DE;
    border-radius: 50%;
}

.zhituy {
    margin-left: 1.125rem;
}

.sctuqb_1 {
    width: 100%;
    margin: 1rem auto;
    background-color: #ECEEEF;
    border-left: 4px solid #9ca0a4;
    padding: 1rem 0;
}

.zhisdqwe {
    width: 100%;
    margin: 0 auto;
    padding: 1rem 1rem 0 1rem;
}

.zhisdqwe:first-child {
    padding-top: 0;
}

.zhisdqwe p {
    /*font-size: 0.875rem;*/
    font-size: 14px;
    line-height: 1.6;
    color: #5e6061;
}

.zhisdqwe span {
    margin-left: 0.5rem;
    font-size: 12px;
    line-height: 1.8;
    color: #5e6061;
}

.zhisdqwe p:nth-of-type(1) {
    color: #292b2c;
    font-size: 14px;
    line-height: 1.6;
    font-weight: bold;
}


.reply_title {
    display: inline;
}

.reply_btn {
    display: inline-block;
    float: right;
    font-size: 14px;
    line-height: 1.6;
    padding-right: 20px;
}

.reply_submit {
    padding-top: 10px;
    display: inline-block;
    font-size: 14px;
    line-height: 1.6;
    padding-right: 20px;
}

.no_review {
    text-align: center;
    padding: 20px 0;
}

.ask_title {
    padding-top: 25px;
    padding-left: 10px;
    /*font-size: 24px;*/
    /*line-height: 1.3;*/
    font-weight: 400;
    color: #292b2c;
}

.content_images {
    max-width: 100%;
    display: inline-block;
    text-align: left;
}

.content_images .images_box {
    max-width: 400px;
    border: 1px #ccc solid;
    padding: 10px;
    margin-top: 10px;
    margin-left: 20px;
    display: none;
}

.images_box img {
    width: 100%;
}

.slide_box {
    display: inline-block;
    border: 1px solid #ccc;
    margin-top: 10px;
}

.reply {
    text-align: right;
}

.reply a {
    font-size: 12px;
    line-height: 1.8;
    padding: 0 0.7rem;
}

.comment-content {
    /*padding: 20px;*/
    border-top: 1px solid #e3e7ea;
    margin-top: 20px;
}
.goods_comment_content .shop_info{
    padding: 10px 20px;
}
.reply-comment-box .waic{
    padding: 20px;
}
.comment-box-list{
    padding: 20px 20px 0;
    border-top: 1px solid rgba(227, 231, 234, 1);
}
.comment-list-content{
    padding-bottom: 20px;
}
/*订单详情页面*/
.uihy_1 {
    background-color: #E3F6E3;
    border: 0.0625rem solid #E3F6E3;
    margin-top: 1rem;
    padding: 10px;
}

.uihy_1 span {
    font-size: 18px;
    line-height: 1.4;
}
.border_top {
    width: 100%;
    border-top: 1px solid #e3e7ea;
}

.tuyright_1 {
    float: right;
    width: 37rem;
}

.nr_1 {
    border-bottom: 1px solid #ECEEEF;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
.status-text{
    padding-right: 8px;
}
/*售后详情页面*/
.imag_1 {
    /*width: 5rem;*/
    /*height: 5rem;*/
    /*background-color: #D4D9DE;*/
}

.payment_info {
    margin-right: 15px;
    margin-top: 20px;
}

.logistics_info {
    margin-top: 10px;
}

.payment_info .submit_button {
    width: 30%;
}

.logistics_info .submit_button {
    width: 30%;
}

.submit_button:hover {
    color: #fff;
}

/*Membership页面*/
.Affiliate_content_chose {
    width: 100%;
    height: auto;
    display: none;
    border-top: 1px solid #e3e7ea;
}

.ul_active_block {
    display: block !important;
}

/*联盟关系*/
.Marketing_relation_title {
    width: 50% !important;
}

.Marketing_relation_title:last-child {
    text-align: right;
}

.ycla {
    display: none;
}

/*我代金券*/
.red {
    color: #f00;
}

.voucher {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
}

.voucher .title {
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid #f5f5f5;
    padding: 10px 0 10px 10px;
}

.voucher .total_info {
    width: 100%;
    margin: 20px auto;
}

.voucher .total_info .row {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.voucher .total_info .row .coupon_text {
    width: 100%;
    height: 50px;
    background-color: #f5f5f5;
    font-size: 14px;
    color: #333;
    font-weight: 600;
    padding-right: 30px;
}

.voucher .total_info .row .coupon_text .pic {
    width: 70px;
    height: 50px;
    background-color: #2c4053;
    float: left;
}

.voucher .total_info .row .coupon_text .pic img {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.voucher .total_info .row .coupon_text .p {
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #333;
    font-weight: 600;
    margin-left: 20px;
}

.voucher .total_info .row .coupon_text .p span {
    font-size: 18px;
    color: #e01d20;
    font-weight: 200;
}

.voucher .total_info .row .coupon_text .submit {
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
    background: #38a0f4;
    color: #ffffff;
    float: right;
    text-decoration: none;
    padding: 0 20px;
    display: inline-block;
}

.voucher .account {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.voucher .account .title_account {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px dashed #f5f5f5;
    padding-left: 20px;
    font-size: 14px;
    color: #999;
}

.voucher .account .account_info {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.voucher .account .account_info .p {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    font-size: 14px;
}

.voucher .account .account_info .p .span {
    width: 200px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    color: #333;
}

.voucher .account .account_info .p .red {
    margin-right: 3px;
}

.voucher .account .account_info .p input {
    width: 40%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #cdcdcd;
    padding-left: 10px;
}

.voucher .account .account_info .submit {
    height: 40px;
    border: none;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #38a0f4;
    margin: 15px 0 0 0;
    font-size: 14px;
    cursor: pointer;
    padding: 0 15px;
}

.voucher .account .account_info .btn {
    margin: 15px 0 0 0;
    padding: 0 15px;
    border: none;
    height: 40px;
    line-height: 40px;
    background: #d0d0d0;
    color: #565656;
}

@media screen and (max-width: 555px) {
    .voucher .account .account_info .p input {
        width: 100% !important;
    }
}
/*代金券end*/
/*邀请人获取积分*/
.info_nav .invite {  width: 100%;  height: auto;  overflow: hidden;  background-color: #fff;  padding-left: 20px;  padding-right: 20px;  margin-top: 20px;  }
.info_nav .invite .prompt {  width: 100%;  font-size: 16px;  color: #333;  }
.info_nav .invite .search {  width: 100%;  height: auto;  overflow: hidden;  margin-top: 10px;  padding-bottom: 20px;  border-bottom: 1px solid #ccc;  }
.info_nav .invite .search input { flex-grow: 1; padding: 0 10px;   height: 40px;  line-height: 40px;    font-size: 16px;  color: #333;  border: 1px solid #ccc;border-right: none  }
.info_nav .invite .search .btn_search {   height: 40px; border: none;  line-height: 40px; padding:0 20px; text-align: center;  font-size: 16px;  color: #fff;  background-color: #00388D;  }
.info_nav .invite .share_link {  width: 100%;  height: auto;  overflow: hidden;  margin-top: 10px;  padding-bottom: 30px;  }
.info_nav .invite .share_link p {  width: 100px;  height: 40px;  line-height: 40px; font-size: 16px;  color: #333;  }
.info_nav .invite .share_link input {   flex-grow: 1;  height: 40px;  line-height: 40px;  padding-left: 10px;  font-size: 16px;  color: #333;   border: 1px solid #ccc;border-right: none  }
.info_nav .invite .share_link .btn_search { padding: 0 20px; height: 40px;  line-height: 40px;  text-align: center;  font-size: 16px;  color: #000;  background-color: #f2f1f1;  border: 1px solid #cecece;  }
.info_nav .invite_text {  width: 100%;  padding-top: 20px;  font-size: 16px; padding-left: 20px }
.info_nav .text_legend {  width: 80%;  height: auto;  overflow: hidden;  margin-top: 20px;  line-height: 1.5;  font-size: 16px;  }
.invite_search_form{display: flex;}
/*邀请人获取积分end*/
/*个人中心信息页面*/
.w30 {
    margin-top: 10px;
}

.rounded-circle {
    width: 150px;
    height: 150px;
}

.webuploader-element-invisible {
    display: none !important;
}

.email_input {
    width: 40%;
}

.input_1s {
    width: 50%;
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
}

.country_form {
    width: 100%;
    overflow: hidden;
}

.form__label_wrapper .form_label {
    font-weight: normal;
    transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: left top;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    pointer-events: none;
    position: absolute;
    left: 10px;
    top: 0;
    line-height: 48px;
}

.form__label_wrapper select {
    padding: 12px 10px 10px 10px;
}

.form-control:focus~.form_label {
    transform: translateY(-6px) scale(0.8);
    -ms-transform: translateY(-6px) scale(0.8);
    -moz-transform: translateY(-6px) scale(0.8);
    -webkit-transform: translateY(-6px) scale(0.8);
    -o-transform: translateY(-6px) scale(0.8);
}

.form__label_wrapper .form-control:focus {
    padding-top: 20px;
    padding-bottom: 2px;
    border: 2px solid #00388D;
}

.input_1s.input_focus .form-control {
    padding-top: 20px;
    padding-bottom: 2px;
}

.input_1s.input_focus .form-control~.form_label {
    transform: translateY(-6px) scale(0.8);
    -ms-transform: translateY(-6px) scale(0.8);
    -moz-transform: translateY(-6px) scale(0.8);
    -webkit-transform: translateY(-6px) scale(0.8);
    -o-transform: translateY(-6px) scale(0.8);
}

.input_1s.has-error .form-control~.form_label {
    transform: translateY(-6px) scale(0.8);
    -ms-transform: translateY(-6px) scale(0.8);
    -moz-transform: translateY(-6px) scale(0.8);
    -webkit-transform: translateY(-6px) scale(0.8);
    -o-transform: translateY(-6px) scale(0.8);
}

#city,
#province,
#shipping_name,#country {
    padding-top: 20px;
    padding-bottom: 2px;
}

#city~.form_label {
    transform: translateY(-6px) scale(0.8);
    -ms-transform: translateY(-6px) scale(0.8);
    -moz-transform: translateY(-6px) scale(0.8);
    -webkit-transform: translateY(-6px) scale(0.8);
    -o-transform: translateY(-6px) scale(0.8);
}

#province~.form_label {
    transform: translateY(-6px) scale(0.8);
    -ms-transform: translateY(-6px) scale(0.8);
    -moz-transform: translateY(-6px) scale(0.8);
    -webkit-transform: translateY(-6px) scale(0.8);
    -o-transform: translateY(-6px) scale(0.8);
}

#shipping_name~.form_label {
    transform: translateY(-6px) scale(0.8);
    -ms-transform: translateY(-6px) scale(0.8);
    -moz-transform: translateY(-6px) scale(0.8);
    -webkit-transform: translateY(-6px) scale(0.8);
    -o-transform: translateY(-6px) scale(0.8);
}
#country~.form_label {
    transform: translateY(-6px) scale(0.8);
    -ms-transform: translateY(-6px) scale(0.8);
    -moz-transform: translateY(-6px) scale(0.8);
    -webkit-transform: translateY(-6px) scale(0.8);
    -o-transform: translateY(-6px) scale(0.8);
}
.input-sub {
    padding-bottom: 20px;
}

.input-sub .submit_button {
    width: 30%;
}

@media screen and (max-width: 576px) {
    .input_1s {
        width: 100%;
    }

    .email_input {
        width: 96%;
    }

    .input-sub .submit_button {
        width: 40%;
    }
}

@media screen and (min-width: 576px) and (max-width: 992px) {
    .input_1s {
        width: 60%
    }

    .email_input {
        width: 60%;
    }
}

/*个人中心优惠券列表*/
#my_coupons .my_coupons_1 {
    width: 100%;
    box-sizing: border-box;
    height: auto;
    background: #fff;
}

#my_coupons .my_coupons_title {
    width: 100%;
    font-size: 24px;
    font-weight: 400;
    color: #292B2C;
    line-height: 1.2;
    padding: 20px 0 0 25px;
}

#my_coupons .my_coupons_list {
    width: 100%;
    height: auto;
    display: flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

#my_coupons .my_coupons_list_ {
    width: 25%;
    height: auto;
    box-sizing: border-box;
    padding: 25px 25px 30px;
    background: #fff;
    border: 1px solid #ECEEEF;
    margin: -1px;
}

#my_coupons .my_coupons_list_ img {
    width: 100%;
    height: auto;
}

#my_coupons .my_coupons_list_span {
    width: 100%;
    color: #EE4624;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    padding: 15px 0;
    display: inline-block;
}


@media screen and (max-width:1080px) {
    #my_coupons .my_coupons_list_ {
        width: 33.33333333%;
    }
}

@media screen and (max-width: 768px) {
    #my_coupons .my_coupons_list_ {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    #my_coupons .my_coupons_list_ {
        padding: 15px;
    }
}

/*购物车表格样式修改*/
.text-single {
    /*width: 100%;*/
    /*overflow: hidden;*/
    /*溢出用省略号显示*/
    /*text-overflow: ellipsis;*/
    /*溢出不换行*/
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /*display: inline-block;*/
    color: #292b2c;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.product_name {
    width: 55%;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.product_number {
    width: 18%
}

.cart-list-price{width: 16%}
.product_opator {
    width: 5%;
    cursor: pointer
}
.goods_coupon_info .price_color{ font-size:18px; font-weight:normal; margin-bottom:0px;color: #333}
.price_color{color: #00388D}
.shop_price {
    color: #333
}
.shop_price.shop-delete-price{
    color: #e01d20
}
.market_price {
    margin-left: 5px;
    font-size: 12px;
    color: #999;
}

.product_name .shop {
    width: 95%;
}

/*表格样式*/
.table_box_big {
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
}

.table_box {
    overflow: hidden;
    position: absolute;
}

.table_box_cart {
    overflow: hidden;
}

.table_tbody_box {
    overflow: scroll;
}
.table_box_cart .table_tbody_box {
    overflow: inherit;
}

.table_tbody_box .form_content_tr:first-child {
    border-top: none;
}

table {
    border-bottom: 1px solid #E3E7EA;
}

table thead tr th {
    text-align: left;
    word-break: keep-all;
    padding: 20px 0;
    color: #5e6061;
    font-weight: 400;
}
.textAlignCenter{
    text-align: center;
}
.textAlignRight{
    text-align: right;
}
table tbody tr td {
    width: 120px;
    text-align: center;
    border-bottom: 1px solid #E3E7EA;
    word-break: keep-all;
    padding: 20px 10px;
}
.thead-title{
    padding: 0 20px;
}
.thead-title .title1 {
    width: 35%;
}

.thead-title .table_pro {
    width: 58%;
}

.thead-title .table_quan {
    width: 20%;
}

.thead-title .table_total {
    width: 15%;
}

.thead-title .table_delete {
    width: 5%;
}

.thead-title .title2 {
    width: 27%;
}

.thead-title .title3 {
    width: 27%;
}

.thead-title .title4 {
    width: 11%;
}
.form_content_tr .date-width{
    width: 30%;
}
.m_cart_icon {
    display: none;
}
/*商品加减*/
.goods_price .goods_number{ width:100%; display:inline-block;}
.goods_num_text{display: inline-flex;align-items: center;height: 48px;font-size: 16px;border: 1px solid #C9CDD0;border-radius: 4px;box-shadow: 0 1px 1px rgba(201, 205, 208, 0.2);}
.goods_num_text input{ border-radius:0;height: 48px;padding: 0px 12px;font-size: 18px;font-weight: bold;width: 48px; border: 1px solid #C9CDD0;color: #5E6061 /*border-left: 1px solid #C9CDD0;border-right: 1px solid #C9CDD0;*//*box-shadow: 0 1px rgba(201, 205, 208, 0.4) inset;*/}
.goods_num_text .text_box{ width:50px; text-align:center;}
.goods_num_text.cart-goods-num{
    height: 38px;
}
.goods_num_text.cart-goods-num input{
    height: 38px;
}
.goods_num_text.cart-goods-num .text_box{
    width: 45px;
}
.bundle_goods_info .goods_num_text{
    border: none;
}
.bundle_goods_info .text-single{
    font-size: 14px;
}
.bundle_goods_info .goods_coupon_info .price_color{
    font-size: 14px;
}
/* 组合商品框 */
.bundle_goods_info{
    padding-left: 60px !important;
    background-color: #FAFAFA;
}
.switch_num.cart_switch .iconfont{
    font-size: 14px;
}
.switch_num{
    display: flex;
    align-items: center;
    padding: 0 16px;
    color: #707070;
    height: 100%;
    transition: color 0.2s ease-in-out;
    touch-action: manipulation;
}
.switch_num.disabled{
    background-color: #F5F7F8;
    border: none;
    pointer-events: none;
    cursor: default;
}
.switch_num.cart_switch{
    padding: 0 8px;
}
.switch_num:focus{
    outline: none;
}
.switch_num .iconfont{
    font-weight: bold;
}
.switch_num:hover{
    color: #3a2a2f;
}
/*商品加减end*/
.bq_h2.cart_title{
    margin-top: 40px;
}
.cart_title{padding: 0 0 20px 0;}
@media screen and (max-width: 992px){
    .cart_btn{ margin: 20px 0}
    .cart_title{padding: 20px 20px 20px 35px;margin-top: 0}
}

@media (min-width: 769px) {
    .thead-title {
        display: flex;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 640px) {
    .cart_table_content {
        display: none;
    }
    .cart_title{padding: 20px 20px 20px 15px;}
    .thead-title{padding: 0}
    .thead-title .table_pro {
        width: 310px;
    }

    .thead-title .table_quan {
        width: 155px;
    }

    .thead-title .table_total {
        width: 190px;
    }

    .thead-title .table_delete {
        width: 50px;
    }
    .form_content_tr .date-width{
        width: 19%;
    }
    .table_box_big.cart_table_box {
        overflow-x: hidden;
    }

    .product_name {
        width: 100%;
        align-items: flex-start;
    }

    .product_number {
        display: none
    }

    .product_total_price {
        display: none
    }

    .product_opator {
        display: none
    }

    .m_cart_icon {
        display: block;
        overflow: hidden;
        padding-top: 20px
    }
    .cart-content .form_content_tr{
        padding: 20px 10px;
    }
    .order-goods-info{
        flex-wrap: wrap;
    }
    .order-goods-info .info-images{
        width: 100%;
    }
    .form_content_tr.head-text p{
        width: 30%;
    }
    .order-detail-box{
        margin-bottom: 16px;
    }
    .person_info{
        width: 100%;
    }
    .comment-goods-list{
        flex-wrap: wrap;
    }
    .comment-goods-list .comment-goods-info{
        width: 100%;
        display: flex;
        align-items: center;
    }
    .comment-box-list .comment-button-box{
        width: 100%;
        margin-top: 20px;
    }
    .bq_h2.cart_title{
        margin-top: 0;
    }
    .uihy_1 span{
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .thead-title .title1 {
        width: 230px;
        padding-left: 20px;
    }

    .thead-title .title2 {
        width: 160px;
    }

    .thead-title .title3 {
        width: 140px;
    }

    .thead-title .title4 {
        width: 100px;
        padding-right: 20px;
    }

    .cart_submit_content {
        padding-right: 0;
    }
    .tuyright_1{
        float: inherit;
        width: auto;
    }
}

.table_tbody_box::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.table_box_big::-webkit-scrollbar {
    width: 0;
    height: 0;
}

@media screen and (max-width: 640px) {
    .table_tbody_box::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .table_box_big::-webkit-scrollbar {
        /*滚动条*/
        width: 10px;
        height: 8px;
    }

    .table_box_big::-webkit-scrollbar-thumb {
        /*滚动条里面方块*/
        border-radius: 10px;
        background-color: #C9CDD0;
    }

    .table_box_big::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        /*-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);*/
        background: #ECEEEF;
    }
}