.xhslide.part-one {
    width: 1000px;
    /* height: 300px; */
}
.xhslide.hidden {
    visibility: hidden;
}
.ztp-content {
    font-size: 14px;
    width: 1000px;
    margin: 0 auto;
    margin-top: 20px;
}
.ztc-box .ztc .xhslide {
    height: 320px;
}
.playvodbox .vod {
    position: relative;
}
.playvodbox {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
}
.playvodbox.show {
    display: block;
}
.close-video {
    width: 50px;
    height: 50px;
    display: none;
    position: absolute;
    top: 0;
    right: 6px;
    cursor: pointer;
    background: url(https://file.suofeiya.com.cn/v/85478d70-c89c-48d2-b9cf-1402db131a8b)
        center no-repeat;
    z-index: 20;
    opacity: 0.7;
}
.play-video {
    width: 70px;
    height: 70px;
    display: block;
    position: absolute;
    cursor: pointer;
    z-index: 20;
    opacity: 0.7;
    background: url(https://file.suofeiya.com.cn/v/0f068c05-5f74-4bb7-9a8f-fb222674ac60)
        center no-repeat;
    background-size: 100% 100%;
    top: 50%;
    right: 200px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
.ztp {
    position: relative;
}
.ztp .play-video {
    right: 46%;
    top: 150px;
    margin-top: 35px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.ztp .playvodbox {
    width: 1000px;
    left: 50%;
    transform: translate(-50%, 0);
    height: 300px;
}
.ztc-box .ztcc {
    padding-top: 23px;
}
.black {
    background: black;
}
.ztcct{
    padding-bottom: 10px;
}
.bkb {
    display: block;
    text-decoration: none;
    width: 120px;
    height: 30px;
    line-height: 30px;
    margin: 10px 0 0 360px;
    font-size: 0.7em;
    background: #f2f2f2;
    text-align: center;
    position: relative;
}
.swiper-button-white {
    opacity: 0.7;
}
.swiper-a{
 height: 300px;
}
#app .swiper-pagination-bullet-active{
    background: #222222;
}
#app .swiper-wrapper{
    height: 100%;
}
#app .swiper-slide img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
#app .myswp {
    height: 100%;
}
.pagebox > div{
    cursor: pointer;
}
.pagebox > a{
    cursor: pointer;
}
@media screen and (max-width: 1500px) {
    .xhslide.part-one {
        width: 75%;
    }
    .ztp .playvodbox {
        width: 75%;
    }
    .ztp-content {
        width: 75%;
    }
}
@media screen and (max-width: 1300px) {
    .xhslide.part-one {
        width: 80%;
    }
    .ztp .playvodbox {
        width: 80%;
    }
    .ztp-content {
        width: 80%;
    }
}
