/* css reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
header,
footer,
menu {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    font: inherit;
    -webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-weight: normal;
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img,
abbr,
acronym {
    border: 0;
}

input,
textarea,
select {
    font-family: "Microsoft Yahei", "Helvetica Neue", Tahoma, Geneva, sans-serif;
    -webkit-appearance: none;
    color: #333;
}

caption,
th {
    text-align: left;
}

q:before,
q:after {
    content: '';
}

ul,
ol,
dl {
    list-style: none;
}

audio {
    position: absolute;
    top: -9999em;
    left: -9999em;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}
body {
  background: #f0f2f5;
  font: normal 16px/1.6
  Barlow,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,sans-serif,Arial;
  color: #7a8a9a;
  -webkit-text-size-adjust: none;
}
.userAgreement{
  max-width:1200px;
  margin:0 auto;
  padding:40px 0 80px;}
.userAgreement .title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #345;
  margin-bottom: 40px;
}
.userAgreement .time{
  text-indent: 0;
  color: #345;
  padding:10px 0;
}
.userAgreement h4 {
  font-weight: bold;
  color: #345;
  padding:10px 0;
}
.userAgreement h6 {
  font-size:16px;
  font-weight: bold;
  color: #345;
  padding:10px 0;
  text-indent: 2em;
}
.userAgreement p{
  line-height: 1.8;
  padding:10px 0;
  text-indent: 2em;
  color: #7a8a9a;
}
.userAgreement .bold{
  font-weight: bold;
  color: #345;
}
.userAgreement strong {
  font-weight: bold;
  color: #345;
  text-decoration: underline;
}
.userAgreement a{
  color: #4ea1db;
}
.userAgreement a:hover{
  opacity: 0.8;
}

