* {
    padding: 0;
    margin: 0;
}

body {
    /*background: #F4F4F4!important;*/
    background: #F4F4F4!important;
}
.bgwhite .open-server_title{
    /*color: #000;*/
}

body, button, input, select, textarea {
    font: 14px/180% Microsoft YaHei UI;
    font-size: 14px;
    line-height: 180%;
    font-family: Microsoft YaHei UI;
}

img {
    vertical-align: middle;
    border: 0 none;
}

.top_nav {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
}

.top_nav .home_menu {
    height: 70px;

    background-size: auto;
    background-size: 100% 100%;
    box-shadow: 0 0 10px #ccc;
}

.top_nav .home_menu .home_menu_box .home_menu_box_logo img {
    height: 40px;
}

.top_nav .home_menu .home_menu_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position: relative;
    width: 1400px;
    margin: 0 auto;
}

.top_nav .home_menu .home_menu_box .home_menu_box_info {
    flex: 1;
    height: 70px;
    margin-left: 138px;
}

.top_nav .home_menu .home_menu_box .home_menu_box_info .el-menu-horizontal-demo {
    border-bottom: none;
    justify-content: space-between;
    background-color: transparent;
    height: 100%;
}

.el-menu--horizontal.el-menu {
    border-bottom: solid 1px var(--el-menu-border-color);
}

.el-menu--horizontal {
    display: flex;
    flex-wrap: nowrap;
    border-right: none;
    height: var(--el-menu-horizontal-height);
}

.el-menu {
    border-right: solid 1px var(--el-menu-border-color);
    list-style: none;
    position: relative;
    margin: 0;
    padding-left: 0;
    background-color: var(--el-menu-bg-color);
    box-sizing: border-box;
}

.top_nav .home_menu .home_menu_box .home_menu_box_info .el-menu-horizontal-demo .is-active::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width: 15px;
    height: 10px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEpSURBVHgBlVCxSgNBEJ3d2/PMoXdNhBRBUPwDIbaxsLCyiiD+QBobP0LQQmyENBL8AUt77SJYa6NGDwtRlDvjeWQ3+9wc3HGQBOLAMLtv5s3MG6IJBpCDnt3GJ/n0HzNEhtA6QWgD33Zr+J+arB5mdwfPrhx0XegnV6r7ue1xdSMdceMsa5dfAayaDgQRJ3pVUm44q/27iWRcrji/1vs1A6shBQppsM5byasvrXeTDOJFchx9tVhk1RBZRKEgo9u4IB3axsVaOUiOguNqKasX2eOnXW4itnZkuipLlwJGltzzPXVr4nmO9E4XKlqLjtG4CM0JeYMxRwIFCahe2X95ZDikee3NnJkDNQBDzKeywkQU4lCrvhAfcUOQzZs8UVsG69P0tkk+P/gDzS1/vwoDQR0AAAAASUVORK5CYII=) no-repeat;
    background-size: auto;
    background-size: 100% 100%;
    transform: translate(-50%);
}

.top_nav .home_menu .home_menu_box .home_menu_box_info .el-menu-horizontal-demo .is-active {
    border-bottom: none;
    color: #ff7a00 !important;
    background-color: transparent;
    position: relative;
}

.top_nav .home_menu .home_menu_box .home_menu_box_info .el-menu-horizontal-demo .el-menu-item {
    border-bottom: none;
    padding: 0 10px;
    color: #f5d587;
    font-family: Microsoft YaHei UI;
    font-size: 16px;
    background-color: transparent;
}

.el-menu--horizontal > .el-menu-item.is-active {
    border-bottom: 2px solid var(--el-menu-active-color);
    color: var(--el-menu-active-color) !important;
}

.el-menu-item.is-active {
    color: var(--el-menu-active-color);
}

.el-menu--horizontal > .el-menu-item {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0;
    border-bottom: 2px solid transparent;
    color: var(--el-menu-text-color);
}

.el-menu-item {
    display: flex;
    align-items: center;
    height: var(--el-menu-item-height);
    line-height: var(--el-menu-item-height);
    font-size: var(--el-menu-item-font-size);
    color: var(--el-menu-text-color);
    padding: 0 var(--el-menu-base-level-padding);
    list-style: none;
    cursor: pointer;
    position: relative;
    transition: border-color var(--el-transition-duration), background-color var(--el-transition-duration), color var(--el-transition-duration);
    box-sizing: border-box;
    white-space: nowrap;
}
/*1*/
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: left;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body {
    background: #000;
    color: #000;
}

