<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 360px) {

    .middle {
        padding: 0 10px;
    }

    .header {
        background: url("../img/small-background.png") no-repeat center top;
        float: left;
        width: 100%;
        min-height: 331px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .header .middle div {
        padding: 30px 20px 5px 0px;
    }

    .logo {
        margin-left: 65px;
        height: 36px;
        margin-top: 5px;
    }

    .head-title {
        width: 100%;
        padding: 20px 0;
    }

    .head-title h1 {
        font-size: 26px;
    }

    .head-title span {
        font-size: 26px;
    }

    .advant-box .advant-item {
        width: 150px;
        padding: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .advant-item:last-child {
        margin: 0 75px;
    }

    .why-item {
        width: 130px;
        height: 140px;
        margin-right: 20px;
    }

    .why-item:nth-child(5), .why-item:nth-child(9) {
        margin-right: 10px;
    }

    .why-item p {
        font-size: 14px;
    }

    .why-item span {
        margin: 20px auto;
    }


    .desc-left {
        left: 10px;
        width: 300px;
        padding: 18px;
    }

    .right-desc:before {
        left: 205px;
    }

    .right-desc {
        left: -140px;
        width: 300px;
        padding: 18px;
    }

    .desc-left:before {
        left: 55px;
    }

    .hothouse-box .middle h2 {
        float: none;
        text-align: center;
    }

    .hothouse {
        margin-bottom: 20px;
    }

    .hothouse-item {
        margin: 0 0 10px 10px;
    }

    .contact-box {
        text-align: center;
        width: 100%;
        float: left;
        position: relative;
        top: 0;
        left: 0;
        box-shadow: none;
    }

    .contact-box .contact-img {
        float: none;
    }

    .contact-info {
        float: none;
    }

    .map-overlay {
        float: left;
        width: 100%;
    }

    .footer {
        background: #343434;
    }

    .logo-footer {
        background: url("../img/logo-footer.png") no-repeat center center;
        width: 100%;
        height: 43px;
        margin: 0 20px;
    }

    .call-me input {
        width: 300px;
        height: 55px;
        text-align: center;
        padding: 10px 10px 30px 10px;
    }

    .call-me button {
        width: 300px;
        height: 40px;
        top: 30px;
    }

    .footer .middle div {
        margin: 20px 0px;
        padding: 0;
    }

    .ft-phone {
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 26px;
    }

    .ft-email {
        font-size: 16px;
        width: 100%;
        text-align: center;
    }

    .content-form input {
        margin: 10px 0px;
    }

    .content-form button {
        margin: 0;
    }

    .form-error {
        width: 160px;
        margin: 0 72px 10px;
    }

    .form-phone {
        margin-bottom: 20px;
    }

    .form-phone span {
        display: block;
        margin: 5px 0;
    }

}
</pre></body></html>