/* video */
.video{
    width: 100%;
    height: calc(100vw * 1383 / 2760);
    background: url(../image/detail/videobcg.jpg?nc=1236) no-repeat;
    background-size: contain;
}
.video-poster{
    width: 100%;
    padding-top: calc(100vw * 201 / 2760);
    position: relative;
}
.video-poster img{
    display: block;
    width: 100%;
    position: absolute;
    top: calc(100vw * 201 / 2760);
    left: 0;
}
.video-poster video{
    display: block;
    width: 100%;
}
/* content */
.content{
    width:100%;
    background:url("../image/detail/contentbcg.jpg?nc=1236") no-repeat center;
    background-size:100% 100%;
    padding-top: calc(100vw * 84 / 2760);
    padding-bottom: calc(100vw * 68 / 2760);
}
.content-img {
    width: 100%;
    margin-bottom: calc(100vw * 40 / 2760);
}
.content-img img{
    display: block;
    width: 100%;
}
/*  jin ri jia bin */
.guest-title{
    /* margin-bottom: calc(100vw * 35 / 2760); */
}
.guest-title img{
    display: block;
    height: calc(100vw * 153 / 2760);
}

.banner .swiper-slide img{
    display:block;
    width:100%;
}
.guest_swiper{
    width: 100%;
    height: calc(100vw * 543 / 2760);
    position: relative;
    margin-bottom: calc(100vw * 93 / 2760);
}
.guest_swiper .swiper-container {
      width: 100%;
      height: 100%;
      position: relative;
}
.guest_swiper .swiper-slide {
    height: 100%;
    overflow: hidden;
    margin-right: calc(100vw * 47 / 2760)
}
.guest_swiper .swiper-slide img{
    display: block;
    /* width: 100%; */
     height: 100%; 
}
.guest_swiper .swiper-button-prev, .guest_swiper .swiper-container-rtl .swiper-button-next{
    width: calc(100vw * 35 / 2760);
    height: calc(100vw * 61 / 2760);
    background-image: url("../image/detail/left.png?nc=1236") !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left center;
    left: calc(-100vw * 76 / 2760);
    top: calc(100vw * 202 / 2760);

}
.guest_swiper .swiper-button-next, .guest_swiper .swiper-container-rtl .swiper-button-prev{
    width: calc(100vw * 35 / 2760);
    height: calc(100vw * 61 / 2760);
    background-image: url("../image/detail/right.png?nc=1236") !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: right center;
    right: calc(-100vw * 66 / 2760);
    top: calc(100vw * 202 / 2760);
}