
/* 自定义 */
.split_line {
	display: inline-block;
    margin-left:10px;
    margin-right:10px;
    width: 1px;
    height: 12px;
    vertical-align: -1px;
    background-color: #d6d6d6;
}
.play_source_list {
	padding: 10px 0;
}
.play_source_list_item {
	display: none;
    -webkit-animation-name: content;
    animation-name: content;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
	line-height: 1.4;
}
.play_source_list_item.active {
	display: block;
}
.play_source_list_item li {
	float: none;
	display: inline-block;
	width: 16.6667%;
	margin-right: 0;
	padding: 0 4px;
}
.play_source_list_item li a {
	display: block;
	border: 1px solid #f1f1f1;
    text-align: center;
	background: #f8f8f8;
	border-radius: 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	padding: 0;
}
.admin-gbook-block {
	padding: 5px;
	border-radius: 4px;
	line-height: 1.8;
	background-color: #F8F8F8;
}
.mac_verify_img {
	height: 30px;
}
.detail-sketch {
	line-height: 1.8;
}

.notify-mark {
	font-size: 14px;
}

.playlist .stui-pannel_hd {
	padding-bottom: 0;
}
.playlist .play_source {
	padding-bottom: 5px;
}
.playlist .stui-pannel_hd .title {
	float: none;
	display: inline-block;
	cursor: pointer;
	padding: 6px 20px !important;
	margin-bottom: 10px;
	font-size: 16px;
	margin-right: 5px;
	line-height: 25px;
}
.playlist .stui-pannel_hd .title.active {
	background-color: #FF9900;
	color: #FFF;
}

@media (min-width:768px){
	.container{width:750px}
}
@media (min-width:992px){
	.container{width:920px}
}
@media (min-width:1200px){
	.container{width:1170px}
	.play_source_list_item li {
		width: 12.5%;
	}	
}
@media (max-width:1024px){
	

}
@media (max-width:767px){



	

	.playlist .stui-pannel_hd .title .iconfont {
		vertical-align: -1px;
	}
	.play_source_list_item li {
		float: none;
		display: inline-block;
		width: 33.3333%;
		margin-right: 0;
		padding: 0 4px;
	}
	.play_source_list_item li a {
		font-size: 12px;
	}
}
@media (max-width:413px){
	.playlist .stui-pannel_hd .title {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 5px;
		margin-right: 0;
	}

}