.layui-layer {
    top: 20% !important;
}
body {
    margin: 0;
    padding: 0;
    background-color: #F4F4F4;
}
a {
    text-decoration: none;
    cursor: pointer;
}
.agree-main{
    padding: 20px 0;
}
.agree-box{
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 0 30px;
    word-break:break-all;
    padding-bottom: 10px;
}
.agree-title{
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    color: #333333;
    padding-top: 30px;
    text-align: center;
}
.agree-sub-date{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #999999;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 10px;
}
.agree-desc{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #999999;
    margin-bottom: 10px;
}
.agree-desc-bold{
    color: #333333;
    font-weight: bold;
}
.agree-list{
    display: flex;
    line-height: 24px;
    margin-bottom: 20px;
}
.agree-list-left{
    width: 37px;
    border-right: 1px solid #DDDDDD;
    margin-right: 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #EA2737;
}
.agree-list-right{
    flex: 1;
}
.agree-list-title{
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    color: #333333;
    margin-bottom: 4px;
}
.agree-list-con{
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin-bottom: 4px;
}
.agree-ol-text{
    font-size: 14px;
    color: #333;
}
.agree-num-con{
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin-bottom: 4px;
    position: relative;
}
.agree-num-con::after{
    content: attr(data-num);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-42px);
}
.tit {
    color: #333;
}
.agree-sub-num{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #999999;
}
.agree-sub-num li{
    margin-bottom: 4px;
    position: relative;
}
.agree-sub-num li::after{
    content: attr(data-num);
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-42px);
}
  .inde {

      margin-left: 30px;
      letter-spacing: 1px;
  }

  .blod {
      font-size: 22px;
      line-height: 70px;
      color: #000000;
      text-indent: 1em;

  }


  .text1 li ul li {
      line-height: 30px;
      margin-left: 25px;
  }

  .txt_box h1 {
      color: #000;
      font-size: 24px;
      font-weight: inherit;
      margin: 30px 0;
  }
  @media  screen and (max-width:800px){
      .agree-main{
        padding: 0;
      }
      .foter{
          display: none;
      }
  }