﻿/*inquiry*/
.inquiry-loading {
    position: fixed;
    left: 0%;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    display: none;
}

.inquiry-loading-box {
    width: 500px;
    height: 300px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 3.4rem;
    color: #fff;
    background: #023493;
    border-radius: 12px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -150px;
}

    .inquiry-loading-box img {
        width: 100px;
        height: 100px;
    }

.progress-text {
    display: block;
    line-height: 82px;
    margin-top: 5px;
}

.progress-load {
    display: block;
    line-height: 42px;
    margin-top: 5px;
    font-size: 1.1rem;
}

.inquiry-main {
    padding: 30px;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 6px;
}

.inquiry-box-left {
    width: 35%;
    height: auto;
    border: 1px dotted #ccc;
    padding: 30px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .inquiry-box-left div {
        align-items: center;
        background: #023493;
        border-radius: 2px;
        display: flex;
        height: 36px;
        justify-content: center;
        padding: 10px 14px;
        position: relative;
        cursor: pointer;
    }

        .inquiry-box-left div:hover {
            background: #666;
        }

        .inquiry-box-left div span {
            color: #fff
        }

        .inquiry-box-left div .uploadFile {
            cursor: pointer;
            height: 100%;
            left: 0;
            opacity: 0;
            position: absolute;
            top: 0;
            width: 100%
        }

    .inquiry-box-left p {
        font-size: 14px;
        text-align: center;
        line-height: 26px;
        margin-top: 10px;
    }

    .inquiry-box-left a {
        color: #023493;
    }

.inquiry-box-right {
    width: 64%;
    height: auto;
    min-height: 190px;
    padding: 20px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
}

    .inquiry-box-right ul {
        font-size: 13px;
        width: 100%;
        padding: 0;
    }

        .inquiry-box-right ul li {
            text-align: center;
            justify-content: center;
            align-items: center;
            width: 25%;
            padding: 0 15px;
        }

            .inquiry-box-right ul li p {
                padding-top: 10px;
                line-height: 22px;
            }


.inquiry-tab {
    width: 100%;
    margin-top: 15px;
    overflow-x: auto;
}

    .inquiry-tab table {
        border: 1px solid #eee;
        border-left: 0px;
        border-top: 0px;
        font-size: 14px;
        margin-bottom: 10px;
        width: 100%;
        box-sizing: border-box;
        border-spacing: 0;
    }

        .inquiry-tab table td {
            border: 1px solid #eee;
            border-right: 0px;
            border-bottom: 0px;
            text-align: center;
            padding: 6px;
        }

    .inquiry-tab tr:first-child {
        height: 48px;
    }

    .inquiry-tab table td button {
        border: none;
        font-size: 1.1rem;
        background: none;
    }

    .inquiry-tab table td .input-sm {
        border: 1px solid #eee;
        height: 32px;
        line-height: 30px;
        border-radius: 3px;
        width: 80%;
    }

.inquiry-tab-btn {
    margin: 15px 0;
}

    .inquiry-tab-btn button {
        height: 42px;
        line-height: 42px;
        background: #023493;
        color: #fff;
        border-radius: 6px;
        padding: 0 25px;
        border: none;
        font-size: 1rem;
        margin-right: 5px;
    }

        .inquiry-tab-btn button.inquibtn1 {
            background: linear-gradient( 90deg, #0088FF 0%, #064bcd 100%);
        }

        .inquiry-tab-btn button.inquibtn2 {
            background: #fff;
            border: 1px solid #FF5700 !important;
            color: #FF5700;
        }

        .inquiry-tab-btn button:hover {
            text-decoration: underline;
        }

        .inquiry-tab-btn button.inquibtn1:hover {
            background: linear-gradient( 90deg, #064bcd 0%,#0088FF 100%);
        }

.inquiry-sucess-box {
    background: #fff;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 6px;
    text-align: center;
}

    .inquiry-sucess-box h1 {
        font-size: 2rem;
        line-height: 42px;
        color: #023493;
    }

    .inquiry-sucess-box h2 {
        font-size: 1.4rem;
        line-height: 32px;
        margin-top: 10px;
    }

.inquiry-sucess-box-btn {
    margin-top: 15px;
}

    .inquiry-sucess-box-btn a {
        height: 42px;
        line-height: 42px;
        background: #023493;
        color: #fff;
        border-radius: 6px;
        padding: 0 25px;
        border: none;
        font-size: 1rem;
        margin: 0 3px;
    }

/*cart*/
.cartFedLeft-box {
    width: 49%;
}

.cart-box-left {
    width: 70%;
}

.cart-box-left-list {
    width: 100%;
    background: #fff;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 6px;
}

    .cart-box-left-list h2 {
        font-size: 1.4rem;
        line-height: 42px;
    }

        .cart-box-left-list h2 i {
            color: #023493;
            padding-right: 8px;
        }

.cart-box-left-list-item {
    width: 100%;
    margin-top: 10px;
}

    .cart-box-left-list-item ul.thead {
        width: 100%;
        height: 42px;
        line-height: 42px;
        background: #f6f8fc;
        padding: 0 15px;
        font-size: 14px;
    }

        .cart-box-left-list-item ul.thead i {
            color: #023493;
            font-size: 22px;
        }

        .cart-box-left-list-item ul.thead li:nth-child(1) {
            width: 10%;
        }

        .cart-box-left-list-item ul.thead li:nth-child(2) {
            width: 30%;
        }

        .cart-box-left-list-item ul.thead li:nth-child(3) {
            width: 30%;
        }

        .cart-box-left-list-item ul.thead li:nth-child(4) {
            width: 25%;
        }

        .cart-box-left-list-item ul.thead li:nth-child(5) {
            width: 5%;
        }

    .cart-box-left-list-item ul.tbody {
        padding: 0 15px;
        font-size: 14px;
    }

        .cart-box-left-list-item ul.tbody li {
            padding: 15px 0;
            border-bottom: 1px solid #ccc;
            align-items: center;
        }

        .cart-box-left-list-item ul.tbody .tbdiv1 {
            width: 10%;
        }

        .cart-box-left-list-item ul.tbody .tbdiv2 {
            width: 30%;
        }

            .cart-box-left-list-item ul.tbody .tbdiv2 img {
                width: 40px;
                float: left;
                margin-right: 10px
            }

        .cart-box-left-list-item ul.tbody .tbdiv3 {
            width: 30%;
        }

        .cart-box-left-list-item ul.tbody .tbdiv4 {
            width: 25%;
            position: relative;
        }

            .cart-box-left-list-item ul.tbody .tbdiv4 p {
                margin-bottom: 0;
                cursor: pointer;
            }

                .cart-box-left-list-item ul.tbody .tbdiv4 p i {
                    font-size: 18px;
                    padding-left: 10px;
                    color: #023493;
                }

            .cart-box-left-list-item ul.tbody .tbdiv4 li {
                border-bottom: none;
                height: 20px;
                line-height: 20px;
                padding: 0;
            }

                .cart-box-left-list-item ul.tbody .tbdiv4 li span.span-price {
                    color: #023493;
                }

        .cart-box-left-list-item ul.tbody .tbdiv5 {
            width: 5%;
        }

        .cart-box-left-list-item ul.tbody .tbdiv2 a {
            display: block;
            color: #023493;
            line-height: 22px;
            height: 22px;
            overflow: hidden;
        }

        .cart-box-left-list-item ul.tbody .tbdiv2 em {
            display: block;
            color: #666;
            line-height: 22px;
            height: 22px;
            overflow: hidden;
            font-style: normal;
        }

        .cart-box-left-list-item ul.tbody .tbdiv5 i {
            color: #023493;
            font-size: 22px;
        }

        .cart-box-left-list-item ul.tbody .tbdiv3 input {
            width: 60%;
            border: 1px solid #eee;
            height: 32px;
            line-height: 32px;
            border-radius: 4px;
            padding-left: 10px;
        }


        .cart-box-left-list-item ul.tbody .tbdiv4 .price-range {
            display: none;
            z-index: 333;
            position: absolute;
            border: 1px solid #eee;
            background: #f7f7f7;
            border-radius: 5px;
            box-shadow: 3px 3px 10px 0 rgba(0,0,0,.1);
            padding: 10px;
        }

        .cart-box-left-list-item ul.tbody .tbdiv4:hover .price-range {
            display: block;
        }

.cart-box-left-list-product {
    width: 100%;
    background: #fff;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 6px;
    margin-top: 15px;
}

    .cart-box-left-list-product h2 {
        font-size: 1.4rem;
        line-height: 42px;
    }

        .cart-box-left-list-product h2 i {
            color: #023493;
            padding-right: 8px;
        }

.cart-box-left-list-product-item {
    margin-top: 10px;
}

    .cart-box-left-list-product-item dl {
        width: 19%;
        border: 1px solid #eee;
        margin-bottom: 1.5%;
        border-radius: 6px;
        padding: 10px 20px;
        text-align: center;
    }

        .cart-box-left-list-product-item dl dt img {
            width: 100%;
            height: auto;
        }

        .cart-box-left-list-product-item dl dd {
            padding: 10px 0;
        }

            .cart-box-left-list-product-item dl dd a {
                display: block;
                font-weight: bold;
                height: 24px;
                line-height: 24px;
                overflow: hidden;
            }

            .cart-box-left-list-product-item dl dd em {
                display: block;
                height: 24px;
                line-height: 24px;
                overflow: hidden;
                color: #999;
            }

            .cart-box-left-list-product-item dl dd p {
                color: #023493;
                height: 24px;
                line-height: 24px;
                overflow: hidden;
            }


.cart-box-right {
    width: 29%;
}

.cart-box-right-box {
    width: 100%;
    background: #fff;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 6px;
}

    .cart-box-right-box h2 {
        font-size: 1.4rem;
        line-height: 42px;
    }

        .cart-box-right-box h2 i {
            color: #023493;
            padding-right: 8px;
        }

    .cart-box-right-box ul {
        width: 100%;
    }

        .cart-box-right-box ul li {
            line-height: 32px;
            font-weight: normal;
        }

            .cart-box-right-box ul li i {
                color: #023493;
            }


/*shopping*/
.shopping-main {
}

.shopping-main-left {
    width: 70%;
}

.shopping-main-left-item {
    width: 100%;
    background: #fff;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 6px;
    margin-bottom: 15px;
}

    .shopping-main-left-item h2 {
        font-size: 1.1rem;
        margin-bottom: 15px;
    }

        .shopping-main-left-item h2 i {
            color: #023493;
            padding-right: 8px;
            font-size: 1.2rem;
        }

        .shopping-main-left-item h2 a {
            font-weight: normal;
        }

.shopping-address-list li {
    width: 100%;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 6px;
    margin-bottom: 10px;
    line-height: 28px;
}

    .shopping-address-list li.selected {
        border-color: #023493;
    }

    .shopping-address-list li h4 {
        display: block;
    }

        .shopping-address-list li h4 i {
            color: #023493;
            margin-right: 5px;
        }

.shopping-main-left-item-fed dl {
    width: 49%;
}

.shopping-main-left-item-fed dt {
    display: block;
    height: 42px;
    line-height: 42px;
}

    .shopping-main-left-item-fed dt span {
        color: red;
    }

.shopping-main-left-item-fed input {
    width: 100%;
    height: 42px;
    line-height: 40px;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 0 10px;
}

.shopping-main-left-item-fed select {
    width: 100%;
    height: 42px;
    line-height: 40px;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 0 10px;
}

.shopping-main-left-item ul.item-box {
    display: flex;
}

    .shopping-main-left-item ul.item-box li {
        margin-right: 10px;
    }

        .shopping-main-left-item ul.item-box li img {
            height: 30px;
        }

.shopping-main-left-item-table {
    width: 100%;
    overflow-x: auto;
}

    .shopping-main-left-item-table table {
        border: 1px solid #eee;
        font-size: 14px;
        width: 100%;
        box-sizing: border-box;
        border-spacing: 0;
    }

    .shopping-main-left-item-table td {
        border: 1px solid #eee;
        border-right: 0;
        border-left: 0;
        white-space: nowrap;
        overflow: hidden; /* 防止内容溢出 */
        text-overflow: ellipsis; /* 超出部分显示省略号 */
        text-align: center;
        border-bottom: 0px;
        padding: 6px;
    }

        .shopping-main-left-item-table td img {
            max-width: 60px;
        }

    .shopping-main-left-item-table tr:first-child {
        background: #f7f7f7;
        height: 46px;
        line-height: 46px;
    }

.shopping-main-right {
    width: 29%;
}

.shopping-main-right-box {
    width: 100%;
    background: #fff;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 6px;
}

    .shopping-main-right-box h1 {
        font-size: 1.4rem;
        line-height: 42px;
    }

        .shopping-main-right-box h1 i {
            color: #023493;
            padding-right: 8px;
        }

    .shopping-main-right-box dl {
        line-height: 32px;
    }

        .shopping-main-right-box dl dd {
            color: #023493;
        }

            .shopping-main-right-box dl dd textarea {
                width: 100%;
                height: 80px;
                padding: 15px;
                border: 1px solid #eee;
                border-radius: 3px;
            }

.address-select {
    width: 100% !important;
}

    .address-select select {
        width: 32.3%;
    }


/*Payment*/
.pay-box {
    width: 50%;
    background: #fff;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 6px;
}

    .pay-box dl {
        line-height: 28px;
        padding: 5px 0;
    }

        .pay-box dl dt {
            font-weight: bold;
        }

.pay-inner-box {
    width: 50%;
    background: #fff;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 6px;
    text-align: center;
}

    .pay-inner-box strong {
        display: block;
        font-size: 1.4rem;
        line-height: 36px;
    }

    .pay-inner-box p {
        line-height: 28px;
    }

        .pay-inner-box p a {
            color: #023493;
            text-decoration: underline;
        }

.pay-inquiry {
}

.pay-inquiry-left {
    width: 70%;
}

.pay-inquiry-left-item {
    width: 100%;
    background: #fff;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 6px;
    margin-bottom: 15px;
}

    .pay-inquiry-left-item h2 {
        font-size: 1.1rem;
        margin-bottom: 15px;
    }

        .pay-inquiry-left-item h2 i {
            color: #023493;
            padding-right: 8px;
            font-size: 1.2rem;
        }

.pay-inquiry-left-item-fed .col-lg-4 {
    width: 49%;
}

.pay-inquiry-left-item-fed dt {
    display: block;
    height: 42px;
    line-height: 42px;
}

    .pay-inquiry-left-item-fed dt span {
        color: red;
    }

.pay-inquiry-left-item-fed input {
    width: 100%;
    height: 42px;
    line-height: 40px;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 0 10px;
}

.pay-inquiry-left-item-fed select {
    width: 100%;
    height: 42px;
    line-height: 40px;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 0 10px;
}

.pay-inquiry-left-item ul.item-box {
    display: flex;
}

    .pay-inquiry-left-item ul.item-box li {
        margin-right: 10px;
    }

        .pay-inquiry-left-item ul.item-box li img {
            height: 30px;
        }

.pay-inquiry-left-item .express_list1 {
    margin-top: 10px;
}

.pay-express-account {
    margin-top: 10px;
}

    .pay-express-account input {
        width: 50%;
        height: 42px;
        line-height: 42px;
        border: 1px solid #eee;
        border-radius: 3px;
        padding: 0 15px;
    }


/*Excess Stock*/
.excess-banner {
}

.excess-banner {
    width: 100%;
    height: auto;
}

    .excess-banner img {
        width: 100%;
        height: auto;
    }

    .excess-banner h1 {
        color: #FFFFFF;
        font-size: 2rem;
        line-height: 64px;
    }

    .excess-banner p {
        color: #FFFFFF;
        font-size: 1.1rem;
        line-height: 32px;
        font-weight: normal;
    }

        .excess-banner p a {
            color: #064bcd;
            text-decoration: underline;
        }

    .excess-banner .container {
        padding: 0 180px;
    }

.excess-box {
    width: 98.5%;
    height: auto;
    background: #f2f8ff;
    margin-top: 15px;
    border-radius: 6px;
    padding: 15px 0 30px 0;
}

.excess-steps {
    background: url(../images/excess-steps.png) no-repeat center;
    background-size: cover;
    padding: 30px;
    color: #FFFFFF;
    border-radius: 6px;
}

.excess-steps-left {
    width: 270px;
    border-right: 1px solid #064bcd;
    padding-right: 50px;
}

    .excess-steps-left em {
        display: block;
        width: 29px;
        height: 2px;
        background: url(../images/excess-stepsem.png) no-repeat;
    }

    .excess-steps-left b {
        color: #FFFFFF;
        font-size: 1.4rem;
        line-height: 28px;
        margin-top: 5px;
        display: block;
    }

.excess-steps-right {
    width: calc(100% - 270px);
    padding-left: 50px;
}

    .excess-steps-right dl {
        text-align: center;
        width: 13%;
    }

        .excess-steps-right dl dd {
            line-height: 18px;
            margin-top: 5px;
        }




.excess-tab-tips {
    color: #666666;
    line-height: 26px;
}

.excess-tab-inquiry {
    width: 100%;
    border-radius: 6px;
    background: #FFFFFF;
    border: 1px solid #CEE4FB;
    margin-top: 10px;
    overflow-x: auto;
}

    .excess-tab-inquiry table {
        border: 1px solid #eee;
        border-left: 0px;
        border-top: 0px;
        font-size: 14px;
        width: 100%;
        box-sizing: border-box;
        border-spacing: 0;
    }

        .excess-tab-inquiry table td {
            border: 1px solid #eee;
            border-right: 0px;
            border-bottom: 0px;
            text-align: center;
            padding: 6px;
        }

    .excess-tab-inquiry tr:first-child {
        height: 48px;
    }

    .excess-tab-inquiry table td button {
        border: none;
        font-size: 1.1rem;
        background: none;
    }

    .excess-tab-inquiry table td .input-sm {
        border: 1px solid #eee;
        height: 36px;
        line-height: 34px;
        border-radius: 3px;
        width: 80%;
        padding: 0 15px;
    }

.excess-tab-btn {
    padding: 25px;
}

    .excess-tab-btn button {
        display: inline-block;
        cursor: pointer;
        margin-right: 10px;
        height: 36px;
        border-radius: 6px;
        padding: 0 22px;
        border: none;
        font-size: 1rem;
    }

        .excess-tab-btn button i {
            margin-right: 8px;
        }

.excess-btn1 {
    color: #FFFFFF;
    background: #023493;
}

.excess-btn2 {
    background: #fff;
    border: 1px solid #FF5700 !important;
    color: #FF5700;
}

.excess-tab-btn button:hover {
    text-decoration: underline;
}


.excess-tab-content {
    margin-top: 25px;
}

.excess-tab-pane {
    margin-top: 25px;
}


.excess-upload {
    width: 49%;
    border-radius: 6px;
    background: #FFFFFF;
    border: 1px solid #CEE4FB;
    text-align: center;
}

.excess-upload-box {
    width: 100%;
    padding: 0 22%;
}

.excess-upload p {
    line-height: 20px;
    color: #666666;
}

.excess-upload-box-pic {
    width: 212px;
    height: 179px;
    background: url(../images/excess-upload-box-pic.png) no-repeat;
    margin: 0 auto;
}

    .excess-upload-box-pic input {
        opacity: 0;
        width: 100%;
        height: 100%;
    }

.excess-upload a {
    display: inline-block;
    padding: 0 25px;
    background: #023493;
    color: #FFFFFF;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    margin: 25px 0;
}




.excess-contact {
    width: 49%;
    border-radius: 6px;
    background: #FFFFFF;
    border: 1px solid #CEE4FB;
}

.excess-contact-title {
    width: 100%;
    line-height: 54px;
    height: 54px;
    text-align: center;
    background: #cee4fb;
}

.excess-contact-fed {
    padding: 25px;
}

.excess-contact-fed-box1 {
    width: 100%;
}

    .excess-contact-fed-box1 dl {
        width: 49%;
        margin-bottom: 20px;
    }

        .excess-contact-fed-box1 dl dt {
            font-weight: bold;
            color: #111111;
            line-height: 32px;
        }

        .excess-contact-fed-box1 dl dd input {
            width: 100%;
            height: 40px;
            line-height: 38px;
            padding: 0 15px;
            border: 1px solid #EEEEEE;
            border-radius: 6px;
        }

.excess-contact-fed-box2 {
    width: 100%;
}

    .excess-contact-fed-box2 b {
        display: block;
        color: #111111;
        line-height: 32px;
    }

    .excess-contact-fed-box2 textarea {
        width: 100%;
        height: 120px;
        line-height: 26px;
        padding: 15px;
        border: 1px solid #EEEEEE;
        border-radius: 6px;
    }


.excess-contact-fed-sub {
    width: 100%;
    margin-top: 25px;
    text-align: center;
}

    .excess-contact-fed-sub button {
        background: linear-gradient( 90deg, #0088FF 0%, #064bcd 100%);
        cursor: pointer;
        border: none;
        line-height: 55px;
        height: 55px;
        font-size: 1rem;
        font-weight: bold;
        color: #FFFFFF;
        padding: 0 120px;
        border-radius: 8px;
    }

        .excess-contact-fed-sub button img {
            margin-right: 10px;
        }

        .excess-contact-fed-sub button:hover {
            background: linear-gradient( 30deg, #064bcd 0%,#0088FF 100%);
            text-decoration: underline;
        }

.btn-default-inquiry {
    background: linear-gradient( 90deg, #0088FF 0%, #064bcd 100%);
}

    .btn-default-inquiry:hover {
        background: linear-gradient( 30deg, #064bcd 0%,#0088FF 100%);
        text-decoration: underline;
    }

/*Excess List*/

/* =========================
   Excess Stock Page - Final CSS
========================= */

/* ===== Toolbar ===== */
.excess-toolbar {
    margin-bottom: 20px;
}

.excess-toolbar-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 12px;
}

.excess-toolbar-left {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 20px;
    min-width: 0;
}

.excess-type-list {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #023493;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

    .excess-type-list li {
        line-height: 42px;
        padding: 0 24px;
        cursor: pointer;
        white-space: nowrap;
        color: #333;
        transition: all .2s ease;
    }

        .excess-type-list li:hover {
            background: #f2f8ff;
        }

        .excess-type-list li.select {
            background: #023493;
            color: #fff;
        }

.excess-toolbar-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

    .excess-toolbar-checks label {
        display: flex;
        align-items: center;
        line-height: 40px;
        color: #333;
        cursor: pointer;
    }

    .excess-toolbar-checks input {
        width: 16px;
        height: 16px;
        margin-right: 8px;
    }

/* ===== Search ===== */
.excess-toolbar-search {
    width: 520px;
    display: flex;
    background: #fff;
    border: 1px solid #0093F9;
    border-radius: 24px;
    overflow: hidden;
    flex-shrink: 0;
}

    .excess-toolbar-search input {
        flex: 1;
        height: 42px;
        line-height: 42px;
        border: none;
        outline: none;
        padding: 0 18px 0 42px;
        background: url(../images/excess-search.png) no-repeat 16px center;
        font-size: 14px;
        color: #333;
    }

        .excess-toolbar-search input::placeholder {
            color: #999;
        }

    .excess-toolbar-search button {
        width: 150px;
        height: 42px;
        border: none;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
        background: linear-gradient(90deg, #023493 0%, #064bcd 100%);
        transition: all .2s ease;
    }

        .excess-toolbar-search button:hover {
            background: linear-gradient(90deg, #064bcd 0%, #023493 100%);
        }

/* ===== Filter Row ===== */
.excess-toolbar-bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.excess-filter-group {
    display: flex;
    align-items: center;
    height: 42px;
    padding: 0 12px;
    background: #fff;
    border: 1px solid #cfe2fb;
    border-radius: 8px;
    box-sizing: border-box;
}

.filter-label {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
    white-space: nowrap;
}

.excess-filter-group em {
    margin: 0 8px;
    color: #999;
    font-style: normal;
}

.date-input {
    width: 118px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dbe7f6;
    border-radius: 6px;
    background: #f8fbff;
    text-align: center;
    font-size: 13px;
    color: #333;
    cursor: pointer;
    outline: none;
    padding: 0 8px;
    box-sizing: border-box;
    transition: all .2s ease;
}

    .date-input:hover {
        border-color: #7fb2ff;
        background: #fff;
    }

    .date-input:focus {
        border-color: #023493;
        background: #fff;
        box-shadow: 0 0 0 2px rgba(29,89,178,.08);
    }

    .date-input::placeholder {
        color: #999;
    }

.excess-sort-group select {
    width: 150px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dbe7f6;
    border-radius: 6px;
    background: #f8fbff;
    color: #333;
    font-size: 13px;
    cursor: pointer;
    outline: none;
    padding: 0 10px;
    box-sizing: border-box;
    transition: all .2s ease;
}

    .excess-sort-group select:hover {
        border-color: #7fb2ff;
        background: #fff;
    }

    .excess-sort-group select:focus {
        border-color: #023493;
        background: #fff;
        box-shadow: 0 0 0 2px rgba(29,89,178,.08);
    }

.excess-filter-btn,
.excess-reset-btn {
    height: 42px;
    line-height: 42px;
    padding: 0 24px;
    border-radius: 22px;
    font-size: 14px;
    cursor: pointer;
    transition: all .2s ease;
}

.excess-filter-btn {
    color: #fff;
    border: none;
    background: linear-gradient(90deg, #023493 0%, #064bcd 100%);
}

    .excess-filter-btn:hover {
        background: linear-gradient(90deg, #064bcd 0%, #023493 100%);
    }

.excess-reset-btn {
    color: #023493;
    background: #eef5ff;
    border: 1px solid #cfe2fb;
}

    .excess-reset-btn:hover {
        background: #dfeeff;
    }

/* ===== Navigation ===== */
.excess-list-navigation {
    margin-top: 20px;
    padding: 12px 25px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
}

.excess-list-navigation-category,
.excess-list-navigation-brand {
    display: flex;
    align-items: flex-start;
}

.excess-list-navigation-category {
    padding-bottom: 12px;
    border-bottom: 2px solid #eee;
}

.excess-list-navigation-brand {
    padding-top: 12px;
}

.excess-list-navigation-category-left,
.excess-list-navigation-brand-left {
    width: 8%;
    line-height: 32px;
    color: #333;
}

.excess-list-navigation-category-menu,
.excess-list-navigation-brand-menu {
    width: 82%;
    height: 32px;
    overflow: hidden;
}

    .excess-list-navigation-category-menu ul,
    .excess-list-navigation-brand-menu ul {
        display: flex;
        flex-wrap: wrap;
    }

        .excess-list-navigation-category-menu ul li,
        .excess-list-navigation-brand-menu ul li {
            display: block;
            height: 32px;
            line-height: 32px;
            padding: 0 10px;
            cursor: pointer;
            color: #333;
            transition: all .2s ease;
        }

            .excess-list-navigation-category-menu ul li:hover,
            .excess-list-navigation-brand-menu ul li:hover {
                color: #023493;
            }

            .excess-list-navigation-category-menu ul li.select,
            .excess-list-navigation-brand-menu ul li.select {
                background: #023493;
                color: #fff;
                border-radius: 6px;
            }

.excess-list-navigation-category-open,
.excess-list-navigation-brand-open {
    width: 10%;
    line-height: 32px;
    text-align: right;
}

    .excess-list-navigation-category-open a,
    .excess-list-navigation-brand-open a {
        color: #008CFD;
    }

        .excess-list-navigation-category-open a i,
        .excess-list-navigation-brand-open a i {
            color: #008CFD;
            margin-left: 5px;
        }

/* ===== Products Table ===== */
.excess-list-products {
    margin-top: 20px;
    overflow-x: auto;
}

    .excess-list-products table {
        width: 100%;
        border: 1px solid #ccc;
        border-collapse: collapse;
        border-spacing: 0;
        background: #fff;
    }

    .excess-list-products th {
        border: 1px solid #ccc;
        background: #cee4fb;
        font-weight: bold;
        color: #333;
        font-size: 0.9rem;
        padding: 8px 5px;
        text-align: center;
        white-space: nowrap;
    }

    .excess-list-products td {
        border: 1px solid #ccc;
        font-size: 13px;
        color: #666;
        padding: 6px 5px;
        text-align: center;
        vertical-align: middle;
    }

    .excess-list-products table tr:hover {
        background: #f2f8ff;
    }

    .excess-list-products tr:nth-child(even) {
        background: #f2f8ff;
    }

    /* ===== Price Input ===== */
    .excess-list-products tr td .excess-price {
        display: flex;
        align-items: center;
        min-width: 192px;
        height: 28px;
        line-height: 26px;
        padding-left: 10px;
        border: 1px solid #ff6500;
        border-radius: 6px;
        background: #fff;
        box-sizing: border-box;
    }

        .excess-list-products tr td .excess-price span {
            display: flex;
            align-items: center;
        }

            .excess-list-products tr td .excess-price span:first-child {
                border-right: 2px solid #ccc;
            }

            .excess-list-products tr td .excess-price span b {
                color: #023493;
            }

        .excess-list-products tr td .excess-price input {
            width: 70px;
            height: 25px;
            line-height: 26px;
            border: none;
            background: none;
            text-align: center;
            padding: 0 4px;
            outline: none;
        }

            .excess-list-products tr td .excess-price input::placeholder {
                color: #999;
            }

    .excess-list-products tr td .remark-input {
        width: 180px;
        height: 28px;
        line-height: 26px;
        border: 1px solid #eee;
        border-radius: 6px;
        text-align: center;
        outline: none;
        background: #fff;
    }

/* ===== Load More ===== */
.load-more-btn {
    width: 180px;
    height: 40px;
    display: inline-block;
    font-size: 1rem;
    color: #fff;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    background: linear-gradient(90deg, #023493 0%, #064bcd 100%);
    transition: all .2s ease;
}

    .load-more-btn:hover {
        text-decoration: underline;
        background: linear-gradient(90deg, #064bcd 0%, #023493 100%);
    }

    .load-more-btn i {
        margin-left: 8px;
    }

.excess-action-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin: 24px 0 32px;
    flex-wrap: wrap;
}

.excess-action-btn {
    min-width: 180px;
    height: 42px;
    line-height: 42px;
    padding: 0 26px;
    border-radius: 24px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    transition: all .2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

    .excess-action-btn i {
        margin-left: 8px;
    }

.excess-action-btn-primary {
    color: #fff;
    background: linear-gradient(90deg, #023493 0%, #064bcd 100%);
}

    .excess-action-btn-primary:hover {
        background: linear-gradient(90deg, #064bcd 0%, #023493 100%);
    }

.excess-action-btn-light {
    color: #023493;
    background: #eef5ff;
    border: 1px solid #cfe2fb;
}

    .excess-action-btn-light:hover {
        background: #dfeeff;
    }


.quote-toast {
    min-width: 260px;
    max-width: 360px;
    padding: 0;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0,0,0,.12);
    font-family: "Microsoft YaHei", Arial, sans-serif;
}

.quote-toast-body {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 20px;
}

.quote-toast-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex: 0 0 40px;
    position: relative;
}

    .quote-toast-icon.success {
        background: linear-gradient(135deg, #16c784 0%, #35e0a1 100%);
    }

    .quote-toast-icon.error {
        background: linear-gradient(135deg, #ff6b6b 0%, #ff8e8e 100%);
    }

    .quote-toast-icon.success:before {
        content: "";
        position: absolute;
        left: 12px;
        top: 10px;
        width: 14px;
        height: 8px;
        border-left: 3px solid #fff;
        border-bottom: 3px solid #fff;
        transform: rotate(-45deg);
    }

    .quote-toast-icon.error:before,
    .quote-toast-icon.error:after {
        content: "";
        position: absolute;
        left: 19px;
        top: 10px;
        width: 3px;
        height: 20px;
        background: #fff;
        border-radius: 2px;
    }

    .quote-toast-icon.error:before {
        transform: rotate(45deg);
    }

    .quote-toast-icon.error:after {
        transform: rotate(-45deg);
    }

.quote-toast-text {
    flex: 1;
    min-width: 0;
}

.quote-toast-title {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    line-height: 1.4;
    margin-bottom: 4px;
}

.quote-toast-desc {
    font-size: 13px;
    color: #777;
    line-height: 1.6;
    word-break: break-all;
}

.excess-list-products {
    margin-top: 20px;
    overflow-x: auto;
}

    .excess-list-products tbody tr.quote-row-active {
        background: #fff8f0 !important;
    }

        .excess-list-products tbody tr.quote-row-active:hover {
            background: #fff2e2 !important;
        }
/* 底部固定提交栏 */
.quote-submit-fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(255,255,255,.96);
    box-shadow: 0 -6px 24px rgba(0,0,0,.08);
    border-top: 1px solid #e8eef7;
    backdrop-filter: blur(8px);
}

.quote-submit-fixed-inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 0;
}

.quote-submit-summary {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 36px;
    color: #666;
    font-size: 15px;
}

    .quote-submit-summary b {
        font-size: 18px;
        color: #ff7a00;
        margin-left: 4px;
    }

.quote-submit-total b {
    color: #1d59b2;
}

.quote-submit-btn {
    min-width: 146px;
    height: 48px;
    line-height: 48px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(90deg,#ff4d4f 0%,#ff7a45 100%);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 26px;
    transition: all .2s ease;
    box-shadow: 0 8px 20px rgba(255,90,90,.22);
}

    .quote-submit-btn:hover:not(:disabled) {
        transform: translateY(-1px);
        box-shadow: 0 10px 24px rgba(255,90,90,.28);
    }

    .quote-submit-btn i {
        font-size: 18px;
    }

    .quote-submit-btn:disabled {
        background: #d7dbe3;
        color: #9aa3b2;
        cursor: not-allowed;
        box-shadow: none;
    }

        .quote-submit-btn:disabled i {
            color: #9aa3b2;
        }

/* ===== 货场流程弹窗 ===== */
.market-guide-mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.38);
    z-index: 9998;
}

.market-guide-popup {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1080px;
    max-width: 92%;
    min-height: 320px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 18px 45px rgba(0,0,0,.18);
    z-index: 9999;
    overflow: hidden;
}

.market-guide-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 36px 36px 20px;
}

    .market-guide-head h2 {
        margin: 0;
        font-size: 24px;
        color: #111;
        font-weight: bold;
    }

.market-guide-head-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.market-guide-ignore {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #12a8ff;
    cursor: pointer;
}

    .market-guide-ignore input {
        margin-right: 8px;
        vertical-align: middle;
    }

.market-guide-close {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #999;
    font-size: 30px;
}

    .market-guide-close:hover {
        color: #ff6b6b;
    }

.market-guide-body {
    padding: 10px 36px 34px;
}

.market-guide-steps {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 40px 0;
}

.market-guide-line {
    position: absolute;
    left: 90px;
    right: 90px;
    top: 56px;
    height: 4px;
    background: #cfd4dc;
    z-index: 1;
}

.market-guide-step {
    position: relative;
    z-index: 2;
    width: 18%;
    text-align: center;
}

.market-guide-num {
    width: 44px;
    height: 44px;
    line-height: 40px;
    margin: 0 auto 12px;
    border: 4px solid #6b778a;
    border-radius: 50%;
    background: #fff;
    color: #6b778a;
    font-size: 24px;
    font-weight: bold;
    box-sizing: border-box;
}

.market-guide-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 8px;
    border-radius: 50%;
    background: #f3f6fb;
    color: #6b778a;
    font-size: 20px;
}

.market-guide-text {
    font-size: 18px;
    color: #6b778a;
    font-weight: bold;
    line-height: 1.5;
    word-break: break-all;
}

.market-guide-footer {
    margin-top: 70px;
    text-align: right;
}

.market-guide-btn {
    display: inline-block;
    color: #f28500;
    font-size: 22px;
    font-weight: bold;
}

    .market-guide-btn:hover {
        color: #ff9b26;
        text-decoration: none;
    }



@media (max-width: 768px) {


    /*inquiry*/
    .inquiry-loading-box {
        width: 300px;
        height: 300px;
        font-size: 3rem;
        margin-left: -150px;
        margin-top: -150px;
    }

        .inquiry-loading-box img {
            width: 100px;
            height: 100px;
        }

    .progress-text {
        display: block;
        line-height: 82px;
        margin-top: 15px;
    }


    .inquiry-main {
        padding: 20px;
    }

    .inquiry-box-left {
        padding: 20px;
        width: 100%;
    }


    .inquiry-box-right {
        width: 100%;
        margin-top: 10px;
    }

        .inquiry-box-right ul {
            padding: 0 10px;
        }

            .inquiry-box-right ul li {
                width: 50%;
            }

                .inquiry-box-right ul li p {
                    padding: 10px 0;
                    line-height: 22px;
                }



    .inquiry-tab-btn {
        margin: 10px 0;
    }

        .inquiry-tab-btn button {
            height: 36px;
            line-height: 36px;
            padding: 0 15px;
            font-size: 0.9rem;
            margin-right: 3px;
        }


    .inquiry-sucess-box {
        padding: 20px;
    }

        .inquiry-sucess-box h1 {
            font-size: 1.6rem;
        }

        .inquiry-sucess-box h2 {
            font-size: 1rem;
            line-height: 28px;
            margin-top: 5px;
        }

    .inquiry-sucess-box-btn {
        margin-top: 10px;
    }

        .inquiry-sucess-box-btn a {
            height: 36px;
            line-height: 36px;
            padding: 0 15px;
            font-size: 0.9rem;
        }

    /*cart*/
    .cart-box-left {
        width: 100%;
    }

    .cart-box-left-list {
        padding: 20px;
    }

    .cart-box-left-list-item {
        width: 100%;
        margin-top: 10px;
    }

        .cart-box-left-list-item ul.thead {
            display: none;
        }

        .cart-box-left-list-item ul.tbody .tbdiv1 {
            width: 10%;
        }

        .cart-box-left-list-item ul.tbody .tbdiv2 {
            width: 90%;
        }

            .cart-box-left-list-item ul.tbody .tbdiv2 img {
                width: 40px;
                float: left;
                margin-right: 10px
            }

        .cart-box-left-list-item ul.tbody .tbdiv3 {
            width: 100%;
            margin: 8px 0;
        }

        .cart-box-left-list-item ul.tbody .tbdiv4 {
            width: 90%;
            position: relative;
        }

            .cart-box-left-list-item ul.tbody .tbdiv4 p {
                margin-bottom: 0;
                cursor: pointer;
            }

                .cart-box-left-list-item ul.tbody .tbdiv4 p i {
                    font-size: 18px;
                    padding-left: 10px;
                    color: #0056A6;
                }

            .cart-box-left-list-item ul.tbody .tbdiv4 li {
                border-bottom: none;
                height: 20px;
                line-height: 20px;
                padding: 0;
            }

                .cart-box-left-list-item ul.tbody .tbdiv4 li span.span-price {
                    color: #0056A6 !important;
                }

        .cart-box-left-list-item ul.tbody .tbdiv5 {
            width: 10%;
        }

        .cart-box-left-list-item ul.tbody .tbdiv2 a {
            display: block;
            color: #0056A6 !important;
            line-height: 22px;
            height: 22px;
            overflow: hidden;
        }

        .cart-box-left-list-item ul.tbody .tbdiv2 em {
            display: block;
            color: #666;
            line-height: 22px;
            height: 22px;
            overflow: hidden;
            font-style: normal;
        }

        .cart-box-left-list-item ul.tbody .tbdiv5 i {
            color: #0056A6;
            font-size: 22px;
        }

        .cart-box-left-list-item ul.tbody .tbdiv3 input {
            width: 100%;
            border: 1px solid #eee;
            height: 32px;
            line-height: 32px;
            border-radius: 4px;
            padding-left: 10px;
        }




    .cart-box-left-list-product {
        display: none
    }


    .cart-box-right {
        width: 100%;
        margin-top: 10px;
    }

    .cart-box-right-box {
        padding: 20px;
    }

    /*shopping*/
    .shopping-main-left {
        width: 100%;
    }

    .shopping-main-left-item {
        padding: 20px;
        margin-bottom: 10px;
    }


    .shopping-main-left-item-fed dl {
        width: 100%;
    }



    .shopping-main-right {
        width: 100%;
        margin-top: 10px;
    }

    .shopping-main-right-box {
        padding: 20px;
    }

    /*Payment*/
    .pay-box {
        width: 94%;
        padding: 20px;
    }

    .pay-inner-box {
        width: 94%;
        padding: 20px;
    }

        .pay-inner-box strong {
            font-size: 1.2rem;
            line-height: 30px;
        }

        .pay-inner-box p {
            line-height: 26px;
        }


    .pay-inquiry-left {
        width: 100%;
    }

    .pay-inquiry-left-item {
        padding: 20px;
        margin-bottom: 10px;
    }


    .pay-inquiry-left-item-fed .col-lg-4 {
        width: 100%;
    }



    /*Excess Stock*/
    .excess-banner {
        width: 100%;
        margin-top: 0;
        padding: 50px 0;
    }

        .excess-banner h1 {
            font-size: 1.2rem;
            line-height: 30px;
        }

        .excess-banner p {
            font-size: 1rem;
            line-height: 26px;
        }

        .excess-banner .container {
            padding: 0;
        }

    .excess-box {
        width: 100%;
        padding: 15px 0;
    }

    .excess-steps {
        padding: 20px;
    }

    .excess-steps-left {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #064bcd;
        padding-right: 0;
        padding-bottom: 10px;
    }

        .excess-steps-left em {
            display: block;
            width: 29px;
            height: 2px;
            background: url(../images/excess-stepsem.png) no-repeat;
        }

        .excess-steps-left b {
            font-size: 1.1rem;
            margin-top: 10px;
        }

    .excess-steps-right {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }

        .excess-steps-right dl {
            width: 25%;
        }

    .excess-tab-tips {
        color: #666666;
        line-height: 26px;
    }

    .excess-tab-inquiry {
        width: 100%;
        border-radius: 6px;
        background: #FFFFFF;
        border: 1px solid #CEE4FB;
        margin-top: 10px;
        overflow-x: auto;
    }



    .excess-tab-content {
        margin-top: 15px;
    }

    .excess-tab-pane {
        margin-top: 15px;
    }


    .excess-upload {
        width: 100%;
        border-radius: 6px;
        background: #FFFFFF;
        border: 1px solid #CEE4FB;
        text-align: center;
    }

    .excess-upload-box {
        width: 100%;
        padding: 30px;
    }



    .excess-contact {
        width: 100%;
        margin-top: 15px;
    }

    .excess-contact-title {
        width: 100%;
        line-height: 24px;
        height: auto;
        padding: 10px 0;
    }

    .excess-contact-fed-box1 {
        width: 100%;
    }

        .excess-contact-fed-box1 dl {
            width: 100%;
            margin-bottom: 10px;
        }


    .excess-contact-fed-sub {
        margin-top: 15px;
    }

        .excess-contact-fed-sub button {
            padding: 0;
            width: 100%;
        }

            .excess-contact-fed-sub button img {
                margin-right: 5px;
            }


    /*Excess List*/

    .excess-toolbar {
        margin-bottom: 10px;
    }

    .excess-toolbar-top,
    .excess-toolbar-bottom {
        display: block;
    }

    .excess-toolbar-left {
        display: block;
        width: 100%;
    }

    .excess-type-list {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px;
        border-radius: 6px;
    }

        .excess-type-list li {
            width: 50%;
            padding: 0;
            text-align: center;
            line-height: 40px;
            border-bottom: 1px solid #eee;
            box-sizing: border-box;
        }

    .excess-toolbar-checks {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 10px;
    }

        .excess-toolbar-checks label {
            line-height: 20px;
        }

        .excess-toolbar-checks input {
            width: 14px;
            height: 14px;
        }

    .excess-toolbar-search {
        width: 100%;
        margin-bottom: 10px;
    }

        .excess-toolbar-search button {
            width: 120px;
        }

    .excess-toolbar-bottom {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .excess-filter-group {
        width: 100%;
        height: auto;
        padding: 8px 10px;
        flex-wrap: wrap;
    }

    .filter-label {
        width: 100%;
        margin: 0 0 6px 0;
    }

    .date-input {
        width: calc(50% - 14px);
        height: 34px;
        line-height: 34px;
    }

    .excess-sort-group select {
        width: 100%;
        height: 34px;
    }

    .excess-filter-btn,
    .excess-reset-btn {
        width: calc(50% - 4px);
        padding: 0;
    }

    .excess-list-navigation {
        margin-top: 10px;
        padding: 12px 15px;
    }

    .excess-list-navigation-category,
    .excess-list-navigation-brand {
        display: block;
    }

    .excess-list-navigation-category-left,
    .excess-list-navigation-brand-left {
        width: 100%;
        margin-bottom: 6px;
    }

    .excess-list-navigation-category-menu,
    .excess-list-navigation-brand-menu {
        width: 100%;
        height: auto;
        overflow: visible;
    }

    .excess-list-navigation-category-open,
    .excess-list-navigation-brand-open {
        width: 100%;
        text-align: left;
        margin-top: 6px;
    }

    .excess-list-products {
        width: 94%;
        margin-top: 10px;
        overflow-x: auto;
    }

        .excess-list-products tr td .excess-price {
            min-width: 80px;
            height: auto;
            line-height: 26px;
            padding-left: 0;
            flex-wrap: wrap;
        }

            .excess-list-products tr td .excess-price span {
                justify-content: center;
            }

                .excess-list-products tr td .excess-price span:first-child {
                    border-right: none;
                }

        .excess-list-products tr td .remark-input {
            width: 120px;
        }

    .excess-action-bar {
        gap: 10px;
        margin: 18px 0 24px;
    }

    .excess-action-btn {
        width: calc(50% - 5px);
        min-width: 0;
        padding: 0 10px;
        font-size: 14px;
    }

    .excess-list-products {
        padding-bottom: 110px;
    }

    .quote-submit-fixed-inner {
        min-height: auto;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        padding: 12px 0;
    }

    .quote-submit-summary {
        gap: 10px;
        justify-content: center;
        text-align: center;
        font-size: 14px;
    }

        .quote-submit-summary b {
            font-size: 16px;
        }

    .quote-submit-btn {
        width: 100%;
        height: 44px;
        font-size: 18px;
    }

    .quote-submit-fixed {
        bottom: 70px;
    }

    .market-guide-popup {
        width: 94%;
        min-height: auto;
    }

    .market-guide-head {
        padding: 20px 18px 12px;
        align-items: flex-start;
    }

        .market-guide-head h2 {
            font-size: 20px;
        }

    .market-guide-head-right {
        gap: 10px;
    }

    .market-guide-ignore {
        font-size: 14px;
    }

    .market-guide-body {
        padding: 10px 18px 20px;
    }

    .market-guide-steps {
        padding: 10px 0 0;
        flex-wrap: wrap;
    }

    .market-guide-line {
        display: none;
    }

    .market-guide-step {
        width: 50%;
        margin-bottom: 22px;
    }

    .market-guide-num {
        width: 40px;
        height: 40px;
        line-height: 36px;
        font-size: 20px;
    }

    .market-guide-icon {
        width: 34px;
        height: 34px;
        line-height: 34px;
        font-size: 18px;
    }

    .market-guide-text {
        font-size: 16px;
    }

    .market-guide-footer {
        margin-top: 10px;
        text-align: center;
    }

    .market-guide-btn {
        font-size: 18px;
    }
}
