.wrap {
    padding-bottom: 20px;
    margin-top: 20px;
}
.container {
    margin: auto;
    width: 1200px;
}
.container-bd {
    background-color: #fff;
    margin: 0px auto;
    padding: 26px 15px;
    box-shadow: 0 3px 5px 5px rgb(175 172 172 / 10%)
}

.container .page-title {
    margin-bottom: 20px;
    line-height: 40px;
    height: 40px;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
}
.container .mod {
    margin-bottom: 18px;
}

.content {
    font-size: 16px;
    line-height: 28px;
    word-break: break-all;
}
