<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* å¤šå¸ç§é€‰æ‹©æ¡† start */
.box-theme input.passenger.w50 {width: 50%;float: left}
.box-theme .currency-selectBox {float: left;width: 50%;height: 50px;position: relative;border-left: 1px solid #ddd;cursor: pointer}
.box-theme .currency-content::before {content: "";position: absolute;width: 8px;height: 8px;border: 2px solid #b4b5b9;border-top: 0;border-left: 0;display: inline-block;right: 8px;top: 49%;transform: translateY(-50%) rotate(45deg)}
.box-theme .currency-selectBox label {display: block}
.box-theme .currency-selectBox span {padding: 20px 16px;display: block;height: 50px;line-height: 30px;color: #000}
.box-theme .currency-list {position: absolute;left: -1px;width: 100%;background: #fff;border: 1px solid #ddd;z-index: 202;border-top: 0;border-radius: 0 0 5px 5px;display: none}
.box-theme .currency-list .currency-list-item {line-height: 36px;padding-left: 16px}
.box-theme .currency-list .currency-list-item:hover {background: #f7f7f7;cursor: pointer}
/* å¤šå¸ç§é€‰æ‹©æ¡† end */

/* é¦–é¡µæœåŠ¡ä¸“åŒº start*/
.solarService {
    height: 318px;
    max-width: 100%;
    overflow: hidden;
}
.solarService .service-wrapper {
    display: block;
    width: 100%;
    max-width: 1024px;
    overflow: hidden;
    background: #f3f5f7;
    position: relative;
    padding-bottom: 60px;
    box-sizing: border-box;
    padding-top: 0px;
    height: 318px;
    margin: 0 auto;
}
.solarService .service-wrapper h1 {
    font-size: 36px;
    text-align: center;
    margin: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 0;
}
.solarService .service-wrapper #solarService ul.slides {
    display: flex;
    flex-wrap: nowrap;
    text-align: center;
}
.solarService .service-wrapper #solarService ul.slides li {
    display: flex!important;
}
.solarService .service-wrapper #solarService ul.slides li .sevice-item {
    text-align: center;
    background: #fff;
    width: 148px;
    height: 148px;
    margin-right: 27px;
    margin-right: 23px\0;
}
.solarService .service-wrapper #solarService ul.slides li .sevice-item a {
    height: 148px;
    display: block;
    text-align: center;
    color: #3c3c3c;
    font-size: 14px;
    white-space: normal;
    background-position: center -12px;
}
.solarService .service-wrapper #solarService ul.slides li .sevice-item a.singleLine div {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 768px) {
    .solarService .service-wrapper #solarService ul.slides li .sevice-item {
        margin-right: 2.5%;
        width: 31.5%;
        height: 122px;
        float: left;
        background: #fff;
        flex: 1;
        min-width: 80px;
    }
    .solarService .service-wrapper #solarService ul.slides li .sevice-item:last-child {
        margin-right: 0;
    }
    .solarService .service-wrapper #solarService ul.slides li .sevice-item span {
        height: 80px;
    }
}
@media (max-width: 768px) {
    .solarService .service-wrapper #solarService {
        padding: 0 20px;
        text-align: center;
        position: relative;
    }
    .solarService .service-wrapper #solarService .flex-control-nav {
        bottom: -28px;
    }
    .solarService .service-wrapper #solarService .flex-direction-nav .flex-prev {
        left: -7px;
        background-color: transparent;
        box-shadow: none;
        top: 42%;
    }
    .solarService .service-wrapper #solarService .flex-direction-nav .flex-next {
        right: -6px;
        background-color: transparent;
        box-shadow: none;
        top: 42%;
    }
}
/* é¦–é¡µæœåŠ¡ä¸“åŒº end */
</pre></body></html>