*{
	margin: 0px;
	padding: 0px;
	outline: none;
	border: 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;
}
html {
	-webkit-text-size-adjust: none;
}
.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: #634f26;
	background: -moz-linear-gradient(45deg, #634f26 0px, #d0c8ba 21%, #d0c8ba 70%, #665546 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0px,#634f26), color-stop(21%,#d0c8ba), color-stop(70%,#d0c8ba), color-stop(100%,#665546));
	background: -webkit-linear-gradient(45deg, #634f26 0px,#d0c8ba 21%,#d0c8ba 70%,#665546 100%);
	background: -o-linear-gradient(45deg, #634f26 0px,#d0c8ba 21%,#d0c8ba 70%,#665546 100%);
	background: -ms-linear-gradient(45deg, #634f26 0px,#d0c8ba 21%,#d0c8ba 70%,#665546 100%);
	background: linear-gradient(45deg, #634f26 0px,#d0c8ba 21%,#d0c8ba 70%,#665546 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#634f26', endColorstr='#665546',GradientType=1 );
}
.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;
	left: 50%;
	top: 50%;
	width: 600px;
	height: 600px;
	margin: -300px 0px 0px -300px;
	background-image: url(../img/style/bg.jpg);
	border-radius: 13px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
}
.game a{
	text-decoration: none;
}
.game .save{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 40px;
	height: 40px;
	background-image: url(../img/style/save.png);
	background-size: cover;
	background-position: center center;
	cursor: pointer;
	z-index: 3;	
}
.game .eraser{
	position: absolute;
	top: 10px;
	left: 60px;
	width: 40px;
	height: 40px;
	background-image: url(../img/style/eraser.png);
	background-size: cover;
	background-position: center center;
	cursor: pointer;
	z-index: 3;	
}
.game .restart{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	background-image: url(../img/style/reload.png);
	background-size: cover;
	background-position: center center;
	cursor: pointer;
	z-index: 3;
}
.game .tools,
.game .paper{
	display: none;
}
.pictures{
	position: relative;
	width: 550px;
	height: 500px;
	margin: 50px auto;
	text-align: center;
	font-size: 0px;
	display: block;
}
.pictures .elem{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 230px;
	background: white;
	height: 181px;
	margin: 35px 10px;
	-webkit-box-shadow: 0px 2px 2px rgb(40,40,40);
	-moz-box-shadow: 0px 2px 2px rgb(40,40,40);
	box-shadow: 0px 2px 2px rgb(40,40,40);
}
.pictures .elem img{
	display: block;
	width: 100%;
}
.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 .paper{
	position: absolute;
	width: 560px;
	height: 440px;
	left: 20px;
	top: 65px;
	text-align: center;
	background-image: url(../img/style/album.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.game .paper .elem{
	position: absolute;
	width: 503px;
	height: 396px;
	top: 6px;
	left: 25px;
}
.game .brushes{
	position: absolute;
	background-color: rgba(255,255,255,0.5);
	width: 100%;
	height: 77px;
	bottom: 0px;
	left: 0px;
	text-align: center;
	border-radius: 0px 0px 13px 13px;
	-webkit-border-radius: 0px 0px 13px 13px;
	-moz-border-radius: 0px 0px 13px 13px;
}
.game .brushes *{
	-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);
}
.game .brushes .elem{
	position: relative;
	display: inline-block;
	vertical-align: top;
	background-size: cover;
	cursor: pointer;
	width: 55px;
	height: 77px;
	margin: 0px 6px;
}
.game .brushes .elem:hover,
.game .brushes .active{
	width: 63px;
	height: 89px;
	margin: -20px 6px 0px 6px;
}
.game .brushes .b{
	background-image: url(../img/brush/b.png);
}
.game .brushes .w{
	background-image: url(../img/brush/w.png);
}
.game .brushes .r{
	background-image: url(../img/brush/r.png);
}
.game .brushes .o{
	background-image: url(../img/brush/o.png);
}
.game .brushes .y{
	background-image: url(../img/brush/y.png);
}
.game .brushes .g{
	background-image: url(../img/brush/g.png);
}
.game .brushes .s{
	background-image: url(../img/brush/s.png);
}
.game .brushes .v{
	background-image: url(../img/brush/v.png);
}