.agreement-wrap {
    max-width: 1248px;
    margin: 0 auto;
    color: #333333;
    padding: 32px 32px 48px;
    background: white;
    margin-top: 25px;
}

.agreement-wrap em {
    font-weight: bold;
    font-style: normal;
}

.agreement-wrap .main-title {
    font-size: 26px;
    text-align: center;
    line-height: 36px;
    padding-bottom: 32px;
}

.agreement-wrap .paragraph {
    font-size: 15px;
    line-height: 30px;
    text-indent: 2em;
    margin-bottom: 16px;
}

.agreement-wrap .article-item {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 36px;
    margin-top: 32px;
    margin-bottom: 12px;
}

.agreement-wrap .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    line-height: 30px;
}

.agreement-wrap .item .num {
    margin-right: 8px;
    width: 22px;
}
.agreement-wrap .item .num + div {
    width: calc(100% - 22px);
}
.line{
    margin-top: 16px;
}
