 .main-footdown {
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    margin-top: 20px;
}

.main-footdown-text {
    margin-bottom: 10px;
    text-align: center;
    color: #666;
}

.main-footdown-btn {
    display: inline-block;
    padding: 8px 20px;
    background-color: #5c5f63;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}


.download_station_logo {
	margin-left:150px;
    width: 200px; /* logo宽度，根据实际情况调整 */
    height: auto; /* logo高度自适应 */
}

@charset "UTF-8";:root {
    --vt-c-white: #ffffff;
    --vt-c-white-soft: #f8f8f8;
    --vt-c-white-mute: #f2f2f2;
    --vt-c-black: #181818;
    --vt-c-black-soft: #222222;
    --vt-c-black-mute: #282828;
    --vt-c-indigo: #2c3e50;
    --vt-c-divider-light-1: rgba(60, 60, 60, .29);
    --vt-c-divider-light-2: rgba(60, 60, 60, .12);
    --vt-c-divider-dark-1: rgba(84, 84, 84, .65);
    --vt-c-divider-dark-2: rgba(84, 84, 84, .48);
    --vt-c-text-light-1: var(--vt-c-indigo);
    --vt-c-text-light-2: rgba(60, 60, 60, .66);
    --vt-c-text-dark-1: var(--vt-c-white);
    --vt-c-text-dark-2: rgba(235, 235, 235, .64)
}

:root {
    --color-background: var(--vt-c-white);
    --color-background-soft: var(--vt-c-white-soft);
    --color-background-mute: var(--vt-c-white-mute);
    --color-border: var(--vt-c-divider-light-2);
    --color-border-hover: var(--vt-c-divider-light-1);
    --color-heading: var(--vt-c-text-light-1);
    --color-text: var(--vt-c-text-light-1);
    --section-gap: 160px
}

@media (prefers-color-scheme: dark) {
    :root {
        --color-background: var(--vt-c-black);
        --color-background-soft: var(--vt-c-black-soft);
        --color-background-mute: var(--vt-c-black-mute);
        --color-border: var(--vt-c-divider-dark-2);
        --color-border-hover: var(--vt-c-divider-dark-1);
        --color-heading: var(--vt-c-text-dark-1);
        --color-text: var(--vt-c-text-dark-2)
    }
}

*,*:before,*:after {
    box-sizing: border-box;
    margin: 0;
    font-weight: 400
}

html {
    height: 100vh
}

body {
    min-height: 100vh;
    color: var(--color-text);
    background: var(--color-background);
    transition: color .5s,background-color .5s;
    line-height: 1.6;
    font-family: Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    font-size: 15px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

* {
    margin: 0;
    padding: 0
}

#app {
    background-color: #fff
}

.loading {
    color: #000;
    height: 100vh;
    background-color: #fff
}

.footer-container {
    margin-bottom: 20px;
    color: #666;
    font-size: 12px;
    text-align: center
}

.header[data-v-1cfcaf9c] {
    min-width: 375px;
    box-sizing: content-box;
    height: 72px;
    opacity: 1;
    background: rgb(255,255,255);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 210px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10000
}

.header .title[data-v-1cfcaf9c] {
    display: flex;
    align-items: center
}

.header .title img[data-v-1cfcaf9c] {
    width: 32px;
    height: 32px;
    margin-right: 12px
}

.header .title h1[data-v-1cfcaf9c] {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 24px;
    color: #1d2129;
    text-align: left;
    vertical-align: middle
}

.header .download[data-v-1cfcaf9c] {
    min-width: 80px;
    height: 40px;
    opacity: 1;
    border-radius: 10px;
    background: rgb(0,123,255);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 24px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24px;
    color: #fff
}

.page-banner[data-v-8fc9e451] {
    position: relative;
    width: 100%;
    height: 500px;
    background-size: cover;
    margin-bottom: 60px;
    display: flex;
    padding: 90px 0;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.banner-text[data-v-8fc9e451] {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.banner-img>img[data-v-8fc9e451] {
    width: 520px;
    height: 320px
}

.banner-title[data-v-8fc9e451] {
    width: 420px;
    opacity: 1;
    display: flex;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 66px;
    color: #1d2129;
    text-align: left;
    vertical-align: top
}

.banner-desc[data-v-8fc9e451] {
    width: 420px;
    height: 48px;
    opacity: 1;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24px;
    color: #333;
    text-align: left;
    vertical-align: top
}

.banner-btn[data-v-8fc9e451] {
    width: 320px;
    height: 56px;
    border-radius: 8px;
    background: rgb(0,123,255);
    justify-content: center;
    align-items: center;
    padding: 0 120px;
    opacity: 1;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 56px;
    color: #fff;
    text-align: left;
    vertical-align: top;
    text-decoration: none
}

.banner-ver[data-v-8fc9e451] {
    width: 420px;
    height: 24px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24px;
    color: #999;
    text-align: left;
    vertical-align: top
}

.banner-Carousel[data-v-8fc9e451] {
    position: relative;
    display: inline-block;
    min-width: 1280px;
    white-space: nowrap
}

.banner-Carousel>img[data-v-8fc9e451] {
    vertical-align: middle;
    border-radius: 16px;
    object-fit: cover
}

.banner-Carousel>img[data-v-8fc9e451]:not(:first-child) {
    margin-left: 16px
}

.banner-Carousel-pre[data-v-8fc9e451] {
    cursor: default;
    display: inline-block;
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(0,0,0,.8) url(../images/t11098f6bcd358af36a07ace35d.png) no-repeat center center;
    top: 122px;
    left: 26px
}

.banner-Carousel-next[data-v-8fc9e451] {
    cursor: default;
    display: inline-block;
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(0,0,0,.8) url(../images/t11098f6bcdf6333b31ad51a1a2.png) no-repeat center center;
    top: 122px;
    right: 10px
}

.Carousel-select[data-v-8fc9e451] {
    margin-top: 16px
}

.step[data-v-3681df5d] {
    margin-bottom: 66px
}

.step-list[data-v-3681df5d] {
    display: flex;
    justify-content: space-around;
    width: 1000px;
    height: 152px;
    margin: auto;
    align-items: center;
    text-align: center
}

.introduction[data-v-f6f17812] {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 66px
}

.introduction img[data-v-f6f17812] {
    object-fit: fill;
    margin-left: 6px;
    margin-right: 6px
}

.introduction-list[data-v-f6f17812] {
    overflow: hidden;
    width: 100%
}

.introduction-list img[data-v-f6f17812] {
    flex: 0
}

.ability[data-v-55b4b7ec] {
    margin-bottom: 66px
}

.ability-content[data-v-55b4b7ec] {
    display: flex;
    justify-content: space-around;
    width: 1000px;
    height: 184px;
    margin: auto;
    align-items: center;
    background-color: #f0f6fc;
    padding: 32px
}

.ability-list[data-v-55b4b7ec] {
    flex: 0 0 50%;
    height: 100%;
    display: flex;
    margin: auto;
    align-items: center;
    flex-wrap: wrap
}

.ability-star[data-v-55b4b7ec] {
    flex: 0 0 50%;
    padding-left: 216px
}

.ability-star-download[data-v-55b4b7ec] {
    text-decoration: none;
    width: 200px;
    height: 44px;
    opacity: 1;
    border-radius: 8px;
    background: rgb(0,123,255);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 24px;
    color: #fff
}

.wallpaper[data-v-4ab2168a] {
    text-align: center;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 66px
}

.wallpaper img[data-v-4ab2168a] {
    object-fit: fill
}

.wallpaper-list[data-v-4ab2168a] {
    overflow: hidden;
    width: 100%;
    min-width: 1280px
}

.wallpaper-list img[data-v-4ab2168a] {
    flex: 0;
    border-radius: 16px
}

.wallpaper-btn[data-v-4ab2168a] {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 64px;
    border-radius: 8px;
    background: rgb(0,123,255);
    justify-content: center;
    align-items: center;
    padding: 0;
    text-align: center;
    opacity: 1;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 64px;
    color: #fff;
    vertical-align: top;
    text-decoration: none
}

.wallpaperList img[data-v-4ab2168a] {
    border-radius: 16px;
    object-fit: fill
}

.wallpaperList-list[data-v-4ab2168a] {
    min-width: 1280px
}

.wallpaperDownload[data-v-4ab2168a] {
    position: relative;
    padding: 100px 200px 0;
    height: 360px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: 100% 360px;
    margin-bottom: 300px
}

.wallpaperDownload-content[data-v-4ab2168a] {
    left: 200px;
    top: 284px;
    width: 1280px;
    height: 232px;
    opacity: 1;
    border-radius: 32px;
    background: rgb(255,255,255);
    border: 1px solid rgba(0,0,0,.05);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 60px;
    position: absolute;
    bottom: -83px
}

.novel[data-v-adb10ee3] {
    text-align: center;
    padding-left: 220px;
    padding-right: 220px;
    margin-bottom: 66px
}

.novel-category[data-v-adb10ee3] {
    margin-right: 32px
}

.novel-category[data-v-adb10ee3]:first-child {
    font-weight: 700
}

.novel-btn[data-v-adb10ee3] {
    display: inline-block;
    width: 320px;
    height: 56px;
    border-radius: 8px;
    background: rgb(0,123,255);
    justify-content: center;
    align-items: center;
    padding: 0 120px;
    opacity: 1;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 56px;
    color: #fff;
    text-align: left;
    vertical-align: top;
    text-decoration: none
}

.novel-list[data-v-adb10ee3] {
    overflow: hidden;
    width: 100%;
    text-align: left
}

.novel-list img[data-v-adb10ee3] {
    flex: 0
}

.download-btn[data-v-2d6ea4d0] {
    display: block;
    text-decoration: none;
    width: 275px;
    height: 79px;
    border-radius: 100px;
    background: linear-gradient(129deg,#1bed77 16%,#1bdd8a 42%,#1eca86 91%);
    box-shadow: 0 4px 15px #07cd5a45;
    font-size: 39px;
    line-height: 77px;
    text-align: center;
    color: #fff;
    cursor: pointer
}

.custom[data-v-2d6ea4d0] {
    overflow: hidden
}

.banner[data-v-2d6ea4d0] {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg,#fff,rgba(210,227,252,.5))
}

.banner-shape1[data-v-2d6ea4d0] {
    position: absolute;
    left: 150px;
    top: 354px;
    width: 160.48px;
    height: 160.48px;
    transform: rotate(-45deg);
    border: 2px solid #d2e3fc
}

.banner-shape2[data-v-2d6ea4d0] {
    position: absolute;
    right: 12%;
    top: 403px;
    width: 75px;
    height: 75px;
    border-radius: 75px;
    background: #d2e3fc
}

.banner-shape3[data-v-2d6ea4d0] {
    position: absolute;
    right: 10%;
    top: 378px;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background: #d2e3fc
}

.banner-shape4[data-v-2d6ea4d0] {
    position: absolute;
    right: 0;
    top: 1px;
    width: 497px;
    height: 296px;
    background-image: url(../images/t0184cc5860a2d5d960.png);
    background-size: 100% 100%
}

.banner-container[data-v-2d6ea4d0] {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 1500px;
    height: 600px;
    text-align: center;
    margin: 63px auto 0;
    z-index: 1
}

.banner-img[data-v-2d6ea4d0] {
    width: 731px;
    height: 441px
}

.banner-right[data-v-2d6ea4d0] {
    width: 750px
}

.banner-logo[data-v-2d6ea4d0] {
    width: 68px;
    height: 68px;
    vertical-align: middle
}

.banner-title[data-v-2d6ea4d0] {
    margin-left: 12px;
    font-size: 48px;
    color: #3d3d3d;
    vertical-align: middle
}

.banner-slogan[data-v-2d6ea4d0] {
    margin: 8px 0 37px;
    font-size: 40px;
    color: #3d3d3d
}

.banner-btn[data-v-2d6ea4d0] {
    margin: 0 auto 24px
}

.banner p[data-v-2d6ea4d0] {
    font-size: 14px;
    line-height: 28px;
    color: #767676
}

.banner[data-theme=v1][data-v-2d6ea4d0] {
    background-repeat: no-repeat;
    background-size: 1920px 660px
}

@media screen and (min-width: 1860px) {
    .banner[data-theme=v1][data-v-2d6ea4d0] {
        background-size:100% auto
    }
}

.banner[data-theme=v1] .banner-container[data-v-2d6ea4d0] {
    margin-top: 120px
}

.banner[data-theme=v1] .banner-right[data-v-2d6ea4d0] {
    margin-top: 80px;
    padding-left: 29px
}

.banner[data-theme=v1] .banner-logo-title[data-v-2d6ea4d0] {
    text-align: left
}

.banner[data-theme=v1] .banner-logo-title .banner-logo[data-v-2d6ea4d0] {
    width: 64px;
    height: 64px
}

.banner[data-theme=v1] .banner-logo-title .banner-title[data-v-2d6ea4d0] {
    color: inherit;
    height: 64px;
    opacity: 1;
    font-family: Microsoft YaHei;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: 0em
}

.banner[data-theme=v1] .banner-slogan[data-v-2d6ea4d0] {
    color: inherit;
    height: 32px;
    margin-bottom: 16px;
    margin-top: 21px;
    opacity: 1;
    font-family: Microsoft YaHei;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0em;
    text-align: left
}

.banner[data-theme=v1] .soft-info[data-v-2d6ea4d0] {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 350px
}

.banner[data-theme=v1] .soft-info p[data-v-2d6ea4d0] {
    color: inherit;
    opacity: .8;
    width: 160px;
    text-align: left;
    overflow: hidden;
    height: 18px;
    margin-right: 10px;
    margin-bottom: 8px;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em
}

.banner[data-theme=v1] .banner-btn[data-v-2d6ea4d0] {
    margin: 16px auto 16px 0
}

.banner[data-theme=v1] .theme-tip[data-v-2d6ea4d0] {
    opacity: .8;
    color: inherit;
    text-align: left
}

.item[data-v-2d6ea4d0] {
    display: flex;
    justify-content: space-between;
    width: 1400px;
    margin: 0 auto;
    padding: 110px 0
}

.item[data-v-2d6ea4d0]:nth-child(odd) {
    flex-direction: row-reverse
}

.item[data-v-2d6ea4d0]:nth-child(2n) {
    flex-direction: row
}

.item-con[data-v-2d6ea4d0] {
    width: 600px
}

.item-title[data-v-2d6ea4d0] {
    font-size: 52px;
    color: #3d3d3d
}

.item-desc[data-v-2d6ea4d0] {
    font-size: 16px;
    color: #3d3d3d;
    margin: 24px 0 30px
}

.item img[data-v-2d6ea4d0] {
    max-width: 776px
}
