.rtg * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
}

.rtg-banner {
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
    height: auto;
}

.rtg-content {
    width: 1100px;
    margin: 0 auto;
    padding: 32px 0;
}

.rtg-title {
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    color: #212529;
}

.rtg-content-title {
    font-weight: 300;
    font-size: 28px;
    line-height: 34px;
    color: #212529;
}

.rtg-content-msg {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(48, 69, 92, 0.8);
}

.mt8 {
    margin-top: 8px
}

.mt24 {
    margin-top: 24px;
}

.mt40 {
    margin-top: 40px;
}

@media screen and (max-width: 1110px) {
    .rtg-content {
        width: 100%;
        padding: 32px 16px;
    }
}