/*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;
}

html,
body {
    min-width: 280px;
    overflow-x: hidden;
}

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;
}

/* 自定义栅格系统 - 仅在移动端生效，避免覆盖Bootstrap的响应式栅格系统 */
@media (max-width: 767px) {
    .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: #ffffff;
    color: #333;
}

.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: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

/* 桌面端footer样式 - 白色背景深色文字 */
.footer-company {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
}

.footer-contact {
    color: #666;
    font-size: 14px;
    margin-bottom: 5px;
    text-align: center;
}

.footer-contact a {
    color: #666 !important;
}

.footer-record {
    color: #666;
    font-size: 13px;
    margin-bottom: 5px;
}

.footer-copyright {
    color: #999;
    font-size: 12px;
    margin-bottom: 0;
}

.footer-logo img {
    filter: none;
    margin: 0 auto;
    display: block;
}

.footer-links {
    margin-bottom: 0;
    text-align: center;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #333 !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左右分栏布局样式 ===== */

/* 主容器 */
.footer-main {
    display: flex;
    flex-wrap: wrap;
}

/* 左边区域 - 网站信息区 */
.footer-left {
    padding-right: 30px;
    border-right: 1px solid #e3e5e7;
}

/* 右边区域 - 功能区 */
.footer-right {
    padding-left: 40px;
}

/* 二维码区域 */
.footer-qr-section {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}

.qr-item {
    text-align: center;
}

.qr-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #e3e5e7;
}

.qr-label {
    font-size: 12px;
    color: #666;
    margin-bottom: 0;
}

/* 支付方式区域 */
.footer-payment-section {
    padding: 15px 0;
}

.payment-title {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.payment-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.pay-logo {
    height: 24px;
    width: auto;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.pay-logo:hover {
    opacity: 1;
}

/* 四功能区 */
.footer-function-area {
    padding-top: 10px;
}

/* 友情链接区域 */
.footer-links-section {
    padding: 15px 0;
}

.links-label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.friend-link {
    font-size: 13px;
    color: #666 !important;
    transition: color 0.3s ease;
}

.friend-link:hover {
    color: #0066ff !important;
}

/* 分割线（只在右边区域） */
.footer-divider {
    height: 1px;
    background-color: #e3e5e7;
    margin: 10px 0;
}

/* 版权信息区域 */
.footer-copyright-area {
    padding-bottom: 10px;
}

/* 移动端适配 */
@media (max-width: 991px) {
    .footer-left {
        border-right: none;
        border-bottom: 1px solid #e3e5e7;
        padding-right: 15px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .footer-right {
        padding-left: 15px;
    }

    .qr-img {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 768px) {

    /* 移动端footer黑色背景 */
    .footer-left {
        border-bottom-color: #333;
    }

    .footer-qr-section {
        background-color: #2a2a2a;
    }

    .qr-label {
        color: #ccc;
    }

    .payment-title {
        color: #fff;
    }

    .links-label {
        color: #ccc;
    }

    .friend-link {
        color: #ccc !important;
    }

    .friend-link:hover {
        color: #0066ff !important;
    }

    .footer-divider {
        background-color: #333;
    }

    .footer-copyright-area {
        text-align: center;
    }
}

/* ===== 新Footer左右分栏布局样式结束 ===== */

/* 回到顶部按钮样式 */
.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: 100px !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: 90px !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黑色背景 */
    .footer {
        background-color: #1a1a1a;
        color: #fff;
    }

    /* 移动端footer白色文字 */
    .footer-title {
        color: #fff;
    }

    .footer-company {
        color: #ccc;
    }

    .footer-contact {
        color: #ccc;
    }

    .footer-contact a {
        color: #ccc !important;
    }

    .footer-links a {
        color: #ccc !important;
    }

    .footer-record {
        color: #999;
        font-size: 12px;
        line-height: 1.8;
    }

    .footer-copyright {
        color: #666;
        font-size: 11px;
        line-height: 1.5;
    }

    /* 移动端logo白色 */
    .footer-logo img {
        filter: brightness(0) invert(1);
    }

    .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;
    }

    /* 移动端备案信息样式优化 */
    .record-separator {
        display: none;
    }

    .record-item {
        display: block;
        margin: 2px 0;
    }

    .footer-record .record-item:first-of-type {
        display: inline-block;
    }
}

/* 公告弹窗遮罩层 */
.announcement-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.announcement-overlay.show {
    opacity: 1;
    visibility: visible;
}

/* 公告弹窗样式 - 左侧滑入 */
.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-popup-center {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    width: 420px;
    max-width: 90%;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.announcement-popup-center.show {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

.announcement-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 0 20px;
    border-bottom: none;
}

.announcement-popup-header .announcement-title {
    font-size: 20px;
    font-weight: 600;
    color: #18191c;
    margin: 0;
    text-align: left;
}

.announcement-close-icon {
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    font-size: 24px;
    color: #999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
    padding: 0;
    line-height: 1;
}

.announcement-close-icon:hover {
    color: #666;
}

.announcement-content {
    padding: 15px 20px 20px 20px;
}

.announcement-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #18191c;
    text-align: center;
}

.announcement-text {
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.6;
}

.announcement-text strong {
    font-weight: 600;
    color: #18191c;
}

.announcement-link {
    color: #0066ff;
    text-decoration: none;
    font-weight: 500;
}

.announcement-link:hover {
    text-decoration: underline;
}

.announcement-divider {
    border: none;
    border-top: 1px solid #e3e5e7;
    margin: 15px 0;
}

.announcement-highlight {
    color: #ff4d4f;
    font-weight: 500;
}

.announcement-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 25px;
}

.announcement-close {
    padding: 10px 24px;
    background-color: #e8e8e8;
    color: #666;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
}

.announcement-close:hover {
    background-color: #d9d9d9;
}

.announcement-cta {
    padding: 10px 24px;
    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: 100px;
    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: 90px;
        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: 12px;
}

.contact-button {
    position: relative;
    width: 48px;
    height: 48px;
    background-color: #ffffff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    font-size: 20px;
    color: #595959;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.contact-button:hover {
    background-color: #0066ff;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 102, 255, 0.2);
    border-color: transparent;
}

/* 回到顶部按钮特殊样式 - 集成在客服悬浮栏中 */
.back-to-top-btn {
    background-color: #ffffff;
    color: #595959;
}

.back-to-top-btn:hover {
    background-color: #0066ff;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 102, 255, 0.2);
}

.contact-popup {
    position: absolute;
    right: 65px;
    top: 50%;
    transform: translateY(-50%) translateX(20px);
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 9999;
    min-width: 150px;
    color: #333;
    pointer-events: none;
}

.contact-popup::after {
    content: '';
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.02);
}

