.media-section{
    min-width: 1240px;
    background-color: #F9F9F9;
    background-image: url(/public/img/media_list_banner.png);
    background-repeat: repeat-x;
    background-position: top;
    background-size: auto 480px;
}
#search-box {
    margin: 146px auto 80px;
    max-width: 640px;
    height: 48px; border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
    background-color: #fff;
}
#search-box input{height: 100%;background-color: transparent;color: #9d9d9d;-webkit-box-shadow: none;box-shadow: none;vertical-align: bottom;border: none;display: inline-block;padding-left: 20px;}
#search-box button,#search-box button:hover,#search-box button:focus,#search-box button:focus:active{background-color: transparent;padding:0;font-size: 20px;-webkit-box-shadow:none;box-shadow:none}
#search-box .btn-group.bootstrap-select{
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 120px!important;
}
#search-box .btn-group.bootstrap-select .btn{
    border: none; width: 120px;color: #000; 
    border-right: 1px solid #DADADA;height: auto;
}
#search-box .btn-group.bootstrap-select .filter-option{
    text-align: center;
    font-size: 14px; line-height: 36px;text-align: center;
}
#search-box .btn-group.bootstrap-select .dropdown-menu{
    margin-top: 5px;
}
#search-box .btn-group.bootstrap-select .dropdown-menu li a{
    outline: none;
}
#search-box .searchself-btn{
    width: 62px; padding: 0 22px; height: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border: none;background-image: url(/public/img/icon-find.png);
    background-repeat: no-repeat; background-position: center;background-size: 18px;
}
.navBox{
    margin: 24px auto 0;
    max-width: 1520px;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}
.nav-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.nav-list > li{-webkit-box-flex: 1;-ms-flex: 1;flex: 1;}
.nav-list-item{
    height: 95px;
    background-color: #ffffffe6;
    font-size: 24px;
    font-family: Microsoft YaHei;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 24px;
    cursor: pointer;
    position: relative;
}
.nav-list-item:hover{color: var(--theme-color);}
.nav-list-item.htip-hot::after{
    position: absolute;
    content: "\70ed\95e8";
    width: 46px;
    height: 28px;
    right: 0;
    top: -6px;
    background: url(/public/img/media_pub_rc_bg.png) no-repeat center / 100% 100%;
    line-height: 32px;
    padding-left: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 20;
    font-size: 14px;
    color: #fff;
}
.nav-list-item.htip-new::after{
    position: absolute;
    content: "NEW";
    width: 52px;
    height: 28px;
    right: 0;
    top: -6px;
    background: url(/public/img/media_pub_rc_bg.png) no-repeat center / 100% 100%;
    line-height: 32px;
    padding-left: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 20;
    font-size: 14px;
    color: #fff;
}
.nav-list-item h1{
	font-size:24px;
}
.nav-list-item .comming-tip{position: relative;}
.nav-list-item .comming-tip::after{
    content: "\656c\8bf7\671f\5f85";
    font-size: 12px;
    border-radius: 3px;
    padding: 8px 12px;
    background-color: #333;
    color: #fff!important;
    line-height: 1;
    margin-left: 10px;
    position: absolute;
    white-space: nowrap;
}
.nav-list-item i{
    width: 24px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 20px;
    height: 40px;
    margin-bottom: 5px;
}
.nav-list-item i.icon-media1{background-image: url(/public/img/media_list-icon1.png);}
.nav-list-item i.icon-media2{background-image: url(/public/img/media_list-icon2.png);}
.nav-list-item i.icon-media3{background-image: url(/public/img/media_list-icon3.png);}
.nav-list-item i.icon-media4{background-image: url(/public/img/media_list-icon4.png);}
.nav-list-item i.icon-media5{background-image: url(/public/img/media_list-icon5.png);}

.nav-list-item.active{
    background-color: #fff;
    color: #000000!important;
}
.nav-list-item.active{
    font-weight: bold;
}

