*{
    margin: 0;
    font-family: PingFang SC, Regular;
}
/*header*/
.content .login{
    width: 1100px;
    margin: 0 auto;
    display: flex;
    height: 80px;
    justify-content: space-between;
    align-items: center;
}
.login-right {
    display: flex;

}
.login-right li a{
    display: block;
    color:#606266;
    width: 80px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    border-left: 1px solid #606266;
    transition: .3s ease-out all ;
}
.login-right li:first-child a{
    border-left: 1px solid transparent;
}
.login-right li:hover a{
    color: #0CA678;
}

/*login-content*/
.login-content{
    width: 100%;
    height: 480px;
    background: url("../images/login/banner.png")  no-repeat center center;
    background-size: auto 100%;

}
.content-center{
    width: 1100px;
    position: relative;

    margin: 0 auto;
}
.content-right{
    position: absolute;
    right: 0;
    top: 60px;
    background: #fff;
    width: 320px;
}
.content-right h3{
    font-size: 16px;
    color: #363133;
    margin: 30px 0 40px;
    text-align: center;
}
.content-from{
    margin: 0 25px;
}
.from-block{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
}
.from-block span{
padding: 14px ;
    color: #C0C4CC;
}
.from-block input{
    outline: none;
    border: 0;
    color: #C0C4CC;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #C0C4CC;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #C0C4CC;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #C0C4CC;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #C0C4CC;
}
.from-btn{
    margin-top: 20px;
    margin-bottom: 85px;
}
.from-btn button{
    width: 100%;
    background: #0CA678;
    border: 1px solid #0CA678;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
footer{
    margin-top: 50px;
    text-align: center;
    color: #606266;
}
footer p:nth-child(1){
    margin-bottom: 20px;
}