.slide-box .slide-container {
    position: relative;
}

.slide-box #slider {
    position: relative;
    overflow: hidden;
}

.slide-box .swiper-container-horizontal > .swiper-pagination-bullets,
.slide-box .swiper-pagination-custom, .slide-box .swiper-pagination-fraction {
    right: 10px;
    width: auto;
    /*left: 50%;
    transform: translateX(-50%);*/
    padding: 0 5px;
    /*background: rgba(185, 185, 185, 0.6);*/
    border-radius: 8px;
    line-height: normal;
    height: 16px;
    line-height: 16px;
    display: flex;
    align-items: center;
}

.slide-box .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
}

.slide-box .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    opacity: 1;
    background-color: #d8d8d8 !important;
}

.slide-box .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff !important;
    width: 24px;
    border-radius: 100px;
    transition: width .3s ease-in-out;
}

.slide-box .swiper-slide {
    text-align: center;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.slide-box .swiper-slide.style1 {
    width: 80%;
}

.slide-box .swiper-slide.style2 {
    width: auto;
    max-height: 100%;
}

.slide-box .swiper-slide a {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    height: 100%;
    align-items: center;
    background-color: black;
}

.slide-box .swiper-slide img {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.slide-box .swiper-slide.style2 img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    padding: 0;
}

.slide-box .swiper-slide p, .slide-box .swiper-slide-2 p {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    bottom: 0;
    padding: 0 40% 0 14px;
    height: 35px;
    line-height: 35px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-align: left;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 35px;
    opacity: 0.9;
}

.slide-box .video-play {
    height: 100%;
    width: 100%;
    background: black;
}

.slide-box .video-layer {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.slide-box .tt-video-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.slide-box .img-label {
    font-size: 12px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    position: absolute;
}

span {
    padding: 5px;
    text-align: center;
    width: 100%;
}

.slide-box .img-label-0 {
    top: 0;
}

.slide-box .img-label-1 {
    bottom: 0;
}