
#swiper1{
    position: relative;
    width: 100%;
    height: 100%;
}

.swiper img{
    width: 100%;
    height: 100%;
}

.swiper-button-prev{
    background: url("../image/banner左滑图标.png") no-repeat;
    width: 53px !important;
    height: 53px !important;
    left: 80px !important;
}
.swiper-button-prev::after {
    content: '' !important;
}

.swiper-button-next {
    background: url("../image/banner右滑图标1.png") no-repeat;
    width: 53px !important;
    height: 53px !important;
    right: 80px !important;
}

.swiper-button-next::after {
    content: '' !important;
}

.notification-custom{
    font-size: 14px;
    color: #ffffff;
    z-index: 999;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 36px;
    background:#000000;
    opacity: .4;
}

#swiper2{
    width: 420px;
    height: 63px;
    margin: 0;
    overflow: hidden;
}

#swiper2 >.swiper-wrapper>.swiper-slide> a{
    width: 410px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
#swiper2 >.swiper-wrapper>.swiper-slide> a:hover{
   color: #FF9E00;
}

.notification-custom .notification-content{
    height: 36px;
    line-height: 36px;
    width: 70%;
    margin: 0 auto;
    display: flex;
}