*{
	margin: 0px;
	padding: 0px;
	outline: none;
	border: none;
	font-family: Georgia, serif;
}
.game .cards .elem *,
.game .window{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
html {
	-webkit-text-size-adjust: none;
}
body{
	background-color: gray;
	-moz-user-select: -moz-none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	min-width: 600px;
}
.w1{
	top: -50px;
}
.w2{
	top: -10px;
}
.backwindow{
	position: absolute;
	z-index: 10000;
	width: 100%;
	height: 50px;
	background-color: rgb(255,255,255);
	-webkit-box-shadow: 0px 5px 5px rgb(200, 198, 195);
	-moz-box-shadow: 0px 5px 5px rgb(200, 198, 195);
	box-shadow: 0px 5px 5px rgb(200, 198, 195);
	-webkit-transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.3);
	-moz-transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.3);
	-o-transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.3);
	-ms-transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.3);
	transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.3);
	display: none;
}
.backwindow .contents{
	position: relative;
	width: 100%;
	height: 40px;
	max-width: 900px;
	margin: 10px auto;
	text-align: center;
	line-height: 40px;
}
.backwindow .contents a{
	font-size: 13px;
	font-family: Arial;
	color: rgb(119, 119, 119);
	border-bottom: 1px solid rgb(119, 119, 119);
}
.backwindow .contents .logo{
	position: absolute;
	width: 83px;
	height: 30px;
	top: 5px;
	left: 5px;
	background-image: url(http://62.141.123.25/my_d/img/style/logo_m.png);
}
.backwindow .backwindowbtn{
	position: absolute;
	width: 50px;
	height: 25px;
	left: 50%;
	bottom: -20px;
	margin-left: -25px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: rgb(255,255,255);
}
.bg{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}
.bg1{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	background: #df9144;
	background: -moz-linear-gradient(top, #df9144 0px, #fbe57c 21%, #ffb448 70%, #f1b57a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0px,#df9144), color-stop(21%,#fbe57c), color-stop(70%,#ffb448), color-stop(100%,#f1b57a));
	background: -webkit-linear-gradient(top, #df9144 0px,#fbe57c 21%,#ffb448 70%,#f1b57a 100%);
	background: -o-linear-gradient(top, #df9144 0px,#fbe57c 21%,#ffb448 70%,#f1b57a 100%);
	background: -ms-linear-gradient(top, #df9144 0px,#fbe57c 21%,#ffb448 70%,#f1b57a 100%);
	background: linear-gradient(to bottom, #df9144 0px,#fbe57c 21%,#ffb448 70%,#f1b57a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df9144', endColorstr='#f1b57a',GradientType=0 );
}

.bg2{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	background-image: url(../img/style/bgg.png);
	background-size: 6px 6px;
}
.game{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 600px;
	margin: -300px 0px 0px -300px;
	background-image: url(../img/style/bg.jpg);
	overflow:  hidden;
	border-radius: 13px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
}
.game .window{
	position: absolute;
	width: 300px;
	height: 684px;
	top: -685px;
	left: 50%;
	margin: 0px 0px 0px -150px;
	background-image: url(../img/style/window.png);
	overflow:  hidden;
	text-align: center;
	z-index: 4;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.game .window .good{
	position: absolute;
	width: 67px;
	height: 88px;
	bottom: 400px;
	left: 120px;
}
.game .win .good{
	background-image: url(../img/style/good.png);
}
.game .select .good{
	background-image: url(../img/style/select.png);
}
.game .window .btn{
	position: relative;
	display: inline-block;
	width: 95px;
	height: 70px;
	margin: 0px 20px;
	cursor: pointer;
}
.game .select .rst{
	display: none;
}
.game .window .ext{
	background-image: url(../img/style/exit.png);
}
.game .win .rst{
	background-image: url(../img/style/rest.png);
}
.game .window .el{
	position: relative;
	width: 270px;
	height: 90px;
	margin: 13px auto;
	cursor: pointer;
}
.game .window .el:first-child{
	margin: 286px auto 13px auto;
}
.game .activewindow{
	top: -130px;
}
.game .window p{
	line-height: 40px;
	font-size: 30px;
	color: RGB(255,66,74);
	margin: 5px 0px;
}
.game .window span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 10px 20px;
	width: 80px;
	height: 20px;
	line-height: 20px;
	background-color: RGB(255,66,74);
	color: rgb(255,255,255);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
}
.game .window2{
	position: absolute;
	width: 300px;
	height: 684px;
	top: -685px;
	left: 50%;
	margin: 0px 0px 0px -150px;
	background-image: url(../img/style/window2.png);
	background-repeat: no-repeat;
	overflow:  hidden;
	text-align: center;
	z-index: 4;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.game .activewindow2{
	top: -130px;
}
.game .window2 .type{
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 63px;
	height: 60px;
	bottom: 300px;
	left: 120px;
}
.game .window2 .bad{
	background-image: url(../img/style/bad.png);
}
.game .window2 .good{
	background-image: url(../img/style/good.png);
}
.game .window2 .btn{
	position: absolute;
	width: 95px;
	height: 50px;
	bottom: 250px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.game .window2 .ext{
	background-image: url(../img/style/exit.png);
	left: 25px;
}
.game .window2 .rst{
	background-image: url(../img/style/rest.png);
	right: 105px;
}
.game .restart{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	background-image: url(../img/style/restasrt.png);
	background-size: cover;
	background-position: center center;
	cursor: pointer;
	z-index: 3;
}
.game .sound{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 40px;
	height: 40px;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
	z-index: 3;
}
.game .son{
	background-image: url(../img/style/sound_on.png);
}
.game .soff{
	background-image: url(../img/style/sound_off.png);
}
.game .top{
	position: absolute;
	width: 100%;
	height: 133px;
	background-image: url(../img/style/top.png);
	z-index: 2;
}
.game .count{
	position: absolute;
	top: 50px;
	left: 35px;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: RGBa(241,237,230,0.5);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	z-index: 3;
	font-style: italic;
	font-size: 17px;
}
.game .count i,
.game .count b{
	font-weight: normal;
	font-style: italic;
}
.game .bbls{
	position: absolute;
	width: 570px;
	height: 525px;
	top: 37px;
	left: 15px;
	overflow: hidden;
	z-index: 1;
}
.game .bbls .elem{
	position: absolute;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.game .bbls .bbl1{
	background-image: url(../img/bbl/s1.png);
}
.game .bbls .bbl2{
	background-image: url(../img/bbl/s2.png);
}
.game .bbls .bbl3{
	background-image: url(../img/bbl/s3.png);
}
.game .bbls .bbl4{
	background-image: url(../img/bbl/s4.png);
}
.game .bbls .bbl5{
	background-image: url(../img/bbl/s5.png);
}
.game .bbls .bbl6{
	background-image: url(../img/bbl/s6.png);
}
.game .bbls .bbl7{
	background-image: url(../img/bbl/s7.png);
}
.game .bbls .bbl8{
	background-image: url(../img/bbl/s8.png);
}
.game .bbls .bbl9{
	background-image: url(../img/bbl/s9.png);
}