.play {
	height: 725px;
	overflow: hidden
}
.playBf {
	width: 100%;
	height: 725px;
	position: absolute;
	top: 0;
	bottom: 0;
	background: url(../images/play_logo.png) no-repeat center center / 210px auto #000;
}
.playLeft {
	float: left;
	left: 0;
	padding: 0 5px 0 0;
	position: absolute;
	height: 100%;
	background: #212221;
	_padding: 5px 328px 0 0;
}
.playRight {
	width: 328px;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: #3e3f3e;
}
.playRight h2 {
	height: 48px;
	font-size: 18px;
	color: #cdcdcd;
	line-height: 48px;
	border-bottom: 2px solid #2ebb6d;
	overflow: hidden;
	padding: 0 0 0 15px;
}
.play-tog {
	position: absolute;
	right: 100%;
	top: 120px;
	z-index: 10001;
	display: block;
	width: 30px;
	height: 40px;
	background: url(../images/bofang_tog.png) no-repeat;
	cursor: pointer;
}
.play-tog.cur {
	background: url(../images/bofang_tog01.png) no-repeat;
}
.playMenu {
	line-height: 40px;
	padding: 0 0 0 35px;
	position: absolute;
	right: 100%;
	bottom: 45px;
	z-index: 888;
}
.playMenu span {
	display: inline-block;
	width: 70px;
	height: 37px;
	padding: 43px 0 0 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	margin-bottom: 12px;
	background-color: #313131;
	background-position: 18px 15px;
	background-repeat: no-repeat;
}
.playMenu .span1 {
	background-image: url(../images/playMenu_icon1.png);
}
.playMenu .span2 {
	background-image: url(../images/playMenu_icon2.png);
}
.playMenu .hover {
	color: #fff;
	background-color: #2fbc70;
}
.playSection {
	/*overflow: auto;*/
	position: absolute;
	bottom: 50px;
	top: 50px;
	width: 328px;
	overflow: hidden;
	list-style: none;
	/*overflow-y: scroll;*/
	overflow-y: auto;
	overflow-x: hidden;
}
 .playSection::-webkit-scrollbar {
 width: 10px;
}
 .playSection::-webkit-scrollbar-thumb {
 border-radius: 10px;
 background-color: rgba(0, 186, 86, 0.3);
}
 .playSection::-webkit-scrollbar-track {
 border-radius: 10px;
 background-color: rgba(88, 88, 88, 0.9);
}
a:hover .ban_vip {
	background: #01a64c;
}
.ban_vip {
	width: 292px;
	height: 35px;
	bottom: 8px;
	right: 13px;
	position: absolute;
	background: #00b854;
	color: #FFF;
	border-radius: 100px;
	font-size: 14px;
	line-height: 35px;
	padding-left: 10px;
}
.ban_vip_img {
	background: url(../images/vip_jt.png) no-repeat;
	display: inline-block;
	width: 21px;
	height: 21px;
	margin: -1px 0 0 6px;
	vertical-align: middle;
}
.playSection dl.hover .dd {
	display: block;
}
.playSection dl.hover dt {
	background-image: url(../images/play_20.png);
	_background-image: url(../images/play_20.gif)
}
.playSection dl dt {
	height: 30px;
	font-size: 15px;
	line-height: 30px;
	color: #fff;
	cursor: pointer;
	padding: 0px 0 0 68px;
	overflow: hidden;
	background: url(../images/play_26.png) no-repeat 30px 6px;
	_background: url(../images/play_26.gif) no-repeat 30px 6px;
}
.playSection dl .dd {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	display: none;
	color: #fff;
	cursor: pointer;
	padding: 0 0 0 14px;
}
.playSection dl .dd em {
	display: inline-block;
	width: 196px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 4px;
}
.playSection dl .dd.hover, .playSection dl dd.hover span {
	background: #525352;
	color: #2fbb6f;
}
.playSection dl .dd span {
	position: absolute;
	right: 5px;
	top: 12px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	width: 42px;
	height: 17px;
	line-height: 17px;
	background: #01a860;
	border-radius: 2px;
}
.playSection dl .dd font {
	display: inline-block;
	width: 23px;
	height: 40px;
	background: url(../images/bf.png) no-repeat center center;
	float: left;
}
.playSection dl .dd.hover font {
	background-image: url(../images/bf.png);
}
.playSection dl .dd .playLink {
	background-image: url(../images/bf.png);
}
.playSection .yiji dl .dd {
	display: block;
	font-size: 14px;
	position: relative;
	height: 40px;
}
.playSection dl .dd img {
	margin: 7px 0px 0px 5px;
	float: left;
}
.playSection .yiji dl .dd img {
	margin: 11px 0 0 5px;
}
/************分享***************/


.playshare {
	display: inline-block;
	position: relative;
	width: 70px;
	height: 37px;
	padding: 43px 0 0 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	margin-bottom: 12px;
	background-color: #313131;
	background-position: 18px 15px;
	background-repeat: no-repeat;
	background-image: url(../images/playMenu_icon2.png);
}
.cs {
	width: 280px;
	height: 80px;
	top: 0px;
	position: absolute;
	background-color: rgba(47, 188, 112, 0.8);
	display: none;
	font-size: 12px;
	transition: 0.3s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
}
.playshare:hover {
	background-color: #2fbc70;
}
.playshare:hover .cs {
	top: 0px;
	right: 70px;
	display: block;
}
.ps_nr {
	display: block;
	float: left;
	width: 70px;
	height: 37px;
	padding: 43px 0 0 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	background-position: 18px 15px;
	background-repeat: no-repeat;
}
.weixin {
	background-image: url(../images/ps_nr1.png);
}
.quan {
	background-image: url(../images/ps_nr2.png);
}
.qq {
	background-image: url(../images/ps_nr3.png);
}
.kongjian {
	background-image: url(../images/ps_nr4.png);
}
.ps_nr:hover {
	background-color: rgba(47, 188, 112, 0.8);
}
