@charset "UTF-8";

body {
	font-family: "Microsoft Yahei";
	background: #8d0505;
	min-width: 1200px;
}
/* 整张底图 */
.header .header_img_box {
    /* position: absolute; */
    width: 100%;
    min-width: 972px;
}
.header .header_img_box .header_img_1 {
    position: relative;
    width: 100%;
    height: 270px;
    background: url(../images/index/header_1_1920_330.png) no-repeat center;
    z-index: 2;
    padding-top: 60px;
}
.active-time {
  height: 25px;
  font-size: 19px;
  font-weight: 300;
  color: #FFFFFF;
  text-align: center;
}
.header .header_img_box .header_img_2 {
    position: relative;
    width: 100%;
    height: 330px;
    background: url(../images/index/header_2_1920_330.png) no-repeat center;
    z-index: 3;
}
.header .header_img_box .header_img_3 {
    position: relative;
    width: 100%;
    height: 330px;
    background: url(../images/index/header_3_1920_330.png) no-repeat center;
    z-index: 2;
}
.header .header_img_box .header_img_4 {
   position: relative;
   width: 100%;
   height: 333px;
   background: url(../images/index/header_4_1920_333.png) no-repeat center;
}
/*++++++++++头部+++++++++++*/
.dltc {
	position: absolute;
	top: 34px;
  left: 50%;
  margin-left: -610px;
  width: 404px;
  height: 330px;
  z-index: 900;
  font-size: 18px;
  text-align: center;
	background: url(../images/index/dianlaing_dialog.png) no-repeat center;
}

.dltc-item{
  color: #691a19;
  font-weight: bold;
  margin-top: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dltc_timeone, .dltc_timetwo, .dltc_timethree {
  background: #fe3c0d;
  border-radius: 4px;
  margin: 0 8px;
  color: #fff;
  min-width: 50px;
  height: 50px;
  line-height: 50px;
}
.dltc-explain {
  font-weight: bold;
  margin-top: 40px;
  color: #f00f0e;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dltc-explain::before,.dltc-explain::after{
  content: '';
  width: 82px;
  height: 1px;
  display: block;
  background: url(../images/index/dianlaing_line.png) no-repeat center;
  background-size: 100% 100%;
  margin-right: 16px;

}
.dltc-explain::after{
  margin-left: 16px;
}
.dltc-explain-item{
  font-size: 16px;
  margin-top: 18px;
  line-height: 28px;
  color: #f00f0e;
  text-align: left;
  margin-left: 25px;
}
.dltc-explain-item p{
  display: flex;
}
.dltc-explain-item p::before{
  content: '1';
  display: block;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  font-size: 12px;
  background: #ff192d;
  color: #fff;
  flex-shrink: 0;
  border-radius: 100%;
  margin-top: 6px;
  margin-right: 6px;
}
.dltc-explain-item .p2::before{
  content: '2';
}
.dltc-explain-item .p3::before{
  content: '3';
}
/* 
.dltc_timeone {left: 75px;}
.dltc_timetwo {left: 169px;}
.dltc_timethree {left: 260px;} */

/* 签到弹窗 */
#qd-modal {
	position: fixed;
	width: 450px;
	height: 514px;
	top: 50%;
	left: 50%;
	margin-top: -240px;
	margin-left: -225px;
	z-index: 9999;
	background: url('../images/index/sign-dialog.png?v=1') no-repeat center;
	border-radius: 6px;
	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));
}
#qd-modal .qd-title .qd-close-btn {
	position: absolute;
	width: 40px;
	height: 40px;
	right: -5px;
	top: -40px;
	background: url("../images/index/close-btn.png") no-repeat center;
}


