body {
  background: #f6f6f6;
}
.userAgreement {
  overflow: hidden;
}
.userAgreement .crumbsNav {
  width: auto ;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: #333;
}
.userAgreement .formList {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  background: #fff;
  padding: 28px 22px;
}
.userAgreement .formList .menu {
  float: left;
  width: 218px;
  height: 92px;
  line-height: 92px;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  font-size: 14px;
  margin-right: 50px;
}
.userAgreement .formList .menu li:last-child {
  border-left: 2px solid #2398d6;
  box-sizing: border-box;
  background: #f8f9fd;
}
.userAgreement .formList .menu li:last-child a {
  font-size: 14px;
  color: #2398d6;
}
.userAgreement .formList .menu li {
  height: 46px;
  line-height: 46px;
  padding: 0 15px;
}
.userAgreement .formList .menu li a {
  text-decoration: none;
  color: #333;
}
.userAgreement .formList .content {
  float: left;
  width: 880px;
}
.userAgreement .formList .content h2 {
  margin: 52px 0 24px;
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: 700;
}
.userAgreement .formList .content h2:first-child {
  margin-top: 0;
}
.userAgreement .formList .content .text {
  font-size: 14px;
  color: #333;
  line-height: 28px;
}
.userAgreement .formList .content .smallTitle {
  margin: 28px 0 14px;
  font-size: 16px;
  color: #333;
  font-weight: 700;
}