.alert-success-light{
    background-color: #fff;
    border-radius: 0 0 12px 12px;
    margin: 0 auto 36px;
    max-width: 1520px;
    position: relative; 
}
@media (min-width: 768px){
    .alert-success-light .toolbar-box:nth-child(1){display: block!important;}
}
.toggleBox{
    position: absolute;
    width: 64px;
    height: 12px;
    border-radius: 0 0 6px 6px;
    background-color: #fff;
    text-align: center;
    left: 50%; cursor: pointer;
    margin-left: -32px;
}
.toggleArr{
    width: 6px; height: 6px;
    border-left: 1px solid #a2a6a6;
    border-top: 1px solid #a2a6a6;
    position: absolute;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    left: 50%; margin-left: -3px; top: 5px;
}
.toggleBox:hover{
    background-color: #3269FF;
}
.toggleBox:hover .toggleArr{border-color: #fff;}
.toggleBox.open .toggleArr{
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg); top: 1px;
}


#toolbar .container{min-height: 80px;}
#toolbar .control-label { 
    width: 100px;
    float: left;
    padding: 12px 0;
    font-size: 16px; 
}
#toolbar .mob_select{display: none!important;}
/* #toolbar .toolbar-box{display: none;} */
#toolbar .toolbar-box span { margin: 2px 4px; padding: 10px 16px; color: #A2A6A6; display: inline-block; }
#toolbar .toolbar-box .text-success span, #toolbar [data-toggle="tooltip"] span:hover, #toolbar [data-toggle="addon"] span:hover { background-color: #3269FF; color: #fff; border-radius: 6px; }
.toolbar-box > p{margin: 14px 0 14px 100px;  width: calc(100% - 100px);}
.toolbar-box.toolbar-pc-box.toolbar-line-box-shrink{position: relative;}
.toolbar-box.toolbar-pc-box.toolbar-line-box-shrink p{
    height: 44px; width: calc(100% - 180px); overflow: hidden;
}
.toolbar-box.toolbar-pc-box.toolbar-line-box-ini p{
    max-height: 47px; overflow: hidden;
}
#toolbar .toolbar-box span.line-open{ display: none;}
/* #toolbar .toolbar-box span.line-open,
#toolbar .toolbar-box span.line-close{color: #3269FF;} */
#toolbar .toolbar-box.toolbar-line-box-shrink span.line-open{
    position: absolute; display: block;
    right: 0;top: 0; cursor: pointer;
}
#toolbar .toolbar-box span.line-close{
    cursor: pointer;
}

.btn-ly-tidio{cursor: pointer;}

/* 范围筛选 */
span.range-span .range_ipt {
    min-width: 56px;
    border: none;
    -webkit-box-shadow: 0px 0px 0px 1px #a4abab;
            box-shadow: 0px 0px 0px 1px #a4abab;
    outline: none;
    border-radius: 2px;
    display: inline-block;
    font-style: normal;
    padding: 2px 6px;
    cursor: text;
}
.range_filter{
    margin-left: 8px;
    font-style: normal;
    padding: 2px 8px;
    border-radius: 2px;
}
.range_filter:hover{
    background-color: #3269FF;
    color: #fff;
}
#toolbar .toolbar-box .text-success span.range-span {
    background-color: #ffffff;
    color: #3269ff;
}
.text-success span.range-span .range_ipt{
    text-align: center;
    -webkit-box-shadow: 0px 0px 0px 1px #3269FF;
            box-shadow: 0px 0px 0px 1px #3269FF;
    min-width: auto; color: #fff;
    background-color: #3669f4;
}

