.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    padding-bottom: 60px;
}

.swiper-page {
    width: 100%;
    position: relative;
    /* padding-bottom: 100px; */
    border-bottom: 1px #333333 solid;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding-bottom: 100px;
}

.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 50%;
    height: 100%;
    position: relative;
    padding: 0;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 62px;
    height: 20px;
    margin-top: -19px;
    -moz-background-size: 62px 20px;
    -webkit-background-size: 62px 20px;
    background-size: 62px 20px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}


/* .swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
} */

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
    margin: 0 5px;
    cursor: pointer;
}


/* .swiper-slide:hover {
    -webkit-box-shadow: rgba(0,0,0,.5) 0px 0px 50px;
    -moz-box-shadow: rgba(0,0,0,.5) 0px 0px 50px;
    box-shadow: rgba(0,0,0,.5) 0px 0px 50px;
} */


/* .swiper-slide:hover p,.swiper-slide:hover date{
    color: #cf0202;
} */

.banner-box {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    margin: 12px 0 0;
}

.swiper-slide {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    transform: scale(.8);
    -webkit-transform: scale(0.8);
    -moz-box-shadow: rgba(0, 0, 0, .2) 0px 0px 30px;
    background: transparent;
}
.swiper-slide p {
    /* position: absolute;
    left: 60px;
    top: 85%; */
    font-size: 36px;
    line-height: 48px;
    height: 96px;
    color: transparent;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
    padding: 0 15px;
    margin-top: 15px;
    background: transparent;
    display: none;
}

.swiper-slide date {
    position: absolute;
    left: 50%;
    bottom: -110px;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    color: transparent;
    transform: translateX(-50%);
}

.swiper-slide-active p,
.swiper-slide-active date {
    color: #b69759;
    display: block;
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    position: relative;
}

