.main{
    width: 100%;
}
.main .title1{
    font-family: 'Noto Sans SC';
    font-weight: 700;
    font-size: 30px;
    padding: 30px 0;
    border-bottom: 1px solid #DCDCDC;
}
.main .content{
    padding: 24px 0;
}

.compliance-content {
    width: 100%;
    max-width: 100%;
}

.compliance-header {
    margin-bottom: 20px;
}

.compliance-header h2 {
    font-family: 'Noto Sans SC';
    font-size: 54px;
    font-weight: 400;
    /* color: #333; */
    margin-bottom: 20px;
}

.compliance-header .contact-info {
    font-size: 16px;
    color: #ff0000;
    line-height: 1.8;
    margin-bottom: 0;
}

.compliance-header .contact-info a {
    color: #ff0000;
    text-decoration: none;
}

.compliance-header .contact-info a:hover {
    text-decoration: underline;
}

.compliance-text {
    margin-bottom: 40px;
}

.compliance-text p {
    font-size: 18px;
    /* color: #333; */
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
}

.compliance-footer {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #E8E8E8;
}

.compliance-footer p {
    font-size: 25px;
    line-height: 1.8;
    margin: 0;
}
.compliance-footer .footer-text{
    font-size: 30px;
    color: #bebebe;
    line-height: 1.8;
    margin: 0;
}

.compliance-footer .view-link {
    display: inline-block;
    padding: 8px 18px;
    border: 1px solid #111d76;
    border-radius: 4px;
    /* background: #1890ff; */
    color: #111d76;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    line-height: 1.2;
    transition: all 0.2s ease;
}

.compliance-footer .view-link:active {
    border-color: #0e175f;
}