/* 排序 */
.show-info-box .filter .text-success span,.show-info-box .filter span:hover{
    background-color: #3269FF;
    color: #fff;
    border-radius: 6px;
}
.show-info-box .filter span {
    padding: 3px 6px;
    margin-left: 10px;
}
.show-info-box .filter .togg-sort{
    display: inline-block;
    width: 14px;    -webkit-transform: scale(0.8);    transform: scale(0.8);
    vertical-align: bottom;
}
.show-info-box .filter .togg-sort em {
    font-size: 6px;
    line-height: 2px;
    float: left;
    /* height: 3px; */
    margin-left: 4px;
    color: #c8e0ff;
    vertical-align: baseline;
    margin: 4px 0;
    /* width: 6px; */
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: center;
            transform-origin: center;
}
.show-info-box .filter .togg-sort .sortnow {
    color: #004bb0;
}
.show-info-box .filter .text-success .togg-sort em,
.show-info-box .filter span:hover .togg-sort em{
    color: #004bb0;
}
.show-info-box .filter .text-success .togg-sort .sortnow,
.show-info-box .filter span:hover .togg-sort .sortnow{
    color: #c8e0ff;
}


/* 筛选 标签 */
#toolbar .toolbar-box span.htip-hot{
    position: relative;
}
#toolbar .toolbar-box span.htip-hot::after{
    content: "HOT";
    color: #fff;
    padding: 2px 6px;
    font-size: 12px;
    background: #FF2A00;
    border-radius: 12px 12px 12px 0px;
    line-height: 11px;
    display: block;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform-origin: right;
            transform-origin: right;
    position: absolute;
    right: -8px;
    top: -2px;
}




#toolbar .btn-group.bootstrap-select{
    width: 120px;
    border: 1px solid #E1E8F0;
    margin: 6px 9px;
}
#toolbar .bootstrap-select span{margin: 0; padding: 0; color: inherit;}
#toolbar .bootstrap-select span:hover{background-color: transparent;color: inherit;}
#toolbar .btn-group.bootstrap-select .btn{
    padding: 0;
    text-align: center;
    line-height: 1;
    background: #fff;
    border: none;
}
#toolbar .btn-group.bootstrap-select .filter-option{
    font-size: 14px;
    padding: 9px 0 9px 12px;
    color: #000;
    line-height: 1;
}
#toolbar .btn-group.bootstrap-select .btn.bs-placeholder,
#toolbar .btn-group.bootstrap-select .btn.bs-placeholder .filter-option {
    color: #999;
}
#toolbar .bootstrap-select .dropdown-menu li a{outline: none;color: #A2A6A6}
#toolbar .dropdown-menu>li>a:hover, #toolbar .dropdown-menu>li>a:focus{color: #000;}
#toolbar .toolbar-box.toolbar-mob-box .toggle-btn{display: none;}

.show-table-box{
    /* border-radius: 12px; */
    background-color: #fff;border-radius: 0 0 12px 12px;margin: auto;
    max-width: 1520px;padding-top: 16px;
}
.show-table-box p.noVtip{ text-align: center; font-size: 18px;margin-top: 48px; margin-bottom: 64px;}
.show-comming{
    height: 294px;
    border-radius: 0 6px 6px 0;
    background-color: #fff;
    background-image: url(/public/img/comming.png);
    background-repeat: no-repeat;
    background-position: center 24px;
    background-size: 500px auto;
}
.show-table-mob{display: none;}

.show-table-line{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
    padding: 26px 0; -webkit-box-align: center; -ms-flex-align: center; align-items: center;
    border-top: 1px solid #E5E5E5;
}
.show-table-line:nth-child(1){border: none;}
.show-table-line .nowd{width: 100%; height: 12px;-webkit-animation: nowd 2s ease infinite;animation: nowd 2s ease infinite;}
@-webkit-keyframes nowd{
    0%{
        background-color: #f0f8ff;
    }
    50%{
        background-color: #e4e4e4;
    }
    100%{
        background-color: #f0f8ff;
    }
}
@keyframes nowd{
    0%{
        background-color: #f0f8ff;
    }
    50%{
        background-color: #e4e4e4;
    }
    100%{
        background-color: #f0f8ff;
    }
}

