<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header {
    padding-left: 0px;
    padding-right: 0px;
}

.triangle_up {
    width: 0;
    height: 0;
    border-left: 0.1rem solid transparent;
    border-right: 0.1rem solid transparent;
    border-bottom: 0.1rem solid #fff;
}

.triangle_up_ab {
    position: absolute;
    width: 100%;
    height: 0.3rem;
    padding-bottom: 0 !important;
    text-align: center;
    top: -0.29rem;
}

.nav_cp {
    margin-bottom: 0px;
    border: none;
    background-color: rgba(255, 255, 255, 1);
    padding: 0;
}

.navbar-nav_cp li a {
    color: rgba(51, 51, 51, 1) !important;
    font-size: 0.16rem;
}

.phone_nav_cp {
    color: rgba(51, 51, 51, 1) !important;
}

.navbar-default .navbar-toggle {
    border: none;
}

.nav_left_icon_cp {
    float: right;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-top: 0.1rem;
    width: 0.15rem;
    margin-right: 0.3rem;
}

.dropdown-menu_cp {
    border: none;
    box-shadow: none;
    padding: 0;
    left: -0.55rem !important;
    min-width: 2.2rem;
    border-radius: 5px;
    top: 118%;
    box-shadow: 0px 0px 0.18rem 0px rgba(0, 0, 0, 0.15);
}

.dropdown-menu_cp&gt;li {
    padding-bottom: 0.2rem;
}

.dropdown-menu_cp&gt;li&gt;a {
    padding: 0 0.23rem;
    color: #666 !important;
    font-weight: normal;
    font-size: 0.15rem;
}

.dropdown-menu&gt;li&gt;a:focus,
.dropdown-menu&gt;li&gt;a:hover {
    background-color: #fff;
}

.dropdown-menu_cp&gt;li&gt;a:hover {
    color: rgba(240, 130, 0, 1) !important;
}

.dropdown-menu_cp&gt;li:first-child {
    padding-top: 0.2rem;
}

.navbar-default .navbar-nav&gt;.open&gt;a,
.navbar-default .navbar-nav&gt;.open&gt;a:focus,
.navbar-default .navbar-nav&gt;.open&gt;a:hover {
    background-color: #fff;
}

.lie_cp {
    width: 0.4rem;
    height: 0.4rem;
    vertical-align: middle;
    margin-right: 0.2rem;
}

.phone_nav_cp_icon {
    background-repeat: no-repeat;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(/public/images/pcimages/22.png);
    background-position-x: center;
    width: 12px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
}
.navbar-brand{
    position: relative;
}
.header_logo_cp{
    position: relative;
    z-index: 555;
    background: white;
}
.navbar-brand&gt;h1{
    position: absolute;
    margin: 0;
    z-index: 1;
    font-weight: bold;
    font-size: 12px;
    top: 37px;
    left: 50px;
    visibility: hidden;
}

@media (min-width: 768px) {
    /* PC瀹藉害 */
    .dropdown:hover .dropdown-menu_cp {
        display: block;
    }
    .navbar-right {
        margin-right: 0;
    }
    .nav_left_icon_cp {
        display: none;
    }
    .navbar-nav_cp&gt;li {
        margin-right: 0.45rem;
    }
    .lie_cp {
        display: none;
    }
    .navbar-nav_cp&gt;li&gt;a {
        color: rgba(51, 51, 51, 1) !important;
        font-size: 0.16rem;
        height: 100%;
        padding: 0 0.15rem;
        line-height: 0.84rem;
    }
    .container_fluid_header_cp {
        padding: 0;
        height: 0.83rem;
    }
    .navbar_brand_cp {
        height: 0.84rem;
        padding: 0.35rem 0.15rem 0.26rem;
    }
    .collapse_cp_nav {
        padding: 0;
    }
    .navbar-nav_cp {
        height: 0.84rem;
    }
    .navbar-nav_cp&gt;li {
        border-bottom: 0.02rem solid transparent;
        height: 100%;
        -webkit-transition: 0.2s all linear;
        -o-transition: 0.2s all linear;
        -moz-transition: 0.2s all linear;
        transition: 0.2s all linear;
    }
    .navbar-nav_cp&gt;li.active {
        border-bottom: 0.02rem solid #F08200;
        -webkit-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }
    .navbar-nav_cp&gt;li.active&gt;a {
        color: #F08200 !important;
        font-weight: bold;
    }
    .navbar-nav_cp&gt;li.active a {
        background-color: rgba(0, 0, 0, 0) !important
    }
    .navbar-nav_cp&gt;li:hover {
        border-bottom: 0.02rem solid #F08200;
        -webkit-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }
    .navbar-nav_cp&gt;li:last-child {
        pointer-events: none;
    }
    /* .navbar-nav_cp&gt;li::before {
        content: "";
        position: absolute;
        top: 0;
        left: 100%;
        width: 0;
        height: 100%;
        border-bottom: 0.02rem solid #F08200;

        -webkit-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }
    /* .navbar-nav_cp&gt;li::before {
        content: "";
        position: absolute;
        top: 0;
        left: 100%;
        width: 0;
        height: 100%;
        border-bottom: 0.02rem solid #F08200;
        -webkit-transition: 0.2s all linear;
        -o-transition: 0.2s all linear;
        -moz-transition: 0.2s all linear;
        transition: 0.2s all linear;
    }
    .navbar-nav_cp&gt;li:hover::before {
        width: 100%;
        left: 0;
    }
    .navbar-nav_cp&gt;li:hover ~ li::before {
        left: 0;
    }
    .navbar-nav_cp&gt;li:active {
        background: #fff;
        color: #F08200;
    } */
}

@media (max-width: 768px) {
    .navbar-nav_cp&gt;li {
        margin-right: 0;
        text-indent: 0.16rem;
    }
    .nav&gt;li&gt;a {
        padding: 0.15rem 0.1rem 0 0.3rem;
    }
    .triangle_up_ab {
        display: none;
    }
    .navbar-nav_cp&gt;li&gt;a {
        line-height: 0.54rem;
        font-size: 0.25rem;
    }
    .navbar-nav .open .dropdown-menu&gt;li&gt;a {
        font-size: 0.25rem;
    }
}

@media (max-width: 717px) {
    .dropdown-menu_cp&gt;li {
        background-color: #F6FAFF;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    /* pad */
    .nav&gt;li&gt;a {
        padding: 0.15rem 0.06rem
    }
}</pre></body></html>