.style_videoModal__kZAdP {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    z-index: 9999;
}
.style_close__32Mbz {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    cursor: pointer;
}
.style_video__bxjUF {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.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__md_RU {
    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__UTlr_ {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 8px;
    padding: 0 4px;
    cursor: pointer;
    color: var(--TextColor11);
}
.style_sendIcon__br4fz {
    background-color: var(--FillColor2);
    border-radius: 50%;
}

.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_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(--FillColor2);
    border-radius: 50%;
}
.style_sendMenu__rlAmu {
    border-radius: 10px;
    background-color: var(--FillColor17);
    padding: 24px 30px 30px 30px;
    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);
}

.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: 600px) {
    .style_button__NNEbl {
        height: 45px;
    }
}

.style_opreateItem__V6TLr {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    height: 30px;
    color: var(--TextColor1);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
    padding: 12px;
}
.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-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
    padding: 12px;
}
.style_opreateItem__peZMh:hover {
    background-color: var(--FillColor2);
}
.style_opreateItem__peZMh:hover + .style_radios__1_FmJ {  
    background-color: var(--FillColor2);  
}  
.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_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;
}
.style_proIcon2__3jkAW {
    position: absolute;
    top: -2px;
    right: -8px;
}
.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;
}

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

.style_select___9ksH {
    width: 100%;
}
.style_list__sRvTR {
    width: 100%;
    display: flex;
    cursor: pointer;
    flex-wrap: wrap;
    gap: 12px;
}
.style_title__eIBYO {
    margin-bottom: 15px;
}
.style_topList__Ql6VG {
    margin-top: 10px;
}
.style_titleSmall__l5wD7 {
    margin-bottom: 8px;
}
.style_item__zDYzQ {
    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__We_Ps {
    border: 1px solid var(--PrimaryColor11);
    color: var(--PrimaryColor11);
}
.style_disable__eD0Bp {
    border: 1px solid var(--BorderColor2);
    color: var(--TextColor4);
    cursor: not-allowed;
}
.style_subTitle__PR1fo {
    color: var(--TextColor13);
    margin-left: 8px;
}

.style_imageWrap__FUlYf {
    position: relative;
    font-size: 0;
    margin-bottom: 20px;
    outline: 1px solid var(--BorderColor11);
    border-radius: 20px;
}
.style_imageWrap__FUlYf:hover::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    pointer-events: none;
}
.style_image__gQtt3 {
    width: 100%;
    height: auto;
    border-radius: 20px;
    cursor: pointer;
    object-fit: cover;
}
.style_infos__88CrV {
    position: absolute;
    left: 10px;
    bottom: 10px;
    bottom: 10px;
    overflow: auto;
    z-index: 2;
    display: flex;
    gap: 4px;
}
.style_infoItem__rW9P1 {
    position: relative;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.8);
}
.style_infoImage__LyXw3 {
    object-fit: cover;
    border-radius: 5px;
    background-color: var(--FillColor15);
}
.style_infoTxt__rgakR {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--TextColor14);
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.style_infoTxt__rgakR:lang(en-US) {
    font-size: 8px;
}
.style_place__HIg5D {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--FillColor15);
}
.style_selectedBox__gzBP_ {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
}
.style_selectedBox__gzBP_::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 6px;
    border: 1px solid var(--BorderColor11);
    background-color: var(--FillColor17);
}
.style_selectedBox__gzBP_.style_checked__JyPSl::after {
    content: ' ';
    background-image: url('/checked.svg');
    background-size: 100% 100%;
    border: 1px solid var(--FillColor17);
}
.style_popularityScore__qAsUg {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 26px;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    color: var(--TextColor14);
}
.style_videoTag__UVuE_ {
    position: absolute;
    right: 12px;
    top: 12px;
}
@media (max-width: 600px) {
    .style_imageWrap__FUlYf {
        margin-bottom: 15px;
    }
    .style_image__gQtt3 {
        border-radius: 10px;
    }
}

