<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* globel */
* {
    position: relative;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    /* height: 100%; */
    border:0;
}

/* imgbox */
.imgBox {
    width: 100%;
    /* height: 100%; */
}

/* å›ºå®šæ¯”ä¾‹çš„å…§æ¡† */
.imgBox-inner {
    width: 100%;
    padding-top: 33%;
    position: relative;
}

.imgBox-inner2 {
    width: 100%;
    padding-top: 73%;
    position: relative;
}

.imgBox-inner3 {
    width: 100%;
    padding-top: 64%;
    position: relative;
}

.group {
    width: 100%;

}

.group2 {
    width: 100%;

    position: relative;
    clear: both;
    background-color: #cccccc;
    height: auto;
}

.imgBox-inner3_L {
    width: 50%;
    padding-top: 8%;
    position: relative;
    float: left;
}

.imgBox-inner3_R {
    width: 50%;
    padding-top: 8%;
    position: relative;
    float: right;
}

.imgBox-inner4 {
    width: 100%;
    padding-top: 63%;
    height: auto;
    position: relative;
}

.imgBox-inner5 {
    width: 100%;
    padding-top: 63%;
    height: auto;
    position: relative;
}

.imgBox-inner6 {
    width: 100%;
    padding-top: 63%;
    height: auto;
    position: relative;
}

.imgBox-inner7 {
    width: 100%;
    padding-top: 63%;
    height: auto;
    position: relative;
}

/* å®šä½åˆ°ä¸Šå±¤ */
.imgBox-fit {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.imgBox-fit .image {
    width: 100%;
    display: block;
    object-fit: cover;
    height: inherit;
}



.main-area {
    max-width: 946px;
    margin: 0 auto;
     background-color: #5A6362;
     height: auto;
}
.copyright{
    background-color: #5A6362;
    clear: both;
    position: relative;
    padding-left:20px;
    padding-right:20px;
    padding-bottom: 14px;
    color: yellow;
}

/* MOBILE */
@media (max-width:425px) {


    .imgBox-inner {
        width: 100%;

        position: relative;
    }

    .imgBox-inner2 {
        width: 100%;

        position: relative;
    }

    .imgBox-inner3 {
        width: 100%;
        position: relative;
    }

    .imgBox-inner4 {
        width: 100%;
        position: relative;
    }

    .imgBox-inner4 .imgBox-fit img {
        height: 100%;

    }

    .imgBox-inner5 {
        width: 100%;
        position: relative;
    }

    .imgBox-inner5 .imgBox-fit img {
        height: 100%;
    }

    .imgBox-inner6 {
        width: 100%;
        position: relative;
    }

    .imgBox-inner6 .imgBox-fit img {
        height: 100%;
    }

    .imgBox-inner7 {
        width: 100%;
        position: relative;
    }

    .imgBox-inner7 .imgBox-fit img {
        height: 100%;
    }
}
</pre></body></html>