/*公共样式1*/
.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;
}
.orderinfo_sn_box{
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999;
}
.orderinfo_sn_box .orderinfo_sn{
    max-width: 800px;
    /* height: 60vh; */
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    z-index: 8;
    padding: 20px;
    padding: 20px 20px 40px;
    border-radius: 12px;
}
.orderinfo_sn_box .orderinfo_sn .order-name{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #292B2C;
    padding-bottom: 16px;
}
.orderinfo_sn_box .orderinfo_sn .ship-status{
    padding-bottom: 16px;
    font-size: 16px;
    color: #FF9402;
}
.orderinfo_sn_box .orderinfo_sn .order-status{
    font-size: 12px;
    color: #9CA0A4;
}
.orderinfo_sn_box .orderinfo_sn .logistic{
    font-size: 16px;
    color: #5E6061;
    padding-bottom: 16px;
}
.orderinfo_sn_box .orderinfo_sn .slip-logistic{
    padding-bottom: 8px;
}
.orderinfo_sn_box .orderinfo_sn .invoice-text{
    font-size: 16px;
    color: #5E6061;
    padding-bottom: 8px;
}
.orderinfo_sn_box .orderinfo_sn .view-detail{
    font-size: 14px;
    color: #9CA0A4;
    padding-bottom: 16px;
    text-align: center;
}
.orderinfo_sn_box .orderinfo_sn .view-detail a{
    color: #00388D;
    display: inline-block;
    padding-top: 8px;
}
.orderinfo_sn_box .bq_h2{
    padding-bottom: 20px;
}
.orderinfo_sn_box table tbody tr th{
    text-align: center;
}
.orderinfo_sn_box table tbody tr td{
    word-break: break-word;
    padding: 10px 0;
}
.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 .logistics-warp span {
    text-align: center;
}

.form_content_tr.disabled {
    background-color: #F5F7F8;
    border: none;
    pointer-events: none;
    cursor: default;
}

.form_content_tr p {
    /* width: 19%; */
}
.form_content_tr .logistics_query {
    display: inline-block;
    margin: 0 auto;
    cursor: pointer;
    border: 1px solid #e3e7ea;
    padding: 8px 10px;
    border-radius: 6px;
    color: #5e6061;
}

.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%;
}

.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 {
    display: flex;
    padding: 40px 0;
    gap: 40px;
    border-top: 1px solid #CECCD3;
}
.waic-new {
    display: flex;
    flex-direction: column;

    width: 100%;
    /* margin-left: 16px; */
}
.tusd_pc{
    display: block;
}
.tusd_mobile{
    display: none;
}
.waic .bq_4 br+br {
    /*display: none;*/
}
.buy_head_3 {
    display: flex;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,0.88);
    line-height: 1.5;
}
.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%;
    position: relative;
    flex-shrink: 0;
}
.tusd .iconfont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 32px;
    color: #FFF;
}
.zhituy {
    /* margin-left: 1.125rem; */
}

.sctuqb_1 {
    width: 100%;
    /* margin: 1rem auto; */

    /* border-left: 4px solid #9ca0a4; */
    /* padding: 1rem 0; */
    display: flex;
}
.sctuqb_1 .tusd {
    background-image: url('https://resource.xp-pen.com/img/test_picture/_Avatar_.svg');
    background-repeat: round;
    flex-shrink: 0;
}
.zhisdqwe {
    width: 100%;
    margin: 0 auto;
    padding-left: 1rem;
    padding-top: 1rem;
}
.zhisdqwe .list {
    display: flex;
    padding: 1rem 0;
}
.zhisdqwe .list.hide {
    display: none;
}
.ask_more {
    text-align: right;
}
.bq_9_new {
    display: inline-block;
    padding: 1px 8px;
    background: rgba(0,0,0,0.06);
    border-radius: 9999px 9999px 9999px 9999px;
    border: 1px solid rgba(0,0,0,0.2);
    font-weight: 400;
    font-size: 14px;
    color: rgba(0,0,0,0.88);
    line-height: 1.5;
}
.zhisdqwe .list .tusd {
    margin-right: 1rem;
}
.padding0 {
    padding: 0;
}
.zhisdqwe:first-child {
    padding-top: 0;
}

.zhisdqwe p {

    font-weight: 400;
    font-size: 16px;
    color: rgba(0,0,0,0.88);
    line-height: 1.5;
    padding-top: 8px;
}

