@charset "utf-8";
body {
    background-color: #f9b665;
    min-width: 1200px ;
}

.newyear_head {
	width: 100%;
}
.newyear_bg1 {
	width: 100%;
	height: 350px;
	background: url('../images/newyear/festival_bg1.jpg') no-repeat center;
}
.newyear_bg2 {
	width: 100%;
	height: 250px;
	background: url('../images/newyear/festival_bg2.jpg') no-repeat center;
	position: relative;
}
.no_associbtn, .associbtn {
	font-size: 23px;
	color: #ffeb71;
	font-weight: bold;
	position: absolute;
	bottom: 71px;
	left: 50%;
	width: 113px;
	height: 24px;
	line-height: 24px;
	margin-left: 100px;
}
.no_associbtn {
	background: url('../images/newyear/asocci_text.png') no-repeat center;
	cursor: pointer;
}
.associbtn {display: none;}
.newyear_bg3 {
	width: 100%;
	height: 320px;
	background: url('../images/newyear/festival_bg3.jpg') no-repeat center;
}

.newyear_box_wrap {
	width: 896px;
	height: 689px;
	background: url('../images/newyear/box_bg.png') no-repeat center;
	margin: -245px auto 0;
	position: relative;
}

.newyear_boxlist {
    position: absolute;
    width: 842px;
    height: 510px;
    left: 50%;
    margin-left: -448px;
	padding-left: 54px;
    top: 16%;
    overflow: hidden;
}
.newyear_box_item {
	width: 188px;
    height: 193px;
    background: url('../images/newyear/closebox.png') no-repeat center;
    float: left;
    margin: 0px 4px 54px;
    cursor: pointer;
}
.newyear_box_item.open_box {
	background: url('../images/newyear/openbox.png') no-repeat center;
}
.newyear_record {
	width: 106px;
    height: 30px;
    position: absolute;
    top: 36px;
    right: 60px;
    cursor: pointer;
}
.newyear_count {
	font-size: 18px;
	color: #f52b41;
	position: absolute;
	bottom: 15px;
	left: 50%;
    margin-left: -105px;
	width: 210px;
	height: 38px;
	line-height: 38px;
	text-align: center;
}

.newyear_rule {
	width: 896px;
	height: 279px;
	background: url('../images/newyear/festival_rule.png') no-repeat center;
	margin: 20px auto;
}

.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));
}
.toast {
	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));
}

.box_modal {
	display: none;
	width: 480px;
	height: 430px;
	background: url('../images/newyear/box_modal.png') no-repeat center;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -215px 0 0 -240px;
	z-index: 999;
	text-align: center;
    _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));
}
.gift_desc {
	font-size: 16px;
	color: #fffbe4;
	position: absolute;
	left: 0;
	top: 100px;
	width: 100%;
	line-height: 24px;
}
.gift_wrap {
	width: 100%;
	position: absolute;
	left: 0;
	top: 154px;
}
.gift_wrap img {
	width: 136px;
}

.gift_btn {
	width: 134px;
	height: 40px;
	position: absolute;
	bottom: 18px;
	left: 50%;
	margin-left: -67px;
	cursor: pointer;
}

.footerLogo {
	width: 209px;
	height: 89px;
	background: url(../images/newyear/y9_bottom-logo.png) center bottom no-repeat;
	margin: 40px auto 0;
}
#footer_link_info{
	color: #fff;
}
#footer_link_info p a{
	color: #fff;
}