@charset "UTF-8";
/* ============================================================
 * huilongshan 主题：全站基础样式（reset + 头部 + 悬浮客服 + 弹窗 + 底部）
 * 说明：原站 com_jn/css/{demo.css,style.css} 覆盖面过大且易与系统样式冲突，
 *      这里按需重写，前缀统一 hls-* 以避免污染全局。
 * ============================================================ */

*, *:after, *:before { box-sizing: border-box; }
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code, form,
fieldset, legend, input, button, textarea,
p, blockquote, th, td, hr { margin: 0; padding: 0; font-family: "微软雅黑", "Microsoft YaHei", Arial, sans-serif; }
body { font: 14px "微软雅黑", Arial, Helvetica, sans-serif; color: #333; background: #fff; }
ul, li { list-style: none; }
a { text-decoration: none; color: #444; outline: none; }
a:hover { color: #14cc76; }
img { border: 0; vertical-align: top; max-width: 100%; }
.hls-clear { clear: both; }

.riftallbodys { width: 100%; height: auto; min-height: 100vh; }

/* ------------------------------------------------------------
 * 顶部导航（吸顶透明 / 滚动后变实色）
 * ------------------------------------------------------------ */
.hls-nava {
    width: 100%;
    height: 92px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    transition: background .3s ease, box-shadow .3s ease;
}
.hls-nava.is-fixed {
    position: fixed;
    background: rgba(0, 0, 0, .72);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    height: 70px;
}
.hls-nava-logo {
    float: left;
    margin-left: 40px;
    padding-top: 18px;
    transition: padding .3s;
}
.hls-nava.is-fixed .hls-nava-logo { padding-top: 8px; }
.hls-logo-link { display: inline-flex; align-items: center; height: 56px; text-decoration: none; }
.hls-logo-img { max-height: 56px; width: auto; vertical-align: middle; }
.hls-logo-text {
    font-family: "STKaiti", "KaiTi", "Microsoft YaHei", serif;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 4px;
    line-height: 1;
    text-shadow: 0 2px 6px rgba(0, 0, 0, .4);
    white-space: nowrap;
}
.hls-nava.is-fixed .hls-logo-text { font-size: 24px; }

.hls-mod-header {
    float: right;
    height: 100%;
    padding-right: 40px;
    position: relative;
}
.hls-layout-wrap { height: 100%; }
.hls-nav { display: flex; align-items: center; height: 92px; transition: height .3s; }
.hls-nava.is-fixed .hls-nav { height: 70px; }
.hls-nav > li {
    position: relative;
    margin: 0 4px;
}
.hls-nav > li > a {
    display: block;
    padding: 6px 16px;
    height: 36px;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color .2s, border-color .2s;
}
.hls-nav > li > a:hover,
.hls-nav > li.active > a { color: #14cc76; border-bottom-color: #14cc76; }

.hls-ui-arb {
    display: inline-block;
    width: 0; height: 0;
    border: 4px dashed transparent;
    border-top-style: solid;
    border-top-color: #fff;
    vertical-align: middle;
    margin-left: 4px;
    position: relative;
    top: 2px;
}

.hls-sub-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -80px;
    width: 160px;
    padding-top: 12px;
    z-index: 1000;
}
.hls-sub-nav > li {
    background: #fff;
    border-top: 1px solid #f1f1f1;
}
.hls-sub-nav > li:first-child { border-top: 2px solid #14cc76; }
.hls-sub-nav > li > a {
    display: block;
    padding: 12px 20px;
    font-size: 13px;
    text-align: center;
    color: #333;
    text-decoration: none;
}
.hls-sub-nav > li > a:hover {
    background: #14cc76;
    color: #fff;
}

/* ------------------------------------------------------------
 * 悬浮客服（右下）
 * ------------------------------------------------------------ */
.hls-suspension {
    width: 52px;
    position: fixed;
    right: 13px;
    bottom: 60px;
    z-index: 999;
}
.hls-consult,
.hls-cart {
    display: block;
    position: relative;
    width: 52px;
    height: 52px;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 26px 26px;
    transition: transform .2s, box-shadow .2s;
}
.hls-consult { background-color: #14cc76; box-shadow: 0 4px 10px rgba(20,204,118,.25); background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M3 18v-6a9 9 0 0 1 18 0v6'/><path d='M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3z'/><path d='M3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z'/></svg>"); }
.hls-cart { background-color: #fff; border: 1px solid #14cc76; box-shadow: 0 4px 10px rgba(0,0,0,.08); background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2314cc76' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='3' width='7' height='7' rx='1'/><rect x='14' y='3' width='7' height='7' rx='1'/><rect x='3' y='14' width='7' height='7' rx='1'/><path d='M14 14h3'/><path d='M14 17v4'/><path d='M17 17h4'/><path d='M21 14v3'/></svg>"); }
.hls-consult:hover,
.hls-cart:hover { transform: translateY(-2px); }
.hls-consult .hls-suspension-list { display: none; position: absolute; width: 240px; right: 58px; top: -160px; z-index: 30; }
.hls-consult:hover .hls-suspension-list { display: block; }
.hls-suspension-list-content { background: #fff; border: 1px solid #ddd; box-shadow: 0 6px 12px 0 rgba(0,0,0,.15); padding: 16px 20px; }
.hls-suspension-list ul li {
    padding: 12px 0;
    border-top: 1px solid #f4f4f4;
}
.hls-suspension-list ul li:first-child { border-top: 0; }
.hls-info-name { display: block; font-size: 14px; color: #333; }
.hls-info-value { display: block; margin-top: 4px; font-size: 16px; font-weight: 700; color: #f90; word-break: break-all; }

.hls-cart .hls-cart-pic { display: none; position: absolute; right: 58px; top: -60px; width: 140px; height: 160px; }
.hls-cart:hover .hls-cart-pic { display: block; }
.hls-cart-pic-content {
    width: 140px; height: 160px;
    background-size: cover; background-position: center;
    border: 1px solid #ddd; box-shadow: 0 6px 12px rgba(0,0,0,.15);
    background-color: #fff;
}

/* ------------------------------------------------------------
 * 投诉与建议 弹窗
 * ------------------------------------------------------------ */
.hls-dialog-full {
    display: none;
    position: fixed; top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 9998;
    background: rgba(0, 0, 0, .40);
}
.hls-dialog-box {
    display: none;
    position: fixed; top: 180px; left: calc(50% - 259px);
    width: 518px; height: 417px;
    background: #fff; border-radius: 6px;
    z-index: 9999;
}
.hls-dialog-center {
    position: absolute; top: -60px; left: calc(50% - 60px);
    width: 120px; height: 120px;
    background: #14cc76;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
}
.hls-dialog-center::after {
    content: "意见"; color: #fff; font-size: 22px;
    display: flex; align-items: center; justify-content: center;
    width: 100%; height: 100%;
}
.hls-dialog-close {
    position: absolute; right: 10px; top: 10px;
    width: 24px; height: 24px; cursor: pointer;
    background: #ccc; border-radius: 50%; color: #fff; text-align: center; line-height: 24px;
}
.hls-dialog-close::before { content: "×"; font-size: 18px; }
.hls-dialog-body { padding-top: 80px; }
.hls-dialog-body textarea {
    display: block;
    width: 420px; height: 160px;
    margin: 0 auto; padding: 10px;
    font-size: 14px;
    background: #f5f5f5; border: 0; border-radius: 6px;
    outline: none;
    resize: none;
}
.hls-dialog-foot { padding-top: 30px; text-align: center; }
.hls-dialog-foot button {
    width: 300px; height: 42px;
    background: #14cc76;
    font-size: 18px; color: #fff;
    border: 0; border-radius: 24px;
    outline: none; cursor: pointer;
}

/* ------------------------------------------------------------
 * 网站脚部
 * ------------------------------------------------------------ */
.hls-footercontent {
    background-color: #232426;
    width: 100%;
    padding: 40px 0 20px;
}
.hls-footerdetails {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 20px;
}
.hls-gozhohaotitle {
    text-align: center;
    font-size: 14px;
    color: #fff;
    opacity: .7;
    padding: 10px 0;
}
.hls-detailstop { display: flex; justify-content: center; padding: 10px 0 24px; }
.hls-gozhohao { width: 114px; height: 114px; background: #fff; padding: 4px; }
.hls-gozhohaopic { width: 100%; height: 100%; }
.hls-footnavdetails { display: flex; justify-content: center; padding: 20px 0; }
.hls-footnavdetails ul { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; padding: 0; }
.hls-footnavdetails ul li { padding: 0 12px; font-size: 14px; color: #fff; opacity: .9; }
.hls-footnavdetails ul li a { color: #fff; }
.hls-footnavdetails ul li a:hover { color: #14cc76; }
.hls-footnavxian { opacity: .3; }

.hls-detailxian {
    background: #fff; opacity: .15;
    width: 100%; height: 1px;
    margin: 10px 0;
}
.hls-detailbottom {
    display: flex; justify-content: space-between; align-items: center;
    padding: 16px 0;
    color: #fff; opacity: .5;
    font-size: 13px;
    flex-wrap: wrap; gap: 8px;
}
.hls-detailbottom .hls-beianen,
.hls-detailbottom .hls-beianch { flex: 1 1 auto; }
.hls-detailbottom .hls-beianch { text-align: right; }

/* ------------------------------------------------------------
 * 汉堡按钮（默认 PC 端隐藏）
 * ------------------------------------------------------------ */
.hls-nav-toggle {
    display: none;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    padding: 9px 8px;
    background: transparent;
    border: 0;
    cursor: pointer;
    z-index: 1002;
}
.hls-nav-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 4px 0;
    background: #fff;
    border-radius: 2px;
    transition: transform .3s, opacity .3s;
}
.hls-nav-open .hls-nav-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.hls-nav-open .hls-nav-toggle span:nth-child(2) { opacity: 0; }
.hls-nav-open .hls-nav-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ------------------------------------------------------------
 * 响应式：<= 992px 汉堡下拉菜单
 * ------------------------------------------------------------ */
@media (max-width: 992px) {
    .hls-nava { height: 64px; background: rgba(0, 0, 0, .82); }
    .hls-nava.is-fixed { height: 56px; }
    .hls-nava-logo { margin-left: 16px; padding-top: 10px; }
    .hls-nava-logo img, .hls-logo-img { max-height: 44px; }
    .hls-logo-text { font-size: 22px; letter-spacing: 3px; }

    .hls-nav-toggle { display: block; }

    .hls-mod-header {
        position: fixed;
        top: 64px; left: 0; right: 0;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        background: rgba(0, 0, 0, .95);
        transition: max-height .35s ease;
    }
    .hls-nava.is-fixed ~ .hls-mod-header,
    .hls-nava.is-fixed .hls-mod-header { top: 56px; }
    .hls-nav-open .hls-mod-header {
        max-height: calc(100vh - 64px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .hls-nav {
        display: block;
        height: auto;
        padding: 10px 0;
    }
    .hls-nav > li {
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }
    .hls-nav > li > a {
        display: block;
        height: auto;
        padding: 14px 24px;
        font-size: 15px;
        border-bottom: 0;
        text-align: left;
    }
    .hls-nav > li.active > a,
    .hls-nav > li > a:hover { border-bottom: 0; background: rgba(20, 204, 118, .15); }
    .hls-ui-arb { float: right; margin-top: 8px; }

    .hls-sub-nav {
        display: block !important;
        position: static;
        width: 100%;
        margin: 0;
        padding: 0;
        background: rgba(255, 255, 255, .03);
    }
    .hls-sub-nav > li {
        background: transparent;
        border: 0 !important;
    }
    .hls-sub-nav > li > a {
        padding: 10px 40px;
        font-size: 13px;
        color: #ddd;
        text-align: left;
    }
    .hls-sub-nav > li > a:hover { background: rgba(20, 204, 118, .2); color: #fff; }

    .hls-footnavdetails ul li { padding: 4px 8px; font-size: 13px; }
    .hls-detailbottom { flex-direction: column; text-align: center; }
    .hls-detailbottom .hls-beianch { text-align: center; }

    .hls-dialog-box { width: 92%; left: 4%; height: auto; padding-bottom: 20px; }
    .hls-dialog-body textarea { width: 92%; }

    /* 悬浮客服在手机端缩小避开内容 */
    .hls-suspension { right: 10px; bottom: 30px; width: 44px; }
    .hls-consult, .hls-cart { width: 44px; height: 44px; background-size: 22px 22px; }
}

/* body 滚动锁定：菜单展开时 */
body.hls-nav-open { overflow: hidden; }
