*{
    margin: 0;
    padding: 0;
    list-style: none;
}
h2{
    margin-top:26px;
    margin-bottom: 15px;
}
body{
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-box{
   position: relative;
}
.login{
    position: absolute;
    left: calc(17% - 15vw);
    top: 1vw;
    width: 10vw;
    height: 10vh;
    object-fit: scale-down;
}
.big-box{
    display: flex;
    justify-content: center;
    width: 60vw;
    /*height: 64vh;*/
    padding-bottom: 10px;
    background-color: #fff;
    border-radius: 9px;

}
.input-box{
    margin: 13px 0 9px auto;
}
.input-box input {
    width: 22vw;
    height: 5vh;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding-left: 8px;
    outline:none;//去除选中时的黑边
}
.error-img-fail{
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 180px;
}
.verification-code{
    width: 6vw;
    height: 5vh;
    border-radius: 5px;
    margin-top: -2px;
    /*object-fit: scale-down;*/
}
.login-btn{
    width: 22vw;
    height: 5vh;
    background-color: #58b7e0;
    border: 0;
    border-radius: 4px;
    margin-top: 14px;
    color: #fff;
}
.checkbox-div{
    text-align: left;
    padding-left: 45px;
    padding-bottom: 14px;
}
.right-box{
    position: relative;
}
.erweima{
    width: 4vw;
    position: absolute;
    bottom: 0.5vw;
    right: 0.5vw;
}
.ps{
    color: #ccc;
    padding-left: 5px;
}
.error-tip{
    text-align: center;
    color: red;
    font-size: 14px;
    /*height: 60px;*/
    font-weight: bolder;
    display: block;
}
.erweima-box div {
    display: none;
    background-repeat: no-repeat;
}
.qita-login{
    display: flex;
    margin-left: 5px;
}
.qr-hide{
    position: absolute;
    right: -251.3px;
    bottom: -58.4px;
    width: 7vw;
    height: 20vh;
    object-fit: scale-down;
}
.erweima-box:hover div{
    display: block;
}
.qr-box{
    position: relative;
}
.triangle{
    position: absolute;
    right: -162.3px;
    bottom: -11px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #3498cc;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;

}
/*.checkboxR{*/
/*    padding-left: 44px;*/
/*}*/
.right-box{
    width: 54vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.textT{
    display: flex;
    justify-content: space-evenly;
}
.left-box{
    width:60vw;
    height:62vh;
    background-repeat: no-repeat;
    background-size: 100%
}
.img-pic{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    margin-left: 10px;
    margin-top: 5px;
}
.foot-box{
    padding-top: 1vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.foot-box p {
    font-size: 9px;
}
.code-input{
    width: 15.6vw;
    height: 5vh;
}
.wx-img,.qq-login,.password-img{
    width: 30px;
    height: 30px;
}
/*手机适配*/
@media(max-width: 400px){
    .left-box{
        display: none;
    }
    .content-box{
        width: 96%;
    }
    .big-box{
        width: 100%;
    }
    .right-box{
        width: 100%;
    }
    .input-box input {
        width: 100%;
        height: 5vh;
    }
    .code-input{
        width: 52vw !important;
        height: 5vh;
    }
    .verification-code {
        width: 19vw;
    }
    .login-btn {
        width: 100%;
    }
    .erweima {
        width: 12vw;
    }
    .login {
        width: 28vw;
    }
    .qr-hide {
        right: -137.3px;
        bottom: -117.4px;
        width: 21vw;
    }
    .triangle{
        display: none !important;
    }
}
/*ipad适配*/
@media (min-width:401px) and (max-width: 800px) {
    .content-box{
        width: 96%;
    }
    .big-box{
        width: 100%;
    }
    .right-box{
        width: 100%;
    }
    .input-box input {
        width: 100%;
        height: 5vh;
    }
    .login-btn{
        width: 100%;
        height: 5vh;
    }
    .code-input{
        width: 60vw !important;
        height: 5vh;
    }
    .verification-code {
        width: 15vw;
        height: 4.9vh;
        /*object-fit: none;*/
    }
    .left-box{
        display: none;
    }
    .checkboxR {
        text-align: left;
        padding-left: 1vw;
    }
    .foot-box {
        margin-top: 20px;
    }
    .wx-img .qq-img {
        width: 20px !important;
        height: 20px !important;
    }
    .login {
        left: calc(50% - 15vw) !important;
        margin-bottom: 15px;
        width: 31vw;
        height: 13vh;

    }
    .erweima {
        width: 13vw;
        bottom: 1.5vw;
        right: 0.5vw;
    }
    .triangle{
       display: none !important;
    }
    .qr-hide {
        right: -38vw;
        bottom: -14.2vw;
        width: 29vw;
        height: 24vh;
    }
}
/*ipadPro适配*/
@media (min-width:801px) and (max-width:1024px) {
    .left-box{
        display: none;
    }
    .input-box input {
        width: 48vw;
        height: 5vh;
    }
    .code-input{
        width: 36.6vw !important;
    }
    .verification-code {
        width: 11.1vw;
    }
    .login-btn {
        width: 48vw;
    }
    .big-box {
        width: 81vw;
    }
    .erweima {
        width: 7vw;
        right: -12.5vw;
    }
    h2 {
        font-size: 38px;
    }
    .login {
        width: 18vw;
        height: 8vh;
    }
}