.style_submissionModal__ap14Q {
    width: 720px;
    max-width: 90vw;
    background-color: #fff;
    border-radius: 16px;
    padding: 24px;
}
.style_submissionTitle__7FNeQ {
    color: var(--TextColor11);
    text-align: center;
    margin-bottom: 24px;
}
.style_tagArea__mus9g {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.style_tagRow___A6cs {
    display: flex;
    align-items: center;
    gap: 12px;
}
.style_tagLabel__AGcS3 {
    min-width: 80px;
    color: var(--TextColor11);
}
.style_tagControl__TyGrD {
    flex: 1 1;
    display: flex;
    align-items: center;
}
.style_tagControl__TyGrD .ant-cascader {
    width: 100%;
}
.style_tagControl__TyGrD .ant-cascader .ant-select-selector {
    border-radius: 10px;
}
.style_modalFooter__CCAz0 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
}
.style_footerBtn__u2hWB {
    width: 120px;
    height: 44px;
}
.style_loading__Sg_4v {
    text-align: center;
    color: var(--TextColor11);
    padding: 12px 0;
}
.style_configLoading__KPmXY {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .style_submissionModal__ap14Q {
        width: 92vw;
        padding: 16px;
    }
    .style_tagRow___A6cs {
        flex-direction: column;
        align-items: flex-start;
    }
    .style_tagLabel__AGcS3 {
        margin-bottom: 6px;
    }
    .style_footerBtn__u2hWB {
        width: 104px;
        height: 40px;
    }
}

.style_contribute__XeFPy {
    padding: 9px 10px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    pointer-events: auto;
}
.style_contribute__XeFPy:hover {
    background-color: rgba(245, 243, 243, 0.85);
}
.style_contributePreview__c_dR6 {
    padding: 0 16px;
    height: 40px;
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    pointer-events: auto;
}
.style_contributeDefault__AODXI {
    cursor: default;
}
.style_contributeDefault__AODXI:hover {
    background-color: var(--FillColor6);
}
.style_contributeDefaultPreview__6iT0K {
    cursor: default;
}

.style_sendItem__swgw6 {
    width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
    cursor: pointer;
    gap: 6px;
    color: var(--TextColor13);
}
.style_sendItemSmall__OgIYk {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 8px;
    padding: 0 4px;
    cursor: pointer;
    color: var(--TextColor11);
}
.style_sendIcon__yJAbu {
    background-color: var(--FillColor2);
    border-radius: 50%;
}
@media (max-width: 768px) {
    .style_sendItem__swgw6 {
        width: 90px;
    }
    .style_sendIcon__yJAbu {
        width: 60px !important;
        height: 60px !important;
    }
}

.style_send__IKAgc {
    position: relative;
    background-color: rgba(255, 255, 255, 0.85);
    color: var(--TextColor1);
    border-radius: 20px;
    padding: 8px;
    cursor: pointer;
    pointer-events: auto;
}

.style_send__IKAgc:hover {
    background-color: rgba(245, 243, 243, 0.85);
}

.style_sendPreviewContainer__ynXtn {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1 1;
    position: relative;
    overflow: hidden;
}

.style_arrow__ADMBh {
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.6);
    cursor: pointer;
    pointer-events: auto;
}

.style_arrow__ADMBh:hover {
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.8);
}

.style_left__fhzG2 {
    left: 6px;
}

.style_right__OHpPz {
    right: 6px;
}

.style_rightIcon__f5GOQ {
    rotate: 180deg;
}

.style_menuContainer__s9zO0 {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    overflow: hidden;
    gap: 8px;
}

.style_moreWrapper__Q9p7I {
    flex-shrink: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
}

.style_line__SKFNC {
    width: 1px;
    height: 20px;
    margin-left: 16px;
    background-color: var(--TextColor12);
}

.style_sendPreview__zOhQW {
    position: relative;
    color: var(--TextColor14);
    height: 40px;
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    pointer-events: auto;
    padding: 8px;
}

