/*主体部分*/
.main {
  width: 100%;
  background: #fff;
}

/*顶部*/
.topbox {
  height: 40px;
  line-height: 40px;
  background: #f5f5f5;
}
.topbox .topcon {
  width: 1200px;
  margin: 0 auto;
  text-align: right;
}
.topbox .topcon a {
  font-size: 12px;
}
.topbox .topcon a.login {
  color: #31cb96;
  margin-right: 25px;
}
.topbox .topcon a.help {
  color: #333;
}

/*主体内容*/
.regbox {
  width: 1140px;
  margin: 0 auto;
  height: 520px;
  border: 1px solid #e0e0e0;
  overflow-y: auto;
  padding: 30px 30px 50px 30px;
}
.regbox p {
  font-size: 14px;
  color: #333;
  line-height: 30px;
  text-indent: 28px;
}
.regbox p.title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
  text-indent: 0;
}
.regbox p.subject {
  font-weight: 600;
  font-size: 16px;
}
.regbox p.text_center {
  text-align: center;
  font-weight: 600;
  text-indent: 0;
  font-size: 18px;
}
.regbox p span {
  font-weight: 600;
}