#qd-modal .qd-title .qd-close-btn:hover,
.header-center .wrzf_box .wrzf_center .wrzf_rightbtn:hover,
.header-center .wrzf_box .wrzf_center .wrzf_leftbtn:hover{
  cursor: pointer;
}
#qd-modal .qd-content {
	padding: 94px 0 0 14px;
}
#qd-modal .qd-content .uls li {
	float: left;
	height: 80px;
	width: 50px;
	margin: 0 5px;
	text-align: center;
}
#qd-modal .qd-content .uls li h3 {
	height: 18px;
	line-height: 18px;
	margin: 13px 0 0;
	font-size: 12px;
	text-align: center;
}
#qd-modal .qd-content .uls li .gift-box {
	position: relative;
}
#qd-modal .qd-content .uls .qd-yqd {
	width: 50px;
	height: 80px;
	color: #d37018;
}
/* 待领取 */
#qd-modal .qd-content .uls li.qd-yqd h3 {
	font-size: 14px;
	color: #e43e3a;
	text-align: center;
}
/* 已领取 */
#qd-modal .qd-content .uls li.qd-yqd .gift-box {
	width: 48px;
	height: 47px;
	border-radius: 50%;
	behavior: url(ie-css3.htc);
	position: relative;
	background: url('../images/index/yqd-bg.png') no-repeat center;
  margin-top: 3px;
}
#qd-modal .qd-content .uls li .qd-lq-text {
	width: 46px;
	height: 20px;
	background: url('../images/index/get-btn.png') no-repeat center;
	margin: 0 auto;
	cursor: pointer;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -23px;
}
#qd-modal .qd-content .uls li .qd-ylq-text {
	font-size: 12px; 
	color: #d37018;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -16px;
}
#qd-modal .qd-content .uls li .gift-box .gift1 {
	width: 39px;
	height: 42px;
}
#qd-modal .qd-content .uls li .gift-box .gift2 {
	width: 51px;
	height: 43px;
}
/* 领取礼物弹窗 */
#qd-gift-modal {
	position: fixed;
	width: 402px;
	height: 348px;
	top: 50%;
	left: 50%;
	margin-top: -164px;
	margin-left: -208px;
	z-index: 9999;
	background: url('../images/index/award-dialog.png') no-repeat center;
	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));
}
#qd-gift-modal .qd-gift-modal-content {
	text-align: center;
	padding-top: 68px;
}
#qd-gift-modal .qd-gift-modal-content .gift-img {
	min-width: 144px;
	min-height: 144px;
  margin-top: 6px;
}
#qd-gift-modal .qd-gift-modal-content .gift-desc {
	/* margin: -36px auto 28px; */
	font-size: 18px;
	color: #92655E;
	text-align: center;
}
#qd-gift-modal .qd-gift-modal-content .qd-gift-text{
  font-size: 22px;
  color: #F70B16;
}
#qd-gift-modal .qd-gift-modal-content .sure-btn {
	margin: 10px auto 0;
	width: 126px;
	height: 36px;
	background: url('../images/index/sure-btn.png') no-repeat center;
	cursor: pointer;
}
/* 小视频播放弹窗 */
#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;
}
/*++++++++++视频+++++++++++*/
.header_img_2 .video_container {
	position: relative;
    z-index: 99;
    margin: 0 auto;
    top: 12px;
    height: 360px;
    width: 653px;
}
.header_img_2 #video {
    margin-left: 6px;
    height: 360px;
    width: 648px;
    background: black;
    object-fit: cover;
}
.header_img_2 video {
  object-fit: cover;
}
/* ++++++++++++++点亮框 */
.header_img_2 .illumeandgl_box {
	width: 100%;
}
.header_img_2 .illumeandgl_box .illume_box {
  position: absolute;
  width: 175px;
  top: 100px;
  left: 50%;
  margin-left: -511px;
}
/* 点亮图左 */
.header_img_2 .illumeandgl_box .illume_box .dlbtntb {
	width: 175px;
	height: 256px;
}
.header_img_2 .illumeandgl_box .illume_box .dlbtntbimg1 {
  	background: url("../images/index/deng_liang.png") no-repeat center;
}
.header_img_2 .illumeandgl_box .illume_box .dlbtntbimg2 {
  	background: url("../images/index/deng_an.png") no-repeat center;
    background-size: 100% 100%;
}
.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));
	
}
/* 点亮按钮 */
.header_img_2 .illumeandgl_box .illume_box .dlbtn {
  	cursor: pointer;
    width: 191px;
    height: 64px;
    margin-left: -8px;
    margin-top: -60px;
}
.header_img_2 .illumeandgl_box .illume_box .dlbtnimg1 {
  	background: url("../images/index/dianlaing_name1.png") no-repeat center;
}
.header_img_2 .illumeandgl_box .illume_box .dlbtnimg2 {
  	background: url("../images/index/dianlaing_name2.png") no-repeat center;
}

