.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: auto;
}
.style_line__SKFNC {
    width: 1px;
    height: 20px;
    margin-left: 16px;
    background-color: var(--TextColor12);
}
.style_sendPreview__zOhQW {
    position: relative;
    color: var(--TextColor14);
    padding: 0 0 0 16px;
    height: 40px;
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    pointer-events: auto;
}
.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: flex;
    margin-top: 4px;
    flex-wrap: wrap;
}
.style_sendContainerPreview__dx05R {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}
.style_sendItem__hNBzW {
    width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
    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: 0 4px;
    cursor: pointer;
    color: var(--TextColor11);
}
.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: 14px 12px;
}
.style_sendTitle__cU0nQ {
    color: var(--TextColor11);
}

@media (max-width: 768px) {
    .style_sendMenu__rlAmu {
        padding: 6px;
    }
    .style_sendContainer__vBvz9 {
        flex-direction: column;
        width: 150px;
    }
    .style_sendItem__hNBzW {
        flex-direction: row;
        width: 100%;
        margin-top: 8px;
        justify-content: start;
    }
    .style_sendIcon__VdyJo {
        width: 24px !important;
        height: 24px !important;
    }
    .style_sendIc__TryFL {
        width: 16px !important;
        height: 16px !important;
    }
    .style_send__IKAgc {
        display: none;
    }
}

.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_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_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_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_item__8zjQ1 {
    padding: 4px 18px;
    border-radius: 100px;
    border: 1px solid var(--BorderColor11);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: var(--TextColor13);
    position: relative;
}
.style_active__jXFzH {
    border: 1px solid var(--PrimaryColor11);
    color: var(--PrimaryColor11);
}
.style_disable__Vxv0n {
    border: 1px solid var(--BorderColor2);
    color: var(--TextColor4);
    cursor: not-allowed;
}
@media (max-width: 768px) {
    .style_item__8zjQ1 {
        max-width: calc(50% - 14px);
    }
}

.style_opreate__Vfm8S {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    z-index: 2;
}
.style_starSub__SPa6B {
    position: absolute;
    top: 12px;
    right: 12px;
}
.style_debug__cw9uY {
    position: absolute;
    top: 12px;
    left: 12px;
    pointer-events: auto;
    cursor: pointer;
}
.style_bottomLeft__MX12X {
    position: absolute;
    bottom: 12px;
    left: 12px;
    z-index: 2;
    display: flex;
    gap: 8px;
}
.style_bottomRight__KNuuN {
    position: absolute;
    bottom: 12px;
    right: 12px;
    z-index: 2;
    display: flex;
    gap: 8px;
}