.zhisdqwe span {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0,0,0,0.45);
    line-height: 1.5;
}

.zhisdqwe p:nth-of-type(1) {



font-weight: 400;
font-size: 16px;
color: rgba(0,0,0,0.88);
line-height: 1.5;

}


.reply_title {
    display: flex;
    flex-direction: column;
}

.reply_btn {
    display: inline-block;
    /* float: right; */
    font-weight: 400;
    font-size: 14px;
    color: rgba(0,0,0,0.88);
    line-height: 1.5;
    padding: 2px 8px;
    background: #FFF;
    border-radius: 9999px 9999px 9999px 9999px;
    border: 1px solid #CECCD3;
}
.reply_btn:hover {
    border: 1px solid #CECCD3;
    background-color: #F7F7F9;
    color: #FF7423;
}
.reply_btn:hover a {
    color: #FF7423;
}
.reply_btn a {
    color: rgba(0,0,0,0.88);

}
.reply_submit {
    padding-top: 10px;
    display: inline-block;
    font-size: 14px;
    line-height: 1.6;
    padding-right: 20px;
    text-align: right;
}

.no_review {
    text-align: center;
    padding: 20px 0;
}
.ask_list_box {
    display: flex;
    padding: 40px 0;
    gap: 40px;
    border-bottom: 1px rgba(0, 0, 0, 0.06) solid;
}
.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;
    cursor: default;
    color: rgba(0, 0, 0, 0.88);
}

.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;
    }

    .ask_list_box {
        padding: 16px 0;
    }
    .zhituy {
        margin-left: 16px;
    }
    .tusd {
        width: 32px;
        height: 32px;
    }
    .tusd .iconfont {
        font-size: 16px;
    }
    .containerAsk .zhisdqwe .list {
        flex-direction: column;
    }
}

/*代金券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%;
    }
    .sctuqb_1  {
        flex-direction: column;
    }
}

@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: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
  
}
.shop .keyname{
/*     
background: #F4F5F7;
display: inline-block;
font-size: 14px;
padding: 2px;
color: #646464;
width: 175px;
margin-bottom: 10px; */
}
.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: 16px;
    font-weight: normal;
    margin-bottom: 0px;
    text-align: center;
    font-weight: 700;
    color: #F54628;
}

.price_color {
    color: #F54628;
    font-weight: 700;
font-size: 16px;
color: #F54628;
line-height: 24px;

}

.shop_price {
    color: #333
}

.shop_price.shop-delete-price {
    color: rgba(0,0,0,0.88);
font-size: 14px;



}

.market_price {
    margin-left: 5px;
    font-size: 14px;
    color: #B4B4B4;
    
font-weight: 500;
    
line-height: 21px;
}

.product_name .shop {
    width: 100%;
}
.product_name .shop  .specifications-popover{
    background: #FFFFFF !important;
    border-radius: 7px 7px 7px 7px;
    border: 1px solid #CECCD3; 
}

.product_name .shop  .keyname{
    width: 174px;
    height: 22px;
    overflow: hidden;
    background: #F4F5F7;
    padding: 2px 4px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}
.product_name .shop  .keyname .icon-arrow-down{
    color: #646464;
    font-size: 14px;
    display: flex;
    align-items: center;
}

/*表格样式*/
.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: 18px 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: 30%;
}

.thead-title .table_pro {
    width: 58%;
}

.thead-title .table_quan {
    width: 21%;
}

.thead-title .table_total {
    width: 9%;
    text-align: left;
}

.thead-title .table_delete {
    width: 5%;
}

.thead-title .title2 {
    width: 20%;
}

.thead-title .title3 {
    width: 30%;
}

.thead-title .title4 {
    width: 10%;
}

.thead-title .title5 {
    width: 10%;
}


.c-btnss {
    overflow: hidden;
}

.c-btnss>button {
    margin-top: 8px;
}

.c-btnss>button:first-child {
    margin-top: 0;
}

.c-button {
    display: inline-block;
    padding: 12px 0;
    background: #163888;
    border: 1px solid #163888;
    border-radius: 4px;
    color: #fff;
    width: 137px;
    max-width: 100%;
    text-align: center;
}

.c-button:hover {
    border: 2px solid #333;
    padding: 11px 0;
    background: #234aa7;
    font-weight: bold;
}

