*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family: PingFangSC-Regular, PingFang SC;
}
.register {
    min-height: 425px;
    background: url("../img/login-bg.png") no-repeat top center;
}
.register .title{
    width: 620px;
    margin: 0 auto;
    text-align: center;
}
.register .title>div{
    padding: 57px 0 25px 0;
}
.register .title .line{
    position: relative;
    top:-5px;
    display: inline-block;
    width: 1px;
    height: 26px;
    margin: 0 18px;
    background: #fff;
}
.register .title span:last-child{
    position: relative;
    top:-18px;
    color: #fff;
    font-size: 18px;
}
.register .content{
    width: 620px;
    height: 453px;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.1500);
}
.register .content .error{
    height: 22px;
    line-height: 22px;
    color: #FF3F3F;
    font-size:12px;
}
.register .content>div{
    width: 300px;
    margin:0 auto;
    padding-top: 40px;
}
.register .content input{
    height: 50px;
    padding-left: 22px;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    outline: none;
    color: #BCBCBC;
    font-size:12px;
}
.register .toLogin{
    margin-bottom: 7px;
    text-align: right;
    font-size: 12px;
    color: #696969;
}
.register .toLogin span{
    color: #4490E0;
}
.register .phone input{
    width: 276px;
}
.register .identify-picture input{
    width: 156px;
}
.register .identify-message{
    display: flex;
}
.register .identify-message input{
    width: 156px;
}
.register .phoneCode{
    display: inline-block;
    width: 110px;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
    background: #4490E0;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
}
.register .password input{
    width: 276px;
}
.register .btn{
    width: 300px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background: #4490E0;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.footer{
    margin-top: 116px;
    padding-bottom: 114px;
}
.footer ul:first-child{
    display: flex;
    margin-bottom: 39px;
    justify-content: center;
}
.footer ul:first-child a{
    display: block;
    color: #696969;
    font-size: 14px;
}
.footer ul:first-child li{
    margin:0 20px;
}
.footer ul:first-child span{
    position: relative;
    top:3px;
    display: block;
    width: 1px;
    height: 13px;
    background: #696969;
}
.footer ul:last-child{
    display: flex;
    justify-content: center;
    font-size: 12px;
    color: #696969;
}
.footer ul:last-child li{
    margin:0 19px;
}
.footer ul:last-child span{
    position: relative;
    top:3px;
    display: block;
    width: 1px;
    height: 13px;
    background: #696969;
}
.time{
    width: 110px;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
    background: #E7E7E7;
    color: #696969;
    border-radius: 5px;
    font-size: 15px;
    text-align: center;
}
