@charset "utf-8";
/* CSS Document */
body{
		/* perspective: 1000px; */
}
/* .window-show{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 5000;
	display: block;
	position:fixed;
	margin: 0 auto;
	padding: 0;
	top:0;
	left:0;
	font-size: 16px;

}
.alert-main{
width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin: 0 auto;
} */

.alert-close{
        width: 2em;
        height: 2em;
        display: block;
        position: absolute;
        right: 0;
        top: 0px;
        font-size: 32px;
        border-radius: 4px;
        color: #444326;
        background: rgba(255,255,255,.8);
        box-shadow: -10px 10px 10px #f7ab00;
}
.alert-close:hover{
	background: #f00;
	color: #fff;
	border: 1px solid #F09B97;
	border-radius: 4px;
	text-align: center;
}
/* .newyear_left{
	width:200px ;
	height: 500px;
	z-index: 500;
	top: 300px;
	position: fixed;
	display: block;
	overflow: hidden;
	float: left;
} */
.kaimendaji{
	width: 50%;
    height: 80%;
    position: absolute;
    background: rgba(0,0,0,.8);
    padding: 10% 25%;
    z-index: 9999;
}
#kaimen{
	width: 700px;
	height: 600px;
	margin: 0 auto;
	position: absolute;
	background: url(/Tpl/Home/Index/images/tankuang_index/open_the_door_bg.jpg) no-repeat center;
	z-index: 9999;
}
#door1{
	width: 350px;
	height: 600px;
	background: url(/Tpl/Home/Index/images/tankuang_index/open_the_door_left.png) no-repeat ;
	transition: all 0.5s;
	transform-origin: left;
	position: relative;
}
#door2{
	width: 350px;
	height: 600px;
	background: url(/Tpl/Home/Index/images/tankuang_index/open_the_door_right.png) no-repeat ;
	top: 0px;
	left: 350px;
	transition: all 0.5s;
	transform-origin: right;
	position: absolute;
}
#kaimen:hover #door1{
	transform:rotateY(-180deg);
}
#kaimen:hover #door2{
	transform:rotateY(180deg);
}
#door1::after{
	content: "";
	width: 20px;
	height: 20px;
	border: 1px solid #000;
	border-radius: 50%;
	position: absolute;
	top: 240px;
	left: 300px;
}
#door2::after{
	content: "";
	width: 20px;
	height: 20px;
	border: 1px solid #000;
	border-radius: 50%;
	position: absolute;
	top: 240px;
	left: 28px;
}