.gray[data-v-3794a094],
.gray[data-v-e2bdb223] {
    color: rgba(255, 255, 255, .6)
}

[data-v-12b2765f] {
    box-sizing: border-box
}

img[data-v-12b2765f] {
    object-fit: contain
}

.flex[data-v-12b2765f] {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.ellipsis[data-v-12b2765f] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ellipsis2[data-v-12b2765f] {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.gradient-text[data-v-12b2765f] {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.submit-button[data-v-12b2765f] {
    font-weight: 700
}

.page-wrap[data-v-12b2765f] {
    position: relative;
    min-width: 1440px;
    min-height: 100vh;
    background-color: #5f56ed
}

.page-wrap .dot[data-v-12b2765f] {
    position: absolute;
    top: -838px;
    left: -869px;
    width: 1889px;
    height: 1554px;
    background: radial-gradient(50% 50% at 50% 50%, #ffa3b9, rgba(0, 26, 255, 0));
    transform: scale(.5)
}

.page-container[data-v-12b2765f] {
    max-width: 1440px;
    margin: 0 auto
}

header[data-v-12b2765f] {
    position: relative;
    z-index: 1;
    padding-left: 64px
}

header .logo[data-v-12b2765f] {
    padding-top: 50px;
    width: 200px;
    height: 100px;
    /* background-color: #d892f0; 与示例图接近的紫色背景 */
    display: flex;
    justify-content: center;
    align-items: center;
}

header .logo img[data-v-12b2765f] {
    width: 105px;
    height: 36px
}

header .logo span{
    font-size: 48px;
    font-weight: 700;
    color: white;
    font-family: Gilroy; /* 可根据实际字体调整 */
}

main[data-v-12b2765f] {
    padding-top: 100px
}

main .section[data-v-12b2765f] {
    justify-content: center;
    flex-wrap: nowrap;
    align-items: flex-start
}

main .section .card-left[data-v-12b2765f] {
    position: relative;
    width: 668px;
    margin: 180px 140px 0 50px
}

main .section .bg .bg1[data-v-12b2765f] {
    position: absolute;
    top: -33px;
    left: -46px;
    width: 60px
}

main .section .bg .bg2[data-v-12b2765f] {
    position: absolute;
    top: 90px;
    right: -24px;
    width: 60px
}

main .section .card-title[data-v-12b2765f] {
    position: relative;
    margin-bottom: 19px;
    font-size: 55px;
    font-weight: 900;
    line-height: 70px;
    color: #fff
}

main .section .card-text[data-v-12b2765f] {
    margin-bottom: 19px;
    font-size: 15px;
    line-height: 21px;
    color: #fff
}

main .section .card-button[data-v-12b2765f] {
    margin-right: 13px;
    width: 170px;
    height: 50px;
    cursor: pointer
}

main .section .card-button img[data-v-12b2765f] {
    width: 100%;
    height: 100%;
    object-fit: contain
}

main .section .card-right {
    width: 484px
}

main .section .card-right img[data-v-12b2765f] {
    width: 300px;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* 提示窗弹出框阴影 */
}

footer[data-v-12b2765f] {
    padding-left: 64px;
    padding-bottom: 50px
}

footer div[data-v-12b2765f] {
    font-size: 15px;
    line-height: 24px
}

footer div.gray[data-v-12b2765f] {
    color: rgba(255, 255, 255, .6)
}

footer div.white[data-v-12b2765f] {
    color: #fff
}

footer div span[data-v-12b2765f] {
    cursor: pointer
}

footer div a{
    color: #fff;
    text-decoration: none;
}