﻿.layui-dropdown {
    height: 250px !important;
    overflow: hidden !important;
    overflow-y: auto !important;
    top: 45px;
    left: 0;
    display: none;
}

#mobil_show {
    display: none;
}

@media (min-width: 1200px) {
    #mobil_show {
        display: none !important;
    }
}
.feature_feature__t98M6 .feature_supported__xJt83 {
    z-index: 3;
}
.tracking_tracking__Wn9sg {
    padding-top: 50px;
}
.Faq_faqContainer__LMUTy .Faq_faqMain__Ms6SA .accordion-body {
    background-color: #fafafa;
    padding: 16px;
}
.feature_feature__t98M6 .feature_brand-wrapper__6B6qf {
    z-index: 2;
}
.header-common-wrap {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
}
.main-common-wrap {
    padding-top: 72px
}
.header-common-wrap .nav-link.active {
    color: #003a9b;
    font-weight: bold;
}

.batch_track_textarea-wrapper__skKer {
    height: 110px;
    padding-bottom: 0;
}

.batch_track_textarea-wrapper__skKer .batch_track_main-box__iwgMG .batch_track_textarea__rhhSa {
    min-height: 106px;
    font-size: 16px;
    padding: 0 20px;
}

.main-common-wrap {
    opacity: 1;
}

.main-common-wrap .panel {
    min-width: 350px;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    background-color: #fff;
    border: 1px solid transparent;
}

.main-common-wrap .panel-body {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    padding: 30px 30px;
}

.install-wrap .install-box .word {
    float: left;
    color: #ffe57f;
    width: auto;
    padding: 0 20px;
    font-size: 30px;
}

.index-wrap .timeline-module {
    max-width: 728px;
    width: 100%;
    margin: 30px auto 0 auto;
    padding: 20px 20px 0px 20px;
    border: 2px solid #bdbdbd;
    border-radius: 10px;
    position: relative;
}

