/* .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;
}
.loginInfo{
  height: 331px;
  /* height: 100%; */
  padding: 30px 0 45px 35px;
  border-bottom: 1px solid #ddd;
}

#userTitle{
  font-size: 18px;
  color: black;
  margin-bottom: 8px;
  margin-left: 42px;
}
#userInfo, #passWord, #usersexualhmxduo{
  font-size: 14px; 
  margin-top: 10px;
  line-height: 37px;
  position: relative;
}
#userInfo span,
#passWord span,
#usersexualhmxduo span{
  display: inline-block;
  height: 35px;
  margin-right: 10px;
  width: 50px;
}
.userInfoInput,
.passWordInput{
 width: 268px;
 height: 35px;
 border: 1px solid #c9c9c9;
 border-radius: 5px;
 padding-left: 5px;
 font-size: 14px;
 line-height: 35px;
 position: absolute;
 
 
}
#rememberMe{
  width: 270px;
  margin-left: 42px;
  font-size: 14px; 
  margin-top: 10px;
}

#rememberMe input {
  margin: 0px 7px 0px 0px;
}

#forgetPassword{
  float: right;
  color: #ff7f00;
}
#loginBtn{
  width: 270px;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  background: url("../images/loginBtnbgc .jpg") no-repeat;
  margin-left: 42px;
  margin-top: 45px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
#loginBtnBox span{
  display: inline-block;
  margin-left: 42px;
  font-size: 14px;
  margin-top: 5px;
}
#loginBtnBox #regist{
  color: #ff7f44;
  margin-left: 25px;
}
.qqWeibo{
  padding-left:82px;
  padding-top: 30px;
  font-size: 14px;

}
.otherUser{
  margin-bottom: 10px;
}
.link{
  height: 22px;
  line-height: 22px;
  margin-top: 10px;
}
#qqlink,
#weibolink{
  /* width: 22px; */
  height: 22px;
  display: inline-block;
  background: url("../images/qq.jpg") no-repeat;
  margin-right: 5px;
  padding-left: 25px;
}
#weibolink{
  background: url("../images/weibo_14.jpg") no-repeat;
  padding-left: 32px;
}
.errorCss {
  overflow: hidden;
  transition: all 0.5s;
  z-index: 100;
  padding-left: 41px;
  color: red;
  height:0;
  line-height:0;
  font-size: 12px;
}