﻿/** {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    width: 100%;
}

#app {
    height: 100%;
    width: 100%;
    background: url('https://sxts.oss-cn-chengdu.aliyuncs.com/img/login_bg.jpg');
}

.login {
    background: url('https://sxts.oss-cn-chengdu.aliyuncs.com/img/login_bg.jpg') no-repeat center center;
    background-size: 100%;
    height: 100%;
    width: 100%;
    padding: 0 20%;
}

.bottom {
    width: 100%;
    display: flex;
    color: white;
    position: fixed;
    bottom: 0;
    left: 0;
    line-height: 35px;
    padding: 0 400px;
    font-size: 10px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    justify-content: space-between;
}

.login .content {
    height: 100%;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 150px;
    display: flex;
}

.login .user-login {
    flex: 2;
    height: 100%;
}

    .login .user-login .user {
        margin-top: 25px;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        border: 2px solid #676767;
        padding: 30px 35px;
    }

        .login .user-login .user .title {
            font-size: 30px;
            color: white
        }

        .login .user-login .user .account {
            margin-top: 50px;
        }

            .login .user-login .user .account .el-input__inner {
                background: rgba(255,255,255,0.1);
                height: 50px;
                color: white;
                font-size: 18px;
            }

            .login .user-login .user .account .Verification-input {
                margin-top: 35px;
                position: relative;
                width: 100%;
            }

                .login .user-login .user .account .Verification-input .el-button {
                    position: absolute;
                    right: 15px;
                    top: 9px;
                    width: 100px;
                    height: 30px;
                    background: #A8F2F5;
                    border-radius: 5px;
                    color: black;
                    border: 1px solid #A8F2F5;
                    font-weight: 600;
                }

            .login .user-login .user .account .submit {
                margin-top: 35px;
            }

                .login .user-login .user .account .submit .el-button {
                    font-size: 18px;
                    width: 100%;
                    height: 60px;
                    background: #A8F2F5;
                    border-radius: 10px;
                    color: black;
                    border: 1px solid #A8F2F5;
                    font-weight: 600;
                }

.login .content .info {
    height: 100%;
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    border: 2px solid #676767;
    margin-top: 39px;
    padding: 20px 45px;
    box-sizing: border-box;
    color: white;
    text-align: left;
}

.third-party {
    text-align: center;
    color: white;
    font-size: 18px;
    margin-top: 45px;
}

.flex {
    display: flex;
}

.wx-login img {
    height: 20%;
    width: 100%;
    margin-top: 15px;
    border-radius: 30px;
    margin-top: 60px;
    background: #fff;
}

.login-fun {
    color: white;
    font-size: 20px;
    justify-content: center;
    margin-top: 50px;
}*/





/*媒体查询适配*/
/*@media screen and (min-width: 1921px) {
    #app {
        zoom: 0.95;
    }
}

@media screen and (max-width: 1920px) {
    #app {
        zoom: 0.91;
    }
}

@media screen and (max-width: 1778px) {
    #app {
        zoom: 0.76;
    }
}

@media screen and (max-width: 1680px) {
    #app {
        zoom: 0.8
    }
}

@media screen and (max-width: 1600px) {
    #app {
        zoom: 0.6;
    }
}

@media screen and (max-width: 1580px) {
    .login {
        zoom: 1.2
    }
}

@media screen and (max-width: 1480px) {
    #app {
        zoom: 0.6
    }
}


@media screen and (max-width: 1380px) {
    #app {
        zoom: 0.55
    }
}

@media screen and (max-width: 1060px) {
    .login .user-login .user .title {
        font-size: 18px;
        white-space: nowrap;
    }

        .login .user-login .user .title span {
            font-size: 18px !important;
        }

    .login .user-login .user .account .Verification-input .el-button span {
        display: inline-block;
        width: 100%;
        height: 100%;
        text-align: center;
        font-size: 10px !important;
    }

    .yd-title div:first-child {
        font-size: 20px !important;
    }

    .third-party {
        font-size: 14px;
    }

    .login .user-login .user .account .el-input__inner {
        font-size: 12px;
    }

    .info div {
        font-size: 14px !important;
    }

    .login .user-login .user .account .submit .el-button {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 855px) {
    .login {
        zoom: 1;
    }
}



@media screen and (max-width: 480px) and (min-width:320px) {
    .el-messge {
        width: 50%;
        height: 10%;
    }

    #app {
        zoom: 0.55;
        height: 100%;
    }

    .login {
width: 980px;
height: 110%;
        Background-size: cover;
        padding: 0 40px;
        zoom: 1;
    }

    .yd-logo {
        width: auto !important;
        height: auto !important;
    }

    .yd-title {
        display: none;
    }



    .bottom {
        padding: 0 40px;
        font-size: 10px;
        display: block;
        text-align: center;
    }

    .login .user-login {
        width: 100%;
    }

        .login .user-login .user {
            height: auto;
            width: 100%;
        }

  .login .user-login .user .title {
                font-size: 56px;
            }

                .login .user-login .user .title span {
                    font-size: 48px !important;
                }

.login .user-login .user .account .el-input__inner {
                height: 90px;
font-size: 36px;
}

            .login .user-login .user .account .Verification-input .el-button {
                width: 210px;
                height: 60px;
font-size: 32px;
top: 14px;
            }

            .login .user-login .user .account .submit .el-button {
font-size: 32px;
height: 90px;
                margin-top: 45px;
            }

            .login .user-login .user .account .Verification-input {
                margin-top: 65px;
            }

    .third-party {
font-size: 36px;
}

        .third-party img {
            width: 60px !important;
            height: 60px !important;
        }

    .wx-login img {
        width: 100% !important;
        height: auto;
    }

    .login-fun {
font-size: 36px;
}*/
/*非移动端ios微信打开样式*/
/*.yd-noflex {
        display: block !important;
    }

    .yd-fs48 {
        -webkit-font-size: 48px !important;
        font-size: 48px !important;
    }

    .yd .yd-text {
        -webkit-font-size: 42px !important;
        font-size: 42px !important;
    }

    .yd .login .user-login .user .account .el-input__inner {
        -webkit-font-size: 36px;
        font-size: 36px;
    }

    .yd .login .user-login .user .account .Verification-input .el-button {
        -webkit-font-size: 32px;
        font-size: 32px;
    }

    .yd .login .user-login .user .account .submit .el-button {
        -webkit-font-size: 32px;
        font-size: 32px;
    }

    l
    .yd .bottom {
        -webkit-font-size: 16px;
        font-size: 16px;
    }
}

@media screen and (max-width: 375px) {
    .login {
        zoom: 0.8;
    }
}*/


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Helvetica, Arial, "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

