html {
    width: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    width: 100%;
    max-width: 100vw;
    position: relative;
    overflow-x: hidden;
}

/* 确保所有容器不超出视口 */
* {
    max-width: 100%;
    box-sizing: border-box;
}

@media (min-width: 980px) and (max-width: 1600px) {
    /* 主容器自适应宽度 */
    .ww {
        width: 95% !important;
        max-width: 1360px !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* 导航栏自适应 */
    .header .hbox {
        width: 95% !important;
        max-width: 1360px !important;
    }

    .header .hlogo .hlbox img {
        max-height: 30px !important;
    }

    #searchword {
        max-width: 190px !important;
    }

    .hsearch .layui-form {
        margin: 0px !important;
    }

    .commenu ul li ul,
    .hsearch ul li ul {
        max-width: 900px;
    }
}

/* 页面级：将主要内容行高设为两倍（仅影响本页面的 .c-page 容器） */
.privacy-page.c-page {
    line-height: 2 !important;
}

/* 确保段落、列表项也应用两倍行距 */
.privacy-page.c-page p,
.privacy-page.c-page li,
.privacy-page.c-page div {
    line-height: 2 !important;
}

/* 标题视觉上通常需要更紧凑的行高，保留较小值以避免过大间距 */
.privacy-page.c-page h1,
.privacy-page.c-page h2,
.privacy-page.c-page h3 {
    margin-top: 8px;
    color: #162B56;
    line-height: 1.2 !important;
    margin-bottom: 0.5em;
}

.privacy-page p {
    padding-block-end: 20px;
    margin-block-start: 0;
}

/* 添加列表项圆点样式 */
.privacy-page.c-page ul {
    list-style-type: disc !important;
    padding-left: 30px !important;
}

.privacy-page.c-page ul li {
    display: list-item !important;
    list-style-position: outside !important;
}

.privacy-page .whatsapp-hover {
    position: relative;
    display: inline-block;
}

.privacy-page .whatsapp-hover .hover-image {
    position: absolute !important;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.3s ease;
    z-index: 1000;
    margin-top: 5px;
    display: block;
}

.privacy-page .whatsapp-hover:hover .hover-image {
    opacity: 1 !important;
    visibility: visible !important;
}

.privacy-page .whatsapp-hover .hover-image::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
}

.privacy-page .wechat-hover {
    text-decoration: none;
    transition: text-decoration 0.3s ease;
}

.privacy-page .wechat-hover:hover {
    text-decoration: underline;
}
