/* .head {
  width: 100%;
  height: 278px;
  background-color:skyblue;
} */
.loginBody {
    height: 692px;
    width: 100%;
    background: url("../images/bodyBackground.jpg");
    padding-top: 12px;
}

.loginBodyIn {
    margin: 0 auto;
    height: 570px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 37px 50px 60px 100px;
    border-bottom: 1px solid #ddd;
}

.loginBodyInLeft {
    width: 61%;
    height: 472px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: url("../images/banner.jpg") -600px no-repeat;
    float: left;
}

.loginBodyInRight {
    width: 38%;
    float: right;;
    font-size: 14px;
    color: #777777;
    height: 472px;
    border-bottom: 1px solid #ddd;
}

.registInfo {
    /*height: 390px;*/
    /* height: 100%; */
    padding: 30px 0 45px 35px;
    /*border-bottom: 1px solid #ddd;*/
}

#userTitle {
    font-size: 18px;
    color: black;
    margin-bottom: 8px;
    margin-left: 65px;
}

#userInfo, #passWord, #passWordToo, #yanzhengma, #nameuserInfo, #usersexual {
    font-size: 14px;
    margin-top: 15px;
    height: 100%;
    line-height: 37px;
    position: relative;
}

#yanzhengmaBtn {
    position: absolute;
    right: 54px;
    top: 5px;
    height: 25px;
    border-radius: 5px;
    border: 0;
    padding: 2px;
    /*color: #777;*/
    cursor: pointer;
    /*box-sizing: border-box;*/
}

#userInfo label,
#passWord label,
#passWordToo label,
#yanzhengma label,
#nameuserInfo label,
#usersexual label{
    display: inline-block;
    height: 35px;
    margin-right: 10px;
}

.userInfoInput,
.passWordInput {
    width: 268px;
    height: 35px;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    padding-left: 5px;
    font-size: 14px;
    line-height: 35px;
    position: absolute;

}

#registBtn {
    width: 270px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    background: url("../images/loginBtnbgc .jpg") no-repeat;
    margin-left: 67px;
    margin-top: 12px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

#registBtnBox span {
    display: inline-block;
    margin-left: 42px;
    font-size: 14px;
    margin-top: 5px;
}

#loginBtnBox #regist {
    color: #ff7f44;
    margin-left: 25px;
}

.errorCss {
    overflow: hidden;
    transition: all 0.5s;
    z-index: 100;
    padding-left: 73px;
    color: red;
    height: 0;
    line-height: 0;
    font-size: 12px;
}