    a {
        text-decoration: none;
    }
    
    html {
        font-size: 50px;
    }
    
    ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    @media screen and (min-width: 320px) {
        html {
            font-size: 21.33333333px;
        }
    }
    
    @media screen and (min-width: 360px) {
        html {
            font-size: 24px;
        }
    }
    
    @media screen and (min-width: 375px) {
        html {
            font-size: 25px;
        }
    }
    
    @media screen and (min-width: 384px) {
        html {
            font-size: 25.6px;
        }
    }
    
    @media screen and (min-width: 400px) {
        html {
            font-size: 26.66666667px;
        }
    }
    
    @media screen and (min-width: 414px) {
        html {
            font-size: 27.6px;
        }
    }
    
    @media screen and (min-width: 424px) {
        html {
            font-size: 28.26666667px;
        }
    }
    
    @media screen and (min-width: 480px) {
        html {
            font-size: 32px;
        }
    }
    
    @media screen and (min-width: 540px) {
        html {
            font-size: 36px;
        }
    }
    
    @media screen and (min-width: 720px) {
        html {
            font-size: 48px;
        }
    }
    
    @media screen and (min-width: 750px) {
        html {
            font-size: 50px;
        }
    }
    
    @media screen and (min-width: 1200px) {
        html {
            font-size: 80px;
        }
    }
    
    body {
        min-width: 320px;
        width: 15rem;
        margin: 0 auto;
        line-height: 1.5;
        font-family: Arial, Helvetica;
    }
    
    .first1 {
        position: relative;
        top: 0;
    }
    
    .first {
        width: 15rem;
        height: 2.36rem;
        z-index: 9999;
        background: #411296;
        position: fixed;
    }
    
    .icon,
    .head {
        float: left;
    }
    
    .icon {
        width: 2rem;
        height: 2rem;
        margin: .08rem 0 0 0.12rem;
    }
    
    .head {
        font-size: .56rem;
        color: #ffffff;
        margin: 0.8rem 0 0 0.3rem;
    }
    
    .download1 {
        float: right;
        width: 4.92rem;
        height: 1.38rem;
        margin: .6rem.5rem 0 0;
    }
    
    .bg {
        float: left;
        /* position: relative; */
        width: 15rem;
        background: #07102b;
    }
    
    .bg1 {
        float: left;
        margin-top: 2.36rem;
        width: 15rem;
        height: 29.64rem;
    }
    
    .download2 {
        position: absolute;
        top: 26.5rem;
        left: 0.98rem;
        width: 13.04rem;
        height: 2.54rem;
    }
    
    .icons {
        position: absolute;
        top: 25.8rem;
        left: 1.5rem;
        width: 2.2rem;
        height: 2.2rem;
    }
    
    #myFrame {
        display: none;
        width: 12.4rem;
        height: 20rem;
        z-index: 99999999;
    }
    
    #myFrame2 {
        display: none;
        width: 15rem;
        height: 25.6rem;
        z-index: 99999999;
    }
    
    .lbt {
        position: absolute;
        width: 15rem;
        top: 2rem;
        /* margin-left: 1rem; */
        /* left: 1rem; */
        margin: auto;
        z-index: 9;
    }
    
    .focus {
        position: relative;
        padding-top: .88rem;
        overflow: hidden;
    }
    
    .focus img {
        width: 13rem;
        margin-left: 1rem;
    }
    
    .focus ul {
        overflow: hidden;
        width: 90rem;
        margin-left: -100%;
    }
    
    .focus ul li {
        float: left;
        width: 15rem;
    }
    
    .focus ol {
        position: absolute;
        bottom: .1rem;
        right: .1rem;
        margin: 0;
    }
    
    .focus ol li {
        display: inline-block;
        width: .1rem;
        height: .1rem;
        background-color: #fff;
        list-style: none;
        border-radius: .04rem;
        transition: all .3s;
    }
    
    .focus ol li.current {
        width: 15px;
    }
    
    .ys {
        width: 15rem;
        position: absolute;
        top: 29.5rem;
        margin-left: 5.5rem;
    }
    
    .ys p {
        float: left;
        font-size: .48rem;
        /* font-size: #fff; */
        /* margin-left: 2.5rem; */
        color: #ffcd33;
        /* margin-left: 3.5rem; */
        /* text-align: center; */
        /* text-decoration: ;
         */
        text-decoration: none;
        border-bottom: 1px solid #ffcd33;
    }
    
    .general-content-area {
        padding-bottom: -2.5%;
        font-size: .64rem;
        display: none;
        position: absolute;
        top: 3rem;
        color: #272728;
        /* left: 1rem; */
        margin-left: 1rem;
        width: 13rem;
        height: 27.64rem;
        background: #fff;
        z-index: 9999999;
        overflow: auto;
        /* overflow: hidden; */
        /* scrollbar-width: none; */
        border-radius: .5rem;
        overflow-x: hidden;
    }
    
    .wenben {
        width: 12rem;
        /* background: #000; */
        line-height: 0.9rem;
        margin-left: 0.5rem;
        margin-top: 2rem;
        border: .4rem;
    }
    
    .general-content-area h2 {
        text-align: center;
    }
    
    .custom-scroll::-webkit-scrollbar {
        display: none;
        /* 隐藏滚动条 Webkit (Chrome, Safari等) */
    }
    
    .tuichu {
        width: .8rem;
        height: .8rem;
        /* background: #000; */
        position: absolute;
        top: .3rem;
        right: .3rem;
        background: url(../images/btn_close.png) no-repeat;
        background-size: 100% 100%;
    }
    
    .tuichu2 {
        width: .8rem;
        height: .8rem;
        /* background: #000; */
        position: absolute;
        top: .3rem;
        right: .3rem;
        background: url(../images/btn_close.png) no-repeat;
        background-size: 100% 100%;
    }
    
    .container {
        --animate-duration: 1s;
        --animate-delay: 1s;
        --animate-repeat: 1;
        --theme-color: #0060ff;
        --title-color: #1c1c1c;
        --body-color: #737887;
        --smoke-color: #f5f5f5;
        --smoke-color2: #e2e8fa;
        --black-color: #000;
        --black-color2: #080e1c;
        --gray-color: #bdbdbd;
        --white-color: #fff;
        --light-color: #72849b;
        --yellow-color: #ffb539;
        --success-color: #28a745;
        --error-color: #dc3545;
        --border-color: #e0e0e0;
        --title-font: "Barlow", sans-serif;
        --icon-font: "Font Awesome 6 Pro";
        --container-gutters: 24px;
        --section-space: 120px;
        --section-space-mobile: 80px;
        --section-title-space: 60px;
        --ripple-ani-duration: 5s;
        --scrollbarBG: #cfd8dc;
        --thumbBG: #90a4ae;
        --main-container: 1250px;
        --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
        --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
        --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
        --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
        --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
        --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
        --bs-blue: #0d6efd;
        --bs-indigo: #6610f2;
        --bs-purple: #6f42c1;
        --bs-pink: #d63384;
        --bs-red: #dc3545;
        --bs-orange: #fd7e14;
        --bs-yellow: #ffc107;
        --bs-green: #198754;
        --bs-teal: #20c997;
        --bs-cyan: #0dcaf0;
        --bs-white: #fff;
        --bs-gray: #6c757d;
        --bs-gray-dark: #343a40;
        --bs-primary: #0d6efd;
        --bs-secondary: #6c757d;
        --bs-success: #198754;
        --bs-info: #0dcaf0;
        --bs-warning: #ffc107;
        --bs-danger: #dc3545;
        --bs-light: #f8f9fa;
        --bs-dark: #212529;
        --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0));
        scrollbar-color: var(--thumbBG) var(--scrollbarBG);
        -webkit-font-smoothing: antialiased;
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: transparent;
        color: #212529;
        font-size: .56rem;
        font-weight: 400;
        line-height: 1.5;
        font-family: var(--body-font);
        box-sizing: border-box;
        max-width: 1320px!important;
        position: relative;
        /* z-index: 3; */
        margin-left: auto;
        margin-right: auto;
        padding-left: var(--bs-gutter-x, .75rem);
        padding-right: var(--bs-gutter-x, .75rem);
        width: 100%;
    }
    
    .zoomable {
        padding: 20px;
        background-color: #6200ea;
        color: #ffffff;
        text-align: center;
        border-radius: 5px;
        cursor: pointer;
        transition: transform 0.2s;
    }
    
    .texttishi {
        position: absolute;
        top: 10rem;
        width: 15rem;
        background-color: rgba(8, 8, 8, 0.5);
        /* 半透明背景 */
        text-align: center;
        color: #ec8181;
        display: none;
    }