/* pre css */

#void {
    min-height: 0px;
    display-radio: 1;
    height: 110px;
    background_radio: 2;
    background-color: rgba(247,247,247,1)
}

#void .s_title {
    display: flex
}

@media screen and (max-width: 768px) {
    #void {
        height:0px
    }
}

#video_nav {
    min-height: 0px;
    display-radio: 1;
    background-color: rgba(247,247,247,1);
    border-bottom: 0px solid rgba(229,229,229,1);
    background_radio: 2
}

#video_nav .e_container-9 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
    display-radio: flex;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 0px
}

#video_nav .e_container-9 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#video_nav .e_container-9 .p_item {
    display-radio: 1
}

#video_nav .e_container-9 .cbox-9-1 {
    flex: 0 0 auto;
    align-self: center
}

#video_nav .e_categoryB-11 {
    user-select: none;
    font-size: 14px;
    width: 100%;
    max-width: 100%
}

#video_nav .e_categoryB-11 ul {
    list-style: none;
    margin: 0
}

#video_nav .e_categoryB-11 li {
    position: relative
}

#video_nav .e_categoryB-11 .deep-1 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start
}

#video_nav .e_categoryB-11 .p_c_item {
    position: relative
}

#video_nav .e_categoryB-11 .deep a {
    font-size: 17px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 80px;
    color: rgb(0 0 0 / 100%);
    display: block;
    background: rgb(255 255 255 / 0%);
    transition: all .5s ease;
    position: relative;
    height: 100%;
    overflow: hidden;
    min-width: 120px;
    text-align: center
}

#video_nav .e_categoryB-11 .deep a:hover {
    color: var(--theme-color)
}

#video_nav .e_categoryB-11 .deep a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background: rgb(0 0 0 / 15%)
}

#video_nav .e_categoryB-11 .active .deep a {
    background: var(--main-color);
    color: rgb(255 255 255 / 100%)
}

#video_nav .e_categoryB-11 .active .deep a:before {
    width: 100%;
    background: rgb(0 0 0 / 30%)
}

#video_nav .e_categoryB-11 .p_c_item:last-child .deep a::after {
    display: none
}

#video_nav .e_categoryB-11 .deep a:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 3px;
    background: var(--theme-color);
    transition: all .5s ease;
    transform: translateX(-50%)
}

#video_nav .e_categoryB-11 .deep a:hover:before {
    width: 100%
}

#video_nav .e_categoryB-11 .p_c_title1 {
    display: flex;
    justify-content: space-between;
    position: relative;
    line-height: 68px;
    font-size: 15px;
    transition: all ease .3s;
    width: 100%;
    color: #333
}

#video_nav .e_categoryB-11 .deep-2 {
    width: 100%
}

#video_nav .e_categoryB-11 .p_arrbtm {
    width: 50px;
    display: none;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    border-left: 1px solid rgb(0 0 0 / 5%);
    transition: border-left ease .3s
}

#video_nav .e_categoryB-11 .p_arrow {
    margin: 0;
    font-size: 12px;
    transform: rotate(-90deg);
    line-height: 1;
    padding: 0;
    width: auto;
    height: 14px;
    right: 15px;
    pointer-events: none
}

#video_nav .e_categoryB-11 .p_c_title2 {
    display: flex;
    justify-content: space-between;
    position: relative;
    line-height: 50px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 15px;
    transition: all ease .3s;
    width: 100%;
    color: #666;
    background: #ededed
}

#video_nav .e_categoryB-11 .deep-3 {
    width: 100%
}

#video_nav .e_categoryB-11 .p_c_title3 {
    display: flex;
    justify-content: space-between;
    position: relative;
    line-height: 50px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 15px;
    transition: all ease .3s;
    width: 100%;
    color: #666;
    background: #e3e3e3
}

#video_nav .e_categoryB-11 .p_c_images {
    width: 27px;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 6px;
    order: -1;
    overflow: hidden;
    transition: all ease .3s
}

#video_nav .e_categoryB-11 .p_c_images img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

#video_nav .e_categoryB-11 p:hover .p_c_images {
    opacity: 0;
    margin-right: 0px;
    width: 0px
}

