body {
    margin:0;
    padding:0;
    font-family: "微软雅黑", Microsoft Yahei;
}
.playbox {
    height:560px;
}
.content {
    width:960px;
    margin:0 auto;
}
.left {
    float:left;
}
.right {
    float:right;
}
.clear {
    clear:both;
}
.deepgray {
    background-color: #222;
}
.videobox {
  width: 642px;
    margin:10px;
    background-color:#000;
    border:1px solid #000;
    margin:0 2px 0 0;
    padding:1px;
    background-color:#232227;
    height:auto;
}
.commentbox {
    background-image: url(/assets/bg_commentlist.png);
    border-left: 1px solid #000;
    width:297px;
    padding:2px 8px 10px 0px;
    height:474px;
    overflow:hidden;
    background-repeat: repeat-x;
    background-position: 0px 0px;
    -pie-background: rgba(0,0,0,0.5);
    behavior: url(/PIE_1.0.0/PIE.htc);
}
#chat {
    color: #AAAAAA;
    margin: 0;
    position: relative;
    height:470px;
    padding:0;
    overflow:hidden;
}
#chat .thumbnail:after {
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid #FFFFFF;
    border-top: 4px solid rgba(0, 0, 0, 0);
    content: "";
    display: block;
    position: absolute;
    right: -11px;
    top: 8px;
}
#chat .thumbnail {
    display: block;
    float: left;
    position: relative;
}
#chat .form_enclosed {
    height: 32px;
    margin: 0;
    padding: 0;
}
#chat .clearfix.in-focus label {
    color: #CCCCCC;
}
#chat #chat_message.form_enclosed label {
    color: #AAAAAA;
    font-size: 12px;
    font-weight: normal;
    height: 22px;
    left: -5px;
    line-height: 22px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
}
.form_enclosed .clearfix label {
    border: 1px solid rgba(0, 0, 0, 0);
    color: #999999;
    cursor: text;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    padding: 10px 10px 10px 11px;
    position: absolute;
    top: 1px;
}
#chat #chat_message .clearfix.in-focus input.text {
    background-color: #ECEFF1;
    color: #404040;
}
#chat #chat_message.form_enclosed input.text {
    background-color: #FFFFFF;
    border: 0 none;
    border-radius: 3px;
    font-size: 12px;
    height: 24px;
    line-height: 18px;
    margin: 0;
    padding: 1px 5px;
	width:95%;
}
#chat #chat_message .clearfix {
    margin: 0 0 0 35px;
    padding: 0;
    position: relative;
    width: auto;
}
#chat #chat_messages {
    bottom: 10px;
    height: auto;
    left: 10px;
    position: absolute;
    right: 0;
    top: 44px;
}
#chat .activity {
    overflow-y: auto;
    padding-right: 0px;
}
#chat .item {
    clear: both;
    padding: 1px 0;
    position: relative;
    width: 100%;
    display:block;
}
#chat .item .icon_area {
    float: left;
    height: 32px;
    width: 32px;
}
#chat .user_icon img {
    border-radius: 3px;
}
#chat .item .contenttext {
    background-color: rgba(0, 0, 0, 0);
    font-size: 12px;
    line-height: 18px;
    margin:0 5px 0 35px;
    position: relative;
    word-wrap: break-word;
    z-index: 0;
}
#chat .item .contenttext a.user_link {
    border: medium none;
    color: #61BCD2;
    font-weight: bold;
    text-decoration: none;
}
#chat .item .contenttext .timeago,#chat .timeafter {
    color: #D38787;
    font-size: 11px;
    font-style: italic;
}
.otherchat {
    overflow-y:auto;
    height:90%;
}
.sharebox {
    clear:both;
    padding:5px 0 0;
}
.sharebox span {
    display:block;
    float:left;
    color:#eee;
    line-height:20px;
    margin-left:15px;
    font-size:12px;
}
.sharebox em a {
    font-size: 14px;
    font-style: normal;
    color: #999;
    background-image: url(/assets/sprite-share.png);
    background-repeat: no-repeat;
    background-position: 0px -84px;
    height: 34px;
    width: 104px;
    display:block;
    float:right;
    margin-right:10px;
    line-height:36px;
    text-align:center;
    text-decoration:none;
}
.sharebox em a:hover {
    background-image: url(/assets/sprite-share.png);
    background-repeat: no-repeat;
    background-position: 0px -120px;
    color:#FFF;
}
.sinaweibo, .qq, .email {
    background-image: url(/assets/sprite-share.png);
    background-repeat: no-repeat;
    display:block;
    float:left;
    width:16px;
    height:16px;
    margin-right:8px;
    margin-top:2px;
}
.sinaweibo {
    background-position: 0px -160px;
}
.qq {
    background-position: -30px -160px;
}
.qq:hover {
    background-position: -90px -160px;
}
.email {
    background-position: -80px 0px;
}
.email:hover {
    background-position: -80px -40px;
}
.sinaweibo:hover {
    background-position: -60px -160px;
}
.email {
    background-position: -80px 0px;
}
/*以下是写首页打开视频新增的样式 */
.widget.fixed, .embed_header.fixed {
    position: fixed;
    top: 0;
}
.widget, .embed_header {
    background-color: rgba(0, 0, 0, 0.8);
    border-bottom-left-radius: 8px;
    padding: 0;
    position: absolute;
    right: 0;
    top: -10px;
    z-index: 500;
}
ol, ul, li {
    list-style: none outside none;
}
.widget li:first-child {
    border-left: medium none;
}
.widget ul {
    padding: 10px;
    margin: 0;
}
.widget li {
    float: left;
}
.widget li.home a {
    background-image: url(/assets/header_logo_beta01.png);
    background-position: 0px 12px;
    background-repeat: no-repeat;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    width: 77px;
    color:#fff;
}
.widget li a {
    color: #bbb;
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 10px;
    text-decoration: none;
    font-size:12px;
}
.widget li a:hover {
    color: #fff;
}
.event-page {
    /*padding-top:50px;*/
    background-color:#1b1b1b;
    background-repeat: repeat;
    background-position: center top;
    background-attachment: fixed;
}
.indexvideoplaybox {
    border-radius: 5px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.03);
    clear: both;
    height: auto;
    padding: 0 0 20px 0;
    width: 960px;
    margin:0 auto;
    z-index: 2;
    background-color:none;
}
.videoinfobox {
    padding:10px 10px 0 10px;
    position:relative;
}
.videoinfobox .post {
    display: block;
    float:left
}
.videoinfobox .post img {
    display: block;
    height: 195px;
    width: 130px;
}
.videoinfobox h1 {
    color: #fff;
    font-size: 36px;
    line-height: 48px;
    overflow: hidden;
    padding: 0;
    margin:25px 0 0;
    font-weight:normal;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.videoinfobox p {
    color: #ddd;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
    margin:0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    width:58%;
}
.moviebox{
    background-color:#000;
    width:640px;
    height:480px;
    border:1px solid #141414;
    position: relative;
}
.commentbox-send{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
	padding:0px 5px 0px 8px;
}
.active-introduc{
    font-size:12px;
    line-height:20px;
}

.active-introduc span{
    background-color: #C00;
    padding:0px 3px;
    color:#fff;
	border-radius:2px;
	padding:2px 5px;
}
.indexvideoplaybox01 {
    border-radius: 5px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.03);
    clear: both;
    height: auto;
    padding: 0;
    width: 650px;
    margin:0 auto;
    z-index: 2;
    background-color:none;
}
.videoinfobox01 {
    padding:10px 10px 0px 10px;
    background-color:none;
    position:relative;
    background-image: url(/assets/bg_videotitle.png);
    background-repeat: no-repeat;
    background-position: right bottom;
   }
