div.common-button___PI1ds {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4px 20px;
    --tw-shadow: 0 0 12px 0 rgba(0, 0, 0, 10%);
    --tw-shadow-colored: 0 0 12px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

@media (min-width: 601px) {
    div.common-button___PI1ds {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width: 769px) {
    div.common-button___PI1ds {
        padding: 8px 40px
    }
}

.primary___wEsFD {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    display: inline-block;
    background-color: #337dff;
    color: #fff;
    padding: 9px 24px;
    border: 1px solid #337DFF;
    border-radius: 2px;
    box-shadow: 2px 2px 8px #337dff4d;
    cursor: pointer
}

.primary___wEsFD:hover {
    background-color: #205bd2;
    color: #fff
}

.default___iTfSC {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    display: inline-block;
    background-color: #fff;
    color: #337dff;
    padding: 9px 24px;
    border: 1px solid #337DFF;
    border-radius: 2px;
    box-shadow: 2px 2px 8px #337dff4d;
    cursor: pointer
}

.default___iTfSC:hover {
    background-color: #337dff;
    color: #fff
}

.dashed___MxLix {
    border-style: dashed
}

.disabled___yeS6D {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    display: inline-block;
    background-color: #ddd;
    color: #fff;
    padding: 9px 24px;
    border: 1px solid #337DFF;
    border-radius: 2px;
    box-shadow: none;
    cursor: not-allowed;
    border-color: #ddd
}

.link___qODeG {
    color: #337dff;
    cursor: pointer
}

/* 二维码容器基础样式 */
.qr-container {
    position: relative;
    display: inline-block;
}

/* 二维码图片样式 */
.qr-code {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    border: 2px solid #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    background: white;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
    /* 确保在最顶层 */
}

/* 鼠标悬停显示二维码 */
.qr-trigger:hover+.qr-code {
    opacity: 1;
    visibility: visible;
}

/* 按钮基础样式 */
.qr-trigger {
    cursor: pointer;
}

/*二级导航*/
.menu_che_main {
    min-width: 1200px;
    width: 1200px;
    left: 5%;
    right: 5%;
    height: auto;
    margin: -50px auto 0px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    backdrop-filter: blur(4px);
    border: 1px solid #eee;
    position: fixed;
    z-index: 99;
}

.menu_che_main ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.menu_che_main ul li {
    flex: 1 1 0%;
    min-width: 25%;
    height: 100px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.menu_che_main ul li a {
    width: 100%;
    border-right: 1px solid rgb(207, 207, 207);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.menu_che_main ul li .span_title {
    color: rgb(24, 24, 24);
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
}

.menu_che_main ul li .span_detle {
    color: rgb(153, 153, 153);
    font-size: 14px;
    line-height: 20px;
}

.sticky {
    top: 0;
    margin: 0 auto !important;
    background: #337DFF;
    color: #fff;
}

.sticky span {
    color: #fff !important;
}

/* 内容区域样式 */
.section {
    /* 顶部留出导航栏空间 */
    display: flex;

}