.s3-header {
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
}

.s3-header .s3-logo {
    width: 200px;
    height: 100px;
}

.s3-header .s3-logo a {
    display: block;
    height: 100%;
}

.s3-header .s3-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.s3-header .s3-home {
    position: fixed;
    right: 15px;
    top: -50px;
}

.s3-header .s3-home img {
    width: 30px;
    height: 30px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.s3-header .s3-home img:hover {
    filter: drop-shadow(0px 0px 4px #0058a5);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}



* {
    font-style: normal;
    box-sizing: border-box;
}

#login,
#regist {
    /* background: url('/clientarea/template/pc/shiwai-s3/img/header/backbanner.png') no-repeat center; */
    background-size: cover;
    display: flex;
}

.login {
    display: flex;
    gap: 50px;
    white-space: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    box-shadow: 1px 0px 10px 10px rgba(21, 34, 50, 0.08);
}

.login-form {
    margin-top: 0;
}

.shiwai-login-footer {
    width: 100%;
    background: #fff;
    height: 60px;
    position: absolute;
    bottom: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.shiwai-login-logo-mobile {
    display: none;
}

.login-gx {
    background: url('/clientarea/template/pc/shiwai-s3/img/index/bot1.png') no-repeat;
    padding-left: 20px;
    color: #000;
    text-decoration: none;
    transition: all .3s;
}

.login-ga {
    background: url('/clientarea/template/pc/shiwai-s3/img/index/bot2.png') no-repeat;
    padding-left: 20px;
    color: #000;
    text-decoration: none;
    transition: all .3s;
}

.login-gx:hover,
.login-ga:hover {
    color: #0058ff;
    transition: all .3s;
}

.login-container {
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.container-before {
    width: auto;
    height: auto;
    box-shadow: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    position: inherit !important;
    right: 0;
}

.login-container {
    flex: 1;
    justify-content: space-around;
}

.shiwai-back {
    flex: 0.4;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;

}

.shiwai-back img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shiwai-scanTheCode {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.shiwai-scanTheCode .shiwai-dynamicTitle {
    color: #2190F9FF;
    border: 1px solid #2190F9FF;
    padding: 5px 12px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shiwai-scanTheCode .shiwai-dynamicTitle i {
    color: #000000FF;
}

.shiwai-scanTheCode .qrCode {
    background: url('/clientarea/template/pc/shiwai-s3/img/login/erweima.png') no-repeat;
    background-size: 300% 300%;
    background-position: -160px -94px;
    width: 170px;
    height: 170px;
    padding: 15px;
    margin: 20px 0;
}

.shiwai-scanTheCode .qrCode img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.shiwai-scanTheCode .shiwai-bottomDescription {
    font-size: 12.5px;
    color: #000000FF;
}

.shiwai-scanTheCode .shiwai-bottomDescription i {
    color: #2190F9FF;
}

.shiwai-QQandWxLgoin {
    padding-top: 15px;
    border-top: 1px solid #F1F1F1FF;
    display: flex;
    align-items: center;
    /* justify-content: space-evenly; */
}

.shiwai-QQandWxLgoin a {
    display: flex;
    width: 35px;
    gap: 10px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}



.input-with-select .el-input-group__prepend {
    width: 110px;
}

.login-email,
.login-phone {
    color: #2190F9FF;
    font-size: 15px;
    padding: 0 25px;
}

.active {
    border-bottom: 3px solid #2190F9FF;
}

.code-btn {
    background: #fff;
    color: #2190F9FF;
    border: 1.5px solid #2190F9FF;
}

.code-btn span {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.form-main {
    padding: 0 10px;
}

.login-top {
    position: relative;
}

.login-top::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #F1F1F1;
    z-index: -1;
}

.login-btn {
    display: block;
    color: #fff;
    background: #2190F9FF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-size: 15px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.shiwai-buttonClass {
    margin-top: 0;
}

.login-btn:hover {
    filter: drop-shadow(2px 4px 6px #2190F9FF);
    -webkit-filter: drop-shadow(2px 4px 6px #2190F9FF);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.read-text {
    color: #000000FF;
    font-size: 13px;
}

.el-checkbox__inner {
    border: 1px solid #707070FF;
}

.rember-item {
    margin-top: .4rem !important;
    margin-bottom: .1rem;
    align-items: center;
}

.login-text-regist {
    margin-top: .18rem;
    color: #0058ff;
    font-size: 13px;
    padding-bottom: 15px;
}

.login-text-regist a {
    color: #1e2736;
}

.login-text-regist {
    text-align: center;
}

.pass-btn {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.shiwai-title h1 {
    font-size: 35px;
}


.shiwai-title p:nth-child(2) {
    margin-top: 80px;
}

.shiwai-title p {
    font-size: 18px;
    line-height: 40px;
}

.form-item {
    margin-top: .2rem;
}

.shiwai-title a {
    margin-top: 80px;
    font-size: 15px;
    background: #2190F9FF;
    color: #fff;
    width: 120px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.shiwai-title a:hover {
    opacity: 0.75;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.pass-btn:hover {
    filter: drop-shadow(0px 4px 56px #2190F9FF);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.shiwai-text {
    font-size: 15px;
    color: #4A4A4AFF;
}

.shiwai-text2 {
    margin-top: .2rem;
}

@media (max-width: 768px) {
    .pc {
        display: none !important;
    }

    .container-before {
        background: transparent;
    }

    .shiwai-title {
        display: none;
    }

    .login-email,
    .login-phone {}

    .login-container {
        background: url('/clientarea/template/pc/shiwai-s3/img/login/loginback.jpg') no-repeat center !important;
        background-size: 100% 100% !important;
    }

    .login-email,
    .login-phone {
        color: #000;
    }

    .active {
        color: #2190F9FF;
    }

    .shiwai-login-footer {
        display: none;
    }
}
@media (max-width: 768px) {
    * {

        /* 移动端取消所有默认点击事件 */
        -webkit-tap-highlight-color: transparent;
        /* Webkit (Safari/Chrome) Browsers */
        -webkit-touch-callout: none;
        /* Disable long press menu for links */
        -webkit-user-select: none;
        /* Disable text selection */
        -khtml-user-select: none;
        /* Disable text selection */
        -moz-user-select: none;
        /* Disable text selection */
        -ms-user-select: none;
        /* Disable text selection */
        user-select: none;
        /* Disable text selection */
    }

    .s3-header {
        padding: 0 5vw;
        background: #fff;
    }

    .s3-header .s3-logo {
        width: 25vw;
        height: 15vw;
    }

    .s3-header .s3-home {
        position: static;
    }

    .s3-header .s3-home a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .s3-header .s3-home img {
        width: 6vw;
        height: 6vw;
    }

    .shiwai-back {
        display: none !important;
    }

    .container-before {
        margin: 0;
        height: 100%;
        background: #ffffff7d;
        backdrop-filter: blur(20px);
    }

    .login {
        flex-direction: column;
        white-space: normal;
        padding: 7vw;
        box-shadow:none;
    }

    .login-container {
        height: 100%;
        padding:33vw 0 0 0;
        align-items: flex-start !important;
    }

    .login-email,
    .login-phone {
        font-size: 4.5vw;
        padding: 0 0 9vw 0;
    }
    .login-text{
        width: 100%;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }
    .pass-btn:hover {
        filter: drop-shadow(0px 4px 56px #fff);
        -webkit-filter: drop-shadow(0px 4px 56px #fff);
    }

    .shiwai-text {
        font-size: 4vw;
    }

    .shiwai-QQandWxLgoin {
        display: block;
    }

    .container-before {
        width: 100%;
        border-radius: 7vw 7vw 0 0;
        -webkit-border-radius: 7vw 7vw 0 0;
        -moz-border-radius: 7vw 7vw 0 0;
        -ms-border-radius: 7vw 7vw 0 0;
        -o-border-radius: 7vw 7vw 0 0;
}

    .input-with-select .el-input-group__prepend {
        width: 20vw;
    }

    .login-btn {
        height: 12vw;
        border-radius: 10vw;
        background: transparent;
        border: 1px solid #2190F9FF;
        color: #2190F9FF;
    }

    .pass-btn {
        height: 12vw;
        border-radius: 10vw;
    }

    .rember-item {
        display: block;
    }

    .login-btn span {
        font-size: 3.8vw;
    }

    .code-btn {
        font-size: 4vw;
        padding: 0 4vw;
    }

    .login-text-regist {
        margin-top: 15px;
        font-size: 3.5vw;
        padding-bottom: 0;
    }

    .lang-box {
        position: absolute;
        right: 4vw !important;
        top: -50px !important;
    }

    .shiwai-QQandWxLgoin a img{
        width: 35px;
    }
}