body{
    padding-top: 0 !important;
}
.logo {
    height: 110px;
    line-height: 110px;
    overflow: hidden;
    box-shadow:  2px 2px 16px rgba(224, 224, 224, 0.3);
}
.logo .inner {
    overflow: hidden;
}
.logo-img {
    width: 132px;
    height: auto;
}
.logo .left {
    height: 110px;
    align-items: center;
}
.logo .left>span {
    font-size: 20px;
    color: #333;
    margin-left: 60px;
}
.logo .right {
    height: 110px;
}
.go-regist>span {
    font-size: 14px;
    color: #999;
}
.go-regist>a {
    font-size: 14px;
}
.loginBox {
    position: relative;
}
.login {
    width: 442px;
    margin: 100px auto 0;
    padding: 48px 66px 60px;
    background-color: #f7f7f7;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.login>h3 {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 500;
}
.login .inp>input,
.code>input{
    width: 310px;
    height: 54px;
    line-height: 54px;
    background-color: #fff;
    padding-left: 17px;
    margin-bottom: 20px;
    color: #333;
    font-size: 14px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.code>input::-webkit-input-placeholder,
.login .inp>input::-webkit-input-placeholder {
    color: #999;
}
.forgot-pas {
    text-align: right;
}
.forgot-pas>a {
    color: #46527f;
    font-size: 12px;
}
.submit>button,
.code>button{
    width: 100%;
    height: 55px;
    margin-top: 36px;
    margin-bottom: 30px;
    line-height: 55px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
}

/*注册*/
.code {
    width: 100%;
}
.code>button {
    width: 112px;
    margin-left: 14px;
    margin-top: 0;
}
.code>input {
    flex: 1;
}


.copyright {
    width: 1200px;
    margin: 20px auto 0;
    text-align: center;
    color: #999;
    font-size: 12px;
}