<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content .container .list.service ul li {
    width: 24% !important;
    margin-right: 0 !important;
}
.content .container.service .select {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.content .container .list ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.content .container .select .reperfor p img {
    width: 100%;
}
.content .container .select .reperfor div img {
    width: 100%;
    heigth: auto;
}
.content .container.process .list {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
@media screen and (min-width: 1440px) {
    .content .container .list.service ul li {
        width: 24%;
    }
}
@media only screen and (max-width:1060px) {
    .content .container .list.service ul li {
        width: 48% !important;
        margin-right: 0 !important;
    }
}
@media only screen and (max-width: 568px) {
    .content .container.process .list ul {
        display: flex;
        flex-direction: column;
        align-content: center;
    }
    .content .container .list ul {
        display: flex;
        flex-direction: column;
        align-content: center;
    }
    .content .container.service .select {
        display: flex;
        flex-direction: column;
    }
    .content .container.service .select .nav {
        width:100%;
    }
    .content .container.service .select .right-cly {
        width: 100%;
    }
    .content .container .list.service ul li {
        width: 100% !important;
        margin-right: 0 !important;
    }
}
/* é€‚é…æ‰‹æœº */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 812px) {
    .content .container .list.service ul li {
        width: 100% !important;
    }
    .content .container .select {
        display: flex;
        flex-direction: column;
    }
}
</pre></body></html>