/*注册*/
.login_content {
  height: 585px;
  width: 100%;
  background: url(../../images/login_bg.png) center no-repeat, #f1f4f9;
  background-size: 1730px 481px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 52px 0;
}
.login-center {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 54px;
}
.content1 {
  width: 400px;
  height: 373px;
  background-color: #fff;
  float: right;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 40px;
  overflow: hidden;
}
.content1 .title1 {
  height: 68px;
  text-align: center;
  font-size: 24px;
  color: #666;
}
.content1 .title1 h2 {
  font-size: 24px;
  color: #666;
  font-weight: normal;
  line-height: 70px;
}

.content1 .group-input {
  margin-bottom: 10px;
}

.content1 .captcha {
  display: none;
}
.content1 .captcha .g-input {
  width: 166px;
}
.content1 .captcha .clear-input {
  right: 154px;
}

.group-about {
  height: 40px;
  font-size: 14px;
  color: #6c6c6c;
  line-height: 33px;
}
.group-about input {
  width: 14px;
  height: 14px;
  background-color: #e8e8e8;
  border: 1px solid #b2b2b2;
  display: block;
  float: left;
  color: #333;
  font-size: 20px;
  position: relative;
  top: 8px;
}
.group-about a {
  display: block;
  float: right;
  height: 33px;
  line-height: 33px;
  color: #6c6c6c;
}
.group-about a:hover {
  color: #46a6fd;
}
.submit {
  height: 51px;
  display: block;
  width: 320px;
  border-radius: 10px;
  line-height: 51px;
  text-align: center;
  background-color: #4c9dfb;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
}
.group-about1 {
  text-align: center;
  height: 49px;
  line-height: 55px;
  color: #666;
}
.group-about1 a {
  color: #fd9f31;
}
.group-about1 a:hover {
  color: #46a6fd;
}

/*注册*/
.register_content {
  width: 100%;

  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 166px;
  margin-bottom: 80px;
}
.content2 {
  margin: 0 auto;
  width: 740px;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.content2 .title2 {
  height: 66px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 37px;
}
.content2 .title2 h2 {
  font-size: 24px;
  color: #666;
  text-align: center;
  line-height: 65px;
  font-weight: normal;
}
.content2 .group-input {
  margin-bottom: 20px;
}
.content2 .group-main {
  height: 36px;
}
.content2 .g-input {
  width: 262px;
  text-indent: 10px;
}
.content2 .clear-input {
  right: 284px;
}
.group-about2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  padding-left: 194px;
  line-height: 30px;
}
.content2 .group-about1 {
  height: 70px;
  line-height: 70px;
}
.group-about2 a {
  color: #6c6c6c;
  font-size: 14px;
}
.content2 .submit {
  width: 262px;
  height: 51px;
  margin-left: 194px;
}
.content2 .group-about1 {
  width: 262px;
  margin-left: 194px;
}
.content2 > .group-input:nth-of-type(3) .g-input {
  width: 147px;
}
.content2 > .group-input:nth-of-type(3) .clear-input {
  right: 400px;
}

.content3 {
  height: 487px;
}
.content3 .group-about3 {
  text-align: center;
  line-height: 80px;
  font-size: 14px;
  color: #666;
}
.content3 .group-about3 a {
  color: #4b9dfb;
}
.group-about4 {
  width: 100%;
  height: 57px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 194px;
  padding-top: 6px;
}
.group-about4 .submit {
  width: 156px;
  float: left;
  margin-left: 0;
}
.group-about4 a {
  width: 156px;
  height: 51px;
  display: block;
  float: left;
  border-radius: 10px;
  text-align: center;
  line-height: 51px;
  background-color: #e5e5e5;
  font-size: 18px;
  color: #424242;
  margin-left: 20px;
}
