@charset "utf-8";
body {
    background-color: #db233f;
    min-width: 1000px;
    font-family: "Microsoft YaHei";
}
.thisall_bg_box {
	width: 100%;
	min-width: 1000px;
}
.thisall_bg_box_top1 {
	width: 100%;
	height: 372px;
	background: url("../images/topic/topic_head_bg1.jpg") no-repeat center;
}
.thisall_bg_box_top2 {
	width: 100%;
	height: 372px;
	background: url("../images/topic/topic_head_bg2.jpg") no-repeat center;
}

.view_video_content {
	width: 960px;
	margin: -70px auto 0;
}
.view_no_associated {
	width: 100%;
	height: 275px;
	background: url('../images/topic/join_topic_bg.png') no-repeat center;
	position: relative;
}
.view_associated_btn {
	width: 190px;
	height: 48px;
	position: absolute;
	bottom: 31px;
	cursor: pointer;
    top: 50%;
    left: 50%;
    margin-left: -116px;
    margin-top: 1px;
}
.view_associated {
	width: 100%;
	height: 351px;
	background: url('../images/topic/topic_associated.png') no-repeat center;
	position: relative;
	display: none;
}

.view_associated .userInfo {
	width: 110px;
	text-align: center;
	position: absolute;
	bottom: 80px;
}
.view_associated .userInfo img {
	width: 74px;
	height: 74px;
	border-radius: 50%;
	behavior: url(ie-css3.htc);
}
.view_associated .userInfo .username {
	font-size: 14px;
	color: #bb4d45;
	margin-top: 6px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    _display: -webkit-box;
    _max-width: 120px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
    -o-line-clamp: 1;
    word-break: normal;
    word-wrap: break-word;
}

.view_associated .userInfo.left {
	left: 30px;
}
.view_associated .userInfo.right {
	left: 174px;
}
.view_record_btn {
    cursor: pointer;
    width: 84px;
    height: 24px;
    position: absolute;
    top: 66px;
    left: 50%;
    margin-left: -78px;
}
.view_associated .qrcode {
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: 54px;
    left: 50%;
    margin-left: -100px;
}

.view_video_common {
	width: 100%;
	height: 339px;
	background: url('../images/topic/topic_award.png') no-repeat center;
    margin: 35px 0;
}

.jingxuantopic {
	width: 100%;
	height: 306px;
	background: url('../images/topic/topic_list_bg.png') no-repeat center;
    margin: 0 0 35px 0;
    position: relative;
}
.jingxuan_content {
    width: 900px;
    height: 186px;
    position: absolute;
    left: 50%;
    margin-left: -440px;
    bottom: 60px;
}

.topic_wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.topic_wrap .topic_item {
    white-space: nowrap;
    float: left;
    text-align: center;
    color: #9a7f7a;
    font-size: 14px;
    width: 148px;
    _width: 144px;
    _width: 144px;
}
.topic_item:first-child+div, .topic_item:first-child+div+div, .topic_item:first-child+div+div+div {
    margin: 0 20px;
}

.topic_item .topic_name {font-size: 16px;}
.topic_item .topic_point {
    width: 17px;
    height: 50px;
    background: url('../images/topic/waiting_point.png') no-repeat center;
    margin: 0 auto;
}
.topic_item .topic_cur_icon {
    width: 46px;
    height: 46px;
    margin: 0 auto 8px;
}
.topic_item .topic_btn {
    width: 64px;
    height: 22px;
    background: url('../images/topic/waiting_btn.png') no-repeat center;
    margin: 10px auto 0;
}
.time_line_gray {
    width: 875px;
    height: 5px;
    background: url('../images/topic/line_gray.png') no-repeat center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 5px;
}
.time_line_light {
    width: 0;
    height: 5px;
    background: #fe5468;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 5px;
    border-radius: 3px;
	behavior: url(ie-css3.htc);
}
.topic_item.topic_item_ended .topic_point {
    background: url('../images/topic/ending_point.png') no-repeat center;
}
.topic_item.topic_item_ended .topic_btn {
    background: url('../images/topic/ending_btn.png') no-repeat center;
}
.topic_item.topic_item_going .topic_cur_icon {
    background: url('../images/topic/small_bell.png') no-repeat center;
}
.topic_item.topic_item_going .topic_point {
    background: url('../images/topic/going_point.png') no-repeat center;
}
.topic_item.topic_item_going .topic_btn {
    background: url('../images/topic/going_btn.png') no-repeat center;
}
.topic_wrap .topic_item.topic_item_going {color: #fe5468;}




.view_video_rule {
	width: 960px;
	height: 376px;
	margin: 40px auto;
	background: url('../images/topic/topic_rule_bg.png') no-repeat center;
}


.hbg {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 998;
	width: 100%;
	height: 100%;
	background: url(../images/aside/grey_bg.png) repeat;
	
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop));
	_left: expression(eval(document.documentElement.scrollLeft));
	_width: expression(eval(document.documentElement.clientWidth));
	_height: expression(eval(document.documentElement.clientHeight));
}

.mythost {
	width: 300px;
	max-width: 300px;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	border-radius: 15px;
	behavior: url(ie-css3.htc);
	
}

.footerLogo {
	position: relative;
	width: 209px;
	height: 89px;
	background: url(../images/videopoint/y10_bottom-logo.png) center bottom no-repeat;
	margin: 40px auto 0;
}
#footer_link_info{
	color: #fff;
}
#footer_link_info p a{
	color: #fff;
}
