.navigation{
    display: none;
}
.login-right{
    width: 350px;
    box-shadow: 0px 0px 7px 1px rgba(51,51,51,.1);
}
.login-right-top{
    padding: 30px 25px 60px 25px;
    position: relative;
}
.login-right-top p{
    font-size:20px;
    color:#707070;
    margin-bottom:30px;
    display: inline-block;
}
.login-right-top>div{
    margin-top:20px;
    border:1px solid #d8d8d8;

    display: flex;
    justify-content: flex-start;
    align-items: center;

}
.login-right-top>div label{
    display: flex;
    flex: 1;
    align-items: center;
    padding:8px 0px;
}
.login-right-top>div i{
    width:40px;
    height: 24px;
    display: inline-block;
    border-right: 1px solid #d8d8d8;
}
.login-right-top>div input{
    flex:1;
    line-height: 24px;
    border:none;
    outline: none;
    font-size: 14px;
    margin-left: 11px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
.label-phone i{
    background: url("../image/login1.png")no-repeat center;
    background-size: 40%;
}
.label-password i{
    background: url("../image/login2.png")no-repeat center;
    background-size: 40%;
}
.label-yzm i{
    background: url("../image/login3.png")no-repeat center;
    background-size: 40%;
}
.label-yqm i{
    background: url("../image/login4.png")no-repeat center;
    background-size: 40%;
}
.loginBtn{
    margin-top:20px;
    width:100%;
    display: inline-block;
    line-height: 42px;
    color:white;
    text-align: center;
    outline: none;
    border:none;
    background: #00a4ff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}
.login-right-top>a{
    float: right;
    display: inline-block;
    color:#999999;
    font-size: 12px;
    margin-top:10px;
}
.login-right-top>div a:first-child{
    margin-right: 12px;
}
.login-right-bottom{
    height: 52px;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top:1px solid #d8d8d8;
}
.login-right-bottom span{
    font-size: 12px;
    color:#999999;
}
.from{
    display: none;
}
.login-right-bottom img{
    width:20px;
    height: 20px;
    margin-left: 5px;
}
.binding_newAccounts-top{
    margin-top:20px !important;
    display:  block !important;
    padding:0px !important;

}
.binding_newAccounts-top>p{
    font-size: 15px;
    color:#999;
    margin-bottom:0px !important;
}
.binding_newAccounts-top>ul{
    width:100%;
    margin-top:10px;
    display: flex;
}
.binding_newAccounts-top>ul li{
    font-size: 14px;
    color: #999;
    border: 1px solid #d8d8d8;
    padding: 2px 11px;
    position: relative;
    margin-right: 12px;
    cursor: pointer;
}
.binding_newAccounts-top>ul li.active{
    color:#00a4ff !important;
    border: 1px solid #00a4ff !important;
}
.binding_newAccounts-top>ul li.active img{
    display: block !important;
}
.binding_newAccounts-top>ul li img{
    position: absolute;
    bottom:0px;
    right:0px;
    display: none;
}
.label-yzm>button{
    width: 30%;
    text-align: center;
    color:#00a4ff;
    font-size: 10px;
    outline: none;
    border:none;
    background: transparent;
    line-height: 24px;
    padding: 9px 0px;
    cursor: pointer;
}
.agree{
    justify-content: flex-start !important;
    margin-top:5px !important;
    border:none!important;
    display: block !important;
    cursor: pointer;
    padding:0px !important;
}
.agree p{
    font-size: 12px !important;
    margin-bottom:0px !important;
    color:#999;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
}
.agree p a{
    color:#00a4ff;
    margin-left: 3px;
}
.label-yzm input{
    margin-right: 0px !important;
}
.binding_newAccounts-top{
    border:none!important;
    margin-top:0px !important;
    height:auto!important;
}
input::-webkit-input-placeholder {
    color: #ccc;
    font-size: 14px;
}

@media screen and (max-width: 769px) {
    .login{
        flex-wrap: wrap;
        padding-top:.2rem;
    }
    .login-left>div{
        margin-right: 10%;
        margin-top:10%;
    }
    .login-left{
        width:100%;
    }
    .login-right{
        width: 92%;
        margin: -3.5rem auto 0;
    }
    .login-right-top>div input{
        background: transparent;
    }
}
.login-showModel {
    color: red;
    line-height: 20px;
    font-size: 13px;
    display: none;
    float: left;
    position: absolute;
    left: 26px;
    top: 67px;
    padding-left: 18px;
}
.login-showModel:after {
    content: '!';
    position: absolute;
    width: 12px;
    height: 12px;
    border: 1px solid red;
    border-radius: 50%;
    font-size: 12px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 13px;
    text-align: center;
}