/*by:kashangyun.com*/

:root {
    --text-1: #18191c;
    --text-2: #61666d;
    --text-3: #9499a0;
    --text-4: #c9ccd0;
    --bg-1: #fff;
    --bg-2: #f6f7f8;
    --bg-3: #f1f2f3;
    --bg-black: #242933;
    --border-1: #e3e5e7;
    --border-2: #f0f2f4;
    --link: #06f;
    --link-hover: #59f;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    min-width: 280px;
}

input,botton,select,div {
    outline: none;
}

a {
    text-decoration: none!important;
    font-size: 13px;
    color: var(--text-1);
}

i,em {
    font-style: normal;
}

ul,li {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
    margin: 0;
}

.container {
    width: 1280px;
    margin: 0 auto;
    min-width: 280px;
}

.container-xxl {
    width: 992px;
    margin: 0 auto;
    min-width: 280px;
}

.container-xl {
    width: 768px;
    margin: 0 auto;
    min-width: 280px;
}

.container-sl {
    width: 100%;
    margin: 0 auto;
    min-width: 280px;
}

@media screen and (max-width: 992px) {
    .container, .container-xxl {
        width: 768px;
    }
}

@media screen and (max-width: 768px) {
    .container, .container-xxl, .container-xl {
        width: 100%;
    }
}

.m-1 {
    margin: 5px;
}

.m-2 {
    margin: 10px;
}

.m-3 {
    margin: 15px;
}

.m-4 {
    margin: 20px;
}

.mt-1 {
    margin-top: 5px;
}

.mt-2 {
    margin-top: 10px;
}

.mt-3 {
    margin-top: 15px;
}

.mt-4 {
    margin-top: 20px;
}

.mb-1 {
    margin-bottom: 5px;
}

.mb-2 {
    margin-bottom: 10px;
}

.mb-3 {
    margin-bottom: 15px;
}

.mb-4 {
    margin-bottom: 20px;
}

.ml-1 {
    margin-left: 5px;
}

.ml-2 {
    margin-left: 10px;
}

.ml-3 {
    margin-left: 15px;
}

.ml-4 {
    margin-left: 20px;
}

.mr-1 {
    margin-right: 5px;
}

.mr-2 {
    margin-right: 10px;
}

.mr-3 {
    margin-right: 15px;
}

.mr-4 {
    margin-right: 20px;
}

.col-1 {
    width: 8.333333%;
}

.col-2 {
    width: 16.666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.333333%;
}

.col-5 {
    width: 41.666666%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.333333%;
}

.col-8 {
    width: 66.666666%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.333333%;
}

.col-11 {
    width: 91.666666%;
}

.col-12 {
    width: 100%;
}

