@charset "gb2312";
/* CSS Document */

*{
	margin:0;
	padding:0;
	list-style: none;
	border: 0;
}
.openbg { position:fixed; left:0; top:0; width:0; width:100%; background:url(../images/openbg.png) 0 0; height:100%; display:none; z-index:11}

.open-body .bg.rotate{ animation: 10s linear 0s normal none infinite running rotate;-webkit-animation: rotate 10s  infinite  linear;
    -moz-animation: rotate 10s  infinite  linear;}
.open-body .bg{ background: rgba(0, 0, 0, 0) url("../images/light.png") no-repeat scroll 0 0 / 452px auto;
    height: 510px;
    left: 50%;
    margin-left: -226px;
    max-height: 100%;
	position:fixed;
    top: 70px;
    width: 452px;
    z-index: 998;
	}
.open-body{ display:none;z-index:999}	
	
	
@-moz-keyframes rotate {
    0% {
        -webkit-transform:rotate(0deg); /* Safari ΊΝ Chrome */
    }
    100% {
        -moz-transform:rotate(360deg); 	/* Firefox */
    }

}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform:rotate(0deg); /* Safari ΊΝ Chrome */
    }
    100% {
        -webkit-transform:rotate(360deg); /* Safari ΊΝ Chrome */
    }
}

.red{
	position: fixed;
	top:30%;
	left: 50%;
	margin-left: -150px;
	 background: rgba(0, 0, 0, 0) url("../images/chest.png") no-repeat scroll 0 0 / 320px auto;
    height: 135px;
    width: 320px;
	z-index:1000
}
.red img{
	width:100%;
	height: auto;
}
.red.shake{
	animation:shake .2s infinite linear;
	-webkit-animation:shake .2s infinite linear;
}


@-webkit-keyframes shake {
	0% {
		-webkit-transform: rotate(6deg) scale(1) translate3d(0,0,0); 
	}

	50% {
		-webkit-transform: rotate(-6deg) scale(1.2) translate3d(0,0,0); 
	}

	100% {
		-webkit-transform: rotate(6deg) scale(1) translate3d(0,0,0);
	}
}

@-moz-keyframes shake {
	0% {
		transform: rotate(6deg) translate3d(0,0,0);
	}

	50% {
		transform: rotate(-6deg) translate3d(0,0,0);
	}

	100% {
		transform: rotate(6deg) translate3d(0,0,0);
	}
}

@-ms-keyframes shake {
	0% {
		transform: rotate(6deg) translate3d(0,0,0);
	}

	50% {
		transform: rotate(-6deg) translate3d(0,0,0);
	}

	100% {
		transform: rotate(6deg) translate3d(0,0,0);
	}
}


.windows{
	width: 408px;
	height: 273px;
	position:fixed;
	top:50%;
	left: 50%;
	margin-top: -170x;
	margin-left: -150px;
	z-index: 1001;
	 background: rgba(0, 0, 0, 0) url("../images/chest-open-blur.png") no-repeat scroll 0 0 / 320px auto;
}
.mod-chest{ position:fixed; left:50%; z-index:1002; top:13%; margin-left:-130px; display:none}

.mod-chest-cont::before{   background: #fff;
    border-left: 1px solid #e59c00;
    border-right: 1px solid #e59c00;
    bottom: 80px;
    box-sizing: border-box;
    content: "";
    left: 0;
    position: absolute;
    top: 12px;
    width: 100%;
	}



.mod-chest-cont{
	  background-attachment: scroll, scroll;
    background-clip: border-box, border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/open-bg-top.png"), url("../images/open-bg-bottom.png");
    background-origin: padding-box, padding-box;
    background-position: center top, center bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 276px auto;
    margin: 0 auto;
    position: relative;
    width: 276px;
	}


/*.chest-open{ position:relative; width:280px; height:190px;}
.mod-chest-cont::before {
    background: #fff;
    border-left: 1px solid #e59c00;
    border-right: 1px solid #e59c00;
    bottom: 80px;
    box-sizing: border-box;
    content: "";
    left: 0;
    position: absolute;
    top: 12px;
    width: 100%;
	
}
.open-has .chest-open.show .mod-chest-cont {
    animation: 0.2s linear 0s normal forwards 1 running move2;
}
.mod-chest .chest-open .mod-chest-cont {
    bottom: -27px;
    left: 50%;
    margin-left: -138px;
    position: absolute;
}
.mod-chest-cont {
    animation-fill-mode: forwards;
    opacity: 0;
    overflow: hidden;
    padding: 30px 0 50px;
    text-align: center;
    transform: translate(0px, 30px);
    z-index: 9;
}
.mod-chest-cont {
    background-attachment: scroll, scroll;
    background-clip: border-box, border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/open-bg-top.png"), url("../images/open-bg-bottom.png");
    background-origin: padding-box, padding-box;
    background-position: center top, center bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 276px auto;
    margin: 27px auto 118px;
    position: relative;
    width: 276px;
}*/
.mod-chest-cont .content {
    padding: 13px;
    position: relative;
    z-index: 2;
}
.open-has .mod-chest-cont .gift {
    color: #ff6000;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 30px;
}
.open-has .mod-chest-cont .gift .icon {
    display: inline-block;
    height: 0;
    position: relative;
    vertical-align: middle;
    width: 58px;
  
}
.open-has .mod-chest-cont .gift img {
    height: 50px;
    left: -5px;
    position: absolute;
    top: -28px;
    width: 75px;
}
button, input[type="text"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    outline: medium none;
}

.icon input{ border:1px #cecece solid; width:228px; height:30px; margin:10px}


.chest-btn {
    background: #fe8b00;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    width: 100%;
	margin-bottom:15px;
	
}















.text{
	text-align: center;
	font-size: 18px;
	font-family: "ΞΆΘνΡΕΊΪ";
	vertical-align:middle; 
	padding-top:60px;
}
.close1{
	width: 30px;
	height: 30px;
	position: absolute;
	right: 50px;
	top: 10px;
	cursor: pointer;
	text-align: center;
	transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
}

.close1 img{
	padding-top: 5px;

}


