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

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


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

#c_download_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
}

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

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

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

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

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

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

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

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

#c_download_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
}

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

#c_download_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%)
}

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

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

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

#c_download_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%)
}

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

#c_download_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
}

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

#c_download_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
}

#c_download_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
}

#c_download_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
}

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

#c_download_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
}

#c_download_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
}

#c_download_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%)
}

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

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

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

    #c_download_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
    }

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

    #c_download_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
    }

    #c_download_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
    }

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

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

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

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

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

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

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

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

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

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

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

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

#c_download_list {
    min-height: 300px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
    display-radio: 1
}

#c_download_list .e_loop-1 .p_list {
    display: flex;
    flex-wrap: wrap
}

#c_download_list .e_loop-1 .p_loopitem {
    flex: 0 0 33.3%;
    position: relative
}

#c_download_list .e_loop-1 .p_page {
    text-align: center
}

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

#c_download_list .e_loop-1 .p_kv_wrapper {
    display: flex;
    flex-wrap: nowrap;
    line-height: 24px;
    margin: 15px 0
}

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

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

#c_download_list .e_loop-1 .p_active {
    color: #fff;
    background-color: #409EFF;
    border-radius: 2px
}

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

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

#c_download_list .e_loop-1 .multSelect {
    font-size: 13px;
    position: relative
}

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

#c_download_list .e_loop-1 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

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

#c_download_list .e_loop-1 .multSelect ul,li {
    list-style: none
}

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

#c_download_list .e_loop-1 .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
}

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

#c_download_list .e_loop-1 .multSelect .multSelect-option>div.selected {
    color: #409eff
}

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

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

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

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

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

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

#c_download_list .e_loop-1 .p_filter_select {
    width: 110px;
    height: 24px;
    padding: 0;
    border: 1px solid #DCDFE6
}

#c_download_list .e_loop-1 .p_normal_start {
    display: inline;
    width: 60px;
    height: 22px
}

#c_download_list .e_loop-1 .p_date_start {
    display: inline;
    width: 105px;
    height: 22px
}

#c_download_list .e_loop-1 .p_normal_end {
    display: inline;
    width: 60px;
    height: 22px;
    margin-right: 5px
}

#c_download_list .e_loop-1 .p_date_end {
    display: inline;
    width: 105px;
    height: 22px;
    margin-right: 5px
}

#c_download_list .e_loop-1 .p_split {
    margin: 0 5px
}

#c_download_list .e_loop-1 .p_normal {
    margin-right: 16px
}

#c_download_list .e_loop-1 {
    background_radio: 1;
    max-width: 1600px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    display-radio: 1;
    padding-left: 15px;
    padding-right: 15px
}

#c_download_list .e_container-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-bottom: 30px;
    display-radio: flex
}

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

#c_download_list .e_container-2 .cbox-2-0 {
    flex: 0 0 15%
}

#c_download_list .e_container-2 .cbox-2-2 {
    flex: 0 0 15%;
    padding-left: 20px
}

#c_download_list .e_image-3 {
    overflow: hidden
}

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

#c_download_list .e_container-2 .cbox-2-1 {
    padding-left: 20px;
    padding-right: 20px;
    flex: 0 0 60%
}

#c_download_list .e_text-4 {
    line-height: 1.5;
    font_radio: 2;
    font-size: 18px;
    font-weight: bold;
    color: rgba(17,17,17,0.8);
    display-radio: 1;
    font-family: Microsoft YaHei
}

#c_download_list .e_text-5 {
    font_radio: 2;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    color: rgba(181,181,181,1);
    line-height: 1.5;
    display-radio: -webkit-box;
    font-family: Microsoft YaHei;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

#c_download_list .e_timeFormat-7 {
    min-height: 0px;
    font_radio: 2;
    font-size: 30px;
    font-family: Arial;
    text-align: right;
    color: rgba(42,42,42,0.81);
    display-radio: 1;
    font-weight: bold;
    line-height: 1;
    margin-top: 23px
}

#c_download_list .e_timeFormat-8 {
    min-height: 20px;
    font_radio: 2;
    font-size: 16px;
    font-family: Arial;
    color: rgba(94,94,94,0.5);
    text-align: right;
    display-radio: 1
}

#c_download_list .e_container-9 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px
}

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

#c_download_list .e_sceneBtnFile-14 {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 120px;
    border-radius: 0px;
    padding: 8px;
    margin-top: 20px;
    background: #222;
    border: 1px #222 solid;
    transition: 0.5s
}

#c_download_list .e_sceneBtnFile-14:hover {
    background: var(--color1);
    border: 1px var(--color1) solid
}

#c_download_list .e_sceneBtnFile-14 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_download_list .e_sceneBtnFile-14::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0px
}

#c_download_list .e_sceneBtnFile-14:hover::after {
    opacity: 1
}

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

    #c_download_list .e_container-2 {
        display: block;
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%;
        margin-bottom: 30px
    }
    #c_download_list .e_container-2 .cbox-2-1{
        padding:0;
    }

    #c_download_list {
        padding: 0px
    }

    #c_download_list .e_loop-1 {
        width: 94%;
        margin: 0 auto;
        padding: 3% 0
    }

    #c_download_list .e_container-2 .cbox-2-2 {
        display: none
    }
}

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