.agreement-warp {
  width: 100%;
  background: url(../images/my_bg.jpg) center top no-repeat;
  background-size: 100% 319px;
  min-height: 319px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 126px;
}
.agreement-content {
  background-color: #fff;
  min-height: 800px;
  margin: 0 auto 40px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 42px 0 50px;
}
.agreement-content h1 {
  display: block;
  width: 100%;
  height: 98px;
  font-size: 26px;
  color: #333;
  border-bottom: 1px solid #d1d1d1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 36px 8px 0 8px;
  text-align: center;
  font-weight: normal;
}
.agreement-body {
  height: auto;
  padding: 40px 10px;
  line-height: 28px;
  font-size: 14px;
  color: #333;
}
.agreement-body img {
  max-width: 100% !important;
  height: auto !important;
}
.agreement-body section,
.agreement-body p,
.agreement-body div {
  max-width: 100% !important;
}
.agreement-body section {
  border: none !important;
  border-top: 0 solid transparent;
  border-right: 0 solid transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
