.page-container{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-height: 100%;
    font-family: 'element-icons';
}
.site-name{
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    color: #001f4d;
}
.site-name img{
    width: 120px;
    margin-right: 12px;
}
.site-name-right{
    display: none;
}
.page-left{
    width: 50%;
    overflow: hidden;
    position: relative;
}
.page-left-content{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 48px;
}
.page-left-content-text div:nth-child(1){
    font-size: 36px;
    font-weight: bold;
    color: #001f4d;
    margin-bottom: 4px;
}
.page-left-content-text div:nth-child(2){
    font-size: 36px;
    font-weight: bold;
    color: rgb(198, 25, 25);
    margin-bottom: 18px;
}
.page-left-content-text div:nth-child(3),.page-left-content-text div:nth-child(4){
    font-size: 16px;
    color: #5f6b7a;
    margin-bottom: 6px;
}
.page-left-content-footer{
    display: flex;
    align-items: center;
}
.page-left-content-footer div{
    position: relative;
    font-size: 14px;
    color: #5f6b7a;
    margin-right: 36px;
    margin-left: 16px;
}
.page-left-content-footer div::before{
    content: '';
    position: absolute;
    left: -16px;
    top: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgb(198, 25, 25);
}
.page-right{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 160px 0;
}
.main-box{
    width: 480px;
    /* border: 1px solid #eaebef; */
    padding: 30px;
    box-shadow: rgba(255, 255, 255, 0) 0px 0px 1px;
    border-radius: 12.5px;
}
.main-title{
    font-weight: bold;
    font-size: 28px;
    color: #001f4d;
    margin: 0 0 24px 0;
}
.main-msg{
    margin-bottom: 32px;
    font-size: 14px;
    color: #5f6b7a;
}
.main-item-title{
    color: #001f4d;
    font-size: 14px;
    margin-bottom: 8px;
}
.main-item{
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.captcha-box{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.captcha-box img{
    height: 42px;
    width: 162px;
    border-radius: 4px;
}
.register{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: rgb(101, 110, 122);
    margin-bottom: 38px;
}
.register a{
    color: #222;
    font-weight: bold;
}
.register a:hover{
    opacity: .8;
}
.commit-btn{
    width: 100%;
    height: 44px;
    margin: 20px 0!important;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    background: rgb(198, 25, 25)!important;
    border-color: rgb(198, 25, 25)!important;
    transition: all .5s;
}
.commit-btn:hover{
    opacity: .8;
}
.commit-btn i{
    margin-left: 10px;
    font-weight: bold;
    font-size: 16px;
}
.deals-box{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 14px;
    color: rgb(101, 110, 122);
}
.deals-box a{
    color: rgb(198, 25, 25);
}

/* left */
@supports (color: color-mix(in lab,red,red)) {
    * {
        outline-color: color-mix(in oklab, #4c8dff 50%, transparent);
    }
}
@keyframes sss {
    50% {
        opacity: .1;
    }
}
.bg-gradient-to-tl{
    --tw-gradient-position: to top left in oklab;
    background-image: linear-gradient(to top left in oklab, rgb(255 216 216) 0%, rgb(255 238 238) 50%, #ffe5e5 100%);
}
.w-\[500px\] {
    width: 500px;
}
.h-\[500px\] {
    height: 500px;
}
.bottom-20 {
    bottom: calc(.25rem * 20);
}
.right-20 {
    right: calc(.25rem * 20);
}
.top-20 {
    top: calc(.25rem * 20);
}
.left-20{
    left: calc(.25rem * 20);
}
.h-\[400px\]{
    height: 400px;
}
.w-\[400px\]{
    width: 400px;
}
.animate-pulse{
    animation: sss 2s cubic-bezier(.4, 0, .6, 1) infinite;
}
.rounded-full{
    border-radius: 3.40282e38px;
}
.blur-3xl{
    --tw-blur: blur(64px);
    filter: blur(64px);
}
.bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(to bottom right in oklab, rgb(255 240 240) 0%, rgb(255 249 249) 50%, #ffecec 100%);
}
.bg-gradient-to-br1 {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(to bottom right in oklab, rgb(255 216 216) 0%, rgb(255 238 238) 50%, #ffe5e5 100%);
}
.from-\[\#E8F0FE\] {
    --tw-gradient-from: #e8f0fe;
    --tw-gradient-stops: to bottom right in oklab, #e8f0fe 0%, #f0f7ff 50%, #e6f3ff 100%;
}
.via-\[\#F0F7FF\] {
    --tw-gradient-via: #f0f7ff;
    --tw-gradient-via-stops: to bottom right in oklab, #e8f0fe 0%, 0% 50%, #e6f3ff 100%;
    --tw-gradient-stops: to bottom right in oklab, #e8f0fe 0%, #f0f7ff 50%, #e6f3ff 100%;
}
.to-\[\#E6F3FF\] {
    --tw-gradient-to: #e6f3ff;
    --tw-gradient-stops: to bottom right in oklab, #e8f0fe 0%, #f0f7ff 50%, #e6f3ff 100%;
}
.absolute{
    position: absolute;
}
.inset-0{
    inset: calc(.25rem * 0);
}
.opacity-10{
    opacity: .1;
    vertical-align: middle;
    display: block
}
.w-full{
    width: 100%;
}
.h-full {
    height: 100%;
}
.bg-\[\#3399FF\] {
    background-color: rgb(198, 25, 25);
}
.opacity-30 {
    opacity: .3;
}
.w-1 {
    width: calc(.25rem * 1);
}
.h-1 {
    height: calc(.25rem * 1);
}
.to-\[\#3399FF\]\/5 {
    --tw-gradient-to: oklab(67.5503% -.0537701 -.168071 / .05);
}
.from-\[\#2563EB\]\/15 {
    --tw-gradient-from: oklab(54.615% -.026671 -.213549 / .15);
}
.from-\[\#3399FF\]\/20{
    --tw-gradient-from: oklab(67.5503% -.0537701 -.168071 / .2);
}
.to-\[\#2563EB\]\/10{
    --tw-gradient-to: oklab(54.615% -.026671 -.213549 / .1);
}

/* element */
html .el-input__icon{
    font-size: 18px;
    color: #555;
    line-height: 48px;
}
html .el-input--prefix .el-input__inner{
    padding-left: 36px;
    background: rgba(212, 124, 124, 0.052);
    height: 48px;
    line-height: 48px;
    border-radius: 8px;
}
html .el-input--prefix .el-input__inner::placeholder{
    color: #5f6b7a;
}

/* 手机样式 */
@media (max-width: 1200px) {
    .page-container{
        flex-wrap: wrap;
    }
    .page-left{
        display: none;
    }
    .page-right{
        padding: 30px 0;
        width: 100%;
    }
    .main-box{
        width: 92%;
    }
    .site-name-right{
        display: flex;
        margin-bottom: 30px;
    }
}