* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    width: 100%;
    position: relative;
    padding: 0px;
    background: #F4F8FE;
    font-family: "Microsoft YaHei UI", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
}

body::-webkit-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar-track {
    background: #e0e0e0;
}

body::-webkit-scrollbar-thumb {
    background: #c0c0c0;
}

.scroll-content {
    overflow-y: auto;
    position: relative;
}

.scroll-content::-webkit-scrollbar {
    width: 2px;
    transition: width 0.2s ease;
    z-index: 10;
}

.scroll-content::-webkit-scrollbar-track {
    background: #e0e0e0;
}

.scroll-content::-webkit-scrollbar-thumb {
    background: #E60012;
}

/* 鼠标悬停在滚动容器上时，滚动条变宽 6px */
.scroll-content:hover::-webkit-scrollbar {
    width: 2px;
}

.scroll-content::-webkit-scrollbar-thumb:hover {
    background: #a0a0a0;
}

/* 针对 Webkit 引擎（Chrome, Safari 等） */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* 针对 Firefox */
input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.loding {
    position: fixed;
    top: 0%;
    left: 0%;
    background: white;
    z-index: 99999;
}

.top-bar {
    background-color: #FFFFFF;
    height: 66px;
    position: fixed;
    top: 0;
    z-index: 50;
    width: 100%;
    left: 0;
    right: 0;
}

.top-bar-logo {
    width: 127px;
    height: 32px;
    background: url("../img/logo.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.top-tips {
    width: 236px;
    height: 38px;
    background: linear-gradient(93deg, #39A0FF 0%, #39A0FF 46%, #605DF2 100%);
    border-radius: 4px;
    position: relative;
    margin-left: 16px;

}

.top-tips::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(94deg, rgba(164, 239, 255, 1), rgba(164, 239, 255, 1), rgba(76, 122, 239, 1));
    border-radius: 4px;
    z-index: -1;
}

.top-tips .icon {
    width: 28px;
    height: 28px;
    margin: 5px;
}

.top-tips .text {
    font-family: Inter, Inter;
    font-weight: 300;
    font-size: 17px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    margin-left: 1px;
    text-transform: none;
}

.top-input {
    width: 354px;
    height: 38px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding-left: 34px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    border: 1px solid #FFEAD9;
    font-size: 14px;
    color: #3E3E3E;
    line-height: 21px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: relative;
    outline: none;
    z-index: 2;
    padding-right: 14px;
}

.top-input:focus {
    border-radius: 0px;
    outline: none;
}

.input-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 1px;
    margin-right: 31px;
}

