<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.smart-energy-detail .section-1 {
    padding: 0 10%;
}

.smart-energy-detail .section-1 p.note {
    margin: 0 40px;
    text-align: left;
}
.smart-energy-index .section-5 .pic-text-card .text div p{
    line-height: normal !important;
}
@media (max-width: 991px) {
    .smart-energy-detail .section-1 {
        padding: 0 15px;
    }

    .smart-energy-detail .section-1 p.note {
        margin: 0;
    }

    .smart-energy-index .section-5 .pic-text-card .text div{
        padding-top: 20px;
    }
}

.smart-energy-consult .section-2 .pic {
    margin-left: 9%;
    margin-right: 9%;
}

@media (max-width: 767px) {
    .smart-energy-consult .section-2 .pic {
        margin: 0;
    }
}

.smart-energy-consult .section-2 .swiper-box {
    position: relative;
}

.smart-energy-consult .section-2 .swiper-container {
    margin: 0 10%;
}

@media (max-width: 767px) {
    .smart-energy-consult .section-2 .swiper-container {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .smart-energy-consult .section-2 .swiper-button-prev,
    .smart-energy-consult .section-2 .swiper-button-next {
        top: 50%;
    }

    .smart-energy-consult .section-2 .swiper-button-next {
        left: auto;
    }
}

.smart-energy-consult .point {
    margin-top: -135px;
}

@media (max-width: 991px) {
    .smart-energy-consult .point {
        top: 126px;
    }
}

.smart-energy-consult #point-box {
    height: 60px;
    width: 100%;
    position: relative;
    z-index: 80;
}

.smart-energy-consult .point-box {
    background-color: #fff;
    padding: 20px 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.smart-energy-consult .point-box.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.smart-energy-consult .point-box.hidedown {
    top: 75px;
}

@media (max-width: 991px) {
    .smart-energy-consult .point-box.hidedown {
        top: 66px;
    }
}

.smart-energy-index .section-1-2 .video-box {
    margin: 0 10%;
}

@media (max-width: 767px) {
    .smart-energy-index .section-1-2 .video-box {
        margin: 0;
    }
}

.smart-energy-index .section-2 .card-list {
    display: -webkit-box;
    display: flex;
    margin-left: -3px;
    margin-right: -3px;
}

.smart-energy-index .section-2 .card-list .card-item {
    margin: 0 3px;
    position: relative;
}

.smart-energy-index .section-2 .card-list .card-item .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding-right: 15px;
}

.smart-energy-index .section-2 .card-list .card-item .btn-arrow2 {
    font-weight: bold;
    font-size: 1.2em;
}

@media (max-width: 767px) {
    .smart-energy-index .section-2 .card-list {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .smart-energy-index .section-2 .card-list .card-item {
        margin-bottom: 15px;
    }
}
</pre></body></html>