@media screen and (max-width: 768px) {
    #video_nav .e_categoryB-11 {
        background:none;
        max-width: none;
        display: flex;
        justify-content: center
    }

    #video_nav .e_categoryB-11 .p_c_item .deep a::after {
        display: none
    }

    #video_nav .e_categoryB-11 .p_c_tree {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 100%;
        height: 100vh;
        width: 80%;
        transition: all ease .5s;
        background: #fff;
        z-index: 1000;
        max-height: 1080px
    }

    #video_nav .e_categoryB-11 .deep-1 {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        display: flex;
        justify-content: flex-start;
        flex-direction: column
    }

    #video_nav .e_categoryB-11 .p_c_mbtn {
        display: block;
        border: 0;
        width: 100%;
        background: var(--theme-color);
        padding: 15px 15px;
        border-radius: 2px;
        font-size: 15px;
        color: rgb(255 255 255 / 80%);
        outline: none
    }

    #video_nav .e_categoryB-11 .p_c_mput {
        display: block;
        line-height: 50px;
        background: rgb(0 0 0 / 70%);
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        max-height: 1080px;
        height: 100vh;
        width: 100%;
        cursor: pointer;
        transition: all ease .5s;
        opacity: 0;
        visibility: hidden;
        z-index: 999
    }

    #video_nav .e_categoryB-11 .p_c_mput:hover {
        background: rgb(0 0 0 / 80%)
    }

    #video_nav .e_categoryB-11 .deep a {
        padding: 10px 15px;
        line-height: 2;
        width: 100%
    }


    #video_nav .e_categoryB-11 .deep {
        color: #666
    }

    #video_nav .e_categoryB-11 .deep-2 {
        display: none;
        position: static;
        width: 100%
    }

    #video_nav .e_categoryB-11 .deep-3 {
        display: none;
        position: static;
        width: 100%;
        background: #dfdfdf
    }

    #video_nav .e_categoryB-11 .p_c_title3 {
        border-bottom: 1px solid #d5d5d5
    }

    #video_nav .e_categoryB-11.design_nomput .p_c_mput {
        display: none
    }

    #video_nav .e_categoryB-11 .p_leftani {
        left: 20%
    }

    #video_nav .e_categoryB-11 .p_bg_show {
        opacity: 1;
        visibility: visible;
        display: block
    }

    #video_nav .e_container-9 {
        display-radio: 1;
        flex-direction: column;
        padding-top: 15px;
        padding-bottom: 15px
    }

    #video_nav .e_container-9 .cbox-9-1 {
        margin-left: 0px;
        flex: 0 0 100%;
        margin-right: auto
    }
}

@media screen and (min-width: 769px) {
    #video_nav .e_categoryB-11 .p_c_mbtn,#video_nav .e_categoryB-11 .p_c_mput,#video_nav .e_categoryB-11 .p_c_item > .p_c_content {
        display:none
    }
}

#video_content {
    min-height: 300px;
    display-radio: 1;
    padding-top: 60px;
    padding-bottom: 60px
}

#video_content .e_loop-2 .p_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%
}

#video_content .e_loop-2 .p_loopitem {
    flex: 0 0 33.3%;
    position: relative
}

#video_content .e_loop-2 .p_page {
    text-align: center
}

#video_content .e_loop-2 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

#video_content .e_loop-2 .p_kv_wrapper {
    display: flex;
    flex-wrap: nowrap;
    line-height: 40px;
    margin: 15px 0
}

#video_content .e_loop-2 .p_filter_key {
    width: 70px;
    overflow: hidden;
    margin-right: 10px;
    font-weight: bold;
    color: #333333;
    font-size: 12px
}

#video_content .e_loop-2 .p_v_item {
    display: inline-block;
    padding: 0 3px;
    cursor: pointer;
    font-size: 13px;
    color: #555555;
    margin-right: 30px
}

#video_content .e_loop-2 .p_active .p_fbutton {
    color: #fff;
    background-color: cornflowerblue
}

#video_content .e_loop-2 .p_result_item {
    position: relative;
    padding: 3px 20px 3px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px
}

#video_content .e_loop-2 .p_filter_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
    font-style: normal;
    font-size: 16px;
    margin-top: -5px;
    cursor: pointer
}

