body {
  background: #f8f8f8;
  color: #666;
  font-size: 14px; }

a {
  text-decoration: none;
  color: #8470FF; }

.agreement-block {
  width: 1024px;
  height: auto;
  margin: auto; }
  .agreement-block .content-block {
    width: inherit;
    background: #fff;
    padding: 10px 20px;
    margin: 30px 0; }
  .agreement-block .param-bold {
    font-weight: bold; }
  .agreement-block h3 {
    text-align: center; }
  .agreement-block span {
    color: #ff552e;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    font-weight: bold; }
  .agreement-block .indent-style {
    text-indent: 32px; }