.index-wrap .timeline-module .close {
    color: #333333;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

.index-wrap .timeline-module .close:hover {
    color: #003a9b;
}

.index-wrap .timeline-module .layui-timeline-item {
    padding-bottom: 10px;
}

.index-wrap .timeline-module .item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.index-wrap .timeline-module .item .layui-icon {
    font-weight: bold;
    margin-right: 10px;
    font-size: 20px;
}

.index-wrap .timeline-module .item span {
    font-size: 14px;
}

.index-wrap .timeline-module .item p {
    font-size: 12px;
    color: #666666;
}

.help-details-wrap .hero {
    height: 100px !important;
}

.help-details-wrap .content {
    width: 800px;
    padding: 30px 0;
    text-align: left;
    margin: 0 auto;
}


/* 会员 */
.member-wrap {
    background-color: #f0f0f0;
    padding-bottom: 30px;
    margin-top: 50px;
}
.member-wrap .member-header__bg {
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    height: 400px;
}
.member-wrap .member-header__bg img {
    width: 100%;
}

/* 个人信息卡片 */
.member-wrap .member-profile {
    background: white;
    margin: -40px auto 0;
    display: flex;
    align-items: center;
    padding: 20px;
    position: relative;
}

.member-wrap .member-profile__avatar {
    width: 80px;
    height: 80px;
    background: #ccc;
    border-radius: 50%;
    margin-right: 20px;
}

.member-wrap .member-profile__info {
    flex: 1;
}

.member-wrap .member-profile__name {
    font-size: 20px;
    font-weight: bold;
}

.member-wrap .member-profile__username {
    font-size: 14px;
    color: #666;
}

.member-wrap .member-profile__actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.member-wrap .member-profile__button {
    font-size: 14px;
    color: #3b82f6;
    cursor: pointer;
}

.member-wrap .member-profile__bell {
    position: relative;
    font-size: 18px;
    cursor: pointer;
}

.member-wrap .member-profile__dot {
    position: absolute;
    top: -2px;
    right: -5px;
    width: 8px;
    height: 8px;
    background: red;
    border-radius: 50%;
}

/* 左侧栏 */
.member-wrap .member-sidebar {
    float: left;
    width: 320px;
    margin-top: 20px;
}

.member-wrap .member-sidebar__vip {
    background: #f4f4f4;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 15px;
    font-weight: bold;
}

.member-wrap .member-sidebar__balance {
    background: white;
    border-radius: 10px;
    padding: 15px;
    font-size: 14px;
    margin-bottom: 10px;
    cursor: pointer;
}

.member-wrap .member-sidebar__balance-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.member-wrap .member-sidebar__balance-top .left {
    display: flex;
    align-items: center;
}

.member-wrap .member-sidebar__balance-top .name {
    font-size: 15px;
    font-weight: bold;
}

.member-wrap .member-sidebar__balance-top .icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.member-wrap .member-sidebar__balance-top .layui-icon-right {
    font-size: 16px;
}

/* 主体订单区域 */
.member-wrap .member-main {
    margin-left: 340px;
    padding: 20px 0px 20px 20px;
}

.member-wrap .member-main__top {
    display: flex;
    gap: 20px;
}

.member-wrap .member-main__order,
.member-wrap .member-main__payment {
    background: white;
    flex: 1;
    padding: 20px;
    border-radius: 10px;
}

.member-wrap .member-main__order-title,
.member-wrap .member-main__payment-title {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.member-wrap .member-main__order-value,
.member-wrap .member-main__payment-value {
    font-size: 20px;
    font-weight: bold;
}

.member-wrap .member-main__detail-title {
    margin: 20px 0 10px;
    font-size: 16px;
    font-weight: bold;
}

.member-wrap .member-main__empty {
    background: #ffffff;
    border-radius: 10px;
    text-align: center;
    padding: 40px 0;
    color: #999;
    font-size: 14px;
}

.member-wrap .member-main__empty-icon {
    font-size: 40px;
    margin-bottom: 10px;
}

.timeline-module-member {
    width: 100%;
    padding: 20px 20px 0px 20px;
    position: relative;
}

.timeline-module-member .close:hover {
    color: #003a9b;
}

.timeline-module-member .layui-timeline-item {
    padding-bottom: 10px;
}

.timeline-module-member .item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.timeline-module-member .item .layui-icon {
    font-weight: bold;
    margin-right: 10px;
    font-size: 20px;
}

.timeline-module-member .item span {
    font-size: 14px;
}

.timeline-module-member .item p {
    font-size: 12px;
    color: #666666;
}


@media (max-width: 1199px) {
    .member-wrap {
        margin-top: 20px;
    }
    .member-wrap .member-header__bg {
        height: auto;
    }
    .member-wrap .member-sidebar {
        width: 100%;
    }
    .member-wrap .member-main {
        margin-left: 0;
        padding: 0;
    }
    .footer-common-wrap .col-12 {
        width: 33.333%;
    }
    .footer-common-wrap .col-24 {
        width: 100%
    }
    .tracking_tracking__Wn9sg h1 {
        font-size: 25px;
    }
    .logistics_recommend_logistics_recommend__J9Y6E .logistics_recommend_panel-coop__gM0d4 .logistics_recommend_title__8aBmp {
        font-size: 25px;
    }
    .multi_scenario_multi-scenario__ZLegC ul li .multi_scenario_info-title__IO7DA {
        font-size: 25px;
    }
    .multi_scenario_multi-scenario__ZLegC .multi_scenario_title__qk5PH {
        font-size: 25px;
    }
    .feature_feature__t98M6 .feature_intro__zSC45 .feature_title__2FMZE {
        font-size: 25px;
    }
    .ext-carsettlein .yq-carsettlein-banner {
        height: auto;
        padding: 50px 0;
    }
    .ext-carsettlein .yq-carsettlein-banner .content .title {
        font-size: 34px;
    }
    .ext-carsettlein .yq-carsettlein-ecology .fixWidth {
        padding-top: 50px;
        padding-bottom: 10px;
    }
    .ext-carsettlein .yq-carsettlein-ecology h2.title {
        font-size: 30px;
    }
    .ext-carsettlein .yq-carsettlein-process .header>.title {
        font-size: 30px;
    }
    .ext-carsettlein .yq-carsettlein-process .content {
        padding-bottom: 30px;
    }
    .ext-carsettlein .yq-carsettlein-carrierlist .content .text .title {
        font-size: 30px;
    }
    .ext-carsettlein .yq-carsettlein-contact .content .text .title {
        font-size: 30px;
    }
    .nav_right_xsStatic__AWWxh {
        position: relative !important;
    }
}