.head {
  width: 100%;
  height: 120px;
}
.head-center {
  width: 800px;
  height: 100%;
  margin: 0 auto;
}
.head-center img {
  padding-top: 60px;
}
.main{
  width:100%;
  height:655px;
  background:#f7f7f7 ;
  padding-top: 130px;
  padding-bottom: 40px;
}
.main-center{
  width:800px;
  height:432px;
  margin:0 auto;
  background: #fff;
  box-shadow: 0 0 10px #a0a0a0;
  border-radius: 5px;
  position: relative;
}
.main-nav{
  position: absolute;
  left:22%;
  top:-38px;
}
.main-nav li{
  float:left;
  width:160px;
  height:36px;
  line-height: 36px;
  text-align: center;
  margin-left:30px;
  border:1px solid #dedede;
  border-bottom: none;
  background: #f8f8f8; 
}
.main-nav li:last-child{
  background: #fff;
  border-top:2px solid #B61044
}
.main-nav li a {
  width: 100%;
  height: 100%;
  font-size:14px;
  font-weight: bold;
  display: block;
}
.main-nav li:first-child a{
  color:#979797;
}
.main-nav li:last-child a{
  color:#B61044;
}
.main-left{
  float:left;
  margin:60px 0 0 80px;
}
.main-left img{
  width: 240px;
  height: 240px
}
.main-left p {
  text-align: center;
  color: #979797;
}
.main-right{
  float:right;
  width:300px;
  height:300px;
  margin:120px 80px 0 0;
}
.loginFrom{
	/*display: none;*/
}
.forgetFrom{
	display: none;
}
.forgetFrom ul li{
	text-align: left;
}
.main-right li{
  width:300px;
  height:30px;
  text-align: right;
}
.main-right li:nth-child(even) p{
  margin-left:80px;
  line-height:30px;
  text-align: left;
  font-size: 14px;
  color: red
}
.main-right span {
  width: 80px;
  display: inline-block;
  text-align: right;
}
.main-right input {
  width:220px;
  height:26px;
  padding-left: 5px;
  outline: none;
}
.main-right li:nth-child(5) {
  height: 40px;
}
.main-right #btn,#subbtn{
  width:230px;
  height:40px;
  border-radius: 3px;
  border:none;
  background: #B61044;
  font-size:16px;
  line-height: 30px;
  text-align: center;
  color:#fff;
  margin-left:70px;
  cursor: pointer;
}
#code {
  width: 80px;
}
#getCode {
  width: 110px;
  display: inline-block;
  text-align: center;
  color: #B61044;
  cursor: pointer;
}
.main-right li:last-child a {
  width: 100%;
  line-height: 30px;
  color: #333;
  font-size: 14px;
}
.main-right .msg{
  margin-left:70px;
  text-align: center;
  width:200px;
}