@charset "utf-8";
body {
    background-color: #ec2f30;
    min-width: 1000px;
}

.doubleday_head {
    position: relative;
	width: 100%;
}
.doubleday_bg1 {
	width: 100%;
	height: 282px;
	background: url('../images/christmas/header_01.jpg') no-repeat center;
}
.doubleday_bg2 {
	width: 100%;
	height: 614px;
	background: url('../images/christmas/header_02.jpg') no-repeat center;
    overflow: hidden;
}
.doubleday_bg3 {
	width: 100%;
	height: 385px;
	background: url('../images/christmas/header_03.jpg') no-repeat center;
	/* position: relative; */
}

/* 抽奖 */
/* 翻卡抽奖 */
.lottery-contain {
    position: relative;
}

.lottery-contain .lottery-record {
    width: 80px;
    height: 108px;
    position: absolute;
    top: 30px;
    cursor: pointer;
    left: 50%;
    margin-left: 395px;
    z-index: 99;
}

.lottery-contain .lottery-number-box {
    height: 70px;
    line-height: 64px;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
}

.lottery-contain .lottery-number-box .lottery-number{
    font-size: 32px;
    color: #FFEB36;
}

.lottery-contain .lottery-box {
    width: 570px;
    margin: 10px auto 0;
}

.lottery-contain .lottery-box .lottery-item {
    float: left;
    width: 170px;
    height: 215px;
    margin: 0px 10px 10px;
    background: url('../images/christmas/prize_draw_bg.png');
    cursor: pointer;
}

.lottery-contain .lottery-box .prize-item {
    float: left;
    width: 170px;
    height: 215px;
    margin: 0px 10px 10px;
    background: url('../images/christmas/prize_draw_zm.png');
}

.lottery-contain .lottery-box .prize-item .prize, .gift_wrap {
    width: 100%;
    height: 138px;
}

/* prize0后的数字为奖品id */
.lottery-contain .lottery-box .prize-item .prize.prize40010005 , .gift_wrap.prize40010005{
    background: url('../images/prize/40010005.png') no-repeat center;
}

.lottery-contain .lottery-box .prize-item .prize.prize50010011 , .gift_wrap.prize50010011{
    background: url('../images/prize/50010011.png') no-repeat center;
}

.lottery-contain .lottery-box .prize-item .prize.prize50010010, .gift_wrap.prize50010010 {
    background: url('../images/prize/50010010.png') no-repeat center;
}

.lottery-contain .lottery-box .prize-item .prize.prize50010003 , .gift_wrap.prize50010003{
    background: url('../images/prize/50010003.png') no-repeat center;
}
.lottery-contain .lottery-box .prize-item .prize.prize50010002, .gift_wrap.prize50010002 {
    background: url('../images/prize/50010002.png') no-repeat center;
}
.lottery-contain .lottery-box .prize-item .prize.prize10010001 , .gift_wrap.prize10010001{
    background: url('../images/prize/10010001.png') no-repeat center;
}
.lottery-contain .lottery-box .prize-item .prize50010001 , .gift_wrap.prize50010001{
    background: url('../images/prize/50010001.png') no-repeat center;
}
.lottery-contain .lottery-box .prize-item .prize.prize10010002 , .gift_wrap.prize10010002{
    background: url('../images/prize/10010002.png') no-repeat center;
}

.lottery-box .prize-item .prize-name {
    width: 100%;
    font-size: 24px;
    line-height: 30px;
    color: #EC3008;
    text-align: center;
    margin-top: 16px;
}

.doubleday_rule {
    width: 962px;
    height: 383px;
    background: url(../images/christmas/rule.png) no-repeat center;
    margin: -384px auto 52px;
    position: relative;
    z-index: 10;
    padding-left: 101px;
    line-height: 42px;
}

.doubleday_rule  .doubleday_rule_item {
    padding-top: 142px;
}
.doubleday_rule .doubleday_rule_text{
    font-size: 24px;
    color: #45302C;
}
@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: 404px;
	height: 582px;
	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: 404px;
	height: 582px;
	background: url('../images/christmas/receive_dialog.png') no-repeat center;
    position: absolute;
    top:-9999px;
    left: -9999px;
}
.gift_desc_text{
    font-size: 30px;
    color: #EC3008;
    margin-top: 156px;
    font-weight: bold;
}
.gift_tetxt {
    font-size: 22px;
    color: #5f564b;
    margin-top: 8px;
}
.gift_wrap {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 296px;
}
.gift_wrap img {
	width: 180px;
}
.gift_close_btn {
    width: 49px;
    height: 46px;
    position: absolute;
    top: 110px;
    right: 0px;
    cursor: pointer;
}
.gift_btn {
    width: 250px;
    height: 84px;
    position: absolute;
    bottom: 28px;
    left: 50%;
    margin-left: -119px;
    cursor: pointer;
    background: url(../images/christmas/receive_btn.png) center bottom no-repeat;
    background-size: 100% 100%;
}

.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;
}