
.useragreement {
    position: relative;
    z-index: 2;
}
.useragreement .mainTitle {
    margin: 120px 0 60px 0;
    color: #000 !important;
    font-size: 24px;
    font-weight: 500!important;
    line-height: 1.25;
    text-align: center;
}

.useragreement .mainContent {
    width: 55.20833333333vw;
    margin: 0 auto 200px;
    color: rgba(0, 0, 0, .7);
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
    word-wrap: break-word;
    word-break: break-word;
}
.gopaintH {
    display: none;
}
@media screen and (max-aspect-ratio:136/100),
(max-width:991px) {
    .useragreement .mainContent {
        width: 90%;
    }
}

/* kv start */
body {
    background-color: #F6F6F6;
}

.gopaintH .gopaint-outn .navul li:nth-child(3) a {
    color: #FFBF7B;
}

.gopaintH .gopaint-kv .kv-sticky,
.gopaintH .gopaint-kv .kv-position2 {
    display: none;
}

.gopaintH .gopaint-kv .gopaint-inner-container {
    display: block;
}

@media screen and (max-aspect-ratio:136/100),
(max-width:991px) {
    .gopaintH .gopaint-outn .navul li:nth-child(1) a {
        color: #a5a5a5 !important;
    }

    .gopaintH .gopaint-outn .navul li:nth-child(3) a {
        color: #000;
    }
}

/* kv end */