/* .show-table-line:hover{background-color: #E5E5E5;} */
.show-table-inner-box {
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.table-td-price{
    width: 100px;
	position: relative;
	text-align: center;
}
.table-td-price,.table-td-rate,.table-td-qz,.table-td-source,.table-td-remark span{
    font-size: 14px;
    color: #999999;
    line-height: 1.8;
	display: block;
    /* margin-bottom: 8px; */
}
.table-td-price .show-table-inner-c{
    font-size: 14px;
    color: #333333;display: block;
    line-height: 18px;
}
.show-table-inner-c{
    font-size: 14px;
    color: #333333;
    line-height: 18px;
}
.show-table-inner-c s{text-decoration: none;}
.show-table-inner-prv{
    background: url(/public/img/icon_contact_addr.png) no-repeat left center / 12px auto;
    padding-left: 16px;
    font-size: 12px;
    line-height: 18px;
}

.table-td-name{
    width: 180px; text-align: left;
}
.table-td-name.hasillus{ width: 240px;display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.table-td-name a,.table-td-name .a{
    font-size: 16px; display: block;
    font-weight: bold;
    color: #000000;
    line-height: 1;    background: no-repeat;
    padding: 0;
}
.table-td-name.hasillus a,.table-td-name.hasillus .a{ line-height: 1.5;}

.table-td-name a:hover{color: var(--theme-color);}
.table-td-name span{
    display: inline-block;
    vertical-align: bottom;
    margin: 8px 0 0;color: #fff;
    padding: 4px 6px; line-height: 1;
    background: #3269FF;font-size: 12px;
    border-radius: 2px;
}
.table-td-name span.icon_lv{
    background-color: transparent;
    width: 23px; height: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: 4px; margin-top: 0;
    vertical-align: baseline;
} 
.table-td-name span.icon_lv.icon_lv3{
    background-image: url(/public/img/icon-v3.png);
}
.table-td-name img{width: 80px; margin-right: 18px;display: block;}
.table-td-name p{
    font-size: 14px; line-height: 1;color: #333;
}
.table-td-name p i{
    font-style: normal; color: var(--theme-color);
}
.show-table-inner-c.inner-num{
    color: #3269FF;
}
a.show-table-inner-c.inner-num:hover{text-decoration: underline;}
.show-table-inner-c.inner-num .discont-num{
    color: #f00; font-size: 16px;
}
.show-table-inner-c.inner-num del {
    color: #c0c0c0;
    font-size: 12px;
}
.table-td-split::after{
    content:"";position: absolute;
    width: 1px; height: 24px; background: #E5E5E5;
    right: 0;
    top: 4px;
}
.table-td-rate{
    width: 80px;
	text-align: center;
}
.table-td-qz{
    width: 90px;
	position: relative;
	text-align: center;
}
.show-table-inner-c.inner-qz{
    width: 46px;color: #fff;margin: auto;
    height: 18px; padding-left: 22px; text-align: center; font-size: 12px;
    background: url(/public/img/quanzhongList.png) no-repeat center / 100% 100%;
}
.table-td-source{
    width: 120px;
	position: relative;
	text-align: center;
}
.table-td-remark{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
	text-align: center;
}
.table-td-remark .show-table-inner-c{
    padding: 0 20px;
}
.show-table-line .btn-link{
    margin: 2px auto;
    padding: 2px 12px;
    background-color: #3269FF;
    color: #fff;
    border-radius: 4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.table-td-price .btn{
    border-radius: 4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 0 auto;
    color: #fff;
    padding: 4px 6px;
    line-height: 1;
    background: #3269FF;
    font-size: 12px;
    border-radius: 2px;
}


/* table tip ---S*/
.hastip{
    /* position: relative; */
}
.hastip [data-tip-value]{
    /* position: absolute; */
    vertical-align: middle;
    margin-left: 4px;
    top: 3px; right: -18px;
    cursor: pointer;
    color: #f00;    vertical-align: initial;
    margin-right: -12px;
}
/* .hastip [data-tip-value]:hover{color: #3269ff;} */
/* table tip ---E*/

@media (max-width: 768px){
    .media-section{
        min-width: 355px;
        background-size: auto 80vw;
    }
    #search-box {
        margin: 104px auto 32px;
        max-width: 80vw;
        height: 40px; border-radius: 3px;
    }
    #search-box input{padding-left: 12px;}
    #search-box button,
    #search-box button:hover,
    #search-box button:focus,
    #search-box button:focus:active{
        font-size: 12px;
    }
    #search-box .btn-group.bootstrap-select{
        width: 88px!important;
    }
    #search-box .btn-group.bootstrap-select .btn{
        width: 88px;
    }
    #search-box .btn-group.bootstrap-select .filter-option{
        font-size: 12px; line-height: 24px;
    }
    #search-box .btn-group.bootstrap-select .dropdown-menu{
        margin-top: 3px;
    }
    #search-box .searchself-btn{
        width: 40px; padding: 0 10px;background-size: 10px;
    }

    .navBox{
        margin: 12px auto 0;
        border-radius: 6px 6px 0 0;
    }
    .nav-list-item{
        height: 85px;
        background-color: #ffffffe6;
        font-size: 12px;
        line-height: 24px;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
    }
	.nav-list-item h1{
	font-size:12px;
	}
    .nav-list-item .comming-tip::after{
        font-size: 12px;
        padding: 4px 6px;
        -webkit-transform: scale(.75);
                transform: scale(.75);
        margin-left: 0;
        -webkit-transform-origin: center top;
                transform-origin: center top;
        top: 20px;
        left: 0; right: 0; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; 
        margin: auto;
    }
    .nav-list-item i{
        width: 24px;
        margin-right: 0;
        margin-bottom: 6px;
        height: 24px;
    }
    .nav-list-item .comming-tip{
        width: 100%; text-align: center;
    }
    .alert-success-light{
        border-radius: 0;
        margin: 0 auto;
    }
    .toggleBox{display: none;}
    .toolbar-box.toolbar-pc-box,.toolbar-box .control-label{
        display: none!important;
    }
    #toolbar .toolbar-box.toolbar-mob-box{display: block;}
    #toolbar .mob_select{display: inline-block!important;}
    #toolbar .toolbar-box.toolbar-mob-box > p{margin: 0 0 10px; position: relative;width: 100%; padding: 20px 12vw 0 0; max-height: 57px;}
    #toolbar .toolbar-box.toolbar-mob-box .toggle-btn{ display: block;
        position: absolute;width: 24px;height: 24px;
        background: url(/public/img/footer-m-toggle.png) no-repeat center 9px/9px;right: 10px;top: 20px;
    }
    #toolbar .toolbar-box > p .toggle-btn:hover{background-color: transparent;}

    #toolbar .toolbar-box.toolbar-mob-box.open > p{max-height: 457px;}
    #toolbar .toolbar-box.toolbar-mob-box.open .toggle-btn{ display: none;}

    #toolbar .btn-group.bootstrap-select{
        width: 23vw;
        margin: 4px;
        display: none;
    }
    #toolbar .btn-group.bootstrap-select:nth-child(1),
    #toolbar .btn-group.bootstrap-select:nth-child(3),
    #toolbar .btn-group.bootstrap-select:nth-child(2){display: inline-block;}
    #toolbar .toolbar-box.toolbar-mob-box.open .btn-group.bootstrap-select{display: inline-block;}
    #toolbar .btn-group.bootstrap-select .filter-option{
        font-size: 12px;
        padding: 6px 0 6px 8px;
    }
    #toolbar .bootstrap-select .dropdown-menu li a{font-size: 12px;}
    .show-table-box{border-radius: 0;}
    .show-table-box .show-table-pc{display: none;}
    .show-table-box .show-table-mob{display: block;}

    .show-table-line{
        padding: 12px 0;
        text-align: center;
    }
    .show-table-thline{
        padding: 14px 0;background-color: #F3F4F5;
    }
    /* .show-table-line:nth-child(2){border: none;} */
    .show-table-mob .show-table-line a,
    .show-table-mob .show-table-line span:nth-child(1),
    .show-table-cont .show-table-line>div:nth-child(1){width: 30%;}

    .show-table-mob .show-table-line span:nth-child(2),
    .show-table-cont .show-table-line>div:nth-child(2){width: 24%; margin-bottom: 0;}
    
    .show-table-mob .show-table-line span:nth-child(3),
    .show-table-cont .show-table-line>div:nth-child(3){width: 22%; margin-bottom: 0;}
    
    .show-table-mob .show-table-line span:nth-child(4),
    .show-table-cont .show-table-line>div:nth-child(4),
    .show-table-cont .show-table-line>div:nth-child(5){width: 22%; margin-bottom: 0;}
    .table-td-name a,.table-td-name .a{line-height: 1.25;text-align: center;font-size: 14px;}
    .table-td-name img,
    .table-td-name .show-table-inner-prv,
    .table-td-name .show-table-inner-c{display: none;}
    .table-td-name.hasillus{-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
    .show-info-box{padding: 12px 0;}
    .show-table-inner-c s{display:none;}

}


