.content{
    width:805px;
    height: auto; 
    margin:0 auto;
    margin-bottom:133px; 
}


/* ywl原子类 */
.text-atom{
    font-size:16px;
    font-weight:400;
    line-height: 24px;
}

/* ywl原子类 */
.align-center{
  text-align: center;
}

/* ywl定义清楚浮动的原子类 */
.clear::after{
    content: '.';
    height: 0;
    visibility: hidden;
    display:block;
    clear: both;
  }
.terms h1{
  font-size:40px;
font-weight:500;
line-height:48px;
color:#1A051D;
margin-top:80px;
margin-bottom:35px;
}

.terms p{
  text-align: left;
  font-size:18px;
  font-weight:400;
  line-height:28px;
  color:#1A051D;
  padding:0 15px;
}





