<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.common-ch {
    color: #fff000;
    background-image: url(../images/com_icon_y.png);
}

.inner {}


.inner-title {
    padding: 0 0 10px 0;
    font: bold 16px/30px "å¾®è½¯é›…é»‘";
    color: #000;
    text-align: center;
}

.inner-p p {
    font: 400 14px/24px "å¾®è½¯é›…é»‘";
    color: #000;
    text-align: justify;
}

.inner-p p img {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .inner {
        padding: 100px 100px 0;
    }

    .inner-title {
        padding: 0 0 20px;
        font: 400 30px/36px "å¾®è½¯é›…é»‘";
        text-align: left;
    }

    .inner-p p {
        font: 400 16px/30px "å¾®è½¯é›…é»‘";
    }
}</pre></body></html>