body, html {
    width: 100%;
    height: 100%
}

*, :after, :before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@-ms-viewport {
    width: device-width
}

body {
    margin: 0;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-variant: tabular-nums;
    line-height: 1.5715;
    background-color: #fff;
    font-feature-settings: "tnum", "tnum"
}

input[type=password], input[type=text] {
    -webkit-appearance: none
}

a {
    color: #ed721a;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    transition: color .3s;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #fa9643
}

a:active {
    color: #c7540c
}

a:active, a:hover {
    text-decoration: none;
    outline: 0
}

a:focus {
    text-decoration: none;
    outline: 0
}

img {
    vertical-align: middle;
    border-style: none
}

a, input:not([type=range]), label {
    touch-action: manipulation
}

button, input {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-family: inherit
}

button, input {
    overflow: visible
}

button {
    text-transform: none
}

[type=submit] {
    -webkit-appearance: button
}

input[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

::selection {
    color: #fff;
    background: #ed721a
}

@keyframes antFadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes antFadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes antMoveDownIn {
    0% {
        transform: translateY(100%);
        transform-origin: 0 0;
        opacity: 0
    }

    to {
        transform: translateY(0);
        transform-origin: 0 0;
        opacity: 1
    }
}

@keyframes antMoveDownOut {
    0% {
        transform: translateY(0);
        transform-origin: 0 0;
        opacity: 1
    }

    to {
        transform: translateY(100%);
        transform-origin: 0 0;
        opacity: 0
    }
}

@keyframes antMoveLeftIn {
    0% {
        transform: translateX(-100%);
        transform-origin: 0 0;
        opacity: 0
    }

    to {
        transform: translateX(0);
        transform-origin: 0 0;
        opacity: 1
    }
}

@keyframes antMoveLeftOut {
    0% {
        transform: translateX(0);
        transform-origin: 0 0;
        opacity: 1
    }

    to {
        transform: translateX(-100%);
        transform-origin: 0 0;
        opacity: 0
    }
}

@keyframes antMoveRightIn {
    0% {
        transform: translateX(100%);
        transform-origin: 0 0;
        opacity: 0
    }

    to {
        transform: translateX(0);
        transform-origin: 0 0;
        opacity: 1
    }
}

@keyframes antMoveRightOut {
    0% {
        transform: translateX(0);
        transform-origin: 0 0;
        opacity: 1
    }

    to {
        transform: translateX(100%);
        transform-origin: 0 0;
        opacity: 0
    }
}

@keyframes antMoveUpIn {
    0% {
        transform: translateY(-100%);
        transform-origin: 0 0;
        opacity: 0
    }

    to {
        transform: translateY(0);
        transform-origin: 0 0;
        opacity: 1
    }
}

@keyframes antMoveUpOut {
    0% {
        transform: translateY(0);
        transform-origin: 0 0;
        opacity: 1
    }

    to {
        transform: translateY(-100%);
        transform-origin: 0 0;
        opacity: 0
    }
}

@keyframes loadingCircle {
    to {
        transform: rotate(1turn)
    }
}

html {
    --antd-wave-shadow-color: #ed721a;
    --scroll-bar: 0
}

@keyframes waveEffect {
    to {
        box-shadow: 0 0 0#ed721a;
        box-shadow: 0 0 0 6px #ed721a;
        box-shadow: 0 0 0 6px var(--antd-wave-shadow-color)
    }
}

@keyframes fadeEffect {
    to {
        opacity: 0
    }
}

@keyframes antSlideUpIn {
    0% {
        transform: scaleY(.8);
        transform-origin: 0 0;
        opacity: 0
    }

    to {
        transform: scaleY(1);
        transform-origin: 0 0;
        opacity: 1
    }
}

@keyframes antSlideUpOut {
    0% {
        transform: scaleY(1);
        transform-origin: 0 0;
        opacity: 1
    }

    to {
        transform: scaleY(.8);
        transform-origin: 0 0;
        opacity: 0
    }
}

@keyframes antSlideDownIn {
    0% {
        transform: scaleY(.8);
        transform-origin: 100% 100%;
        opacity: 0
    }

    to {
        transform: scaleY(1);
        transform-origin: 100% 100%;
        opacity: 1
    }
}

@keyframes antSlideDownOut {
    0% {
        transform: scaleY(1);
        transform-origin: 100% 100%;
        opacity: 1
    }

    to {
        transform: scaleY(.8);
        transform-origin: 100% 100%;
        opacity: 0
    }
}

@keyframes antSlideLeftIn {
    0% {
        transform: scaleX(.8);
        transform-origin: 0 0;
        opacity: 0
    }

    to {
        transform: scaleX(1);
        transform-origin: 0 0;
        opacity: 1
    }
}

@keyframes antSlideLeftOut {
    0% {
        transform: scaleX(1);
        transform-origin: 0 0;
        opacity: 1
    }

    to {
        transform: scaleX(.8);
        transform-origin: 0 0;
        opacity: 0
    }
}

@keyframes antSlideRightIn {
    0% {
        transform: scaleX(.8);
        transform-origin: 100%0;
        opacity: 0
    }

    to {
        transform: scaleX(1);
        transform-origin: 100%0;
        opacity: 1
    }
}

@keyframes antSlideRightOut {
    0% {
        transform: scaleX(1);
        transform-origin: 100%0;
        opacity: 1
    }

    to {
        transform: scaleX(.8);
        transform-origin: 100%0;
        opacity: 0
    }
}

@keyframes antZoomIn {
    0% {
        transform: scale(.2);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes antZoomOut {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(.2);
        opacity: 0
    }
}

@keyframes antZoomBigIn {
    0% {
        transform: scale(.8);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes antZoomBigOut {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(.8);
        opacity: 0
    }
}

@keyframes antZoomUpIn {
    0% {
        transform: scale(.8);
        transform-origin: 50%0;
        opacity: 0
    }

    to {
        transform: scale(1);
        transform-origin: 50%0
    }
}

@keyframes antZoomUpOut {
    0% {
        transform: scale(1);
        transform-origin: 50%0
    }

    to {
        transform: scale(.8);
        transform-origin: 50%0;
        opacity: 0
    }
}

@keyframes antZoomLeftIn {
    0% {
        transform: scale(.8);
        transform-origin: 0 50%;
        opacity: 0
    }

    to {
        transform: scale(1);
        transform-origin: 0 50%
    }
}

@keyframes antZoomLeftOut {
    0% {
        transform: scale(1);
        transform-origin: 0 50%
    }

    to {
        transform: scale(.8);
        transform-origin: 0 50%;
        opacity: 0
    }
}

@keyframes antZoomRightIn {
    0% {
        transform: scale(.8);
        transform-origin: 100% 50%;
        opacity: 0
    }

    to {
        transform: scale(1);
        transform-origin: 100% 50%
    }
}

@keyframes antZoomRightOut {
    0% {
        transform: scale(1);
        transform-origin: 100% 50%
    }

    to {
        transform: scale(.8);
        transform-origin: 100% 50%;
        opacity: 0
    }
}

@keyframes antZoomDownIn {
    0% {
        transform: scale(.8);
        transform-origin: 50% 100%;
        opacity: 0
    }

    to {
        transform: scale(1);
        transform-origin: 50% 100%
    }
}

@keyframes antZoomDownOut {
    0% {
        transform: scale(1);
        transform-origin: 50% 100%
    }

    to {
        transform: scale(.8);
        transform-origin: 50% 100%;
        opacity: 0
    }
}

.ant-btn {
    line-height: 1.5715;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    cursor: pointer;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: manipulation;
    border: 1px solid #d9d9d9
}

.ant-btn, .ant-btn:active, .ant-btn:focus {
    outline: 0
}

.ant-btn:not([disabled]):hover {
    text-decoration: none
}

.ant-btn:not([disabled]):active {
    outline: 0;
    box-shadow: none
}

.ant-btn-lg {
    padding: 6.4px 15px;
    border-radius: 2px
}

.ant-btn:focus, .ant-btn:hover {
    color: #fa9643;
    border-color: #fa9643;
    background: #fff
}

.ant-btn:active {
    color: #c7540c;
    border-color: #c7540c;
    background: #fff
}

.ant-btn:active, .ant-btn:focus, .ant-btn:hover {
    text-decoration: none;
    background: #fff
}

.ant-btn>span {
    display: inline-block
}

.ant-btn-primary {
    text-shadow: 0-1px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .045)
}

.ant-btn-primary:focus, .ant-btn-primary:hover {
    color: #fff;
    border-color: #fa9643;
    background: #fa9643
}

.ant-btn-primary:active {
    color: #fff;
    border-color: #c7540c;
    background: #c7540c
}

.ant-btn:before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: 1;
    display: none;
    background: #fff;
    border-radius: inherit;
    opacity: .35;
    transition: opacity .2s;
    content: "";
    pointer-events: none
}

.ant-btn:active>span, .ant-btn:focus>span {
    position: relative
}

.ant-btn:empty {
    display: inline-block;
    width: 0;
    visibility: hidden;
    content: " "
}

@keyframes NotificationFadeIn {
    0% {
        left: 384px;
        opacity: 0
    }

    to {
        left: 0;
        opacity: 1
    }
}

@keyframes NotificationLeftFadeIn {
    0% {
        right: 384px;
        opacity: 0
    }

    to {
        right: 0;
        opacity: 1
    }
}

@keyframes NotificationFadeOut {
    0% {
        max-height: 150px;
        margin-bottom: 16px;
        opacity: 1
    }

    to {
        max-height: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        opacity: 0
    }
}

@keyframes MessageMoveOut {
    0% {
        max-height: 150px;
        padding: 8px;
        opacity: 1
    }

    to {
        max-height: 0;
        padding: 0;
        opacity: 0
    }
}

.ant-spin-nested-loading {
    position: relative
}

.ant-spin-container {
    position: relative;
    transition: opacity .3s
}

.ant-spin-container:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none\9;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    transition: all .3s;
    content: "";
    pointer-events: none
}

