.mt-agreement-user {
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #fff;
}

.mt-agreement-user .mt-agreement-box {
    padding: 0 0.53333333rem 0.53333333rem 0.53333333rem;
}
.mt-agreement-user .mt-agreement-box .update-time{
    text-align: right;
    font-size: 0.32rem;
}
.mt-agreement-user .mt-agreement-box .update-time-new{
    margin-bottom: 0;
}

.mt-agreement-user .am-list-body .am-list-item {
    padding-left: 0;
}

.mt-agreement-user .am-list-body .am-list-line .am-list-content {
    color: #333;
    font-size: 28px;
    font-family: PingFang SC;
    font-weight: 400;
    padding-left: 20px;
}

.mt-agreement-user h1 {
    padding: 0;
    margin: 0;
    font-size: 0.45333333rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    margin-top: 0.8rem;
    text-align: center;
    margin-bottom: 0.76rem;
}

.mt-agreement-user p {
    text-align: left;
    margin-bottom: 0.45333333rem;
    font-size: 0.37333333rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 0.56rem;
}

.mt-agreement-user p span {
    font-weight: bold;
}

.mt-agreement-user p .i {
    font-style: italic;
}

.mt-agreement-user p .un {
    text-decoration: underline;
}

.mt-agreement-user p .nobold {
    font-weight: 400;
}

.mt-agreement-user p a {
    color: #52B0FF;
}

.mt-agreement-user .r {
    text-align: right;
    font-size: 0.48rem;
}

.mt-agreement-user .other-box {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.mt-agreement-user .other-box .outher-url {
    flex: 1;
    border: none;
}

.tabls {
    font-size: 0.37333333rem;
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  .tabls {
    margin: 0 0 20px;
  }
  
  .tabls .scroll {
    max-height: 116px;
    border: 1px solid #ddd;
    border-top: 0;
    overflow-y: auto;
  }
  
  .tabls table {
    width: 100%;
    table-layout: fixed;
  }
  
  .tabls th,
  .tabls td {
    width: 100px;
    padding: 10px;
    border: 1px solid #ddd;
    word-break: break-all;
  }
  
  .tabls th {
    font-weight: bold;
    background: #eee;
  }
  
  .tabls thead th:last-child,
  .tabls tbody td:last-child {
    width: auto;
  }
  
  .tabls tbody tr:nth-child(2n) {
    background: #fafafa;
  }
  
  .tabls tbody tr:first-child td {
    border-top: 0;
  }
  
  .tabls tbody tr:last-child td {
    border-bottom: 0;
  }
  
  .tabls tbody tr td:first-child {
    border-left: 0;
  }
  
  .tabls tbody tr td:last-child {
    border-right: 0;
  }
  
  .tabls a {
    text-decoration: none;
    color: red;
  }