body {
    background: #fff;
}

.box {
    display: flex;
    height: 100vh;
    overflow: hidden;
}

    .box .left .img {
        height: 100%;
        width: 400px;
        object-fit: cover;
    }

    .box .right {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

.header {
    padding: 20px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    border-bottom: 1px solid #e0e0e0;
}

    .header img {
        height: 50px;
    }

.logo {
    width: 48px;
    height: 48px;
}

.nav a {
    color: #757575;
    text-decoration: none;
    margin-left: 20px;
    font-size: 14px;
}

.container {
    position: relative;
    max-width: 600px;
    margin: 50px auto;
    padding: 45px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 20px 50px 0 hsla(0, 0%, 48%, 0.1);
}

    .container .img {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 0;
        width: 40px;
        height: 40px;
        z-index: 1;
    }

.qrcode-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 60px 60px 0;
    border-color: transparent transparent #fff transparent;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 3;
}

    .qrcode-btn::after {
        content: "";
        position: absolute;
        top: 8px;
        right: -34px;
        color: #757575;
        font-size: 12px;
        transform: rotate(45deg);
    }

.title {
    width: fit-content;
    position: relative;
    font-size: 24px;
    color: #333;
    margin-bottom: 40px;
}

    .title::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        height: 5px;
        width: 100%;
        border-radius: 5px;
        background: #e65e50;
    }

.form-group {
    position: relative;
    margin-bottom: 30px;
}

    .form-group .code {
        position: absolute;
        left: 0;
        top: 0;
    }

    .form-group .code-img {
        width: 100%;
        height: 100%;
    }

.input {
    width: 400px;
    height: 60px;
    padding: 0 15px;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
}

    .input .el-input__inner {
        width: 100%;
        height: 100%;
    }

        .input .el-input__inner:focus {
            border-color: #e65e50;
            outline: none;
        }

.submit-btn {
    width: 100%;
    height: 60px;
    background: #e65e50;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

    .submit-btn:hover {
        background: #b72024;
    }

.links {
    margin-top: 30px;
    text-align: center;
}

    .links a {
        color: #757575;
        text-decoration: none;
        font-size: 14px;
        margin: 0 10px;
        transition: all 0.2s ease-in-out;
    }

        .links a:hover {
            color: #e65e50;
        }

.footer {
    text-align: center;
    font-size: 12px;
    padding: 20px;
}

    .footer a {
        color: #757575;
    }

    @media screen and (max-width: 768px) {
        .box {
        flex-direction: column;
        overflow: auto;
    }

        .box .left img {
            display: none;
        }

    .container {
        position: relative;
        margin: 0 auto;
        width: calc(100% - 40px);
        padding: 30px;
    }

    .input {
        width: 100%;
        height: 50px;
        padding: 0 15px;
    }
}