.header_img_2 .illumeandgl_box .illumeqd_box {
    position: absolute;
    width: 220px;
    top: 91px;
    left: 50%;
    margin-left: 329px;
}
/* 点亮图标 */
.header_img_2 .illumeandgl_box .illumeqd_box .qdbtntb {
	width: 194px;
	height: 219px;
}

.header_img_2 .illumeandgl_box .illumeqd_box .qdbtntbimg2 {
  	background: url("../images/index/she.png") no-repeat center;
} 

/* .header_img_2 .illumeanqd_box .illume_box .dlbtnimg1 {
  background: url("../images/index/deng_liang.png") no-repeat center;
}
.header_img_2 .illumeanqd_box .illume_box .dlbtnimg2 {
  background: url("../images/index/dianliang_1.png") no-repeat center;
} */

.header_img_2 .illume_box2 {
    position: absolute;
    top: 276px;
    left: 50%;
    margin-left: 330px;
}
.header_img_2 .illume_box2 .qd_btn, .header_img_2 .illume_box2 .qd_btn2 {
    cursor: pointer;
    display: block;
    width: 193px;
    height: 65px;
    background: url("../images/index/qiandao_1.png") no-repeat center;
}
.header_img_2 .illume_box2 .qd_btn2 {
	background: url("../images/index/qiandao_2.png") no-repeat center;
}
.header_img_3 .illume_box2 .qd_hdsj {
    position: absolute;
    right: 0;
    top: 125px;
    width: 100%;
    height: 28px;
    line-height: 30px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background: url("../images/index/y9_hdsj_bg.png") no-repeat center;
    /* background-color: #fff; */
}

/* 文字 */
.header_img_3 .text_box {
    position: relative;
    top: -32px;
    margin: auto;
    width: 784px;
    height: 320px;
    color: #6F2822;
    font-size: 20px;
    text-align: center;
    line-height: 44px;
    background: url(../images/index/header-text-bg.png) no-repeat center;
    padding-top: 148px;
    z-index: 10;
}
/* 总中部 */
.header-center {
	margin: -296px auto 0;
}
/* 万人祝福 */
.header-center .wrzf_box {
	position: relative;
	width: 1037px;
	margin: auto;
	z-index: 10;
}
/* 万人祝福1 */
.header-center .wrzf_box .wrzf_top {
	position: relative;
	width: 1037px;
	height: 137px;
	background: url("../images/index/title_1_header.png") no-repeat center;
}
/* 万人祝福2 */
.header-center .wrzf_box .wrzf_center {
	position: relative;
	width: 1037px;
	height: 276px;
	background: url("../images/index/title_middle.png") repeat center;
}
/* 万人祝福 查看更多 */
.header-center .wrzf_box .wrzf_center .ckgd {
	position: absolute;
    width: 131px;
    height: 40px;
    font-size: 22px;
    color: #FFE1BD;
    right: 80px;
    top: -33px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    letter-spacing: 2px;
}
.header-center .wrzf_box .wrzf_center .ckgd::after{
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: -4px;
		width: 10px;
		height: 18px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		background: url(../images/index/yellow-right-arrow.png);
		background-size: 100% 100%;
}
.ckgd_a {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 100%;
}
/* 万人祝福3 */
.header-center .wrzf_box .wrzf_bootom {
	position: relative;
	width: 1037px;
	height: 172px;
	background: url("../images/index/title_bottom.png") no-repeat center;
}
/* 万人左按钮 */
.header-center .wrzf_box .wrzf_center .wrzf_leftbtn {
	position: absolute;
  z-index: 2;
	width: 35px;
	height: 73px;
	left: 42px;
	top: 122px;
	background: url("../images/index/wrzfleft_btn.png") no-repeat center;
}
/* 万人左按钮不可点 */
.header-center .wrzf_box .wrzf_center .wrzf_leftbtn_noclick {
  	background: url("../images/index/wrzfleft_btn_noclick.png") no-repeat center;
}

