@charset "utf-8";
body {
    background-color: #ff2c17;
    min-width: 1200px;
    font-family: "Microsoft YaHei";
	position: relative;
}
/* 文字省略 */
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.thisall_bg_box {
	width: 100%;
	min-width: 1000px;
}
.thisall_bg_box_top1 {
	width: 100%;
	height: 665px;
	background: url("../images/topic/header_1.jpg") no-repeat center;
}
.thisall_bg_box_top2 {
	width: 100%;
	height: 359px;
	background: url("../images/topic/header_2.jpg") no-repeat center;
}

.y11_topic_main_content {
	width: 960px;
	margin: -98px auto 50px;
}
.y11_topic_list_wrap{
	/* margin-bottom: 72px; */
}
.y11_topic_list_top {
	position: relative;
	width: 893px;
	height: 98px;
	margin:auto;
	background: url('../images/topic/content_top.png') no-repeat center;
}
.title_top1{
	width: 935px;
    height: 214px;
    background: url('../images/topic/content_top_1.png') no-repeat center;
    top: 670px;
    left: 50%;
    margin-left: -463px;
    position: absolute;
}
.title_top1 .text-title{
	margin: auto;
    color: #ba6750;
    font-size: 16px;
    text-align: center;
    line-height: 32px;
    padding-top: 84px;
    z-index: 10;
}
.list_topic_name{
	width: 290px;
    color: #fc273e;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
	top: 10px;
    left: 50%;
	margin-left: -145px;
	text-align: center;
    /* line-height: 60px; */
    /* margin-left: 30px; */
}
.y11_topic_list_middle {
	position: relative;
	width: 893px;
	margin:auto;
	background: url('../images/topic/content_middle.png') repeat-y center;
}
.y11_topic_list_bottom {
	position: relative;
	width: 893px;
	height: 48px;
	margin:auto;
	background: url('../images/topic/content_bottom.png') no-repeat center;
}

.y11_topic_list_wrap .item-list{
	position: relative;
    overflow: hidden;
    padding: 0 16px 0;
}
/* 小视频 */
.y11_topic_list_wrap .video_wrap{
	position: relative;
    float: left;
    width: 150px;
    height: 320px;
    margin-left: 11px;
    margin-right: 11px;
    margin-bottom: 24px;
    background: url(../images/topic/y11_wrzfbg.png) no-repeat center;
    cursor: pointer;
	behavior: url(ie-css3.htc);
}
.y11_topic_list_wrap .video_photo {
	position: relative;
    width: 146px;
    height: 239px;
    left: 2px;
    top: 2px;
    border-radius: 3px 3px 0 0;
    behavior: url(ie-css3.htc);
    cursor: pointer;
}
/* 播放按钮 */
.y11_topic_list_wrap .video_photo .play-btn {
	position: relative;
	width: 146px;
	height: 239px;
}
.y11_topic_list_wrap .video_photo .play-btn:hover {
  	background: url("../images/index/play-btn.png") no-repeat center;
}

.y11_topic_list_wrap .video_wrap_bottom {
    width: 146px;
	margin-top: 20px;
	overflow: hidden;
}
.video_name_text {
    max-width: 130px;
 	width: 130px;
    height: 20px;
    line-height: 20px;
	left: 10px;
	position: relative;
}
.video_name_text_topic {
	color: #df1400;
	font-size: 16px;
    font-weight: 600;
}
.video_name_text_title {
	font-size: 14px;
    color: #8f0d00;
}
.video_name_text_single {
  margin-top:14px;
}
.y11_topic_list_wrap .replace_btn {
	margin: auto;
	width: 100px;
	height: 32px;
	cursor: pointer;
}
.y11_topic_list_wrap .replace_btn .replace_icon{
	width: 22px;
	height: 19px;
	background: url('../images/topic/y11_topic_refresh-1.png') no-repeat center;
	background-size: 100% 100%;
	margin: 6px 8px 0 0;
	float: left;
}
.y11_topic_list_wrap .replace_btn .replace_text{
	font-size: 20px;
	color: #FF4645;
	line-height: 32px;
	user-select:none;
}
.y11_topic_list_wrap .topic_join_btn{
	width: 415px;
	height: 78px;
	margin:0 auto;
	background: url('../images/topic/topic_btn.png') no-repeat center;
	cursor: pointer;
	margin-bottom: 46px;
}
.turn-animation {
	-webkit-animation: loadingCircle 1s linear infinite;
	animation: loadingCircle 1s linear infinite;
}
@-webkit-keyframes loadingCircle {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}
@keyframes loadingCircle {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}
.y11_topic_guide_wrap{
	display: none;
    position: fixed;
    top: 50%;
    left: 50%;
	margin-left: -400px;
	margin-top: -390px;
    z-index: 9999;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop + document.documentElement.clientHeight/2));
    _left: expression(eval(document.documentElement.scrollLeft + document.documentElement.clientWidth/2));
	width: 800px;
	height: 821px;
	background: url('../images/topic/y11_topic_guide-1.png') no-repeat center;
	background-size: 100% 100%;
}
.y11_topic_guide_wrap .guide_close{
	position: absolute;
	width: 50px;
	height: 50px;
	right: 12px;
	top: 4;
	cursor: pointer;
	/*border: 1px solid #E22522;*/
}
/* 小视频播放弹窗 */
#video-modal-wrap {
	position: fixed;
	width: 330px;
	height: 508px;
	top: 50%;
	left: 50%;
  	margin-top: -254px;
 	margin-left: -145px;
	z-index: 9999;
	/* background-color: #fff; */
	border-radius: 15px;
	behavior: url(ie-css3.htc);
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop + document.documentElement.clientHeight/2));
	_left: expression(eval(document.documentElement.scrollLeft + document.documentElement.clientWidth/2));
}
#video-modal {
    width: 100%;
    height: 100%;
    background: #000000;
}
#video-modal-wrap .close-btn {
	position: absolute;
	cursor: pointer;
	top: -50px;
	right: -28px;
	width: 40px;
	height: 40px;
	background: url(../images/index/close-btn.png) no-repeat;
}
.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 {
  display: none;
  width: 280px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: url(../images/aside/grey_bg.png) repeat;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -19px 0 0 -100px;
  border-radius: 19px;
  behavior: url(ie-css3.htc);
  color: white;
  font-size: 18px;
  z-index: 9999;
  _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));

}
.footerLogo {
	position: relative;
	width: 209px;
	height: 89px;
	background: url(../images/index/bottom-logo.png) center bottom no-repeat;
	margin: 40px auto 0;
}
#footer_link_info{
	color: #fff;
}
#footer_link_info p a{
	color: #fff;
}