.c-button2 {
    display: inline-block;
    padding: 12px 0;
    border-radius: 4px;
    border: 1px solid #c9cdd0;
    background-color: white;
    color: #5e6061;
    width: 137px;
    max-width: 100%;
    text-align: center;
}

.c-button2:hover {
    border: 2px solid #333;
    padding: 11px 0;
    color: #333;
    font-weight: bold;
}

.c-button3 {
    display: inline-block;
    padding: 12px 0;
    border-radius: 4px;
    background-color: white;
    color: #5e6061;
    width: 137px;
    max-width: 100%;
    text-align: center;
    text-decoration: underline;
}

.c-button3:hover {
    padding: 12px 0;
    color: #333;
    font-weight: bold;
}

.c-body {
    margin: 0 20px 24px;
    padding: 0 16px;
    background-color: #f5f5f5
}

.c-body .c-thead tr th {
    padding: 14px 0
}

.c-body .c-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 0;
    border-top: 1px solid #e4e7ea
}

.c-body .c-content>div:nth-of-type(1) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-body .c-content>div:nth-of-type(1) img {
    width: 60px;
    height: 60px
}

.c-body .c-content>div:nth-of-type(1) p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    height: 60px;
    padding-left: 8px;
}

.c-body .c-content>div:nth-of-type(1) p>a {
    font-size: 14px;
    line-height: 15px;
    color: #163888;
}

.c-body .c-content>div:nth-of-type(1) p>span {
    white-space: nowrap;
    height: 14px;
    line-height: 14px;
    margin-top: 6px
}

.c-body .c-content>div:nth-of-type(1) p>span i:nth-of-type(1) {
    font-size: 14px;
    line-height: 14px;
    color: #da5435;
}

.c-body .c-content>div:nth-of-type(1) p>span i:nth-of-type(2) {
    font-size: 12px;
    color: #000;
    text-decoration: line-through;
    -webkit-transform: scale(0.85) translateY(1px);
    -moz-transform: scale(0.85) translateY(1px);
    -ms-transform: scale(0.85) translateY(1px);
    -o-transform: scale(0.85) translateY(1px);
    transform: scale(0.85) translateY(1px);
    vertical-align: bottom
}

.c-body .c-content>div:nth-of-type(3) a {
    font-size: 14px;
    color: #163888;
    line-height: 16px;
    -webkit-text-decoration: revert !important;
    -moz-text-decoration: revert !important;
    text-decoration: revert !important;
    margin-left: 5px
}




.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: 32px;
    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: 32px;
    padding: 0px 12px;
    font-size: 16px;
    /* font-weight: bold; */
    width: 48px;
    border-top: 1px solid #C9CDD0;
    border-bottom: 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;
    border-radius: 7px;
border: 1px solid #CECCD3;
}

.goods_num_text.cart-goods-num input {
    height: 38px;
}

.goods_num_text.cart-goods-num .text_box {
    width: px;
    border: 1px solid #CECCD3;
}

.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: 100px !important;
    background-color: #f7f7f7;
}

.switch_num.cart_switch .iconfont {
    font-size: 14px;
}
.goods_num_text .switch_num:nth-child(1) {
    border-radius: 6px 0 0 6px;
}
.goods_num_text .switch_num:nth-child(3) {
    border-radius: 0 6px 6px 0;
}
.switch_num {
    display: flex;
    align-items: center;
    padding: 0 16px;
    color: #707070;
    width: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    height: 32px;
    transition: color 0.2s ease-in-out;
    touch-action: manipulation;
    /* background: #F4F5F7; */
    color: #646464;
    font-weight: normal;
    justify-content: center;
    transition: 0.5s;
    border: 1px solid #CECCD3;
}

.switch_num.disabled {
    background: rgba(0,0,0,0.04);
    /* border: none; */
    pointer-events: none;
    cursor: default;
}

.switch_num.cart_switch {
    padding: 0 8px;
    height: 38px;
}

.switch_num:focus {
    outline: none;
    border: 1px solid #FF640A;
}

.switch_num .iconfont {
    font-weight: 700;
    font-size: 12px;
}

.switch_num:hover {
    background: rgba(0,0,0,0.04);
    color: #FF7423;
}

/*商品加减end*/
.bq_h2.cart_title {
    margin-top: 40px;
}

.cart_title {
    padding: 0 0 20px 0;
}
.pc-content {
	display: block;
}
.mobile-content{
    display: none;
}

