#allWrapBlack{
	width: 100%;
	height: 100%;
	z-index: 998;
	background: black;
	opacity: .5;
	position: fixed;
	top: 0;
	left: 0;
}
.adv_mast{
	position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0px;
    z-index: 999;
}
.adv_templet_mast{
	width: 820px;
	height: 615px;
    background: #FFF;
    z-index: 333;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
	border-radius: 3px;
	overflow: hidden;
	z-index: 999;
	padding: 35px 40px;
	font-family: 'PingFangSC-Regular';
	box-sizing: border-box;
}
.adv_templet_mast .close{
	position: absolute;
	top: 32px;
	right: 40px;
	cursor: pointer;
}
.adv_templet_mast .header{
	width: 100%;
}
.adv_templet_mast .header .title{
	font-size: 15px;
	height: 15px;
	line-height: 15px;
}
.adv_templet_mast .header .search_input{
	line-height: 16px;
	margin-right: 40px;
	height: 18px;
	box-sizing: border-box;
	transition: all .2s;
	border-bottom: 0px solid #666666;
}
.adv_templet_mast .header .search_input:hover{
	border-bottom: 1px solid #666666;
}
.adv_templet_mast .header .search_input:hover input{
	width: 200px;
}
.adv_templet_mast .header .search_input input{
	display: inline-block;
	outline: none;
	height: 15px;
	line-height: 15px;
	border: 0 none;
	vertical-align: middle;
	box-sizing: border-box;
	font-size: 12px;
	padding-bottom: 1px;
	width: 40px;
	transition: all .2s;
}
.adv_templet_mast .header .search_input img{
	display: inline-block;
	margin:-2px 3px 0 0;
	vertical-align: middle;
}
.adv_templet_mast .content{
	width: 100%;
	margin-top: 35px;
	height: 495px;
}
.adv_templet_mast .content .left_nav{
	border-top: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	height: 100%;
	box-sizing: border-box;
}
.content .left_nav .nav_item{
	font-size: 14px;
	height: 28px;
	line-height: 24px;
	color: #e2e2e2;
	margin: 14px 28px 0 0;
	cursor: not-allowed;
	box-sizing: border-box;
}
.content .left_nav .nav_item:first-child{
	margin-top: 23px;
}
.content .left_nav .active{
	font-weight: 600;
	cursor: pointer;
	color: #303030;
	border-bottom: 2px solid #303030;
}
.adv_templet_mast .content .templet_list{
	border-top: 1px solid #e8e8e8;
	padding:0 0 20px 22px;
	height: 100%;
	box-sizing: border-box;
}
.content .templet_list .tabs{
	margin-top: 20px;
	width: 660px;
}
.content .templet_list .tabs .tab_out{
	width: 564px;
	height:30px;
	overflow: hidden;
	position: relative;
}
.templet_list .tabs .tab_out .tab_in{
	width: 99999px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
}
.templet_list .tabs .tab_item{
	width: 94px;
	text-align: center;
	height: 30px;
	box-sizing: border-box;
	line-height: 28px;
	font-size: 12px;
	border: 1px solid #e0e0e0;
	border-right: 0 none;
	color: #a3a3a3;
	cursor: pointer;
}
.templet_list .tabs .tab_item:hover{
	background-color: #f5f5f5;
}
.templet_list .tabs .slide:hover{
	background-color: transparent;
}
.templet_list .tabs .tab_item .arrow_box{
	display: inline-block;
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
	/* margin-top: -1px; */
	width: 15px;
	cursor: pointer;
	padding: 0 5px;
}
.templet_list .tabs .active{
	background-color: #f5f5f5;
}
.templet_list .tabs .tab_item:last-child{
	border-right: 1px solid #e0e0e0;
	width: 96px;
}
.tabs .tab_item img{
	vertical-align: middle;
}
.tabs .tab_item .dot{
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #d6d6d6;
	margin: 0px 3px 0 3px;
	cursor: pointer;
}
.tabs .tab_item .active{
	background-color: #ee5b3e;
}
.templet_list .item_list{
	margin-top: 8px;
	width: 660px;
	height: 435px;
	overflow-y: scroll; 
	position: relative;
}
.templet_list .item_list .empty{
	width: 100%;
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	color: #f2f2f2;
}
.templet_list .item_list .item{
	width: 100%;
	/* height: 80px; */
	box-sizing: border-box;
	border-bottom: 1px solid #ebebeb;
	padding: 17px 0 16px 0;
	position: relative;
}
.item_list .item .select_area{
	height: 100%;
	width: 625px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	cursor: pointer;
}
.item_list .item .select_area_short{
	height: 68%;
}
.item_list .item .title{
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #676767;
	text-align: left;
}
.item_list .item .title .play_btn{
	vertical-align: middle;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	margin-top: -2px;
	cursor: pointer;
}
.item_list .item .title .bgm_icon{
	vertical-align: middle;
	margin-left: 5px;
	margin-top: -2px;
}
.item_list .item .info{
	width: 100%;
	box-sizing: border-box;
	padding-right: 15px;
	font-size: 12px;
	line-height: 20px;
	color: #818181;
}
.item_list .item .overflow{
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.item_list .item .load{
	display: block;
    text-align: center;
	height: 30px;
	line-height: 28px;
	font-size: 14px;
	width: 640px;
	margin: 13px 0 0;
	color: #626262;
	border: 1px solid #9f9f9f;
	padding: 0;
	border-radius: 3px;
	outline: none;
	cursor: pointer;
	background-color: transparent;
}
.item_list .item .load:hover{
	background-color: #f5f5f5;
}
.item_list .item .show_more{
	position: absolute;
	right: 20px;
	top: 25px;
	cursor: pointer;
}
.item_list .no_more{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	color: #e2e2e2;
}

.item_list .loading{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.item_list .loading p{
	text-align: center;
	font-size: 12px;
	color: #a7a7a7;
	margin-top: -15px;
}

.ClassyCountdownDemo {
	width: 48px;
	height: 48px;
    position: absolute;
    top: 8px;
    left: 15px;
}

.ClassyCountdown-wrapper > div {
    display: inline-block;
    position: relative;
    width: 48px;
}

.ClassyCountdown-wrapper .ClassyCountdown-value {
    width: 100%;
    line-height: 1em;
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0;
    display: block;
}