@keyframes antSpinMove {
    to {
        opacity: 1
    }
}

@keyframes antRotate {
    to {
        transform: rotate(405deg)
    }
}

@keyframes antRotateRtl {
    to {
        transform: rotate(-405deg)
    }
}

#root, body {
    height: 100%
}

body {
    min-width: 1000px;
    background: #f2f3f5;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ant-form-item-control-input {
    max-width: 500px
}

@keyframes pro-layout-title-hide {
    0% {
        display: none;
        opacity: 0
    }

    80% {
        display: none;
        opacity: 0
    }

    to {
        display: unset;
        opacity: 1
    }
}

@keyframes ant-skeleton-loading {
    0% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

@keyframes ant-skeleton-loading-rtl {
    0% {
        background-position: 0 50%
    }

    to {
        background-position: 100% 50%
    }
}

@keyframes antdDrawerFadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.ant-row {
    display: flex;
    flex-flow: row wrap
}

.ant-row:after, .ant-row:before {
    display: flex
}

.ant-col {
    position: relative;
    max-width: 100%;
    min-height: 1px
}

.ant-input-affix-wrapper {
    position: relative;
    min-width: 0;
    color: rgba(0, 0, 0, .85);
    line-height: 1.5715;
    background-image: none;
    transition: all .3s;
    display: inline-flex
}

.ant-input-affix-wrapper::-webkit-input-placeholder {
    color: #bfbfbf;
    -webkit-user-select: none;
    user-select: none
}

.ant-input-affix-wrapper::placeholder {
    color: #bfbfbf;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ant-input-affix-wrapper:placeholder-shown {
    text-overflow: ellipsis
}

.ant-input-affix-wrapper:hover {
    border-color: #fa9643;
    border-right-width: 1px
}

.ant-input-affix-wrapper-focused, .ant-input-affix-wrapper:focus {
    border-color: #fa9643;
    box-shadow: 0 0 0 2px rgba(237, 114, 26, .2);
    border-right-width: 1px;
    outline: 0
}

.ant-input-affix-wrapper-lg {
    font-size: 16px
}

.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
    border-color: #fa9643;
    border-right-width: 1px;
    z-index: 1
}

