[v-cloak] {
    display: none;
}
.top_all {
    line-height: 58px;
    text-align: center;
}

.fixed-bg {
    background: var(--theme-color-3) !important;
    border-bottom-left-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
}

.el-icon {
    color: aliceblue !important;
}

.top_left_right {
    width: 1400px;
    font-size: 17px;
    margin-left: auto;
    margin-right: auto;
}

.top_left {
    float: left;
    text-align: center;
}

.top_right {
    float: right;
    text-align: center;
}

.top_left a {
    text-decoration: none;
    color: var(--Theme-contrast-color);
}

.top_right a {
    text-decoration: none;
    color: var(--Theme-contrast-color);

}

.top_right a:nth-child(6) {
    text-decoration: none;
    margin-left: 30px;
    color: white;
    background: var(--theme-color-3);
    padding: 0 15px;
    border-radius: 15px;
}

.top_bottom {
    background: url('/pc2025/images/header_bj01_001.png');
    background-size: 100% 112%;
}

.ss_all {
    width: 100%;
    display: flex;
    padding-top: 70px;
    justify-content: center;
}

.img_all {
    width: 1400px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.header_display_flex_left {
    /* width: 40%; */
    display: flex;
    align-items: center;
    float: left;
}

.header_display_flex_right {
    /* width: 50%; */
    display: flex;
    align-items: center;
    float: right;
}

.img_this {
    width: 400px
}

.header_ss_left {
    width: 90px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #C43D3D;
    margin-left: 10px;
    border-radius: 5px;
    border: 0;
    color: white;
    font-size: 19px;
    font-weight: bold;
}

.header_ss_right {
    width: 90px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: var(--theme-color-3);
    margin-left: 10px;
    border-radius: 5px;
    border: 0;
    color: white;
    font-size: 19px;
    font-weight: bold;
}

.mt-4 {
    text-align: center;
    padding: 20px
}

.rsc_all {
    display: flex;
    padding-bottom: 70px;
    justify-content: center;
    text-decoration: none;
}

.rsc_info>a {
    text-decoration: none;
    align-items: normal;
    color: #4185b5;
    padding-left: 10px;
}

.rsc_info>span {
    text-decoration: none;
    align-items: normal;
    color: #4185b5;
    padding-left: 10px;
}

.title_eight {
    width: 100%;
    height: 60px;
    display: grid;
    line-height: 60px;
    margin-top: 100px;
}

.title_eight a {
    text-decoration: none;
    align-items: normal;
    color: #ffffff;
    font-size: 24px;
    display: inline-block;
    height: 56px;
}

.title_eight a+a {
    text-decoration: none;
    align-items: normal;
    color: #ffffff;
    font-size: 24px;
    margin-left: 7%;
    display: inline-block;
}

.title_info {
    width: 100%;
    text-align: center;
    background: rgb(1 57 188 / 90%);
    border-radius: 0;
    display: flex;
    justify-content: center;
    background: linear-gradient(to right, transparent, var(--theme-color-3) 0%, var(--theme-color-3) 100%, transparent);
}

.hidden {
    display: none;
}

.button_flo_rig {
    position: relative;
    float: right;
    top: 18px;
    background: url("/pc2025/images/chouti.png") no-repeat center center;
    width: 22px;
    height: 22px !important;
    border: none;
    background-size: contain;
}

.el-drawer,
.rtl {
    width: 45% !important;
    background: #385AAF;
}

.dis_blo {
    display: block;
    width: 100%;
}

.dis_blo a {
    display: block;
    color: #cecece;
    font-size: 14px;
    text-decoration: none;
    min-height: 30px;
    line-height: 30px;
}

.right_title_style {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: aliceblue;
    font-size: 18px;
    min-height: 60px;
    line-height: 60px;
}

.el-icon {
    --color: inherit;
    align-items: center;
    display: inline-flex;
    height: 1em;
    justify-content: center;
    line-height: 1em;
    position: relative;
    width: 1em;
    fill: currentColor;
    color: var(--color);
    font-size: inherit;
}

.title_info_new {
    border-bottom: 4px #ffffff solid;
}

.title_info a:hover {
    border-bottom: 4px #ffffff solid;
}

.header_bottom_title {
    margin: 0px 10px;
    font-weight: bold;
    height: 60px;
    width: 1400px;
}

/* .header_bottom_title{margin: 0px 10px; font-weight: bold;height: 74px;} */
.header_bottom_title_ss {
    width: 100%;
    position: relative;
    height: 111px;
    display: flex;
    align-items: baseline;
    list-style: none;
    justify-content: end;
}

.header_ss_input {
    width: 260px;
    height: 50px;
    background: aliceblue;
    border: 0;
    border-radius: 10px;
    text-indent: 1em;
    font-size: 17px;
    color: #7e7e7e;
    box-sizing: border-box;
}

.search-container {
    background-color: #3366cc;
    padding: 10px 20px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-btn {
    background-color: #ffffff;
    color: #3366cc;
    border-radius: 20px;
    font-size: 14px;
    padding: 5px 15px;
    margin-right: 10px;
}

.dropdown-btn {
    background-color: #ffffff;
    color: #3366cc;
    border-radius: 20px;
    font-size: 14px;
    padding: 5px 15px;
    margin-right: 10px;
}

.search-input {
    flex: 1;
    max-width: 400px;
    border-radius: 25px;
    height: 40px;
}

.search-icon {
    background-color: #ffffff;
    color: #3366cc;
    border: none;
    border-radius: 50%;
    padding: 5px;
}

.header_bottom_title_ss input::placeholder {
    color: #c0c0c0;
}

.header_ss_img {
    height: 48%;
    position: absolute;
    top: 22%;
    right: 3.2%;
    border-radius: 50px;
}

.header_ss_img:hover {
    height: 48%;
    position: absolute;
    top: 25%;
    right: 3.2%;
}




@media screen and (max-width: 1430px) {
    .top_left_right {
        width: 100%;
        font-size: 17px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-device-width: 1430px) {
    .top_left_right {
        width: 100%;
        font-size: 17px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 1400px) {
    .title_eight {
        width: 100%;
        height: auto;
        display: grid;
        line-height: 71px;
        margin-top: 110px;
    }

    .title_info {
        width: 100%;
        text-align: center;
        border-radius: 0;
    }

    .img_all {
        width: 90%;
        display: block;
    }

    .header_bottom_title {
        margin: 0 10px;
        font-weight: bold;
        height: 60px;
        width: auto;
    }

    .el-button--primary {
        --el-button-text-color: var(--el-color-white);
        --el-button-bg-color: #409eff00 !important;
        --el-button-border-color: #409eff00 !important;
    }
}

@media screen and (max-device-width: 1400px) {
    .title_eight {
        width: 100%;
        height: auto;
        display: grid;
        justify-content: unset;
        line-height: 71px;
        margin-top: 110px;
    }

    .title_info {
        width: 100%;
        text-align: center;
        background: rgb(1 57 188 / 70%);
        border-radius: 0;
    }

    .img_all {
        width: 90%;
        display: block;
    }

    .header_bottom_title {
        margin: 0 10px;
        font-weight: bold;
        height: 60px;
        /* width: auto; */
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .title_eight a+a {
        margin-left: 0;
    }

    .el-button--primary {
        --el-button-text-color: var(--el-color-white);
        --el-button-bg-color: #409eff00 !important;
        --el-button-border-color: #409eff00 !important;
    }
}

@media screen and (max-device-width: 1280px) {
    .top_left_right {
        width: 100%;
        font-size: 17px;
        margin-left: auto;
        margin-right: auto;
    }

    .title_info {
        width: 100%;
        text-align: center;
        background: rgb(1 57 188 / 70%);
        border-radius: 0;
    }

    .title_eight a+a {
        text-decoration: none;
        align-items: normal;
        color: #ffffff;
        font-size: 24px;
        margin-left: 0;
        display: inline-block;
    }
}

@media screen and (max-width: 1180px) {
    .img_all {
        width: 90%;
        display: grid;
        justify-content: center;
    }

    .header_display_flex_right {
        width: 100%;
        display: flex;
        align-items: center;
        float: right;
        justify-content: center;
    }

    .header_display_flex_left {
        width: 100%;
        display: flex;
        align-items: center;
        float: left;
        justify-content: center;
    }

}

@media screen and (max-width: 1060px) {
    .title_eight a+a {
        text-decoration: none;
        align-items: normal;
        color: #ffffff;
        font-size: 24px;
        margin-left: 0;
        display: inline-block;
    }
}

@media screen and (max-device-width: 1024px) {
    .top_addcru {
        padding: 30px 0 10px 0;
        font-size: 20px;
        color: #6e6e6e;
        width: 100%;
    }

    .title_eight a+a {
        text-decoration: none;
        align-items: normal;
        color: #ffffff;
        font-size: 24px;
        margin-left: 0;
        display: inline-block;
    }
}

@media screen and (max-width: 980px) {
    .top_left {
        float: left;
        width: 97%;
        text-align: justify;
    }

    .el-drawer,
    .rtl {
        width: 45% !important;
        background: var(--theme-color-3) !important;
    }
}

@media screen and (max-device-width: 912px) {
    .top_left_right {
        width: 100%;
        font-size: 17px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: center;
    }

    .top_left {
        width: 94%;
        float: left;
        text-align: left;
    }

    .title_eight {
        width: 100%;
        height: auto;
        display: grid;
        justify-content: center;
        line-height: 71px;
        margin-top: 110px;
    }

    .title_info {
        width: 900px;
        text-align: center;
        background: rgb(1 57 188 / 70%);
        border-radius: 0;
    }
}

@media screen and (max-device-width: 853px) {
    .top_left_right {
        width: 100%;
        font-size: 17px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: center;
    }

    .top_left {
        width: 96%;
        float: left;
        text-align: left;
    }

    .title_eight {
        width: 100%;
        height: auto;
        display: grid;
        justify-content: center;
        line-height: 71px;
        margin-top: 110px;
    }

    .title_info {
        width: 799px;
        text-align: center;
        background: rgb(1 57 188 / 70%);
        border-radius: 0;
    }
}

@media screen and (max-device-width: 769px) {
    .top_bottom {
        background: url('/pc2025/images/header_bj02_new.png');
        background-size: 100% 100%;
    }

    .header_display_flex_right {
        width: 100%;
        display: flex;
        align-items: center;
        float: right;
        justify-content: center;
        position: absolute;
        bottom: -85px;
    }

    .img_all {
        width: 100%;
        display: grid;
        justify-content: center;
        position: relative;
    }

    .img_this {
        width: 90%;
    }

    .header_ss_left {
        display: none;
    }

    .header_ss_right {
        width: auto;
        padding: 0 10px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: var(--theme-color-3);
        margin-left: 10px;
        border-radius: 5px;
        border: 0;
        color: white;
        font-size: 16px;
        font-weight: bold;
    }

    .top_left_right {
        width: 90%;
        font-size: 17px;
        margin-left: auto;
        margin-right: auto;
    }

    .title_info {
        background: none;
        display: inline-block;
        width: 100%;
        text-align: center;
        border-radius: 10px;
    }

    .top_left {
        width: 100%;
        float: left;
        text-align: left;
    }

    .all_center {
        width: 95%;
        display: block;
    }

    .ss_all {
        display: inline-flex;
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }

    .header_width_8 {
        width: 20%;
    }

    .header_width_32 {
        width: 70%;
    }

    .title_eight {
        width: 100%;
        height: auto;
        line-height: 58px;
        padding-top: 50px;
        background: none;
        margin-top: 0;
        display: block;
    }

    .header_bottom_title_ss {
        width: 100%;
        position: relative;
        text-align: center;
        line-height: normal;
        height: auto;
        display: list-item;
        list-style: none;
    }

    .header_ss_input {
        width: 64%;
        height: 45px;
        background: aliceblue;
        border: 0;
        border-radius: 10px;
        text-indent: 0.5em;
        font-size: 17px;
        color: #7e7e7e;
        box-sizing: border-box;
    }

    .header_ss_img {
        height: 100%;
        position: absolute;
        right: 2.8%;
        border-radius: 50px;
        top: 0;
    }

    .header_ss_img:hover {
        height: 100%;
        position: absolute;
        top: 0;
        right: 3.2%;
    }

    .top_left a {
        text-decoration: none;
        font-size: 14px;
        color: var(--footer-text-color);
    }

    .el-center-page {
        display: flex;
        justify-content: center;
        margin: 50px 0;
    }

    .el-pager .number:nth-child(n+1) {
        margin: 0;
        border: 1px #d0d0d0 solid;
    }

    .el-pager .number:last-child {
        margin: 0;
        border: 1px #d0d0d0 solid;
    }

    .top_addcru span img {
        width: 14px;
        margin: 0;
    }

    .el-pagination {
        flex-wrap: wrap;
        font-size: 16px;
    }

    .el-pagination__jump,
    .el-pagination__sizes,
    .el-pagination__total {
        display: none;
    }

    .el-drawer,
    .rtl {
        width: 45% !important;
        /*background: #385AAF !important;*/
    }

    .top_left>button {
        background-color: #409eff00 !important;
        border-color: #409eff00 !important;
        padding: 8px 12px !important;
    }

    /*底部临时*/
    .bottom_center {
        height: 140px;
        width: 100% !important;
        margin: 0 auto;
        color: white;
    }


}