.swiper-slide-active::after {
    content: '';
    position: absolute;
    left:50%;
    margin-left: -18px;
    /* bottom: -20px; */
    top: 108%;
    /* width: 100%;
    height: 5px;
    background: #cf0202; */
    width: 35px;
    height: 35px;
    background: url(../images/3.gif) no-repeat center;
    background-size: 100%;
}
.swiper-slide-prev date{
    position: absolute;
    right: 0;
    top: 187%;
    font-size: 18px;
    line-height: 30px;
    height: 30px;text-align: right;
    color: #333;transform: translateX(0);
}
.swiper-slide-next date{
    position: absolute;
    left: 0;
    /*top: 190%;*/
top:187%;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    color: #333;transform: translateX(0);
}
.swiper-slide-next::after { content: '';
    position: absolute;
    left:0;
    /* bottom: -20px; */
    /* top: 179%; top: calc(100% + 305px);
*/
    top: calc(100% + 305px);
     width: 40%;
    height: 9px;
    background: #b29454; }
    .swiper-slide-prev::after { content: '';
        position: absolute;
        right:0;
        /* bottom: -20px; */
        /* top: 179%; */
        top: calc(100% + 305px);
         width: 40%;
        height: 9px;
        background: #b29454; }
.swiper-slide img {
    width: 100%;
    display: block;
    height: 100%;
}

.swiper-pagination {
    position: relative;
    margin-bottom: 30px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: rgba(0, 0, 0, .8);
}
.swiper-slide-active img{height:470px;}.swiper-slide-next img{height:479px;}
@media screen and (max-width: 1500px) {.swiper-slide-active img{height:auto;}.swiper-slide-next img{height:479px;}}
@media screen and (max-width: 668px) {

    .swiper-pagination {
        position: relative;
        margin-bottom: 20px;
    }
    .swiper-pagination-bullet-active {
        opacity: 1;
        background: rgba(0, 0, 0, .8);
    }
}


/* .banner-arrow div:hover {
    background-color: #4a4a4a;
} */

.swiper-button-prev {
    left: 0;
    top: 100%;opacity: 1;
    background: url(../images/nys/hisleft.png) no-repeat 0 0;
}

.swiper-button-next {opacity: 1;
    background: url(../images/nys/hisright.png) no-repeat 0 0;
    top: 100%;
    right: 0;
}

.swiper-button-next:hover {
    /* opacity: 0.5; */
    background: url(../images/nys/hisright.png) no-repeat 0 0;
}

.swiper-button-prev:hover {
    background: url(../images/nys/hisleft.png) no-repeat 0 0;
    /* opacity: 0.5; */
}


/*.banner-top {
    padding-top: 3.730928444707274%;
}

.banner-title {
    padding: 5px 0;
}

.banner-title h1 {
    text-align: center;
    letter-spacing: 5px;
    font-size: 45px;
    font-family: "Microsoft YaHei", 微软雅黑, MicrosoftJhengHei, 华文细黑, STHeiti, MingLiu;
    font-weight: normal;
    color: rgb(68, 68, 68);
    padding-bottom: 14px;
}

 .banner-text {
    text-align: center;
}

.banner-text p {
    font: 15px/1.5 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', "Hiragino Sans GB",Arial,"Microsoft YaHei", "å¾®è½¯é›…é»‘", "STHeiti", "WenQuanYi Micro Hei",'PingFang SC', SimSun, sans-serif;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    color: rgb(68, 68, 68);
}

.banner-top-one {
    padding-top: 3.311649911295092%;
}

.banner-button {
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.banner-button a {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    height: auto;
    width: auto;
    line-height: 100%;
    padding: 15px 32px;
    position: relative;
}

.banner-button-btn {
    color: #fff;
    font-weight: 400;
    margin: 0;
    line-height: 1.8em;
    font-size: 16px;
    font-family: 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', "Hiragino Sans GB",Arial,"Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei",'PingFang SC', SimSun, sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #69ca72!important;
    border-radius: 100px;
}

.banner-button-btn{
    background: #cedad0;
    display: inline-block;
    -webkit-transition: border-color .4s,color .4s;
    -moz-transition: border-color .4s,color .4s;
    transition: border-color .4s,color .4s;
    border: 0;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    color: #fff;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.banner-button-btn, .banner-button-btn::before{
     -webkit-transition-timing-function: cubic-bezier(0.2,1,.3,1);
    -moz-transition-timing-function: cubic-bezier(0.2,1,.3,1);
     transition-timing-function: cubic-bezier(0.2,1,.3,1);
}

.banner-button-btn::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: #1a7c29;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7,1,1);
    -moz-transform: scale3d(0.7,1,1);
    -ms-transform: scale3d(0.7,1,1);
    -o-transform: scale3d(0.7,1,1);
    transform: scale3d(0.7,1,1);
    -webkit-transition: -webkit-transform .4s,opacity .4s;
    -moz-transition: -moz-transform .4s,opacity .4s;
    transition: transform .4s,opacity .4s;
    -webkit-transition-timing-function: cubic-bezier(0.2,1,.3,1);
    -moz-transition-timing-function: cubic-bezier(0.2,1,.3,1);
    transition-timing-function: cubic-bezier(0.2,1,.3,1);
}

.banner-button-btn:hover::before{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
} */

@media only screen and (max-width: 1366px) {
    .history .titleBox {
        top: 220px;
        left: 10px;
    }
    .swiper-container {
        width: 90%;
        margin: 13px auto;
    }
    .swiper-slide p {
        left: 10px;
        font-size: 30px;
        line-height: 30px;
    }
    /* .swiper-slide img {
        height: 300px;
    } */
    /* .swiper-page {
        padding-bottom: 80px;
    } */
    /* .swiper-slide-active::after {
        bottom: -58px;
    } */
}

@media only screen and (max-width: 1024px) {
    .history .titleBox {
        top: 250px;
        left: 10px;
    }
    /* .swiper-slide img {
        height: 220px;
    } */
    /* .swiper-slide-active::after {
        bottom: -63px;
    } */
}

@media only screen and (max-width: 768px) {
    .swiper-container {
        width: 90%;
        margin: 13px auto;
    }
    .swiper-slide p {
        left: 10px;
        font-size: 20px;
        line-height: 26px;
        max-height: 52px;
    }
    /* .swiper-page {
        padding-bottom: 80px;
    } */
    /* .swiper-slide-active::after {
        content: '';
        position: absolute;
        bottom: -120px;
    } */
    /* .swiper-slide date {
        bottom: -100px;
    } */
    /* .swiper-slide img {
        height: 450px;
    } */
    .history .titleBox {
        display: none;
        top: 100px;
        left: auto;
        right: 10px;
    }
    .swiper-slide-active,
    .swiper-slide-duplicate-active {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }
}

@media only screen and (max-width: 480px) {
    .swiper-container {
        width: 90%;
        margin: 13px auto;
    }
    .swiper-slide p {
        left: 10px;
        font-size: 20px;
        line-height: 30px;
        height: 30px;
        max-height: 30px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    /* .swiper-slide img {
        height: 300px;
    } */
    /* .swiper-page {
        padding-bottom: 50px;
    } */
    .swiper-slide-active::after {
        content: '';
        bottom: -40px;
    }
    /* .swiper-slide date {
        bottom: -100px;
    } */
    .history .titleBox {
        display: none;
        top: 100px;
        left: auto;
        right: 10px;
    }
    /* .swiper-page {
        display: none;
        padding-bottom: 9px;
    } */
    .swiper-slide-active,
    .swiper-slide-duplicate-active {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        position: relative;
    }
    /* .swiper-slide-active::after {
        content: '';
        bottom: -30px;
    } */
    /* .swiper-slide date {
        bottom: -63px;
    } */
    .swiper-container {
        padding-bottom: 60px;
    }
}

.history-con {
    /* background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    position: relative; */
    width: 50px;
    position: absolute;
    top: 575px;
    left: 180px;
    z-index: 100;
}

.history-top {
    position: relative;
    overflow: hidden;
}

.history-top .wp {
    position: relative;
}

.history-top .wp::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/sjz.png) repeat-x left top;
    width: 100%;
    height: 20px;
}

.history-top .slider {
    position: relative;
    overflow: hidden
}

.history-top .slick-list {
    position: relative;
}

.history-top .slick-list::after {
    content: '';
    position: absolute;
}

.shaow {
    width: 100%;
    background: url(../images/shaow.png) repeat center top;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 140px;
    z-index: 1;
    background-size: 100% 100%;
}


/* .history-top .slick-slide{-webkit-transform:scale(.64,.64);-ms-transform:scale(.64,.64);-o-transform:scale(.64,.64);transform:scale(.64,.64);transform-origin:50% 0 0;cursor:pointer;-webkit-transition:.4s;-o-transition:.4s;transition:.4s} */

.history-top .slick-slide {
    /* -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    transform-origin: 0; */
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    /* padding: 20px; */
}

.history-top .pic {
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden
}

.history-top .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}


