*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family: PingFangSC-Regular, PingFang SC;
}
.login {
    min-height: 425px;
    background: url("../img/login-bg.png") no-repeat top center;

}

.login .title {
    width: 370px;
    margin: 0 auto;
    text-align: center;
}

.login .title img {
    margin: 94px 0 35px 0;
}

.login .content {
    width: 370px;
    min-height: 381px;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.1500);
}

.login .tab {
    overflow: hidden;
    padding: 35px 76px 20px 89px;
}

.login .tab li {
    float: left;
}
.login .tab li.active span:first-child{
    color: #4490E0;
}
.login .tab li.active span:last-child{
    background: #4490E0;
}
.login .tab li:first-child {
    margin-right: 65px;
}

.login .tab li:last-child {
    margin-right: 0;
}

.login .tab li span {
    display: block;
}

.login .tab span:first-child {
    color: #696969;
    font-size: 14px;
}

.login .tab span:last-child {
    width: 32px;
    height: 1px;
    margin: 9px auto 0;
    background: #fff;
    border-radius: 5px;
}

.login .tabContent {
    width: 300px;
    margin: 0 auto;
    padding-bottom:20px;
}

.login .phone, .login .password {
    width: 300px;
    height: 50px;
    margin: 0 auto;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
}
.login .tabContent .error{
    height: 22px;
    line-height: 22px;
    color: #FF3F3F;
    font-size:12px;
}
.login .phone input, .login .password input {
    float: left;
    width: 227px;
    height: 50px;
    padding-left: 22px;
    border: 0;
    outline: none;
    color: #bcbcbc;
    font-size: 12px;
    border-radius: 5px;
}
.login .identify-picture{
    overflow: hidden;
}
.login .identify-picture input{
    float: left;
    width:155px;
    height: 50px;
    padding-left: 22px;
    outline: none;
    color: #bcbcbc;
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid #DCDCDC;
}
.login .identify-picture img{
	float:left;
	margin-left:20px;
}
.login .phone span, .login .password span {
    display: block;
    float: left;
    width: 48px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-left: 1px solid #DCDCDC;
}

.login .phone img, .login .password img {
    margin-top: 15px;
}

.login .autoLogin {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 12px;
}

.login .autoLogin input {
    position: relative;
    top:1px;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    color: #696969;
}

.login .autoLogin span {
    color: #4490E0;
}

.login .btn {
    width: 300px;
    height: 50px;
    line-height: 50px;
    margin-top: 8px;
    color: #fff;
    background: #4490E0;
    border-radius: 5px;
    text-align: center;
}

.login .other {
    margin-top: 8px;
    display: flex;
}

.login .other > div:first-child {
    margin-right: 66px;
}
.login .other a{
	display:block;
	float:left;
}
.login .other span {
	float:left;
    font-size: 12px;
    color: #696969;
}

.login .other > div:first-child span:first-child {
    position: relative;
    top: 3px;
}

.login .other .register {
    color: #4490E0;
}

.login .code {
    display: flex;
    height: 50px;
    line-height: 50px;
}

.login .code>div:first-child{
    width: 180px;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
}
.login .code>.phoneCode{
    width: 110px;
    height: 50px;
    line-height: 50px;
    margin-left: 23px;
    background: #4490E0;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
}
.login .code>.time{
    width: 110px;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
    background: #E7E7E7;
    color: #696969;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
}
.login .code input{
    float: left;
    width: 99px;
    height: 48px;
    padding-left: 22px;
    border: 0;
    outline: none;
    color: #bcbcbc;
    font-size: 12px;
    border-radius: 5px;
}
.login .code span{
    display: block;
    float: left;
    width: 48px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-left: 1px solid #DCDCDC;
}
.login .code img{
    margin-top: 15px;
}
.footer{
    margin-top: 149px;
    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;
}
.i-focus{
    position: absolute;
    display: inline-block;
    width: 4px;
    height: 50px;
    background: #4490E0;
    border-radius: 4px;
}