body {
    background-color: #f5f5f5;
}
.navList{
    width: 100%;
    box-shadow: 0px 4px 24px 0px rgba(192, 192, 194, 0.2);
    background-color: #fff;
    border-radius: 12px;
}
.navList a:hover,.video_container a:hover{
    text-decoration: none;
}
.search_div{
    display: flex;
    width: 1160px;
    margin-top: 20px;
    box-sizing: border-box;
    justify-content:center;
    min-height: 60px;
    align-items: center;
    margin: 0 auto;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 8px;
}
.navList .search_div:last-child{
    border-bottom: none;
}
.navLeft{
    width: 80px;
    color: #333;
    height:30px;
    line-height:30px;
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 550;
}
.new-tag{
    margin-right: 20px;
}
.navRight{
    width: calc(100% - 80px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.navRight a,.fileContainer_infoWrap a{
    background: #f1f2f3;
    border-radius: 15px;
    color: #313d54;
    font-size: 14px;
    margin: 0 10px 12px;
    padding: 5px 20px;
}
.navRight a.selected,.fileContainer_infoWrap a.selected{
    background: #f1b6bb7d;
    color: #e43;
}
.fileContainer_infoWrap a:hover{
    background: #f1b6bb7d;
    color: #e43;
}

.navLeft span{
    padding:0 10px;
}
.video_container {
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
}
.content-left{
    width: 870px;
    background-color: #fff;
    padding-top: 20px;
    border-radius: 12px;
}
.content-right{
    width: 310px;
}

.tab_change{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.tab_change a{
    padding: 8px 20px;
    font-size: 18px;
    color: #313d54;
    text-align: center;
    border-radius: 10px;
}
.tab_change a.selected{
    color: #fff;
    background-color: #ce323d;
}
a:hover{
    text-decoration: none !important;
    
}
.fileContainer_infoWrap {
    display: flex;
    border-bottom: 1px solid #eee;
    background: #fff;
    border-radius: 8px;
    width: 100%;
    position: relative;
}
.fileContainer_infoWrap .information .info-leftn.focous {
    position: relative;
    color: #3977FF;
}

.fileContainer_infoWrap .information .info-leftn {
    margin-right: 40px;
}
.info-leftn.focous, .info-rightn.focous {
    font-size: 18px;
    font-weight: bold;
    position: relative;
}
.info-leftn, .info-rightn {
    font-size: 18px;
    color: #666;
    line-height: 36px;
    float: left;
    cursor: pointer;
    padding: 0 20px;
}
.video_list{
    margin-top: 30px;
}

.fileContainer_infoWrap .information .info-leftn.focous::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 4px;
    width: 40px;
    height: 2px;
    background: #3977FF;
    margin-left: -20px;
}

.file-toggle-item {
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    padding: 15px 0;
    border-bottom: 1px solid #EEEEEE;
    height:55px;
}
.file-toggle-item p{
    margin-bottom: 0;
}
.file-toggle-item-center a{
    color: #313d54;
    font-size: 14px;
}
.fileList-toggle{
    padding: 0 12px;
}
.content-mind {
    float: left;
    text-align: left;
    margin-left: 10px;
    width: 58%;
}
.content-mind p:nth-child(1) {
    margin-top: 5px;
}

.content-mind p {
    font-size: 15px;
    color: #333;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 10px;
    word-wrap: break-word;
    word-break: break-all;
    /* overflow: hidden; */
    cursor: pointer;
}
.content-mind p:last-child {
    white-space: nowrap !important;
    text-overflow: ellipsis;
}
.content-mind .price-title b {
    color: #FF8D28;
}

.content-mind b {
    font-size: 14px;
    color: #999;
    font-weight: normal;
    margin-right: 20px;
}
a.btn-small-down {
    width: 88px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #2590d7;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #2590d7;
}

.file_saleWrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    height: 155px;
    border-radius: 8px;
    box-shadow: 0 2px 18px rgb(0 0 0 / 8%);
    background: #fff;
    margin-bottom: 20px;
    padding: 20px;
    background: url(../../image/file/filedown_code.png) left center no-repeat;
    background-size: 100% 100%;
    background-color: #fff;
    overflow: hidden;
    box-sizing: border-box;
}
.file_saleWrap .file_img {
    width: 116px;
    height: 116px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 0px;
    box-sizing: border-box;
}
.file_saleWrap .file_desc {
    width: 140px;
    font-size: 16px;
    color: #333;
    padding-left: 15px;
    box-sizing: border-box;
}
.file_saleWrap .file_img img {
    width: 100%;
    height: 100%;
}
.file_saleWrap .file_desc .t {
    font-size: 16px;
    font-weight: bold;
    color: #3977FF;
    margin-bottom: 13px;
}
.file_saleWrap .file_desc .c {
    font-size: 13px;
    color: #666;
    display: block;
}

.search_tagList{
    margin: 10px  0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #e6e6e6;
    padding: 10px 5px;
}
.search_tagList a{
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 14px;
    color: #333;
    margin-right: 10px;
    background-color: #fff;
} 
.search_tagList a:hover{
    background-color: #ce323d;
    color: #fff;
}
.search_tagList a.selected{
    background-color: #ce323d;
    color: #fff;
}
#recommendVideoPlay{
    width: 100%;
}
#recommendVideoPlay li ,#recommendVideoPlay li a,#recommendVideoPlay li img{
    display: block;
    width: 100%;
}
#recommendVideoPlay li {
    margin-bottom: 10px;
}
#recommendVideoPlay li img{
    object-fit: contain;
    height: 190px;
}
.fileSize{
    color: black;
}

.navRight a:hover{
    background: #f1b6bb7d;
    color: #e43;
}
.right_title{
    font-size: 16px;
    font-weight: 550;
    margin-bottom: 12px;
}