.videoinfobox01 h1 {
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    overflow: hidden;
    margin-bottom:3px;
    font-weight:normal;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.videoinfobox01 p {
    color: #ddd;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
    margin:0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.sharebox01 {
    position:absolute;
    right:0px;
    bottom:-4px;
}
.sharebox01 span {
    display:block;
    float:left;
    color:#eee;
    line-height:20px;
    margin-left:15px;
    font-size:12px;
}

.more_cover_bg{
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    padding:0px;
    margin:0px;
    background:black;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10;
}


#login_board{
    z-index:10;
    top:0px;
    position:absolute;
    width:416px;
    height:178px;
    background:white;
    border-radius:4px;
    overflow:hidden;
    top:50%;
    right:3px;
    margin-top:-89px;
    left:50%;
    margin-left:-206px;
	text-align:center;
}

#weibo_login{
    display:block;
    position:absolute;
    width:160px;
    height:40px;
    padding-left:20px;
    left:50%;
    margin-left:-80px;
    border:0px;
    top:60px;
    color:white;
    font-size:15px;
    cursor:pointer;
    text-decoration:none;
    line-height:40px;
}

.weibo_login{
    background-position:-240px -433px;
    background-image:url('/assets/all.png');
}

.weibo_login:hover{
    background-position:-240px -474px;
    background-image:url('/assets/all.png');
}

