.oc-main-sam-banner {
    margin-top: var(--header-height);
    width: 100%;
}

.oc-main-sam-banner .swiper-slide {
    height: calc(100vh - 1.49rem);
    max-height: 16rem;
    position: relative;
    /* 加一个默认背景色 */
    background-color: #D9D9D9;
}

/* 去掉轮播图默认切换按钮 */
.oc-main-sam-banner .swiper-button-prev:after,
.oc-main-sam-banner .swiper-button-next:after {
    display: none;
}

.oc-main-sam-banner .swiper-button-next {
    right: 1rem;
    width: 0.44rem;
    height: 0.44rem;
}

.oc-main-sam-banner .swiper-button-next img {
    width: 100%;
}

.oc-main-sam-banner .swiper-button-prev {
    left: 1rem;
    width: 0.44rem;
    height: 0.44rem;
}

.oc-main-sam-banner .swiper-button-prev img {
    width: 100%;
}

.oc-main-sam-banner .swiper-pagination {
    bottom: 0.6rem;
}

.oc-main-sam-banner .swiper-slide img,
.oc-main-sam-banner .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.oc-main-sam-banner .swiper-slide .banner-mask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.oc-main-sam-banner .swiper-slide .banner-content {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: space-between;
    width: 59%;
    height: 50%;
    position: absolute;
    top: 50%;
    color: #FFF;
    padding-left: 2.15rem;
    transform: translateY(-50%);

}

.oc-main-sam-banner .swiper-slide .banner-content .banner-title {
    font-weight: 800;
    flex-basis: 45%;
}

.oc-main-sam-banner .swiper-slide .banner-content .banner-sub_title {
    font-weight: 500;
    flex-basis: 35%;
}

.oc-main-sam-banner .swiper-slide .banner-content .banner-btn {
    padding: 0.17rem 0.29rem;
    background-color: var(--Color);
    border-radius: 0.06rem;
    color: #FFF;
}

.oc-main-sam-banner .swiper-slide .banner-content .banner-btn:hover {
    color: var(--Color);
    background-color: #fff;
    cursor: pointer;
}

.oc-main-sam-banner .swiper-pagination-bullet {
    background-color: #D9D9D9 !important;
}

.oc-main-sam-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--Color) !important;
}

/* 小屏pc */
@media screen and (max-width: 1400px) {
    .oc-main-sam-banner {
        margin-top: var(--header-height-middle);
    }
    .oc-main-sam-banner .swiper-slide .banner-content {
        width: 80%;
    }
    .oc-main-sam-banner .swiper-slide .banner-content .banner-title {
        font-size: 48px;
    }
    .oc-main-sam-banner .swiper-slide .banner-content .banner-sub_title {
       margin-bottom: 0.2rem;
    }
}
/* ipad和移动端 */
@media screen and (max-width: 1025px) {
    .oc-main-sam-banner {
        margin-top: var(--header-height-mobile);
        position: relative;
    }
    .oc-main-sam-banner .swiper-slide{
        height: 5.6rem;
    }
    .oc-main-sam-banner .swiper-slide .banner-content .banner-sub_title {
        /* padding: 0 0.5rem; */
        margin-bottom: 0.4rem;
    }
    .oc-main-sam-banner .swiper-slide .banner-content .banner-title {
        font-size: 0.48rem;
    }
    .oc-main-sam-banner .swiper-button-next,
    .oc-main-sam-banner .swiper-button-prev {
        display: none;
        top: -2000px;
    }
    .oc-main-sam-banner .swiper-slide .banner-content .banner-btn{
        padding: 0.25rem 0.29rem;
        font-size: 0.24rem;
    }
    .oc-main-sam-banner .swiper-slide .banner-content {
        top: 0.3rem;
        left: 0;
        padding: 0 0.25rem;
        width: 100%;
        text-align: left;
        transform:inherit;
    }

    .oc-main-sam-banner .swiper-pagination {
        bottom: 1.3rem;
    }
    /* 加大移动端点击触点 */
    .oc-main-sam-banner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
        /* margin: 0 0; */
        position: relative;
        padding: 0.1rem;
        margin: 0 0.15rem;
    }
    .swiper-pagination .swiper-pagination-bullet{
        opacity: 0.9;
    }
}