@media screen and (max-width: 992px) {
    .cart_btn {
        margin: 20px 0
    }

    .cart_title {
        padding: 20px 20px 20px 35px;
        margin-top: 0
    }
    .goods_num_text .text_box {
        width: 48px;
        font-weight: 400;
        font-size: 16px;
        color: rgba(0,0,0,0.88);
    }
}

@media (min-width: 769px) {
    .thead-title {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@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 {
        width: 100%;
    }
    .goods_coupon_info .price_color{
        text-align: right;
    }

    .product_opator {
        display: none
    }

    .m_cart_icon {
        display: block;
        overflow: hidden;
        /* padding-top: 20px */
    }

    .cart-content .form_content_tr {
        padding: 5px 10px;
        border: 0;
    }
    .bundle_goods_info{
        padding-left: 10px !important;
    }

    .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;
    }
    .cart-wapprer{
        margin-top: 0;
    }
    .cart-wapprer .bq_h2{
        border-bottom: 1px solid #CECCD3;
        margin-top: 0;
        padding: 0;
    }
    .thead-title .title2 {
        width: 160px;
    }

    .thead-title .title3 {
        width: 160px;
    }

    .thead-title .title4 {
        width: 100px;
        padding-right: 20px;
    }
    .thead-title .title5 {
        width: 100px;
        padding-left: 43px;
    }
    .form_content_tr .logistics_query{
        padding: 6px 8px;
    }
    .cart_submit_content {
        padding-right: 0;
    }

    .tuyright_1 {
        float: inherit;
        width: auto;
    }
    .main_content_info.cart_btn .order-settlement .promo-code{
        border-radius: 0 !important;
        background-color: #fff !important;
    }
    .mobile-content{
        display: inline-block;
        margin-left: 16px;
    }
    .zhisdqwe {
        padding-left: 0;
    }
}

.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;
    }
}

.order-details {
    display: none;
}

.order-details tr th {
    color: #292B2C;
    font-size: 14px;
    font-weight: normal;
    padding: 20px 0;
    text-align: center;
}

.order-details tr th:nth-child(1) {
    text-align: left;
}

.order-details tr th:last-child {
    text-align: center;
}

.order-details tr .logistics {
    text-align: center;



}

.order-details tr .logistics div {
    text-align: center;
    margin-bottom: 8px;
    word-break: break-all;
}

.order-details tr .price {
    font-size: 14px;
    color: #000000;
    text-align: center;
}

.order-details tr .price .delete-price {
    text-decoration: line-through;
}

.order-details tr .logistics a {
    color: #163888 !important;
    cursor: pointer;

}

.order-details tr .operate {
    text-align: center;

}

.order-details tr .operate a {
    cursor: pointer;
}

.order-details tr .operate a:hover {
    /*color: #163888 !important;*/
    color: var(--main-color-hover);
    cursor: pointer;
}

.order-details tr .operate .submit_button:hover {
    background-color: #fff;
    color: var(--main-color-hover);
}

.order-details tr #copy {
    text-decoration: underline !important;
    cursor: pointer;
    margin-top: 8px;
}



.order-details tr td {
    padding: 20px 0;
    text-align: center;
    width: auto;
    border: 0;

}

.order-details tr .etat {
    text-align: center;
    word-break: break-all;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 100%;

}

.order-details .od-head {
    border-bottom: 1px solid #e3e7ea;
}

.order-details .od-head th {
    width: 200px;
}

.order-details .receipt-btn,
.order-details .submit_button {
    padding: 10px 18px;
    background: #163888;
    font-size: 12px;
    border-radius: 4px;
    color: #FFFFFF;
    width: 200px;
    margin: 8px auto;
    text-align: center;
    cursor: pointer;

}

.order-details-mobile .receipt-btn {
    padding: 8px 16px;
    background: #163888;
    font-size: 12px;
    border-radius: 4px;
    color: #FFFFFF;
    /* width: 80px; */
    text-align: center;
    cursor: pointer;
    display: inline-block;

}

.order-details-mobile .customer-service {
    padding: 8px 16px;
    border: 1px solid #000000;
    font-size: 12px;
    border-radius: 4px;
    color: black;
    /* width: 150px; */
    text-align: center;
    cursor: pointer;
    display: inline-block;


}

.order-details .customer-service {
    padding: 10px 18px;
    border: 1px solid #000000;
    font-size: 12px;
    border-radius: 4px;
    color: black;
    margin-left: 16px;
    margin: 8px auto;
    text-align: center;
    cursor: pointer;
}

