#address{
	width:928px;
	margin:0 auto;
	border:1px solid #ddd;
	background:#fff;
	height:30px;
	padding:5px 10px 0 20px;
}
#address #bdshare{
	float:right;
}
#address ul{
	padding:5px 0 0 0;
	width:300px;
	float:left;
}

#address ul li{
	float:left;
}
#address a{
	color:#333;
	font-size:14px;
}
#address a.arrow{
	background:red;
	padding:0 0 0 20px;
	background:url(../images/arrow.gif) no-repeat 10px center;
}
#playbg{
	margin:0 0 10px 0;
	background:#666;
}
#playbg #play{
	width:960px;
	margin:0 auto;
	position:relative;
}

#play #left{
	display:block;
	float:left;
}
#play #right{
	right:0;
	float:right;
	display:block;
	overflow:hidden;
	position:absolute;
}
#play #bottom{
	float:left;
	width:960px;
	overflow:hidden;
}


.hot_movie{
	border:1px solid #18c2c8;
	background:#fff;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	width:960px;
	margin:0 auto;
}
.hot_movie h3{
	width:95%;
	font-size:14px;
	display:block;
	font-weight:normal;
	height:45px;
	line-height:45px;
	border-bottom:1px dotted #ccc;
	margin:0 auto;
	color:#666;
}
.hot_movie h3 strong{
	color:#e12160;
}
.hot_movie dl{
	position:relative;
	float:left;
	margin:10px 0 0 29px;
	display:inline;
	
}
.hot_movie dl dt img{
	width:96px;
	height:128px;
	padding:3px;
	border:1px solid #ccc;
	display:block;
}
.hot_movie dl  dd.info_bg{
	position:absolute;
	top:115px;
	left:4px;
	font-size:12px;
	width:96px;
	height:18px;
	line-height:18px;
	background:#000;
	filter:alpha(opacity=50);
	 -moz-opacity:0.5;
	 -khtml-opacity: 0.5;
	 opacity: 0.5;
	 
}
.hot_movie dl  dd.info{
	position:absolute;
	top:115px;
	left:4px;
	font-size:12px;
	text-align:right;
	width:91px;
	height:18px;
	line-height:18px;
	color:#fff;
	overflow:hidden;
}
.hot_movie dl  dd.title{
	width:104px;
	text-align:center;
	 font-size:14px;
	 height:30px;
	 line-height:30px;
}
.hot_movie dl  dd.title a{
	color:#333;
}
.hot_movie div.li{
	width:958px;
	border-top:1px solid #ececec;
}
.hot_movie div.li a{
	font-size:12px;
	color:#333;
	float:left;
	width:201px;
	margin:0 0 0 20px;
	height:30px;
	line-height:30px;
	border-bottom:1px dashed #ececec;
	background:url(../images/m_ico.jpg) no-repeat left 7px;
	padding:0 0 0 15px;
	overflow:hidden;
}

#error{
	border:1px solid #ccc;
	padding:20px;
	margin:20px auto;
	width:920px;
	background:#fff;
}
#error h3{
	color:#e12160;
	border-bottom:1px dashed #ccc;
	padding:0 0 10px 0;
}

fieldset,ul.last{
	width:880px;
	margin:0 auto;
	background:#fff;
	padding:20px;
	border:1px solid #eee;
}
ul.last{
	border-top:none;
}
fieldset legend{
	font-size:14px;
	padding:5px;
	color:#339900;
	font-weight:bold;
}

fieldset ul{
	border-bottom:1px dashed #ccc;
}
fieldset ul li,ul.last{
	line-height:28px;
	color:#444;
}
fieldset ul li span,ul.last span{
	color:#339900;
}
ul strong{
	font-weight:normal;
	padding:0 10px 0 0;
	color:#999;
}

fieldset a,ul.last a{
	color:#e12160;
}