/* 旋转动画 */
@keyframes rotateBorder {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.li-list {
    position: relative;
}

.li-list li {
    height: 100%;
}

.rotate-transition {
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.li-list button {
    height: 100%;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 17px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.vip-button {
    width: 95px !important;
    margin-right: 0px !important;
}

.vip-button button {
    width: 64px;
    height: 20px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #BF5F13;
    line-height: 17px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.vip-button img {
    width: 21px;
    height: 20px;
    margin-right: 8px;
    border-radius: 0px 0px 0px 0px;
}

.line {
    border-right: #CECECE 1px solid;
    height: 17px;
}

.login {
    width: 36px;
    height: 17px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #878787;
    line-height: 17px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.register {
    width: 90px;
    height: 100%;
    margin-left: 22px;
    background: linear-gradient(256deg, #F43F3F 0%, #EF3016 77%);
    color: #FFFFFF;
}

.login-name {
    height: 17px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 17px;
    cursor: default;
    text-align: right;
    font-style: normal;
    margin-right: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.user-login {
    position: relative;
}

.info {
    position: absolute;
    background-color: #FFFFFF;
    top: 66px;
    right: -22px;
    z-index: 100;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px 2px 2px 2px;
}

.user-center {
    height: 60px;
    width: 100%;
    border-top: #F5F5F5 1px solid;
    border-bottom: #F5F5F5 1px solid;
}

.user-center a {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #2468F2;
    margin-left: 22px;
    line-height: 17px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.logout {
    width: 100%;
    height: 51px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 17px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.user-name {
    margin: 22px;
    width: 86%;
    max-width: 86%;
    height: 17px;
    line-height: 17px;
    color: #333333;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: bold;
    font-size: 17px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.user-id {
    margin: 15px 0 15px 22px;
    height: 17px;
    line-height: 17px;
    color: #919191;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    font-style: normal;
    text-align: left;
    text-transform: none;
}

.user-type {
    margin: 15px 0 15px 22px;
    width: 80px;
    height: 26px;
    line-height: 26px;
    color: #F33E3E;
    font-family: PingFang SC, PingFang SC;
    font-size: 14px;
    text-align: center;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #F33E3E;
}

.vip-card {
    width: 303px;
    height: 74px;
    background: linear-gradient(90deg, #FFE8BC 0%, #EFCD92 100%);
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #E8A31E;
    margin: 15px 0 15px 22px;
}

.vip-gold {
    background: linear-gradient(90deg, #FFE8BC 0%, #EFCD92 100%);
    border: 1px solid #E8A31E;
}

.vip-platinum {
    background: linear-gradient( 90deg, #DEEBFF 0%, #BCD8FD 100%);
    border: 1px solid #8BBAF7;
}

.vip-diamond {
    background: linear-gradient( 90deg, #F4EFFF 0%, #E4D3FF 100%);
    border: 1px solid #D8C8EF;
}

.vip-type {
    width: 68px;
    height: 17px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 800;
    font-size: 17px;
    color: #4D3015;
    line-height: 17px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.vip-time {
    width: 125px;
    height: 17px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 12px;
    margin-top: 8px;
    color: #877556;
    line-height: 17px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.vip-renew {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 12px;
    color: #4D3015;
    text-align: left;
}

.warning-text {
    width: 70px;
    height: 17px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #FF8D3B;
    line-height: 17px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.warning-box {
    position: absolute;
    top: 85px;
    right: 18px;
}

.drop-down-container {
    position: absolute;
    top: 66px;
    z-index: -1;
    height: calc(100vh - 66px);
}

.drop-down-menu {
    background: #FFFFFF;
}

.lift-list {
    width: 252px;
    height: 100%;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
}

.lift-list-shadow {
    box-shadow: 11px 4px 40px 0px rgba(76, 77, 79, 0.08);
}

.lift-list a {
    width: 100%;
    height: 38px;
    display: flex;
    align-items: center;
    padding-left: 51px;
    justify-content: start;
    /* border-radius: 3px 3px 3px 3px; */
    font-family: Noto Sans SC, Noto Sans SC;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    font-style: normal;
    text-transform: none;
    margin-bottom: 12px;
    transition: all 0.3s;
}

.isSeleect {
    width: 157px;
    height: 38px;
    background: rgba(243, 62, 62, 0.1);
    /* border-radius: 3px 3px 3px 3px; */
    font-weight: bold;
    color: #E91515 !important;
}

.right-data {
    height: 610px;
    width: calc(100% - 252px);
    padding-top: 44px;
    padding-left: 59px;
    padding-bottom: 44px;
    padding-right: 100px;
    max-height: 610px;
    overflow: hidden;
    overflow-y: auto;
}

.sidebar {
    transition: width 0.3s ease !important;
    height: auto !important;
    display: flex;
    flex-direction: column;
    width: 48px !important;
    bottom: 150px;
    border-radius: 12px 0px 0px 12px;
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    border-right: none;
    pointer-events: auto !important;
    z-index: 50 !important;
}
/* .right-data::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 44px;
    background: linear-gradient(to top,
            rgba(255, 255, 255, 1) 50%,
            rgba(255, 255, 255, 0) 100%);
    z-index: 100;
} */

.title {
    font-family: PingFang SC, PingFang SC;
    font-weight: 800;
    font-size: 22px;
    color: #000000;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.right-list-ul {
    /* flex: 0 0 calc(80% / 3 - 100px); */
}

.right-list-ul .title {
    width: 303px;
    height: 54px;
    border-bottom: #E8EBEF 1px solid;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 14px;
    color: #1A1A1A;
    line-height: 16px;
    font-style: normal;
    margin-top: 18px;
    text-transform: none;
    display: flex;
    justify-items: start;
    align-items: center;
}

.right-list-ul li {
    margin-top: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 12px;
    color: #535353;
    line-height: 14px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.right-list-ul li::before {
    content: ".";
    display: inline-block;
    vertical-align: middle;
    margin-right: 1px;
    margin-bottom: 7px;
}

.right-list-ul li:hover {
    color: #E91515;
}

.down {
    transition: height 0.3s ease-in-out;
    overflow: hidden;
}

/* fotter */
.fotter {
    background: #1F2329;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: rgba(187, 191, 196, 0.7);
    line-height: 16px;
    font-style: normal;
    text-transform: none;

}

.fotter-container {
    padding-top: 62px;
    padding-bottom: 62px;
    max-width: 100%;
    overflow-x: hidden;
}

.fotter .title {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #EAEAEA;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 20px;
}

.fotter .row {
    margin-right: 100px;
}

.fotter .row a {
    margin-bottom: 20px;
    min-width: 120px;
}

.contact {
    width: 100%;
    max-width: 1700px;
    height: 69px;
    background: rgba(39, 48, 59, 0.5);
    border-radius: 10px 10px 10px 10px;
    margin-top: 15px;
    padding: 25px;
    box-sizing: border-box;
}

.contact .line {
    margin-left: 28px;
    margin-right: 28px;
    border-right: rgba(255, 255, 255, 0.3) 1px solid;
}

.contact-first {
    color: #E43131;
}

.custom-toast {
    position: fixed;
    top: 100px;
    right: 0px;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.377);
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.custom-toast.show {
    opacity: 1;
}

.arrow-img {
    transition: transform 0.3s ease-in-out;
}

.more:hover .arrow-img {
    transform: translateX(6px);
}

.arr-top {
    transition: transform 0.3s ease-in-out;
}

.arr-top:hover {
    transform: translateY(-24px) scale(1.02);
}

.navigation {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
    line-height: 12px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: 19px 0;
    max-width: min(1700px, calc(100% - 108px));
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.navigation img {
    width: 8px;
    height: 8px;
    margin-left: 17px;
    margin-right: 17px;
}

.navigation a:last-child img {
    display: none;
}

.navigation a:last-child {
    color: #E60012;
}

.fotter-icon div {
    position: relative;
}

.fotter-icon svg {
    transition: all 0.3s ease;
}

.fotter-icon svg:hover {
    transform: scale(1.06);
}

/* 微信图标 hover 效果（图标填充色 + 边框色） */
.fotter-icon .wx:hover path {
    fill: #07C160;
    /* 微信绿色 */
}

.fotter-icon .wx:hover rect {
    stroke: #07C160;
    /* 边框变绿色 */
}

/* 抖音图标 hover 效果 */
.fotter-icon .dy:hover path {
    fill: #FE2C55;
    /* 抖音红色 */
}

.fotter-icon .dy:hover rect {
    stroke: #FE2C55;
    /* 边框变红色 */
}

/* 小红书图标 hover 效果 */
.fotter-icon .xhs:hover path {
    fill: #FF2442;
    /* 小红书红色 */
}

.fotter-icon .xhs:hover rect {
    stroke: #FF2442;
    /* 边框变红色 */
}

/* B站图标 hover 效果 */
.fotter-icon .bz:hover path {
    fill: #FB7299;
    /* B站粉色 */
}

.fotter-icon .bz:hover rect {
    stroke: #FB7299;
    /* 边框变粉色 */
}

.fotter-icon .qr_code {
    width: 78px;
    height: 78px;
    max-width: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    bottom: 130%;
    border: #FFFFFF 1px solid;
}

.fotter-icon div:hover .qr_code {
    opacity: 1;
}

.fotter-icon .qr_code::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #fff;
    /* 箭头颜色 */
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.1));
}

@keyframes rotateOut {
    0% {
        transform: rotate(0deg);
        opacity: 1;
    }

    100% {
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotate-out {
    animation: rotateOut 0.3s forwards;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
    padding-top: 60px;
}

.modal-content {
    margin: 5% auto;
    padding: 20px;
    max-width: 600px;
    text-align: center;
    width: 858px;
    height: 606px;
    background: #FFFFFF;
    border-radius: 19px 19px 19px 19px;
}

.close-btn {
    color: #E60012;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.license-image {
    width: 100%;
    max-width: 500px;
    margin-top: 20px;
}

@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes slideInFromLeft {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes slideOutToLeft {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes slideOutToRight {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(100%);
    }
}

.active-left {
    animation: slideInFromLeft 0.3s forwards;
}

.active-right {
    animation: slideInFromRight 0.3s forwards;
}

.prev {
    animation: slideOutToLeft 0.3s forwards;
}

.next {
    animation: slideOutToRight 0.3s forwards;
}

.back-top {
    width: 100%;
    height: 65px;
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    line-height: 15px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    display: none;
    padding: 7px;
    background: #FFFFFF;
    transition: all 0.3s ease;
}


.back-top:hover {
    background: #E60012;
    color: #FFFFFF;
}

/* 返回顶部按钮图标切换 */
.back-top img.back-top-icon-red {
    display: block;
}

.back-top img.back-top-icon-white {
    display: none;
}

.back-top:hover img.back-top-icon-red {
    display: none;
}

.back-top:hover img.back-top-icon-white {
    display: block;
}

.sidebar-div {
    border-radius: 12px 0 0 0;
    padding: 0 5px;
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 15px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

/* 返回顶部和展开按钮组合样式 - 动态圆角控制 */
/* 默认：返回顶部无圆角（上方有咨询区域时） */
.sidebar .back-top {
    border-radius: 0;
}

/* 当sidebar-div隐藏时，返回顶部显示左上角圆角 */
.sidebar.sidebar-collapsed .back-top {
    border-radius: 12px 0 0 0;
}

/* 默认：展开状态下，收起按钮只有左下角圆角 */
.sidebar .sidebar-toggle-btn {
    border-radius: 0 0 0 12px;
}

/* 展开状态下，没有返回顶部时：收起按钮仅显示左下角圆角 */
.sidebar .sidebar-toggle-btn.no-back-top {
    border-radius: 0 0 0 12px;
}

/* 返回顶部和展开按钮组合样式 - 动态圆角控制 */
/* 默认：展开状态下，返回顶部无圆角（上方有咨询区域时） */
.sidebar .back-top {
    border-radius: 0;
}

/* 收起状态下，返回顶部显示左上角圆角 */
.sidebar.sidebar-collapsed .back-top {
    border-radius: 12px 0 0 0;
}

/* 收起状态下的边框和圆角控制 */
/* 收起状态，有返回顶部时：展开按钮只有左下角圆角（不需要左上角） */
.sidebar.sidebar-collapsed .sidebar-toggle-btn:not(.no-back-top) {
    border-radius: 0 0 0 12px;
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    border-right: none;
    border-top: none;
}

/* 收起状态，没有返回顶部时：展开按钮显示左上角+左下角圆角 */
.sidebar.sidebar-collapsed .sidebar-toggle-btn.no-back-top {
    border-radius: 12px 0 0 12px;
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    border-right: none;
}

/* 当收起且有返回顶部时，返回顶部和展开按钮都添加边框 */
.sidebar.sidebar-collapsed .back-top {
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    border-right: none;
    border-bottom: none;
}

.sidebar-item-code-img {
    background: url(../img/code_img_side.webp);
    background-size: cover;
    background-repeat: no-repeat;
    /* 初始隐藏状态 */
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px 4px 4px 4px;
}

.sidebar-item {
    transition: all 0.3s ease;
}

.sidebar-item:hover {
    color: #E60012;
}

.sidebar-item:hover .sidebar-item-code-img {
    opacity: 1;
    visibility: visible;
}

.sidebar-item-code-img::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.aizhushou{
    color: #333333;
    font-size: 11px;
    position: relative;
    display: inline-block;
}


.sidebar-toggle-btn {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 11px;
    color: #333333;
    border: none;
    padding: 0;
    pointer-events: auto !important;
    z-index: 10 !important;
    position: relative;
}

.sidebar-toggle-btn:hover {
    background: #E60012;
    color: #FFFFFF;
}

/* 展开按钮图标切换 */
.sidebar-toggle-btn img.toggle-arrow-black {
    display: block;
}

.sidebar-toggle-btn img.toggle-arrow-white {
    display: none;
}

.sidebar-toggle-btn:hover img.toggle-arrow-black {
    display: none;
}

.sidebar-toggle-btn:hover img.toggle-arrow-white {
    display: block;
}

.sidebar-toggle-btn img {
    width: 14px;
    height: 14px;
    margin: 6px 0;
    transition: transform 0.3s ease;
    pointer-events: none;
}

.sidebar-collapsed .sidebar-toggle-btn:hover {
    background: #E60012;
    color: #fff;
}

.sidebar-collapsed .sidebar-toggle-btn .toggle-text {
    white-space: nowrap;
    font-size: 11px;
    pointer-events: none;
}

.sidebar-toggle-btn.collapsed-state img {
    transform: rotate(180deg);
}

/* 折叠状态下取消侧边栏边框和阴影（高优先级覆盖默认样式） */
.sidebar.sidebar-collapsed {
    border: none !important;
    box-shadow: none !important;
}