.header-center .wrzf_box .wrzf_center .wrzf_leftbtn_noclick:hover,
.header-center .wrzf_box .wrzf_center .wrzf_rightbtn_noclick:hover{
  cursor: auto;
}
/* 万人右按钮 */
.header-center .wrzf_box .wrzf_center .wrzf_rightbtn {
	position: absolute;
  z-index: 2;
	width: 35px;
	height: 73px;
	right: 39px;
	top: 122px;
	background: url("../images/index/wrzfright_btn.png") no-repeat center;
}
/* 万人左按钮不可点 */
.header-center .wrzf_box .wrzf_center .wrzf_rightbtn_noclick {
  	background: url("../images/index/wrzfright_btn_noclick.png") no-repeat center;
}
/* 万人祝福中间 */
.header-center .wrzf_box .wrzf_center .wrzf_center_imgbox {
    position: relative;
    width: 860px;
    height: 338px;
    left: 89px;
    top: 21px;
    /* float: left; */
    overflow: hidden;
    z-index:9999 !important;
}
.header-center .wrzf_box .wrzf_center .wrzf_center_imgbox .wrzf_center_imgbox_long {
	position: absolute;
	/* width: 700%; */
	float: left;
	height: 327px;
}
/* 万人祝福中间内容 */
.header-center .wrzf_box .wrzf_center .wrzf_center_imgbox .wrzf_center_imgbox_long .wrzf_center_imgbox_value {
	position: relative;
	cursor: pointer;
	width: 146px;
	height: 323px;
  margin-left: 11px;
  margin-right: 11px;
	float: left;
  background: #FFE1BD;
  border: 2px solid #FFE1BD;
	border-radius: 6px;
	behavior: url(ie-css3.htc);

}
/* 万人祝福中间内容封面 */
.header-center .wrzf_box .wrzf_center .wrzf_center_imgbox .wrzf_center_imgbox_long .wrzf_center_imgbox_photo {
	position: relative;
	width: 146px;
	height: 260px;
  border-radius: 6px 6px 4px 4px;
  background-size: cover;
  background-position: center center;
	top: 0;
	behavior: url(ie-css3.htc);
}
/* 播放按钮 */
.header-center .wrzf_box .wrzf_center .wrzf_center_imgbox .wrzf_center_imgbox_long .wrzf_center_imgbox_photo .play-btn {
	position: relative;
	width: 146px;
	height: 260px;
}
.header-center .wrzf_box .wrzf_center .wrzf_center_imgbox .wrzf_center_imgbox_long .wrzf_center_imgbox_photo .play-btn:hover {
  	background: url("../images/index/play-btn.png") no-repeat center;
}
/* 黑背景 */
.header-center .wrzf_box .wrzf_center .wrzf_center_imgbox .wrzf_center_imgbox_long .wrzf_center_imgbox_photo .heibg {
	overflow: hidden;
	width: 146px;
	height: 30px;
  margin-top: 7px;
}
.heibg_nametext {
	position: absolute;
	left: 10px;
	max-width: 126px;
	width: 126px;
	height: 30px;
	line-height: 30px;
	color: #332d26;
	font-size: 16px;
	text-overflow:ellipsis;
	overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	_display: -webkit-box;
	_max-width: 126px;
	
	-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;
  
}
/* 按钮查看详情 */
.header-center .wrzf_box .wrzf_center .wrzf_center_imgbox .wrzf_center_imgbox_long .wrzf_ckxqbtn {
	/* margin: auto; */
	/* width: 128px; */
  position: absolute;
  /* margin: auto; */
  width: 128px;
  height: 16px;
  bottom: 14px;
  left: 11px;
  font-size: 16px;
  color: #D03C23;
  text-align: center;
}
/* 十大精彩活动 */
.header-centertwo {
  	margin: 41px auto 0;
}
/* 精彩活动框 */
.header-centertwo .jchd_box {
	position: relative;
	width: 1037px;
	margin: 0 auto;
}
.header-centertwo .jchd_box .jchdtop {
  position: relative;
  width: 1037px;
  height: 128px;
  background: url("../images/index/title_2_header.png") no-repeat center;
}
.header-centertwo .jchd_box .jchdcenter {
  position: relative;
  overflow: hidden;
  width: 1037px;
  background: url("../images/index/title_middle.png") repeat center;
}
.header-centertwo .jchd_box .jchdcenter .active-list-wrap {
  position: relative;
  overflow: hidden;
  width: 969px;
  padding: 0 0 0 43px;
  z-index: 100;
}
.header-centertwo .jchd_box .jchdbootom {
  position: relative;
  top: -100px;
  width: 1037px;
  height: 166px;
  background: url("../images/index/title_bottom.png") no-repeat center;
}
.header-centertwo .jchd_box .jchdcenter .jchd_img_box {
	position: relative;
	float: left;
	margin: 0 12px 13px;
	width: 446px;
	height: 361px;
}
/* 精彩活动的背景框 */
.header-centertwo .jchd_box .jchdcenter .jchd_img_box .jchd_img_boxdt {
	position: relative;
	width: 458px;
	height: 361px;
	margin: auto;
	/* background: url("../images/index/active_bg.png") no-repeat center; */
}
/* 精彩活动的背景图 */
.header-centertwo .jchd_box .jchdcenter .jchd_img_box .jchd_img_boxdt .jchd_img_boxbgt {
	width: 458px;
	height: 361px;
  /* padding: 8px 0px 0px 8px; */
}
/* 精彩活动的背景图角标 */
.header-centertwo .jchd_box .jchdcenter .jchd_img_box .jchd_img_boxdt .jchd_img_boxbgt .jchd_img_boxjb {
	position: absolute;
	width: 124px;
	height: 109px;
	top: 3px;
	right: 4px;
}
/* 尽请期待按钮 */
/* .header-centertwo .jchd_box .jchdcenter .jchd_img_box .jchd_img_boxdt .jqqdbtn {
	position: absolute;
	width: 448px;
	height: 98px;
	bottom: 7px;
	left:5px;
	background: url("../images/index/active_bt.png") no-repeat center;
} */
.header .header-middle {
	height: 373px;
	padding-top: 57px;
	overflow: hidden;
}
.header .header-bottom {
  height: 460px;
  overflow: hidden;
}
.vvRoom {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
}
.vvRoom img {
  height: 110px;
  width: 89px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -44px;
  margin-top: -44px;
}
.vvRoom .videoIcon {
  height: 107px;
  width: 107px;
  background: url("../images/index/playico.png") no-repeat center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -54px;
  margin-top: -54px;
}
.vvRoom:hover .videoIcon {
  background: url("../images/index/playico_hover.png");
}
.header-bottom .infoWrap {
  width: 640px;
  height: 40px;
  margin: 0 auto;
  margin-top: 30px;
  padding: 10px 0px;
}
.header-bottom .infoWrap p {
  color: #fff45c;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
/*++++++++++点亮+++++++++++*/
.header_img_2 .hdbox {
  position: absolute;
  right: 78px;
  top: 114px;
}
/*++++++++++签到+++++++++++*/
.hdbox .sign-state {
  margin-top: 15px;
  position: relative;
}
.hdbox .sign-state .sg-button {
  display: block;
  width: 91px;
  height: 39px;
  margin: 0 auto;
}
/*.hdbox .sign .sign-btn {*/
/*  background: url("../images/index/btn-sign.png") no-repeat center;*/
/*}*/
/*.hdbox .signed .sign-btn {*/
/*  background: url("../images/index/btn-signed.png") no-repeat center;*/
/*}*/
/*.hdbox .signed .sign-btn:hover {*/
/*  background: url("../images/index/btn-signed.png") no-repeat center;*/
/*}*/
/*.hdbox .sign .sign-btn:hover {*/
/*  background: url("../images/index/btn-sign-hover.png") no-repeat center;*/
/*}*/
/*.hdbox .sign-timeout .sign-btn {*/
/*  background: url("../images/index/btn-sign-timeout.png") no-repeat center;*/
/*}*/
.hdbox .sign-state .sign-tip {
  display: block;
  color: #db322d;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}
.hdbox .sign-state .sign-msg {
  display: block;
  color: #251814;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}
.hdbox .signed .sign-msg i {
  color: #db322d;
}

/*++++++++++日历+++++++++++*/
.calendar-box {
  display: none;
  position: absolute;
  height: 376px;
  width: 326px;
  left: 50%;
  margin-left: -163px;
  top: 83px;
  text-align: left;
  background: url("../images/index/rlbg.png") no-repeat;
  z-index: 1000;
}
.calendar-box .cal-head {
  height: 56px;
  width: 100%;
}
.calendar-box .cal-head .cal-close {
  cursor: pointer;
  height: 20px;
  width: 20px;
  display: block;
  float: right;
  margin-top: 24px;
  margin-right: 13px;
  _margin-right: 7px;
}
.calendar-box .cal-main {
  /*margin-left:20px; _margin-left:0px;*/
  position: relative; /*_width:320px;*/
}
.calendar-box .cal-main .cal-tag {
  margin-top: 6px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  font-size: 14px;
  _margin-left: 20px;
}
.calendar-box .cal-main .cal-tag span {
  color: #f9d84f;
  font-weight: bold;
}
.calendar-box .cal-main .clickbox {
  width: 100%;
  height: 24px;
  margin: 13px 0;
  position: relative;
}
.calendar-box .cal-main .clickbox .showyear {
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  color: #be332b;
}
.calendar-box .cal-main .clickbox #btn-left {
  width: 7px;
  height: 10px;
  position: absolute;
  left: 28px;
  top: 5px;
  _left: 28px;
  _top: 0px;
}
.calendar-box .cal-main .clickbox #btn-right {
  width: 7px;
  height: 10px;
  position: absolute;
  right: 28px;
  top: 5px;
  _right: 14pxpx;
  _top: 0px;
}
.calendar-box .cal-main .cal-day {
  color: #be332b;
  font-size: 18px;
  height: 20px;
  line-height: 20px;
}
.calendar-box .cal-main .cal-day span {
  margin-left: 21px;
  _margin-left: 18px;
}
.calendar-box .cal-main .date-list {
  float: left;
  width: 326px;
  position: relative;
}
.calendar-box .cal-main .date-list li {
  float: left;
  margin-left: 20px;
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  _display: inline;
}
.calendar-box .cal-main .date-list li p {
  width: 20px;
  text-align: center;
  height: 20px;
  border: 2px solid transparent;
  _border: 2px solid #fff;
  line-height: 20px;
  border-radius: 12px;
  behavior: url(ie-css3.htc);
}
.calendar-box .cal-main .date-list .start-item {
  float: left;
  width: 1px;
  height: 1px;
  margin-left: 176px;
}
.calendar-box .cal-main .date-list .mark p {
  border: 2px solid #bf362e;
}
.calendar-box .ulshow {
  width: 100%;
  height: 204px;
  overflow: hidden;
  position: relative;
}
.calendar-box .ulWrap {
  width: 1020px;
  height: 204px;
}
.cal-main .list-first .y12,
.cal-main .list-first .y01,
.cal-main .list-second .y02,
.cal-main .list-second .y03 {
  color: #db322d;
  font-size: 12px;
  position: absolute;
}
.cal-main .y12 {
  left: 162px;
  top: 10px;
}
.cal-main .y01 {
  left: 2px;
  top: 112px;
}
.cal-main .y02 {
  left: 132px;
  top: 44px;
}
.cal-main .y03 {
  left: 132px;
  top: 180px;
}
.cal-main .cal-des {
  color: #ed2d72;
  font-size: 12px;
  margin-top: 15px;
  text-indent: 1em;
}

/*++++++++++主体内容+++++++++++*/
.main {
  margin-top: -320px;
}
.content-box {
  width: 1035px;
  margin: 0 auto;
}
.content-list .main-first {
  width: 1035px;
  height: 330px;
  background: url("../images/index/main-first.png") no-repeat center;
}
.content-list .main-second {
  text-align: center;
  width: 1035px;
  height: 280px;
  background: url("../images/index/main-second.jpg") no-repeat center;
}
.content-list .main-third {
  width: 1035px;
  height: 339px;
  background: url("../images/index/main-third.png") no-repeat center;
}
.content-item {
  width: 391px;
  height: 256px;
  float: left;
}
.content-list .main-first .first-line {
  margin-top: 74px;
  margin-left: 99px;
  _margin-left: 50px;
}
.content-list .main-first .second-line {
  margin-top: 74px;
  margin-left: 51px;
  _margin-left: 50px;
}
.content-list .main-second .first-line {
  margin-top: 18px;
  margin-left: 99px;
  _margin-left: 50px;
}
.content-list .main-second .second-line {
  margin-top: 18px;
  margin-left: 51px;
  _margin-left: 50px;
}
.content-list .main-third .first-line {
  margin-top: 19px;
  margin-left: 99px;
  _margin-left: 50px;
}
.content-list .main-third .second-line {
  margin-top: 19px;
  margin-left: 51px;
  _margin-left: 50px;
}
.item-box {
  width: 391px;
  height: 256px;
  position: relative;
}
.poster {
  width: 391px;
  height: 205px;
  display: block;
  cursor: pointer;
}
.poster img {
  display: block;
  width: 391px;
  height: 205px;
}
.commdetail {
  display: block;
  height: 32px;
  width: 143px;
  margin: 0 auto;
  margin-top: 13px;
}
.seeDetail {
  background: url("../images/index/see-detail.png") no-repeat;
}
.seeDetail {
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/index/see-detail.png',sizingMethod='crop');
}
.noDetail {
  cursor: default;
  background: url("../images/index/nodetail.png") no-repeat;
}
.noDetail {
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/index/nodetail.png',sizingMethod='crop');
}
.state {
  height: 89px;
  width: 103px;
  position: absolute;
  right: -8px;
  top: -6px;
}
.state-ing {
  background: url("../images/index/icon-going.png") no-repeat;
}
.state-ing {
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/index/icon-going.png',sizingMethod='crop');
}
.state-notstart {
  background: url("../images/index/icon-nostart.png") no-repeat;
}
.state-notstart {
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/index/icon-nostart.png',sizingMethod='crop');
}
.state-over {
  background: url("../images/index/icon-timeout.png") no-repeat;
}
.state-over {
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/index/icon-timeout.png',sizingMethod='crop');
}
.state-timeout {
  height: 89px;
  width: 103px;
  position: absolute;
  right: -8px;
  top: -6px;
  background: url("../images/index/icon-over.png") no-repeat;
}
.state-timeout {
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/index/icon-over.png',sizingMethod='crop');
}
.bottom_img_6 {
    position: relative;
    width: 100%;
    height: 428px;
    /* bottom: 0px; */
    margin-top: -112px;
}
.bottom_img_6 .footer {
  position: relative;
  top: 78px;
}
/*+++++++++底部footer+++++++++++++*/
.bottom_img_6 .footer .bottom-logo {
  width: 194px;
  height: 76px;
  margin: 0 auto;
  background: url("../images/index/bottom-logo.png") no-repeat center;
}
/*.footer .bottom-logo {_background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/index/bottom-logo.png',sizingMethod='crop'); }*/
#footer_link_info {
  color: #fff;
}
#footer_link_info a {
  color: #fff;
  text-decoration: none;
}

