body {
	font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	margin: 0;
	padding: 0;
}

.loading {
	background-image: url("data:image/gif;base64,R0lGODlhJQAlAJECAL3L2AYrTv///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgACACwAAAAAJQAlAAACi5SPqcvtDyGYIFpF690i8xUw3qJBwUlSadmcLqYmGQu6KDIeM13beGzYWWy3DlB4IYaMk+Dso2RWkFCfLPcRvFbZxFLUDTt21BW56TyjRep1e20+i+eYMR145W2eefj+6VFmgTQi+ECVY8iGxcg35phGo/iDFwlTyXWphwlm1imGRdcnuqhHeop6UAAAIfkEBQoAAgAsEAACAAQACwAAAgWMj6nLXAAh+QQFCgACACwVAAUACgALAAACFZQvgRi92dyJcVJlLobUdi8x4bIhBQAh+QQFCgACACwXABEADAADAAACBYyPqcsFACH5BAUKAAIALBUAFQAKAAsAAAITlGKZwWoMHYxqtmplxlNT7ixGAQAh+QQFCgACACwQABgABAALAAACBYyPqctcACH5BAUKAAIALAUAFQAKAAsAAAIVlC+BGL3Z3IlxUmUuhtR2LzHhsiEFACH5BAUKAAIALAEAEQAMAAMAAAIFjI+pywUAIfkEBQoAAgAsBQAFAAoACwAAAhOUYJnAagwdjGq2amXGU1PuLEYBACH5BAUKAAIALBAAAgAEAAsAAAIFhI+py1wAIfkEBQoAAgAsFQAFAAoACwAAAhWUL4AIvdnciXFSZS6G1HYvMeGyIQUAIfkEBQoAAgAsFwARAAwAAwAAAgWEj6nLBQAh+QQFCgACACwVABUACgALAAACE5RgmcBqDB2MarZqZcZTU+4sRgEAIfkEBQoAAgAsEAAYAAQACwAAAgWEj6nLXAAh+QQFCgACACwFABUACgALAAACFZQvgAi92dyJcVJlLobUdi8x4bIhBQAh+QQFCgACACwBABEADAADAAACBYSPqcsFADs=");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 60%;
}

.start_btn {
	display: inline-block;
	margin: 0 auto;
	width: 8em;
	height: 1.7em;
	line-height: 1.7em;
	font-size: 2.2em;
	color: #fff;
}

.SHADE {
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	z-index: 11;
}

.BOX-V {
	box-orient: vertical;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
}

.BOX-D {
	box-align: end;
	box-pack: center;
	-webkit-box-align: end;
	-webkit-box-pack: center;
	-ms-flex-align: end;
	-ms-flex-pack: center;
}

.BOX-M {
	box-align: center;
	box-pack: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
}

.BOX-S {
	display: block;
	box-flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
}

.BOX,
.BOX-V,
.BOX-D,
.BOX-M,
.FOOTER {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
}

.BBOX,
.BOX,
.APP-STAGE,
.INSET-STAGE,
.STAGE,
.PAGE-STAGE,
.PAGE,
.PAGE-BOX,
.INSET-PAGE,
.FOOTER {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#welcome {
	background:rgba(246,247,251,0.7);
	text-align: center;
	font-weight: bold;
	overflow: hidden;
}

.dark #welcome {
	background-color: rgba(29,34,38,0.7);
	text-align: center;
	font-weight: bold;
	overflow: hidden;
}

.welcome-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: 100% 100%;
	opacity: .4;
	overflow: hidden;
}

#GameTimeLayer {
	top: 1em;
	left: 0;
	width: 100%;
	text-align: center;
	color: rgba(233, 138, 131,1);
	font-size: 4em;
	text-shadow: 0px 0px 10px #dfdfdf;
	overflow: hidden;
}

.dark #GameTimeLayer {
	top: 1em;
	left: 0;
	width: 100%;
	text-align: center;
	color: rgba(233, 138, 131,0.8);
	font-size: 4em;
	text-shadow: 0px 0px 10px #1a1a1a;
	overflow: hidden;
}

#GameLayerBG {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	background-color: rgba(0,0,0,0);
	/*background: #ffffff;*/
}

.dark #GameLayerBG {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	background-color: rgba(0,0,0,0);
	/*background-color:#252A2E;*/
}

.GameLayer {
	position: absolute;
	bottom: 0;
	left: 0;
}

.block {
	position: absolute;
	box-shadow: 0px 0px 5px #dfdfdf;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 20px;
	background-color: #ffffff;
}

.dark .block {
	position: absolute;
	box-shadow: 0px 0px 5px #1a1a1a;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 20px;
	background-color: #252A2E;
}

.t1,
.t2,
.t3,
.t4,
.t5 {
	border-radius: 20px;
	box-shadow: 0px 0px 5px #dfdfdf;
}

.dark .t1,
.dark .t2,
.dark .t3,
.dark .t4,
.dark .t5 {
	border-radius: 20px;
	box-shadow: 0px 0px 5px #1a1a1a;
	opacity: 0.8;
}

.tt1,
.tt2,
.tt3,
.tt4,
.tt5 {
	background-image: url("/img/dgame/dang.png");
	border-radius: 20px;
}

.dark .tt1,
.dark .tt2,
.dark .tt3,
.dark .tt4,
.dark .tt5 {
	background-image: url("/img/dgame/dang.png");
	border-radius: 20px;
	opacity: 0.8;
}

