.szpxspecial_banner{
	width: 100%;
}
.szpxspecial_banner>img{
	width: 100%;
}
.szpx_wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
}
.szpx_bar{
	display: flex;
	color:#1C1C1C;
	font-size: 24px;
	align-items: center;
	border-bottom: 1px solid #D3BFBE;
}
.szpx_bar>div{
	cursor: pointer;
	padding: 0 22px;
	padding-bottom: 12px;
}
.szpx_bar>div:hover{
	font-weight: bold;
	border-bottom: 2px #CB272B solid;
}
.bar_selet{
	font-weight: bold;
	border-bottom: 2px #CB272B solid;
}
.szpx_box{
	margin-top: 24px;
}
.szpx_box_item{
}
.szpx_box_time{
	display: flex;
	align-items: center;
	color: #000;
	font-size: 24px;
}
.szpx_box_time>span{
	height: 24px;
	width: 24px;
	border: 4px solid #FF5D41;
	border-radius: 50%;
	margin-right: 7px;
}
.szpx_box_shadow{ 
	padding: 24px 0 24px 24px;
	margin-left: 12px;
	border-left: 4px solid #FF5D41;
}
.shadow_content{
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	padding: 20px;
}
.shadow_content--left{
	flex: 1;
	display: flex;
	align-items: center;
}
.shadow_content--left>img{
	height:180px;
	width: 280px;
	background-color: #ededed;
}
.szpx_text{
	margin-left:24px;
}
.szpx_text--title{
	font-size: 24px;
	color: #000;
	margin-bottom: 20px;
}
.szpx_text--bottom{
	color: #696969;
	font-size: 18px;
	margin-top: 12px;
}
.shadow_content--right{
	margin-left: 10px;
	background-color: #CB272B;
	color: #fff;
	font-size: 18px;
	width: 120px;
	min-width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 40px;
}
.szpx_text--item{
	padding: 24px 0;
	border-bottom:1px solid #D9D9D9;
}
.szpx_title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.szpx_title .titles{
	flex: 1;
	font-size: 20px;
	color: #000;
}
.szpx_title .time{
	margin-left: 10px;
	width: 110px;
	min-width: 110px;
	color: #4D4D4D;
	font-size: 18px;
}
.bottom_content{
	margin-top:16px;
	color: #808080;
	font-size: 16px;
	line-height:30px;
}
.location{
	display: flex;
	align-items: center;
	color: #9E9E9E;
	font-size: 18px;
}
.location>img{
	margin-right: 5px;
	width: 24px;
}
.play_area__text{
	margin-top: 24px;
}
.play_title{
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.play_sub{
	color: #000;
	font-size: 16px;
	margin-top: 14px;
}
.play_area__detail{
	margin-top: 24px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.play_area__detail--left{
	height: 458px;
	min-width: 815px;
	width: 815px;
	background-color: #ededed;
}
.play_area__detail--list{
	flex: 1;
	height: 458px;
	display: flex;
	flex-direction: column;
	background-color: #FFF9F6;
}
.list_title{
	margin: 0 32px;
	height: 77px;
	line-height: 77px;
	color: #1C1C1C;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #CB272B;
}
.list_scroll{
	flex: 1;
	width: 100%;
	overflow: hidden;
}
.scroll-view{
	height: 100%;
	width: 100%;
	overflow-y: scroll;
}
.list_items{
	cursor: pointer;
	padding: 10px 33px;
	font-size: 18px;
	color: #000;
	margin-top: 5px;
}
.playing{
	background-color: #BE3535;
	color: #fff !important;
}
.list_items:hover{
	background-color: #BE3535;
	color: #fff !important;
}
.scroll-view::-webkit-scrollbar  
{  
    width: 0 !important;
}
.play_now{
	margin-bottom: 10px;
}
.content{
	margin-top: 24px;
}
.content_title{
	color: #1C1C1C;
	font-size: 24px;
	padding-bottom: 22px;
	border-bottom: 1px solid #D3BFBE;
}
.content_title>span{
	padding: 0 22px;
	border-bottom: 2px solid #CB272B;
	padding-bottom: 22px;
}
.content_wrap{
	display: flex;
	align-items: flex-start;
	margin-top: 24px;
	color: #000;
	font-size: 18px;
}
.label{
	width: 100px;
	min-width: 100px;
	line-height: 30px;
	font-weight:600;
}
.value{
	flex: 1;
	line-height: 30px;
}