#video_content .e_loop-2 .p_s_option {
}

#video_content .e_loop-2 .multSelect {
    font-size: 13px;
    position: relative
}

#video_content .e_loop-2 .multSelect .inputWrap {
    width: 100%;
    min-width: 100px;
    min-height: 24px;
    border: 1px solid #DCDFE6;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background: white
}

#video_content .e_loop-2 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

#video_content .e_loop-2 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px
}

#video_content .e_loop-2 .multSelect ul,li {
    list-style: none
}

#video_content .e_loop-2 .multSelect li {
    display: inline-block;
    background: #edf0f3;
    color: #92969c;
    padding: 0px 5px;
    margin: 1px 5px 1px 0;
    border-radius: 5px;
    line-height: 16px
}

#video_content .e_loop-2 .multSelect .multSelect-option {
    width: 100%;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    height: 0;
    opacity: 0;
    z-index: 9;
    background: #fff
}

#video_content .e_loop-2 .multSelect .multSelect-option>div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px
}

#video_content .e_loop-2 .multSelect .multSelect-option>div.selected {
    color: #409eff
}

#video_content .e_loop-2 .multSelect .multSelect-option>div:hover {
    color: #409eff;
    background: #f3f6f9
}

#video_content .e_loop-2 .multSelect .fa-close {
    font-style: normal;
    font-size: 12px;
    padding: 0 5px 0 7px
}

#video_content .e_loop-2 .multSelect .inputWrap>.fa svg {
    fill: #666;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px)
}

#video_content .e_loop-2 .multSelect .inputWrap>.fa-down svg {
    transform: rotate(-90deg)
}

#video_content .e_loop-2 .multSelect .inputWrap>.fa-up svg {
    transform: rotate(90deg)
}

#video_content .e_loop-2 .multSelect .placeholder {
    line-height: 40px;
    padding-left: 10px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0
}

#video_content .e_loop-2 .p_normal_start {
    display: inline;
    width: 100px;
    height: 40px
}

#video_content .e_loop-2 .p_date_start {
    display: inline;
    width: 105px;
    height: 40px
}

#video_content .e_loop-2 .p_normal_end {
    display: inline;
    width: 100px;
    height: 40px;
    margin-right: 5px
}

#video_content .e_loop-2 .p_date_end {
    display: inline;
    width: 105px;
    height: 40px;
    margin-right: 5px
}

#video_content .e_loop-2 .p_split {
    margin: 0 5px
}

#video_content .e_loop-2 .p_normal {
    margin-right: 16px
}

#video_content .e_loop-2 .p_fbutton {
    background-color: #007bff;
    border: 1px solid #409EFF;
    text-decoration: none;
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#video_content .e_loop-2 .input-check,#video_content .e_loop-2 .input-radio {
    margin: 0 5px;
    vertical-align: text-top
}

#video_content .e_loop-2 .position-left {
    display: flex
}

#video_content .e_loop-2 .position-right {
    display: flex;
    flex-direction: row-reverse
}

#video_content .e_loop-2 .position-top {
}

#video_content .e_loop-2 .position-bottom {
    display: flex;
    flex-direction: column-reverse
}

#video_content .e_loop-2 .p_mbutton {
    border: 1px solid #409EFF;
    text-decoration: none;
    color: #409EFF;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

#video_content .e_loop-2 .p_mbutton:after {
    content: "";
    display: none;
    width: 16px;
    height: 16px;
    background-color: #409eff;
    -webkit-transform: skewY( -45deg);
    transform: skewY( 360deg);
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1
}

#video_content .e_loop-2 .p_mbutton::before {
    content: "";
    display: none;
    width: 6px;
    height: 9px;
    border-right: #ffffff solid 2px;
    border-bottom: #ffffff solid 2px;
    -webkit-transform: rotate( 35deg);
    transform: rotate( 35deg);
    position: absolute;
    bottom: 5px;
    right: 4px;
    z-index: 2
}

#video_content .e_loop-2 .p_active .p_mbutton::before {
    display: block
}

#video_content .e_loop-2 .p_active .p_mbutton::after {
    display: block
}

