body {
  height: auto;
  position: relative;
  padding-bottom: 90px;
}

header {
  border-bottom: 1px solid rgba(238,238,238,1);
  background: #fff;
}

.logo {
  width: 101px;
  height: 48px;
}

.back-index {
  display: inline-block;
  width: 90px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  border-radius: 3px;
  border: 1px solid #4A90E2;
}

.back-index a {
  color: #4A90E2;
}

.agreement-box {
  display: inline-block;
  width: 1200px;
}

.agree-title {
  color: #303032;
  font-size: 36px;
  margin-top: 130px;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}

.back-regis {
  position: absolute;
  font-size: 12px;
  cursor: pointer;
  right: 0;
}

.agree-section {
  color: #303032;
  font-size: 14px;
  text-indent: 35px;
  text-align: initial;
  margin-bottom: 0;
  line-height: 1.4;
}

.sub-title {
  font-weight: bold;
  text-align: initial;
  color: #303032;
  font-size: 15px;
  text-indent: 35px;
  margin-top: 20px;
  line-height: 1.4;
}

ul {
  text-align: initial;
  color: #303032;
  font-size: 14px;
}

ul li {
  line-height: 1.4;
  list-style: inside;
  padding-left: 36px;
}

.foot {
  text-align: center;
  color: rgba(204,204,204,1);
  line-height: 20px;
  font-size: 14px;
  height: 20px;
  font-weight: 400;
  width: 100%;
  position: absolute;
  bottom: 40px;
}