.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_customSize__XcS7_ {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.style_customLock__CQT_p {
    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__Dbl3D {
    background-color: transparent;
}

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

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

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

.style_aspectRatioBox__IEShD {
    position: relative;
    width: 16px;
    height: 16px;
}
.style_innerBox__wWpYv {
    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__wWpYv.style_selected__Q6x5T {
    border: 1px solid var(--PrimaryColor11);
}
.style_landscape__ji6Ng {
    width: 100%;
    height: auto;
}
.style_portrait__OZi0E {
    width: auto;
    height: 100%;
}

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

.style_detailModal__EhB9l {
    height: calc(100vh - 12px);
    width: 100%;
    display: flex;
    justify-content: center;
}
.style_head__raPyK {
    color: var(--TextColor14);
    position: absolute;
    top: 16px;
    height: 44px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.style_closeModalIcon__PtO13 {
    position: fixed;
    top: 16px;
    right: 16px;
    cursor: pointer;
    width: 44px;
    height: 44px;
    display: flex;
    z-index: 1;
    align-items: center;
    justify-content: center;
}
.style_showDetail__c3dSU {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 64px 0 64px;
    position: relative;
}
.style_originImage__Q_1_b,
.style_finalImage__gFd5g {
    max-width: 50%;
    font-size: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.style_noOrigin__GgFwW {
    max-width: 100%;
}
.style_maskBase64__IxWxD {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
}
.style_image__uc769 {
    pointer-events: auto;
    max-width: 100%;
    max-height: calc(100% - 36px);
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotate(0deg);
}
.style_waterMask__ujshm {
    height: auto;
    position: absolute;
    pointer-events: none;
}
.style_finalImage__gFd5g {
    display: flex;
}
.style_opreateWrap__9pGh4 {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}
.style_opreate__4sCeN {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
}
.style_opreateContainer__aXE2Z {
    position: absolute;
    bottom: -24px;
    max-width: calc(100vw - 60px);
    display: flex;
    justify-content: center;
    transform: translateY(100%);
    gap: 24px;
}
.style_changeBtn__7vktU {
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 20px;
}
.style_changeBtnDisable__eSKbj {
    opacity: 0.2;
    cursor: not-allowed;
}
.style_preIcon__rry9M {
    rotate: 180deg;
}

.style_modelInfos__s8vZ2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 16px;
    border-radius: 10px;
    background-color: var(--FillColor15);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}
.style_highlight__dgEDl {
    color: var(--PrimaryColor11);
}
.style_desc__8yzyd {
    margin-top: 10px;
    width: 100%;
    border-radius: 8px;
    background-color: var(--FillColor17);
    padding: 12px;
}
.style_templateInfos__s6Cug {
    margin-top: 12px;
    display: flex;
    align-items: center;
}
.style_aiModel__KaVDB {
    background-color: var(--FillColor15);
    display: flex;
    flex-direction: column;
    padding: 12px;
    border-radius: 10px;
}
.style_aiModelContent__HXJLz {
    text-align: center;
}
.style_fmImgDiv___Jw7h {
    border-radius: 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 152px;
    height: 152px;
}
.style_aiModelImg__Xc4r0 {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.style_aiModelConnectImg__cjKc6 {
    margin-left: -5px;
    margin-right: -5px;
    z-index: 1;
}
.style_aiLocation__bt9sr {
    background-color: var(--FillColor15);
    display: flex;
    flex-direction: column;
    padding: 12px;
    border-radius: 10px;
}
.style_aiLocationContent__vVMzC {
    text-align: center;
}
.style_alImgDiv__qI5DP {
    border-radius: 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 152px;
    height: 152px;
}
.style_aiLocationImg__zApOB {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.style_PromptInfos__LX_Tu {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 12px;
    margin-top: 12px;
    border-radius: 10px;
    background-color: var(--FillColor15);
}
.style_promptTitle__ZQAwc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.style_promatContent__QA63a {
    width: 100%;
    max-height: 84px;
    overflow-y: scroll;
    background-color: var(--FillColor17);
    border-radius: 8px;
    margin-top: 10px;
    padding: 12px;
}
.style_borderR___0cMq {
    border-radius: 10px;
}

.style_promatContent__QA63a::-webkit-scrollbar {
    display: block !important;
    width: var(--ScrollbarThumbWidth) !important;
}

.style_promatContent__QA63a::-webkit-scrollbar-thumb {
    border-radius: 100px !important;
    background: var(--ScrollbarThumbColor) !important;
}

.style_promatContent__QA63a::-webkit-scrollbar-thumb:hover {
    background-color: var(-BorderColor4) !important;
}

.style_promatContent__QA63a::-webkit-scrollbar-thumb:active {
    background-color: var(--BorderColor5) !important;
}

.style_prompt__T80Ea {
    cursor: pointer;
}
.style_nPrompt__e92wM {
    margin-left: 20px;
    cursor: pointer;
}
.style_unchecked__9C2oC {
    color: var(--TextColor13);
}
.style_paramInfos__U6DuV {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 12px;
    margin-bottom: 18px;
}
.style_lora__m2DOV {
    width: 100%;
    padding: 12px;
    background-color: var(--FillColor15);
    display: flex;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 20px;
}
.style_loraImg__LCTeJ {
    border-radius: 4px;
}
.style_loraDesc__w7jBY {
    margin-left: 10px;
}
.style_checkpoint___Am7s {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.style_checkpointMain__91W5n {
    display: flex;
    flex-direction: column;
}
.style_checkpointKey__vLucx {
    color: var(--TextColor13);
    margin-top: 4px;
}
.style_stepsAndCfg__BYSKO {
    display: flex;
    align-items: center;
}
.style_stepsMain__pvt6x {
    display: flex;
    flex-direction: column;
}
.style_stepsKey__LUN_E {
    color: var(--TextColor13);
    margin-top: 4px;
}
.style_cfgMain__L3g3y {
    display: flex;
    flex-direction: column;
    margin-left: 45px;
}
.style_cfgKey__g210q {
    color: var(--TextColor13);
    margin-top: 4px;
}
.style_sampler__Re83d {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.style_samplerMain__eGHa5 {
    display: flex;
    flex-direction: column;
}
.style_samplerKey__1rjJD {
    color: var(--TextColor13);
    margin-top: 4px;
}

.style_canvas__J4XxR {
    opacity: 0.5;
}

.style_caseView__vR3Pg {
    display: flex;
    overflow: auto;
    gap: 30px;
}
.style_leftArea__g8g85 {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.style_showImages__fbzOG {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.style_margin__KdkC_ {
    margin-right: 30px;
}
.style_before__1ASJ_ {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 66px;
    height: 30px;
    color: var(--TextColor14);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.style_after__SPbXT {
    top: 10px;
    right: 10px;
    position: absolute;
    width: 66px;
    height: 30px;
    color: var(--TextColor14);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.style_imageLeft__WcldG {
    position: relative;
    background-color: var(--FillColor15);
    max-width: 372px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.style_image__KMosJ {
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: block;
}
.style_mask__vZYBl {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    width: 100%;
    height: 100%;
    display: block;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    opacity: 0;
}
.style_mask1__Q_24f {
    width: 100%;
    height: 100%;
}
.style_mask__vZYBl:hover {
    opacity: 1;
}
.style_finalImageRight__T0qFS {
    position: relative;
    background-color: var(--FillColor15);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.style_finalImage__C1DEb {
    width: 100%;
    height: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: block;
}
.style_borderRadius__UuVPO {
    border-radius: 10px;
}
.style_imageInfos__kOJ_K {
    width: 366px;
    display: flex;
    justify-content: left;
    flex-direction: column;
}
.style_startTrial__3wvd8 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: var(--PrimaryColor11);
    color: var(--TextColor14);
    margin-top: 12px;
    border-radius: 10px;
    cursor: pointer;
}
.style_tryImg__PL8EO {
    margin-left: 12px;
}
.style_videoOverlay__oW0mW {
    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__LAGDN {
    color: #fff;
    text-align: center;
}
.style_caseDetail___1hbU {
    display: flex;
    justify-content: center;
    position: relative;
    background-color: var(--FillColor17);
    padding: 30px;
    border-radius: 20px;
    max-width: 100%;
    max-height: calc(100vh - 60px);
}
.style_prev__A6_x8 {
    position: absolute;
    top: 50%;
    left: -66px;
    cursor: pointer;
}
.style_next__F_LbC {
    position: absolute;
    top: 50%;
    right: -66px;
    cursor: pointer;
}
.style_place__nQxrB {
    width: 744px;
    height: 680px;
}
.style_spinWrap__qbADn {
    border-radius: 20px;
}
.style_spinWrap__qbADn .ant-spin-spinning {
    border-radius: 20px !important;
    max-height: 100% !important;
}
.style_spinWrap__qbADn .ant-spin-blur::after {
    opacity: 0 !important;
    border-radius: 20px !important;
}
.style_spinWrap__qbADn .ant-spin-blur {
    opacity: 1 !important;
    border-radius: 20px !important;
}
.style_spinWrap__qbADn .ant-spin-container {
    transition: none !important;
}

.style_baseModal__Si5sZ {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: var(--FillColor17);
    z-index: 9998;
}

.style_caseDetail__qIZM5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
    padding-bottom: 120px;
    background-color: var(--FillColor17);
}
.style_spinWrap__CE2Ig {
    border-radius: 0;
}
.style_spinWrap__CE2Ig .ant-spin-blur {
    opacity: 1 !important;
}
.style_spinWrap__CE2Ig .ant-spin-blur::after {
    opacity: 0 !important;
}
.style_title__nh5qN {
    margin: 15px;
}
.style_showImages__tiFIA {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.style_margin__DaPBT {
    margin-right: 30px;
}
.style_copyImg__JzsuX {
    cursor: pointer;
}
.style_before__EZ9Ac {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 66px;
    height: 30px;
    color: var(--TextColor14);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.style_after__Vi50Y {
    top: 10px;
    right: 10px;
    position: absolute;
    width: 66px;
    height: 30px;
    color: var(--TextColor14);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.style_loading__jDDi_ {
    width: 744px;
    height: 680px;
}
.style_imageLeft__bBjYa {
    position: relative;
    background-color: var(--FillColor15);
}
.style_image__8WH8_ {
    display: block;
}
.style_mask__n41uR {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    display: block;
}
.style_mask__n41uR:hover {
    opacity: 1;
}
.style_finalImageRight__CcJ2K {
    position: relative;
    background-color: var(--FillColor15);
    height: auto;
    display: block;
}
.style_finalImage__K1fgn {
    display: block;
}
.style_imageInfos__L0mZk {
    width: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: left;
    align-items: center;
    flex-direction: column;
    padding: 15px;
    max-width: 600px;
}
.style_startTrial__tE2MP {
    position: fixed;
    bottom: 48px;
    max-width: 240px;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: var(--PrimaryColor11);
    color: var(--TextColor14);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    border-radius: 100px;
    cursor: pointer;
    z-index: 2;
}
.style_tryImg__x_lit {
    margin-left: 10px;
}
.style_spinWrap__CE2Ig .ant-spin-spinning {
    border-radius: 20px !important;
    max-height: 100% !important;
}
.style_spinWrap__CE2Ig .ant-spin-blur::after {
    border-radius: 20px !important;
}
.style_spinWrap__CE2Ig .ant-spin-blur {
    border-radius: 20px !important;
}
.style_spinWrap__CE2Ig .ant-spin-container {
    transition: none !important;
}

.style_scroller__iZBuC {
    height: calc(100vh - var(--HomeHeaderHeight));
    overflow: auto;
}
.style_spinWrap__PsBSJ {
    border-radius: 0;
}
.style_spinWrap__PsBSJ .ant-spin-blur {
    opacity: 1 !important;
}
.style_spinWrap__PsBSJ .ant-spin-blur::after {
    opacity: 0 !important;
}
.style_spinWrap__PsBSJ .ant-spin-spinning {
    border-radius: 20px !important;
    max-height: 100% !important;
}
.style_spinWrap__PsBSJ .ant-spin-blur::after {
    border-radius: 20px !important;
}
.style_spinWrap__PsBSJ .ant-spin-blur {
    border-radius: 20px !important;
}
.style_spinWrap__PsBSJ .ant-spin-container {
    transition: none !important;
}

.style_waterfall__6_a2_ {
    width: 100%;
}
.style_noData__dTD9n {
    background-color: unset;
}
.style_showCaseWrap__81dcU {
    padding-bottom: 80px;
    display: flex;
    justify-content: flex-start;
}
.style_wrap__yKpJo {
    min-height: calc(100vh - var(--HomeHeaderHeight));
    padding-bottom: 80px;
    position: relative;
}
.style_column__Paidj {
    float: left;
}
.style_detection___1qdc {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #999999;
    cursor: pointer;
}

.style_clearfix__JAedu:after,
.style_clearfix__JAedu:before {
    content: ' ';
    display: table;
}
.style_clearfix__JAedu:after {
    clear: both;
}
.style_showMore__KjfpA {
    margin-left: -30px;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.style_btn__B_eL_ {
    width: 216px;
    height: 44px;
    border-radius: 12px;
    background-color: var(--FillColor2);
    color: var(--TextColor1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.style_empty__i40lM {
    color: var(--TextColor13);
    text-align: center;
    margin-top: 24px;
}
.style_submissionTips__B7z3N {
    margin-left: 8px;
    margin-bottom: 24px;
    margin-right: 24px;
}
.style_blog__meJnp {
    text-decoration: underline;
}

