/**==========
    swiper
============*/

.Main-Swiper {
    width: 100%;
    position: relative;
}

.Main-Swiper>img {
    width: 100%;
}

.swiper {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-container {
    width: 70%;
    margin: 0 auto;
    /* height: 30vw; */
    /* --swiper-theme-color: #ff6600; */
    /* 设置Swiper风格 */
    --swiper-navigation-color: #fff;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 60px;
    /* 设置按钮大小 */
}
.swiper-button-next {
    right: 10%;
    color: #fff;
}
.btn:focus{
    box-shadow:none!important;   

}
.swiper-button-prev {
    left: 10%;
    color: #fff;
    border: 0;
}

.SAM-swiper-image {
    height: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
}
.SAM-swiper-image-img{
    width: 100%;
}
.SAM-swiper-image img {
    height: 100%;
}

.SAM-swiper-image-detail {
    width: 50%;
    margin: 0 10px;
    position: absolute;
    top: 18.4%;
    right: 0;
}

.Main-Swiper {
    width: 100%;
    position: relative;
}

.Main-Swiper>img {
    width: 100%;
}

.swiper {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-container {
    width: 70%;
    margin: 0 auto;
    /* height: 30vw; */
    /* --swiper-theme-color: #ff6600; */
    /* 设置Swiper风格 */
    --swiper-navigation-color: #fff;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 60px;
    /* 设置按钮大小 */
}

.swiper-button-next {
    right: 10%;
    color: #fff;
}

.swiper-button-prev {
    left: 10%;
    color: #fff;
}

.SAM-swiper-image {
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.SAM-swiper-image img {
    width: 100%;
}

.SAM-swiper-image-detail {
    width: 50%;
    height: 100%;
    margin: 0 10px;
    position: absolute;
    top: 0;
    right: 0;
}
.SAM-swiper-image-detail h4 {
    margin-top: 4%;
    padding: 0 5px;
}

.SAM-swiper-image-detail p {
    /* margin-top: 4%; */
    padding: 0 5px;
}

/* .SAM-swiper-image-detail button {
    
} */

.swiper-more {
    position: absolute;
    bottom: 30px;
    /* margin-top: 4%; */
    border: 0;
    outline: none;
    color: #fff;
    padding: 10px 40px;
    background-color: #2f67b3;
}

.swiper-more:hover {
    background-color: #245697;
}

/* phone */

@media only screen and (max-width: 768px) {
    .Main-Swiper {
       overflow: hidden;
    }
    .Main-Swiper>img {
        width: 150%;
    }
    /* 主轮播图 */
    .swiper-container {
        width: 90%;
    }
    .swiper-button-next {
        display: none;
    }
    .swiper-button-prev {
        display: none;
    }
    .SAM-swiper-image {
        width: 100%;
    }
    .SAM-swiper-image img {
        width: 100%;
    }
    .SAM-swiper-image-detail{
        transform: scale(1);
        padding-left: 10px;
    }
    h4{
        font-size: 12px;
        /* transform: scale(0.8); */
        transform-origin:top left;
    }
    .SAM-swiper-image-detail p{
        font-size: 0px;
        transform: scale(0.6);
    }
    .SAM-swiper-image-detail button {
        margin-top:0;
    }
    .swiper-more{
        width: 106px;
        font-size: 12px;
        padding: 3px 0;
        bottom: 20px;
    }
}

/* iPads  */

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .swiper-more {
        padding: 5px 20px;
    }
    .SAM-swiper-image-detail p{
        font-size: 12px;
        transform: scale(0.6);
    }
}

/* Desktops and laptops ----------- */

@media only screen and (max-width: 960px) {
    .swiper-pagination{
        bottom: 0 !important;
    }
    .SAM-swiper-image-detail h4{
        font-size: 14px;
    }

    
}

@media only screen and (min-width: 960px) and (max-width: 1200px) {
    .SAM-swiper-image-detail h4{
        font-size: 18px;
    }
    .SAM-swiper-image-detail p{
        font-size: 16px;
    }
    .swiper-more {
        padding: 5px 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .SAM-swiper-image-detail p{
        font-size: 16px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
    .SAM-swiper-image-detail p{
        font-size: 16px;
    }
}

/* Large screens ----------- */

@media only screen and (min-width: 1960px) {}