@charset "utf-8";
body {
    background-color: #ce212e;
    min-width: 1000px;
}
.thisall_bg_box {
	width: 100%;
	min-width: 1000px;
}
.thisall_bg_box_top1 {
	width: 100%;
	height: 295px;
	background: url("../images/videopoint/bg1.jpg") no-repeat center;
}
.thisall_bg_box_top2 {
	width: 100%;
	height: 405px;
	background: url("../images/videopoint/bg2.jpg") no-repeat center;
}
.thisall_bg_box_top2 .videoWrap {
	width: 630px;
	height: 373px;
	background: url('../images/videopoint/video_border.png') no-repeat center;
	margin: 0 auto;
	position: relative;
}
.thisall_bg_box_top2 #playerbox {
	width: 504px;
	height: 280px;
	background: #000;
	position: absolute;
	top: 26px;
	left: 64px;
	border-radius: 16px;
	overflow: hidden;
    behavior: url(ie-css3.htc);
}
.thisall_bg_box_top3 {
	width: 100%;
	height: 269px;
	background: url("../images/videopoint/bg3.jpg") no-repeat center;
}

.view_video_content {
	width: 964px;
	margin: -180px auto 0;
}
.view_no_associated {
	width: 100%;
	height: 410px;
	background: url('../images/videopoint/point_no_associated.png') no-repeat center;
	position: relative;
}
.view_associated {
	width: 100%;
	height: 410px;
	background: url('../images/videopoint/point_associated.png') no-repeat center;
	position: relative;
	display: none;
}
.view_associated_btn, .view_record_btn {
	width: 194px;
	height: 50px;
	position: absolute;
	left: 145px;
	bottom: 31px;
	cursor: pointer;
}

.view_associated .userInfo {
	width: 110px;
	text-align: center;
	position: absolute;
}
.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 {
	bottom: 100px;
	left: 110px;
}
.view_associated .userInfo.right {
	bottom: 100px;
	left: 254px;
}

.view_video_common {
	width: 100%;
	height: 709px;
	background: url('../images/videopoint/point_associated_course.png') no-repeat center;
}

.view_video_rule {
	width: 960px;
	height: 229px;
	margin: 40px auto;
	background: url('../images/videopoint/point_rule.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;
}