@media screen and (max-width: 1280px) {
    .col-xxl-1 {
        width: 8.333333%;
    }

    .col-xxl-2 {
        width: 16.666667%;
    }

    .col-xxl-3 {
        width: 25%;
    }

    .col-xxl-4 {
        width: 33.333333%;
    }

    .col-xxl-5 {
        width: 41.666666%;
    }

    .col-xxl-6 {
        width: 50%;
    }

    .col-xxl-7 {
        width: 58.333333%;
    }

    .col-xxl-8 {
        width: 66.666666%;
    }

    .col-xxl-9 {
        width: 75%;
    }

    .col-xxl-10 {
        width: 83.333333%;
    }

    .col-xxl-11 {
        width: 91.666666%;
    }

    .col-xxl-12 {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .col-xl-1 {
        width: 8.333333%;
    }

    .col-xl-2 {
        width: 16.666667%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-4 {
        width: 33.333333%;
    }

    .col-xl-5 {
        width: 41.666666%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-7 {
        width: 58.333333%;
    }

    .col-xl-8 {
        width: 66.666666%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-10 {
        width: 83.333333%;
    }

    .col-xl-11 {
        width: 91.666666%;
    }

    .col-xl-12 {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .col-sl-1 {
        width: 8.333333%;
    }

    .col-sl-2 {
        width: 16.666667%;
    }

    .col-sl-3 {
        width: 25%;
    }

    .col-sl-4 {
        width: 33.333333%;
    }

    .col-sl-5 {
        width: 41.666666%;
    }

    .col-sl-6 {
        width: 50%;
    }

    .col-sl-7 {
        width: 58.333333%;
    }

    .col-sl-8 {
        width: 66.666666%;
    }

    .col-sl-9 {
        width: 75%;
    }

    .col-sl-10 {
        width: 83.333333%;
    }

    .col-sl-11 {
        width: 91.666666%;
    }

    .col-sl-12 {
        width: 100%;
    }
}

/* 页脚样式 */
.footer {
    margin-top: 0;
    background-color: #1a1a1a;
    color: #fff;
}

.footer .row {
    justify-content: flex-start;
}

.footer .row .col-lg-2, .footer .row .col-md-3, .footer .row .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
}

.footer-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.footer-links {
    margin-bottom: 0;
    text-align: center;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #c9ccd0 !important;
    transition: color 0.3s ease;
    font-size: 14px;
    line-height: 1.5;
}

.footer-links a:hover {
    color: #30ABFF !important;
    text-decoration: none;
}

.footer-links .footer-label {
    color: #999;
    font-size: 14px;
    margin-right: 5px;
}

.footer-links a + a {
    margin-left: 15px;
}

.footer-logo img {
    filter: brightness(0) invert(1);
    margin: 0 auto;
    display: block;
}

.footer-company {
    color: #c9ccd0;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
}

.footer-hotline {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
}

.footer-hotline .footer-label {
    color: #999;
    margin-right: 5px;
}

.footer-hotline a {
    color: #30ABFF !important;
    font-weight: 600;
    font-size: 18px;
}

.footer-record {
    color: #999;
    font-size: 13px;
    margin-bottom: 5px;
}



.footer-record span {
    color: #666;
}

.footer-copyright {
    color: #666;
    font-size: 12px;
    margin-bottom: 0;
}

/* 回到顶部按钮样式 */
.back-to-top {
    position: fixed !important;
    bottom: 30px !important;
    right: 30px !important;
    width: 45px;
    height: 45px;
    background-color: #06f;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    z-index: 99999 !important;
    transform: translateZ(0); /* 启用硬件加速 */
    will-change: transform; /* 告诉浏览器该元素将要变换，优化性能 */
}

/* 移动端回到顶部按钮样式调整 */
@media (max-width: 768px) {
    .back-to-top {
        bottom: 20px !important;
        right: 20px !important;
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

/* 公告侧边按钮样式 */
.announcement-button {
    position: fixed !important;
    bottom: 50px !important;
    left: 0 !important;
    width: 40px;
    height: 100px;
    background-color: #0066ff;
    color: #fff;
    border-radius: 0 8px 8px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99999 !important;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateZ(0); /* 启用硬件加速 */
    will-change: transform; /* 告诉浏览器该元素将要变换，优化性能 */
}

.announcement-button.show {
    opacity: 1;
    visibility: visible;
}

.announcement-button:hover {
    background-color: #0052cc;
    width: 45px;
}

.announcement-button i {
    font-size: 20px;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .announcement-popup {
        width: 90%;
        left: -100%;
        bottom: 20px;
    }
    
    .announcement-popup.show {
        left: 5%;
    }
    
    .announcement-popup.hide {
        left: -100%;
    }
    
    .announcement-button {
        bottom: 20px !important;
        width: 35px;
        height: 80px;
    }
    
    .announcement-button:hover {
        width: 40px;
    }
    
    .announcement-button i {
        font-size: 18px;
    }
}

/* 联系方式悬浮按钮样式 */
.contact-float-buttons {
    position: fixed !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 99999 !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transform: translateZ(0); /* 启用硬件加速 */
    will-change: transform; /* 告诉浏览器该元素将要变换，优化性能 */
}

/* 移动端联系方式悬浮按钮样式调整 */
@media (max-width: 768px) {
    .contact-float-buttons {
        right: 10px !important;
        gap: 8px;
    }
}

.back-to-top:hover {
    background-color: #06f;
    transform: translateY(-5px);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 768px) {
    .footer .col-lg-2, .footer .col-md-3, .footer .col-sm-6 {
        margin-bottom: 30px;
    }
    
    /* 移动端隐藏指定的导航项 */
    .footer .row > div:not(:first-child) {
        display: none;
    }
    
    .footer .col-md-6.text-right {
        text-align: left !important;
        margin-top: 20px;
    }
    
    .footer-links a + a {
        margin-left: 10px;
    }
    
    /* 移动端回到顶部按钮样式调整 */
    .back-to-top {
        bottom: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    
    /* 移动端备案信息样式优化 */
    .footer-record {
        font-size: 12px;
        line-height: 1.8;
    }
    
    .record-separator {
        display: none;
    }
    
    .record-item {
        display: block;
        margin: 2px 0;
    }
    
    .footer-record .record-item:first-of-type {
        display: inline-block;
    }
    
    .footer-copyright {
        font-size: 11px;
        line-height: 1.5;
    }
}

/* 公告弹窗样式 */
.announcement-popup {
    position: fixed;
    bottom: 50px;
    left: -400px; /* 初始位置在左侧外部 */
    width: 380px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    z-index: 10000;
    transition: left 0.5s ease;
    border: 1px solid #e3e5e7;
}

.announcement-popup.show {
    left: 20px; /* 显示位置 */
}

.announcement-popup.hide {
    left: -400px; /* 隐藏位置 */
}

.announcement-content {
    padding: 20px;
}

.announcement-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #18191c;
    text-align: center;
}

.announcement-text {
    font-size: 14px;
    color: #61666d;
    margin-bottom: 8px;
    line-height: 1.5;
}

.announcement-text a {
    color: #06f;
    text-decoration: underline;
}

.announcement-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

.announcement-close {
    padding: 8px 16px;
    background-color: #f6f7f8;
    color: #61666d;
    border: 1px solid #e3e5e7;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
}

.announcement-close:hover {
    background-color: #e3e5e7;
}

.announcement-cta {
    padding: 8px 16px;
    background-color: #0066ff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
}

.announcement-cta:hover {
    background-color: #0052cc;
}

/* 公告侧边按钮样式 */
.announcement-button {
    position: fixed;
    bottom: 50px;
    left: 0;
    width: 40px;
    height: 100px;
    background-color: #0066ff;
    color: #fff;
    border-radius: 0 8px 8px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
}

.announcement-button.show {
    opacity: 1;
    visibility: visible;
}

.announcement-button:hover {
    background-color: #0052cc;
    width: 45px;
}

.announcement-button i {
    font-size: 20px;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .announcement-popup {
        width: 90%;
        left: -100%;
        bottom: 20px;
    }
    
    .announcement-popup.show {
        left: 5%;
    }
    
    .announcement-popup.hide {
        left: -100%;
    }
    
    .announcement-button {
        bottom: 20px;
        width: 35px;
        height: 80px;
    }
    
    .announcement-button:hover {
        width: 40px;
    }
    
    .announcement-button i {
        font-size: 18px;
    }
}

/* 联系方式悬浮按钮样式 */
.contact-float-buttons {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9998;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-button {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    font-size: 20px;
    color: #333;
}

.contact-button:hover {
    background-color: #0066ff;
    color: #fff;
    transform: translateX(-5px);
}

.contact-popup {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
    min-width: 150px;
    color: #333;
}

.contact-button:hover .contact-popup {
    opacity: 1;
    visibility: visible;
    right: 55px;
}

/* 在线客服弹出样式 */
.online-service .contact-popup {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 220px;
}

.contact-avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.contact-info {
    display: flex;
    flex-direction: column;
}

.contact-name {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 2px;
}

.contact-role {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}

.contact-action {
    font-size: 12px;
    color: #0066ff;
    text-decoration: underline;
    cursor: pointer;
    transition: color 0.3s ease;
}

.contact-action:hover {
    color: #0052cc;
}

/* 提交工单弹出样式 */
.submit-ticket .contact-popup {
    width: 200px;
    text-align: center;
}

.ticket-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 8px;
}

.ticket-icon {
    color: #0066ff;
    font-size: 16px;
}

.ticket-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.ticket-description {
    font-size: 12px;
    color: #666;
    margin-bottom: 12px;
    line-height: 1.4;
}

.contact-ticket-button {
    padding: 10px;
    background-color: #0066ff;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 14px;
    font-weight: 500;
}

.contact-ticket-button:hover {
    background-color: #0052cc;
}

/* 客服微信弹出样式 */
.wechat-service .contact-popup {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 130px;
}

.wechat-qrcode img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.wechat-tips {
    font-size: 14px;
    color: #666;
    text-align: center;
}

/* 联系方式悬浮按钮移动端适配 */
@media (max-width: 768px) {
    .contact-float-buttons {
        right: 10px;
        gap: 8px;
    }
    
    .contact-button {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
    
    .contact-popup {
        right: 55px;
        padding: 10px;
        min-width: 130px;
    }
    
    .online-service .contact-popup {
        width: 200px;
    }
    
    .contact-avatar img {
        width: 40px;
        height: 40px;
    }
    
    .contact-name {
        font-size: 14px;
    }
    
    .contact-role {
        font-size: 12px;
    }
    
    .wechat-qrcode img {
        width: 80px;
        height: 80px;
    }
    
    .submit-ticket .contact-popup {
        width: 180px;
    }
    
    .ticket-title {
        font-size: 14px;
    }
    
    .ticket-description {
        font-size: 11px;
        margin-bottom: 10px;
    }
    
    .contact-ticket-button {
        padding: 8px;
        font-size: 13px;
    }
    
    .wechat-tips {
        font-size: 12px;
    }
}
