.infoHeader {
    background: #fffcf7;
}
.topCenter {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.infoLogo {
    display: flex;
    align-items: center;
}
.infoLogo > a > img {
    display: block;
    width: 130px;
}
.infoLogo > span {
    display: block;
    width: 1px;
    height: 26px;
    background-color: #999;
    margin: 0 20px;
}
.infoLogo > h4 {
    font-size: 22px;
}
.loginBanner {
    width: 100%;
    height: 620px;
    background: url(../images/banner.jpg) no-repeat center center;
}
.loginCenter {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.loginBox {
    width: 440px;
    height: 420px;
    background-color: #fff;
    position: absolute;
    top: 100px;
    right: 0;
    border-radius: 15px;
}
@media screen and (max-width: 600px) {
    .loginBox {
        width: 90%;
        position: relative;
        margin: 20px auto;
        border-radius: 15px;
    }
}
.loginBox>h5{
    width: 100%;
    padding: 21px 0 15px 0;
    font-size: 22px;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.loginBox>h5{
    width:100%;
    padding:21px 0 15px 0;
    font-size: 22px;
    text-align:center;
    border-bottom:1px solid #eee;
    margin-bottom: 30px;
}
.userName,.passWord,.code,.forgetPassword,.submitBtn{
    width:370px;
    height:44px;
    margin:0 auto;
    border:solid 1px #eee;
    margin-bottom:15px;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 600px) {
    .userName,.passWord,.code,.forgetPassword,.submitBtn{
        width:80%;
    }
}
.code{
    border:0;
    position:relative;
}
.code>img{
    position:absolute;
    left:9px;
    top:50%;
    margin-top:-10px;
}
.code>input{
    border:solid 1px #eee;
    height:38px;
    font-size: 14px;
    padding-left:38px;
    padding-right:10px;
}
.registerCode>input{
    width: 220px;
}
.register{
    margin-left: 15px;
}
.register>span{
    display: block;
    width: 88px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #946f31;
    color: #fff;
    font-size: 14px;
}
.userName>input,.passWord>input{
    width:252px;
    height:38px;
    font-size: 14px;
}
@media screen and (max-width: 600px) {
    .userName>input,.passWord>input{
        width:80%;
    }
}
.codeImg{
    width:48%;
    height:60px;
    overflow:hidden;
    margin-left: 1px;
    display:inline-block;

}
.codeImg>img{
    width:100%;
    height: 60px;
}
.userName>img,.passWord>img{
    margin:9px;
}
.forgetPassword{
    border:0;
    height:20px;
    margin-top:18px;
    display: flex;
    align-items: center;
}
.forgetPassword>a{
    float:right;
    font-size: 14px;
    margin-left: auto;
}
.submitBtn{
    cursor: pointer;
    margin-top:10px;
    border:0;
}
.submitBtn>a{
    display:block;
    width:100%;
    font-size: 16px;
    height:44px;
    line-height: 42px;
    text-align:center;
    color:#fff;
    border-radius: 4px;
}