/* .history-top .mask{padding:14px 18px;position:absolute;left:0;bottom:0;right:0;background:url(../images/bg5-4.png) center center no-repeat;-webkit-background-size:100% 100%;background-size:100% 100%;opacity:0;z-index:2} */

.history-top .mask {
    width: 234px;
    height: 234px;
    box-shadow: 5px 3px 0px 3px #9d8755;
    position: absolute;
    left: 130px;
    top: -30px;
    z-index: 20;
    display: none;
    border-radius: 100%;
    overflow: hidden;
    /*position:absolute;left:0;bottom:0;right:0;background:url(../images/bg5-4.png) center center no-repeat;-webkit-background-size:100% 100%;background-size:100% 100%;z-index:2*/
}

.history-top .slick-current .mask {
    display: block;
}

.history-top .mask .slick-list {
    padding: 0 !important;
}

.history-top .mask .slick-slide {
    padding: 0 !important;
}


/* .history-top .mask .slick-arrow{display:none !important;} */

.history-top .mask .slick-dots {
    padding: 15px 0;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 0;
    text-align: center;
    z-index: 1000;
    width: 100%;
}

.history-top .mask .slick-dots li {
    margin: 0 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .54);
    overflow: hidden
}

.history-top .mask .slick-dots button {
    outline: 0;
    border: none;
    text-indent: -999px
}

.history_swiper .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.54;
}

.history_swiper .swiper-pagination-bullet-active {
    background-color: #cc9900;
    opacity: 1;
}

.mask .slick-list {
    padding: 0;
}

