@charset "utf-8";
body {
    /*background-color: #B31B19;*/
    /* background: url(../images/newYear/y11_newyear_bg5.jpg) repeat center; */
    min-width: 1200px ;
}

.newyear_head {
    position: relative;
	width: 100%;
}
.newyear_bg1 {
	width: 100%;
	height: 416px;
	background: url('../images/newYear/newyear_bg1-1.png') no-repeat center;
    position: relative;
}
.newyear_bg2 {
	width: 100%;
	height: 414px;
	background: url('../images/newYear/newyear_bg2.png') no-repeat center;
	position: relative;
}
.newyear_bg3 {
    position: relative;
	width: 100%;
	height: 290px;
	background: url('../images/newYear/newyear_bg3.png') no-repeat center;
	position: relative;
    z-index: 8;
}
.newyear_bg4 {
    position: relative;
	width: 100%;
	height: 335px;
	background: url('../images/newYear/newyear_bg4.png') no-repeat center;
	position: relative;
    z-index: 7;
}
.newyear_box_wrap {
    width: 516px;
    height: 516px;
    background: url(../images/newYear/newyear_draw1.png) no-repeat center;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: 103px;
    margin-left: -255px;
}
.newyear_draw_box {
    width: 382px;
    height: 387px;
    background: url(../images/newYear/draw_box_gif.gif) no-repeat center;
    position: absolute;
    left: 66px;
    bottom: 61px;
    border-radius: 382px;
}
.newyear_draw_btn_normal {
    width: 128px;
    height: 128px;
    background-color: transparent;
    position: absolute;
    left: 195px;
    bottom: 201px;
    cursor: pointer;
    border-radius: 128px;
}
.newyear_draw_btn_click {
    width: 287px;
    height: 105px;
    background: url(../images/newYear/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;
}
.bibcock {
    background: url(../images/newYear/bibcock.png) no-repeat center;
    position: absolute;
    top: -229px;
    width: 211px;
    height: 175px;
    left: 50%;
    margin-left: 64px;
}
.dragon_tail {
    background: url(../images/newYear/dragon_tail.png) no-repeat center;
    position: absolute;
    bottom: 110px;
    width: 294px;
    height: 196px;
    left: 50%;
    margin-left: 11px;
}
.newyear_record {
    width: 50px;
    height: 150px;
    position: absolute;
    top: -72px;
    cursor: pointer;
    /*border: 2px solid blue;*/
    left: 50%;
    margin-left: 294px;
}
.newyear_count {
    font-size: 28px;
    color: #FFF;
    position: absolute;
    bottom: -76px;
    right: 164px;
    width: 100px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    font-weight: bold;
}
.newyear_arrow_btn{
	position: absolute;
	right: 268px;
    bottom: 200px;
    width: 84px;
    height: 90px;
    background: url(../images/newYear/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: 960px;
    height: 337px;
    background: url(../images/newYear/newyear_rule2.png) no-repeat center;
    position: absolute;
    z-index: 10;
    top: 25px;
    left: 50%;
    margin-left: -480px;
}
@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: 428px;
	height: 492px;
	background: url('../images/newYear/newyear_gift_pop.png') no-repeat center;
	position: fixed;
	top: 40%;
	left: 50%;
	margin: -180px 0 0 -214px;
	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/newYear/y11_newyear_gift_pop.png') no-repeat center;
    position: absolute;
    top:-9999px;
    left: -9999px;
}
.gift_desc {
    font-size: 20px;
    color: #ec3008;
    position: absolute;
    left: 0;
    top: 72px;
    width: 100%;
    line-height: 40px;
    font-weight: 450;
    user-select: none;
}
.gift_wrap {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 160px;
}
.gift_wrap img {
	width: 180px;
}
.gift_close_btn {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 12px;
    right: 16px;
    cursor: pointer;
}
.gift_btn {
    width: 240px;
    height: 55px;
    position: absolute;
    bottom: 61px;
    left: 50%;
    margin-left: -114px;
    cursor: pointer;
}
.footerBox{
    position: relative;
    z-index: 100;
    margin-top: -254px;
}
.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;
    position: relative;
    z-index: 100;
}
#footer_link_info p a{
	color: #fff;
}