.ant-input-affix-wrapper-focused, .ant-input-affix-wrapper:focus {
    z-index: 1
}

.ant-input-affix-wrapper>input.ant-input {
    padding: 0;
    border: none;
    outline: none
}

.ant-input-affix-wrapper>input.ant-input:focus {
    box-shadow: none !important
}

.ant-input-affix-wrapper:before {
    width: 0;
    visibility: hidden;
    content: " "
}

.ant-input-prefix {
    display: flex;
    flex: none;
    align-items: center
}

.ant-input-prefix>:not(:last-child), .ant-input-suffix>:not(:last-child) {
    margin-right: 8px
}

.ant-input-prefix {
    margin-right: 4px
}

.ant-input {
    box-sizing: border-box;
    margin: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: "tnum", "tnum";
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    line-height: 1.5715;
    background-image: none;
    border-radius: 2px;
    transition: all .3s
}

.ant-input::-webkit-input-placeholder {
    color: #bfbfbf;
    -webkit-user-select: none;
    user-select: none
}

.ant-input::placeholder {
    color: #bfbfbf;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ant-input:placeholder-shown {
    text-overflow: ellipsis
}

.ant-input:hover {
    border-color: #fa9643;
    border-right-width: 1px
}

.ant-input-focused, .ant-input:focus {
    border-color: #fa9643;
    box-shadow: 0 0 0 2px rgba(237, 114, 26, .2);
    border-right-width: 1px;
    outline: 0
}