.history-top .mask h4 {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 1.5;
    overflow: hidden;
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/* .history-top .slick-current{-webkit-transform:scale(1.16,1.16);-ms-transform:scale(1.16,1.16);-o-transform:scale(1.16,1.16);transform:scale(1.16,1.16)} */

.history-top .slick-current {
    /* -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    background: #b59d70;
    border-radius: 5px; */
}

.history-top .slick-current h4 {
    color: #fff;
}

.history-top .slick-current .mask {
    opacity: 1
}

.history-thumbs {
    /* position: absolute;
    height: 100%;
    left: 180px;
    bottom: 0px; */
}

.history-thumbs .slider {
    position: relative;
    overflow: hidden;
    padding: 30px 0px;
}
.history-thumbs .slick-list{margin-top: -10px;}
.history-thumbs .slick-slide {
    position: relative;
    font-size: 0;
    text-align: center;
    cursor: pointer;
    overflow: hidden
}

.history-thumbs .slick-slide .year {
    width: 50px;
    height: 20px;
    transition: all .8s;
    -webkit-transition: all .8s;
    color: transparent;
    line-height: 20px;
    font-size: 16px;
}

.history-thumbs .slick-slide .year p {
    font-family: '华文仿宋';
    line-height: 20px;
}

.history-thumbs .slick-next,
.history-thumbs .slick-prev {
    margin: 0;
    position: absolute;
    left: 0px;
    width: 50px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: transparent;
    outline: 0;
    border: none;
    text-indent: -999px;
    cursor: pointer;
    overflow: hidden;
    z-index: 10
}

.history-thumbs .slick-prev {
    top: 0px;
    background-image: url(../images/btn-i2.png);
    transform: rotate(-180deg);
    background-size: 21px 11px;
}

.history-thumbs .slick-next {
    bottom: 0px;
    background-image: url(../images/btn-i2.png);
    background-size: 21px 11px;
}

.history-thumbs .slick-current .year {
    color: #333;
}
@media only screen and (max-width: 1870px){
    .swiper-wrapper{padding-bottom:95px;}
}
@media only screen and (max-width: 1536px) {
    .swiper-slide-prev date{
        position: absolute;
        right: 0;
        top: 200%;
        font-size: 18px;
        line-height: 30px;
        height: 30px;text-align: right;
        color: #333;transform: translateX(0);
    }
    .swiper-slide-next date{
        position: absolute;
        left: 0;
        top: 200%;
        font-size: 18px;
        line-height: 30px;
        height: 30px;
        color: #333;transform: translateX(0);
    }
    .swiper-slide-next::after { content: '';
        top: 195%;
       }
        .swiper-slide-prev::after { content: '';
            top: 195%;}
}
@media only screen and (max-width: 1366px) {
    .history-con {
        top: 420px;
        left: 10px;
    }
    .swiper-container {
        width: 90%;
        margin: 13px auto;
    }
    .swiper-wrapper{padding-bottom:70px;}
    .swiper-slide p {
        left: 10px;
        font-size: 20px;
        line-height: 30px;
        height: 60px;
    }
    /* .swiper-slide img {
        height: 300px;
    } */
    /* .swiper-page {
        padding-bottom: 80px;
    } */
    /* .swiper-slide-active::after {
        content: '';
        top: 108%;
    } */
    .swiper-slide-prev date{
        position: absolute;
        right: 0;
        top: 200%;
        font-size: 18px;
        line-height: 30px;
        height: 30px;text-align: right;
        color: #333;transform: translateX(0);
    }
    .swiper-slide-next date{
        position: absolute;
        left: 0;
        top: 200%;
        font-size: 18px;
        line-height: 30px;
        height: 30px;
        color: #333;transform: translateX(0);
    }
    .swiper-slide date{bottom: -100px;}
    .swiper-slide-next::after { content: '';
        top: 190%;
       }
        .swiper-slide-prev::after { content: '';
            top: 190%;}
}
@media only screen and (max-width: 1200px) {
    .swiper-wrapper{padding-bottom:68px;}
}
@media only screen and (max-width: 1080px) {
    .history-con {
        top: 340px;
        left: 10px;
    }
    /* .swiper-slide img {
        height: 220px;
    } */
    
    .swiper-slide-active::after {
        /* top: 108%; */
    }
    .swiper-slide-prev::after {
        content: '';
        top: 208%;
    }
    .swiper-slide-next::after {
        content: '';
        top: 208%;
    }
    .swiper-slide date{bottom: -90px;}
    .swiper-slide-prev date,.swiper-slide-next date{top: 220%;}
}
@media only screen and (max-width: 960px) {
    .swiper-slide-active::after {
        top: 102%;
    }
    .swiper-slide date{bottom: -80px;}
}
@media only screen and (max-width: 768px) {
    .swiper-container {
        width: 90%;
        margin: 13px auto;
    }
    .swiper-slide p {
        left: 10px;
        font-size: 20px;
        line-height: 26px;
        max-height: 52px;
    }
    /* .swiper-page {
        padding-bottom: 30px;
    } */
    .swiper-wrapper{padding-bottom: 0;}
    /* .swiper-slide-active::after {
        content: '';
       top: 100%;
    } */
    .swiper-slide date{bottom: -70px;}
    /* .swiper-slide date {
        bottom: -100px;
    } */
    /* .swiper-slide img {
        height: 450px;
    } */
    .history-con {
        display: none;
        top: 100px;
        left: auto;
        right: 10px;
    }
    .swiper-slide-active,
    .swiper-slide-duplicate-active {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }
}

@media only screen and (max-width: 480px) {
    .swiper-container {
        width: 90%;
        margin: 13px auto;
    }
    .swiper-slide p {
        left: 10px;
        font-size: 20px;
        line-height: 30px;
        height: 30px;
        max-height: 30px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    /* .swiper-slide img {
        height: 300px;
    } */
    /* .swiper-page {
        padding-bottom: 50px;
    }
 
  */
  
    .history-con {
        display: none;
        top: 100px;
        left: auto;
        right: 10px;
    }
    .swiper-page {
        /* display: none; */
        padding-bottom: 9px;
    }
    .swiper-slide-active,
    .swiper-slide-duplicate-active {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        position: relative;
    }
    .swiper-slide-active::after {
        content: '';
        bottom: -30px;
        top: 103%;
    }
    .swiper-slide date {
        bottom: -80px;
    }
    .swiper-container {
        padding-bottom: 60px;
    }
}