<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ---------------------------------------------------------- */
/*                                                            */
/* é¡¹ç›®ï¼šå“åº”å¼ç½‘ç«™                                           */
/*                                                            */
/* - æ—¶é—´ï¼š2019.08.18                                         */
/* - ä½œè€…ï¼štony                                               */
/*                                                            */
/*                                                            */
/*                                                    */
/*                                                            */
/* ---------------------------------------------------------- */

@charset "utf-8";
.swiper-container {
        width: 100%;
        height: 100%;
      
    }
    .swiper-slide {
        font-size: 18px;
        color:#fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 40px 60px;
    }
    .parallax-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 130%;
        height: 100%;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
        background: url(../img/banner_bg.jpg) no-repeat;
    }
    .swiper-slide .title {
        font-size: 41px;
        font-weight: 300;
        margin-top: 10rem;
    }
    .swiper-slide .subtitle {
        font-size: 21px;
         padding-top: 4rem;
    }
    .swiper-slide .text {
        font-size: 14px;
        max-width: 400px;
        line-height: 1.3;
    }
    </pre></body></html>