.contact-button:hover .contact-popup {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
    pointer-events: auto;
}

/* 在线客服弹出样式 */
.online-service .contact-popup {
    display: flex;
    align-items: center;
    gap: 16px;
    width: max-content;
}

.contact-avatar img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.contact-info {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.contact-name {
    font-weight: 600;
    font-size: 16px;
    color: #1f1f1f;
    margin-bottom: 4px;
}

.contact-role {
    font-size: 13px;
    color: #8c8c8c;
}

.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: max-content;
    text-align: center;
    min-width: 180px;
}

.ticket-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 12px;
}

.ticket-icon {
    color: #0066ff;
    font-size: 18px;
}

.ticket-title {
    font-size: 16px;
    font-weight: 600;
    color: #1f1f1f;
}

.ticket-description {
    font-size: 13px;
    color: #8c8c8c;
    margin-bottom: 16px;
    line-height: 1.5;
}

.contact-ticket-button {
    padding: 10px 20px;
    background: linear-gradient(135deg, #0066ff, #0052cc);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0, 102, 255, 0.3);
}

.contact-ticket-button:hover {
    box-shadow: 0 6px 16px rgba(0, 102, 255, 0.4);
}

/* 客服微信弹出样式 */
.wechat-service .contact-popup {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: max-content;
}

.wechat-qrcode {
    padding: 8px;
    background: #f5f5f5;
    border-radius: 8px;
}

.wechat-qrcode img {
    width: 110px;
    height: 110px;
    display: block;
    object-fit: cover;
}

.wechat-tips {
    font-size: 13px;
    color: #595959;
    font-weight: 500;
}

/* 联系方式悬浮按钮移动端适配 */
@media (max-width: 768px) {
    .contact-float-buttons {
        right: 10px;
        gap: 10px;
    }

    .contact-button {
        width: 42px;
        height: 42px;
        font-size: 18px;
        border-radius: 50%;
    }

    .contact-popup {
        right: 55px;
        top: 50%;
        transform: translateY(-50%) translateX(10px);
        padding: 15px;
        min-width: 130px;
    }

    .contact-popup::after {
        right: -4px;
        width: 8px;
        height: 8px;
    }

    .contact-button:hover .contact-popup,
    .contact-popup.show {
        transform: translateY(-50%) translateX(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .online-service .contact-popup {
        width: max-content;
        gap: 12px;
    }

    .contact-avatar img {
        width: 40px;
        height: 40px;
    }

    .contact-name {
        font-size: 14px;
    }

    .contact-role {
        font-size: 12px;
    }

    .wechat-qrcode {
        padding: 6px;
    }

    .wechat-qrcode img {
        width: 90px;
        height: 90px;
    }

    .submit-ticket .contact-popup {
        min-width: 160px;
    }

    .ticket-title {
        font-size: 15px;
    }

    .ticket-description {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .contact-ticket-button {
        padding: 8px 16px;
        font-size: 13px;
    }

    .wechat-tips {
        font-size: 12px;
    }
}