<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* å¯¹åŠæ˜¾ç¤º */
.content .shop .text {
    width: 50%;
}
.content .shop .shop-img {
    width: 50%;
}
.content .supper .project ul li {
    width: 32%;
}
.content .char-intro .person ul li {
    width: 48%;
}
.content .container .develop {
    width: 48%;
}
.content .container .scheme {
    width: 48%;
}

.content .container .develop p img {
    width: 100%;
}
.content .char-intro {
    background-size: cover;
}
.content .container .solid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.content .container .solid .left {
    width: 20%;
}
.content .container .solid .right {
    width: 75%;
}
@media screen and (min-width: 1440px) {

}
.content .container .solid .right .switch  img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 1060px) {
    .content .container .solid .left {
        width: 30%;
    }
    .content .container .solid .right {
        width: 65%;
    }
}
@media screen and (max-width: 768px) {
    /* ä¸Šä¸‹å¸ƒå±€ */
    .content .shop {
        display: flex;
        flex-direction: column;
    }
    .content .supper .project ul {
        display: flex;
        flex-direction: column;
    }
    .content .char-intro .person ul {
        display: flex;
        flex-direction: column;
    }
    .content .container.tool {
        display: flex;
        flex-direction: column;
    }
    /* 100%æ˜¾ç¤º */
    .content .shop .text {
        width: 100%;
    }
    .content .shop .shop-img {
        width: 100%;
    }
    .content .supper .project ul li {
        width: 100%;
    }
    .content .char-intro .person ul li {
        width: 100%;
    }
    .content .container .develop {
        width: 100%;
    }
    .content .container .scheme {
        width: 100%;
    }
    /* why choose us  */
    .content .container .solid .right p img {
        width: 100%;
        height: auto;
    }
    /* paking details  */
    .content .container .solid .right div img {
        width: 100%;
        height: auto;
    }
    /* up down layouy */
    .content .container .solid {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .content .container .solid .left {
        width: 100%;
    }
    .content .container .solid .right {
        width: 100%;
    }
}
</pre></body></html>