@charset "utf-8";
body {
    /*background-color: #B31B19;*/
    background: url(../images/newyeardraw/y11_newyear_bg5.jpg) repeat center;
    min-width: 1200px ;
}

.newyear_head {
    position: relative;
	width: 100%;
}
.newyear_bg1 {
	width: 100%;
	height: 527px;
	background: url('../images/newyeardraw/y11_newyear_bg1-1.jpg') no-repeat center;
    position: relative;
}
.newyear_bg2 {
	width: 100%;
	height: 356px;
	background: url('../images/newyeardraw/y11_newyear_bg2.jpg') no-repeat center;
	position: relative;
}
.newyear_bg3 {
    position: relative;
	width: 100%;
	height: 334px;
	background: url('../images/newyeardraw/y11_newyear_bg3.jpg') no-repeat center;
	position: relative;
    z-index: 8;
}
.newyear_bg4 {
    position: relative;
	width: 100%;
	height: 366px;
	background: url('../images/newyeardraw/y11_newyear_bg4.jpg') no-repeat center;
	position: relative;
    z-index: 7;
}
.newyear_box_wrap {
    width: 652px;
    height: 520px;
    background: url(../images/newyeardraw/y11_newyear_draw1.png) no-repeat center;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: -4px;
    margin-left: -326px;
}
.newyear_draw_box {
    width: 540px;
    height: 220px;
    background: url(../images/newyeardraw/y11_draw_box_gif.gif) no-repeat center;
    position: absolute;
    left: 55px;
    bottom: 208px;
}
.newyear_draw_btn_normal {
    width: 287px;
    height: 112px;
    background: url(../images/newyeardraw/y11_newyear_draw_btn_1.png) no-repeat center;
    position: absolute;
    left: 198px;
    bottom: 90px;
    cursor: pointer;
}
.newyear_draw_btn_click {
    width: 287px;
    height: 105px;
    background: url(../images/newyeardraw/y11_newyear_draw_btn_2.png) no-repeat center;
    position: absolute;
    left: 198px;
    bottom: 90px;
}
.newyear_draw_btn_active{
      -webkit-animation: inner 0.5s linear infinite;
      animation: inner 0.5s linear infinite;
     -ms-animation: inner 0.5s linear infinite;
     -webkit-animation-iteration-count: 1;
     animation-iteration-count: 1;
     -ms-animation-iteration-count: 1;
}
.newyear_draw_box_disable{
    left: -9999px;
    top: -9999px;
}
.newyear_record {
    width: 110px;
    height: 96px;
    position: absolute;
    top: 170px;
    cursor: pointer;
    /*border: 2px solid blue;*/
    left: 50%;
    margin-left: -258px;
}
.newyear_count {
    font-size: 28px;
    color: #FFF;
    position: absolute;
    top: 25px;
    right: 248px;
    width: 100px;
    height: 44px;
    line-height: 38px;
    text-align: center;
    font-weight: bold;
}
.newyear_arrow_btn{
	position: absolute;
	right: 268px;
    bottom: 200px;
    width: 84px;
    height: 90px;
    background: url(../images/newyeardraw/y11_newyear_draw_arrow.png) no-repeat center;
    margin: 0 auto;
	-webkit-animation: breathe 1.1s infinite;
	animation: breathe 1.1s infinite;
    -ms-animation: breathe 1.1s infinite; ;/*IE8+*/
	cursor: pointer;
}
.newyear_rule_wrap{
    width: 100%;
	height: 383px;
}
.newyear_rule {
    width: 932px;
    height: 354px;
    background: url(../images/newyeardraw/y11_newyear_rule2.png) no-repeat center;
    position: absolute;
    z-index: 10;
    top: 110px;
    left: 50%;
    margin-left: -466px;
}
@keyframes inner {
    0%,
    50% {
        opacity: 0;
    }

    55%,
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes inner {
    0%,
    50% {
        opacity: 0;
    }

    55%,
    100% {
        opacity: 1;
    }
}
@-ms-keyframes inner {
    0%,
    50% {
        opacity: 0;
    }

    55%,
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes breathe {
    0% {
        transform: scale(.99);
    }
    50% {
        transform: scale(1.03);
    }
    100% {
        transform: scale(.99);
    }
}

@keyframes breathe {
    0% {
        transform: scale(.99);
    }
    50% {
        transform: scale(1.03);
    }
    100% {
        transform: scale(.99);
    }
}
@-ms-keyframes breathe{
    0% {
        ms-transform: scale(.99);
        transform: scale(.99);
    }
    50% {
        ms-transform: scale(.99);
        transform: scale(1.03);
    }
    100% {
        ms-transform: scale(.99);
        transform: scale(.99);
    }
}
.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: 486px;
	height: 732px;
	background: url('../images/newyeardraw/y11_newyear_gift_pop.png') no-repeat center;
	position: fixed;
	top: 40%;
	left: 50%;
	margin: -280px 0 0 -222px;
	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));
}
.box_modal_load{
    display: block;
	width: 486px;
	height: 732px;
	background: url('../images/newyeardraw/y11_newyear_gift_pop.png') no-repeat center;
    position: absolute;
    top:-9999px;
    left: -9999px;
}
.gift_desc {
    font-size: 26px;
    color: #FDE1BA;
    position: absolute;
    left: 0;
    top: 188px;
    width: 100%;
    line-height: 40px;
    font-weight: bold;
    user-select: none;
}
.gift_wrap {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 344px;
}
.gift_wrap img {
	width: 180px;
}
.gift_close_btn {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -4px;
    right: 216px;
    cursor: pointer;
}
.gift_btn {
    width: 286px;
    height: 60px;
    position: absolute;
    bottom: 128px;
    left: 50%;
    margin-left: -146px;
    cursor: pointer;
}
.footerBox{
    position: relative;
    z-index: 100;
    margin-top: -175px;
}
.footerLogo {
	position: relative;
	width: 209px;
	height: 89px;
	background: url(../images/index/y11_bottom-logo.png) center bottom no-repeat;
	margin: 40px auto 0;
}

#footer_link_info{
	color: #fff;
    position: relative;
    z-index: 100;
}
#footer_link_info p a{
	color: #fff;
}