#agreement {
    background-color: #fff;
    padding: 0px 15px;
}
#agreement h1 {
    font-size: 16px;
    font-weight: normal;
    color: #1e314c;
    line-height: 16px;
    padding-top: 25px;
    text-align: center;
}
#agreement .h1 {
    padding-top: 10px;
    padding-bottom: 20px;
}
#agreement h2 {
    font-size: 14px;
    font-weight: normal;
    color: #1e314c;
    line-height: 14px;
    padding-top: 15px;
    padding-bottom: 5px;
}
#agreement p {
    word-break: break-word;
    font-size: 15px;
    font-weight: normal;
    color: #566a88;
    line-height: 22px;
}
#agreement .red {
    color: #ff5447;
}
.content-page {
    background: #fff;
    padding: 10px 20px 30px 20px;
}
.content-page em {
    font-style: italic;
}
.content-page s {
    text-decoration: line-through;
}
.content-page strong {
    font-weight: bold;
}
.content-page a {
    color: blue;
}
#infoContent {
    overflow: hidden;
}
#infoContent p {
    margin: 5px 0;
    color: #333;
    word-break: break-all;
}
#infoContent strong {
    font-weight: bold;
}
#infoContent table {
    max-width: none !important;
}
#infoContent a {
    color: blue;
}
#infoContent table {
    border-collapse: collapse;
    table-layout: auto;
    display: block;
    overflow: auto;
    width: 100%;
}
#infoContent td,
#infoContent th {
    border: 1px solid #333;
    word-break: break-all;
}
#infoContent th {
    background-color: #f5f2f0;
    font-weight: 700;
    text-align: center;
    min-width: 100px;
}
#infoContent .page-view {
    width: 100%;
    margin-top: 0.6rem;
    color: #aaa;
    font-size: 0.24rem;
}
