
.login_bg{
    margin-top: 85px;
    background: url("../imgs/loginbg.jpg?t=2019")no-repeat center;
    width: 100%;
    height: 700px;
    background-size: 100% 100%;
}
.login{
    color: #fff;
    height: 400px;
    width: 536px;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 235px;
    /*left: calc(50% - 268px);*/
}
.login h3{
    margin-top: 50px;
    font-weight: normal;
    font-size: 30px;
    font-weight: 600;
}
.login input{
    display: block;
    width: calc(60% - 42px);
    height: 42px;
    border: 1px solid rgba(255,255,255,0.3);
    padding-left: 40px;
    background-color: #f5f5f5;
    margin: 0 auto;
    border-radius: 2px;
    margin-top: 20px;
}
.login .user{
    background-image: url(../imgs/user.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}
.login .password{
    background-image: url(../imgs/password.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}
.login p{
    margin-top: 30px;
}
.login p a{
    color: #fc0156;
    font-size: 12px;
    cursor: pointer;
}
.login .submit{
    height: 42px;
    text-align: center;
    border-radius: 2px;
    line-height: 42px;
    width: 60%;
    background-color: #ee4f85;
    display: block;
    margin: 0 auto;
    color: #ffffff;
    border: 0;
    padding-left: 0;
    margin-top: 20px;
    letter-spacing: 10px;
    font-size: 16px;
    cursor: pointer;
}
.login .forgot{
    display: block;
    width: 60%;
    text-align: right;
    color: #fff;
    font-size: 12px;
    margin: 15px auto 0;
    line-height: 25px;
    padding-bottom: 20px;
}
.register{
    color: #fff;
    height: 750px   ;
    width: 536px;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 190px;
    left: calc(50% );
    border-radius: 20px;
}
.register h3{
    margin-top: 40px;
    font-weight: normal;
    font-size: 30px;
    font-weight: 600;

}
.register_right input{
    display: block;
    width: 300px;
    height: 42px;
    border: 1px solid rgba(255,255,255,0.3);
    padding-left: 40px;
    background-color: #f5f5f5;
    border-radius: 2px;
    margin-top: 20px;
}
.register .user{
    background-image: url(../imgs/user.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}
.register .yanzheng{
    background-image: url(../imgs/yanzheng.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}
.register .tuijian{
    background-image: url(../imgs/tuijian.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}
.register .password{
    background-image: url(../imgs/password.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}
.register .phone{
    background-image: url(../imgs/phone.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}
.register p{
    margin-top: 30px;
}
.register p a{
    color: #fc0156;
    font-size: 12px;
    cursor: pointer;
}
.register .submit{
    height: 42px;
    text-align: center;
    border-radius: 2px;
    line-height: 42px;
    width: 60%;
    background-color: #ee4f85;
    display: block;
    margin: 0 auto;
    color: #ffffff;
    border: 0;
    padding-left: 0;
    margin-top: 20px;
    letter-spacing: 10px;
    font-size: 16px;
    cursor: pointer;
}
.register .forgot{
    display: block;
    width: 60%;
    text-align: right;
    color: #d7d7d7;
    font-size: 12px;
    margin: 15px auto 0;
    line-height: 25px;
    padding-bottom: 20px;
}
.register_bg{
    margin-top: 85px;
    background: url("../imgs/loginbg.jpg?t=2019")no-repeat center;
    width: 100%;
    height: 900px;
    background-size: 100% 100%;
}
.register_cont{
    display: flex;
}
.register_left{
    margin-left: 30px;
}
.register_left p{
    margin-top: 45px;
}
.register_right{
    margin-left: 10px;
}
.tiaokjuan{
    text-align: center;
    margin-top: 30px;
}
.xieyi a{
    color: #ee4f85;
}