.footer-service,
footer,
.footer-copyright {
    background-color: ;
}

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

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

.footer-copyright * {
    color: #595959;
}
 .footer-copyright span {
     font-size: 12px;
     margin-right:10px;
    }
.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;
}
.zonkvm-footer{
	background: url(../img/footer.jpeg) center no-repeat;
	height: 220px;
}
/* ICP 备案图标 */
.beian-icp {
    padding-left: 20px;
    margin-right: 15px;
    background: url('/template/zonkvm-0001/img/icp.png') left center no-repeat;
    background-size: 16px auto;
}
/* 公安备案图标 */
.beian-gongan {
    padding-left: 20px;
    background: url('/template/zonkvm-0001/img/beian.png') left center no-repeat;
    background-size: 16px auto;
}
@media (max-width: 768px) {
    .footer-info span {
        display: block;
        margin-bottom: 6px;
        margin-right: 0;
        text-align: left;
        justify-content: center;
    }
}
.zonkvm-footer a {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border: 1px #006aff solid;
    background-color: #006aff;
    text-align: center;
}
.zonkvm-footer a:hover{
	color: #fff;
	border-color: #006aff;
}

.zonkvm-footer h2{
	font-size: 28px;
	margin-bottom: 25px;
	color: #000000;
	font-weight: 700;
}
.d-flex-center-center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex-column {
	flex-direction: column;
}
@media (max-width:768px) {
    .footer2 .form-control {
        width: auto;
    }
}
/* ======== 底部联系我们样式：黑灰圆形 + 白色图标 ======== */
.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/zonkvm-0001/css/img/footer/tencentqq.svg");
    width: 18px;
    height: 18px;
}
/* 微信 图标 */
.footer-zonkvm .icon-wechat::before {
    background-image: url("/template/zonkvm-0001/css/img/footer/wechat.svg");
        width: 18px;
    height: 18px;
}
/* 手机 图标（已替换） */
.footer-zonkvm .icon-mobile::before {
    background-image: url("/template/zonkvm-0001/css/img/footer/shouji.svg");
    width: 30px;
    height: 30px;
}
/* 抖音 图标（已替换） */
.footer-zonkvm .icon-douyin::before {
    background-image: url("/template/zonkvm-0001/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 .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;
}

@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;
}

.kefu {
    position: fixed;
    bottom: 140px; 
    right: 20px;
    z-index: 9999;
}
@media screen and (max-width:478px) {
    .footer-copyright {
        text-align: center;
    }
 .footer-copyright  span {
     font-size: 12px;
     width: 100%;
    }
    .footer-copyright .col-12.col-md-6.text-right {
        display: none;
    }

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

.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: 220px;
    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: 5px;
    font-size: 12px;
}
.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%;
}


/* 港云网络独家设计，版权所有，盗版必究，制作QQ:7099174，2021.09.25*/
/* 客服弹窗样式 Bootstrap 4.6.2 适配 */
.contactbox {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
}
.close-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
.box2 {
    max-height: 90vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.top-box {
    background: url(/template/default/css/img/kefu/contact-bg.png) center no-repeat;
    background-size: cover;
    min-height: 80px;
}
.close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 2;
}
.close-btn img {
    width: 24px;
    height: 24px;
}
.sbar {
    overflow-y: auto;
    flex: 1;
}
.kf-item {
    margin-bottom: 8px;
    margin-right: 40px;
}
.kf-item a {
    color: #333;
    text-decoration: none;
}
.kf-item a:hover {
    color: #0066ff;
}
.wx-qrcode {
    display: none;
}
.kf-item:hover .wx-qrcode {
    display: block;
}

/* 在线状态图标 */
.online, .offline, .onwxline, .offwxline {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.online { background-image: url(/template/default/css/img/kefu/qq-online.png); }
.offline { background-image: url(/template/default/css/img/kefu/qq-offline.png); }
.onwxline { background-image: url(/template/default/css/img/kefu/wx-online.png); }
.offwxline { background-image: url(/template/default/css/img/kefu/wx-offline.png); }

/* 滚动条美化 */
.custom-scrollbar::-webkit-scrollbar {
    width: 5px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}
