/*
 * @Author: heyuyan 
 * @Date: 2021-09-13 14:59:12 
 * @Last Modified by: yuyan.He
 * @Last Modified time: 2021-09-13 15:30:48
 */

 body,
 div,
 h2,
 p {
     margin: 0;
     padding: 0;
 }
 
 html {
     font-size: 62.5%;
 }
 
 h2 {
     font: normal 2.6rem Arial, 'Microsoft Yahei', Verdana, Geneva, sans-serif;
     text-align: center;
     margin-bottom: 1rem;
 }
 
 .agreement {
     width: 100%;
     background: #fafafa;
     box-sizing: border-box;
     padding: 1rem 1rem 8rem;
 }
 
 p {
     padding: 0.8rem 0;
     font: normal 1.6rem/1.5em Arial, 'Microsoft Yahei', Verdana, Geneva, sans-serif;
     text-align: justify;
     word-break: break-all;
 }
 
 p.first {
     text-indent: 2rem;
 }
 
 .font-weight {
     font: normal 1.6rem/1.5em Arial, 'Microsoft Yahei', Verdana, Geneva, sans-serif;
     font-weight: bold;
     position: relative;
     top: .35rem;
     display: block;
 }
 
 .small-section {
     padding: 0px!important;
 }
 
 .jiacu {
     font-weight: bold;
 }
 
 .left {
     text-indent: 2.6rem;
 }
 
 .sixth {
     text-indent: 2rem;
 }
 
 
 #oterDocument {
     margin: 3rem 0 0;
 }
 .oterDocumentContent {
     margin: 1rem auto 0;
     border: 1px solid #ccc;
     border-radius: 5px;
     background: #fff;
 }
 
 .oterDocumentContent li {
     padding: 1.5rem 1.2rem;
     box-sizing: border-box;
     border-bottom: 1px solid #ccc;
 }
 .oterDocumentContent li:last-child {
    border-bottom: none 0;
 }
 
 .tapColor {
     color: #428bca;
 }