@charset "utf-8";
body {
    background-color: #1b1453;
    min-width: 1200px ;
}

.doubleday_head {
    position: relative;
	width: 100%;
}
.doubleday_bg1 {
	width: 100%;
	height: 339px;
	background: url('../images/christmas/header_01.jpg') no-repeat center;
}
.doubleday_bg2 {
	width: 100%;
	height: 483px;
	background: url('../images/christmas/header_02.jpg') no-repeat center;
	position: relative;
}
.doubleday_bg3 {
    position: relative;
	width: 100%;
	height: 225px;
	background: url('../images/christmas/header_03.jpg') no-repeat center;
	position: relative;
}
.doubleday_box_wrap {
    width: 344px;
    height: 335px;
    /* background: url(../images/christmas/draw.png) no-repeat center; */
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: 375px;
    margin-left: -176px;
}
.doubleday_draw {
    width: 344px;
    height: 335px;
    background: url(../images/christmas/draw.png) no-repeat center;
    margin: 0 auto;
}

.doubleday_draw_box {
    width: 380px;
    height: 335px;
    background: url(../images/christmas/draw_gif.gif) no-repeat center;
    position: absolute;
    left: -7px;
    bottom: 2px;
}
.doubleday_draw_btn_normal {
    width: 339px;
    height: 92px;
    background: url(../images/christmas/init_btn.png) no-repeat center;
    position: absolute;
    left: 3px;
    bottom: -95px;
}
.doubleday_draw_btn_click {
    width: 339px;
    height: 82px;
    background: url(../images/christmas/click_btn.png) no-repeat center;
    position: absolute;
    left: 3px;
    bottom: -95px;
}
.doubleday_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;
}
.doubleday_draw_box_disable{
    left: -9999px;
    top: -9999px;
}
/* 抽奖记录 */
.doubleday_record {
	width: 90px;
    height: 90px;
    position: absolute;
    top: 32px;
    cursor: pointer;
    /*border: 2px solid blue;*/
    left: 50%;
    margin-left: 205px;
    z-index: 99;
}
.doubleday_count {
    font-size: 34px;
    color: #ffe119;
    position: absolute;
    bottom: -160px;
    right: 68px;
    width: 100px;
    height: 44px;
    line-height: 38px;
    text-align: center;
    font-weight: bold;
}
.doubleday_arrow_btn{
	position: absolute;
    right: 12px;
    bottom: -78px;
    width: 308px;
    height: 164px;
    background: url(../images/christmas/arrow.png) no-repeat center top;
    margin: 0 auto;
	-webkit-animation: breathe 1.1s infinite;
	animation: breathe 1.1s infinite;
    -ms-animation: breathe 1.1s infinite; ;/*IE8+*/
	cursor: pointer;
}
.doubleday_rule_wrap{
    width: 100%;
	height: 383px;
}
.doubleday_rule {
    width: 962px;
    height: 383px;
    background: url(../images/christmas/rule.png) no-repeat center;
    margin: -120px auto 92px;
    position: relative;
    z-index: 10;
}
@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: 446px;
	height: 629px;
	background: url('../images/christmas/receive_dialog.png') no-repeat center;
	position: fixed;
	top: 50%;
	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: 446px;
	height: 629px;
	background: url('../images/christmas/receive_dialog.png') no-repeat center;
    position: absolute;
    top:-9999px;
    left: -9999px;
}
.gift_desc {
    font-size: 28px;
    color: #EC3008;
    position: absolute;
    left: 0;
    top: 162px;
    width: 100%;
    line-height: 40px;
    font-weight: bold;
    user-select: none;
}
.gift_wrap {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 282px;
}
.gift_wrap img {
	width: 180px;
}
.gift_close_btn {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 88px;
    right: 10px;
    cursor: pointer;
}
.gift_btn {
    width: 270px;
    height: 52px;
    position: absolute;
    bottom: 74px;
    left: 50%;
    margin-left: -138px;
    cursor: pointer;
}

.footerLogo {
	position: relative;
	width: 209px;
	height: 89px;
	background: url(../images/index/bottom-logo.png) center bottom no-repeat;
	margin: 40px auto 0;
}
/* .footer_icon1 {
	left: -410px;
    bottom: 140px;
    width: 192px;
    height: 142px;
    background: url(../images/christmas/y11_double_footer1.png) no-repeat center;
    position: absolute;
} */
/* .footer_icon2 {
	right: -380px;
    bottom: -190px;
    width: 222px;
    height: 224px;
    background: url(../images/christmas/y11_double_footer2.png) no-repeat center;
    position: absolute;
} */
#footer_link_info{
	color: #fff;
}
#footer_link_info p a{
	color: #fff;
}