@media only screen and (max-width: 1100px) {
    p.ct {
        font-size: 1.5rem;
    }

    .products_shows {
        min-height: 530px !important;
    }

    .products_shows .products_shows_right .right_top {
        margin-bottom: 12px !important;
    }
}

@media only screen and (max-width: 780px) {
    .products_shows {
        min-height: 390px !important;
    }
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-button-prev {
    left: 20px;
    width: 50px;
    outline: none;
    opacity: 0;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.swiper-button-next {
    right: 20px;
    width: 50px;
    outline: none;
    opacity: 0;
}

.swiper-button-next img {
    transform: rotate(180deg);
}

.sp-slides:hover .swiper-button-next,
.sp-slides:hover .swiper-button-prev {
    opacity: 1;
}

img.sp-image {
    width: 100%;
}

.products_shows {
    width: 100%;
    margin-bottom: 20px;
    min-height: 800px;
}

.products_shows .products_shows_left {
    width: 58%;
    float: left;
    position: relative;
    cursor: pointer;
}

.products_shows .products_shows_right {
    width: 39%;
    float: right;
    cursor: pointer;
}

.products_shows .products_shows_right .right_top {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.products_shows .products_shows_right .right_bottom {
    width: 100%;
    position: relative;
}

.products_shows .products_shows_left .title,
.products_shows .products_shows_right .right_top .title,
.products_shows .products_shows_right .right_bottom .title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: top;
    align-items: left;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.products_shows .products_shows_left .title h2,
.products_shows .products_shows_right .right_top .title h2,
.products_shows .products_shows_right .right_bottom .title h2 {
    margin-top: 100px;
    margin-left: 80px;
    margin-right: 80px;
    color: #fff;
}

@media only screen and (max-width: 1100px) {

    .products_shows .products_shows_right .right_top .title h2,
    .products_shows .products_shows_right .right_bottom .title h2 {
        margin-top: 70px;
        margin-left: 60px;
    }
}

.products_shows .products_shows_left .title span,
.products_shows .products_shows_right .right_top .title span,
.products_shows .products_shows_right .right_bottom .title span {
    margin-top: 10px;
    margin-left: 80px;
    margin-right: 80px;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 2;
    color: #fff;

    display: box;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;

}

.products_shows .products_shows_left img.img_show,
.products_shows .products_shows_right .right_top img.img_show,
.products_shows .products_shows_right .right_bottom img.img_show {
    width: 100%;
    height: auto;
}

/*.products_shows .products_shows_left:hover .title,.products_shows .products_shows_right .right_top:hover .title,.products_shows .products_shows_right .right_bottom:hover.title{
    background:rgba(255,255,255,0.2);
}
*/
.products_shows_mobile {
    display: none;
}

.products_shows {
    display: block;
}

@media only screen and (max-width: 640px) {
    .products_shows {
        display: none;
    }

    .products_shows_mobile {
        display: block;
    }

    .row.space1 {
        padding-top: 0;
    }

    .index-wgo a {
        width: 100px;
        height: 40px;
        line-height: 40px;
    }

    p.ct.main_title {
        margin-bottom: 20px;
    }

    .show-for-medium-up {
        display: block !important;
    }

    .hide-for-medium-up {
        display: none !important;
    }
}

.products_shows_mobile {
    width: 90%;
    margin: 0 auto;

    min-height: 720px;
}

.products_shows_mobile .products_shows_left {
    width: 58%;
    float: left;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
}

.products_shows_mobile .products_shows_left,
.products_shows_mobile .products_shows_left img.img_show {
    width: 100%;
}

.products_shows_mobile .products_shows_left .title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: top;
    align-items: left;
    display: flex;
    flex-direction: column;
    color: #000;
}

.products_shows_mobile .products_shows_left .title h2 {
    margin-top: 50px;
    margin-left: 30px;
    font-size: 14px;
}

.products_shows_mobile .products_shows_left .title span {
    margin-top: 10px;
    margin-left: 80px;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 2;
    color: #fff;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

@media screen and (min-width: 400px) and (max-width: 450px) {
    .products_shows_mobile {
        min-height: 780px;
    }
}

@media screen and (max-width: 400px) {
    .products_shows_mobile {
        min-height: 720px;
    }
}

@media screen and (max-width: 340px) {
    .products_shows_mobile {
        min-height: 620px;
    }
}






/* ipadÒÔÏÂ */
@media only screen and (max-width: 991px) {
    .products_shows_mobile .products_shows_left .title h2 {
        color: #fff !important;
    }

    .products_shows_mobile .products_shows_left .title span {
        color: #fff !important;
        display: box;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        margin-left: 30px;
        margin-right: 30px;
    }
}