.bl {
	/*box-shadow: 0px 0px 10px #dfdfdf;*/
}

.dark .bl {
	/*box-shadow: 0px 0px 10px #1a1a1a;*/
}

@-ms-keyframes flash {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes flash {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
.flash {
	-webkit-animation: flash .2s 3;
	animation: flash .2s 3;
}

.bad {
	background-color: rgb(211, 91, 91);
	-webkit-animation: flash .2s 3;
	animation: flash .2s 3;
}

.dark .bad {
	background-color: rgba(211, 91, 91,0.8);
	-webkit-animation: flash .2s 3;
	animation: flash .2s 3;
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-user-select: none;
}

#GameScoreLayer {
	padding-top: 2em;
	font-size: 2em;
	font-weight: bold;
	color: #251c1c;
	text-align: center;
	overflow: hidden;
	background:rgba(246,247,251,0.7);
}

.dark #GameScoreLayer {
	padding-top: 2em;
	font-size: 2em;
	font-weight: bold;
	color: #251c1c;
	text-align: center;
	overflow: hidden;
	background-color: rgba(29,34,38,0.7);
}

.share-icon {
	width: 1.7em;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.btn {
	text-decoration: none;
	background: #2f435e;
	color: #f2f2f2;
	padding: 10px 30px 10px 30px;
	font-size: 15px;
	font-family: 微软雅黑,宋体,Arial,Helvetica,Verdana,sans-serif;
	font-weight: bold;
	border-radius: 3px;
	-webkit-transition: all linear 0.30s;
	-moz-transition: all linear 0.30s;
	transition: all linear 0.30s;
}

.btn:active {
	opacity: 0.2;
}

.inputtxt {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: transparent;
	border: 1px solid #ffffff;
	color: rgb(255, 255, 255);
	text-align: center;
	width: 300px;
}

#landscape {
	display: none;
}

#gameBody {
	position: relative;
	width: 640px;
	margin: 0 auto;
}

#share-wx {
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 10000;
	display: none;
}

input[type="checkbox"] + label::before { 
 content: "\a0";
 display: inline-block;
 width: 20px;
 height: 20px;
 border-radius:50px;
 box-shadow: 0px 0px 5px #dfdfdf;
 background: #ffffff;
 text-indent: 0px;
	line-height:17px;
	font-size: 20px;
	margin: 5px;
	cursor: pointer;
}
input[type="checkbox"]:checked + label::before {
 content: "\a0";
 background-color: #252A2E;
 color: #252A2E;
}
.dark input[type="checkbox"] + label::before { 
 content: "\a0";
 display: inline-block;
 width: 20px;
 height: 20px;
 border-radius:50px;
 box-shadow: 0px 0px 5px #1a1a1a;
 background: #252A2E;
 text-indent: 0px;
	line-height:17px;
	font-size: 20px;
	margin: 5px;
	cursor: pointer;
}
.dark input[type="checkbox"]:checked + label::before {
 content: "\a0";
 background-color: rgba(255,255,255,0.8);
 color: rgba(255,255,255,0.8);
}
.rradio {
 position: absolute;
 visibility: hidden;
}
/*
.rradio {
    width: 17px;
    height: 17px;
}
*/

.u-file-btn {         
    height:18px;          
    color:#FFF;
}

.u-file-btn input {         
    cursor: pointer; 
    text-align: right;
    z-index:10;          
}

.eatbutton{
	padding: 8px 12px;
	font-size: 15px;
	font-weight: 800;
	border-radius: 5px;
	margin:6px 3px;
	cursor: pointer;
}

.jsbutton{
	padding: 8px 12px;
	font-size: 20px;
	font-weight: 800;
	border-radius: 5px;
	margin:6px 5px;
	cursor: pointer;
	opacity: 0.7;
	transition:0s;
}
.jsbutton:active{
	padding: 8px 12px;
	font-size: 20px;
	font-weight: 800;
	border-radius: 5px;
	margin:6px 5px;
	cursor: pointer;
	opacity: 1;
	transition:0s;
}

.dark .jsbutton{
	padding: 8px 12px;
	font-size: 20px;
	font-weight: 800;
	border-radius: 5px;
	margin:6px 5px;
	cursor: pointer;
	opacity: 0.7;
	transition:0s;
}
.dark .jsbutton:active{
	padding: 8px 12px;
	font-size: 20px;
	font-weight: 800;
	border-radius: 5px;
	margin:6px 5px;
	cursor: pointer;
	opacity: 1;
	transition:0s;
}

.eatinput{
	padding: 8px;
	font-size: 15px;
	font-weight: 800;
	border-radius: 5px;
	margin:6px 3px;
	cursor: pointer;
}
.eattxt{
	font-size: 15px;
	margin: 0px;
}
.eattxtb{
	font-size: 18px;
	margin: 0px;
}
.eattxtbt{
	font-size: 20px;
	margin: 0px;
}

.eatfile{
	position: relative;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
	padding: 8px 12px;
	font-size: 15px;
	font-weight: 800;
	border-radius: 5px;
	margin:6px 3px;
	cursor: pointer;
}
.eatfile input{
	position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
	user-select:none;
	outline:none;
	border-style: none;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}
.zantin{
	top:0px;
	left: 0;
	right: 0;
	position: fixed;
	text-align: center;
	z-index: 5;
	width: 100px;
	height: 50px;
	margin: 0px auto;
}