@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	width: 300px;
	height: 600px;
}
.clickTag {
	width: 100%;
	height: 100%;
	z-index: 300;
	cursor: pointer;
}
#holder {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	width: 300px;
	height: 600px;
	border: none;
}
a {
	border: none
}
.a {
	position: absolute;
}
.o {
	overflow: hidden;
}

img.blur {
	width: 300px;
	height: 600px;
	position:absolute;
	filter: url(blur.svg#blur);
	-webkit-filter: blur(16px);
	filter: blur(16px);
 	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='16');
	clip: rect(1px,300px,600px,1px);
}
#cover {
	background-color: #000000;
	width: 300px;
	height: 600px;
	z-index: 9;
}
#bannerBg {
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	width: 300px;
	height: 600px;
	z-index: 1;
}
#bannerBgblur {
	background-color: #000000;
	width: 300px;
	height: 600px;
	z-index: 2;
}
#logo {
	background-image: url(../images/logo.png);
	width: 170px;
	height: 30px;
	z-index: 3;
	left: 125px;
	top: 9px;
}
.shadow { 
    -webkit-filter: drop-shadow(5px 5px 5px #000000);
    filter:         drop-shadow(5px 5px 5px #000000); 
}
#t1 {
	width: 220px;
	height: 106px;
	background-image: url(../images/t1.png);
	z-index: 4;
	top: 235px;
	left: 40px;
}
#t2 {
	width: 250px;
	height: 130px;
	background-image: url(../images/t2.png);
	z-index: 4;
	top: 225px;
	left: 25px;
}
#endframe {
	width: 300px;
	height: 600px;
	z-index: 5;
}

#t3 {
	width: 238px;
	height: 72px;
	background-image: url(../images/t3.png);
	z-index: 5;
	top: 145px;
	left: 31px;
}
#t4 {
	width: 258px;
	height: 47px;
	background-image: url(../images/t4.png);
	z-index: 5;
	top: 159px;
	left: 21px;
}

#card {
	background-image: url(../images/card.png);
	width: 220px;
	height: 139px;
	z-index: 5;
	left: 41px;
	top: 249px;
}
#bannerButton {
	left: 84px;
	top: 433px;
	z-index: 5;
}
#glinter {
	background-image: url(../images/glint.png);
	background-position: -60px -1px;
	background-repeat: no-repeat;
	left: 84px;
	top: 435px;
	height: 33px;
	width: 128px;
	z-index: 6;
}