
@charset "utf-8";
/* reset */
html{ background: #FFF; }
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset,
img { border: 0; }
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var { font-style: normal; font-weight: normal; }

ol,
ul { list-style: none; }

caption,
th { text-align: left; }
h1,
h2,
h3,
h4,
h5,
h6 { font-size: 100%; font-weight: normal; }
q:before,
q:after { content: ''; }
abbr,
acronym { border: 0; font-variant: normal; }
/* to preserve line-height and selector appearance */
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
input,
button,
textarea,
select { font-family: inherit; font-size: inherit; font-weight: inherit; }
/*to enable resizing for IE*/
input,
button,
textarea,
select { *font-size: 100%; }
/*because legend doesn't inherit in IE */
legend { color: #000; }

/* reset by self */
body{font-size:12px;line-height:1.6em;color:#333;background-color:#fff;font-family:"Lucida Grande",Tahoma,Verdana,Lucida,Arial,sans-serif;}/* hack for ios */
a{cursor:pointer;color:#333;text-decoration:none;}
a:hover{color:#c00;text-decoration:none;}

.strong{font-weight:bold;}
/*清除浮动*/
.clearfix:before,.clearfix:after {content: '.';display: block;overflow: hidden;visibility: hidden;font-size: 0;line-height: 0;width: 0;height: 0;}
.clearfix:after {clear: both;}
.clearfix{zoom: 1;}


/* global */
html{filter:expression(document.execCommand("BackgroundImageCache", false, true));}
body{margin:0 auto;padding:0px;text-align:center;}
textarea{resize:vertical;-moz-resize:vertical;}
select{white-space: nowrap;}
/* input */
input[type="text"],
input[type="password"],
textarea { border: 1px solid #ccc; }
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus { border: 1px solid #999; }
input[type="submit"],
input[type="button"],
input[type="checkbox"],
input[type="radio"],
label { cursor: pointer; }
.clear { clear:both; }

/*布局宽度*/
.mainDiv{width: 990px;overflow: hidden;margin: 0 auto;text-align: left;}
	.leftDiv{width: 720px;float: left;}
	.rightDiv{width: 260px;overflow: hidden;float: right;}


/*UL无列表样式，自动clear:both*/
.ul,.ul ul{list-style-type: none;margin:0;padding:0;zoom:1;}
	.ul:after,.ul ul:after{content: '\20';display: block;clear: both;}

/*常用的CSS*/
.more{float: right;}
.p{line-height: 1.6em;font-size: 12px;font-weight: normal;margin: 0;padding: 0;text-align:justify;text-justify:inter-ideograph;}
.red{color: #c00 !important;font-weight: normal;}/*红色字体*/
.gray{color:#999999;}
.ccc{color: #ccc;}


/*区块,可自动clear:both*/
.block{zoom:1;}
	.block:after{content: '\20';display: block;clear: both;}

/*按钮样式*/
input.button {background:none repeat scroll 0 0 #C00000;white-space: nowrap;border-color:#D66666 #BB0000 #BB0000 #D66666;border-width:1px;color:#FFFFFF;font-size:12px;height:22px;padding:0 4px;text-align:center;}
input.button2 {background:none repeat scroll 0 0 #c3c3c3;white-space: nowrap;border-color:#dddddd #dddddd #dddddd #dddddd;border-width:1px;color:#000000;font-size:12px;height:22px;padding:0 4px;text-align:center;}

/*文本框样式*/
.input_1 {border:1px solid #ccc;padding:3px;}



/*分割线样式*/
.hr_1{border: 1px dotted #ececec;border-bottom: none;height: 1px;font-size:1px;overflow: hidden;padding: 0;margin: 0;}
.hr_2{border: 1px dotted #ececec;border-bottom: none;height: 1px;font-size:1px;width:698px;overflow: hidden;padding: 0;margin: 7px auto;}
.hr_3{border: 1px solid #cccccc;border-bottom: none;height: 1px;font-size:1px;overflow: hidden;padding: 0;margin: 0;}
.hr_4{border: 1px solid #ececec;border-bottom: none;height: 1px;font-size:1px;overflow: hidden;padding: 0;margin: 0;}

/*空白间距*/
.line_space{height: 10px;overflow: hidden;padding: 0;margin: 0;zoom:1;}
	.line_space:after,.line_space2:after{content: '\20';display: block;clear: both;}
.line_space2{height: 16px;overflow: hidden;padding: 0;margin: 0;zoom:1;}





#header_div {
    background-image: url(/global/images/global_bg_1.gif?v=97dc8597);
    background-repeat: repeat-x;
    height: 29px;
    color: #999;
    position: fixed;
    z-index: 999;
    padding: 1px 0 2px;
    top: 0;
    left: 0;
    width: 100%;
    bottom: auto;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop) );
}
#header_div a:hover, #header_div a:active{
	background-color: #c00;
	color: #fff;
	text-decoration: none;
}

#header_login{
	float: right;
	padding:4px 0 0 0;
	padding:3px 0 0 0\9;
    _padding:0;
}

#header_login .input{
	border: 1px solid #d9d9d9;
	height: 16px;
	line-height: 16px;
	padding: 1px;
	width: 100px;
	/*圆角*/
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#header_login input#top_save_cookie {
	margin:0 3px 0 4px;
	*margin:0;
	width:13px;
	overflow: hidden;
	height:20px;
	vertical-align:middle;
	*vertical-align:baseline;
}

#header_login .submit{
	background:#be2b2b url(/global/images/global_img_1.gif?v=0872a72c) no-repeat;
	border: none;
	width: 37px;
	height: 18px;
	line-height: 20px\9;
	text-align: center;
	color: #fff;
	white-space:nowrap;
	padding: 0;
	margin: 0;
}


    #banner_div{padding:0;}
    #banner_div .mainDiv{overflow:visible;position:relative;z-index:2;}
	#logo_div{float: left;padding: 0 10px 0 0;}
	#logo_div a{display:block;width:215px;height:100px}
	#logo_div img{width:215px;height:100px}
	#sub_logo_div{float: left;display: inline;margin-top: 22px;background: url(/global/images/global_img_1.gif?v=0872a72c) no-repeat 0 -136px;width: 140px;height: 38px;}
	#sub_logo_div a{float: left;width: 140px;height: 38px;text-indent: -100px;overflow: hidden;}
	#search_bar_div{float: right;display: inline;margin-top: 15px;width: 691px;left:84px;height: 35px;background:#cfcfcf url(/global/images/global_img_1.gif?v=0872a72c) 0 -24px;}
	#search_select_div{float: left;width: 60px;height: 30px;cursor: default;}
	#search_select_div .topic{background-image: url(/global/images/global_img_1.gif?v=0872a72c) ;background-position: 3px -58px;padding-left: 22px;}
	#search_select_div .file{background-image: url(/global/images/global_img_1.gif?v=0872a72c) ;background-position: 3px -80px;padding-left: 22px;}
	#search_select{float: left;}
	#search_select ul{position: absolute;margin: 29px 0 0 4px;width:57px;background: #fff;border: 1px solid #ccc;overflow: hidden;}
	#search_select li{display: block;}
	#search_select li a{padding:0 4px;line-height: 20px;height: 20px;width: 50px;display: block;padding: 3px;}
	#search_select li a:link,#search_select li a:visited{color:#000;text-decoration:none;}
	#search_select li a:hover,#search_select li a:active {color:#fff;text-decoration:none;background-color: #911;}
	#search_select li a.file:hover,#search_select li a.file:active {background-position: 3px -102px;}
	#search_select_show{width: 50px;height: 24px;line-height: 24px;padding:3px;display: inline;float:left;margin:2px;}
	#search_input{float: left;}
	#search_input .input{border: none;width:348px;background: transparent;display: inline;float: left;margin:10px 0 0 4px;}
	#search_input .submit{cursor: pointer;border: none;display: inline;float: right;width:82px;height:30px;line-height: 30px;line-height:34px\9;margin: 2px 0 0 6px;background: transparent;color: #fff;font-weight: bold;padding-left: 26px;}

#nav_div{
	margin-bottom: 8px;
	background: url(/global/images/global_bg_1.gif?v=97dc8597) repeat-x 0 -77px;
	height: 32px;
	line-height: 30px;
	line-height: 32px\9;
	padding: 0 10px;
	overflow: hidden;
}
#nav_div ul{float: left;}
#nav_div li{float: left;}
#nav_div .big li a{
	float: left;
	padding: 0 10px;
	font-size: 14px;
	background-image: url(/global/images/global_bg_1.gif?v=97dc8597);
	background-repeat: repeat-x;
	background-position: 0 100px;
	height: 32px;
	font-weight: bold;
}
#nav_div .line{
	float:left;
	margin:0 5px;
	border-left: 1px solid #fff;height: 32px;
}
#nav_div .big li a:link,#nav_div .big li a:visited{color:#000;text-decoration:none;}
	#nav_div .big li a:hover {color:#fff;text-decoration:none;background-position: 0 -118px;color: #fff;}
#nav_div .big li a.hover,#nav_div .big li a.hover:link,#nav_div .big li a.hover:visited{background-position: 0 -37px;color: #fff;}
#nav_div .big .korean_active a:hover{background:url(/base/images/hanju/bar_hover_bg.jpg?v=54aaa425) repeat-x;}

#nav_div .small{margin:5px 0;font-size:12px;}
#nav_div .small a{display:block;width:34px;height:22px;line-height:22px;text-align:center;margin:0 2px;}
#nav_div .small a:link,#nav_div .small a:visited{}
#nav_div .small a:hover,#nav_div .small a:active{text-decoration:none;}
#nav_div .small a.on,#nav_div .small a:hover{color:#fff;background:url(/global/images/global_img_1.gif?v=0872a72c) no-repeat -50px 0 #c00;}
/* 四字和三字 */
#nav_div .small a.four{ width:62px; }
#nav_div .small a.four:hover{ width:62px; color:#fff;background:url(/global/images/global_bar_icon4.gif?v=65fb5df4) no-repeat;}
#nav_div .small a.three{width:48px; }
#nav_div .small a.three:hover,#nav_div .small a.active{width:48px;color:#fff;background:url(/global/images/global_bar_icon3.gif?v=118f9e30) no-repeat;}

#location_div{
	margin:0 0 5px 0;
	height: 26px;
	line-height: 23px;
	overflow: hidden;
}


#bottom_div{
	margin-top:25px;
	border-top:1px #D2D2D2 solid;
	padding:10px 0;
	line-height:1.6em;
	text-align:center;
	color:#333;
}
#bottom_div a:link,#bottom_div a:visited{color:#333;text-decoration:none;}
#bottom_div a:hover,#bottom_div a:active {color:#333;text-decoration:underline;}
#bottom_div img.icon{
	vertical-align:middle;
}


.image a img,
	.image2 a img,
	.image a:link img,
	.image a:visited img,
	.image2 a:link img,
	.image2 a:visited img{border: 1px solid #d2d2d2;background:#fff;}

.image a:hover img,
	.image a:active img,
	.image2 a:hover img,
	.image2 a:active img{border: 1px solid #adff2f;background-color:#fffacd;}

.image a img{padding:2px;}
.image2 a img{padding:1px;}


/*容器样式*/
.box_1{border: 1px solid #ececec;border-top: none;background:#f8f8f8 url(/global/images/box1_bg.gif?v=1e765fc1) repeat-x 0 0;}
.box_2{}
	.box_2 .title{padding:10px;height: 20px;line-height: 20px;}
		.box_2 .title h3{margin: 0;padding: 0;font-size: 14px;float: left;font-weight: bold;color: #000;}
		.box_2 .title h5{margin: 0;padding: 0;float: left;font-size:12px;color:#666;font-weight: normal;padding-left: 5px;}
	.box_2 .main{padding: 0 16px 16px 16px;}

.box_3{border: 1px solid #e7e7e7;}
	.box_3 .title{padding:10px;height: 20px;overflow:hidden;line-height: 20px;background:#f6f6f6 url(/global/images/global_bg_1.gif?v=97dc8597) repeat-x 0 -220px;}
		.box_3 .title h3{margin: 0;padding: 0;font-size: 15px;float: left;font-weight: bold;color: #000;}
		.box_3 .title h5{margin: 0;padding: 0;float: left;font-size:12px;color:#666;font-weight: normal;padding-left: 5px;}
	.box_3 .title2{padding: 5px 10px;height:22px;line-height:22px;}
	.box_3 .title2 h4{padding:0;margin: 0;float: left;font-size:14px;}
	.box_3 .title3{padding: 27px 10px 5px 10px;}
	.box_3 .title3 h4{padding:0;margin: 0;font-size:14px;}

.box_4 {}
	.box_4 .title{height:28px;_overflow:hidden;padding:12px 10px 0 10px;background:#ebebeb url(/global/images/global_bg_1.gif?v=97dc8597) repeat-x 0 -162px;}
	.box_4 .title2{height:32px;line-height:32px;padding:0 10px;font-weight:bold;font-size:15px; background:#ebebeb url(/global/images/global_bg_1.gif?v=97dc8597) repeat-x 0 -266px;}
	.box_4 .title3{height:20px;line-height: 20px;margin-bottom: 6px;}
	.box_4 .title4{height:58px;_overflow:hidden;padding:8px 8px 0 8px;background:#ededed url(/global/images/global_bg_1.gif?v=97dc8597) repeat-x 0 -318px;}
	.box_4 .main{border:1px solid #d0d0d0;border-bottom:2px solid #d0d0d0;padding:10px;}
	.box_4 h2{margin: 0;padding: 0;font-size: 15px;float: left;font-weight: bold;color: #000;}
	.box_4 h3{margin: 0;padding: 0;font-size: 13px;_font-size: 14px;float: left;font-weight: bold;color: #000;}
	.box_4 h5{margin: 0;padding: 0;float: left;font-size:12px;color:#666;font-weight: normal;padding-left: 5px;}

.box_5{border: 2px #ccc solid;-moz-border-radius: 5px;-khtml-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
	.box_5 .main{padding: 8px;}
	.box_5 .sub_title{font-weight: bold;color: #808080;padding:0 10px;}

.box_6{}
	.box_6 .title{background: url(/global/images/box6_title.gif?v=5d416e8f) no-repeat;height: 31px;padding:0 10px;overflow: hidden;line-height: 31px;}
	.box_6 .title h2{padding:0;margin:0;font-weight: bold;font-size: 16px;}

.box_7{border:4px solid #e6e6e6;padding: 0px;background: #e6e6e6;}
	.box_7 .title {}
	.box_7 .title h3{padding:0;margin:0;font-size: 14px;line-height: 20px;color: #000;font-weight: bold;padding:2px 6px 6px 6px;}
	.box_7 .main{border: 1px solid #cfcfcf;background: #fff;}

.tag li{float:left;}
.tag li a{float:left;padding:0 12px;height:28px;line-height: 28px;background: #ccc;display: inline;margin-right: 5px;}
.tag li a:link,.tag li a:visited{text-decoration: none;}
.tag li a:hover,.tag li a:active {text-decoration:none;color: #c00;}
.tag li.hover a{background: #fff;position: relative;border: 1px solid #d0d0d0;border-bottom: none;font-weight:bold;color: #c00;}


.tag2 li{float:left;}
.tag2 li a{float:left;padding:0 8px;height:22px;line-height: 22px;background: #ccc;display: inline;margin-right: 6px;}
.tag2 li a:link,.tag2 li a:visited{text-decoration: none;}
.tag2 li a:hover,.tag2 li a:active {text-decoration:none;color: #c00;}
.tag2 li.hover a{background: #fff;position: relative;border: 1px solid #d0d0d0;border-bottom: none;font-weight:bold;color: #c00;}

/*分页样式*/
.page{margin:0;padding:0;list-type:none;}
.page li{display:inline;line-height:30px;}
	.page li a,.page li .next{padding: 2px 5px;border: 1px solid #ddd;background: #fff;color: #000;margin-right: 0px;}
	.page li a:link,.page li a:visited{color:#000;text-decoration:none;}
	.page li a:hover,.page li a:active {color:#fff;background: #c00;text-decoration:none;}
	.page li span,.page li strong{padding: 2px 5px;}
	.page li span.next{color: #ccc;}
	.page li span.current{font-weight: bold;color: #000;padding: 3px 5px;}


.link_rss a{display: inline-block;text-decoration: none;background: url(/global/images/global_img_1.gif?v=0872a72c) no-repeat 0 -326px;height: 16px;overflow: hidden;line-height: 16px;padding:0 0 0 20px;}
	.link_rss a:link,.link_rss a:visited{color:#000;text-decoration:none;}
	.link_rss a:hover,.link_rss a:active{color:#e94700;text-decoration:none;}

.link_rss2 a{display: inline-block;text-decoration: none;background: url(/global/images/global_img_1.gif?v=0872a72c) no-repeat 0 -369px;height: 16px;overflow: hidden;line-height: 16px;padding:0 0 0 20px;}
	.link_rss2 a:link,.link_rss2 a:visited{color:#000;text-decoration:none;}
	.link_rss2 a:hover,.link_rss2 a:active{color:#e94700;text-decoration:none;}

.popupmenu_layer {
	background:url(/global/images/ilayer.gif?v=6dcd9f82) no-repeat 0 0;
	height:80px;
	padding:3px 6px 6px 1px;
	text-align:center;
	width:300px;
}
.popupmenu_layer p {
	color:#333333;
	line-height:20px;
}
.popupmenu_layer p.btn_line {
	color:#FF3300;
	font-size:14px;
	padding:2px 0;
}
.popupmenu_layer strong {
	color:#FFFFFF;
	font-size:18px;
	font-weight:normal;
}
/*entry页添加下拉
 */
.addlink_more_a{
display: inline-block;
height: 22px;
line-height: 22px;
padding: 0px 0px 0px 17px;
}
.link_add a b{font-weight: normal;}
.link_add a:link,.link_6 a:visited,.link_6 a:link b,.link_6 a:visited b{color:#333;text-decoration:underline;}
.link_add a:hover,.link_6 a:active,.link_6 a:hover b,.link_6 a:active b{color:#c00;text-decoration:underline;}
#addlink_in {
position: absolute;
width: 90px;
}
#addlink_in .hd{
position:absolute;
height:24px;
*line-height:21px;
overflow:hidden;
right:0;top:-23px;
padding: 0px 6px 0px 10px;
border:1px solid #aaa;
border-bottom:none;
background: white;
}
#addlink_in .addlink_list {
background: white;
border: 1px solid #AAA;
}
#addlink_in .addlink_list li {
display:block;
line-height: 20px;
list-style:none;
margin-left:0px;
}
#addlink_in .addlink_list li a{
padding-left:18px;
font-size:12px;
text-decoration: none;
}
.addlink_list .hover{
background-color:#FDD455;
}
.addlink_list .hover a{
color:red;
}

/* 顶部搜索框 20120615 */
#new_search_bar_div {
    float: right;
    display: inline;
    margin-top: 22px;
    width: 691px;
    left: 0px;
    height: 35px;
}

.top_add {position:relative;width:72px;float:right;height:32px;margin-top:2px;}
.top_add .top_add_link{display:block;overflow:hidden;width:72px;height:30px;padding-top:2px;line-height:32px;font-weight:bold;color:#fff;text-indent:15px;text-decoration:none;background:url(/images/layout/top_add_1.png?v=9dae917a) no-repeat;  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://v4.vcimg.com/images/layout/top_add_1.png?v=9dae917a, sizingMethod='scale');
_background: none!important;}
.top_add a.top_add_link:link,
.top_add a.top_add_link:visited,
.top_add a.top_add_link:hover,
.top_add a.top_add_link:active{color:#fff;text-decoration:none;}
.top_add .top_add_link_on{display:block;overflow:hidden;width:72px;height:30px;padding-top:2px;line-height:32px;font-weight:bold;color:#fff;text-indent:15px;text-decoration:none;background:url(/images/layout/top_add_2.png?v=f7a82058) no-repeat; _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://v4.vcimg.com/images/layout/top_add_2.png?v=f7a82058, sizingMethod='scale');
_background: none!important;}
.top_add a.top_add_link_on:link,
.top_add a.top_add_link_on:visited,
.top_add a.top_add_link_on:hover,
.top_add a.top_add_link_on:active{color:#fff;text-decoration:none;}
.top_add_options{position:absolute;top:33px;right:0;display:block;padding:15px 2px 5px;width:154px;height:35px;background: url(/images/layout/top_add_options_bg.gif?v=9b42d172) no-repeat 0 0}
.top_add_options a{display:block;float:left;width:50px;height:15px;text-align:center;text-decoration:none;padding-top:16px;}
.top_add_options a:hover{color:#c00;}
.top_add_options a.top_add_article{border-right:1px solid #a6a6a6;background:url(/images/layout/top_add_icon.gif?v=893d8a16) no-repeat -36px 0;}
.top_add_options a.top_add_article:hover{background-position:14px 0;}
.top_add_options a.top_add_entry{border-left:1px solid #fff;border-right:1px solid #a6a6a6;background:url(/images/layout/top_add_icon.gif?v=893d8a16) no-repeat -36px -50px;}
.top_add_options a.top_add_entry:hover{background-position:14px -50px;}
.top_add_options a.top_add_topic{border-left:1px solid #fff;background:url(/images/layout/top_add_icon.gif?v=893d8a16) no-repeat -36px -100px;}
.top_add_options a.top_add_topic:hover{background-position:14px -100px;}

#top-search { height:36px;overflow:hidden;background:#be2b2b url(/images/layout/new-searchbar-broad.png?v=8c5ca808) no-repeat left; width: 612px; }
#top-search form{height:29px;overflow:hidden;margin:5px 0 0;padding:0;}

#search-module-toggle {float:left; margin-left:8px;margin-top:6px;width:18px;height:18px;overflow:hidden; }
#current-search-module-img{width: 18px; height: 18px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://v4.vcimg.com/images/layout/search-modules/folders.png', sizingMethod='crop');}

.top-search-input {width: 408px;background:#fff;float:left;height:20px;line-height:21px;font-size:12px;margin:5px 0 0;padding:0;border:0 !important;}

.top-search-button {
    float:left;
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    margin: 0;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    width: 77px;
    height:29px;
    line-height:29px;
    *line-height:30px;
    _line-height:34px;
    padding:0;
}
#top-search-button { font-weight: bold; letter-spacing: 6px; margin-left: 36px; width: 65px; }

.color_orange{color:#FF7C00 !important;}

/* 付费按钮 */
.btn01,.btn01_inner{display:inline-block;color:#fff;background-image: url(/global/images/btn_bg.gif?v=5c8fb3b1);background-repeat: no-repeat;overflow: visible;}
.btn01:hover,.btn01:hover .btn01_inner{text-decoration: none;}
	/* large button */
	.btn01_l{height: 32px;padding-left:3px;line-height: 32px;background-position: left -400px;}
	.btn01_l .btn01_inner{background-position: right -400px;padding:0 19px 0 16px;font-size: 14px;font-weight: bold;}
	.btn01_l:hover{background-position: left -450px;}
	.btn01_l:hover .btn01_inner{background-position: right -450px;}
	.headinfo_bottom .entry_button_div .btn01_l{margin-right: 10px;}
	/* middle button */
	.btn01_m{height: 28px;padding-left:3px;line-height: 28px;background-position: left -500px;}
	.btn01_m .btn01_inner{background-position: right -500px;padding:0 12px 0 9px;}
	.btn01_m:hover{background-position: left -550px;}
	.btn01_m:hover .btn01_inner{background-position: right -550px;}
	.list_div .list_info .btn01_m{margin-right: 5px;float: left;}
	/* small button */
	.btn01_s{height: 23px;padding-left:3px;line-height: 23px;background-position: left -600px;}
	.btn01_s .btn01_inner{background-position: right -600px;padding:0 11px 0 8px;}
	.btn01_s:hover{background-position: left -650px;}
	.btn01_s:hover .btn01_inner{background-position: right -650px;}

/* 排名图标 */
.compositor{float:left;*display:inline;height:15px;width: 15px;margin: 6px 6px 0 0;line-height:15px;text-align:center;color:#ffffff;font-size:11px;font-weight:bold;-webkit-text-size-adjust: none;}
.red_compositor{background: #c00}
.orange_compositor{background: #f58c04}

.cover_3{display:inline-block;text-align:left;}
.cover_3{*display:inline;}
.cover_3 a:link, .cover_3 a:hover, .cover_3 a:active, .cover_3 a:visited{text-decoration:none;}
.cover_3 a{display:block;*position:relative;}
.cover_3 a:hover{display:block;_background:none;}
.cover_3 a img{display:block;padding:3px;border:1px solid #cccccc;vertical-align:top;}
.cover_3 a:hover img{border-color:#adff2f;background:#fffacd;}
.cover_3 .score-small{position:absolute;margin:-45px 0 0 65px;cursor:pointer;}

/* 分数奖牌 */
.score-small em,
.score-middle em,
.score-big em{display:none;}
.score-small .medal,
.score-middle .medal,
.score-big .medal {display:inline-block;overflow:hidden;text-align:center;}
.score-small .medal {height:50px;width:50px}
.score-middle .medal {height:70px;width:70px}
.score-big .medal {height:90px;width:90px}
.score-small .gold,
.score-small .copper,
.score-small .silver,
.score-middle .gold,
.score-middle .copper,
.score-middle .silver,
.score-big .gold,
.score-big .copper,
.score-big .silver {background:url(/global/images/entry_score.png?v=a2243c74) no-repeat scroll;_background-image:url(/global/images/entry_score.gif?v=f5db525a)}
.score-small .gold {background-position: -205px 0;}
.score-small .silver {background-position: -205px -53px;}
.score-small .copper {background-position: -205px -107px;}
.score-middle .gold {background-position: -111px 0;}
.score-middle .silver {background-position: -111px -76px;}
.score-middle .copper {background-position: -111px -152px;}
.score-big .gold {background-position: 0 0;}
.score-big .silver {background-position: 0 -101px;}
.score-big .copper {background-position: 0 -202px;}

.score-small .score,
.score-middle .score,
.score-big .score { display:inline-block;font-weight:bold;font-style:italic;font-family:'Georgia';letter-spacing:-2px; }
.score-small .score { margin:11px 0 0; font-size:24px;}
.score-middle .score { margin:11px 0 0; font-size:34px;}
.score-big .score { margin:21px 0 0; font-size:45px;}

.score-small .num,
.score-middle .num,
.score-big .num { display:block;color:#FFFFFF;text-shadow:-1px -1px 1px #666666;position:relative;text-indent:-0.1em;*text-indent:0.6em; }
.score-small .num { height:30px;line-height:30px; }
.score-middle .num { height:50px;line-height:50px; }
.score-big .num { height:50px;line-height:50px; }

.score-small .ie-num,
.score-middle .ie-num,
.score-big .ie-num { display:block;height:50px;line-height:50px;margin:-51px 0 0 -1px;color:#666666;text-indent:-0.1em;*text-indent:0.6em; }
.score-small .ie-num { height:30px;line-height:30px; margin:-31px 0 0 -1px; }
.score-middle .ie-num { height:50px;line-height:50px; margin:-51px 0 0 -1px; }
.score-big .ie-num { height:50px;line-height:50px; margin:-51px 0 0 -1px; }

.entry_score_small span{padding: 5px 0 0 0;}
.special-guide-score .entry_score_small span{padding: 10px 0 0 0;}

/* 封面20121130 */
.entry_cover_link{ float: left; *display: inline; }
a .entry_cover { border: 1px solid #ccc; }
a:hover .entry_cover { border: 1px solid #adff2f; }
a:hover .show_play { background-color: #000; }
a:hover .show_play .cover_img { background-color: #000; opacity: 0.7; filter: Alpha(opacity=70); }
.entry_cover { display: inline-block; *display: inline; *zoom:1; position: relative;font-size: 0; line-height: 0;}
.entry_cover .cover_img { vertical-align: middle; display: block; border: 1px solid #fff;}
.entry_cover .score-middle,
.entry_cover .score-small,
.entry_cover .cv-title { position: absolute;cursor: pointer;}

/* 视频质量 */
.entry_cover .full_hd { position:absolute;right:2px;top:2px;width:27px;height:15px;background:url(/base/images/search/playlink_icon.png?v=b76da56f) no-repeat; }
.entry_cover .cq_bg { background-position:0 0; }
.entry_cover .gq_bg { background-position:0 -15px; }
.entry_cover .lg_bg { background-position:0 -30px; }

/* 分数饼 */
.entry_cover .score-middle { right: -8px; bottom: -12px; }
.entry_cover .score-small { right: -7px; bottom: -8px; }

/* 在线按钮 */
.entry_cover .play_ico_big,
.entry_cover .play_ico_middle,
.entry_cover .play_ico_small{ width: 0; height: 0; position: absolute; left: 50%; top: 50%; background: url(/global/images/play_ico.png?v=835fd18f) no-repeat;_background-image:url(/global/images/play_ico.gif?v=2bb125e4);cursor: pointer;}
.entry_cover .play_ico_big { margin: -30px 0 0 -30px; background-position: 0 0; }
.entry_cover .play_ico_middle { margin: -25px 0 0 -20px; background-position: 0 -62px; }
.entry_cover .play_ico_small { margin: -20px 0 0 -15px; background-position: 0 -104px; }
a:hover .entry_cover .play_ico_big { width: 61px; height: 61px; }
a:hover .entry_cover .play_ico_middle { width: 41px; height: 41px; }
a:hover .entry_cover .play_ico_small { width: 30px; height: 30px; }
.entry_cover .cv-title { top:1px; left: 1px; height:1.8em;line-height:1.8em;overflow:hidden;font-size:12px;text-align:center;color:#fff;background: rgba(0, 0, 0, 0.6);filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#88000000,endColorStr=#88000000); *zoom:1;}
/* 付费icon */
.charge_icon_middle,
.charge_icon_small { position: absolute; top:-1px; left:-1px; background: url(/global/images/charge_icon.png?v=093cb60e) no-repeat;cursor: pointer;}
.charge_icon_middle { width: 40px; height: 40px; }
.charge_icon_small { width: 30px; height: 30px; background-position: -40px 0; }

/* 购票icon */
.ticket_icon_middle,
.ticket_icon_small { position: absolute; top:-1px; left:-1px; background: url(/global/images/ticket_icon.png?v=41347bf9) no-repeat;cursor: pointer;}
.ticket_icon_middle { width: 41px; height: 41px; }
.ticket_icon_small { width: 31px; height: 32px; background-position: -41px 0; }

.spacer { position: absolute; z-index: 99; background: url(/global/images/spacer.gif?v=56398e76) no-repeat 0 0; left:0;}





/* web版iPhone全局app提示 */
#www_lockup_wrapper{ padding: 50px 6px 50px 90px; background:-webkit-linear-gradient( #f2f2f2, #d9d9d9); border-bottom: 1px solid gray; overflow: hidden; position: relative; }
#www_lockup_wrapper .artwork{ position:relative; }
#www_lockup_wrapper .artwork span.image{ display:block; background:-webkit-linear-gradient( #f5f5f5, #cdcece);}
#www_lockup_wrapper .artwork.chicklet span.image{ width: 150px; height: 150px; background: url(/global/images/logo_mobile.png?v=435e1032) no-repeat; -webkit-background-size: 150px; ; box-shadow:0 8px 22px rgba(0,0,0,.35); display: inline-block;}
#www_lockup_wrapper .artwork.chicklet:after{ position:absolute; display:block;content:" ";outline:0;top:0;left:0;bottom:0;right:0;z-index:1;}
#www_lockup_wrapper .lockup.product_banner .view{ width: 150px; height: 70px; text-align: center; line-height: 69px; font-size: 35px; position: absolute; top: 50%; right: 20px; margin: -35px 0 0 0; display: inline-block; color:  #6a6a6a; border: 1px solid  #6c6c6c; text-shadow: 0 1px 0  #fff; background-image: -webkit-linear-gradient(top,  #fff,  #fff 0,  #efefef 8%,  #dbdbdb 89%,  #d0d0d0); border-radius: 7px; box-shadow: 0 1px 0 #fff; box-shadow: 0px 3px 6px 0px #fff;}
#www_lockup_wrapper .artwork.chicklet span.image,#www_lockup_wrapper .artwork.chicklet:after{ border-radius:25px; }
#www_lockup_wrapper .lockup .artwork.artcover span.image,#www_lockup_wrapper .lockup .artwork.chicklet span.image{ box-shadow:0 8px 14px rgba(0,0,0,.35); }
#www_lockup_wrapper .lockup li{ overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#www_lockup_wrapper .lockup li.name{ font-weight:bold;}
#www_lockup_wrapper .lockup.product_banner{ display:-webkit-box; margin:0 auto; font-size:12px; -webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-box-align:center; }
#www_lockup_wrapper .lockup.product_banner .details{ display:-webkit-box;-webkit-box-flex:1; text-align:left; -webkit-box-align:center;}
#www_lockup_wrapper .lockup.product_banner .artwork{ margin-right:30px;}
#www_lockup_wrapper .lockup.product_banner .info,#www_lockup_wrapper .lockup.product_banner .view{ display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-pack:center;height:auto; }
#www_lockup_wrapper .lockup.product_banner .info{ -webkit-box-flex:1; padding-bottom: 5px; }
#www_lockup_wrapper .lockup.product_banner .info{ padding-right:5px;}
#www_lockup_wrapper .lockup.product_banner ul li{ text-shadow: 3px 3px 0 #fff; font-size:22px; color:#6a6a6a; font-weight: bold; padding: 12px 0; }
#www_lockup_wrapper .lockup.product_banner .name{ font-size:38px; }
#www_lockup_wrapper .lockup.product_banner .close{ position:absolute; top:20px; left:20px; width:58px; height:58px; background:url(/global/images/global_close_icon.png?v=afd039aa) 0 0 no-repeat; background-size: 58px; text-indent:-9999px; }





@charset "utf-8";
a b{font-family:"Lucida Grande",Arial,sans-serif,"宋体"\9;}
/* 超链接样式 */
.link_1 a{display: inline-block;text-decoration: none;background:#fcfcfc url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -905px -59px;height: 20px;overflow: hidden;line-height: 20px;padding:0 0 0 5px;}
	.link_1 a b{overflow:hidden;height:20px;display: inline-block;cursor: pointer;padding:0 5px 0 0;background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat right -59px;color:#333;font-weight: normal;}
	.link_1 a:link,.link_1 a:visited,.link_1 a:link b,.link_1 a:visited b{color:#333;text-decoration:none;}
	.link_1 a:hover,.link_1 a:active,.link_1 a:hover b,.link_1 a:active b{color:#111;text-decoration:none;}

.link_2 a{display: inline-block;text-decoration: none;background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -829px -87px;height: 16px;line-height: 16px;padding:0 0 0 5px;}
	.link_2 a b{display: inline-block;cursor: pointer;margin:auto;padding:0 5px 0 0;background:#fff url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat right -87px;color:#fff;font-weight: normal;}
	.link_2 a:link,.link_2 a:visited,.link_2 a:link b,.link_2 a:visited b{color:#fff;text-decoration:none;}
	.link_2 a:hover,.link_2 a:active,.link_2 a:hover b,.link_2 a:active b{color:#ededed;text-decoration:none;}

.link_3 a{display: inline-block;text-decoration: none;background:#fff url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -905px -109px;height: 22px;overflow: hidden;line-height: 22px;padding:0 0 0 20px;}
	.link_3 a b{display: inline-block;cursor: pointer;padding:0 5px 0 0;background:#fff url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat right -480px;color:#fff;font-weight: normal;}
	.link_3 a:link,.link_3 a:visited,.link_3 a:link b,.link_3 a:visited b{color:#666;text-decoration:none;}
	.link_3 a:hover,.link_3 a:active,.link_3 a:hover b,.link_3 a:active b{color:#060;text-decoration:none;}

.link_4 a:link,.link_4 a:visited{color:#333;text-decoration:underline;}
	.link_4 a:hover,.link_4 a:active {color:#c00;text-decoration:underline;}

.link_5 a:link,.link_5 a:visited{color:#999;text-decoration:none;}
	.link_5 a:hover,.link_5 a:active {color:#444;text-decoration:underline;}

.link_6 a{display: inline-block;text-decoration: underline;background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -886px -142px;height: 20px;overflow: hidden;line-height: 20px;padding:0 0 0 20px;color:#333;}
	.link_6 a b{font-weight: normal;}
	.link_6 a:link,.link_6 a:visited,.link_6 a:link b,.link_6 a:visited b{color:#333;text-decoration:underline;}
	.link_6 a:hover,.link_6 a:active,.link_6 a:hover b,.link_6 a:active b{color:#c00;text-decoration:underline;}

.link_7 a{vertical-align: middle;display: inline-block;text-decoration: none;height: 18px;overflow: hidden;line-height: 18px;padding:0 0 0 5px;color:#333;}
    .link_7 a b{display: block;cursor: pointer;padding:0 5px 0 0;font-weight: normal;}
    .link_7 a:link,.link_7 a:visited,.link_7 a:link b,.link_7 a:visited b{text-decoration:none;}
    .link_7 a:hover b,.link_7 a:active b,.link_7 a.hover b{color:#fff;text-decoration:none;background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat right -345px;color:#fff;}
    .link_7 a:hover,.link_7 a:active,.link_7 a.hover{background:#e50f0f url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -905px -345px;}

.link_8 a{display: inline-block;text-decoration: none;background:#fff url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -905px -372px;height: 22px;overflow: hidden;line-height: 22px;padding:0 0 0 24px;}
	.link_8 a b{display: inline-block;cursor: pointer;padding:0 5px 0 0;background:#fff url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat right -480px;color:#fff;font-weight: normal;}
	.link_8 a:link,.link_8 a:visited,.link_8 a:link b,.link_8 a:visited b{color:#666;text-decoration:none;}
	.link_8 a:hover,.link_8 a:active,.link_8 a:hover b,.link_8 a:active b{color:#333;text-decoration:none;}

.link_9 a{display: inline-block;text-decoration: none;background:#fff url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -905px -400px;height: 22px;overflow: hidden;line-height: 22px;padding:0 0 0 20px;}
	.link_9 a b{display: inline-block;cursor: pointer;padding:0 5px 0 0;background:#fff url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat right -480px;color:#fff;font-weight: normal;}
	.link_9 a:link,.link_9 a:visited,.link_9 a:link b,.link_9 a:visited b{color:#666;text-decoration:none;}
	.link_9 a:hover,.link_9 a:active,.link_9 a:hover b,.link_9 a:active b{color:#333;text-decoration:none;}

/*鼠标移上去变粉红色圆角超链接，a标签加class="hover"即可显示为粉红色*/
.link_10 a{vertical-align: middle;display: inline-block;text-decoration: none;height: 16px;overflow: hidden;line-height: 16px;padding:0 0 0 5px;color:#333;}
    .link_10 a b{display: inline-block;cursor: pointer;padding:0 5px 0 0;font-weight: normal;}
    .link_10 a:link,.link_10 a:visited,.link_10 a:link b,.link_10 a:visited b{text-decoration:none;}
    .link_10 a:hover b,.link_10 a:active b,.link_10 a.hover b{color:#fff;text-decoration:none;background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat right -87px;color:#fff;}
    .link_10 a:hover,.link_10 a:active,.link_10 a.hover{background:#e50f0f url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -905px -87px;}

.link_edit a{display: inline-block;text-decoration: underline;background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -423px -621px;height: 20px;overflow: hidden;line-height: 20px;padding:0 0 0 20px;color:#333;}
.link_edit a b{font-weight: normal;}
.link_edit a:link,.link_edit a:visited,.link_edit a:link b,.link_edit a:visited b{color:#333;text-decoration:underline;}
.link_edit a:hover,.link_edit a:active,.link_edit a:hover b,.link_edit a:active b{color:#c00;text-decoration:underline;}


.link_line a:link,.link_line a:visited{color:#333;text-decoration:underline;}
	.link_line a:hover,.link_line a:active {color:#c00;text-decoration:underline;}

.link_score{color:#7F7F7F;float:right;margin-top:10px;}
.link_score a:link,.link_score a:visited{color:#333;text-decoration:underline;}
	.link_score a:hover,.link_score a:active {color:#c00;text-decoration:underline;}

.link_red a:link,.link_red a:visited{color:#c00;text-decoration:none;}
	.link_red a:hover,.link_red a:active {color:#fff;background: #c00;text-decoration:none;}

.link_red2 a:link,.link_red2 a:visited{color:#c00;text-decoration:none;}
	.link_red2 a:hover,.link_red2 a:active {color:#c00;text-decoration:underline;}

.link_blue a:link,.link_blue a:visited{color:#09c;text-decoration:none;}
	.link_blue a:hover,.link_blue a:active {color:#fff;background: #09c;text-decoration:none;}

.link_099 a:link,.link_099 a:visited{color:#099;text-decoration:none;}
	.link_099 a:hover,.link_099 a:active {color:#fff;background: #099;text-decoration:none;}

.link_11 a{display: inline-block;text-decoration: none;background:#fcfcfc url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -808px -450px;height: 26px;overflow: hidden;line-height: 26px;padding:0 0 0 5px;}
    .link_11 a b{overflow:hidden;height:26px;display: inline-block;cursor: pointer;padding:0 5px 0 0;background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat right -450px #fff;color:#333;font-weight: normal;}
	.link_11 a:link,.link_11 a:visited,.link_11 a:link b,.link_11 a:visited b{color:#333;text-decoration:none;}
	.link_11 a:hover,.link_11 a:active,.link_11 a:hover b,.link_11 a:active b{color:#111;text-decoration:none;}

.link_12 a{display: inline-block;text-decoration: none;background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -829px -35px;height: 16px;line-height: 16px;padding:0 0 0 5px;}
	.link_12 a b{display: inline-block;cursor: pointer;margin:auto;padding:0 5px 0 0;background:#fff url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat right -35px;color:#fff;font-weight: normal;}
	.link_12 a:link,.link_12 a:visited,.link_12 a:link b,.link_12 a:visited b{color:#fff;text-decoration:none;}
	.link_12 a:hover,.link_12 a:active,.link_12 a:hover b,.link_12 a:active b{color:#ededed;text-decoration:none;}

.link_13 a{display: inline-block;text-decoration: none;background:#fff url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -905px -425px;height: 22px;overflow: hidden;line-height: 22px;padding:0 0 0 20px;}
	.link_13 a b{display: inline-block;cursor: pointer;padding:0 5px 0 0;background:#fff url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat right -480px;color:#fff;font-weight: normal;}
	.link_13 a:link,.link_13 a:visited,.link_13 a:link b,.link_13 a:visited b{color:#666;text-decoration:none;}
	.link_13 a:hover,.link_13 a:active,.link_13 a:hover b,.link_13 a:active b{color:#333;text-decoration:none;}

.link_14 a{display: inline-block;text-decoration:none;text-align:center;background:#c00 url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -425px -30px;height:22px;width:39px;overflow:hidden;line-height:22px;}
	.link_14 a b{overflow:hidden;height:22px;display: inline-block;cursor: pointer;font-weight: normal;color:#eee;}
	.link_14 a:link,.link_14 a:visited,.link_14 a:link b,.link_14 a:visited b{color:#eee;text-decoration:none;}
	.link_14 a:hover,.link_14 a:active,.link_14 a:hover b,.link_14 a:active b{color:#fff;text-decoration:none;}

/*按钮样式*/
.button_1{display:inline-block;padding-right:5px;height:38px;line-height:38px;background:url(/base/images/button-bg.gif?v=7839fe03) no-repeat right 0;}
	.button_1 strong{display:inline-block;padding-left:5px;height:38px;background:url(/base/images/button-bg.gif?v=7839fe03) no-repeat 0 0;}
	.button_1 input{border:0;padding:8px 10px;font-weight:bold;font-size:14px;color:#fff;background:none !important;}

/*用户头像链接*/
.link_user a{text-align: center;display: block;background: url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -268px -63px;}
.link_user a:link,.link_user a:visited{color:#c00;text-decoration:none;}
	.link_user a:hover,.link_user a:active {color:#c00;text-decoration:none;color:#c60;}
	.link_user a:hover img,.link_user a:active img{border:1px solid #adff2f;}
	.link_user a img{padding: 3px;display:block;border:1px solid #ccc;width: 48px;height: 48px;margin: 4px auto;}
	.link_user_small a{background: url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -260px -185px;}
	.link_user_small a img{padding: 1px;display:block;border:1px solid #ccc;width: 32px;height: 32px;margin: 4px auto;}

.link_user2 a{width:64px;overflow: hidden;text-align: center;display:inline-block;background: url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -156px -60px;padding-right:15px;}
.link_user2 a:link,.link_user2 a:visited{color:#c00;text-decoration:none;}
	.link_user2 a:hover,.link_user2 a:active {color:#c00;text-decoration:none;color:#c60;}
	.link_user2 a:hover img,.link_user2 a:active img{border:1px solid #adff2f;}
	.link_user2 a img{padding:1px;display:block;border:1px solid #ccc;width: 48px;height: 48px;margin: 4px auto;}

/*图片*/
.image_1 li{float: left;width: 165px;height: auto;overflow:hidden;text-align: center;}
    .image_1 li a{display:inline-block;padding:1px;}
    .image_1 li a:link,.image_1 li a:visited{border:1px solid #d2d2d2;}
    .image_1 li a:hover,.image_1 li a:active{border:1px solid #adff2f;background-color:#fffacd;}
    .image_1 li a img{height: auto;}
.image_2 li{float: left;width: 180px;margin:0 7px;display:inline;padding:0 0 16px 0;overflow: hidden;text-align: center;line-height: 1.6em;}
    .image_2 li a:link img,.image_2 li a:visited img{border: 1px solid #d2d2d2;}
    .image_2 li a:hover img,.image_2 li a:active img{border: 1px solid #adff2f;background-color:#fffacd;}
    .image_2 li img{padding: 1px;}
    .image_2 li.clear{padding:0;margin:0;float:none;display:block;height:1px;}
.image_3 {}
    .image_3 a:link img,.image_3 a:visited img{border: 1px solid #d2d2d2;}
    .image_3 a:hover img,.image_3 a:active img{border: 1px solid #adff2f;background-color:#fffacd;}
    .image_3 img{padding: 1px;}

/*视频*/
.video_1 li{float: left;width: 165px;height: auto;text-align: center;padding-bottom:10px;overflow:hidden;}
    .video_1 li a.image_link,
    .comment_main li a.image_link{display:block;width:144px;margin:auto;text-align:right;}
        .video_1 li a.image_link img,
        .single_video a.image_link img{height:auto;border: 1px solid #d2d2d2;padding:1px;}
        .video_1 li a.image_link .playbar,
        .single_video .playbar{float:right;display:block;}

        .video_1 li a.image_link .playbar .bg,
        .video_2 li a.image_link .playbar .bg,
        .video_3 a.image_link .playbar .bg,
        .single_video .playbar .bg{position:absolute;display:block;margin-top:-35px;margin-left:-40px;color:#fff;height:28px;line-height:29px;width:36px;overflow:hidden;background: url(/base/images/playicon.png?v=f8577fe7) no-repeat;cursor: pointer;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://v4.vcimg.com/base/images/playiconlink.png, sizingMethod=’scale’);_background:none;}
		.video_1 li a.image_link:hover .playbar .bg,
		.video_2 li a.image_link:hover .playbar .bg,
		.video_3 a.image_link:hover .playbar .bg,
		.single_video .playbar:hover .bg{position: absolute;margin-top:-35px;margin-left:-40px;color:#fff;height: 28px;line-height:29px;width:36px;overflow:hidden;background: url(/base/images/playicon.png?v=f8577fe7) no-repeat 0 bottom;cursor: pointer;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://v4.vcimg.com/base/images/playiconhover.png, sizingMethod=’scale’);_background:none;}

.video_2 li{float: left;width: 204px;text-align: center;padding-bottom:10px;overflow:hidden;}
	.video_2 li a.image_link{display: block;width:144px;margin: auto;text-align: right;}
		.video_2 li a.image_link img{width: 140px;height: 105px;border: 1px solid #d2d2d2;padding:1px;}
		.video_2 li a.image_link .playbar{float:right;display:block;}
.video_3{}
    .video_3 a.image_link{display:block;width:104px;height:77px;}
        .video_3 a.image_link img{width:100px;height:75px;padding:1px;border:1px solid #d2d2d2;}
		.video_3 a.image_link .playbar{float:right;display:block;}

/*资源*/
.folders li{padding:10px;display: block;zoom: 1;background: #fff;}
.folders li:after{content: '\20';display: block;clear: both;}
.folders li.color{background: #F8F8F8;}
.folders li.hidden{background: #ffffcb;}
.folders .info{float: left;width:570px;overflow: hidden;color: #999;line-height: 2em;}
.folders .link_user{float: right;width:90px;}
.folders .liteinfo{color: #080}

/*攻略*/
.raiders{line-height: 2em;}
.raiders .title th{border-bottom: 1px solid #dfdfdf;color: #a0a0a0;}
	.raiders td.date-time{color: #a0a0a0;}
	.raiders tr.color{background: #fff;}

/*相关资讯*/
.news li{line-height: 1.6em;}
	.news li cite{color: #a0a0a0;padding-left: 6px;font-style: normal;}
	.news li.color{background: #fff;}

/*topbar redlink*/
.redlink{ color: #c00 !important; }
.redlink:hover{ color: #fff !important; background: #c00 !important; }

/*资料库第一屏信息*/
/*.headinfo{padding:12px;}
	.headinfoleft{float: left;width: 420px;overflow: hidden;}
		.headinfoleft li.infodiv{float: left;width: 280px;overflow:hidden;}
            .headinfoleft li.infodiv .entry_info li{line-height: 1.8em}
		.headinfoleft li.imgdiv{float:left;width: 132px;}
			.headinfoleft li.imgdiv img{float:left;width: 120px;padding:1px;border:1px solid #9b9b9b;}
	.headinforight{float: right;width:247px;overflow: hidden;border-left: 1px dashed #ccc;padding: 0 9px;}
		.headinforight li{line-height: 1.8em;height:1.8em;overflow:hidden;}
		.headinforight .dosomething {padding-top: 10px;height:auto;}
			.headinforight .dosomething li{float: left;margin-right: 10px;}
			.headinforight .dosomething .taglink li{margin-right: 0;}
			.headinforight .dosomething em{color: #333;font-weight: normal;font-style: normal;}*/
	#scoreDiv{float: right;}
		#scoreDiv div.entry_score_big{margin:-70px 0 0 -80px;}

		#statDiv{display: inline-block;float:left;text-decoration: none;background: url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -905px -59px;height: 20px;overflow: hidden;line-height: 20px;padding:0 0 0 5px;}
			#statDiv div{display: block;padding:0 5px 0 0;background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat right -59px;color:#333;}
			#statDiv span{display: inline-block;height: 20px;line-height: 18px;line-height: 20px\9;vertical-align: middle;overflow: hidden;}
				#statDiv span.text em{color: #c5c5c5;padding: 0 3px;}

.smallstat{float: left;height: 10px;padding: 6px 0 4px 0;}
.smallstat span.stat{float:left;width: 13px;height: 13px;background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -37px -69px;text-indent: -100px;overflow: hidden;}
.smallstat span.color{background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -37px -53px;}
.smallstat span.half{background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -37px -37px;}/*小半红半灰*/
.smallstatbar{float: left;padding: 7px 2px 5px 6px;height:8px;}
	.smallstatbar span{overflow: hidden;height: 8px;background: #f3e0dd;display: block;}
.smallstattext{float: left;color: #666;}

.bigstat{display: inline-block;vertical-align: middle;height: 20px;line-height:22px;overflow: hidden;}
.bigstat span.stat{float:left;width: 18px;height: 20px;background:url(/base/images/icon-img.png?v=e3e59722) no-repeat 0 -120px;_background-image:url(/base/images/icon-img.gif?v=99b5a51d);text-indent: -100px;overflow: hidden;}
.bigstat span.color{background-position:0 -80px;}
.bigstat span.half{background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -1px -136px;}/*大半红半灰*/
.bigstatbar{float: left;padding: 7px 2px 5px 6px;height:8px;}
    .bigstatbar span{overflow: hidden;height: 8px;background: #f3e0dd;display: block;}
.bigstattext{float: left;color: #666;}

.stat_post{display: inline-block;height: 20px;line-height: 18px;vertical-align: middle;overflow: hidden;}
.stat_post{*display: inline;}
.stat_post span{float: left;}
.stat_post span.stat,.stat_post span.hover{cursor: pointer;text-indent: -100px;display: inline-block;width:18px;height: 19px;overflow: hidden;background:url(/base/images/icon-img.png?v=e3e59722) no-repeat 0 -120px;_background-image:url(/base/images/icon-img.gif?v=99b5a51d);}
.stat_post span.hover{background-position:0 -80px;}

.entry_score{line-height: normal;}
.entry_score a:link,.entry_score a:visited{cursor: pointer;text-decoration: none;}
.entry_score a:hover,.entry_score a:active{cursor: pointer;text-decoration: none;}
.entry_score a:link .entry_score_middle,.entry_score a:visited .entry_score_middle,
	.entry_score a:link .entry_score_big,.entry_score a:visited .entry_score_big,
	.entry_score a:link .entry_score_small,.entry_score a:visited .entry_score_small
		{cursor: pointer;text-decoration: none;}
.entry_score a:hover .entry_score_middle,.entry_score a:active .entry_score_middle,
.entry_score a:hover .entry_score_big,.entry_score a:active .entry_score_big,
.entry_score a:hover .entry_score_small,.entry_score a:active .entry_score_small
		{cursor: pointer;text-decoration: none;}
.entry_score .entry_score_middle,
.entry_score .entry_score_small{float: right;}
	.entry_score .entry_score_middle div{margin: -62px 0 0 -68px;}
	.entry_score .entry_score_small div{margin: -44px 0 0 -50px;}

.entry_score_big div{position: absolute;width: 92px;height: 92px;overflow: hidden;font-size: 45px;font-family: 'Georgia';color: #fff;color: #999\9;}
.entry_score_big .gold  {background:url(/global/images/entry_score.png?v=a2243c74) no-repeat 0 0;_background-image:url(/global/images/entry_score.gif?v=f5db525a)}     /*金*/
.entry_score_big .silver{background:url(/global/images/entry_score.png?v=a2243c74) no-repeat 0 -101px;_background-image:url(/global/images/entry_score.gif?v=f5db525a)}/*银*/
.entry_score_big .copper{background:url(/global/images/entry_score.png?v=a2243c74) no-repeat 0 -202px;_background-image:url(/global/images/entry_score.gif?v=f5db525a)}/*铜*/
.entry_score_big span{width:92px;letter-spacing: -4px; font-weight:bold; display: block;font-style: italic;overflow:hidden;padding: 22px 0 0 0;text-align:center;text-shadow:-1px -1px 1px #666;}
.entry_score_big em{display: none;}
.entry_score_big span.iescorebg{color: #fff;position: absolute;margin: 1px;}/*IE叠层背景*/

.entry_score_middle div{position: absolute;width: 70px;height:70px;overflow: hidden;font-size: 34px;font-family: 'Georgia';color: #fff;color: #999\9;}
	.entry_score_middle .gold  {background:url(/global/images/entry_score.png?v=a2243c74) no-repeat -111px 0;_background-image:url(/global/images/entry_score.gif?v=f5db525a)}    /*金*/
	.entry_score_middle .silver{background:url(/global/images/entry_score.png?v=a2243c74) no-repeat -111px -77px;_background-image:url(/global/images/entry_score.gif?v=f5db525a)}/*银*/
	.entry_score_middle .copper{background:url(/global/images/entry_score.png?v=a2243c74) no-repeat -111px -152px;_background-image:url(/global/images/entry_score.gif?v=f5db525a)}/*铜*/
	.entry_score_middle span{width:70px;letter-spacing: -3px; font-weight:bold; display: block;font-style: italic;overflow:hidden;padding: 18px 0 0 0;text-align:center;text-shadow:-1px -1px 1px #666;}
	.entry_score_middle em{display: none;}
	.entry_score_middle span.iescorebg{color: #fff;position: absolute;margin: 1px;z-index: 0;}/*IE叠层背景*/

.entry_score_small div{position: absolute;width: 50px;height:50px;overflow: hidden;font-size: 25px;font-family: 'Georgia';color: #fff;color: #999\9;}
	.entry_score_small .gold  {background:url(/global/images/entry_score.png?v=a2243c74) no-repeat -205px 0;_background-image:url(/global/images/entry_score.gif?v=f5db525a)}    /*金*/
	.entry_score_small .silver{background:url(/global/images/entry_score.png?v=a2243c74) no-repeat -205px -53px;_background-image:url(/global/images/entry_score.gif?v=f5db525a)}/*银*/
	.entry_score_small .copper{background:url(/global/images/entry_score.png?v=a2243c74) no-repeat -205px -107px;_background-image:url(/global/images/entry_score.gif?v=f5db525a)}/*铜*/
	.entry_score_small span{width:50px;letter-spacing: -2px; font-weight:bold; display: block;font-style: italic;overflow:hidden;padding: 12px 0 0 0;text-align:center;text-decoration:none;text-shadow:-1px -1px 1px #666;}
	.entry_score_small em{display: none;}
	.entry_score_small span.iescorebg{color: #fff;position: absolute;margin: 1px;z-index: 0;}/*IE叠层背景*/

/*Tag*/
.tagimg{background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -796px -87px;width: 24px;height:10px;float: left;overflow: hidden;text-indent: -100px;margin-right: 5px;}
.taglink{margin-left: 30px;_display:inline-block;}
.taglink li{float: left;display:inline;white-space: nowrap;padding:0;margin: 0;}
.taglink font,.taglink a{display: inline-block;text-decoration: none;background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -829px -87px;height: 16px;line-height: 16px;padding:0 0 0 5px;margin:0 4px 4px 0;}
	.taglink font b,.taglink a b{display: inline-block;cursor: pointer;margin:auto;padding:0 5px 0 0;background:#fff url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat right -87px;color:#fff;font-weight: normal;}
	.taglink font,.taglink a,.taglink a:link,.taglink a:visited{color:#fff;text-decoration:none;background-position: -829px -87px;}
	.taglink a:hover,.taglink a:active{color:#fff;text-decoration:none;background-position: -829px -35px;}
	.taglink font b,.taglink a b.taglink a:link b,.taglink a:visited b{color:#fff;text-decoration:none;background-position: right -87px;}
	.taglink a:hover b,.taglink a:active b{color:#fff;text-decoration:none;background-position: right -35px;}


/*页面标题*/
.titleDiv{height:42px;padding:6px 0 0 8px;}
	.titleDiv h1{font-size: 16px!important;margin: 0;padding: 0;line-height: 20px!important;color: #333!important;text-align: left;font-weight:bold!important;}
	.titleDiv h2{font-size: 14px;margin: 0!important;padding: 0;font-family: 'Georgia';color: #666!important;font-weight: normal;text-align: left;}

/*美剧 季*/
.entry_title{height:47px;padding: 6px 0 0 8px; _margin-bottom:-2px; position:relative; z-index: 3;}
.entry_title .us_titles h2{width:235px; height:20px; overflow: hidden; margin: 0; color: #666; float:left;}
.half_name .us_titles{}
.half_name h1{width:228px; overflow: hidden;}
.entry_title .tab_serials{ float: right; padding-right:116px; }
.entry_title .tab_serials .tabs{ width: 290px; }
.tab_serials{ position:relative;z-index:3;}
.tab_serials .left,.tab_serials .right,.tab_serials .off_left,.tab_serials .off_right{float:left;width: 21px; height: 26px; overflow: hidden;*display: inline;}
.tab_serials_more .left a,
.tab_serials_more .right a,
.tab_serials_more .off_left a,
.tab_serials_more .off_right a
{width:15px; height: 16px; margin: 6px 6px 0 0; background: url(/global/images/entry_us_icons.png?v=36dd3061) -34px 0 no-repeat; text-indent: -9999px; display:block; overflow: hidden;}
.tab_serials_more .right a{background-position:-85px 0; margin:6px 0 0 3px;}
.tab_serials_more .left a:hover{background-position:-17px 0;}
.tab_serials_more .right a:hover{background-position:-68px 0;}
.tab_serials_more .off_left a{background-position:0 0;}
.tab_serials_more .off_right a{background-position:-51px 0; margin:6px 0 0 3px;}
.tab_serials_more .off_left a,
.tab_serials_more .off_right a{cursor:default;}
.tab_serials .tabs{ float:left; height: 28px; _height:29px;overflow: hidden; position:relative; z-index:3; }
.tab_serials_more .tabs{margin-right: 3px;}
.tab_serials .tabs ul{ position: absolute;right:0px; top: 0; z-index: 3; white-space:nowrap; word-wrap: normal;font-size: 0; }
.tab_serials .tabs li{ height:26px; display: inline-block; *display:inline;*zoom:1; line-height:26px; font-size:12px;margin-right: 3px; vertical-align:top;cursor:pointer; background-color:#efefef; border:1px solid #cfcfcf; border-bottom-color:#CFCFCF; }
.tab_serials .tabs li a{ display:block; font-size:12px; text-align: center; padding:0 7px; }
.tab_serials .tabs li.active{ padding: 0 7px; background-color:#fff; border-bottom-color:#fff; color: #c00;}

/*缩小图片间距*/
#imageVideoDiv{float:left;width:475px;height:135px;overflow:hidden;}
	#imageVideoDiv .main{padding-left:10px;padding-right:0px;}
	#imageVideoDiv li{width:92px;}

#videoDiv{float:right;width:240px;overflow:hidden;height:135px;border-left:1px dashed #ccc;}
	#videoDiv .main{padding-left:10px;padding-right:0px;}
	#videoDiv .main li{width: 109px;}

/*左侧菜单*/
#leftmenu{float:left;width:78px;overflow:hidden;}
#leftmenu li{height:29px;width:78px;overflow:hidden;float:left;text-align:left;}
#leftmenu li a{padding-left:15px;height:29px;width:63px;display:block;line-height:29px;border-right:1px solid #ddd;background-image:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031);background-repeat:no-repeat;background-position:-888px -231px;position:absolute;}
    #leftmenu li a:hover,#leftmenu li a:active,#leftmenu li a.hover{padding-right:1px;border-right:none;background-position:-888px -264px;text-decoration:none;}
    #leftmenu li a:link,#leftmenu li a:visited{color:#333;text-decoration:none;}

/*图片编辑*/

#otheroperate .list{color:#c00;font-size:14px;margin-left:20px;}
#otheroperate .list_2 a{text-decoration:underline;}
#otheroperate .list_2 a:hover{color:#c00000;}
#otheroperate .list_2 li{height:30px;}
#otheroperate .upload{width:468px;height:24px;line-height:24px;padding:0;color:#a2a2a2;border:1px solid #ccc;}
#otheroperate .uploadsuc{background:#ffffcd;border:1px solid #f9e994;height:112px;width:332px;padding:10px;margin-top:5px;}
#otheroperate .uploadsucimgback{background-image:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031);background-repeat:no-repeat;background-position:-888px -297px;display:block;height:29px;}

/*评论*/
.comment{text-align:left;}
	.comment .ul .gray{color:#999999;}
	.comment .ul .red{color:#cc0000;}
	.comment .ul .pt10{padding-top:10px;}
	.comment .ul .vote{padding:25px 0 0  66px}
	.comment .ul .mt2{margin-top:2px;}
	.comment .comment_left{float:left;width:60px;overflow:hidden;}
	.comment .comment_left2{float:left;width:80px;overflow:hidden;}
	.comment .comment_right{padding:0 0 0 70px;}
    /*评论的图片、视频*/
    .comment .other_cmt{position:relative;display:inline-block;margin-top:15px;padding:10px;color:#333;font-size:12px;background:#f6f6f6;border:1px solid #e1e1e1;}
	.comment .other_cmt{*display:inline;}
	.comment .other_cmt .triangle{position:absolute;display:block;width:17px;height:10px;top:-9px;left:60px;background:url(/base/images/icon_sprites.gif?v=8ec4f2e1) no-repeat 0 -450px;}

        .comment .corner{position:absolute;display:block;width:4px;height:4px;}
	.comment .lt{top:-1px;left:-1px;background:url(/base/images/icon_sprites.gif?v=8ec4f2e1) no-repeat -0 -650px;}
	.comment .rt{top:-1px;right:-1px;background:url(/base/images/icon_sprites.gif?v=8ec4f2e1) no-repeat -50px -650px;_right:-2px;}
	.comment .lb{bottom:-1px;left:-1px;background:url(/base/images/icon_sprites.gif?v=8ec4f2e1) no-repeat -0 -700px;_bottom:-11px;}
	.comment .rb{bottom:-1px;right:-1px;background:url(/base/images/icon_sprites.gif?v=8ec4f2e1) no-repeat -50px -700px;_bottom:-11px;_right:-2px;}

	/* 20111122 o */
    .comment .comment_right .comment_extra{background: url(/base/images/webimg_horizontal.gif?v=c76d9027) no-repeat -265px -175px;}
	.comment .comment_right2{padding:0 0 0 80px;_float: left;_padding:0;position:relative;}
	.comment .user_name{padding:0 0 8px 0;font-weight: bold;}
/*	.comment .triangle{position:absolute;width:17px;height:10px;top:-8px;right:20px;background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -430px -267px;} */
	.comment .reply{margin-right:0;background:#e1e1e1;border-top:1px solid #fff;border-bottom:1px solid #fff;}
	.comment .reply li.block{ margin:1px; background:#f6f6f6;padding:6px;vertical-align:top;}
	.comment .reply li.block.comment_hot{background-color:#FDFCE8;}
	.comment .reply .comment_left{width:40px;}
	.comment .reply .comment_right{padding:0 0 0 55px;_float:none;}
	.comment .reply .comment_left.image2 img{width:32px;height: 32px;}
	.comment .reply_form{ background:#f6f6f6;padding:6px; margin-right:0; border: 1px solid #e1e1e1;}
	.comment .p{font-size:14px;}
	.comment .reply p.p{font-size:12px;}
        .comment .reply li.block.comment_hidden .comment_left,
        .comment .reply li.block.comment_hidden .comment_right{display:none;}

	.comment li.comment_new{border-bottom:1px solid #ededed;padding: 10px;*vertical-align:top;}
	.comment li.comment_hidden{border-bottom: 1px solid #ededed;background: #f6f6f6;padding: 0px 10px;}
    .comment li.comment_hot{background-color:#fdfce8; padding: 10px;}
/*	.comment li.comment_hot .triangle{position:absolute;width:17px;height:10px;top:-8px;right:20px;background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -430px -295px;} */
    .comment li.comment_hot .reply {background:#ffe6ce;border-top:1px solid #fdfce8;border-bottom:1px solid #fdfce8;}
	.comment li.comment_hot .reply li.block{ background:#fffff7;}
    .comment li.comment_hot .reply li.block.comment_hot{background-color:#fffff7;}
    .comment li.comment_hot .reply_form { background:#fffff7;border:1px solid #ffe6ce;}
    .comment li.comment_hot .other_cmt{background:#FFFFF7;border:1px solid #FFE6CE;}
	.comment li.comment_hot .other_cmt .triangle{position:absolute;display:block;width:17px;height:10px;top:-10px;left:60px;background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -430px -295px;}
	.comment li.comment_hot .lt{top:-1px;left:-1px;background:url(/base/images/icon_sprites.gif?v=8ec4f2e1) no-repeat 0 -750px;}
	.comment li.comment_hot .rt{top:-1px;right:-1px;background:url(/base/images/icon_sprites.gif?v=8ec4f2e1) no-repeat -50px -750px;}
	.comment li.comment_hot .lb{bottom:-1px;left:-1px;background:url(/base/images/icon_sprites.gif?v=8ec4f2e1) no-repeat 0 -800px;_bottom:-11px;}
	.comment li.comment_hot .rb{bottom:-1px;right:-1px;background:url(/base/images/icon_sprites.gif?v=8ec4f2e1) no-repeat -50px -800px;_bottom:-11px;}
	/*热门更多*/
	.comment li.comment_hot a.j-expand-all:hover,.comment li.comment_hot a.j-collapse-all:hover{color:#c00;background:#fffac8;}
    .comment .comment_hidden_title{ padding:5px 10px;text-align: center;color:#ccc;height:18px;line-height:18px;overflow: hidden;}
    .comment .comment_hidden_title a{ float:left; font-weight:bold;color:#999;font-size:14px; width:18px;height:18px;}
	.comment .comment_hidden_title a:link,.comment .comment_hidden_title a:visited{color:#999;text-decoration: none;}
    .comment .comment_hidden_title a:hover,.comment .comment_hidden_title a:active{color:#911;text-decoration: none;}
    .comment .comment_hidden_body{ padding-bottom: 10px; }
	.j-cmt-dig-view{margin-right:5px; }

	.comment .submit_div{padding:4px 0 10px 0;}
	.comment .submit_div input.button{font-weight:bold;}
    /*添加视频或者图片的按钮*/
    .comment .add_media{padding:5px 0;}
    .comment .add_media a{color:#666;text-decoration:none !important;}
    .comment .add_media a:hover{color:#333;}
    .comment .add_media .add_image img{vertical-align:text-bottom;}
    .comment .add_media .add_video{margin-left:10px;}
    .comment .add_media .add_video img{vertical-align:text-bottom;}

        /*添加*/
	.comment .comment_main{padding:0;}
	.comment .comment_todo{padding: 30px 0 6px 0;line-height:15px;line-height:18px\9;*padding:15px 0 6px 0;}
    .comment .comment_todo a.digup{background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -886px -167px;display:inline-block;padding-left: 20px;color:#333;}
    .comment .comment_todo a.digdown{background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -886px -188px;display:inline-block;padding-left: 20px;color:#333;}
    .comment .comment_todo a.diggedup{background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -980px -167px;display:inline-block;padding-left: 20px;color:#888;}
    .comment .comment_todo a.diggeddown{background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -980px -188px;display:inline-block;padding-left: 20px;color:#888;}
    .comment .comment_todo a.j-cmt-reply-btn{background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -886px -144px;display:inline-block;padding-left: 20px;color:#333;}
    .comment .comment_todo a:hover{ text-decoration: underline; }

	/*默认评论样式*/
	.comment .ul.comment0{margin: 3px 0 8px 60px;}
	.comment .ul.comment0 li.allcomment{background:#f5f5f5;height:22px;padding:6px 0 0 8px;}
	.comment .ul.comment0 li.allcomment2{background:#ebebeb;height:1px;}
	.comment .ul.comment0 li.allcomment span.bgtixing{background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -886px -207px;}
	.comment .ul.comment0 .textarea{width:540px;height:93px;resize: vertical;border:1px solid #CCCCCC;}
	.comment .user {padding: 10px 0 5px 0;}
	.comment .ul.reply li a.green{font-weight:bold;color:#009486;}
	.comment .ul.reply li span.bgding{background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -886px -167px;}
	.comment .ul.reply li span.bgcai{background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -886px -188px;}
	.comment .ul.reply a.digup{font-size:12px;color:#333;}
	.comment .ul.reply a.digdown{font-size:12px;color:#333;}
	.comment .ul.reply a.j-cmt-reply-btn{font-size:12px;color:#333;}

	/*分类样式----->>>>*/
	/*热门评论*/
	.comment .ul .ml22{margin-left:22px;}
	.comment .ul.comment1{margin: 0 10px;background:#feffeb;padding-bottom:10px;}
	.comment .ul.comment1 li.pos{padding:14px 0 0 13px;float:left;width:66px;}
	.comment .ul.comment1 li a.green{font-weight:bold;color:#009486;}
	.comment .ul.comment1 li span.bgding{background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -886px -167px;}
	.comment .ul.comment1 li span.bgcai{background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -886px -188px;}
	/*子评论*/
	.comment .ul.comment2{margin: 3px 21px 8px 60px;}
	.comment .ul.comment2 li.allcomment{background:#f5f5f5;height:22px;padding:6px 0 0 8px;}
	.comment .ul.comment2 li.allcomment2{background:#ebebeb;height:1px;}
	.comment .ul.comment2 li.allcomment span.bgtixing{background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -886px -207px;}

	/*最新评论*/
	.comment .ul.comment3{background:none;padding-bottom:10px;}
	.comment .ul.comment3 li a.green{font-weight:bold;color:#009486;}
	.comment .ul.comment3 li span.bgding{background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -886px -167px;}
	.comment .ul.comment3 li span.bgcai{background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -886px -188px;}
	/*发表评论*/

	/*更多评论*/
	a.j-redirect, a.j-expand-all, a.j-collapse-all{display:block;padding:8px 0;width:100%;text-align:center;color:#333;text-decoration:underline;}
	a.j-redirect:hover, a.j-expand-all:hover, a.j-collapse-all:hover{color:#c00;background:#eee;}


	/*小贴士*/
        .comment .comment3 dt{float: left;position: absolute;}
        .comment .comment3 dd{padding-left:4em;}

    /* 删除 */
    .comment .ul .deleted {
	    background:#f6f6f6;
	    border:1px solid #dfdfdf;
	    margin:10px 0;
    }
	.comment .ul .deleted p {
	    text-align: center;
	    color: rgb(204, 204, 204);
	}

.image_right_bar{

}
.image_right_bar .left{
	float:left;width:12px;height: 64px;background:#dadada url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat 0 -401px;cursor: pointer;margin-top: 3px;
}
.image_right_bar .right{
	float:right;width:12px;height: 64px;background:#dadada url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -12px -401px;cursor: pointer;margin-top: 3px;
}
.image_right_bar .center{
	float: left;width:196px;height: 70px;overflow: hidden;display: inline;margin-left: 5px;
}
.image_right_bar .center ul{width:9999px;}
.image_right_bar .center li{
	float:left;
	width:70px;
	display: inline;
	margin-left:4px;
}
.image_right_bar .center li a{
	float: left;
	padding: 0;font-weight: normal
}
.image_right_bar .center li a img{
	float: left;
	width:60px;
	height: 60px;
	border: 1px solid #ccc;
	padding: 1px;
}

.image_right_bar .center li a:link,.image_right_bar .center li a:visited{border: 3px solid #fff;}
.image_right_bar .center li a:hover,.image_right_bar .center li a:active{border: 3px solid #ccc;}
.image_right_bar .center li a.hover:link,.image_right_bar .center li a.hover:visited,.image_right_bar .center li a.hover{border: 3px solid #cd0102;}



.list_entry_1 li{float: left;width:138px;text-align: center;padding: 10px 0;line-height:1.6em;overflow: hidden;}
	.list_entry_1 li a{color:#999;}
	/*中间的分割线*/
	.list_entry_1 li.line{clear: both;float:none;display: block;border-bottom: 1px dotted #ccc;height: 1px;overflow: hidden;padding: 0;width: 100%;margin: 10px 0;}

.list_comment_1 li.block{padding: 0 0 16px 0;border-bottom: 1px dotted #ccc;margin-bottom:16px;}
.list_comment_1 li .image2{float: left;width: 80px;margin: 0 10px;}
.list_comment_1 li .info{margin-left: 120px;_display: inline-block;line-height: 1.6em;}
.list_comment_1 li .info .ccc{color: #989898;}
	.list_comment_1 li .info .list_title{font-size: 14px;}
.list_comment_1 li .list_todo{color: #636363;padding: 3px 0;}
.list_comment_1 li .list_content{color: #696969;}
.list_comment_1 .status_ok{padding:0 5px;line-height:20px;background:#d3ffcd;color:#616a65;display:inline-block}
.list_comment_1 .status_no{padding:0 5px;line-height:20px;background:#c1d0b9;color:#616662;display:inline-block}
.list_comment_1 .status_wait{padding:0 5px;line-height:20px;background:#ffffc9;color:#6b6474;display:inline-block}
.list_comment_1 .status_deleted{padding:0 5px;line-height:20px;background:#fed8cd;color:#6f6860;display:inline-block}


.my_rinfo{border-bottom: 1px #ccc solid;margin-bottom: 10px;}
.my_rinfo .image{float: left;width: 60px;}
.my_rinfo .my_rinfo_user{margin-left: 64px;_display: inline-block;}
	.my_rinfo .my_rinfo_user .uname{font-size: 14px;font-weight: bold;}
	.my_rinfo .my_rinfo_user .urank{color:#7f7f7f;line-height: 20px;}

/* 20111122 s深色底色的引用 */
.comment_dark_bg{background:#f9f9f9;}
.comment_dark_bg .other_cmt{position:relative;display:inline-block;margin-top:15px;padding:10px;color:#333;font-size:12px;background:#fff;border:1px solid #e1e1e1;}
.comment_dark_bg .other_cmt{*display:inline;}
.comment_dark_bg .other_cmt .triangle{position:absolute;display:block;width:17px;height:10px;top:-9px;left:60px;background:url(/base/images/icon_sprites.gif?v=8ec4f2e1) no-repeat 0 -300px;}

.comment_dark_bg .lt{top:-1px;left:-1px;background:url(/base/images/icon_sprites.gif?v=8ec4f2e1) no-repeat -0 -550px;}
.comment_dark_bg .rt{top:-1px;right:-1px;background:url(/base/images/icon_sprites.gif?v=8ec4f2e1) no-repeat -50px -550px;_right:-2px;}
.comment_dark_bg .lb{bottom:-1px;left:-1px;background:url(/base/images/icon_sprites.gif?v=8ec4f2e1) no-repeat -0 -600px;_bottom:-11px;}
.comment_dark_bg .rb{bottom:-1px;right:-1px;background:url(/base/images/icon_sprites.gif?v=8ec4f2e1) no-repeat -50px -600px;_bottom:-11px;_right:-2px;}

.comment_dark_bg .reply li.block{background:#fff;}


/*列表页*/
.list_div li{
    border-bottom:1px #ccc dotted;
    margin-bottom:20px;
    padding-bottom:20px;
    float:left;
    width:100%;
}

.list_div .list_image{
    float:left;
    width:100px;
}
.list_div .list_image a img{width:85px;padding:1px;}
.list_div .list_image a:link img,.list_div .list_image a:visited img{border: 1px solid #d2d2d2;}
.list_div .list_image a:hover img,.list_div .list_image a:active img{border: 1px solid #adff2f;background-color:#fffacd;}

.list_div .list_info{margin-left:100px;line-height:1.6em;_display:inline-block;}
.list_div .list_title{line-height:20px;padding:0;}
.list_div .list_title .link_red{font-size:14px;}
.list_div .list_title .link_cname{font-size:14px;font-weight:bold;}
.list_div .list_title .link_year{font-size:14px;font-weight:bold;color:#7f7f7f;}
.list_div .list_title .link_ename{font-size:12px;color:#7f7f7f;}
.list_div .content{
    line-height:1.6em;color:#7f7f7f;padding:5px 0;
}
.list_tag {height:30px;}
.list_tag li{float:left;color:#ccc;padding-right:5px;line-height:16px;}

/*列表页排序条*/
.list_order{border-bottom:1px #ccc dotted;padding:0 0 10px 0;margin-bottom:10px;}
.list_order a{position: relative;margin:0 -1px 0 0;display:inline-block;border:1px solid #dadada; width:40px;height:21px;line-height:21px;text-align:center;overflow:hidden; background:#fff url(/base/images/list/list_sprites.gif?v=48a2b357) no-repeat -1px -51px;text-decoration:none;}
	.list_order a:link,.list_order a:visited{color:#333;text-decoration:none;}
	.list_order a.hover,.list_order a:hover,.list_order a:active{z-index:1;color:#fff !important;text-decoration:none;border:1px solid #cc0000;background-position:-1px -1px;}



.index_hot_commend_others li.hover{
    background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat  0 -172px;
}




.fraction {
    float:left;
    width:120px;
    height:8px;
    margin-top:10px;
}

.fraction_out {
    position:relative;
    width:100%;
    height:8px;
    background:url(/base/images/progress_bar.gif?v=3b8a547a) no-repeat 0 -8px;
}

.fraction_in {
    overflow:hidden;
    position:absolute;
    height:8px;
    left:0;
    top:0;
    z-index:1;
    background:url(/base/images/progress_bar.gif?v=3b8a547a) no-repeat 0 0;
}

.fraction_number {
	text-align:left;
	line-height:20px;
    margin-top:3px;
    padding-left:5px;
    float:left;
    font-size:12px;
    font-weight:bold;
    color:#ffad0f;
}

/*视频、图片内页赞*/
#zan:hover,#zan:active {text-decoration:none;background:#fff !important;}
#zan,#no_zan {float:left;margin-top:6px;}
#no_zan {display:none;}
#zan font,#no_zan font {
	background:url("/base/images/webimg.gif?v=4f7cc031?v=4f7cc031") scroll no-repeat -829px -87px transparent;
	display:block;
	float:left;
	height:16px;
	line-height:16px;
	margin:0 4px 4px 0;
	padding:0 0 0 5px;
	_margin-right:2px;
}
#zan font b,#no_zan font b {
	background:url("/base/images/webimg.gif?v=4f7cc031?v=4f7cc031") scroll no-repeat right -87px #FFFFFF;
	display:block;
	float:left;
	padding:0 5px 0 0;
	color:#FFF;
	font-weight:normal;
}
#no_zan font{background-position:-829px -10px}
#no_zan font b{background-position:right -10px}

#sina_t_link{display:block;height:1px;overflow:hidden;position:absolute}
#sina_t_link:visited{height:2px;}

/* 弹出 */
#do_dig {background:url(/base/images/zan.gif?v=90a740a6) scroll no-repeat;width:66px;height:22px;text-indent:-9999px;display:block;float:left;}
#do_dig.gry {background:url(/base/images/zan_gry.gif?v=70179769) scroll no-repeat !important;}
#span_dig {margin:0 10px 0 5px;}
#icf_show {float: left; margin: 8px 10px 10px 0; height:22px; line-height:22px; _margin-right:5px;}
#icf_act {float:right; margin:8px 0 0 0;}
#icf_main {clear:both;}

/*创建资料的版规*/
#postNote{position: absolute; right: 0; top: 113px; width: 280px}
#postNote #elite a {text-decoration: underline; color:#BB2222}
#postNote h4{background:url(/base/images/redbg.jpg?v=8b59fe21)  repeat-x; padding: 4px 0 4px 14px; color: #FFF;  margin: 0; margin-top: 12px; font: 13px bold}
#postNote p{margin:0;padding:2px 10px;background: #EFEFEF}

/*自定链接样式*/
.customlink ul.custom_button{padding: 0;margin: 5px 0 0 10px;display: inline;float: left;list-style: none;}
    .customlink ul.custom_button li{float: left;margin-right: 5px;display: inline;}
    .customlink a.custom_button{float:left; display:inline-block;text-decoration: none; line-height: 30px; height: 30px; margin: 1px 0 0 0; padding: 0; font-size: 14px; font-weight: bold; background: url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -780px  -570px;}
    .customlink ul.custom_button.hover{boerder}
    .customlink a.custom_button span{display:inline-block; float:left; line-height: 30px; height:30px; overflow:hidden; margin-left:15px; padding:0 15px 0 0;background: url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat scroll right -570px transparent;}
    .customlink .icon{float:left; display:block; margin:5px  0; line-height: 20px; height:20px; width: 20px;background:url(/base/images/tv_logo.gif?v=0) scroll no-repeat 100px 100px}
	.customlink .playlink{background:url("/base/images/webimg.gif?v=4f7cc031?v=4f7cc031") scroll no-repeat -632px -310px;}
	.customlink .gamelink{background:url("/base/images/webimg.gif?v=4f7cc031?v=4f7cc031") scroll no-repeat -632px -245px;}
	.customlink .downlink{background:url("/base/images/webimg.gif?v=4f7cc031?v=4f7cc031") scroll no-repeat -633px -210px;}
	.customlink .onlineplay{background:url("/base/images/webimg.gif?v=4f7cc031?v=4f7cc031") scroll no-repeat -632px -278px;}
	.customlink .buylink{background:url("/base/images/webimg.gif?v=4f7cc031?v=4f7cc031") scroll no-repeat -632px -346px;}
    .customlink a.more{float:left;z-index:20;position:relative; border: 0;height: 35px;width: 28px;margin:1px 0 -1px 3px;background: url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat scroll 0 -330px transparent;}
    .customlink a.more.hover{background: url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat scroll -35px -330px transparent;}
    .customlink div.more_link ul{margin:1px 0 0 0;padding:0;display:block;position:absolute;background:#fff8ed;border:1px solid #b3b3b3; border-top:none;}
    .customlink div.more_link ul li{float:none;display:block;margin:0;padding:0;list-style:none;}
    .customlink div.more_link ul li a{text-decoration:none;display:block;margin:0;padding:0 15px 0 15px;height:24px;line-height:24px;overflow:hidden;}
    .customlink div.more_link ul li a:hover{background:#FDD455;}

.customlink .ul_2{float:left;list-style:none;padding:0;margin:0;width:100%;}
    .customlink .ul_2 li{float:left;margin:0 4px;padding:0 8px;height:25px;line-height:25px;*display:inline;*height:22px;*white-space:nowrap;}
    .customlink .ul_2 li a:link,.ul_2 li a:visited{color:#333;text-decoration:underline;}
    .customlink .ul_2 li a:hover,.ul_2 li a:active{color:#c00;text-decoration:underline;}
    .customlink .ul_2 .state a:link{color:#333;text-decoration:underline;}
    .customlink .ul_2 .state a:visited{color:#7f7f7f;text-decoration:none;}
    .customlink .ul_2 .state.new{background:url(/base/images/new.gif?v=ce3001bc) scroll no-repeat right top;}
    .customlink .tv_logo {float:left;display:block;padding-left:20px;line-height:20px;background-repeat:no-repeat}


/*自定义内页样式*/
#otheroperate .add_link{width:468px;height:18px;line-height:18px;padding:0;color:#a2a2a2;border:1px solid #ccc;}
#otheroperate .icons{font-size:14px;height:20px;line-height:20px;font-weight:bold;color:#7e7e7e;padding-left:20px;width:200px;margin:20px 0;;}
#otheroperate .playlink{background:url("/base/images/webimg.gif?v=4f7cc031?v=4f7cc031") scroll no-repeat -632px -310px;}
#otheroperate .gamelink{background:url("/base/images/webimg.gif?v=4f7cc031?v=4f7cc031") scroll no-repeat -632px -245px;}
#otheroperate .downlink{background:url("/base/images/webimg.gif?v=4f7cc031?v=4f7cc031") scroll no-repeat -632px -213px;}
#otheroperate .onlineplay{background:url("/base/images/webimg.gif?v=4f7cc031?v=4f7cc031") scroll no-repeat -632px -278px;}
#otheroperate .buylink{background:url("/base/images/webimg.gif?v=4f7cc031?v=4f7cc031") scroll no-repeat -632px -346px;}
#otheroperate .tudou_icon{padding-left:20px;background:url("/base/images/webimg.gif?v=4f7cc031?v=4f7cc031") scroll no-repeat -632px -182px;}

#hot_comment {
	padding: 10px;
}

#hot_comment li {
	border-bottom: 1px dotted #CCC;
	padding: 10px 0;
}

#hot_comment .left {
	float: left;
}

#hot_comment .right {
	float: right;
}

#hot_comment .comment_left {
	width: 60px;
}

#hot_comment .comment_left {
}

#hot_comment .comment_left {
}

#hot_comment .comment_left .user_name {
	height: 25px;
}

#hot_comment .comment_middle {
	padding: 0 100px 0 60px;
	*padding: 0;
}

#hot_comment .comment_middle .video_none {
	display: block;
	top: 0px;
	left: 90px;
	padding: 10px 20px;
	background: #FFFDEC;
	border: 1px solid #D3D3D3;
	margin: 0;
	text-align: center;
	_width: 160px;
}

#hot_comment .comment_middle .video_none .video_img a {
	margin:0 auto;
}

#hot_comment .comment_middle .video{position:relative;}
#hot_comment .comment_middle .image{position:relative;}
#hot_comment .comment_middle .video a.bgimg{background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -626px -405px;padding-left:25px;padding-top:3px;color:#cc0000;}
#hot_comment .comment_middle .image a.bgimg{background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -626px -380px;padding-left:25px;padding-top:3px;color:#cc0000;}
#hot_comment .comment_middle p {font-size: 14px;margin: 10px 0 5px;line-height: 150%;}
#hot_comment .comment_todo{padding: 10px 0 6px 0;color:#888;line-height:15px;line-height:18px\9;}
#hot_comment .comment_todo a.digup{background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -886px -167px;display:inline-block;padding-left: 20px;color:#333;}
#hot_comment .comment_todo a.digdown{background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -886px -188px;display:inline-block;padding-left: 20px;color:#333;}
#hot_comment .comment_todo a.diggedup{background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -980px -167px;display:inline-block;padding-left: 20px;color:#888;}
#hot_comment .comment_todo a.diggeddown{background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -980px -188px;display:inline-block;padding-left: 20px;color:#888;}
#hot_comment .comment_todo a.j-cmt-reply-btn{background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -886px -144px;display:inline-block;padding-left: 20px;color:#333;}

#hot_comment .comment_right {
	float: right;
}

#hot_comment .comment_extra {
	background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat scroll -265px -175px transparent;
	padding-left: 20px;
}

#hot_comment .leave_comment {
	display: block;
	width: 52px;
	height: 46px;
	margin-right: 10px;
	text-decoration: none;
	background: url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -600px -450px;
}

#hot_comment .leave_comment span {
	display: block;
	height:23px;
	line-height: 23px;
	width: 52px;
	text-align: center;
}

#hot_comment .leave_comment span.number {
	color: #CC3300;
}

#hot_comment .support_comment {
	display: block;
	width: 52px;
	height: 46px;
	margin-right: 10px;
	text-decoration: none;
	background: url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -600px -526px;
}

#hot_comment .support_comment span {
	display: block;
	height:23px;
	line-height: 23px;
	width: 52px;
	text-align: center;
}

#hot_comment .support_comment span.number {
	color: #2E6106;
}

.goup {
	display:inline-block;
	width:15px;
	height:16px;
	padding: 0;
	margin: 0;
	background: url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -598px -575px;
}

.godown {
	display:inline-block;
	width:15px;
	height:16px;
	padding: 0;
	margin: 0;
	background: url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -598px -595px;
}

.comment_buttun {
	display:inline-block;
	height:22px;
	line-height:22px;
	padding: 0 0 0 22px;
	background: url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat 0px -610px;
}

.comment_buttun span {
	display: inline-block;
	padding: 0 10px 0 0;
	height:22px;
	background: url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat right -610px;
}

.comment_more a:link, .comment_more a:visited {
	display:block;
	margin:10px;
	height:30px;
	text-align:center;
	font-size:14px;
	text-decoration:none;
	border:1px solid #EFEFEF;
	background: #eeeeee url(/base/images/comment_more_bg.gif?v=0) repeat-x 0 0;
}

.comment_more a:hover, .comment_more a:active {
	zoom: 1;
}

.comment_more a:link span, .comment_more a:visited span {
	font-weight: bold;
	color: #666666;
	display:block;
	height:30px;
	line-height: 30px;
	padding-right: 10px;
	width:100px;
	margin: 0 auto;
	background: url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) repeat-x right -105px;
}


.comment_more2 a:link, .comment_more2 a:visited {
	display:block;
	margin:10px;
	height:30px;
	text-align:center;
	font-size:14px;
	text-decoration:none;
	border:1px solid #EFEFEF;
	background: #eeeeee url(/base/images/comment_more_bg.gif?v=0) repeat-x 0 0;
}

.comment_more2 a:hover, .comment_more2 a:active {
	zoom: 1;
}

.comment_more2 a:link span, .comment_more2 a:visited span {
	font-weight: bold;
	color: #999999;
	display:block;
	height:30px;
	line-height: 30px;
	padding-right: 10px;
	width:100px;
	margin: 0 auto;
	background: url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) repeat-x right -130px;
}


.comment_more a:hover span, .comment_more a:active span {
	color: #333333;
}

.comment_loading {
	font-size: 14px;
	text-align: center;
}

.comment_loading img {
	vertical-align: middle;
}

/* 留言框上部评分功能样式 */
.cmt_status_contorl{padding:0 3px;}
.cmt_status_contorl .status_option{float:left;}
.cmt_status_contorl li{float:left;margin-right:20px;line-height:20px;*display:inline;}
.cmt_status_contorl li label{padding:0;margin:0;}
.cmt_status_contorl .tips{float:left;color:#c00;line-height:20px;*padding-top:2px;_padding-top:0;}
.cmt_status_show div{display:inline-block;*display:inline;*zoom:1;margin-right:10px;}
.cmt_status_show .otext{line-height:19px;*padding-top:2px;_padding-top:0;}


/* entry 资讯css */
.art_main{background:none repeat scroll 0 0 #FFFFFF;border:1px solid #CFCFCF;padding:15px 10px 10px 10px;}
.article li{
	padding:0;
    font-size:14px;
}
.article li.hover{
	height:32px;
	overflow:hidden;
	margin-bottom:-2px;
	z-index:1;
}
.article li a{
	width:auto;
	height:27px;
	overflow:hidden;
	margin:2px 5px 0 0;
	padding:0 10px;
	text-align:center;
	background:#fafafa;
	border:1px solid #D0D0D0;
	border-bottom:none;
	z-index:-1;
}
.article li.hover a{
	font-size:14px;
	height:30px;
	margin:0 5px 0 0;
	z-index:1;
}
.art_div li {
    float:left;
    margin-bottom:3px;
    padding-bottom:4px;
    width:100%;
}
.art_div li.list {
    padding-left:15px;
    background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -1068px -203px;
}
li.artImg{
    float:left;
    width:100px;
}
li.artWord{
    float:left;border-right:1px dashed #CCCCCC;margin-right:10px;padding-right:10px;overflow:hidden;width:200px;
}
a.icoWgt {
    background-position:-139px 0;
}
a.icoIta {
    background-position:-166px 0;
}
a.icoUln {
    background-position:-196px 1px;
}
a.icoUrl {
    background-position:-392px 1px;
}
a.icoMoveUrl {
    background-position:-486px 1px;
}
a.icoImg {
    background-position:-420px 1px;
}
a.icoSwf {
    background-position:-447px 1px;
}
.sepline {
    background-position:-476px 0;
    background-repeat:no-repeat;
    float:left;
    height:20px;
    margin-right:3px;
    margin-top:2px;
    width:4px;
}
.new_icons a {
    background-repeat:no-repeat;
    border-color:#EFEFEF #EFEFEF #F2F3F2;
    border-left:1px solid #EFEFEF;
    border-right:1px solid #EFEFEF;
    border-style:solid;
    border-width:1px;
    display:block;
    float:left;
    height:23px;
    width:23px;
}
.new_icons a,.edTb,.sepline{
    background-image:url(/base/images/editor_boolbar.gif?v=0);
}
.eMenu{position:absolute;margin-top: -2px;background:#FFFFFF;border:1px solid #C5C5C5;padding:4px}

#add ul{text-align:left;margin-left:10px;}
#add li{display:inline-block;margin:0 10px 20px;padding:0;*zoom:1;*display:inline;}
#add li a{display:inline-block;width:107px;height:60px;vertical-align:top;border:2px solid #fff;background: url(/base/images/add.gif?v=28e83a9d) no-repeat;}
#add li.highlight a{border:2px solid #c00;}
#add li a.movie{background-position:0 0;}
#add li.highlight a.movie, #add li a.movie:hover{background-position: 0 -60px;}
#add li a.tv{background-position: -107px 0;}
#add li.highlight a.tv, #add li a.tv:hover{background:background-position: -107px -60px;}
#add li a.game{background-position: -214px 0;}
#add li.highlight a.game, #add li a.game:hover{background-position: -214px -60px;}
#add li a.cartoon{background-position: -321px 0;}
#add li.highlight a.cartoon, #add li a.cartoon:hover{background-position: -321px -60px;}
#add li a.zongyi{background-position: -428px 0;}
#add li.highlight a.zongyi, #add li a.zongyi:hover{background-position: -428px -60px;}
#add li a.edu{background-position: -535px 0;}
#add li.highlight a.edu, #add li a.edu:hover{background-position: -535px -60px;}
#add li a.book{background-position: -642px 0;}
#add li.highlight a.book, #add li a.book:hover{background-position: -642px -60px;}
#add li a.kids{background-position: -749px 0;}
#add li.highlight a.kids, #add li a.kids:hover{background-position: -749px -60px;}

#imdb{display:none;width:380px;border:1px solid #DFDFDF;margin:10px auto;height:130px;}
.imdb_ins{background:url(/base/images/add.gif?v=28e83a9d) no-repeat 0 -128px;width:343px;height:32px;margin:30px auto;}
.imdb_ins .input_text{overflow:visible;border:0;width:278px;height:18px;line-height:18px;font-size:12px;margin:4px;padding:1px;vertical-align:middle;color:#888888;}
.imdb_ins .input_submit{border:0;width:40px;height:18px;line-height:18px;font-size:14px;font-weight:bold;color:#FFFFFF;background:none;margin:6px 0;padding:1px;}

/* entry 在线观看列表 css */
.customlink .ul_3{list-style:none;padding:0;margin:0;width:100%;text-align:justify;}
.customlink .ul_3 li{display:inline-block;vertical-align:top;width:105px;margin:0 9px 4px 0;padding:0 1px 0 0;text-align:center;}
.customlink .ul_3 li{*display:inline;}
a.text_link{display:inline-block;text-decoration:none;vertical-align:baseline;padding:5px 0;}
a.text_link:visited {color:#7f7f7f;text-decoration:none;}
.customlink .tv_logo {float:left;display:block;padding-left:20px;line-height:20px;background-repeat:no-repeat}

.video_4{}
	.video_4 a.image_link{display:inline-block;position:relative;}
		.video_4 a.image_link img{padding:1px;border:1px solid #d2d2d2;display:block;}
		.video_4 a.on img{border-color:#c00;}
        .video_4 a.image_link .image_bio{position:absolute;top:50%;margin-top:-0.9em;left:2px;width:100px;text-align:center;overflow:hidden;color:#fff;}
		.video_4 a.image_link .playbar{display:block;position:absolute;right:5px;bottom:8px;}
		.video_4 a.image_link .playbar .bg{display:block;height:28px;width:36px;overflow:hidden;background: url(/base/images/playicon.png?v=f8577fe7) no-repeat;cursor: pointer;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://v4.vcimg.com/base/images/playiconlink.png, sizingMethod='scale');_background:none;}
		.video_4 a.image_link:hover .playbar .bg{background-position:0 bottom;cursor: pointer;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://v4.vcimg.com/base/images/playiconhover.png, sizingMethod='scale');_background:none;}
        .video_4 a.image_link .bio{position:absolute;top:2px;left:2px;display:block;height:1.8em;line-height:1.8em;width:100px;overflow:hidden;color:#fff;

}
        .video_4 a.image_link .top-title{position:absolute;top:2px;left:2px;overflow:hidden;text-align:left;width:90px;color:#fff;padding:0 5px;height:1.8em;line-height:1.8em;background-color: rgba(0, 0, 0, .75);filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#BB000000,endColorStr=#BB000000);}
.right_box .main{
	padding: 5px 0;
}
.right_box .tvKink{
	padding:5px;
	height:35px;
	overflow:hidden;
}
.right_box .tvKink td{
	text-align:left;
}
.right_box .tvKink td b{
	font-weight:normal;
	color:#d2d2d2;
}
.right_box .tvKink td a{
	padding-left:3px;
}

.right_box .platform{
	padding:5px;
	height:59px;
	overflow:hidden;
}
.right_box .platform td{
	text-align:left;
}
.right_box .platform td b{
	font-weight:normal;
	color:#d2d2d2;
}
.right_box .platform td a{
	padding-left:3px;
}
.right_box .cat{
	height:157px;
	overflow:hidden;
	padding:5px;
}
.right_box .cat td{
	text-align:left;
}
.right_box .cat td b{
	font-weight:normal;
	color:#d2d2d2;
}
.right_box .cat td a{
	padding-left:3px;
}
.right_box .video_clips{
	display:block;
	padding:0 10px;
}


.right_box .video_clips li{
	display:block;
	width:232px;
	padding:10px 0;
	border-bottom:1px dotted #d2d2d2;
    height:auto;
}
.right_box .list{
	display:block;
	padding:0 3px;
}

.right_box .list li{
	display:block;
	width:244px;
	padding:10px 0;
	border-bottom:1px dotted #d2d2d2;
}
.right_box .video_clips li .image_link{
	display:block;
	float:left;
	position:relative;
	width:84px;
	height:64px;
}

.right_box .video_clips li .title{
	text-align:left;
	float:right;
	width:140px;
	overflow: hidden;
}
.right_box .video_clips li .title .ename,.right_box .video_clips li .title .info{
	color:#7f7f7f;
}
.right_box .list li .list_image{
	float:left;
	position:relative;
}
.right_box .list li .list_image .sort{
	width:25px;
	height:20px;
	overflow:hidden;
	text-decoration:none;
	color:#fff;
	background:#cccccc;
	text-align:center;
	position:absolute;
	top:2px;
	left:2px;
	font-size:14px;
	line-height:20px;
}
.right_box .list li .list_image a:hover{
	text-decoration:none;
}
.right_box .list li.hover .list_image .sort{
	background:#FF111E;
}
.right_box .list li .list_title{
	float:left;
	width:152px;
	padding:0 0 0 5px;
}
.right_box .list li .list_title .name,.list li .list_title .type,.list li .list_title .pub,.list li .list_title .score,.list li .list_title .count,.list li .list_title .want{
	line-height:1.6em;
}
.right_box .list li .list_title .score .score_count,.list li .list_title .want .want_count{
	color:#cc0000;
	font-size:12px;
	text-align:center;
}

/* base 侧边栏样式 */

.rightDiv{}
.rightBox .main{}
.rightBox .tableWrapper{padding:0 8px;}
.rightBox .rightTitle{margin:0;height:31px;overflow:auto;zoom:1;background:#bbb url(/base/images/rightTitlebg.gif?v=46e194ca) repeat-x left top;}
.rightBox .noBg{background:none;}
.rightBox .rightTitle h3{float:left;margin:0;height:31px;line-height:31px;padding-left:10px;font-size:14px;font-weight:bold;}
.rightBox .rightTitle h3 span{height:17px;padding-left:5px;border-left:5px solid #c00;}
.rightBox .rightTitle h3 span a{color:#464646;}
.rightBox .rightTitle h4{margin:0 10px 0 0;color:#c00;line-height:31px;float:right;font-weight:normal;font-size:12px;_display:inline;}
.rightBox .platform{padding:3px 0;margin:0 10px;color:#999;}
.rightBox .platform td b{color:#d2d2d2;}
.rightBox .tableWrapper .platform td a{padding-left:3px;}
.rightBox .list ul li{height:30px;overflow:auto;zoom:1;vertical-align: bottom;margin:0 10px;border-top:1px dotted #ccc;}
.rightBox .list ul li a, .rightBox .list ul li a:link{text-decoration:underline;}
.rightBox .list ul li a:hover{color:#c00;}
.rightBox .list ul li .left{float:left;line-height:30px;}
.rightBox .list ul li .right{display:block;float:right;width:50px;line-height:30px;height:30px;padding-left:20px;background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -430px -350px;}
.rightBox .ztList .firstLi{margin:0 10px;padding:5px 0;border-top:1px dotted #ccc;border-bottom:1px dotted #ccc;height:102px;overflow:hidden;}
.rightBox .ztList .firstLi .left{float:left;width:122px;height:102px;}
.rightBox .ztList .firstLi .left img{width:120px;height:100px;border:1px solid #ccc;}
.rightBox .ztList .firstLi .right{height:90px;overflow:hidden;}
.rightBox .ztList .firstLi .right strong{line-height:18px;}
.rightBox .ztList .firstLi .right p{margin:0;color:#666;line-height:18px;}
.rightBox .ztList .firstLi .right{float:right;width:100px;margin:3px 0;}
.rightBox .ztList li.otherLi{margin:0 10px;padding:5px 0;line-height:1.8em;height:1.8em;overflow:hidden;border-bottom:1px dotted #ccc;background:url(/base/images/index/side_list_bg.png?v=3d8fef1e) repeat-x 0 bottom;}
.rightBox .ztList li.otherLi a{padding-left:15px;background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -1068px -203px;}
.rightBox .ztList li.otherLi a:hover{color:#c00}

/* 侧边栏二维码 */
.rightDiv .qrcode {
    margin: 4px;
    height: 80px;
    float: left;
    position: inherit;
}
.rightDiv .qrcode_img {
    width: 80px;
    position: absolute;

}
.rightDiv .qrcode_text{
    float: right;
    font-size: 16px;
    padding: 18px 30px;
    position: inherit;
}
.rightDiv .qrcode_text p {
    margin-bottom: 5px;
}

/* 侧边栏想看看过再看 */
.rightDiv .dosomething{}
.rightDiv .dosomething ul{}
.rightDiv .dosomething li{display:inline-block;}
.rightDiv .dosomething li{*display:inline;}

/* base 首页主体样式 */
.leftTitle{margin:0;height:40px;}
.leftTitle h3{float:left;margin:0;height:40px;line-height:40px;padding-left:10px;font-size:14px;}
.leftTitle h3 span{height:17px;padding-left:5px;border-left:5px solid #c00;}
.leftTitle h4{margin:0 10px 0 0;color:#c00;height:40px;float:right;font-weight:normal;font-size:12px;_display:inline;}
.video_nav{display:inline-block;margin-top:10px;}
.video_nav a{display:block;float:left;width:26px;height:19px;margin:0 1px;}
.video_nav a.prev{background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -425px -420px;}
.video_nav a.prev:hover{background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -425px -450px;}
.video_nav a.next{background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -425px -480px;}
.video_nav a.next:hover{background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -425px -510px;}
.video_now{display:inline-block;margin:7px 5px;_margin:0;}
.video_now a{display:block;float:left;width:7px;height:7px;margin:0 3px;background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -425px -590px;}
.video_now a.now, .video_now a:hover{background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -425px -560px;}

.tishi{text-align:center;font-size:14px;color:#666;height:116px;padding-top:20px;margin-top:15px;line-height:1.6;background:url(/base/images/tishibg.gif?v=b766c3ab) no-repeat center center;}

.custom_button {position:relative;}
.custom_button li a {position:relative;float:left;display:block;font-size:14px;line-height:30px;height:30px;padding:0 10px;border:1px solid #b3b3b3;background:#fff;color:#333;_margin-bottom:-1px;}
.custom_button li a:hover, .custom_button li.now a{color:#c00;border-bottom:1px solid #fff8ed;background:#fff8ed;text-decoration: none;}
.tv_logo{float:left;display:block;width:60px;height:22px;line-height:22px;}

.rightDiv ul.entry_ul_1{}
.rightDiv ul.entry_ul_1 li{padding:8px 0;margin:0 10px;border-top:1px dotted #ccc;;overflow:hidden;}
.rightDiv ul.entry_ul_1 .li_img{display:inline-block;vertical-align:top;width:80px;height:60px;overflow:hidden;padding:1px;border:1px solid #e2e2e2;}
.rightDiv ul.entry_ul_1 .li_img{*display:inline;}
.rightDiv ul.entry_ul_1 .li_img img{}
.rightDiv ul.entry_ul_1 .li_text{display:inline-block;vertical-align:top;line-height:160%;margin-left:5px;width:140px;overflow:hidden;}
.rightDiv ul.entry_ul_1 .li_text{*display:inline;}

/*侧边栏观看历史4.19*/
.history-list{}
	.history-list ul{}
	.history-list li{padding:3px 0;margin:0 10px;height:72px;position:relative;*vertical-align:middle;}
	.history-list li.on{background:#ffeed4;}
	.history-list li .close{cursor:pointer;position:absolute;right:5px;top:5px;width:10px;height:10px;background:url(/base/images/close-2.gif?v=6d57ea77) no-repeat center center;}
	.history-list .img-div{position:absolute;width:52px;height:72px;}
	.history-list .img-div img{height:70px;width:50px;border:1px solid #c6c6c6;}
	.history-list .info-div{padding-left:58px;line-height:1.8em;color:#7e7e7e;}
	.history-list .info-div .one-line,.history-list .info-div .go_on{display:block;height:1.6em;line-height:1.6em;overflow:hidden;}
	.history-list .info-div strong{font-size:14px;}
.slide_content{position:relative;overflow: hidden;}
.slide_content_loading{position:absolute;width:248px;height:156px;background:url(/global/images/loading_1.gif?v=a51c5608) no-repeat scroll center center #fff;z-index:2;}
.entry_ul_1_nav{padding:8px 0;margin:0 10px;border-top:1px dotted #ccc;}
.entry_ul_1_nav .left{float:left;}
.entry_ul_1_nav .right{float:right;}
.entry_ul_1_nav .prev a{float:left;margin-right:5px;display:block;width:51px;height:19px;background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -425px -67px;}
.entry_ul_1_nav .prev a.over{background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -425px -96px;cursor:default;}
.entry_ul_1_nav .next a{float:left;display:block;width:51px;height:19px;background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -425px -125px;}
.entry_ul_1_nav .next a.over{background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -425px -154px;cursor:default;}

.rightDiv .actor_grey a{color:#666;text-decoration:none;}
.rightDiv .actor_grey a:hover{text-decoration:underline;}
.rightDiv .tv_title{padding-left:18px;background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -632px -404px;}

.i_side_nav li{margin-bottom:5px;}
.i_side_nav a{position:relative;display:block;height:34px;border:1px solid #d9d9d9;padding-left:10px;line-height:34px;font-size:12px;background:url(/base/images/button.gif?v=8725865f) repeat 0 0;}
.i_side_nav a:hover, .i_side_nav a.now{text-decoration:none;border:1px solid #eec142;background:url(/base/images/button_now.gif?v=1d0622fb) repeat 0 0;}
.i_side_nav a .pic{position:absolute;display:block;width:9px;height:9px;top:13px;right:10px;background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -764px -273px;}
.i_side_nav a:hover .pic, .i_side_nav a.now .pic{background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -764px -245px;}
ul#want_movie {letter-spacing:-.333em;}
ul#want_movie li{letter-spacing:normal;vertical-align:top;width:120px;padding:0 5px 15px;margin:10px 0;text-align:center;display:inline-block;border-bottom:1px dotted #d9d9d9;}
ul#want_movie li{*display:inline;}

.usernews_main{position:relative;margin:15px 0 5px;padding:10px 10px 5px;background:#f6f6f6;border:1px solid #e1e1e1;display:inline-block;*zoom:1;*display:inline;}
.usernews_main{*display:inline;}
.usernews_main .boxtop{position:absolute;display:block;width:23px;height:10px;background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -766px -320px;top:-10px;left:30px;}
.usernews_main .boxlt{position:absolute;display:block;width:4px;height:4px;background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -766px -342px;top:-1px;left:-1px;}
.usernews_main .boxrt{position:absolute;display:block;width:4px;height:4px;background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -766px -366px;top:-1px;right:-1px;}
.usernews_main .boxlb{position:absolute;display:block;width:4px;height:4px;background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -766px -390px;bottom:-1px;left:-1px;_bottom:-12px;}
.usernews_main .boxrb{position:absolute;display:block;width:4px;height:4px;background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -766px -414px;bottom:-1px;right:-1px;_bottom:-12px;}
li.usernews{padding:10px 0;border-bottom:1px dotted #c7c7c7;}
.usernews_more a{display:block;margin:10px 0;height:34px;line-height:34px;color:#333;border:1px solid #d9d9d9;background:url(/base/images/button.gif?v=8725865f) repeat 0 0;text-align:center;font-weight:bold;font-size:14px;}
.usernews_more a:hover{color:#c00;text-decoration:none;}
.usernews_more a span{display:inline-block;height:34px;line-height:34px;padding-right:15px;background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat right -103px;}

.newer{margin-bottom:10px;width:345px;border:1px solid #cfcfcf;padding:4px;}
.newer_img{width:120px;overflow:hidden;float:left;}
	.newer_img img{width:120px;}
.newer_text{width:210px;float:right;}
	.newer_text h3{margin:0;padding:0;font-size:14px;line-height:160%;border-bottom:1px dotted #ccc;}
	.newer_text p{font-size:14px;line-height:20px;margin:5px 0;padding:0;height:60px;overflow:hidden;color:#7d7d7d;}
.event_title h2 {color:#333;font-size:14px;line-height:20px;margin:5px 5px 7px;padding:0;text-align:left;}
.older{float:left;width:210px;height:253px;overflow:hidden;margin:0 10px;padding:10px 0;_display:inline;}
.list_line{float:left;width:10px;height:253px;overflow:hidden;background:url(/base/images/old_list.jpg?v=6f135ecf) no-repeat center center;}
	.older h3{font-size:14px;margin:3px 0;padding:0;}
.font_red{color:#c00;}
.list_first{padding:10px 0;border-bottom:1px dotted #cdcdcd;}
.list_first_img{float:left;width:100px;height:100px;overflow:hidden;}
.list_first_text{float:right;width:100px;height:98px;overflow:hidden;}
.list_other li{height:35px;line-height:35px;border-bottom:1px dotted #cdcdcd;background:url(/base/images/list_other_bg.jpg?v=59875526) repeat-x 0 0;}
.list_other li a{padding-left:10px;background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -1070px -205px;}
.group_bg_img{background:url(/base/images/user_img_bg.jpg?v=fa7ba68d) no-repeat 0 0;padding:5px 0 0 6px;}
.activitie_button{margin:5px auto;display:block;width:172px;height:32px;background:url(/base/images/events_button.jpg?v=2e9d14a9) no-repeat 0 0;}

/*侧边栏样式*/
.side_list_2{}
.side_list_2 ul li{height:30px;overflow:hidden;zoom:1;vertical-align: bottom;margin:0 10px;border-bottom:1px dotted #ccc;}
.side_list_2 ul li.last{border:none !important;}
.side_list_2 ul li a, .rightBox .list ul li a:link{text-decoration:none;}
.side_list_2 ul li a:hover{color:#c00;}
.side_list_2 ul li .left{float:left;line-height:30px;width:170px;overflow:hidden;}
.side_list_2 ul li .right{display:block;float:right;width:50px;font-size:11px;-webkit-text-size-adjust: none;line-height:30px;height:30px;text-align:right;color:#888}

/*新浪微博登录后的entry*/
.login_from_sina .sina_login_button a{margin-bottom:10px;display:block;height:34px;width:172px;background:url(/base/images/sina_login_button.gif?v=95fbc884) no-repeat 0 center;}
.login_from_sina .sina_bind_button a{margin-bottom:10px;display:block;height:34px;width:172px;background:url(/base/images/sina_bind_button.gif?v=8f32afad) no-repeat 0 center;}
.login_from_sina ul{padding:0 5px;border-bottom:1px solid #adb9c2;}
.login_from_sina li{float:left;height:26px;overflow:visible;*overflow:hidden;}
.login_from_sina li a{display:block;width:50px;height:25px;border:1px solid #dbdbdb;border-bottom:none;color:#3a3535;text-align:center;margin:0 1px;text-decoration:none;background:url(/base/images/webimg_2.gif?v=bd0e58ae) repeat-x 0 -50px;}
.login_from_sina li a.hover{border-color:#adb9c2;border-bottom:1px solid #fff;position:relative;background:url(/base/images/webimg_2.gif?v=bd0e58ae) repeat-x 0 0;text-decoration:none;}
.login_from_sina .sub{display:block;height:30px;width:100px;padding:0;margin:0;text-indent:-9999px;border:0;background:url(/base/images/score_sub.gif?v=0515880e);}
.login_from_sina #sinat_username{margin:0;}
.login_from_sina #sinat_username span{display:inline-block; height: 30px; line-height: 30px; overflow: hidden;}

/*TAB切换 5959*/
.tab-nav-1{}
.tab-nav-1 ul{margin-bottom:-1px;position:relative;}
.tab-nav-1 li{float:left;margin-right:5px;}
.tab-nav-1 li a{font-size:14px;float:left;display:block;border:1px solid #cfcfcf;height:30px;line-height:30px;padding:0 10px;background:#efefef;}
.tab-nav-1 a:link, .tab-nav-1 a:hover, .tab-nav-1 a:active, .tab-nav-1 a:visited{text-decoration:none;}
.tab-nav-1 a:hover{color:#c00;}
.tab-nav-1 li.on a{color:#c00;font-weight:bold;background:#fff;border-bottom:1px solid #fff;}

/* 收藏小贴士 */
#collectiontips{position: absolute;border: 1px solid #DFBCA6;background: #FAE8CA;height: 55px;z-index: 9;}
    #collectiontips a img,
    #collectiontips a:active img,
    #collectiontips a:hover img,
    #collectiontips a:active img,
    #collectiontips a:hover img,
    #collectiontips a:active img {border:0px; background-color: #FAE8CA;}
    #collectiontips div.delta{position: absolute;height: 5px;width: 7px;top: -5px;left: 15px;background: url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat scroll -1068px -300px transparent;) no-repeat scroll 0% 0% transparent;}
    #collectiontips a.close{position: absolute;display: block;padding: 3px 5px 0pt 3px;width: 5px;height: 15px;right: 3px;top: 3px;background: #FAE8CA;}

/* 合作页 */
.video-main {
    height: 470px;
    padding: 0 20px;
    background: #333333; /* old browsers */
    background: -moz-linear-gradient(top, #1e1e1e 0%, #5c5c5c 100%);
    /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e1e1e),
        color-stop(100%, #5c5c5c) ); /* webkit */
    filter: progid :   DXImageTransform.Microsoft.gradient (
        startColorstr =
         '#1e1e1e', endColorstr =   '#5c5c5c', GradientType =   0 ); /* ie */
}

.video-main .left {
    float: left;
    width: 170px;
    min-height: 100px;
    padding-top: 50px;
    text-align: center;
    overflow: hidden;
}

.video-main .ad {
    display: inline-block;
    margin: 0 auto;
}

.video-main .right {
    float: right;
    width: 170px;
    min-height: 100px;
    padding-top: 50px;
    text-align: center;
    overflow: hidden;
}

.video-main .main {
    overflow: hidden;
}

.video-main .main h1 {
    font-size: 14px;
    margin: 15px 0;
    color: #d3d3d3;
}

.video-main .main .player {
    height: 410px;
    width: 600px;
    margin: 0 auto;
}

.video-list {
    background: #d3d3d3;
    padding: 10px;
}

.video-list .left {
    float: left;
    width: 25px;
    height: 75px;
}

.video-list .left a {
    display: block;
    height: 100%;
    width: 100%;
    border: 1px solid #ccc;
    background:
        url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031)
        no-repeat scroll -705px -170px #efefef;
}

.video-list .left span {
    display: block;
    height: 100%;
    width: 100%;
}

.video-list .right {
    float: right;
    width: 25px;
    height: 75px;
}

.video-list .right a {
    display: block;
    height: 100%;
    width: 100%;
    border: 1px solid #ccc;
    background:
        url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031)
        no-repeat scroll -755px -170px #efefef;
}

.video-list .right span {
    display: block;
    height: 100%;
    width: 100%;
}

.video-list .left a:hover,.video-list .right a:hover {
    background-color: #fff;
}

.video-list .main {
    padding: 0 5px;
    overflow: hidden;
}

.video-list .main ul {
    position: relative;
    height: 79px;
    overflow: hidden;
    letter-spacing: -.333em;
}

.video-list .main ul li {
    text-align: center;
    width: 12.5%;
    display: inline-block;
    letter-spacing: 0;
    *width: 12.4%;
}

.video-list .main ul li {
    *display: inline;
}

/*弹出框“登录”按钮*/
.alert_login_btn{
	display:inline-block;
	vertical-align:middle;
}
.alert_login_btn input{
	display:block;
	margin:0 5px 0 0;
	padding:0;
	border:0;
	width:61px;
	height:30px;
	line-height:30px;
	font-size:14px;
	text-align:center;
	background:url(/base/images/alert_login_btn.gif?v=95fbcfab) no-repeat center center;
}
/* 观看/收藏按钮 */
.red_btn{display:inline-block;height:29px;line-height:29px;padding-left:5px;background:url(/base/images/button-bg.gif?v=7839fe03) repeat-x 0 -50px #c00;}
.red_btn strong{display:inline-block;height:29px;line-height:29px;font-weight:bold;font-size:14px;color:#fff;padding-right:5px;background:url(/base/images/button-bg.gif?v=7839fe03) repeat-x right -50px #c00;}
a.red_btn:link,a.red_btn:hover,a.red_btn:active,a.red_btn:visited{text-decoration:none;}
.grey_btn{display:inline-block;height:29px;line-height:29px;padding-left:5px;background:url(/base/images/button-bg.gif?v=7839fe03) repeat-x 0 -100px #ccc;}
.grey_btn strong{display:inline-block;height:29px;line-height:29px;font-weight:bold;font-size:14px;color:#333;padding-right:5px;background:url(/base/images/button-bg.gif?v=7839fe03) repeat-x right -100px #ccc;}
a.grey_btn:link,a.grey_btn:hover,a.grey_btn:active,a.grey_btn:visited{text-decoration:none;}

/* 返回顶部 */

html{
    _background:url(/base/stylesheets/blank?v=0) fixed;
}
a#gotop{
    background-color: #ccc;
    border-radius: 10px 10px 10px 10px;
    bottom: 10px;
    display: block;
    font-family: Arial;
    right: 10px;
    line-height: 46px;
    margin-right: 0;
    padding: 10px 0;
    position: fixed;
    z-index:10;
    text-align: center;
    width: 60px;
    _position:absolute;
    _bottom:auto;
    _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)) - 10);
}
a#gotop:hover{
	background-color: #ccc;
}
a#gotop:hover em{
    color: #fff;
}
a#gotop span{
    cursor: pointer;
    display: block;
    height: 40px;
    padding: 0 0 0 10px;
}
a#gotop em{
    color: #eee;
}
a#gotop em.tr{
    display: block;
    font-size: 74px;
    height: 27px;
    margin: 0 0 0 2px;
    *margin-left:-8px;
    padding: 0;
    overflow: hidden;
    text-align: left;
    width: 40px;
}
a#gotop .tube{
    display: block;
    font-size: 30px;
    height: 20px;
    margin: -10px 0 0 5px;
    *margin-left:-2px;
    padding: 0;
    overflow: hidden;
    text-align: left;
    width: 40px;
}
.hot_search_keywords{width:auto !important;height:18px;line-height:18px;overflow:hidden;margin-top:5px;padding-left:10px;}

/********************
重构添加
********************/

.link_001 a{display: inline-block; height: 23px; line-height:23px; background: url(/base/images/button-bg.gif?v=7839fe03) no-repeat 0 -250px #c00; padding: 0 0 0 10px; color: #fff; }
    .link_001 a span{display: inline-block; height:23px; line-height: 23px; cursor: pointer; padding: 0 10px 0 0; background: url(/base/images/button-bg.gif?v=7839fe03) no-repeat right -250px #c00; color: #fff; }
    .link_001 a:link,
    .link_001 a:visited,
    .link_001 a:hover,
    .link_001 a:active,
    .link_001 a:link span,
    .link_001 a:visited span,
    .link_001 a:hover span,
    .link_001 a:active span{color: #fff; text-decoration: none;}


/*预告片按钮*/
a.watch_trailer{display:inline-block;width:68px;height:25px;padding-left:32px;line-height:25px;color:#c00;text-decoration:none;background:url(/global/images/btn_sprites.gif?v=0e6b1a3a) no-repeat 0 -1120px;}
a.watch_trailer:link,
a.watch_trailer:hover,
a.watch_trailer:active,
a.watch_trailer:visited{text-decoration:none;color:#c00;}
a.watch_trailer_shot{display:inline-block;width:42px;height:23px;padding-left:30px;line-height:23px;color:#c00;text-decoration:none;background:url(/global/images/btn_sprites.gif?v=0e6b1a3a) no-repeat 0 -1080px;}
a.watch_trailer_shot:link,
a.watch_trailer_shot:hover,
a.watch_trailer_shot:active,
a.watch_trailer_shot:visited{text-decoration:none;color:#c00;}
.on_watch_trailer{padding-top:3px;}
.on_watch_trailer .watch_trailer{height:19px;padding-left:20px;line-height:19px;background: url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -1062px -632px;}

/*TOPBAR用户登录后模块的修改*/
#header_div .mainDiv{overflow:visible;position:relative;}
#header_login .user_name_div{float:left;position:relative;z-index:6;margin-right:5px;}
#header_login .user_name_div a.user_name{float:left;display:block;padding:0 5px;color:#333;border-radius:2px;border:1px solid #f4f4f4;}
#header_login .user_name_div a.user_name:hover,
#header_login .user_name_div a.user_name:active{background:#d9d9d9;border-color:#d9d9d9;}
#header_login .user_name strong{float:left;display:block;padding-right:5px;font-weight:bold;height:1.6em;overflow:hidden;}
#header_login .user_name_div a.user_name:hover strong{color:#333;} 
#header_login a.user_name span{float:left;display:block;margin-top:7px;width:10px;height:5px;line-height:0;font-size:0;background:url(/base/images/icon_sprites.gif?v=8ec4f2e1) no-repeat 0 -350px;}
#header_login .user_name_div .user_more_info{display:none;}
#header_login .user_more_info{position:absolute;z-index:6;min-width:75px;width:100%;top:24px;left:0;_width:expression(this.parentNode.offsetWidth+"px");}
#header_login .user_more_info ul{border:1px solid #ccc;border-radius:0 0 2px 2px;overflow:hidden;margin:0;padding:0;box-shadow: 0 -1px 3px #d5d5d5;}
#header_login .user_more_info li{border-bottom:1px solid #f1f1f1;list-style:none;}
#header_login .user_more_info li.last{border-bottom:0;border-radius:0 0 2px 2px;overflow:hidden;}
#header_login .user_more_info a{display:block;height:30px;line-height:30px;padding:0 10px;background:#fff;white-space:nowrap;color:#333;}
#header_login .user_more_info a:hover{background:#fff9ed;color:#c00;}

#header_login .user_name_div_on{float:left;position:relative;z-index:6;margin-right:5px;}
#header_login .user_name_div_on a.user_name{_height:19px;_overflow:hidden;position:relative;z-index:7;float:left;display:block;margin-bottom:-2px;padding:0 5px 5px;border-radius:2px 2px 0 0;color:#333;border:1px solid #d9d9d9;background:#fff;border-bottom:0;box-shadow: 0 -1px 3px #d5d5d5;}
#header_login .user_name_div_on .user_more_info{display:block;}
#header_login .red{color:#c00;}
#header_login a:hover .red{color:#fff !important;}
#header_login .uchome_link{font-size:12px;}
#header_login .uchome_link:hover{background:none !important;color:#333 !important;}
#header_login .uchome_link:hover span.red{color:#c00 !important;}
#header_login .uchome_link img{vertical-align: -5px;*vertical-align:-3px;}

/*平台图标*/
.pl_icon{display:block;height:16px;width:16px;background-repeat:no-repeat;background-image:url(/base/images/platform_logo.png?v=660f75c4);_background-image:url(/base/images/platform_logo.gif?v=b15564dc);background-position:0 -1450px;}
.pl_163 .pl_icon{background-position:0 0px;}
.pl_56 .pl_icon{background-position:0 -50px;}
.pl_youku .pl_icon{background-position:0 -100px;}
.pl_tudou .pl_icon{background-position:0 -150px;}
.pl_sohu .pl_icon{background-position:0 -200px;}
.pl_sina .pl_icon{background-position:0 -250px;}
.pl_qiyi .pl_icon{background-position:0 -300px;}
.pl_ku6 .pl_icon{background-position:0 -350px;}
.pl_letv .pl_icon{background-position:0 -400px;}
.pl_qq .pl_icon{background-position:0 -450px;}
.pl_xunlei .pl_icon{background-position:0 -500px;}
.pl_pptv .pl_icon{background-position:0 -550px;}
.pl_m1905 .pl_icon{background-position:0 -600px;}
.pl_joy .pl_icon{background-position:0 -650px;}
.pl_pps .pl_icon{background-position:0 -700px;}
.pl_smgbb .pl_icon{background-position:0 -750px;}
.pl_hualu5 .pl_icon{background-position:0 -800px;}
.pl_verycd .pl_icon{background-position:0 -850px;}
.pl_imgo .pl_icon{background-position:0 -900px;}
.pl_cntv .pl_icon{background-position:0 -950px;}
.pl_ifeng .pl_icon{background-position:0 -1100px;}
.pl_buytickets .pl_icon{background-position:0 -1000px;}
.pl_download .pl_icon{background-position:0 -1050px;}
.pl_zongheng .pl_icon{background-position: 0 -1150px;}
.pl_17k .pl_icon{background-position: 0 -1200px;}
.pl_funshion .pl_icon{background-position: 0 -1250px;}
.pl_bilibili .pl_icon{background-position: 0 -1300px;}
.pl_wasu .pl_icon{background-position: 0 -1350px;}
.pl_yyt .pl_icon{background-position: 0 -1400px;}

/* 小的带有播放平台的观看按钮 */
.small_watch_button{display:inline-block;margin-right:5px;vertical-align:top;width:91px;height:28px;line-height:27px;}
.small_watch_button a{display:inline-block;vertical-align:top;width:91px;height:28px;line-height:27px;background:url(/global/images/btn_sprites.gif?v=0e6b1a3a) no-repeat 0 -880px;}
.small_watch_button a:link,
.small_watch_button a:hover,
.small_watch_button a:active,
.small_watch_button a:visited{text-decoration:none;}
.small_watch_button .pl_icon{float:left;margin:6px 0 0 7px;*display:inline;}
.small_watch_button .pl_xunlei .pl_icon{background-position:-50px -500px;}
.small_watch_button .pl_pps .pl_icon{background-position:-50px -700px;}
.small_watch_button .pl_buytickets .pl_icon{background-position:-50px -1000px;margin:6px 0 0 6px !important;width:18px; }
.small_watch_button .btn_text{float:left;width:66px;text-align:center;color:#fff;*padding-top:3px;_padding-top:0;}

/*对购票按钮单独处理*/
.pl_buytickets .pl_icon{display:block;height:17px;width:21px; margin:7px 3px 0px 11px !important;background-position:0 -1000px; *display:inline;}

/*用户注册登录*/
.other_account{border-top:1px #ccc dashed; margin-top:10px;padding:10px 0 0 0;color:#888;}
.other_account a{vertical-align:middle;display:inline-block;margin-right:3px;}
.other_account a:hover{text-decoration:none}

/* 小的想看按钮 */
.fav_div{display:inline-block;position:relative;vertical-align:top;*display:inline;*zoom:1;}
.small_fav_button{display:inline-block;width:37px;height:28px;line-height:27px;padding-left:25px;color:#333;font-size:12px;text-decoration:none;overflow:hidden;background: url(/global/images/btn_sprites.gif?v=0e6b1a3a) no-repeat scroll 0 -960px;*padding-top:3px;_padding-top:0;}
a.small_fav_button:hover{background-position:0 -1000px;}
a.small_fav_button:link, a.small_fav_button:hover, a.small_fav_button:active, a.small_fav_button:visited{text-decoration:none;color:#333;}
.small_fav_button_cancel{display:inline-block;width:87px;height:28px;line-height:27px;color:#333;font-size:12px;text-decoration:none;vertical-align:top;overflow:hidden;background: url(/global/images/btn_sprites.gif?v=0e6b1a3a) no-repeat scroll 0 -1040px;}
.small_fav_button_cancel strong{float:left;width:50px;text-align:center;color:#666;*padding-top:3px;_padding-top:0;}
.small_fav_button_cancel a{float:left;width:36px;text-align:center;overflow:hidden;*padding-top:3px;_padding-top:0;*width:34px;}
.watch_btn{display:inline-block;width:60px;height:24px;line-height:22px;padding-left:25px;text-decoration:none !important;color:#fff !important;background:url(/global/images/btn_sprites.gif?v=0e6b1a3a) no-repeat 0 -640px;*padding-top:3px;_padding-top:0;}
.search_btn{display:inline-block;width:60px;height:24px;line-height:22px;padding-left:25px;text-decoration:none !important;color:#fff !important;background:url(/global/images/btn_sprites.gif?v=0e6b1a3a) no-repeat 0 -720px;*padding-top:3px;_padding-top:0;}




/*同步到用户操作*/
.wish_to{position:relative;z-index:5;top:5px;}
.wish_to .wish_bg{position:absolute;border:1px solid #dfbca6;background:#fae8ca;height:22px;width:94px;top:0;left:0;padding:2px 2px 2px 8px;font-size:12px;font-weight:normal;}
.wish_to .wish_img{position:absolute;width:7px;height:5px;background:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031) no-repeat -1068px -300px;top:-5px;left:14px;}
.wish_to_con span{vertical-align:middle;}
.wish_to_con input{float:left}
.wish_to .wish_to_con{_position:absolute;_top:5px;}
.wish_to_con a{display:inline-block;padding-left:3px;*padding-right:5px}
.wish_to_con a:hover{display:inline-block;text-decoration:none;}
.submit_div .wish_to_con,.btn .wish_to_con{height:23px;display:inline-block;vertical-align:2px;_vertical-align:middle;}
.btn .wish_to_con{padding-right:3px}

/* 控制icon的样式 */
.t_icon,.t_icon_gray a:hover span.t_icon{width:16px;height:16px;display:inline-block;background-image:url(/base/images/entry/wish_weib.png?v=babdbe63);background-repeat:no-repeat;}
.sinat_icon,.t_icon_gray a:hover span.sinat_icon_gray{background-position:0 0;}
.qqt_icon,.t_icon_gray a:hover span.qqt_icon_gray{background-position:-26px 0;}
.renren_icon,.t_icon_gray a:hover span.renren_icon_gray{background-position:-52px 0;}

.sinat_icon_gray{background-position:0 -18px;}
.qqt_icon_gray{background-position:-26px -18px;}
.renren_icon_gray{background-position:-52px -18px;}

/* 添加文章页和流口水分享到 */
#otheroperate td .wish_to_con{font-size:12px;vertical-align:3px;*vertical-align:5px;}

/* 三角形向右箭头 */
.arrow_black_right{display:inline-block;width:5px;height:9px;background:url(/base/images/icon_sprites.gif?v=8ec4f2e1) no-repeat 0 -150px}

/*留口水添加图片模块*/
.comment_upload_img{position:absolute;width:614px;height:210px;}
.comment_upload_img .show_img{border:1px solid #ccc;padding:10px;font-size:12px;width:590px;height:115px;overflow:hidden;}
.comment_upload_img .show_img ul{position:relative;white-space:nowrap;overflow-x:scroll;overflow-y:hidden;width:590px;height:115px;}
.comment_upload_img .show_img li{display:inline-block;margin:0 3px;text-align:center;*display:inline;*zoom:1;*margin:0;}
@media \0screen{
    .comment_upload_img .show_img li{display:table-cell;padding:0 5px;}/* HACK FOR IE8 */
}
.comment_upload_img .show_img li{display:table-cell\9;padding:0 5px\9;}/* HACK FOR IE9 */

.comment_upload_img .show_img .top_block{display:inline-block;position:relative;}
.comment_upload_img .show_img .close{position:absolute;display:block;width:11px;height:11px;top:2px;right:2px;background:url(/base/images/icon_sprites.gif?v=8ec4f2e1) no-repeat 0 -200px;}
.comment_upload_img .show_img a.img_link{display:inline-block;margin-bottom:3px;}
.comment_upload_img .show_img a.img_link img{display:inline-block;width:60px;height:60px;padding:1px;border:1px solid #ccc;text-decoration:none!important;background:url(/global/images/loading_1.gif?v=a51c5608) no-repeat center center;}
.comment_upload_img .show_img a.img_link:hover img{border-color:#c00;}
.comment_upload_img .show_img a.title_link{text-decoration:underline;}
.comment_upload_img .show_img a.title_link:hover{color:#c00;}
.comment_upload_img .show_img a.on{color:#c00;text-decoration:none;}
.comment_upload_img .upload_img{position:relative;border:1px solid #ccc;border-top:none;background:#efefef;padding:9px 10px 8px;font-size:12px;width:590px;height:55px;overflow:hidden;}
.comment_upload_img .upload_img .input_left{float:left;margin-right:8px;}
.comment_upload_img .upload_img .add_img_net{margin-bottom:5px;height:25px;overflow:hidden;}
.comment_upload_img .upload_img .add_img_net .img_radio{float:left;margin:3px 3px 3px 1px;*margin-top:0;}
.comment_upload_img .upload_img .add_img_net .img_label{float:left;}
.comment_upload_img .upload_img .add_img_net .img_input{float:left;padding:2px;width:400px;height:16px;}
.comment_upload_img .upload_img .add_img_net .img_submit{float:left;}
.comment_upload_img .upload_img .add_img_local{height:25px;overflow:hidden;}
.comment_upload_img .upload_img .add_img_local .img_radio{float:left;margin:3px 3px 3px 1px;*margin-top:0;}
.comment_upload_img .upload_img .add_img_local .img_label{float:left;}
.comment_upload_img .upload_img .add_img_local .img_input{float:left;padding:2px;}
.comment_upload_img .upload_img .add_img_local .img_submit{float:left;}
.comment_upload_img .arrow{position:absolute;width:17px;height:9px;top:-8px;left:22px;background:url(/base/images/icon_sprites.gif?v=8ec4f2e1) no-repeat 0 -300px;}
.comment_upload_img .block_close{position:absolute;top:-18px;right:5px;}
.comment_upload_img .block_close a{color:#666;text-decoration:none !important;}
.comment_upload_img .block_close a:hover{color:#333;}
.comment_upload_img .upload_tips{position:absolute;top:1px;left:1px;width:610px;height:135px;background:#fff;text-align:center;line-height:135px;font-size:14px;}

/*留口水添加视频模块*/
.comment_upload_video{position:absolute;width:614px;height:210px;}
.comment_upload_video .show_video{border:1px solid #ccc;padding:3px 5px;font-size:12px;width:600px;height:134px;overflow:hidden;}
.comment_upload_video .show_video ul{position:relative;white-space:nowrap;overflow-x:scroll;overflow-y:hidden;height:133px;width:600px;}
.comment_upload_video .show_video li{display:inline-block;border:1px solid #fff;margin:0 2px;padding:5px 5px 3px;text-align:center;}
.comment_upload_video .show_video li{display:table-cell\9;padding:5px 7px\9;}/* HACK FOR IE9 */
.comment_upload_video .show_video li{*display:inline;*zoom:1;*padding:5px 5px 3px;}/* HACK FOR IE6/7 */

.comment_upload_video .show_video li.on{background:#ffeed2;border-color:#fddeab;}
.comment_upload_video .show_video .top_block{display:inline-block;position:relative;}
.comment_upload_video .show_video .close{position:absolute;display:block;width:11px;height:11px;top:2px;right:2px;background:url(/base/images/icon_sprites.gif?v=8ec4f2e1) no-repeat 0 -200px;}
.comment_upload_video .show_video a.video_link{display:inline-block;margin-bottom:3px;}
.comment_upload_video .show_video a.video_link img{display:inline-block;padding:1px;border:1px solid #ccc;text-decoration:none!important;background:url(/global/images/loading_1.gif?v=a51c5608) no-repeat center center;}
.comment_upload_video .show_video a.video_link:hover img{border-color:#c00;}
.comment_upload_video .show_video a.video_link .play_btn{position:absolute;display:block;width:36px;height:28px;left:50%;top:50%;margin:-14px 0 0 -18px;}
.comment_upload_video .show_video a.video_link .play_btn .bg{display:block;width:36px;height:28px;background:url(/base/images/playicon.png?v=f8577fe7) no-repeat 0 0;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://v4.vcimg.com/base/images/playiconlink.png, sizingMethod='scale');_background:none;}
.comment_upload_video .show_video a.video_link:hover .play_btn .bg{background-position:0 -28px;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://v4.vcimg.com/base/images/playiconhover.png, sizingMethod='scale');_background:none;}
.comment_upload_video .show_video a.video_link .black_title{position:absolute;left:2px;top:56px;height:1.8em;line-height:1.8em;padding-left:2px;width:98px;overflow:hidden;text-align:left;color:#fff;white-space:normal;background:rgba(0,0,0,0.6);filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#88000000,endColorStr=#88000000)\0;*top:56px;}
.comment_upload_video .show_video a.title_link{text-decoration:underline;}
.comment_upload_video .show_video a.title_link:hover{color:#c00;}
.comment_upload_video .show_video a.on{color:#c00;text-decoration:none;}
.comment_upload_video .upload_video{position:relative;border:1px solid #ccc;border-top:none;background:#efefef;padding:10px;font-size:12px;width:590px;height:47px;overflow:hidden;}
.comment_upload_video .upload_video .tips{height:20px;line-height:20px;color:#666;}
.comment_upload_video .upload_video .input_left{float:left;width:520px;}
.comment_upload_video .upload_video .add_video_net{height:25px;margin:0 0 5px;}
.comment_upload_video .upload_video .add_video_net .video_input{float:left;padding:3px;width:410px;margin-left:10px;display:inline;color:#888;vertical-align:top;}
.comment_upload_video .upload_video .add_video_net .video_submit{float:left;}
.comment_upload_video .arrow{position:absolute;width:17px;height:9px;top:-8px;left:110px;background:url(/base/images/icon_sprites.gif?v=8ec4f2e1) no-repeat 0 -300px;}
.comment_upload_video .block_close{position:absolute;top:-18px;right:5px;}
.comment_upload_video .block_close a{color:#666;text-decoration:none !important;}
.comment_upload_video .block_close a:hover{color:#333;}
.comment_upload_video .upload_tips{position:absolute;top:1px;left:1px;width:610px;height:140px;background:#fff;text-align:center;line-height:140px;font-size:14px;}

/*Entry新观看按钮与收藏按钮 20110908*/
.entry_watch_btn{display:inline-block;height:32px;vertical-align:top;margin-right:10px;}

.entry_watch_link_2{float:left;width:113px;height:32px;line-height:32px;background:url(/global/images/btn_sprites.gif?v=0e6b1a3a) no-repeat 0 -800px;}
.entry_watch_link_2:hover{background-position:0 -840px;}
.entry_watch_link_2:link,
.entry_watch_link_2:hover,
.entry_watch_link_2:active,
.entry_watch_link_2:visited{text-decoration:none;}
.entry_watch_link_2 .pl_icon{float:left;margin:8px 5px 0 14px;*display:inline;}
.entry_watch_link_2 .entry_watch_text{float:left;width:72px;text-align:center;font-size:14px;font-weight:bold;color:#fff;}

/* 口水回复样式优化 */
.comment .reply_form .comment_left{*position:absolute;}

/* 留口水添加视频模块增加视频分类 */
.video_type{float:left;width:78px;padding:1px;}

/* 视频添加 */
.v_add{font-size:16px;font-weight:bold;}
.v_type{margin-top:20px;padding-bottom:8px;}
.v_type .red{font-size:12px;}
.v_type label{padding-right:10px;}
.v_type span,.v_link span{display:inline-block;padding-left:3px;font-size:14px;}
.v_link .button{height:28px;width:70px;}
#show_succeed{padding:20px;}
.v_otheroperate #show_title_notice{margin-left:10px;}
#otheroperate .v_uploadsucimgback{background:none;}

/* 视频list */
.v_tabchange{border-bottom:1px solid #ccc;margin-bottom:10px;}

/* 视频播放页 */
.v_player_title{padding-bottom:8px;}
.v_player_title b{font-size:16px;color:#333;}
.v_player_con{width:450px;overflow:hidden;cursor:text;}
.v_player_con .block_title{height:21px;overflow:hidden;float:left;width:500px;overflow:hidden;}
.v_player_con .block_title h1{font-size:16px;color:#999;margin:0;padding:0;float:left}
.link_3 a b{*padding-top:1px;}

/* 图片视频批量删除 */
.bulk_del_btn{text-align:right;padding-bottom:15px;padding-left:10px;}
.bulk_del_btn label{padding-right:6px;}
.bulk_del_btn input,.bulk_del_btn span{vertical-align:middle;}
.bulk_delete li a.image_link,.image_2_link{position:relative;display:inline-block;}
.bulk_ipt{position:absolute;top:1px;left:-18px;width:13px;height:13px;}

/* 图片视频list排序 */
.bulk_del_btn .list_order{float:left;padding:0;margin-bottom:0;border-bottom:0;font-size:0;}
.bulk_del_btn .list_order a{font-size:12px;}

/* entry口水排序模块 */
.yule_info_page{padding-bottom:8px;}
.yule_info_page .more{margin-top:4px;}
.saliva_tab_change .tab-nav-1{border-bottom:1px solid #ccc;}

/*首页专题广告轮换*/
.event_ad{position:relative;display:block;height:101px;width:258px;margin-bottom:10px;overflow:hidden;border: 1px solid #ccc;}
.event_ad_main{position: absolute;z-index:1;}
.event_ad_main li{height:101px;width:258px;overflow: hidden;vertical-align:top;}
.event_ad_main li a{display:block;height:101px;width:258px;overflow: hidden;}
.event_ad_main li img{border: 1px solid #fff;}
.event_ad_nav{position:absolute;bottom:3px;right:3px;z-index:2;}
.event_ad_nav li{float:left;display:inline-block;width:13px;height:13px;margin-left:3px;}
.event_ad_nav li a{display: block;height:13px;width:13px;line-height:13px;background:#fff;text-align:center;text-decoration:none !important;}
.event_ad_nav li.on a,
.event_ad_nav li a:hover{color:#fff;background:#c00;}

/* 商品list模块 */
.products_col_wrap{display:inline;float:left;width:192px;margin-right:17px;}
.products_list_wrap .bulk_del_btn{padding-left:0;}
.products_box{position:relative;width:192px;margin-bottom:10px;}
.products_box .hd{width:192px;height:6px;font-size:0;line-height:0;background:url(/base/images/entry/products_icons.jpg?v=1df2af00) no-repeat 0 0;}
.products_box .bd{width:190px;border-left:1px solid #d6d6d6;border-right:1px solid #d6d6d6;}
.products_box .ft{width:192px;height:15px;background:url(/base/images/entry/products_icons.jpg?v=1df2af00) no-repeat 0 -6px;}
.products_ct{padding:0 5px;}
.products_img{position:relative;width:180px;}
.products_img img{width:180px;}
.pro_price,.set_cover{position:absolute;float:left;bottom:5px;right:0;height:18px;line-height:18px;padding:0 3px;background:#898989;opacity:0.75;filter:alpha(opacity=75);border-radius:2px;color:#fff;}
.cmt_single_products .pro_price{right:2px;bottom:5px;}
.goods_title{text-align:left;padding:4px 5px 0;margin-top:5px;line-height:16px;background:#f1f1f1;}
.goods_title a:hover{color:#333;text-decoration: underline;}
.favorite_div{padding-top:5px;line-height:17px;}
.favorite_div a.more{color:#da0000;}
.favorite_div .red{text-decoration:underline;}
.goods_fav{cursor:pointer;}
.goods_fav_gray{cursor:default;}
.goods_fav,.goods_fav_gray{float:left;height:18px;overflow:hidden;}
.goods_fav .fav_img,.goods_fav_gray .fav_img{float:left;width:30px;padding:1px 0 2px 22px;padding-top:2px\9;_padding-top:1px;line-height:15px;text-align:left;color:#fff;background-image:url(/global/images/btn_sprites.gif?v=0e6b1a3a);background-repeat:no-repeat;}
.goods_fav .fav_img{background-position:0 -1175px;}
.goods_fav .fav_count,.goods_fav_gray .fav_count{float:left;overflow:hidden;height:16px;padding:0 3px 0;line-height:16px;font-weight:bold;color:#da0000;border-top:1px solid #e20100;border-right:1px solid #e20100;border-bottom:1px solid #e20100;border-radius:0 3px 3px 0;}
.goods_fav_gray .fav_img{background-position:0 -1203px;}
.goods_fav_gray .fav_count{color:#5e5e5e;border-top:1px solid #9a9a9a;border-right:1px solid #9a9a9a;border-bottom:1px solid #9a9a9a;}
.goods_fav .fav_count:hover,.goods_fav_gray .fav_count:hover{text-decoration:none;}
.products_delete{display:inline-block;width:17px;height:17px;position:absolute;top:9px;right:9px;background:url(/base/images/entry/sprites.gif?v=90b31fd9) no-repeat 0 -550px;cursor:pointer;}

/* 信息提示 */
.layer_message_box{position:absolute;z-index:9999;padding:5px 1px;line-height:17px;border-radius:3px;border:1px solid #ffcc00;background:#fff9f0;}
.layer_message_box li{padding:5px 10px;color:#333;line-height:14px;white-space:nowrap;}
#header_div .layer_message_box li a{color:#c00;}
.layer_message_box li a:hover,#header_div .layer_message_box li a:hover{background:none !important;text-decoration:underline !important;color:#c00 !important;}
.layer_message_box .close_tip,.layer_message_box .close_tip:hover,#header_div .layer_message_box .close_tip,#header_div .layer_message_box .close_tip:hover{position:absolute;top:5px;right:5px;width:11px;height:11px;background:url(/feed/images/feed_icon.gif?v=8698f502) no-repeat;}
.layer_message_box .close_tip,#header_div .layer_message_box .close_tip{background-position:-20px -20px;}
.layer_message_box .close_tip:hover,#header_div .layer_message_box .close_tip:hover{background-position:-20px 0;background-color:none !important;}
#header_div .layer_message_box{top:30px;}

/* 浮层样式 */
.feed_tips_box{width:275px;padding:10px;}
.feed_tips_box .haddle_btn{height:24px;text-align:right;overflow:hidden;}
.feed_tips_box .other_btn{padding-top:10px;padding-bottom:4px;}
.feed_tips_box .declist{padding-top:10px;}
.feed_tips_box dl{line-height:20px;margin-bottom:6px;}
.feed_tips_box .face{float:left;width:54px;margin:4px 10px 0 0;display:inline;}
.feed_tips_box .face img{vertical-align:top;}
.feed_tips_box .entry_face a,.feed_tips_box .entry_face strong{display: block;}
.feed_tips_box .entry_face strong{margin:-20px 2px 0;color:#fff;position:relative;zoom:1;text-align:center;line-height:18px;background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);background:#000\9;filter:Alpha(opacity=60)\9;}
.feed_tips_box .name{font-weight:bold;font-size:12px;}
.feed_tips_box em.gray{padding:0 4px;}
.feed_tips_box .links p{float:left;}
.feed_tips_box .intro{border-top:1px solid #eee;padding-top:6px;color:#999;}
.feed_tips_box .status_tip{float:left;}
.feed_tips_box .female_icon,
.feed_tips_box .male_icon,
.status_tip .red_icon,
.status_tip .blue_icon,
.status_tip .green_icon{display:inline-block;background-image:url(/base/images/webimg.gif?v=4f7cc031?v=4f7cc031);background-repeat:no-repeat;vertical-align:middle;}
.feed_tips_box .female_icon,
.feed_tips_box .male_icon{width:14px;height:14px;margin-right:4px;}
.status_tip .red_icon,
.status_tip .blue_icon,
.status_tip .green_icon{width:10px;height:10px;margin-right:3px;vertical-align: -2px;*vertical-align: middle;}
.feed_tips_box .female_icon{background-position:-137px -626px;}
.feed_tips_box .male_icon{background-position:-166px -626px;}
.status_tip .red_icon{background-position:-210px -626px;}
.status_tip .blue_icon{background-position:-240px -626px;}
.status_tip .green_icon{background-position:-270px -626px;}
.status_tip .red_tip,
.status_tip .blue_tip,
.status_tip .green_tip{vertical-align:-1px;*vertical-align:1px;_vertical-align:2px;}
.status_tip .red_tip{color:#c70000;}
.status_tip .blue_tip{color:#007ec0;}
.status_tip .green_tip{color:#2f5c00;}

/* 关注按钮 */
.person_info .haddle_btn{padding:8px 0 3px;text-align:center;}
.person_info .red:hover{color:#c00;}
.haddle_btn em{padding:0 4px;}

.haddle_btn .addicon,
.haddle_btn a:hover .addicon,
.haddle_btn .addicon_a,
.haddle_btn a:hover .addicon_a{display:inline-block;margin-right:3px;line-height:0;font-size:0;background:url(/global/images/add_icon.gif?v=65e8e8b1) no-repeat;*zoom:1;vertical-align:-1px;}

.haddle_btn .addicon,
.haddle_btn a:hover .addicon{width:10px;height:10px;}
.haddle_btn .addicon{background-position:0 -20px;}
.haddle_btn .light_addbtn:hover .addicon,
.haddle_btn .deep_addbtn .addicon,
.haddle_btn .deep_addbtn:hover .addicon{background-position:0 -60px;}

.haddle_btn .addicon_a,
.haddle_btn a:hover .addicon_a{width:13px;height:9px;}
.haddle_btn .addicon_a{background-position:0 0;}
.haddle_btn .light_addbtn:hover .addicon_a,
.haddle_btn .deep_addbtn .addicon_a,
.haddle_btn .deep_addbtn:hover .addicon_a{background-position:0 -40px;}

.haddle_btn .addbtn_dgray,.haddle_btn .addbtn_dred{display:inline-block;width:13px;height:9px;margin-right:3px;line-height:0;font-size:0;background:url(/global/images/add_icon.gif?v=65e8e8b1) no-repeat;vertical-align:-1px;}
.haddle_btn .addbtn_dgray{background-position:0 -80px;}
.haddle_btn .addbtn_dred{background-position:0 0;}

.haddle_btn .addicon_c{display:inline-block;width:11px;height:12px;margin:3px 2px 0 0;line-height:0;font-size:0;background:url(/global/images/add_icon.gif?v=65e8e8b1) no-repeat 0 -100px;vertical-align:-2px;*vertical-align:middle;}

/* 关注按钮 */
.light_addbtn,.light_addbtn:hover,
.deep_addbtn,.deep_addbtn:hover,
.addbtn_even{display:inline-block;height:20px;padding:1px 5px;border-radius:2px;line-height:20px;_padding-top:3px;_height:18px;overflow: hidden;}
.light_addbtn{background:#ffe7e7;border:1px solid #fdd3d3;color:#c90000 !important;}
.light_addbtn:hover{background:#d00000;border:1px solid #e85d5d;color:#fff !important;text-decoration:none;}
.deep_addbtn{background:-webkit-linear-gradient(top,#b11010,#db0707);
    background:-moz-linear-gradient(top,#b11010,#db0707);
    background:-o-linear-gradient(top,#b11010,#db0707);
    background:#b11010\9;border:1px solid #db0707;color:#fff !important;}
.deep_addbtn:hover{background:-webkit-linear-gradient(top,#db0707,#b11010);
    background:-moz-linear-gradient(top,#db0707,#b11010);
    background:-o-linear-gradient(top,#db0707,#b11010);
    background:#db0707\9;border:1px solid #db0707;color:#fff !important;text-decoration:none;}
.addbtn_even{background:#f8f8f8;border:1px solid #ddd;color:#73797c;}
.light_addbtn em{color:#ff9797;}
.deep_addbtn em{color:#ff5151;}

/* 留口水处用户头像 */
.comment_left .face img{border:1px solid #ccc;padding:2px;}
.comment_left .face a:hover img{border:1px solid #adff2f;}

/* sina视频缩略图 */
.show_video_thumb{width:144px;height:104px;}
.show_video_thumb a,.show_video_thumb a:hover{display:block;border:1px solid #ccc;padding:1px;}
.show_video_thumb a:hover{display:block;border:1px solid #adff2f;padding:1px;}
.show_video_thumb a img{display:block;}

/* 当前位置添加关注按钮 */
#location_div .haddle_btn{display:inline-block;*display:inline;*zoom:1;margin-left:6px;vertical-align:top;vertical-align:middle\9;}
.mb10{margin-bottom:10px;}

/* 心情 */
.comment_main .cmt_layout .arrow,.mood_arrow{position:relative;float:left;*display:inline;overflow:hidden;color:#f9f9f9;}
.comment_main .cmt_layout .arrow em,.feed_lists .cmt_layout .arrow span,.repeat .arrow span,.mood_arrow em,.mood_arrow span{height:10px;font-family:"SimSun";font-size:21px;display:block;overflow:hidden;}
.addline{color:#E6E6E6;}

.fr{float:right;}
.mood{position:absolute;float:left;z-index:10;}
.mood_btn{display:inline-block;width:65px;height:21px;line-height:18px;margin-right:5px;padding-top:2px;overflow:hidden;background:url(/feed/images/sprites.png?v=06dd4081) no-repeat -161px -140px;color:#8e8e8e !important;}
.mood_btn:hover{background-position:-161px -165px;text-decoration:none;}
.mood_btn img{margin:0 2px;vertical-align:middle;}
.layer_mood{position:absolute;left:0;top:30px;padding:4px 8px 7px;border:1px solid #e1e1e1;background:#fff;white-space:nowrap;}
.mood_list{margin-top:4px;font-size:0;float:left;border-style:solid none none solid;border-width:1px;border-color:#ffe1b3;}
.mood_list li{padding:0 !important;margin:0;border:0;display:inline-block;*display:inline;*zoom:1;vertical-align:top;}
.mood_list li a,.mood_list li a.default{display:block;width:18px;height:18px;padding:3px;border-style:none solid solid none;border-width:1px;border-color:#ffe1b3;text-align:center;font-size:12px;color:#8e8e8e;}
.mood_list li a:hover,.mood_list li a.default{position:relative;text-decoration:none;border-style:solid;border-color:#db0000;line-height:18px;margin:-1px 0 0 -1px;}
.mood_arrow{position:absolute !important;left:47px;top:25px;width:15px;height:6px;}
.mood_list li img{display:block;}
.mood_arrow span{color:#fff;margin-top:-8px;}

/* 回复框 */
.comment_main .input{background:#e1e1e1;padding:8px 8px 0;margin-top:12px;font-size:12px;*zoom:1;}
.comment_main .input .reply_box{width:100%;border:1px solid #cacaca;color:#9a9a9a;background:#fff;overflow:hidden;}
.comment_main .input .action{height:22px;padding:4px 0}
.comment_main .input .action .reply_submit{width:46px;height:22px;background: url(/base/images/button-bg.gif?v=7839fe03) no-repeat 0 -150px #CC0000;border: 0 none;color: #FFFFFF;line-height: 22px;margin: 0;padding: 0;}
.comment_main .input textarea{float:left;width:100%;height:5em;border:none;color:#bbb;vertical-align:top;line-height:19px;}


/* 筛选按钮自适应 */
.radio_btn{height:23px;line-height:23px;overflow: hidden;}
.radio_btn a{margin-right:-1px;display:inline-block;vertical-align:top;height:21px;line-height:21px;border:1px solid #d7d7d7;padding-left:10px;overflow:hidden;font-size:12px;background:url(/global/images/btn_bg.gif?v=5c8fb3b1) no-repeat 0 -201px #d7d7d7;color:#333;text-decoration:none !important;}
.radio_btn a span{display:inline-block;vertical-align:top;height:21px;line-height:21px;padding-right:10px;overflow:hidden;background:url(/global/images/btn_bg.gif?v=5c8fb3b1) no-repeat right -201px #d7d7d7;}
.radio_btn a:hover,
.radio_btn a.on{position:relative;display:inline-block;vertical-align:top;height:21px;line-height:21px;border:1px solid #f52310;padding-left:10px;overflow:hidden;background:url(/global/images/btn_bg.gif?v=5c8fb3b1) no-repeat 0 -150px #f52310;color:#fff !important;text-decoration:none !important;}
.radio_btn a:hover span,
.radio_btn a.on span{display:inline-block;vertical-align:top;height:21px;line-height:21px;padding-right:10px;overflow:hidden;background:url(/global/images/btn_bg.gif?v=5c8fb3b1) no-repeat right -150px #f52310;}

/* 美剧套头 */
.us_header{width:990px; margin:0 auto;text-align:left;}
.us_header .us_banner{padding:10px 0;}
.us_banner .us_logo{width:270px;height:60px; overflow:hidden; float:left;}
.us_bar{height:34px; margin-bottom:10px; background:url(/base/images/meiju/bar_bg.jpg?v=24f8a738) repeat-x; overflow:hidden;}
.us_bar .list{ padding:0 10px; line-height:34px; overflow:hidden;}
.us_bar .list,.us_bar .ul,.us_bar .ul li,.us_bar .us_search,.us_bar .us_keyword{float:left;}
.us_bar .ul a{font-size:14px;font-weight:bold;color:#333;padding:0 10px; line-height:34px; float:left; }
.us_bar .ul a:hover,.us_bar .ul a.hover{text-decoration:none;height:34px;color:#fff;background:url(/base/images/meiju/bar_hover_bg.jpg?v=26b468b6) repeat-x;}
.us_bar .ul a.hover{background:url(/base/images/meiju/bar_active_bg.jpg?v=141e29c7) repeat-x;}
.us_bar .us_search{width:254px; height:22px; padding:2px; margin-top:4px; display:inline; overflow: hidden; background:url(/base/images/meiju/bar_input.jpg?v=425c9513) no-repeat; position:relative; }
.us_bar .us_search input{width:225px; _width:220px; height:21px; line-height:21px; _line-height:24px; padding-left:5px; color:#333; border:none; float:left; }
.us_bar .us_search button{width:19px; height:18px; margin:2px 3px 0 0; border:none; cursor:pointer; background:url(/base/images/meiju/bar_search.jpg?v=330c83e3) no-repeat; float:right; }
.us_bar .us_keyword{width:237px; width:231px\9; padding-left:10px; line-height:33px; overflow:hidden;}
.us_bar .us_keyword a{margin:0 4px;}
.us_header .korean_active a:hover{background:url(/base/images/hanju/bar_hover_bg.jpg?v=54aaa425) repeat-x;}

/* 观看历史 */
.us_history .func{ padding:10px 10px 0; }
.us_history .func .right{ float: right;}
.us_history .func .right em{ padding:0 5px; font-style:normal; color:#e0e0e0;}
.us_history .func .right img{ margin-left:2px; vertical-align:-1px; }
.us_history .empty{ text-align: center; font-size:14px; color:#8d8d8d; padding:10px 0 20px; }
.us_history .list{ padding:5px 0 15px 0; }
.us_history .list ul{padding-left:5px; }
.us_history .list li{ width:470px; height:32px; line-height:32px; padding-left:10px; position:relative; overflow:hidden; float: left; }
.us_history .list .name{ font-size:14px; color:#323232; font-weight: bold;}
.us_history .list span a{ color: #c00; margin:0 5px; }
.us_history .list .hover{ background-color:#ffeed4; }
.us_history .list .hover a.x{ width:9px;height:10px; display:block; background: url(/base/images/meiju/us_x.jpg?v=01b6ead7) no-repeat; position:absolute; right: 5px; top: 5px; }
.us_history .list .black{ color:#333; }
.us_history .us_hide{ border-top:1px #cfcfcf solid; position:relative;}
.us_history .us_hide a{ width: 12px; text-align: right; background: #fff; display:block; position:absolute; right: 0; top: -6px; }


/* 美剧周播表 */
.us_week_list .titles{height:31px; padding-left:10px; font-size:16px; font-weight:bold; line-height:31px; overflow:hidden; background:url(/base/images/meiju/week_title_bg.png?v=7022fe2d) repeat-x;}
.us_week_list .week_list{margin:8px; overflow:hidden;}
.us_week_list .week_list ul{ margin-bottom:-1px;  }
.us_week_list .week_list li{  padding:1px; border-bottom:1px dashed #efefef; }
.us_week_list .week_box{ background-color: #e2e2e2;}
.us_week_list .active{ background-color: #be0000;}
.us_week_list .week_box .date{width:105px; padding:15px 0 0 15px;float: left;}
.us_week_list .week_box .day{ color: #333;}
.us_week_list .week_box .day span{width: 50px; height: 20px; text-align: center; margin-left: 10px; display:inline-block; border-radius:4px; background-color: #f1f1f1; }
.us_week_list .active .day span{ background-color: #ff7c81; }
.us_week_list .active .day{ color: #fff;}
.us_week_list .week_box .list{margin-left: 120px; _width:564px; padding:15px 0px 15px 5px; font-size: 14px; line-height:20px; overflow: hidden; background-color: #fff;}
.us_week_list .active .list{background-color: #FFF9ED;}
.us_week_list .week_box .list ol{ width:580px;}
.us_week_list .week_box .list li{ width:188px; border:none; float:left;}
.us_week_list .week_box .list li.red span{ color: #c00;}
.us_week_list .week_box .list span{ font-size:12px; color:gray;}
.us_week_list .week_box .list em{font-style:normal; font-size:12px; padding:0 5px 0 10px; color: #e2e2e2;}

/*热门TOP10*/
.us_sidebar_hot{overflow:hidden;}
/*new*/
.us_side_list{float:left;width:250px;padding-bottom:12px;}
.us_side_list ul{margin-bottom:-1px;}
.us_side_list li{vertical-align:top;}
.us_side_list a{display:block;padding:0 10px;margin:2px 0 0;}
.us_side_list .us_list_ins{border-bottom:1px dotted #ccc;}
.us_side_list li.last .us_list_ins{border-bottom:none;}
.us_side_list a:link, .us_side_list a:hover, .us_side_list a:active, .us_side_list a:visited{text-decoration:none;}
.us_side_list .us_list_top{height:24px;line-height:24px;padding:1px 0 2px;overflow:hidden;}
.us_side_list .us_li_view_num{float:right;width:42px;text-align:right;color:#888;overflow:hidden;font-size:11px;-webkit-text-size-adjust: none;}
.us_side_list .us_li_title{padding-right:43px;}
.us_side_list .us_li_title strong{font-weight:bold;}
.us_side_list .compositor{margin-top:3px;}

.us_side_list .us_list_main{height:72px;padding:3px 0 5px;display:block;}
.us_side_list .us_li_img{float:left;width:55px;}
.us_side_list .us_li_info{padding-left:58px;color:#666;}
.us_side_list .us_folder_info{padding-left:80px;padding-top:0px;color:#666;}
.us_side_list .us_li_info span{display:block;height:18px;line-height: 18px;overflow: hidden;}
.us_side_list .us_li_info em{font-style:normal; color:#c00;}

/* 韩剧 */
.korean{ padding: 15px 0; }
.korean a:hover,
.korean_right a:hover { color: #0669bd!important; }
/* 韩剧套头 */
.korean_bar{}
.korean_bar .ul a.hover{background:url(/base/images/hanju/bar_active_bg.jpg?v=c40f227c) repeat-x;}

/* 韩剧 连载更新 */
.korean .title{ padding: 0 15px 5px; }
.korean .title .condition{ float: right; }
.korean .title .condition b,
.notice_list b{ color: #b4b4b4; font-weight: normal; padding: 0 5px; }
.notice_list .des,.notice_list .des a { color: #888; }
.korean .title h2{ font-size: 16px; font-weight: bold; }

.korean .list_wrap ul,
.list_wrap_rec ul{ padding-left: 15px; }
.korean .list_wrap li{ width: 142px; height: 150px; margin:10px 18px 2px 0; *display: inline; float: left; }
.korean .list_wrap .mode_2 li{ height: 155px; }
.korean .list_wrap .korean_imgs,
.korean .list_wrap_rec .korean_imgs{ width: 140px; height: 100px; margin-bottom: 5px; border: 1px solid #e0e0e0; display: block; overflow: hidden; }
.korean .list_wrap .korean_imgs .item_cover,
.korean .list_wrap_rec .korean_imgs .item_cover{ width: 136px; height: 96px; margin: 2px; overflow: hidden; position: relative; }

/* 韩国电影 */
.six_list_modle .sm{float:left;width:117px;height:175px;padding:10px 0;overflow:hidden;color:#666;text-align:center;}
.six_list_modle .sm .bio{text-align:center;margin-top:5px;padding:0 3px;height:3.6em;overflow:hidden;}
.six_list_modle .sm .bio strong{display:block;font-weight:bold;height:auto;line-height:1.8em;overflow:visible;}
.six_list_modle .sm .bio span{display:block;height:1.6em;line-height:1.6em;overflow:hidden;}
.six_list_modle .sm .bio a span,
.six_list_modle .sm .bio span a,
.six_list_modle .sm .bio span a:hover{color:#666;}
.six_list_modle .sm .bio span a:hover{text-decoration: underline;}
.six_list_modle .sm .entry_cover .play_ico_middle { margin: -25px 0 0 -20px; background-position: 0 -62px; }

.six_list_modle .bm{float:left;width:320px;height:175px;padding:10px 0px 10px 15px;overflow:hidden;line-height: 20px;color:#666;}
.six_list_modle .bm a{color: #666;}
.six_list_modle .bm_left{padding-right: 16px;}
.six_list_modle .bm .info{margin-left:135px;margin-right:10px;padding:4px 0 0;}
.six_list_modle .bm h3 a{font-size:14px;font-weight:bold;color:#333;}
.six_list_modle .bm li.actor{height:43px;}
.six_list_modle li.actor .grey{display: inline-block; width: 37px; vertical-align: top;}
.six_list_modle li.actor .text{display: inline-block; width: 128px; vertical-align: top;}
.six_list_modle .platform_btn{ padding-top:4px; }
.six_list_modle .platform_btn a{white-space: nowrap;display:inline-block;margin-right:5px;margin-bottom: 3px;padding:0 0.8px;height:20px;line-height:20px;text-decoration:none;border:1px solid #d3d3d3;border-radius:2px;background:url(/base/images/xialabg.gif?v=14aacbec) repeat-x 0 bottom;color:#333;}
.six_list_modle .platform_btn a:hover{color:#c00;background:url(/base/images/xialabg_hover.gif?v=7c3f6c0e) repeat-x 0 bottom;}
.six_list_modle .platform_btn a .pl_icon{display:inline-block;vertical-align:text-top;margin-right:4px;*vertical-align:middle;*margin-top:2px;}

/* 鼠标经过播放按钮 */
.list_wrap .korean_imgs:hover,
.list_wrap_rec .korean_imgs:hover{ border: 1px solid #adff2f; }
.list_wrap .korean_imgs:hover .item_cover,
.list_wrap_rec .korean_imgs:hover .item_cover{background-color: #000;}
.list_wrap .korean_imgs:hover .item_cover img,
.list_wrap_rec .korean_imgs:hover .item_cover img{background-color: black;opacity: .7;filter: Alpha(opacity=70);}
.korean .play_ico_middle{ width: 0; height: 0; position: absolute; left: 50%; top: 50%; background: url(/global/images/play_ico.png?v=835fd18f) no-repeat;_background-image:url(/global/images/play_ico.gif?v=2bb125e4);cursor: pointer; }
.korean .korean_imgs:hover .play_ico_middle{ width: 41px; height: 41px; margin:-25px 0 0 -20px; background-position: 0 -62px; }
.korean .list_wrap .korean_imgs img{ margin:-2px 0 0 -7px; }
.korean .list_wrap .bg,
.korean .list_wrap .text,
.korean .list_wrap_rec .bg,
.korean .list_wrap_rec .text{ width: 136px; height: 20px; overflow: hidden; display: block; position: absolute; bottom: 0; left: 0; z-index: 0; }
.korean .list_wrap .bg,
.korean .list_wrap_rec .bg{ background-color: #000; opacity: 0.5; filter:Alpha(opacity=50); }
.korean .list_wrap .text,
.korean .list_wrap_rec .text{ line-height: 20px; line-height: 21px\9; text-align: center; color: #fff; z-index: 1; }
.korean .list_wrap .name,
.korean .list_wrap .des{ width: 142px; text-align: center; color: #666; overflow: hidden; }
.korean .list_wrap .des{ line-height: 17px; }
.korean .list_wrap .name{ line-height: 18px; font-weight: bold; color: #000; }
.korean .list_wrap .des a{ color: #666; }
.korean .list_wrap .des a:hover{ text-decoration: underline; }
.korean .list_more{ padding: 7px 15px 0; text-align: right; }
.korean .list_more a{ text-decoration: underline; }
/* 韩剧 热门韩剧 */
.korean .korean_hot,
.list_wrap_rec,
.korean .list_star{ *width: 710px; overflow: hidden; }
.korean .korean_hot ul,
.list_wrap_rec ul,
.korean .list_star dl{ width: 740px; }
.korean .korean_hot li{ width: 155px; height: 180px; margin-right: 21px; }
.korean .korean_serialize li{ height: 155px; } /* 连载更新 */
.korean .korean_hot .korean_imgs,
.korean .list_wrap_rec .korean_imgs{ width: 150px; }
.korean .korean_hot .korean_imgs .item_cover,
.korean .list_wrap_rec .korean_imgs .item_cover{ width: 146px; }
.korean .korean_hot .korean_imgs img,
.korean .list_wrap_rec .korean_imgs img{ margin: 0; }
.korean .korean_hot .bg,
.korean .korean_hot .text,
.korean .list_wrap_rec .bg,
.korean .list_wrap_rec .text{ width: 146px; }
.korean .korean_hot .name,
.korean .korean_hot .des{ width: 155px; }
.korean .korean_hot .score { padding-left: 17px; }
.korean .korean_hot .num { color: #c80000; line-height: 22px; font-weight: bold\9; font-size: 16px; font-style: italic; }
.korean .korean_hot .num em{ color: #c80000; font-style: italic; font-weight: bold\9; font-family: 'Georgia'; padding:0 2px 0 5px;}
/* 韩剧 即将播出 */
.korean_right{}
.korean_right .tabs .des,
.korean_right .player .des,
.korean_right .player .des a{ color: #666; }
.korean_right .player .des a:hover{ color: #c00; }
.notice_list { padding-bottom: 11px; overflow: hidden; }
.notice_list ul,
.notice_list .top_list_1{ padding: 10px 15px 0; }
.notice_list .top_list_1 li{ padding: 0; }
.notice_list li{ padding: 5px 0; border-bottom: 1px dotted #CCC; }
.notice_list .last{ border: none; }
.notice_list .name{ font-weight: bold; color: #0669bd; }
.notice_list .name a{ font-weight: bold; }
.notice_list .name strong{ font-weight: bold; color: #333; }
.notice_list .top-1 .imgs { padding:1px; border: 1px solid #dbdbdb; float: left; }
.notice_list .top-1 .name,
.notice_list .top-1 .des { margin-left: 97px; overflow: hidden; }
.notice_list .top-1 .name{ height: 38px; }
.notice_list .top-1 .des { height: 20px; }
.notice_list .no_link{ color: #333; }
.notice_list .cons { width: 202px; height: 20px; margin-top: 2px; padding-left: 10px; background: url(/base/images/hanju/box_icon.jpg?v=bb2a782d) no-repeat 0 8px; display: block; overflow: hidden; }
.rightBox .rightTitle .more { margin:5px 10px 0 0; *display: inline; float: right; }
.rightBox .rightTitle .top { color: #8b8b8b; }
.korean_right .rightTitle h3 span{ border-left: 5px solid #0669bd; }
.korean_right li.on a{ color: #0669BD; }
/* 韩剧 综艺更新 */
.list_wrap_rec li{ width: 350px; padding: 10px 0 15px; float: left; }
.korean .list_wrap_rec .korean_imgs { float: left; }
.korean .list_wrap_rec .comment { margin-left: 162px; }
.korean .list_wrap_rec .name,
.korean .list_wrap_rec .status,
.korean .list_wrap_rec .des{ width: 175px; overflow: hidden; }
.korean .list_wrap_rec .name { height: 20px; font-size: 14px; font-weight: bold; color: #333; }
.korean .list_wrap_rec .status { height:20px; line-height: 21px; line-height: 22px\9; padding:2px 0 5px 0; font-weight: bold; color: #0669bd; }
.korean .list_wrap_rec .des { height:58px; color: #666; }
/* 韩剧 韩国明星 */
.korean .list_star{ padding-top: 10px; }
.korean .list_star dl{ padding-left: 15px; }
.korean .list_star dt,
.korean .list_star dd{ width: 150px; margin-right: 25px; float: left; }
.korean .list_star dd{ margin-bottom: 12px; *display: inline; }
.korean .list_star img{ padding: 1px; border: 1px solid #dbdbdb; }
.korean .list_star .name{ width: 150px; padding: 10px 0; text-align: center; display: block; }

/* 韩剧明星页 */
.related_entry_box { padding:0 15px; }
.related_entry_box ul.entry_ul_2 li{padding:0 10px 10px;}
.jianhao_span{background: #fff url(/base/images/webimg.gif?v=4f7cc031) no-repeat -630px -23px;width:10px;display:inline-block;margin-left:3px;margin-right:1px;}
.entry_star_info{padding:15px;}
.star_photo{float: left;padding-right:15px;}
.star_photo img{width: 120px;padding: 1px;border: 1px solid #9B9B9B;}
.star_info li{float: left;width:245px;line-height: 29px;padding-right: 15px;height: 29px;overflow: hidden;}
.related_entry_box .link_add a{text-decoration: underline !important;}
.related_entry_box .star_info_title{padding:10px 6px 8px;margin-bottom:10px;border-bottom:1px solid #cecece;font-weight: bold;}
.related_entry_box .star_info_title h3{font-size: 14px;float: left;}

/* 韩剧经典 */
.notice_list_actor .top_list_1 .item_num_2{ width: 80px; font-size: 12px; }
.notice_list_actor .top_list_1 .item_num_2 a{ color: #888; }
.notice_list_actor .top_list_1 .item_title{ padding-right: 80px; }


/* end */
/*for ie6 position fixed */
html{
	_background:url(/global/javascripts/ymPrompt/skin/spacer.gif?v=56398e76) repeat-y fixed;
}
/*container*/
#ym-window{
	overflow:hidden;
	font:12px/1.5 "Lucida Grande",Tahoma,Verdana,Lucida,Arial,sans-serif;
	background:#fff;
    -moz-border-radius:8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
#ym-shadow {
	display:block;
    border-radius: 8px;
    -moz-box-shadow: 15px 15px 15px #000;
    -webkit-box-shadow: 15px 15px 15px #000;
    box-shadow: 15px 15px 15px #000;
    opacity:0.4;
}
/*header*/
.ym-tl{padding:8px 8px 0 8px;}
.ym-tr{
	background:#e5e5e5 url(/global/javascripts/ymPrompt/skin/simple/images/titlebg.gif?v=16cb68b0) repeat-x;
	border-bottom: none;
    -moz-border-radius:4px 4px 0 0;
    -khtml-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.ym-tc{
	clear:both;
	zoom:1;
}
.ym-tc:after{content:'\20';display:block;clear:both;}
.ym-ttc{}
.ym-header-text{color:#000;font-size:14px;padding:4px 0;font-weight:bold;margin-left:5px;float:left;}
.ym-header-tools{float:right;margin:4px}
.ym-header-tools strong{display:none}

/*body*/
.ym-ml{padding:0 8px;}
.ym-mr{background:#fff;}
.ym-mc{padding:0;}
.ym-body{padding:0;font-size:12px;overflow:hidden;}
#ym-btnl .ym-mr{padding:0;}

/*button*/
.ym-btn{background:#f5f5f5;border-top:1px solid #ccc;text-align:left;padding:0 20px;}

/*footer*/
.ym-bl{padding:0 8px;height:8px;overflow:hidden;}
.ym-br{padding-right:0;_margin:0 2px;}
.ym-bc{height:0;}

/*icon*/
.ymPrompt_alert{
	padding-left:90px;
	background:url(/global/javascripts/ymPrompt/skin/simple/images/info.gif?v=8d7d35d8) no-repeat 20px 50%
}
.ymPrompt_succeed{
	padding-left:90px;
	background:url(/global/javascripts/ymPrompt/skin/simple/images/right.gif?v=5111f659) no-repeat 20px 50%
}
.ymPrompt_error{
	padding-left:90px;
	background:url(/global/javascripts/ymPrompt/skin/simple/images/err.gif?v=a0096357) no-repeat 20px 50%
}
.ymPrompt_confirm{
	padding-left:90px;
	background:url(/global/javascripts/ymPrompt/skin/simple/images/ask.gif?v=98c7cf20) no-repeat 20px 50%
}
.ymPrompt_close{
	cursor:pointer;
	background:url(/global/javascripts/ymPrompt/skin/simple/images/ico.gif?v=de9cda82) no-repeat;
	width:22px;height:22px;
}
.ymPrompt_alert .ym-content,.ymPrompt_succeed .ym-content,.ymPrompt_error .ym-content,.ymPrompt_confirm .ym-content{
	padding:0 8px 8px 8px;
}
/*图标公共定义*/
.ym-header-tools div{
	cursor:pointer;
	width:22px;height:22px;float:left;margin:0 0;
	background-image:url(/global/javascripts/ymPrompt/skin/simple/images/ico.gif?v=de9cda82);
	background-repeat:no-repeat;
}
.ymPrompt_close{
	background-position:-66px 0;
}
.ymPrompt_close_hover{
	background-position:-66px -22px;
}
.ymPrompt_max{
	background-position:0 0;
}
.ymPrompt_max_hover{
	background-position:0 -22px;
}
.ymPrompt_min{
	background-position:-44px 0;
}
.ymPrompt_min_hover{
	background-position:-44px -22px;
}
.ymPrompt_normal{
	background-position:-22px 0;
}
.ymPrompt_normal_hover{
	background-position:-22px -22px;
}

/*取消确认按钮样式*/
input.btnStyle{
	background:none repeat scroll 0 0 #c3c3c3;border-color:#dddddd #dddddd #dddddd #dddddd;border-width:1px;color:#000000;font-size:12px;height:22px;padding:0 4px;text-align:center;
	margin:6px 8px 6px 0;
}

.ym-btn input.hover{background:none repeat scroll 0 0 #C00000;border-color:#D66666 #BB0000 #BB0000 #D66666;border-width:1px;color:#FFFFFF;font-size:12px;height:22px;padding:0 4px;text-align:center;}

/* end */
@charset "utf-8";
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var { font-style: normal; font-weight: normal; }

ol,
ul { list-style: none; }

caption,
th { text-align: left; }
h1,
h2,
h3,
h4,
h5,
h6 { font-size: 100%; font-weight: normal; }
q:before,
q:after { content: ''; }
abbr,
acronym { border: 0; font-variant: normal; }
/* to preserve line-height and selector appearance */
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
input,
textarea,
select { font-family: inherit; font-size: inherit; font-weight: inherit; }
/*to enable resizing for IE*/
input,
textarea,
select { *font-size: 100%; }
/*because legend doesn't inherit in IE */
legend { color: #000; }

/*.tip-verycd {
    position: absolute;
    z-index: 1000;
    text-align: left;
    padding: 4px;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.tip-verycd .tip-inner {
    border: 0px solid #d1d1d1;
    background: #fff;
}*/
.tips_box_content{ border: 1px solid #d1d1d1; background: #fff;}
.tip-verycd{ position: absolute; z-index: 1000000; text-align: left;}
.tip-verycd .tip-inner{padding:4px;border-radius: 4px;
background:url(/global/javascripts/poshytip/tip-verycd/layer_bg.png?v=9e55464a);
_background:#f4f4f4;}

.tip-verycd .tip-arrow{
    position: absolute;
    background-image: url(/global/javascripts/poshytip/tip-verycd/tips_box_sprites.png?v=a573e6e7);
    _background-image: url(/global/javascripts/poshytip/tip-verycd/tips_box_sprites.gif?v=3685845d);
}

.tip-verycd .tip-arrow-top {
    height: 18px;
    width: 35px;
    overflow: hidden;
    left: 20px;
    top: -13px;
}
.tip-verycd .tip-arrow-right {
    height: 35px;
    width: 18px;
    overflow: hidden;
    right: -13px;
    _right:-14px;
    top: 20px;
    background-position: -17px -50px;
}
.tip-verycd .tip-arrow-bottom {
    height: 18px;
    width: 35px;
    overflow: hidden;
    left: 20px;
    bottom: -13px;
    background-position: 0 -17px;
}
.tip-verycd .tip-arrow-left{
    height: 35px;
    width: 18px;
    overflow: hidden;
    left: -13px;
    _left:-14px;
    top: 20px;
    background-position: 0 -50px;
}
.tip-verycd .entry_tips_box_item {
    font-size: 12px;
}
@charset "utf-8";
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var { font-style: normal; font-weight: normal; }

ol,
ul { list-style: none; }

caption,
th { text-align: left; }
h1,
h2,
h3,
h4,
h5,
h6 { font-size: 100%; font-weight: normal; }
q:before,
q:after { content: ''; }
abbr,
acronym { border: 0; font-variant: normal; }
/* to preserve line-height and selector appearance */
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
input,
textarea,
select { font-family: inherit; font-size: inherit; font-weight: inherit; }
/*to enable resizing for IE*/
input,
textarea,
select { *font-size: 100%; }
/*because legend doesn't inherit in IE */
legend { color: #000; }

.tip-dig{ position: absolute; z-index: 10002; text-align: center;}

/* 支持喜欢气泡 */
.digup_box{position:relative;z-index:99;display:inline-block;*display:inline;*zoom:1;padding:7px;background:#fff9f0;border:1px solid #fc0;border-radius:4px;line-height:16px;margin-top:5px;}
.digup_box a{font-weight:bold;display:inline-block;padding:0 3px;}

