* {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 微软雅黑;
  text-decoration: none;
}
body,
html {
  font-family: 微软雅黑;
  height: 100%;
}
.top {
  border-bottom: 1px solid #ece2e2;
  height: 90px;
}
.top .top_c {
  width: 1000px;
  margin: 0 auto;
}
.top .top_c img {
  margin-top: 20px;
}
.bodys {
  min-height: 100%;
  position: relative;
}
.bodys .main {
  /*padding-bottom: 60px;*/
}
.bodys .footer {
  /*position: absolute;
  bottom: 0;
  width: 100%;*/
  text-align: center;
  line-height: 80px;
  color: #d2d2d2;
}
.content {
  background: url("../img/bgLo.jpg") no-repeat 60% 50%; 
  padding-top: 128px;
  height: 620px;
}
.content .content_c {
  width: 1000px;
  margin: 0 auto;
}
.content .content_c .content_c_left {
  float: left;
  padding-top: 14px;
}
.content .content_c .content_c_right {
  float: right;
  width: 400px;
  height: 440px;
  background: #c52532;
  color: #ffffff;
}
.content .content_c .content_c_right h3 {
  font-size: 32px;
  text-align: center;
  font-weight: normal;
  margin-top: 16px;
}
.content .content_c .content_c_right ul li {
  height: 50px;
  margin-top: 20px;
  width: 330px;
  margin: 20px auto 0 auto;
}
.content .content_c .content_c_right ul li img{
  width: 96px;
  height: 100%;
  float: left;
}
.content .content_c .content_c_right ul li .lg01 {
  /*color: #aaaaaa;*/
  background: url(../img/userIcon.png) left 16px top 18px #fff no-repeat;
  width: 100%;
  height: 100%;
  text-indent: 45px;
  font-size: 18px;
  outline: none;
  border-radius: 3px;
  border: 1px solid #ffffff;
}
.content .content_c .content_c_right ul li .lg02 {
  background: url(../img/passwordIcon.png) left 16px top 18px #fff no-repeat;
}
.content .content_c .content_c_right ul li .lg03 {
  background: url(../img/yzm.png) left 16px top 18px #fff no-repeat;
  width: 207px;
  margin-right: 20px;
  float: left;
}
.content .content_c .content_c_right ul li .lg04 {
  width: 96px;
  background: #fff;
  text-indent: 0;
  color: #c02327;
  cursor: pointer;
}
.content .content_c .content_c_right ul li.remeberPassword label input {
  margin-right: 10px;
  width: 15px;
  height: 15px;
  margin-top: 5px;
  float: left;
}
.content .content_c .content_c_right ul li.remeberPassword a {
  float: right;
  color: #ffffff;
}
.content .content_c .content_c_right ul li.btnGrounp .lg05 {
  width: 150px;
  height: 50px;
  border-radius: 3px;
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #c52532;
  font-size: 18px;
  outline: none;
  cursor: pointer;
}
.content .content_c .content_c_right ul li.btnGrounp .lg06 {
  margin-left: 24px;
  background: none;
  color: #ffffff;
}
.content .content_c:after {
  content: '';
  display: block;
  clear: both;
}
#textInput {
  position: absolute;
  left: 0;
  top: 0;
}

