.banner-mask {
    /*top: -140px;*/
    height: 400px;
    width: 100%;
    background-color: transparent;
    position: relative;
}

.banner {
    height: 400px;
}

.banner .banner-swiper {
    margin: auto;
    height: 100%;
    position: relative;
}

.banner .swiper-container,
.banner .swiper-wrapper,
.banner .swiper-slide {
    width: 100%;
    height: 100% !important;
    position: relative;
}

.banner .swiper-slide-inner {
    width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -600px;
    margin-top: -100px;
}

.banner .swiper-slider-wrapper {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.banner .swiper-slide-inner .time {
    max-width: 610px;
    color: #ADDAEA;
    line-height: 110px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ADDAEA;
    font-family: AlibabaPuHuiTi-Bold, AlibabaPuHuiTi;
}

.banner .swiper-slide-inner .content {
    margin-top: 24px;
    max-width: 806px;
    color: #ADDAEA;
    line-height: 28px;
}

.banner-swiper-btns-wrapper {
    width: 1200px;
    position: absolute;
    bottom: 70px;
    height: 32px;
    text-align: right;
    z-index: 10;
}

.banner-swiper-btns-wrapper .banner-swiper-prev,
.banner-swiper-btns-wrapper .banner-swiper-next {
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    text-align: center;
    padding-top: 8px;
}