.swiper {
    width: 100%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.swiper_menu {
    height: 160px;
    box-sizing: border-box;
    padding: 10px 0;
    margin-top: -150px;

}


.swiper_container {
    height: 500px;
    width: 100%;
}
.swiper_menu .swiper-slide {
    width: 25%;
    height: 100%;
    /*opacity: 0.4;*/
    /*background: rgba(0,0,0,.5);*/
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.9) 100%);*/
}
.swiper_menu .swiper-slide:hover{

}

.swiper_menu .swiper-slide img {
    width: 40px;
    height: 40px;
    /*border-radius: 4px;*/
}

.swiper_menu .swiper-slide p {

    margin-bottom: 0;

    color: #ff7a00;
    font-family: Microsoft YaHei UI;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 10px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swiper_menu .swiper-slide-thumb-active {
    /*opacity: 1;*/
    /*background: rgba(0, 0, 0, .7);*/
    /*border-bottom: 2px solid #FF7A00;*/
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel .swiper_container .swiper-slide img {
    border-radius: 4px;
    /*object-fit: cover;*/
}

.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
    content: '' !important;
}

.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
    content: '';
}

.swiper-button-next, .swiper-button-prev {
    padding: 10px;
    background: rgba(0, 0, 0, .1);
    border-radius: 180px;
    height: 40px;
    width: 40px;
    color: #fff;
}

.flexslider {
    margin: 20px auto;
    width: 1400px;

    border-radius: 4px;
    overflow: hidden;
    /*display: flex;*/
}



.class-15zone .zone-header .zone-title, .class-3zone .zone-header .zone-title, .class-zone .zone-header .zone-title {
    /*width: 386px;*/
    /*height: 34px;*/
    /*user-select: none;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-between;*/
}

