* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

input {
    border: none;
    outline: none;
    box-shadow: none;
}

.login-background {
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    background: url("/static/picture/background.jpg") no-repeat 50%;
    background-size: cover;
    position: relative;
    padding-top: 10%;
}

.login-logo {
    width: 51px;
    height: 51px;
    border-radius: 8px;
    opacity: 1;
    border: 3px solid #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.login-logo img {
    width: 100%;

    border-radius: 8px;
}

.login-content {
    width: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.lgin-title {
    color: #3D3D3D;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px;
}

.login-desc {
    display: flex;
    gap: 17px;
    align-items: center;
}

.login-desc span {
    width: 2px;
    height: 16px;
    background-color: #C4DFFF;
}

.login-desc p {
    color: #3D3D3D;
    font-size: 16px;
    white-space: nowrap;
}


.loginBoxActive {
    display: none;
}

.loginBox {
    width: 440px;
    height: 560px;
    background: hsla(0, 0%, 100%, .8);
    backdrop-filter: blur(50px);
    -webkit-box-shadow: 0 2px 80px 5px rgba(19, 29, 107, .06);
    box-shadow: 0 2px 80px 5px rgba(19, 29, 107, .06);
    border-radius: 12px;
    border: 2px solid #fff;
    box-sizing: border-box;
    margin-bottom: 25px;
    margin-left: 120px;
    overflow: hidden;
    display: block;
    position: relative;
}



.login-typeBox {
    display: flex;
    height: 72px;
    border-bottom: 1px solid #edeff2;
    position: relative;
}

.login-type {
    flex: 1;
    height: 100%;
    line-height: 72px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    color: #60646b;
    position: relative;
    transition: all 0.3s ease;
}


.login-Ewei {
    height: 435px;
    padding: 70px 0 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-bottom: 1px solid #EDEFF2;
    box-sizing: border-box;
}

.Ewei-framework {
    width: 246px;
    height: 246px;
    display: inline-block;
    margin-bottom: 18px;
    position: relative;
    background: url("/static/img/framework.png") no-repeat;
    background-size: cover;
}

#login-Ewei,
#register-Ewei {
    width: 240px;
    height: 240px;
    margin: 0 auto;
    /* 水平居中 */
    overflow: hidden;
    /* transform: scale(0.3); */
}

#login-Ewei iframe {
    width: 100% !important;
    height: 100% !important;
}

#register-Ewei iframe {
    width: 100% !important;
    height: 100% !important;
}

