.zonkvm-cta .btn {
  border-radius: 4px;
  font-weight: 500;
  transition: all .3s;
}
.zonkvm-cta .btn:hover {
  opacity: .9;
}
.footer-service,
footer,
.footer-copyright {
    background-color: ;
}

.footer-service img {
    height: 40px;
    margin-right: 16px;
}

.footer-service .text {
    font-size: 12px;
    color: #595959;
}

.footer-link {
    color: #595959;
}

.footer-copyright * {
    color: #595959;
}
/* ======== 底部联系我们样式：黑灰圆形 + 白色图标 ======== */
.footer-zonkvm .contact-icons {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
}
@media (min-width: 768px) {
    .footer-zonkvm .contact-icons {
        justify-content: flex-start;
    }
}

/* 圆形图标基础样式 */
.footer-zonkvm .icon-item {
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 50%;        /* 圆形 */
    background: #333;          /* 黑灰色背景 */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}
.footer-zonkvm .icon-item:hover {
    background: #555;          /* 悬浮变亮一点 */
    transform: scale(1.08);
}

/* 白色图标样式 */
.footer-zonkvm .icon-item::before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) invert(1); /* 强制变成白色 */
}

/* QQ 图标 */
.footer-zonkvm .icon-qq::before {
    background-image: url("/template/onezon/css/img/footer/tencentqq.svg");
    width: 18px;
    height: 18px;
}
/* 微信 图标 */
.footer-zonkvm .icon-wechat::before {
    background-image: url("/template/onezon/css/img/footer/wechat.svg");
        width: 18px;
    height: 18px;
}
/* 手机 图标（已替换） */
.footer-zonkvm .icon-mobile::before {
    background-image: url("/template/onezon/css/img/footer/shouji.svg");
    width: 30px;
    height: 30px;
}
/* 抖音 图标（已替换） */
.footer-zonkvm .icon-douyin::before {
    background-image: url("/template/onezon/css/img/footer/douyin.png");
    width: 22px;
    height: 22px;
}

/* 悬浮二维码面板 */
.footer-zonkvm .qrcode-popup {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 8px;
    padding: 10px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
    width: 140px;
    text-align: center;
}
.footer-zonkvm .icon-item:hover .qrcode-popup {
    opacity: 1;
    visibility: visible;
}

/* 二维码图片 */
.footer-zonkvm .qrcode-popup img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    display: block;
    margin: 0 auto 5px;
}
.footer-zonkvm .qrcode-popup p {
    margin: 0;
    font-size: 12px;
    color: #666;
}
.footer2 {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 325px;
    text-align: center;
    width: 100%;
}

.footer2 .form-control {
    height: calc(2.5em + .75rem + 5px);
    line-height: 40px;
    width: 300px;
}

@media (max-width:768px) {
    .footer2 .form-control {
        width: auto;
    }

    ;
}

.footer2 .btn {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .01em;
    line-height: 40px;
    text-align: center;
    width: 158px;
}

.footer-m {
    display: none;
}
.beian-icp {
    padding-left: 20px;
    margin-right: 15px;
    background: url('/template/onezon/css/img/footer/icp.png') left center no-repeat;
    background-size: 16px auto;
}
.beian-gongan {
    padding-left: 20px;
    background: url('/template/onezon/css/img/footer/beian.png') left center no-repeat;
    background-size: 16px auto;
}
@media screen and (max-width:478px) {
    .footer-pc {
        display: none;
    }

    .footer-m {
        display: block;
    }

    ;
}

.footer-nav-submenus-link {
    position: relative;
}

.footer-nav-submenus-link:hover .footer-nav-submenus-qr {
    display: block;
}

.footer-nav-submenus-qr {
    background-color: #fff;
    border-radius: 2px 2px 2px 0;
    bottom: 100%;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
    display: none;
    height: 152px;
    left: 0;
    margin-bottom: 12px;
    position: absolute;
    width: 140px;
}

