body,html{width:100%;position:relative;background-color:var(--fff-color);}
*{font-family: PingFang SC, Helvetica Neue, Helvetica, Arial, Hiragino Sans GB, Microsoft Yahei, \\5FAE\8F6F\96C5\9ED1, STHeiti, \\534E\6587\7EC6\9ED1, sans-serif;}
*{margin:0;padding:0;box-sizing:border-box;}
ul li{list-style: none;}
img{max-width:100%;width:auto;vertical-align:middle;}
a{text-decoration: none;color:var(--666-color);}
input::-webkit-input-placeholder{color: #ccc;letter-spacing: 1px;font-size: 14px;}
input::-moz-input-placeholder{color: var(--ccc-color);letter-spacing: 1px;font-size: 14px;}
input::-ms-input-placeholder{color: var(--ccc-color);letter-spacing: 1px;font-size: 14px;}
textarea{resize: none;}
textarea::-webkit-input-placeholder {color: var(--ccc-color);letter-spacing: 1px;font-size: 14px;}
textarea::-moz-input-placeholder {color: var(--ccc-color);letter-spacing: 1px;font-size: 14px;}
textarea::-ms-input-placeholder {color: var(--ccc-color);letter-spacing: 1px;font-size: 14px;}
input,textarea,select,button{outline:none;border: 0;box-sizing: border-box;}
.hide{display: none !important;}
.header {
    height: 40px;
}

.header-felx{
    background-color: var(--fff-color);
    position: relative;
    text-align: center;
    color: var(--ddd-color);
    font-size: 12px;
    letter-spacing: 1px;
    height: 40px;
    border-bottom: 1px solid var(--ddd-color);
    box-shadow: 0 2px 4px 0 var(--grey-4-color);
    box-sizing: border-box;
    transition: background-color .6s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_left {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.header_img {
    width: 160px;
    cursor: pointer;
}

.header_img img {
    width: 100%;
    vertical-align: middle;
}

.header_center_position {
    line-height: 40px;
    height: 40px;
}

.header_menu {
    width: 630px;
    height: 40px;
    margin: 0 auto;
}

.header_menu li {
    cursor: pointer;
    height: 40px;
    margin: 0 10px 0 0;
    width: 94px;
    float: left;
}

.header_right {
    height: 40px;
    display: flex;
    align-items: center;
    padding-right: 40px;
}
.header_register{
    min-width: 55px;
}
.header_login{
    min-width: 30px;
}
.header_split{
    height: 14px;
    width: 2px;
    background-color: var(--888-color);
    margin: 0px 10px 0;
}

.header-user-self{
    cursor: pointer;
    position: relative;
    max-width: 180px;
}

.header-user-self:hover .head-self-center {
    height: 180px
}

.head-self-center {
    overflow: hidden;
    -webkit-transition: height .1s;
    -moz-transition: height .1s;
    -o-transition: height .1s;
    transition: height .1s;
    height: 0;
    width: 120px;
    background-color: #fff;
    position: absolute;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    top: 40px;
    right: -29px;
    border-radius: 0 0 2px 2px;
    z-index: 9;
}

.head-self-center-two {
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
}

.head-self-center-menu {
    width: 100%;
    padding: 5px;
    font-size: 14px;
    text-align: left;
}

.head-self-center-menu:not(:nth-child(2)) a {
    letter-spacing: 6px;
}

.header-user-self-one{
    display: flex;
}
.header-user-self-img{
    position: relative;
    margin-left: 5px;
    height: 26px;
    width: 26px;
    margin-top: 7px;
    float: left;
}

.header-user-triangle {
    float: left;
    margin: 18px 0 0 0;
    color: #999;
}
.header-user-self-one-vip{
    position: absolute;
    right: 5px;
    top: 0px;
}

.vip{
    color:orange;
}

/****************************尾部************************/
.kpm-footer {
    background-color: #2f3a42; /* 深蓝灰背景，质感更强 */
    color: #9aa5b1; /* 浅灰文字 */
    padding: 0;
    font-size: 13px;
    margin-top: 20px;
}

.kpm-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- 顶部导航区 --- */
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-logo-box img {
    height: 28px; /* 缩小Logo */
    opacity: 0.9;
}

.footer-nav {
    display: flex;
    gap: 25px;
}

.footer-nav a {
    text-decoration: none;
    color: #cfd9e6;
    font-size: 13px;
    transition: color 0.2s;
}

.footer-nav a:hover {
    color: #4ea2f5; /* 品牌蓝高亮 */
}

/* --- 底部信息区 (Flex布局，更紧凑) --- */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center; /* 垂直居中对齐 */
    padding: 15px 0;
}

.footer-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px; /* 行间距缩小 */
}

.info-row {
    display: flex;
    align-items: center;
    gap: 6px;
}

.company-icon {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    vertical-align: middle;
}

.police-icon {
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin-right: 3px;
}

.footer-info a {
    color: #9aa5b1;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-info a:hover {
    color: #fff;
}

.footer-info .divider {
    color: rgba(255, 255, 255, 0.2);
    margin: 0 8px;
    font-size: 12px;
}

.friend-link-row {
    color: #6b7a88;
    font-size: 12px;
}

/* 右侧二维码 (紧凑化) */
.footer-qrcode {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.05);
    padding: 8px 12px;
    border-radius: 6px;
}

.footer-qrcode img {
    width: 50px; /* 大幅缩小二维码 */
    height: 50px;
    display: block;
    border-radius: 2px;
}

.footer-qrcode p {
    margin: 0;
    font-size: 12px;
    color: #cfd9e6;
    line-height: 1.4;
}

/* --- 响应式适配 --- */
@media (max-width: 768px) {
    .footer-top {
        flex-direction: column;
        gap: 15px;
        padding: 15px 0;
    }
    .footer-nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        padding-bottom: 20px;
    }
    .footer-qrcode {
        margin-top: 5px;
    }
}
/*****************************插槽中间部分*****************/
.main-content{
    width: 100%;
    min-height: calc(100vh - 201px);
}


/* --- 回到顶部 --- */
#toTop {
    display: none; position: fixed; bottom: 50px; right: 30px; width: 50px; height: 50px;
    background: var(--primary-color); border-radius: 50%; text-align: center; line-height: 50px;
    box-shadow: 0 4px 15px rgba(78, 162, 245, 0.4); z-index: 999; cursor: pointer;
    transition: all 0.3s; opacity: 0.9;
}
#toTop:hover { opacity: 1; background: var(--primary-hover); transform: translateY(-3px); }
/* 箭头图标绘制 */
#toTop::before {
    content: ''; display: inline-block; width: 12px; height: 12px;
    border-top: 2px solid #fff; border-left: 2px solid #fff;
    transform: rotate(45deg); margin-top: 22px;
}

/* ==================== 分页 ==================== */
#sck-page-list ul {
    padding: 16px 12px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
}
#sck-page-list a,
#sck-page-list span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease;
}
#sck-page-list a {
    background: #fff;
    color: #555;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
#sck-page-list a:active {
    transform: scale(0.94);
    background: #f0f7ff;
}
#sck-page-list .current,
#sck-page-list .active {
    background: linear-gradient(135deg, #88C3FD, #3b8de6);
    color: #fff;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(78,162,245,0.35);
    border-radius: 8px;
}
#sck-page-list .disabled,
#sck-page-list .disabled a {
    color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    pointer-events: none;
}

/******自定义layer**************/
.layer-login{
    border-radius: 10px !important;
}