/********弹窗样式*********/
.cover-layer {
  height: 100%;
  width: 100%;
  background: #333;
  opacity: 0.3;
  filter: alpha(opacity=30);
  position: fixed;
  top: 0px;
  left: 0px;
  _position: absolute;
  display: none;
  z-index: 1000;
}
.dialog-box {
  position: fixed;
  left: 50%;
  top: 50%;
  display: block;
  height: 365px;
  width: 446px;
  _position: absolute;
  z-index: 1001;
}
.dia-success {
  display: none;
}
.dialog-main {
  height: 363px;
  width: 446px;
  background: url("../images/index/layer_bg.png") no-repeat;
  position: absolute;
  left: -223px;
  top: -163px;
}
.twocode {
  height: 113px;
  width: 115px;
  position: absolute; /*background: url('../images/index/twocode_bg.png') no-repeat;*/
  top: 0px;
  left: 275px;
}
.twocode .twocodeimg {
  width: 102px;
  height: 103px;
  margin-left: 6px;
  margin-top: 7px;
  background: url("../images/index/twocode.jpg");
}
.dia-close {
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  right: 16px;
  top: 101px;
  _top: 103px;
  cursor: pointer;
}
.dia-content {
  text-align: center;
  margin-top: 180px;
}
.dia-content .dia-msg {
  color: #af3e33;
  font-size: 32px;
}
.dia-content .point-tip {
  color: #d33868;
  font-size: 18px;
  margin-top: 15px;
}
.dia-button {
  position: relative;
  margin-top: 20px;
}
.dia-button a {
  height: 44px;
  width: 134px;
  position: absolute;
  display: block;
  cursor: pointer;
}
.dia-button .point-btn {
  background-image: url("../images/index/point-btn.png");
  left: 72px;
}
.dia-button .mygoods-btn {
  background-image: url("../images/index/mygoods-btn.png"); /*right:72px;*/
  left: 50%;
  margin-left: -67px;
}
.dia-warn {
  display: none;
}
.dia-tip {
  margin-top: 214px;
  text-align: center;
}
.dia-tip01 {
  width: 167px;
  padding-left: 36px;
  height: 33px;
  line-height: 33px;
  color: #e50e46;
  font-size: 32px;
  margin-left: 125px;
  *margin-left: 0px;
  background: url("../images/index/warn.jpg") no-repeat;
}
.dia-tip02 {
  margin-top: 20px;
  color: #e50e46;
  font-size: 18px;
}
.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));
}

/* .logo {
  height: 154px;
  width: 128px;
  background: url("../images/index/logo.png");
  position: absolute;
  left: 100px;
  top: 70px;
} */

/* .headertime {
  color: #b31c13;
  font-size: 24px;
  font-weight: bold;
  bottom: 0;
  left: 50%;
  margin-left: -132px;
  position: absolute;
} */