.style_recommend__oaF6a {
    opacity: 0.8;
    background: linear-gradient(270deg, #fe30ac 0%, #9831ff 100%);
    border-radius: 276px;
}

.style_dot__FlffH {
    position: absolute;
    height: 6px;
    width: 6px;
    border-radius: 3px;
    top: 7px;
    right: 7px;
    background-color: #f53f3f;
    z-index: 2;
}

.style_sendEntry__dFfy3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.style_sendIconLight__UWt_L {
    filter: brightness(0) saturate(100%) invert(100%);
}

.style_sendContainer__vBvz9 {
    width: 390px;
    display: grid;
    margin-top: 4px;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 0;
    gap: 20px 0;
}

.style_sendContainerPreview__dx05R {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
}

.style_sendItem__hNBzW {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    color: var(--TextColor13);
}

.style_sendItemSmall__Cyh_i {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 8px;
    padding: 4px 8px;
    cursor: pointer;
    color: var(--TextColor11);
}

.style_sendItemSmall__Cyh_i:hover {
    background-color: rgba(245, 243, 243, 0.85);
}

.style_sendIcon__VdyJo {
    background-color: var(--FillColor15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.style_sendMenu__rlAmu {
    border-radius: 10px;
    background-color: var(--FillColor17);
    padding: 14px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.style_sendMenuPreview__HlzLW {
    border-radius: 10px;
    background-color: var(--FillColor17);
    padding: 8px;
}

.style_sendTitle__cU0nQ {
    color: var(--TextColor11);
    margin-bottom: 24px;
}

.style_detailerpairReommend__sTYxa {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 360px;
}

.style_video__nrtzS {
    border-radius: 10px;
    width: 360px;
    height: 270px;
}

.style_close__tWmzt {
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .style_sendContainer__vBvz9 {
        width: 100%;
    }
    .style_menuContainer__s9zO0 {
        gap: 2px;
    }

    .style_sendIconLight__UWt_L {
        width: 16px !important;
        height: 16px !important;
    }

    .style_sendPreview__zOhQW {
        height: auto;
        padding: 4px;
        gap: 3px;
        margin-right: 0;
    }

    .style_menuContainer__s9zO0 {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }
}

.style_star__FUrCs {
    background-color: var(--FillColor6);
    color: var(--TextColor1);
    border-radius: 20px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    opacity: 0.85;
}
.style_star__FUrCs:hover {
    background-color: var(--FillColor2);
}
.style_starPreview__nAsA2 {
    color: #fff;
    display: flex;
    gap: 4px;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    height: 40px;
    cursor: pointer;
    pointer-events: auto;
}

.styles_container__Myrwj {
    display: flex;
}

.styles_left__s5JWL {
    position: relative;
    overflow: hidden;
}

.styles_leftcircle__EvUgN {
    position: absolute;
    border-radius: 50%;
    left: 0px;
    top: 0px;
    transform: rotate(45deg);
    /* animation-name: circle_left;
    animation-duration: 30s;
    animation-delay: 0.5s;
    animation-timing-function: cubic-bezier(0.01, 0.99, 0.01, 0.99);
    animation-iteration-count: initial;
    animation-fill-mode: both; */
    transition: all 200ms linear;
}

.styles_right__iv8pA {
    position: relative;
    overflow: hidden;
}

.styles_rightcircle__ZdOwU {
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 0px;
    transform: rotate(225deg);
    /* animation-name: circle_right;
    animation-duration: 0.5s;
    animation-timing-function: ease-in;
    animation-iteration-count: initial;
    animation-fill-mode: both; */
    transition: all 200ms linear;
}

@keyframes styles_circle_right__u65Vi {
    0% {
        transform: rotate(-135deg);
    }
    100% {
        transform: rotate(45deg);
    }
}
@keyframes styles_circle_left__4V7w_ {
    0% {
        transform: rotate(-135deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

.style_pro__yWLs6 {
    display: flex;
    align-items: center;
    border-radius: 4px;
    color: var(--FillColor17);
    background: linear-gradient(117deg, var(--FillColor18) 11%, var(--FillColor19) 92%);
    padding: 3px 4px;
}
.style_title__fLV50 {
    margin-left: 2px;
}

.style_download__ZjU5b {
    background-color: var(--FillColor6);
    color: var(--TextColor1);
    border-radius: 20px;
    padding: 10px;
    cursor: pointer;
    pointer-events: auto;
}
.style_download__ZjU5b:hover {
    background-color: var(--FillColor2);
}
.style_downloadEntry__876_T {
    display: flex;
    align-items: center;
    justify-content: center;
}
.style_more__fXTYL {
    position: absolute;
    bottom: 58px;
    right: 12px;
    background-color: var(--FillColor6);
    border-radius: 12px;
    pointer-events: auto;
}
.style_opreateItem__X39yU {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    height: 30px;
    color: var(--TextColor1);
    border-radius: 10px;
    cursor: pointer;
    padding: 12px;
}
.style_placeholder__aD_rB {
    width: 20px;
    height: 2px;
}
.style_opreateItem__X39yU:hover {
    background-color: var(--FillColor2);
}
.style_opreateItemPreiew__5Ber0 {
    color: #fff;
    padding: 0 16px;
    height: 40px;
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    pointer-events: auto;
}
.style_powerTips__rMPz1 {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.style_notice__g3dEu {
    margin-top: 24px;
}
.style_primaryColor__UTTuF {
    color: var(--PrimaryColor6);
    padding-right: 4px;
}
.style_cpuCharge__s7pgh {
    margin-left: 4px;
    margin-right: 2px;
}
.style_shareList__27NDy {
    padding-top: 24px;
}

.style_content__ei4Nz {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 800px;
    width: 100%;
    padding: 0 50px;
    border-radius: 20px;
    padding-bottom: 40px;
    background-color: var(--FillColor17);
    position: relative;
}
.style_header__ESepp {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-image: url('/contact-us-background-image.webp');
    background-repeat: no-repeat;
}
.style_star__b2bv2 {
    margin-left: 2px;
}
.style_title__JWMtE {
    color: var(--TextColor11);
    line-height: normal;
    letter-spacing: 0;
    margin-top: 80px;
    z-index: 1;
}
.style_formItemTitle__zYQJS {
    color: var(--TextColor11);
}
.style_desc__AJVv_ {
    color: var(--TextColor11);
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
    z-index: 1;
}
.style_form__TR8tI {
    max-width: 460px;
    width: 100%;
}
.style_form__TR8tI .ant-form-item {
    margin-bottom: 20px !important;
}
.style_form__TR8tI .ant-form-item-label {
    color: var(--TextColor15) !important;
}
.style_qrCode__eeKHF {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.style_codeTitle__IY3Yz {
    margin-top: 14px;
    margin-bottom: 40px;
    color: var(--TextColor13);
}
.style_button__NNEbl {
    margin-top: 10px;
    height: 50px;
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
    background-color: var(--PrimaryColor11);
    color: var(--TextColor14);
    justify-content: center;
    display: flex;
    align-items: center;
}
@media (max-width: 768px) {
    .style_button__NNEbl {
        height: 45px;
    }
}

.style_opreateItem__V6TLr {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    height: 30px;
    color: var(--TextColor1);
    cursor: pointer;
    padding: 12px;
    border-radius: 10px;
}
.style_opreateItem__V6TLr:hover {
    background-color: var(--FillColor2);
}
.style_opreateItem__V6TLr:hover + .style_radios__0OK2h {  
    background-color: var(--FillColor2);  
}  
.style_radios__0OK2h{
    padding: 6px 12px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.style_placeholder__Zvd7T{
    width: 20px;
    height: 2px;
}
.style_primaryColor__yWanz {
    color: var(--PrimaryColor6);
    padding-right: 4px;
}
.style_cpuCharge__00srx {
    margin-left: 4px;
    margin-right: 2px;
}

.style_root__zaHog {
    display: grid;
    width: min(520px, calc(100vw - 48px));
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    grid-column-gap: 12px;
    column-gap: 12px;
    grid-row-gap: 2px;
    row-gap: 2px;
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(13, 13, 18, 0.78);
    color: #fff;
    text-align: left;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.26);
    -webkit-backdrop-filter: blur(18px);
            backdrop-filter: blur(18px);
}

.style_title__eyfE9 {
    color: #fff;
    line-height: 18px;
}

.style_desc__kvD_M {
    color: rgba(255, 255, 255, 0.78);
    line-height: 18px;
}

.style_payButton__rZ7x4 {
    grid-column: 2;
    grid-row: 1 / span 2;
    min-width: 104px;
    height: 32px;
    padding: 0 14px;
    border: 0;
    border-radius: 8px;
    background: var(--PrimaryColor11);
    color: var(--TextColor14);
    cursor: pointer;
    white-space: nowrap;
}

.style_payButton__rZ7x4:hover {
    background: var(--PrimaryColor13);
}

@media (max-width: 768px) {
    .style_root__zaHog {
        width: min(320px, calc(100vw - 40px));
        padding: 10px 12px;
    }
}

.style_opreateItem__peZMh {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    height: 30px;
    color: var(--TextColor1);
    border-radius: 10px;
    cursor: pointer;
    padding: 12px;
    pointer-events: auto;
}
.style_opreateItem__peZMh:hover {
    background-color: var(--FillColor2);
}
.style_opreateItem__peZMh:hover + .style_radios__1_FmJ {  
    background-color: var(--FillColor2);  
}  
.style_opreateCustomizeItem__qPUBH {
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
    pointer-events: auto;
}
.style_radios__1_FmJ{
    padding: 6px 12px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.style_placeholder__tpHBp{
    width: 20px;
    height: 2px;
}
.style_opreateItemPreiew__uXnwD {
    color: #fff;
    padding: 0 16px;
    height: 40px;
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    pointer-events: auto;
}
.style_download__huVp_ {
    opacity: 0.85;
    background-color: var(--FillColor6);
    color: var(--TextColor1);
    border-radius: 20px;
    padding: 8px;
    cursor: pointer;
    pointer-events: auto;
}
.style_download__huVp_:hover {
    background-color: var(--FillColor2);
}
.style_downloadEntry__ky7Ai {
    display: flex;
    align-items: center;
    justify-content: center;
}
.style_download__ghWKB {
    opacity: 0.85;
    background-color: var(--FillColor6);
    color: var(--TextColor1);
    border-radius: 20px;
    padding: 8px;
    cursor: pointer;
    pointer-events: auto;
}
.style_download__ghWKB:hover {
    background-color: var(--FillColor2);
}
.style_downloadEntry__JWJNZ {
    display: flex;
    align-items: center;
    justify-content: center;
}
.style_more__3gWJC {
    background-color: var(--FillColor17);
    border-radius: 10px;
    pointer-events: auto;
}
.style_opreateItemPreiew__CnHt6 {
    color: #fff;
    padding: 0 16px;
    height: 40px;
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    pointer-events: auto;
}

.style_generateVideo__xNuyu {
    position: relative;
    background-color: var(--PrimaryColor11);
    height: 40px;
    border-radius: 30px;
    align-items: center;
    display: flex;
    padding: 0 12px;
    color: var(--TextColor14);
    margin-left: 12px;
    cursor: pointer;
    pointer-events: auto;
    gap: 4px;
}
.style_generateCircle__Tjd_1 {
    position: relative;
    background-color: var(--PrimaryColor11);
    color: var(--TextColor1);
    border-radius: 20px;
    width: 36px;
    height: 36px;
    color: var(--TextColor14);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    opacity: 0.85;
}
.style_generateCircle__Tjd_1:hover {
    background-color: #7d3ae0;
}
.style_beta__7Atdu {
    position: absolute;
    right: -6px;
    top: -14px;
    background: linear-gradient(270deg, #7530fe 0%, #000000 100%);
    color: #fff;
    padding: 0 6px;
    border-radius: 100px;
    font-size: 10px;
    font-weight: bold;
    line-height: 20px;
}
.style_beta2__CRuoS {
    position: absolute;
    right: -10px;
    top: 2px;
    background: linear-gradient(270deg, #7530fe 0%, #000000 100%);
    color: var(--TextColor14);
    padding: 0 4px;
    border-radius: 100px;
    font-size: 8px;
    font-weight: bold;
    line-height: 12px;
}
.style_proIcon__WUnHk {
    position: absolute;
    top: -10px;
    right: 7px;
    object-fit: contain;
}
.style_proIcon2__3jkAW {
    position: absolute;
    top: -2px;
    right: -8px;
    object-fit: contain;
}
.style_powerTips__WOzpI {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.style_notice__vpHZk {
    margin-top: 24px;
}
.style_primaryColor__0X0_P {
    color: var(--PrimaryColor6);
    padding-right: 4px;
}
.style_cpuCharge__lVGiG {
    margin-left: 4px;
    margin-right: 2px;
}

@media (max-width: 768px) {
    .style_generateVideo__xNuyu {
        display: none;
    }
    .style_generateCircle__Tjd_1 {
        display: none;
    }
}

.style_jump__PfJVX {
    background-color: var(--FillColor6);
    color: var(--TextColor1);
    border-radius: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    opacity: 0.85;
}
.style_jump__PfJVX:hover {
    background-color: var(--FillColor2);
}
.style_jumpPreview__xRrwP {
    color: #fff;
    display: flex;
    gap: 4px;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    height: 40px;
    cursor: pointer;
    pointer-events: auto;
}

.style_jump__13GDa {
    background-color: var(--FillColor6);
    color: var(--TextColor1);
    border-radius: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    opacity: 0.85;
}
.style_jump__13GDa:hover {
    background-color: var(--FillColor2);
}
.style_jumpPreview__ftJpu {
    color: #fff;
    display: flex;
    gap: 4px;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    height: 40px;
    cursor: pointer;
    pointer-events: auto;
}

.style_container__jzpqQ {
    height: 60px;
    position: relative;
    max-width: 100%;
}

.style_title__jMp2n {
    color: var(--TextColor14);
    position: absolute;
    top: -28px;
    width: 100%;
    text-align: center;
}

.style_line__oqNOl {
    width: 1px;
    height: 20px;
    background-color: var(--TextColor12);
}

.style_content___QxCH {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0 12px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 30px;
    white-space: nowrap;
    overflow: auto;
    max-width: 100%;
    position: relative;
}

.style_forbidden__XhFHL {
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 10;
    cursor: not-allowed;
    pointer-events: auto;
}

.style_proIcon__PaPSo {
    position: absolute;
    top: -10px;
    right: 7px;
    object-fit: contain;
}

.style_disabled__BDsJk {
    pointer-events: none;
    opacity: 0.7;
}

.style_changVideo__npYjT {
    display: flex;
    height: 40px;
    margin-left: 12px;
    padding: 1px;
    align-items: center;
    border-radius: 30px;
    border: 1px solid var(--FillColor17);
    background: var(--TextColor12);
}

.style_changVideoBtn__doaJ5 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 10px;
    gap: 4px;
    border-radius: 30px;
    cursor: pointer;
    pointer-events: auto;
    color: var(--TextColor14);
}

.style_changVideoBtn__doaJ5.style_active__7Olpa {
    background-color: var(--PrimaryColor11);
}
.style_root__rcbZW {
    position: relative;
    border-radius: 10px;
    background: var(--FillColor17);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    /* padding-bottom: 12px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.style_close__ztT4z {
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
}
.style_header__JFZyk {
    height: 50px;
    width: 100%;
    /* padding: 0 30px; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: url('/bg_login_recommend_header.webp') no-repeat center;
    background-size: cover;
}
.style_strong___kMnR {
    margin-left: 4px;
    background: linear-gradient(270deg, #7530fe 0%, #000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.style_title__dEU6m {
    color: var(--TextColor11);
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding: 0 15px;
}
.style_content__0Bigv {
    width: 100%;
    padding: 14px 30px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: var(--TextColor11);
    background: url('/bg_login_recommend_rb.webp') no-repeat bottom right;
}
.style_item__iOt5A {
    display: flex;
    align-items: center;
    gap: 8px;
}
.style_pro__OvMT4 {
    margin-right: 6px;
}
.style_enjoy__A_Wc4 {
    color: var(--TextColor13);
}

.style_proHint__nI_IV {
    position: relative;
    padding: 0 16px;
    height: 38px;
    color: var(--TextColor14);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: linear-gradient(270deg, var(--PrimaryColor11) 0%, #000000 100%);
    cursor: pointer;
}

.style_proHint__nI_IV::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(
        90deg,
        #ffffffa0 0%,
        #ffffff00 15%,
        #ffffff00 85%,
        #ffffffa0 100%
    );
    background-size: 200% 100%;
    background-position: 50% 0;
    animation: style_style_skeleton-loading__BxkRd__mvD11 2s ease-in-out infinite;
    border-radius: 10px;
}

.style_facePosition__oFqVZ {
    position: absolute;
    z-index: 10;
}

.style_areaTopLeft__S_iWC {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
}

.style_areaTopRight__hhvhS {
    position: absolute;
    right: 0;
    top: 0;
    rotate: 90deg;
    z-index: 11;
}

.style_areaBottomRight__UH8ws {
    position: absolute;
    right: 0;
    bottom: 0;
    rotate: 180deg;
    z-index: 11;
}

.style_areaBottomLeft__E1TYf {
    position: absolute;
    left: 0;
    bottom: 0;
    rotate: 270deg;
    z-index: 11;
}

.style_areaCreateWrap__4qLk2 {
    position: absolute;
    top: -60px;
    left: -10px;
    height: 60px;
    display: flex;
    align-items: center;
}

.style_areaCreate__h3GPP {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 0 14px;
    height: 30px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    cursor: pointer;
}

.style_areaTxt___Pc_9 {
    color: var(--PrimaryColor11);
    white-space: nowrap;
}

.style_createdHint__IuXAo {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    padding: 0 14px;
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    transform: translate(-50%, -50%);
}

.style_createHintTxt__n1hlQ {
    color: var(--TextColor11);
    white-space: nowrap;
}

.style_createHintClose__QPh3g {
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
}

.style_headWrap__WIeZg {
    margin-right: 6px;
    position: relative;
}

.style_list__HeWUS {
    position: absolute;
    top: 34px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.95);
    color: var(--TextColor11);
    width: 78px;
    border-radius: 10px;
    padding: 8px 0;
}

.style_item__2onUs {
    width: 100%;
    padding-left: 12px;
    height: 19px;
    cursor: pointer;
    font-weight: 500;
    line-height: 19px;
}

.style_active__Rheou {
    background-color: var(--PrimaryColor14);
    color: var(--PrimaryColor11);
}

.style_showDetailSafari__LjyOA .ant-image-img {
    width: auto !important;
}

.style_originImage__XAHt3,
.style_finalImage__8h26_ {
    font-size: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: calc(100vw - 120px);
    height: auto;
    overflow: hidden;
}

.style_content__if7a2 .ant-image {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.style_image__pCst6 {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.style_video__RmZIM {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.style_origin__Kprq_ {
    border-radius: 20px 0 0 20px;
    object-fit: contain;
    background-color: #fff;
}

.style_final__wjJ1X {
    border-radius: 0 20px 20px 0;
}

.style_single__neJab {
    border-radius: 20px;
}

.style_before__NIO9u {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 66px;
    height: 30px;
    color: var(--TextColor14);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    justify-content: center;
    display: flex;
    align-items: center;
}

.style_after__Op7A_ {
    top: 10px;
    right: 10px;
    position: absolute;
    width: 66px;
    height: 30px;
    color: var(--TextColor14);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    justify-content: center;
    display: flex;
    align-items: center;
}

.style_proHint__wR917 {
    position: absolute;
    z-index: 101;
    top: 10px;
}

.style_videoOverlay__kYsD1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
}

.style_videoError__uhq1E {
    color: #fff;
    text-align: center;
    margin-top: 40px;
}

.style_image__pCst6::-webkit-media-controls-volume-slider,
.style_image__pCst6::-webkit-media-controls-mute-button {
    display: none !important;
}

.style_thumbsBar__YHJ31 {
    position: absolute;
    top: 48px;
    left: 8px;
    bottom: 48px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 5;
}

.style_thumbItem__GoTo2 {
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid transparent;
    cursor: pointer;
    background: var(--FillColor15);
}

.style_thumbImage__CeChz {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.style_activeThumb__1QeHW {
    border-color: var(--PrimaryColor11);
}

@media (max-width: 768px) {
    .style_single__neJab {
        border-radius: 4px;
    }

    .style_after__Op7A_ {
        display: none;
    }

    .style_finalImage__8h26_ {
        max-width: calc(100vw - 24px);
        width: 100%;
    }
}

