@charset "UTF-8";

.rd {
	padding: 32px 0 36px;
}

.rd .control {
	position: relative;
	background-image: url(control.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 73px;
	width: 800px;
	box-shadow: 0 5px 9px 2px rgb(0 0 0 / 20%);
}

.rd .control .bts {
	position: absolute;
	height: 50px;
	left: 37.5%;
	top: 40%;
	margin-top: -17px
}

.rd .control .bts .prev {
	border: none;
	background: url(icon_prev.png) no-repeat;
	width: 50px;
	height: 50px;
	outline: 0;
	cursor: pointer;
}

.rd .control .bts .play {
	border: none;
	background: url(icon_play.png) no-repeat;
	width: 50px;
	height: 50px;
	outline: 0;
	cursor: pointer;
}

.rd .control .bts .pause {
	border: none;
	background: url(icon_pause.png) no-repeat;
	width: 50px;
	height: 50px;
	outline: 0;
	cursor: pointer;
}

.rd .control .bts .loading {
	border: none;
	background: url(icon_loading.gif) no-repeat;
	width: 50px;
	height: 50px;
	background-size: cover;
	outline: 0;
	cursor: pointer;
}

.rd .control .bts .next {
	border: none;
	background: url(icon_next.png) no-repeat;
	width: 50px;
	height: 50px;
	outline: 0;
	cursor: pointer;
}

.rd .control .volume {
	position: absolute;
	right: 2.5%;
	top: 40%;
	margin-top: -14px;
	border: none;
	background: url(icon_volume.png) no-repeat;
	width: 50px;
	height: 50px;
	outline: 0;
	cursor: pointer
}

.rd .control .volume.close {
	background: url(icon_volume_close.png) no-repeat
}

.rd .radio-list-wrapper {
	position: relative;
	overflow: hidden
}

.rd .radio-list-wrapper .radio-list {
	margin-left: -.5%;
	margin-right: -.5%
}

.rd .radio-list-wrapper .radio-list li {
	float: left;
	width: 200px;
	line-height: 40px;
	background-color: #ccc;
	box-shadow:0 0 5px 5px rgb(243, 240, 240);
	margin: 5% 15% 0 10%;
	text-align: center;
	font-weight: 700;
	font-size: 15px
}

.rd .radio-list-wrapper .radio-list li a {
	display: block;
	text-align: center
}


.rd .radio-list-wrapper .radio-list li a img{
	width: 200px;
 }
 

 

.rd .radio-list-wrapper .radio-list li.selected {
	box-shadow:-4px -4px 5px #083b90; 
	color: #fff
}


.rd .radio-list-wrapper .radio-list li:hover {
	box-shadow:-4px -4px 5px #999; 
}