.style_pro__y8e7k {
    width: 28px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 4px;
    background: linear-gradient(98.04deg, #ffc100 4.65%, #ffd703 94.16%);
    color: var(--TextColor5);
    position: absolute;
    right: 12px;
}

@media (max-width: 768px) {
    .style_bottomLeft__MX12X {
        display: none;
    }
    .style_bottomRight__KNuuN {
        gap: 4px;
        right: 8px;
        bottom: 8px;
    }
}

.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_bottomBar__EBbu2 {
    height: 48px;
    background-color: var(--FillColor17);
    border-radius: 10px;
    box-shadow: 0px 0px 0.5px rgba(0, 0, 0, 0.18), 0px 3px 8px rgba(0, 0, 0, 0.1),
        0px 1px 3px rgba(0, 0, 0, 0.1);
    padding: 8px;
    display: flex;
    position: absolute;
    align-items: center;
    bottom: 12px;
    right: 102px;
    gap: 4px;
}
.style_vLine__nwhSf {
    height: 16px;
    width: 1px;
    margin: 0 5px;
    background-color: var(--BorderColor11);
}
.style_action__h3DSc {
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 8px;
}
.style_action__h3DSc:hover {
    background-color: #f5f5f5;
}
.style_activeAction__k4IyS {
    background-color: var(--PrimaryColor11);
}
.style_activeAction__k4IyS:hover {
    background-color: var(--PrimaryColor11);
}

.style_root__ANnx9 {
    display: flex;
    background-color: var(--FillColor6);
    border-bottom: 1px solid var(--BorderColor11);
    height: 48px;
}
.style_toolbar__RmUo8 {
    flex: 1 1;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 16px;
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
}
.style_action___x0hk {
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
}
.style_action___x0hk:hover {
    background-color: #f5f5f5;
}
.style_activeAction__MKEDO {
    background-color: var(--PrimaryColor11);
}
.style_activeAction__MKEDO:hover {
    background-color: var(--PrimaryColor11);
}
.style_vLine__vaorD {
    height: 16px;
    width: 1px;
    margin: 0 5px;
    background-color: var(--BorderColor11);
}
.style_panel__Qyok3 {
    display: flex;
    align-items: center;
    gap: 8px;
}
.style_paintPanel__a0xSb {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-radius: 8px;
    top: 48px;
    right: 200px;
    width: 200px;
    padding: 15px;
    z-index: 100;
    background-color: var(--FillColor17);
    box-shadow: 0px 0px 0.5px rgba(0, 0, 0, 0.18), 0px 3px 8px rgba(0, 0, 0, 0.1),
        0px 1px 3px rgba(0, 0, 0, 0.1);
}
.style_cancel___f4_1 {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0 8px;
    height: 100%;
    gap: 8px;
    color: var(--TextColor11);
}
.style_done__a56nX {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0 8px;
    height: 100%;
    gap: 8px;
    color: var(--TextColor11);
}

.style_root__wWJxW {
    padding: 0px 30px;
}
.style_title__S42vD {
    margin: 30px 0 15px 0;
}

.style_aspectRatioBox__7zyVu {
    position: relative;
    width: 16px;
    height: 16px;
    min-width: 16px;
}
.style_innerBox__0ChU_ {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 2px;
    border: 1px solid var(--TextColor13);
    overflow: hidden;
    opacity: 0.7;
}
.style_innerBox__0ChU_.style_selected__9GC8J {
    border: 1px solid var(--PrimaryColor11);
}
.style_landscape__zrzMk {
    width: 100%;
    height: auto;
}
.style_portrait__LrQD0 {
    width: auto;
    height: 100%;
}

.style_item__dXZl0 {
    padding: 4px 18px;
    border-radius: 100px;
    border: 1px solid var(--BorderColor11);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: var(--TextColor13);
    position: relative;
}
.style_active__Wbpc8 {
    border: 1px solid var(--PrimaryColor11);
    color: var(--PrimaryColor11);
}
.style_deleteIcon__UHuTO {
    position: absolute;
    right: -4px;
    top: -8px;
    opacity: 0;
    transition: opacity 0.2s ease;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid var(--BorderColor11);
    background-color: var(--FillColor17);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
.style_item__dXZl0:hover .style_deleteIcon__UHuTO {
    opacity: 1;
}

.style_list__PPL3O {
    width: 100%;
    display: flex;
    cursor: pointer;
    flex-wrap: wrap;
    gap: 12px;
}

.style_customSize__ZPWJo {
    display: flex;
    align-items: center;
}
.style_customLock__gqdyY {
    margin: 0 8px;
    border-radius: 10px;
    background-color: var(--FillColor15);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.style_customUnlock__hMBS8 {
    background-color: transparent;
}

.style_customUnlock__hMBS8:hover {
    background-color: var(--FillColor1);
}

.style_customInput__froMf {
    border: 1px solid var(--FillColor15);
    height: 36px;
    width: 100px;
    border-radius: 10px;
    background-color: var(--FillColor15);
    text-align: center;
    margin-left: 6px;
}

.style_hint__s6r7s {
    margin-left: 12px;
    color: var(--TextColor3);
}

.style_item__aKblC {
    color: var(--PrimaryColor11);
    text-decoration: underline;
    cursor: pointer;
}
.style_nameTitle__Ci9yQ {
    text-align: left;
    margin-bottom: 10px;
}
.style_nameInput__FBX1x {
    height: 48px;
    padding: 0 14px;
    width: 100%;
    border: 1px solid var(--BorderColor11);
    border-radius: 10px;
    margin-bottom: 20px;
}
.style_nameInput__FBX1x::placeholder {
    color: var(--TextColor13);
}

.style_input__wAoSD {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .style_input__wAoSD {
        gap: 8px;
        margin-top: 8px;
    }
}

.style_tagList__6SSmM {
    padding: 10px;
}
.style_custom__puVKe {
    display: flex;
    align-items: center;
    gap: 24px;
}
.style_tagTitle__0Jq8V {
    margin-top: 15px;
    text-align: left;
}
.style_tagTitle2__ZNkD_ {
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: left;
}

.style_root__BUZBZ {
    padding: 0px 30px;
}
.style_title__WkyzJ {
    margin: 30px 0 15px 0;
}
.style_whContainer__m_MX0 {
    display: flex;
    align-items: center;
    gap: 15px;
}
.style_wh__4Wje3 {
    height: 40px;
    padding: 0 15px;
    border: 1px solid var(--BorderColor11);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.style_action__15TJZ {
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
}
.style_action__15TJZ:hover {
    background-color: #f5f5f5;
}

.style_root__OaY61 {
    padding: 0px 30px;
}
.style_title__aDB3C {
    margin: 30px 0 15px 0;
}
.style_panel__KyXTf {
    display: flex;
    align-items: center;
    width: 50%;
    padding: 4px;
    border-radius: 8px;
    background-color: var(--FillColor15);
}
.style_action__DdcjX {
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
    flex: 1 1;
}
.style_action__DdcjX:hover {
    background-color: #f5f5f5;
}

.style_root__nAxHR {
    padding: 0px 30px;
}
.style_title__XC2Uq {
    margin: 30px 0 15px 0;
}
.style_panel__Y5fe_ {
    display: flex;
    align-items: center;
    padding: 4px;
    border-radius: 8px;
    background-color: var(--FillColor15);
}
.style_action__MxjOG {
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
    flex: 1 1;
}
.style_action__MxjOG:hover {
    background-color: #f5f5f5;
}

.style_root__5KPmJ {
    padding: 0px 30px;
}
.style_title__kvsDt {
    margin: 30px 0 15px 0;
}
.style_panel__nRcUn {
    display: flex;
    align-items: center;
    width: 50%;
    padding: 4px;
    border-radius: 8px;
    background-color: var(--FillColor15);
}
.style_action__bkycH {
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
    flex: 1 1;
}
.style_action__bkycH:hover {
    background-color: #f5f5f5;
}

.style_root__0ddvZ {
    padding: 0px 30px;
}
.style_title__FRwXt {
    margin: 30px 0 15px 0;
}
.style_panel__9VwXQ {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 8px;
    margin-bottom: 15px;
}
.style_action__Vme6a {
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
}
.style_action__Vme6a:hover {
    background-color: #f5f5f5;
}

.style_root__UYSA8 {
    padding: 0px 30px;
}
.style_title__XyE5Z {
    margin: 30px 0 15px 0;
}
.style_panel___j5Hh {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
}
.style_panelContainer__AGtjw {
    border-radius: 8px;
    padding: 4px;
    background-color: var(--FillColor15);
}
.style_action__1X6hG {
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    flex: 1 1;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
}
.style_action__1X6hG:hover {
    background-color: #f5f5f5;
}
.style_activeAction__0yNsH {
    background-color: var(--PrimaryColor11);
}
.style_activeAction__0yNsH:hover {
    background-color: var(--PrimaryColor11);
}
.style_localFont__dXaFs {
    color: var(--PrimaryColor11);
    cursor: pointer;
}

.style_root__QQFDJ {
    padding: 0px 30px;
}
.style_title__g_DyE {
    margin: 30px 0 15px 0;
}
.style_panel__6_iCa {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.style_item__EhKDj {
    width: calc(50% - 4px);
}
.style_action__fXTmW {
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
}
.style_action__fXTmW:hover {
    background-color: #f5f5f5;
}

.style_panel__anZtr {
    height: 100%;
    width: 360px;
    padding-top: 48px;
    padding-bottom: 120px;
    background-color: var(--FillColor17);
    border-left: 1px solid var(--BorderColor11);
    overflow: auto;
}
.style_title__GmJm_ {
    padding: 15px 30px;
    border-bottom: 1px solid var(--BorderColor11);
}

.style_editor__ik14s {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
    background-color: var(--FillColor15);
    position: relative;
}
.style_editor2__OPQov {
    height: 100%;
    width: 100%;
    flex: 1 1;
    display: flex;
    flex-direction: column;
}
.style_workspace__kZHWP {
    height: 100%;
    width: 100%;
    flex: 1 1;
    overflow: hidden;
    position: relative;
}
.style_canvas__cfX2y {
    width: 100%;
    height: 100%;
}
.style_modal__3v_2S .ant-modal-content {
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
    background-color: var(--FillColor17) !important;
    box-shadow: none !important;
    -webkit-user-select: none; /* Safari */ /* Internet Explorer/Edge */
    -moz-user-select: none; /* Firefox */
    user-select: none;
}

.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_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;
}

.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 12px;
    height: 38px;
    color: var(--PrimaryColor11);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px var(--PrimaryColor11) solid;
    border-radius: 20px;
    cursor: pointer;
    padding: 0 12px;
    background-color: var(--FillColor17);
    /* margin-top: 8px; */
}

.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_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;
}
.style_content__if7a2 .ant-image {
    display: flex;
    align-items: center;
}
.style_image__pCst6 {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotate(0deg);
    border-radius: 4px;
}
.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.5);
    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.5);
    justify-content: center;
    display: flex;
    align-items: center;
}
.style_facePosition__fMsyd {
    position: absolute;
    z-index: 10;
}
.style_areaTopLeft__BEqYa {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
}
.style_areaTopRight__O3IS0 {
    position: absolute;
    right: 0;
    top: 0;
    rotate: 90deg;
    z-index: 11;
}
.style_areaBottomRight__glsuz {
    position: absolute;
    right: 0;
    bottom: 0;
    rotate: 180deg;
    z-index: 11;
}
.style_areaBottomLeft__x5NEB {
    position: absolute;
    left: 0;
    bottom: 0;
    rotate: 270deg;
    z-index: 11;
}
.style_areaCreateWrap__9cAUx {
    position: absolute;
    top: -60px;
    left: -10px;
    height: 60px;
    display: flex;
    align-items: center;
}
.style_areaCreate__sMUB1 {
    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__ddOKa {
    color: var(--PrimaryColor11);
    white-space: nowrap;
}
.style_createdHint__VSgA0 {
    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__0mqw9 {
    color: var(--TextColor11);
    white-space: nowrap;
}
.style_createHintClose__R10Fb {
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
}
.style_headWrap__SC88u {
    margin-right: 6px;
    position: relative;
}
.style_list__jW1_9 {
    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__JBo_Z {
    width: 100%;
    padding-left: 12px;
    height: 19px;
    cursor: pointer;
    font-weight: 500;
    line-height: 19px;
}
.style_active__Z5pV9 {
    background-color: var(--PrimaryColor14);
    color: var(--PrimaryColor11);
}
.style_proHint__wR917 {
    position: absolute;
    z-index: 101;
}
.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.3);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.style_videoError__uhq1E {
    color: #fff;
    text-align: center;
}
.style_image__pCst6::-webkit-media-controls-volume-slider,
.style_image__pCst6::-webkit-media-controls-mute-button {
    display: none !important;
}

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

.style_canvas__J4XxR {
    opacity: 0.5;
}

