<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.video-center-nav.nav{
    height: 60px;
    padding: 0;
}
.video-center{
    padding-bottom: 20px;
}
.banner-con.industry-solution-bg{
    background-image: url('../images/banner-bg.png');
}
/* è§†é¢‘åº“/æ&nbsp;·å“åº“æŒ‰é’® */
.video-center .layui-tab{
    width: 100%;
    margin-top: 20px;
}
.video-center .layui-tab-title{
    border: 0 none ;
}
.video-center .layui-tab-title li{
    border: 0.5px solid rgba(166, 166, 166, 1);
    margin-right: 10px;
    color: rgba(128, 128, 128, 1);
    width: 120px;
}
.video-center .layui-tab-brief&gt;.layui-tab-title .layui-this{
    color: #ffffff;
    background-color: rgba(56, 56, 56, 1);
    font-weight: 700;
    font-size: 17px;
}
.video-center .layui-tab-brief&gt;.layui-tab-more li.layui-this:after, 
.video-center .layui-tab-brief&gt;.layui-tab-title .layui-this:after{
    border: 0 none;
}
.video-center .layui-tab-content{
    padding-top: 20px;
}
/* ç¬¬äºŒè¡Œç±»åž‹æŒ‰é’® */
.video-center-type{
    gap: 15px;
    padding-bottom: 20px;
}
.video-center-type li{

    height: 45px;
    line-height: 34px;
    border-radius: 40px;
    color: rgba(128, 128, 128, .9);
    border: 0.5px solid rgba(166, 166, 166, .9);
    font-size: 15px;
    cursor: pointer;
}
.video-center-type li.active,.video-center-type li:hover{
    background: rgba(56, 56, 56, 0.1);
    color: rgba(56, 56, 56, .9);
    border-color:rgba(56, 56, 56, .9);
}

/* è§†é¢‘åˆ—è¡¨ */
.video-center-list ul {
    gap: 20px;
}
.video-center-list li {
    flex: 0 0 calc(33.333% - 14px);
    border: 1px solid rgba(227, 227, 227, 1);
    text-align: center; 
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
.image-container {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}
.icon-bofang {
    font-size: 44px;
    color: #fff;
    cursor: pointer;
}
.video-center-list p {
    margin: 15px 0;
    font-size: 16px;
    color:rgba(56, 56, 56, 1);
}

.video-center-list li.active,.video-center-list li:hover{
    box-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.08);
}
.video-center-list li:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 3px solid rgba(230, 0, 19,1);/* é»˜è®¤è¾¹æ¡† */
}
/* åˆ†é¡µ */
.video-center .layui-laypage a,
.video-center  .layui-laypage span{
    padding: 0 30px;
    height: 34px;
    line-height: 34px;
    margin: 0 6px;
    color: rgba(166, 166, 166, 1) !important;
}
.video-center .layui-laypage .layui-laypage-curr .layui-laypage-em, 
.video-center .layui-laypage a:hover{
    background-color:rgba(128, 128, 128, 1);
    color:  #ffffff !important;
}
.sample-library-pagination .swiper-pagination-bullet-active {
    background: #ED1C24;
}
.modal-content .swiper-slide{
    text-align: center;
}


.sample-library-prev.swiper-button-prev:after, .sample-library-next.swiper-button-next:after{
    content:'';
}
.sample-library-prev.swiper-button-prev{
    left: -40px;
    top: 54%;
}
.sample-library-next.swiper-button-next{
    right: -40px;
    top: 54%;
}
.sample-library-prev.swiper-button-prev .iconfont,.sample-library-next.swiper-button-next .iconfont{
     font-size: 50px;
     color: rgba(196, 196, 196, 1);
}
/*.modal-content .swiper{*/
/*    width: 90%;;*/
/*}*/</pre></body></html>