@media (-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
    .ant-input-affix-wrapper>input.ant-input {
        height: auto
    }
}

.ant-form-horizontal .ant-form-item-control {
    flex: 1 1;
    min-width: 0
}

@media (max-width: 575px) {
    .ant-form .ant-form-item {
        flex-wrap: wrap
    }

    .ant-form .ant-form-item .ant-form-item-control {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.ant-form {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum", "tnum"
}

.ant-form input[type=checkbox] {
    line-height: normal
}

.ant-form input[type=checkbox]:focus, .ant-form input[type=file]:focus, .ant-form input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.ant-form-item {
    box-sizing: border-box;
    padding: 0;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum", "tnum";
    margin: 0 0 24px;
    vertical-align: top;
    transition: margin-bottom .3s linear 17ms
}

.ant-form-item-control {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.ant-form-item-control:first-child:not([class^=ant-col-]):not([class*=" ant-col-"]) {
    width: 100%
}

.ant-form-item-control-input {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 32px
}

.ant-form-item-control-input-content {
    flex: auto;
    max-width: 100%
}

@keyframes diffZoomIn1 {
    0% {
        transform: scale(0);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes diffZoomIn2 {
    0% {
        transform: scale(0);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes diffZoomIn3 {
    0% {
        transform: scale(0);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes antCheckboxEffect {
    0% {
        transform: scale(1);
        opacity: .5
    }

    to {
        transform: scale(1.6);
        opacity: 0
    }
}

.ant-checkbox {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: "tnum", "tnum";
    position: relative;
    top: .2em;
    line-height: 1;
    white-space: nowrap;
    outline: none;
    cursor: pointer
}

.ant-checkbox-input:focus+.ant-checkbox-inner, .ant-checkbox-wrapper:hover .ant-checkbox-inner, .ant-checkbox:hover .ant-checkbox-inner {
    border-color: #ed721a
}

.ant-checkbox-wrapper:hover .ant-checkbox:after, .ant-checkbox:hover:after {
    visibility: visible
}

.ant-checkbox-inner {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    direction: ltr;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    border-collapse: separate;
    transition: all .3s
}

.remembers .ant-checkbox-checked .ant-checkbox-inner {
    background-color: #0149ff;
    border-color: #0149ff;
}

.ant-checkbox-inner:after {
    position: absolute;
    top: 50%;
    left: 21.5%;
    display: table;
    width: 5.71428571px;
    height: 9.14285714px;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg) scale(0) translate(-50%, -50%);
    opacity: 0;
    transition: all .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s;
    content: " "
}

.ant-checkbox-checked .ant-checkbox-inner:after {
    position: absolute;
    display: table;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg) scale(1) translate(-50%,-50%);
    opacity: 1;
    transition: all .2s cubic-bezier(.12,.4,.29,1.46) .1s;
    content: " ";
}

.ant-checkbox-input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0
}

.ant-checkbox-wrapper {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .85);
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: "tnum", "tnum";
    display: inline-flex;
    align-items: baseline;
    line-height: unset;
    cursor: pointer
}

.ant-checkbox-wrapper:after {
    display: inline-block;
    width: 0;
    overflow: hidden;
    content: " "
}

.ant-checkbox+span {
    padding-right: 8px;
    padding-left: 8px
}

.ant-typography {
    overflow-wrap: break-word
}

.ant-typography.ant-typography-secondary {
    color: rgba(0, 0, 0, .45)
}

a.ant-typography {
    outline: none;
    cursor: pointer;
    transition: color .3s;
    text-decoration: none
}

.ant-typography a:focus, .ant-typography a:hover, a.ant-typography:focus, a.ant-typography:hover {
    color: #fa9643
}

.ant-typography a:active, a.ant-typography:active {
    color: #c7540c
}

.ant-typography a:active, .ant-typography a:hover, a.ant-typography:active, a.ant-typography:hover {
    text-decoration: none
}

.login___2AacU .ant-input-affix-wrapper {
    padding: 20px 10px;
    background-color: transparent;
    border-bottom: 1px solid #eee
}

.login___2AacU .ant-input-affix-wrapper .ant-input {
    background-color: transparent
}

.login___2AacU .ant-input-affix-wrapper ::-webkit-input-placeholder {
    color: #999 !important;
    font-size: 18px
}

.login___2AacU .ant-input-affix-wrapper ::placeholder {
    color: #999 !important;
    font-size: 18px
}

.login___2AacU .ant-input-affix-wrapper-focused, .login___2AacU .ant-input-affix-wrapper:focus {
    border-color: #0149ff !important;
    border-right-width: 1px;
    outline: 0;
    box-shadow: none
}

.login___2AacU .ant-input-affix-wrapper>input.ant-input:focus {
    box-shadow: inset 0 0 0 1000px #fff !important
}

.login___2AacU .ant-input {
    color: #333;
    font-weight: 400;
    font-size: 16px
}

.login___2AacU input:-webkit-autofill {
    box-shadow: inset 0 0 0 1000px #fff !important
}

.login___2AacU .prefixIcon___2gBjL {
    width: 16px;
    height: 16px;
    margin-right: 10px
}

.login___2AacU .form_item___2_PBn {
    width: 280px;
    height: 40px;
    margin-bottom: 20px
}

.container___F1--N {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: url('https://oss.liantuofu.com/club-open/lt-open/image/public/2025-02-25/75eb265cd45b41399f2df7de650cfb27p0z6xcyotb..png')no-repeat;
    background-size: 100% 100%
}

.content___3pIJe {
    width: 100%;
    height: 100%;
    overflow-y: auto
}

.top___3GOZF {
    width: 774px;
    margin: 0 auto;
    /* 10vh 指当前可视窗口高度的10% 响应式 */
    padding: 10vh 0 50px;
}

.top___3GOZF .logo___1KPmM {
    width: 180px;
    height: 50px
}

.main___3AyKG {
    width: 774px;
    margin: 0 auto
}

.main___3AyKG .mainBox___18FqC {
    position: relative;
    display: flex
}

.main___3AyKG .leftMain___2SQhq {
    position: relative;
    width: 400px;
    height: 520px;
    padding-left: 60px;
    background: #fff;
    border-radius: 0 10px 10px 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.main___3AyKG .leftMain___2SQhq .mainTitle___1urB1 {
    margin-bottom: 40px;
    padding-top: 61px;
    color: #000;
    font-weight: 500;
    font-size: 26px;
    line-height: 36px
}

.main___3AyKG .leftMain___2SQhq .inputItem___gKXw7 {
    width: 280px;
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
    border: 1px solid #eaf1ff;
    border-radius: 4px
}

.main___3AyKG .leftMain___2SQhq .remember___1IvDu {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 50px;
    color: #333;
    font-weight: 400;
    font-size: 12px;
    text-align: left
}

.main___3AyKG .leftMain___2SQhq .rememberText___3c4WE {
    color: #0149ff
}

.main___3AyKG .leftMain___2SQhq .qrcodeImg___2h3ii {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 80px;
    height: 80px;
    cursor: pointer
}

.main___3AyKG .leftMain___2SQhq .btn___34ACC {
    width: 280px;
    height: 50px;
    margin-bottom: 20px;
    text-align: center;
    background: #0149ff;
    border-radius: 4px;
    box-shadow: 0 4px 20px 0 rgba(1, 73, 255, .3)
}

.main___3AyKG .leftMain___2SQhq .btn___34ACC .submitBtn___MgQjl {
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    background: #0149ff;
    border-color: #0149ff
}

.main___3AyKG .rightMain___2zOnx {
    width: 374px;
    height: 520px;
    padding-top: 60px;
    background-color: #1e1e1e;
    border-radius: 10px 0 0 10px;
    background: url('https://oss.liantuofu.com/club-open/lt-open/image/public/2025-02-25/e0aa262ae0a442139744ff1c4817c45256i5bya5eu..png')no-repeat;
    background-size: 100% 100%
}

.main___3AyKG .rightMain___2zOnx .imgtitle___2tVe_ {
    height: 37px;
    margin-bottom: 10px;
    margin-left: 60px;
    color: #fff;
    font-weight: 500;
    font-size: 26px;
    line-height: 37px
}

.main___3AyKG .rightMain___2zOnx .img_desc___3w4_0 {
    width: 234px;
    margin-left: 60px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    opacity: .5
}

.main___3AyKG .rightMain___2zOnx .imgList___PhArl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 280px;
    margin-top: 38px;
    margin-left: 44px
}

.main___3AyKG .rightMain___2zOnx .imgList___PhArl .imgBox___3RgAF {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-right: 6px;
    margin-bottom: 16px;
    border-radius: 50%
}

.imgBox___3RgAF img {
    width: 64px;
    height: 64px;
    border-radius: 100%;
}

.main___3AyKG .rightMain___2zOnx .imgList___PhArl .imgBox___3RgAF .itemImgSize___1d6W1 {
    width: 100%
}

.main___3AyKG .rightMain___2zOnx .imgList___PhArl .imgBox___3RgAF:nth-last-child(-n+4) {
    margin: 0
}

.main___3AyKG .rightMain___2zOnx .imgList___PhArl .imgBox___3RgAF:nth-child(4n+4) {
    margin-right: 0
}

.main___3AyKG .topv5___3GOSZ {
    display: block;
    width: 280px;
    height: 50px;
    color: #0149ff;
    font-weight: 500;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    border: 1px solid #0149ff;
    border-radius: 4px
}

.main___3AyKG .topv5___3GOSZ:hover {
    color: #0149ff
}

.bottom___2yRSg {
    width: 100%;
    margin-top: 133px;
    margin-bottom: 60px;
    color: #999;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center
}

@media screen and (max-width: 1380px) {
    .top___3GOZF {
        padding: 20px 0 15px
    }

    .top___3GOZF .logo___1KPmM {
        width: 144px;
        height: 40px
    }

    .main___3AyKG {
        margin-bottom: 50px
    }

    .main___3AyKG .rightMain___2zOnx {
        height: 470px;
        padding-top: 30px
    }

    .main___3AyKG .leftMain___2SQhq {
        height: 470px
    }

    .main___3AyKG .leftMain___2SQhq .mainTitle___1urB1 {
        padding-top: 31px
    }

    .bottom___2yRSg {
        margin-top: 15px
    }
}

.remembers .ant-checkbox-checked:after, .remembers .ant-checkbox-input:focus+.ant-checkbox-inner, .remembers .ant-checkbox-wrapper:hover .ant-checkbox-inner {
    border-color: #0149ff
}

.remembers label {
    font-size: 12px
}

.remembers .ant-checkbox-checked:after, .remembers .ant-checkbox-input:focus+.ant-checkbox-inner, .remembers .ant-checkbox-wrapper:hover .ant-checkbox-inner {
    border-color: #0149ff;
}

.imgtitle___2tVe_ span {
    font-size: 36px;
}