.footer-nav-submenus-qr.qr-wechat:before {
    left: 17px;
    margin-left: -3px;
}

.footer-nav-submenus-qr:before {
    border-bottom: 0;
    border-left: 3px solid transparent;
    border-color: #fff transparent currentcolor;
    border-right: 3px solid transparent;
    border-top: 3px solid #fff;
    content: "";
    display: block;
    position: absolute;
    top: 100%;
}

.qr-wechat span {
    background-image: url('../img/qr-wechat.png');
}

.footer-nav-submenus-qr span {
    background-size: cover;
    display: block;
    height: 120px;
    margin: 10px 10px 0;
    width: 120px;
}

.footer-nav-contact-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    border: 1px solid #999;
    border-radius: 20px;
    color: #252b3a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 50px;
    justify-content: center;
    line-height: 20px;
    margin-bottom: 2px;
}

@media screen and (max-width:478px) {
    .footer-copyright {
        text-align: center;
    }

    .footer-copyright .col-12.col-md-6.text-right {
        display: none;
    }

    p {
        font-size: 12px !important;
    }

    ;
}

.footer-module-wrap {
    position: relative;
    width: 100%;
    height: 262px;
}

.kefu {
    position: fixed;
    top: 50%;
    right: 20px;
    z-index: 9999;
}
.kefu-cell-wrap {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 15px 35px -2px rgba(0, 0, 0, .05), 0 5px 15px rgba(0, 0, 0, .03);
    cursor: pointer;
    width: 50px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.kefu-item-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #41464f;
    transition: color .3s ease;
    padding: 4px;
}
.kefu-item-wrap:hover {
    color: #0055ff;
}
.kefu-item-icon {
    width: 16px;
}
.kefu-item-wrap-text {
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}
.kefu-content {
    display: none;
    position: absolute;
    right: 45px;
    top: 0;
    padding-right: 20px;
}
.kefu-content::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
}
.kefu-content.highlight {
    display: block;
}
.kefu-content-wrap {
    width: 300px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 15px 35px -2px rgba(0, 0, 0, .05), 0 5px 15px rgba(0, 0, 0, .03);
}
.kefu-content-wrap .card-body {
    padding: 14px;
}
.kefu-content-info {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 8px 0;
}
.kefu-content-info:hover {
    background: #f3f7ff;
    color: #0055ff;
    border-radius: 8px;
}
.kefu-content-info:hover .kefu-content-icon {
    background: #f3f7ff;
    color: #0055ff;
}
.kefu-content-icon {
    width: 40px;
    height: 40px;
    background-color: #f1f3f5;
    border-radius: 50%;
    color: #80838a;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}
.kefu-content-icon svg {
    width: 26px;
}
.kefu-content-text {
    align-items: flex-start;
    display: -moz-box;
    display: flex;
    flex: 1 1;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 7px 0;
}
.kefu-content-text .tel {
    color: #0055ff;
}

.kefu-sidebar-title {
    color: #020814;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.kefu-sidebar-subtitle {
    color: #41464f;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.kefu-content-info:hover .kefu-sidebar-title {
    color: #1664ff
}

.kefu-content-info:hover .kefu-sidebar-subtitle {
    color: #387bff
}

.kefu-content-arrow {
    display: flex;
    justify-content: center;
    width: 30px;
    font-size: 18px;
}

#backToTopBtn {
    position: fixed;
    bottom: 6rem;
    right: 20px;
    z-index: 9999;
    display: none;
}

#backToTopBtn.show {
    display: block;
}

.sidebar-scrolltop-wrap {
    -moz-box-pack: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    bottom: -65px;
    box-shadow: 0 15px 35px -2px rgba(0, 0, 0, .05), 0 5px 15px rgba(0, 0, 0, .03);
    color: #41464f;
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 50px;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 50px;
}

.sidebar-icon-middle {
    height: 24px;
    width: 24px;
    margin: auto;
    position: relative;
    top: 25%;
}