#video_content .e_loop-2 .p_input_match {
    width: 100px;
    height: 40px;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 3px
}

#video_content .e_loop-2 .p_filter_result {
    display: inline-block
}

#video_content .e_loop-2 .p_contclear {
    cursor: pointer
}

#video_content .e_loop-2 .swiper-container {
    padding-bottom: 30px
}

#video_content .e_loop-2 {
    display-radio: 1;
    max-width: none;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto
}

#video_content .e_container-3 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
    display-radio: flex;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto
}

#video_content .e_container-3 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#video_content .e_container-6 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
    display-radio: flex;
    margin-bottom: 35px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto
}

#video_content .e_container-6 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#video_content .e_video-7 {
    width: 100%;
    position: relative
}

#video_content .e_video-7 video {
    width: 100%;
    display: block;
    max-width: 800px;
    margin: 0 auto
}

#video_content .e_video-7 .p_video {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 66.666%
}

#video_content .e_video-7 .cover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background: #000;
    display: block !important;
    cursor: pointer
}

#video_content .e_video-7 .cover .coverImage {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all ease .3s
}

#video_content .e_video-7:hover .cover .coverImage {
    opacity: .5
}

#video_content .e_video-7 .cover .coverImage img {
    width: 100%;
    height: auto;
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all ease .3s
}

#video_content .e_video-7 .cover .playIco {
    position: absolute;
    width: 74px;
    height: 78px;
    z-index: 2;
    left: 50%;
    top: 50%;
    margin: -39px auto auto -37px;
    cursor: pointer;
    transform: scale(0);
    pointer-events: none;
    transition: all ease .3s
}

#video_content .e_video-7:hover .cover .playIco {
    transform: scale(1)
}

#video_content .e_text-8 {
    line-height: 1;
    display-radio: 1;
    font_radio: 2;
    font-size: 15px;
    font-family: Microsoft YaHei;
    text-align: left;
    color: rgba(0,0,0,0.8);
    margin-top: 15px;
    margin-bottom: 0px
}

#video_content .videoBox {
    position: fixed;
    background: rgb(0 0 0 / 60%);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all ease .3s;
    pointer-events: none;
    opacity: 0;
    z-index: 10;
    padding: 0 18px
}

#video_content .videoBox.show {
    opacity: 1;
    pointer-events: auto
}

#video_content .e_html-10 {
    min-height: 0px;
    display-radio: 1;
    background_radio: 1;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

#video_content .closeVideo {
    max-width: 150px;
    background: #fff;
    margin: 30px auto 0;
    border-radius: 55px;
    padding: 10px 30px;
    width: 100%;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    transition: all ease .3s
}

#video_content .closeVideo:hover {
    background: #171717;
    color: #fff
}

#video_content .e_image-11 {
    overflow: hidden
}

#video_content .e_image-11 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#video_content .videoimg {
    display: none
}

#video_content .videoimg.vpHide:not([nd_deleted]) {
    display: none !important
}

@media screen and (max-width: 768px) {
    #video_content .e_loop-2 .p_loopitem {
        flex-grow:0;
        flex-shrink: 0;
        flex-basis: calc(100% / 1)
    }

    #video_content .e_container-6 {
        display-radio: 1;
        width: 98%
    }

    #video_content .videoBox {
        background: rgb(0 0 0 / 80%)
    }
}

@media screen and (min-width: 769px) {
    #video_content .e_loop-2 .p_loopitem {
        flex-grow:0;
        flex-shrink: 0;
        flex-basis: calc(100% / 4)
    }
}


.videoBox {
	position: fixed;
	background: rgb(0 0 0 / 60%);
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: all ease .3s;
	pointer-events: none;
	opacity: 0;
	z-index: 999;
	padding: 0 18px;
}
.videoBox video{
    margin: 0 auto;
    width: 90%;
}
.videoBox.show{
	opacity: 1;
	pointer-events: auto;
}
.closeVideo{
    max-width: 150px;
    background: #fff;
    margin: 30px auto 0;
    border-radius: 55px;
    padding: 10px 30px;
    width: 100%;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    transition: all ease .3s;
}
.closeVideo:hover{
    background: #171717;
    color: #fff;
}
.videoBox > div:first-child {
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
}