.class-15zone .zone-header .zone-title span:nth-child(2), .class-3zone .zone-header .zone-title span:nth-child(2), .class-zone .zone-header .zone-title span:nth-child(2) {
    font-family: "Source Han Serif CN";
    font-size: 24px;
    font-weight: 900;
    background: linear-gradient(180deg, #500900 0%, #A54B1C 100%);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    /*-webkit-text-fill-color: transparent;*/
}



.list-left {
    width: 1120px;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: flex-start;
    position: relative;
    box-sizing: border-box;
    /*background: red;*/
}

.list-right {
    width: 280px;
    z-index: 10;
    position: relative;
    padding-left: 5px;
}

.image-text-list {
    display: flex;
}


.card-img-body {
    background: rgb(185, 21, 57, 70%);
    height: 184px;
    padding: 20px 15px 10px 15px;
    color: #fff;
    display: none;
    margin-top: -184px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    opacity: 0;
}

.card-img, .card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img, .card-img-top, .card-img-bottom {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

.rtlabel {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.rtlabel img {
    width: 100%;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.card-img-body {
    display: none;
    transition: opacity 1s; /* 过渡效果持续时间为0.5秒 */
}

.card:hover .card-img-body {
    opacity: 1 !important; /* 鼠标悬停时显示 */
    display: block !important; /* 鼠标悬停时显示 */
    transition: opacity 1s;
}

.card {
    --bs-card-border-width: 0 !important;
}

.open-server_title::before {
    content: " ";
    display: block;
    width: 5px;
    height: 25px;
    background: #FF7A00;
    margin-right: 10px;
}

.open-server_title {
    color: #fff;
    font-family: Microsoft YaHei UI;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 15px 0;
    display: flex;
}

.open-server_tabs .open-server_tabs-active {
    color: #fff;
    background: #FF7A00;
}

.open-server_tabs {
    margin: 5px 0 15px;
    border-radius: 4px;
    border: 1px solid #FF7A00;
    display: flex;
}

.open-server_tabs span {
    display: block;
    width: 140px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #ff7a00;
    font-family: Microsoft YaHei UI;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    cursor: pointer;
}

.open-server_list-contaner {
    /*max-height: 608px;*/
    min-height: 276px;
    overflow-y: scroll;
    padding: 10px;
    border-radius: 4px;
    background: rgba(255, 122, 0, .2);
    transition: all .5s;
}

.open-server_list-item {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer;
}

.open-server_list-item .open-service-img {
    width: 110px;
    height: 60px;
    border-radius: 4px;
}

.open-server_list-item .open-service-img {
    width: 110px;
    height: 60px;
    border-radius: 4px;
}

.open-server_list-item .open-service-img img {
    width: 110px;
    border-radius: 4px;
}

.open-server_list-item .open-server_item-desc {
    margin-left: 20px;
}

.open-server_list-item .open-server_item-desc .open-server_name {
    display: block;
    color: #fff;
    font-family: Microsoft YaHei UI;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /*width: 130px;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}


.open-server_list-item .open-server_item-desc .open-server_time {
    color: #ff7a00;
    font-family: Microsoft YaHei UI;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-container[data-v-2012c34d] {
    width: 100%;
    padding: 5px 0;
    /*background: url(/assets/footer_bg-67a3fad7.png) no-repeat;*/
    background-size: auto;
    background-size: 100% 100%;
    z-index: 11;
}

.footer-container .footer-content[data-v-2012c34d] {
    width: 1400px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.footer-container .footer-content .left-content[data-v-2012c34d] {
    display: flex;
}

.footer-container .footer-content .left-content .welfare-group[data-v-2012c34d]:first-child, .footer-container .footer-content .left-content .customer-service[data-v-2012c34d]:first-child {
    margin-right: 20px;
}




.footer-container .footer-content .center-content p[data-v-2012c34d] {
    position: relative;
    padding: 0 86px;
    color: #999;
    font-family: Microsoft YaHei UI;
    font-size: 14px;
    font-weight: 350;
    margin-top: 11px;
}

.footer-container .footer-content .left-content .welfare-group h4[data-v-2012c34d], .footer-container .footer-content .left-content .customer-service h4[data-v-2012c34d] {
    color: #f5d587;
    font-family: Microsoft YaHei UI;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 6px;
}

.footer-container .footer-content .left-content .welfare-group[data-v-2012c34d], .footer-container .footer-content .left-content .customer-service[data-v-2012c34d] {
    background: url(/assets/qrcode-box-bg-994ab7fc.png) no-repeat;
    background-size: auto;
    background-size: 100% 100%;
    width: 144px;
    height: 198px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-container .footer-content .left-content .welfare-group img[data-v-2012c34d], .footer-container .footer-content .left-content .customer-service img[data-v-2012c34d] {
    width: 120px;
    height: 120px;
    margin-top: 14px;
}

.right_nav {
    position: fixed;
    right: 20px;
    top: 130px;
    z-index: 1000;
}

.right_nav .right_top:first-child {
    border-top: 1px solid #999;
}

.right_nav .right_top {
    box-sizing: border-box;
    background: #272A2C;
    text-align: center;
    padding-top: 18px;
    cursor: pointer;
    position: relative;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}

.right_nav svg {
    overflow: hidden;
    vertical-align: middle;
}

.right_nav .right_top p {
    color: #f5d587;
    text-align: center;
    font-family: Microsoft YaHei;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.right_nav .right_top b {
    background: #999;
    width: 49px;
    height: 1px;
    display: inline-block;
}

.home-container .footer {
    position: fixed;
    bottom: 0;
    z-index: 20;
    cursor: pointer;
    height: 80px;
}

.right_nav {
    position: fixed;
    right: 20px;
    top: 130px;
    z-index: 1000;
}

.right_nav .right_top:hover .mvwx {
    display: block;
}

.right_nav > div:last-child {
    padding-top: 0;
}

.right_nav .right_bottom {
    border: 1px solid #999;
    background: #272A2C;
    margin-top: 5px;
}

.right_nav > div:last-child a {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 23px;
    cursor: pointer;
    box-sizing: border-box;
}


.cards {
    color: #fff;
    content: "";
    display: block;
    width: 100%;
    min-height: 140px;
    height: 140px;
    padding: 30px 15px 10px 35px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #fff;
    z-index: -1;
    border-radius: 8px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cards h5 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.swiper_menu{
    padding: 10px;
    padding-bottom: 20px;
}

.cards button {
    width: 90px;
    border-radius: 25px !important;
}
.hoverGreen {
    background-color: blue;
    border: 1px solid green;
    animation: animationName 1.5s linear backwards infinite;
}
.seresheight {
    position: relative;
    z-index: 2;
}
.idcardImg {
    width: 100vw;
    max-width: 1920px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.idcardImg img {
    width: 100%;
}
#classifyBtn button {
    margin: 0 4px;
    min-width: 70px;
    border-radius: 25px;
    margin-bottom: 10px;
}
#classifyBtn .btn-outline-dark {
    /*color: #fff;*/
    /*border-color: #fff;*/
}