.banner {
    background-image: url(/structure/image/support/video-center/top-bg.png);
    background-position-x: center;
    background-position-y: center;
}
.pageContent{
    width: auto;
}

.pageContent a{
    color: white;
}

.descript a:hover{
    color: #b4e7ff;
    text-decoration: underline;
}

.normal-btn{
    user-select: none;
    cursor: pointer;
    text-align: center;
    line-height: 32px;
    margin-top: 30px;
    background: #00a0e9;
    color: white;
    font-size: 18px;
    outline: none;
    width: 126px;
    height: 32px;
    display: inline-block;
    border-radius: 2px;
}

.normal-btn:active {
    background: #006696;
}

.main-contain {
    max-width: 1090px;
    padding: 40px 20px;
    margin: 0px auto;
    position: relative;
}

.category-block{
    width: 100%;
}

.title-contain{
    text-align: left;
    margin-left: 8px;
}
.title-contain h2{
    display: inline-block;
    margin-right: 16px;
}
.title-contain a{
    color: #7b7b7b;
    margin-left: 8px;
    font-size: 13px;
    line-height: 13px;
    height: 13px;
}

.youtube-link{
    display: inline-flex;
    align-items: center;
}

.video-cover{
    position: relative;
}

.swiper-slide:hover .video-cover::before{
    visibility: visible;
}

.swiper-slide:active .video-cover::before{
    background: url(/structure/image/support/video-center/youtube-red.png)no-repeat;
}

.video-cover img{
    display: block;
}

.video-cover::before{
    content: '';
    background: url(/structure/image/support/video-center/youtube-gray.png)no-repeat;
    position: absolute;
    top: 40%;
    left: 40%;
    z-index: 2;
    width: 50px;
    height: 50px;
    visibility: hidden;
}

.video-pannel{
    position: relative;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 31px;
}

.swiper-wrapper{
    margin-top: 10px;
    padding-bottom: 20px;
    display: flex;
}

.swiper-container{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-button-prev{
    position: absolute;
    top: calc(50% - 22px);
    left: -22px;
    width: auto;
    outline: none;
    background-image: none;
}

.swiper-button-next{
    position: absolute;
    top: calc(50% - 22px);
    right: -22px;
    width: auto;
    outline: none;
    background-image: none;
}

.swiper-slide{
    width: 210px;
    text-align: left;
    display: inline-block;
    cursor: pointer;
}

.swiper-wrapper img{
    width: 100%;
}

.swiper-wrapper .brief{
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
}

.swiper-button-disabled{
    display: none;
}

.layui-anim {
    background-color: rgb(0, 0, 0);
}

.layui-layer-page .layui-layer-content{
    overflow: hidden !important;
}

.anchor{
    position: relative;
    top: -200px;
}

@media(max-width:960px){
    .title-contain h2{
        font-size: 2.5rem;
    }
}