#dedePagi{
    display: none; height: 0;
    width: 0; overflow: hidden;
}
.com_pager li span{
    cursor: pointer;
}

#tool_tips{
    position: fixed; z-index: 666;
    padding: 5px 10px; background: rgba(0, 0, 0, 0.7); color: rgb(255, 255, 255); 
    font-size: 14px; display: none; border-radius: 4px;
}




.layerSaleMedia .layui-layer-content {background:transparent}
.layerSaleMedia {
    background-color: transparent!important;
}
.layerSaleMedia .layer-main{
    max-width: 1520px;  border-radius: 12px;
    background-color: #fff; margin: auto;
    position: relative; overflow-x: auto;
}
.layerSaleMedia .section-title-cont{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 64px;
    /* margin-bottom: 30px; */
}
.layerSaleMedia .section-title-cont .section-title-text{
    font-family: PingFang-SC;
    text-align: left;
}
.layerSaleMedia .section-title{
    font-size: 36px;
    color: #000000;
    line-height: 51px;
    text-align: left;
    margin-top: 0;
    font-weight: 400;
}
.layerSaleMedia .filter-tags .tag{
    padding: 1px 8px;
    margin: 8px 12px 0 0;
    min-width: 80px; text-align: center;
    background: rgba(249, 246, 255, 1);
    font-size: 16px; display: inline-block;
    font-weight: 400;
    line-height: 23px; cursor: pointer;
    color: rgba(102, 50, 189, 1);
}
.layerSaleMedia .filter-tags .tag.active{
    background-color: rgba(102, 50, 189, 1);
    color: rgba(249, 246, 255, 1);
}
.layerSaleMedia .countdown{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 23px; flex-shrink: 0;
}
.layerSaleMedia .countdown br{display: none;}
.layerSaleMedia .countdown .countdownNum{
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    background: #9C2CFF;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.9);
    line-height: 36px;
    margin: 0 8px;
}
.layerSaleMedia .show-table-cont{
    margin-top: 26px;
}
.layerSaleMedia .show-table-lines .loading{
    margin-top: 10vh; text-align: center;
}
.layerSaleMedia .show-table-lines{
    height: 66vh; overflow: auto;
    min-height: 500px;
}
.layerSaleMedia .show-table-line:nth-child(1){padding-top:0}
.layerSaleMedia .show-table-line:nth-child(2){border-top:none}
.layerSaleMedia .table-td-name span {
    background: rgba(102, 50, 189, 1);
}
.layerSaleMedia .table-td-name .icon[data-type=te]{
    width: 14px; height: 14px; display: inline-block; vertical-align: middle;
    background: url(/public/img/icon-media-te.png) no-repeat center / cover;    margin-left: 4px;
    margin-top: -2px;
}
.layerSaleMedia .show-table-inner-c.inner-qz {
    background-image: url(/public/img/quanzhongListPP.png);
}
.layerSaleMedia .show-table-line .btn-link {
    background-color: rgba(102, 50, 189, 1);
}
.layerSaleMedia .show-table-inner-c.inner-num{
    color: rgba(236, 28, 51, 1);
}
.layerSaleMedia .com_pager li.active span, .layerSaleMedia .com_pager li.active a {
    color: #fff;
    background: rgba(102, 50, 189, 1);
}
.layerSaleMedia .com_pager li:hover,.layerSaleMedia  .com_pager li.active{border-color:rgba(102, 50, 189, 1);}
.layerSaleMedia #closeBtn{
    position: absolute;
    top: 64px; right:64px;
    width: 24px; height: 24px; cursor: pointer;
    background: url(/public/img/icon-btn-lyclose.png) no-repeat center / cover;
}