.order-details .od-info {
    display: flex;
    align-items: center;
}

.order-details .od-info .goods_title {
    word-break: break-all;
    color: #163888;
    font-size: 14px;
}

.order-details .info-images {
    padding-right: 16px;
}

.order-details-mobile {
    display: none;
}

.order-details-mobile .odm-item {
    padding: 24px 0px;
}

.order-details-mobile .odm-item .oi-warp {
    display: flex;
    padding-bottom: 16px;
    border-bottom: 1px solid #E4E7EA;
}

.order-details-mobile .odm-item .oi-warp .ow-left {
    flex: 1;

}

.order-details-mobile .odm-item .oi-warp .ow-right {
    flex: 3;
    padding-left: 12px;
}

.order-details-mobile .odm-item .oi-warp .ow-right .shop-info {
    display: flex;
    font-size: 14px;
    margin-bottom: 17px;

}

.order-details-mobile .odm-item .oi-warp .ow-right .shop-info .si-name {
    width: 80%;

    color: #163888;
}

.order-details-mobile .odm-item .oi-warp .ow-right .shop-info .si-num {
    width: 20%;
    text-align: right;
    color: #000000;
}

.order-details-mobile .odm-item .oi-warp .ow-right .price {
    display: flex;
    justify-content: space-between;

}

.order-details-mobile .odm-item .oi-warp .ow-right .price .discount-price {
    font-size: 14px;
    color: #DA5435;

}

.order-details-mobile .odm-item .oi-warp .ow-right .price .front-price {
    font-size: 12px;
    color: #000000;
    text-decoration: line-through;

}

.order-details-mobile .odm-item .oi-warp .ow-right .price .total-price {
    font-weight: bold;

}

.order-details-mobile .odm-item .logistics {
    display: flex;
    padding: 16px 0;
    border-bottom: 1px solid #E4E7EA;
    width: 100%;
}

.order-details-mobile .odm-item .order-status {
    padding: 16px 0;

}

.order-details-mobile .odm-item .order-status .round {
    width: 12px;
    height: 12px;
    background: #163888;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
}

.order-details-mobile .odm-item .order-status .hint {
    color: #DA5435;
    margin-left: 8px;
    vertical-align: middle;
}

.order-details-mobile .odm-item .logistics-num {
    font-weight: 400;
    flex: 3;
    word-break: break-all
}

.order-details-mobile .odm-item .logistics-num #copy-mobile {
    text-decoration: underline;
    cursor: pointer;
    color: #163888;

}

.order-details-mobile .odm-item .logistics-btn {
    text-align: right;
    font-weight: bold;
    line-height: 16px;
    color: #163888;
    cursor: pointer;
    flex: 1;
}

@media screen and (max-width:768px) {
    .order-details-mobile {
        display: inline-block;
        width: 100%;
    }
    .tusd_pc{
        display: none!important;
    }

    .tusd_mobile{
        display: block;
    }

}

@media screen and (min-width:768px) {
    .order-details {
        display: inline-block;
    }

}

@media screen and (max-width:720px) {
    .float-check {
        position: fixed;
        padding: 7px 16px;
        background: #fff;
        border-top: 1px solid #E5E5E5FF;
        height: 60px;
        width: 100vw;
        z-index: 100;
        /* box-sizing: content-box; */
        bottom: 0px;
    }

    .float-check .check-main {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .float-check .check-main .check-left {
        display: flex;
        align-items: center;
    }

    .float-check .check-main .check-left div:nth-child(1) {
        font-size: 14px;
        font-weight: bold;
        line-height: 21px;
        color: #000000;
        margin-right: 16px;
    }

    .float-check .check-main .check-left div:nth-child(2) {
        font-size: 18px;
        font-weight: bold;
        line-height: 27px;
        color: #FD4627;
        margin-right: 8px;
    }

    .float-check .check-main .check-left div:nth-child(3) {
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        color: #000000;
        opacity: 0.5;
        text-decoration: line-through;
    }

    .float-check .check-main .check-right div {
        width: 106px;
        height: 46px;
        background: #000;
        text-align: center;
        line-height: 46px;
    }

    .float-check .check-main .check-right div a {
        font-size: 14px;
        font-weight: bold;
        line-height: 14px;
        color: #FFFFFF;
    }

    .price-decline span {
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        color: #FD4627;
    }
}