#qq_login{
    display:block;
    position:absolute;
    width:160px;
    height:40px;
    padding-left:20px;
    left:50%;
    margin-left:-80px;
    border:0px;
    top:112px;
    color:white;
    font-size:15px;
    cursor:pointer;
    text-decoration:none;
    line-height:40px;
}

.qq_login{
    background-position:-240px -516px;
    background-image:url('/assets/all.png');
}

.qq_login:hover{
    background-position:-240px -557px;
    background-image:url('/assets/all.png');
}

.left_line{
    position:absolute;
    width:120px;
    height:2px;
    left:43px;
    top:27px;
    background-position:-292px -177px;
    background-image:url('/assets/all.png');
}

.right_line{
    position:absolute;
    width:120px;
    height:2px;
    left:257px;
    top:27px;
    background-position:-292px -179px;
    background-image:url('/assets/all.png');
}
.more_title {
    color: #1F1F1F;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 20px;
}
label {
    padding: 0;
}

.board_cancel{
    cursor:pointer;
    background-position:-394px 0px;
    background-image:url('/assets/all.png');
    width:44px;
    height:44px;
}
.board_cancel_over {
    cursor:pointer;
    background-position:-394px -44px;
    background-image:url('/assets/all.png');
    width:44px;
    height:44px;
}
#login_board_cancel {
    display: block;
    left: 50%;
    margin-left: 188px;
    margin-top: -111px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    z-index: 10;
}
.control_bar {
    position: absolute;
    bottom: 0px;
    width: 640px;
    color: #ccc;
    display: none;
    background-color: rgba(59,59,59,0.7);
}
.control_bar a, .video_time_label {
    margin: 0px;
    padding: 10px;
    display: block;
    float: right;
}

.video_progress_bar
{
    margin: 15px 10px;
    float: left;
    position: relative;
    width: 400px;
    height: 10px;
    background-color: rgba(0,0,0,0.5);
}
.video_time_bar
{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #ccc;
}
.video_buffer_bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.control_btn_for_vod {
    float: left;
    display: none;
}
.control_btn_for_vod a {
    float: left;
}
.yishilogo a{
	background-image: url(/assets/bg_videotitle.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:none;
	position:absolute;
	height: 40px;
	width: 142px;
	bottom: 0px;
	right: 0px;
	display:block;
	}
.yishilogo a:hover{
	background-image: url(/assets/bg_videotitle.png);
	background-repeat: no-repeat;
	background-position: left -40px;
	}
.erwei {
    background: url(/assets/erwei_small.png) no-repeat scroll center 5px #c5e2fc;
    border: 1px solid #0253a2;
    bottom: 8px;
	border-radius:5px;
    color: #0b7de1;
    cursor: pointer;
    right: 8px;
    padding: 35px 5px 0;
    position: fixed;
    z-index: 999;
}
.erwei_big {
    bottom: 0px;
    cursor: default;
    display: none;
    right: 75px;
    padding-top: 258px;
    position: absolute;
    width: 258px;
}
.activity_top_info{
	background-color: #011c22;
	position:absolute;
	width:260px;
	padding:9px;
	height:100px;
	clear:both;
	z-index:6;
	left: 0px;
	top: 0px;
	}
.activity_top_info_title{
	font-size:14px;
	color:#d0f1ff;
	}
.activity_top_info_body{
	height:33px;
	overflow-y:hidden;
	}
.comment_list_body{
	margin-top:120px;
	padding:0px 0px 5px 10px;
	z-index:2;
}