@media (max-width: 768px){

    .layerSaleMedia .layui-layer-content{padding: 0!important;background-color: #fff;}
    .layerSaleMedia .layer-main{
       border-radius: 0;
    }
    .layerSaleMedia .section-title-cont{
        flex-direction: column;
        margin-top: 24px; width: 100%;
    }
    .layerSaleMedia .section-title-cont .section-title-text{
        width: 100%;
    }
    .layerSaleMedia .section-title-cont .section-title-text .filter-tags{
        overflow-x: auto;
        white-space: nowrap;
        width: 100%;
    }
    .layerSaleMedia .section-title{
        font-size: 24px;
        line-height: 34px;
    }
    .layerSaleMedia .filter-tags .tag{
        padding: 1px 4px;
        margin: 8px 10px 0 0;
        min-width: 64px; 
        font-size: 14px; 
        line-height: 20px; 
    }
    .layerSaleMedia .countdown{
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        text-align: center;
        padding: 24px 0;
        background-color: rgba(249, 246, 255, 1);
        margin-top: 20px;
    }
    .layerSaleMedia .countdown .tt{
        color: rgba(102, 50, 189, 1);
        margin-bottom: 12px; display: block;
    }
    /* .layerSaleMedia .countdown br{display: block;} */
    .layerSaleMedia .countdown .countdownNum{
        width: 36px;
        height: 32px;
        font-size: 14px;
        line-height: 32px;
    }
    .layerSaleMedia .show-table-lines{
        height: calc(100vh - 366px);
        min-height: 300px; 
    }
    .layerSaleMedia #closeBtn{
        top: 32px; right:15px;
        width: 18px; height: 18px;
    }
    .layerSaleMedia .show-table-thline {
        background-color: rgba(249, 246, 255, 1);
    }
    .layerSaleMedia .table-td-name .icon[data-type=te]{
        width: 12px; height: 12px;
    }
    .layerSaleMedia .show-table-line:nth-child(1){padding-top: 14px;}
    .layerSaleMedia .show-table-line:nth-child(2){border-top: none;}
    .layerSaleMedia .show-table-cont .show-table-pc{display: none;}
    .layerSaleMedia .show-table-cont .show-table-mob{display: block;}
    .layerSaleMedia .show-table-mob .show-table-line a,
    .layerSaleMedia .show-table-mob .show-table-line span:nth-child(1),
    .layerSaleMedia .show-table-cont .show-table-line>div:nth-child(1){width: 30%;}

    .layerSaleMedia .show-table-mob .show-table-line span:nth-child(2),
    .layerSaleMedia .show-table-cont .show-table-line>div:nth-child(2){width: 24%; margin-bottom: 0;}
    
    .layerSaleMedia .show-table-mob .show-table-line span:nth-child(3),
    .layerSaleMedia .show-table-cont .show-table-line>div:nth-child(3){width: 22%; margin-bottom: 0;}
    
    .layerSaleMedia .show-table-mob .show-table-line span:nth-child(4),
    .layerSaleMedia .show-table-cont .show-table-line>div:nth-child(4),
    .layerSaleMedia .show-table-cont .show-table-line>div:nth-child(5){width: 22%; margin-bottom: 0;}
}