
/*轮播样式ʽ*/
.mySwiperBottom {
    width: 100%;
    height: calc(100% - calc(210 * var(--vw-unit)));
    position: relative;
    top: calc(60 * var(--vw-unit));
}

.poster_box {
    overflow: hidden;
    /* margin: 30px 20px */
    width: 100%;
    height: 100%;
}

.poster_box h2 {
    font-size: 30px;
    color: #015293;
    font-weight: bold;
    text-align: center;
}

.poster_box h3 {
    font-size: 16px;
    color: #015293;
    margin: 10px 0 35px;
    text-align: center;
}

.poster-main {
    position: relative;
    width: 100%;
    /* height: 340px!important; */
    height: 100% !important;
    margin-left: auto;
    margin-right: auto;
}

.poster-main img {
    display: block;
    /*  box-shadow: 0px 0px 10px #222222;
    -webkit-box-shadow: 0px 0px 10px #222222; */
}

.poster-main a,
.poster-main img {
    display: block;
    width: 100%;
    height: 100%;
}


.poster-main .poster-list {
    /* width: 1000px;
  height: 500px; */
    width: 100%;
    height: 100%;
    position: relative;
}

.poster-main .poster-list .poster-item {
    /* width: 200px;
  height: 500px; */
    width: calc(1090 * var(--vw-unit));
    height: calc(760 * var(--vw-unit));
    position: absolute;
    left: 0;
    top: 0;
}

.poster-main .poster-list .poster-item.cur {
    padding: calc(10 * var(--vw-unit));
    background: no-repeat center/100% 100% #2A4055 url('banne-bg.png');
}

.poster-main .poster-list .poster-item .item {
    position: relative;
    width: 100%;
    height: 100%
}

.poster-main .lunbo-bottom {
    width: 100%;
    margin-top: calc(20 * var(--vw-unit));
    height: calc(80 * var(--vw-unit));
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.lunbo_btn {
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
}

.lunbo_btn li {
    cursor: pointer;
    width: calc(50 * var(--vw-unit));
    height: calc(24 * var(--vw-unit));
    z-index: 10;
    pointer-events: auto;
    margin: 0 calc(20 * var(--vw-unit));
    background: no-repeat center/100% 100% url('pagination3.png');
}

.lunbo_btn li.poster-btn-active {
    background: no-repeat center/100% 100% url('pagination4.png') !important;
}

.poster-main .poster-btn {
    width: calc(46 * var(--vw-unit)) !important;
    height: calc(78 * var(--vw-unit)) !important;
    border-radius: 50%;
    cursor: pointer;
}

.poster-main .poster-prev-btn {
    background: no-repeat center/100% 100% url('prev.png');
}



.poster-main .poster-next-btn {
    background: no-repeat center/100% 100% url('next.png');
}


.poster-item-title {
    background: rgba(42, 42, 42, 0.8) none repeat scroll 0 0 !important;
    /*实现FF背景透明，文字不透明*/
    filter: Alpha(opacity=80);
    background: #2a2a2a;

    color: #FFF;
    width: 100%;
    height: calc(52 * var(--vw-unit));
    line-height: calc(52 * var(--vw-unit));
    position: absolute;
    bottom: 0;
    text-indent: calc(29 * var(--vw-unit))
}