.Ewei-line {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    height: 4px;
    background: linear-gradient(270deg, rgba(0, 244, 255, 0), #00edff 55%, rgba(0, 229, 255, 0));
    animation: slideLine 3s ease-in-out infinite alternate;
    z-index: 100;
}

@keyframes slideLine {
    0% {
        top: 4%;
    }

    100% {
        top: 96%;
    }

}

.loginActive {
    color: #202124;
    font-weight: 700;
}

.active-bar {
    width: 28px;
    height: 3px;
    background: #006cff;
    border-radius: 6px 6px 0 0;
    transform: translateX(-50%);
    position: absolute;
    bottom: 1px;
    left: 25%;
    transition: all .3s ease;
}

.barACtive {
    left: 75%;
}



.Ewei-text {
    font-size: 14px;
    align-items: center;
    color: #3D3D3D;
    margin-bottom: 14px;
}

.Ewei-desc {
    font-size: 14px;
    align-items: center;
    color: #3D3D3D;
    margin: 0px;
}

.Ewei-desc a {
    color: #006CFF;
    text-decoration: none;

}

.login-register {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #3D3D3D
}

.login-register span {
    color: #006CFF;
    cursor: pointer;
}


.login-account {
    padding: 45px 0 0;
    height: 435px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-bottom: 1px solid #EDEFF2;
    box-sizing: border-box;

}

.account-enteringBox {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 25px;
    flex-direction: column;
}

.account-entering {
    width: 332px;
    height: 51px;
    border-radius: 8px;
    background: #FFFFFF;
    border: 1px solid #EDEFF2;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.accout-icon {
    width: 44px;
    height: 22px;
    border-right: 1px solid #F1F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accout-icon img {
    height: 18px;
}

.accout-input {
    border: none;
    height: 100%;
    padding: 0;
    padding-left: 20px;
    width: calc(100% - 44px);
    border-radius: 8px;
}

.eyeBox {
    width: 30px;
    padding: 0 5px;
}

.account-rememberBox {
    width: 332px;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.account-remember {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #3D3D3D;
}

.account-forget {
    color: #919499;
    font-size: 14px;
    cursor: pointer;
}

.register-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.register-btn {
    width: 332px;
    height: 51px;
    border-radius: 8px;
    background: linear-gradient(90deg, #3288FF 0%, #32B6FF 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}


.spot {
    position: absolute;
    width: 20px;
    height: 20px;
    background: radial-gradient(circle closest-side, #00fff860, transparent);
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0);
    transition: all .3s ease, left 0s, top 0s;
    opacity: 0;
}

.register-btn:hover .spot {
    width: 150px;
    height: 150px;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}



.switch-btn {
    width: 332px;
    height: 51px;
    position: relative;
    opacity: 1;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: linear-gradient(90deg, #0070FF 0%, #00A5FF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
}

.switch-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 1px;
    background: linear-gradient(90deg, #0070FF 0%, #00A5FF 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
}

.agreement-box {
    margin: 0 auto;
    width: 332px;
    display: flex;
    gap: 10px;
    margin: 20px 0;
    align-items: center;
}

.identifying {
    width: 90px;
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #006CFF;
    cursor: pointer;

}

.identifyingActive {
    color: #BEBEBE;
    cursor: not-allowed;
}

.identifying-input {
    border: none;
    height: 100%;
    padding: 0;
    padding-left: 20px;
    width: calc(100% - 134px);
}

.forget-box {
    border-bottom: 1px solid #EDEFF2;
    box-sizing: border-box;
    padding-top: 94px;
    height: calc(100% - 50px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.forter-title {
    font-size: 20px;
    font-weight: bold;
    color: #202124;
    margin-bottom: 40px;
}

.forter-inputBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.Remake-btn {
    width: 332px;
    height: 51px;
    border-radius: 8px;
    opacity: 1;
    margin-top: 50px;
    background: linear-gradient(90deg, #3288FF 0%, #32B6FF 100%);
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.Remake-btn:hover .spot {
    width: 150px;
    height: 150px;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}


.EweiActive {
    display: none !important;
}

.focused {
    border-color: #006cff;
}

.accoutSvg {
    color: #006CFF;
}

.replaceBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.notification {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 304px;
    height: 153px;
    border-radius: 12px;
    background: #FAFCFF;
    box-sizing: border-box;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.16);
    transform: translate(-50%, -50%);
}

.notification-title {
    font-size: 16px;
    font-weight: normal;
    display: flex;
    align-items: center;
    letter-spacing: 0px;
    color: #1D2129;
    padding: 12px 0;
    border-bottom: 1px solid #E5E6EB;
    display: flex;
    justify-content: center;
}

.notification-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 18px;
}

.notification-desc p {
    font-size: 14px;
    color: #3D3D3D;
    margin-bottom: 19px;
    text-align: center;
}

.notification-btnBox {
    display: flex;
    justify-content: center;
    gap: 24px;
}

.notification-btnBox div {
    padding: 7px 11px;
    border-radius: 8px;
    opacity: 1;
    background: linear-gradient(90deg, #3288FF 0%, #32B6FF 100%);
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
}

.welcome-box {
    border-bottom: 1px solid #EDEFF2;
    box-sizing: border-box;
    padding-top: 60px;
    height: calc(100% - 50px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.welcome-btn {
    margin-top: 25px;
    width: 332px;
    height: 51px;
    border-radius: 8px;
    opacity: 1;
    background: linear-gradient(90deg, #3288FF 0%, #32B6FF 100%);
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.welcome-btn:hover .spot {
    width: 150px;
    height: 150px;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}


.prompt-box {
    position: fixed;
    left: 50%;
    top: 45%;
    transform: translate3d(-50%, -50%, 0px);
    background: rgba(0, 0, 0, 0.7);
    color: rgb(255, 255, 255);
    font-size: 15px;
    padding: 0px;
    border-radius: 5px;
    z-index: 5009;
    word-break: break-all;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.prompt-boxAcitve {
    max-height: 100px;
    padding: 16px 20px;
    overflow: visible;
    opacity: 1;
}

@media screen and (max-width: 768px) {

    .login-background {
        box-sizing: content-box;
        padding-bottom: 100px;
        padding-top: 15%;
    }

    .login-content {
        display: block;
        padding: 0 20px;
    }

    .login-desc {
        flex-wrap: wrap;
    }

    .lgin-title {
        width: 100%;
        text-align: left;
    }

    .loginBox {
        margin: 30px auto 0;
    }

}

@media screen and (max-width: 460px) {
    .login-content {
        width: 100%;
    }

    .loginBox {
        width: 100%;
    }
}

input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border: 2px solid #ccc;
    border-radius: 2px;
    cursor: pointer;
    transition: all .2s ease;
}

input[type="checkbox"]:hover {
    border-color: #006cff;
}

input[type="checkbox"]:checked {
    background: #006cff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' d='M13 4L6 11 3 8l1-1 2 2 6-6z'/%3E%3C/svg%3E") center/15px no-repeat;
    border-color: #006cff;
}

.nextStep {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
}

.filingBox-content {
    width: 100%;
    display: flex;
    position: absolute;
    bottom: 15px;
    gap: 8px;
    justify-content: center;
}

.filingBox-content p {
    color: #b8babf;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 12px;
    transition: all .3s;
}

.filingBox-content p img {
    width: 15px;
    margin-right: 5px;
}

.filingBox-text:hover{
    color: #0058ff;
    
}

@media screen and (max-width: 768px) {
    .filingBox-content {
        width: 100%;
        display: flex;
        flex-direction: column;
       padding: 0 15px;
        justify-content: center;
    }
    
}

.shiwai-logo{
    position: absolute;
    top: 20px;
    left: 20px;
    width:150px;
    height: 60px;
}
@media screen and (max-width: 768px) {
    .shiwai-logo{
        
        top: 10px;
        left: 10px;
        width:130px;
        height: 50px;
    }   
}