@charset "UTF-8";

* {
  box-sizing: border-box;
}

.content-head {
  width: 1200px;
  margin: 16px auto 0;
}
.content-head .crumbs {
  font-family: Helvetica;
  font-size: 12px;
}
.content-head .crumbs a:hover {
  text-decoration: underline;
}
.content-head .crumbs .p1 {
  color: #333333;
}
.content-head .crumbs .p2 {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #999999;
  line-height: 14px;
}

body {
  font-family: "PingFang", sans-serif;
  color: #333;
  line-height: 1.6;
  margin: 20px;
  font-size: 14px;
  padding: 0;
}
.agreement-container p {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333;
  line-height: 25px;
  margin-bottom: 15px;
}

.agreement-container .title {
  font-size: 26px !important;
  color: #333;
  margin: 19px 0 47px 0;
  text-align: center;
  font-weight: bold;
}

.small-title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.agreement-container {
  width: 1200px;
  margin: 0 auto 80px !important;
}
.agreement-container h1 {
  font-size: 18px !important;
  font-weight: bold;
  margin-bottom: 20px;
}
.agreement-container h2 {
  font-size: 14px !important;
  font-weight: bold;
  margin: 20px 0 20px 0;
}

ul {
  margin: 10px 0 10px 20px;
  padding: 0;
}
ul li {
  list-style: inside;
  margin-bottom: 15px;
  font-size: 14px;
}

a {
  color: #e60012;
}