/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
footer,
header,
nav,
section {
	display: block
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

figcaption,
figure,
main {
	display: block
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a,
a:hover {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:active,
a:hover {
	outline-width: 0
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: inherit
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

dfn {
	font-style: italic
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

audio,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	display: inline-block;
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details,
menu {
	display: block
}

summary {
	display: list-item
}

canvas {
	display: inline-block
}

template {
	display: none
}

[hidden] {
	display: none
}

table {
	border-collapse: collapse
}

td,
th {
	padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol,
dl,
dt,
dd,
input,
textarea,
button {
	margin: 0;
	padding: 0;
	font-weight: normal
}

li {
	list-style: none
}

a,
a:hover {
	text-decoration: none;
	cursor: pointer
}

em,
i {
	font-style: normal
}

.clearfix:before,
.clearfix:after {
	content: "\20";
	display: block;
	height: 0;
	overflow: hidden
}

.clearfix:after {
	clear: both
}

.clearfix {
	zoom: 1
}

html,
body {
	font-family: "SourceHanSansCN", "Microsoft YaHei";
	font-size: 16px;
	background: #ffffff
}

a.nohref {
	cursor: default
}

.loading {
	margin: -1em 0 0 -1em;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 999
}

.loading .loader,
.loading .loader:before,
.loading .loader:after {
	border-radius: 100%;
	width: 1em;
	height: 1em;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: loading 1.8s infinite ease;
	-moz-animation: loading 1.8s infinite ease;
	animation: loading 1.8s infinite ease
}

.loading .loader {
	margin: 0 auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	-webkit-animation-delay: -.16s;
	-moz-animation-delay: -.16s;
	animation-delay: -.16s
}

.loading .loader:before,
.loading .loader:after {
	content: '';
	position: absolute;
	top: 0
}

.loading .loader:before {
	left: -1.5em;
	-webkit-animation-delay: -.32s;
	-moz-animation-delay: -.32s;
	animation-delay: -.32s
}

.loading .loader:after {
	left: 1.5em
}

@-webkit-keyframes loading {
	0%,
	80%,
	100% {
		box-shadow: 0 1em 0 -1em #046ab6
	}
	40% {
		box-shadow: 0 1em 0 0 #046ab6
	}
}

@-moz-keyframes loading {
	0%,
	80%,
	100% {
		box-shadow: 0 1em 0 -1em #046ab6
	}
	40% {
		box-shadow: 0 1em 0 0 #046ab6
	}
}

@keyframes loading {
	0%,
	80%,
	100% {
		box-shadow: 0 1em 0 -1em #046ab6
	}
	40% {
		box-shadow: 0 1em 0 0 #046ab6
	}
}

header.pc {
	position: relative;
	background: #ffffff;
	height: 5em;
	width: 100%;
	z-index: 1000
}

header.pc .header-con {
	margin: 0 auto;
	height: 100%;
	max-width: 85em
}

header.pc a.linekong-logo {
	float: left;
	margin-left: 1.25em;
	margin-top: .8125em;
	height: 3.375em
}

header.pc a.linekong-logo img {
	display: block;
	height: 100%
}

header.pc ul.nav {
	float: right
}

header.pc ul.nav li {
	float: left;
	margin-left: 1px;
	display: block;
	height: 100%
}

header.pc ul.nav li.production {
	display: none
}

header.pc ul.nav li.game,
header.pc ul.nav li.film,
header.pc ul.nav li.tech {
	display: block
}

header.pc ul.nav li a.nav-btn {
	padding: 0 1.25em;
	position: relative;
	display: block;
	height: 100%;
	color: #2b2b2b;
	font-size: 1em;
	line-height: 5em
}

header.pc ul.nav li a.nav-btn span.line {
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #9f9f9f;
	display: block;
	height: 4.9375em;
	width: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s
}

header.pc ul.nav li .nav-dropdown {
	position: absolute;
	left: 0;
	top: 5em;
	background: #fff;
	border-bottom: 0;
	display: block;
	height: 0;
	width: 100%;
	opacity: 0;
	overflow: hidden;
	text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s
}

header.pc ul.nav li .nav-dropdown a {
	padding: 0 1.875em;
	display: inline-block;
	opacity: 0;
	color: #838383;
	font-size: 1em;
	line-height: 4.9375em;
	-webkit-transform: translate(0, 5em);
	-moz-transform: translate(0, 5em);
	-ms-transform: translate(0, 5em);
	-o-transform: translate(0, 5em);
	transform: translate(0, 5em)
}

header.pc ul.nav li .nav-dropdown a:hover {
	color: #4188e4
}

header.pc ul.nav li .nav-dropdown a:nth-child(1) {
	-webkit-transition: all 0.5s ease-out .1s;
	-moz-transition: all 0.5s ease-out .1s;
	transition: all 0.5s ease-out .1s
}

header.pc ul.nav li .nav-dropdown a:nth-child(2) {
	-webkit-transition: all 0.5s ease-out .2s;
	-moz-transition: all 0.5s ease-out .2s;
	transition: all 0.5s ease-out .2s
}

header.pc ul.nav li .nav-dropdown a:nth-child(3) {
	-webkit-transition: all 0.5s ease-out .3s;
	-moz-transition: all 0.5s ease-out .3s;
	transition: all 0.5s ease-out .3s
}

header.pc ul.nav li .nav-dropdown a:nth-child(4) {
	-webkit-transition: all 0.5s ease-out .4s;
	-moz-transition: all 0.5s ease-out .4s;
	transition: all 0.5s ease-out .4s
}

header.pc ul.nav li .nav-dropdown a:nth-child(5) {
	-webkit-transition: all 0.5s ease-out .5s;
	-moz-transition: all 0.5s ease-out .5s;
	transition: all 0.5s ease-out .5s
}

header.pc ul.nav li .nav-dropdown a:nth-child(6) {
	-webkit-transition: all 0.5s ease-out .6s;
	-moz-transition: all 0.5s ease-out .6s;
	transition: all 0.5s ease-out .6s
}

header.pc ul.nav li .nav-dropdown a:nth-child(7) {
	-webkit-transition: all 0.5s ease-out .7s;
	-moz-transition: all 0.5s ease-out .7s;
	transition: all 0.5s ease-out .7s
}

header.pc ul.nav li .nav-dropdown a:nth-child(8) {
	-webkit-transition: all 0.5s ease-out .8s;
	-moz-transition: all 0.5s ease-out .8s;
	transition: all 0.5s ease-out .8s
}

header.pc ul.nav li .nav-dropdown a:nth-child(9) {
	-webkit-transition: all 0.5s ease-out .9s;
	-moz-transition: all 0.5s ease-out .9s;
	transition: all 0.5s ease-out .9s
}

header.pc ul.nav li .nav-dropdown a:nth-child(10) {
	-webkit-transition: all 0.5s ease-out 1s;
	-moz-transition: all 0.5s ease-out 1s;
	transition: all 0.5s ease-out 1s
}

header.pc ul.nav li .nav-dropdown a:nth-child(11) {
	-webkit-transition: all 0.5s ease-out 1.1s;
	-moz-transition: all 0.5s ease-out 1.1s;
	transition: all 0.5s ease-out 1.1s
}

header.pc ul.nav li .nav-dropdown a:nth-child(12) {
	-webkit-transition: all 0.5s ease-out 1.2s;
	-moz-transition: all 0.5s ease-out 1.2s;
	transition: all 0.5s ease-out 1.2s
}

header.pc ul.nav li:hover a span.line,
header.pc ul.nav li.active a span.line {
	width: 100%
}

header.pc ul.nav li:hover .nav-dropdown {
	border-bottom: 1px solid #e7e7e7;
	height: 4.9375em;
	opacity: 1
}

header.pc ul.nav li:hover .nav-dropdown a {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

header.pc a.store,
header.pc a.login {
	float: right;
	display: block;
	font-size: 1em
}

header.pc a.store {
	margin: 1.625em 1.625em 0;
	padding-left: 1.6875em;
	border-left: 1px solid #b5b5b5;
	height: 1.6875em
}

header.pc a.store span {
	padding-left: 1.875em;
	background: url("../public/img/store.png") no-repeat left;
	display: block;
	height: 100%;
	color: #4284d9;
	line-height: 1.875em
}

header.pc a.login {
	display: block;
	height: 100%;
	color: #6a6a6a;
	line-height: 5em
}

header.pc .lang {
	float: right;
	margin-top: 1.625em;
	position: relative;
	width: 4.375em;
	text-align: center
}

header.pc .lang:hover .con {
	display: block\0;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

header.pc .lang a.btn {
	background: #ffffff;
	border: 1px solid #979797;
	border-radius: 100%;
	display: inline-block;
	height: 1.625em;
	width: 1.625em;
	color: #979797;
	font-size: 1em;
	line-height: 1.625em
}

header.pc .lang .con {
	padding: 1.25em 0;
	position: absolute;
	left: 0;
	top: 2.875em;
	background: #ffffff;
	border: 1px solid #e7e7e7;
	border-radius: .3125em;
	width: 4.25em;
	opacity: 0;
	display: none\0;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s
}

header.pc .lang .con:before {
	position: absolute;
	left: 1.625em;
	top: -.75em;
	content: '';
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 12px solid #e7e7e7
}

header.pc .lang .con:after {
	position: absolute;
	left: 1.6875em;
	top: -.625em;
	content: '';
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #fff
}

header.pc .lang .con a {
	display: block;
	color: #979797;
	font-size: 1em;
	line-height: 2.25em
}

header.mobile {
	display: none
}

@media screen and (max-width: 1280px) {
	header.pc ul.nav li.production {
		display: block
	}
	header.pc ul.nav li.game,
	header.pc ul.nav li.film,
	header.pc ul.nav li.tech,
	header.pc ul.nav li.net {
		display: none
	}
}

@media screen and (max-width: 1000px) {
	header.pc {
		display: none
	}
	header.mobile {
		display: block
	}
	header.mobile .header-btn {
		padding: 1.5625em 1.875em 0;
		background: #ffffff;
		height: 3.4375em;
		text-align: center
	}
	header.mobile .header-btn a img {
		display: block;
		height: 100%;
		width: 100%
	}
	header.mobile .header-btn a.pop-btn,
	header.mobile .header-btn a.login {
		display: block;
		height: 2.125em;
		width: 2.125em
	}
	header.mobile .header-btn a.pop-btn {
		position: absolute;
		left: 1.875rem;
		top: 1.5625rem
	}
	header.mobile .header-btn a.login {
		float: right
	}
	header.mobile .header-btn a.linekong-logo {
		display: inline-block;
		height: 2.5em;
		width: 7.125em
	}
	header.mobile .header-pop {
		position: fixed;
		left: 0;
		top: 0;
		background: rgba(255, 255, 255, 0.95);
		height: 0;
		width: 100%;
		opacity: 0;
		overflow: hidden;
		z-index: 1000;
		-webkit-transition: all 0.5s ease-out 0s;
		-moz-transition: all 0.5s ease-out 0s;
		transition: all 0.5s ease-out 0s
	}
	header.mobile .header-pop.active {
		height: 100%;
		opacity: 1
	}
	header.mobile .header-pop.active .pop-top {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	header.mobile .header-pop.active .pop-down .pop-down-con a {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	header.mobile .header-pop .pop-top {
		padding: 1.625em 2.25em;
		height: 2.125em;
		-webkit-transform: translate(0, -6.25em);
		-moz-transform: translate(0, -6.25em);
		-ms-transform: translate(0, -6.25em);
		-o-transform: translate(0, -6.25em);
		transform: translate(0, -6.25em);
		-webkit-transition: all 0.5s ease-out 0s;
		-moz-transition: all 0.5s ease-out 0s;
		transition: all 0.5s ease-out 0s
	}
	header.mobile .header-pop .pop-top a.close {
		float: left;
		display: block;
		height: 2.125em;
		width: 2.125em
	}
	header.mobile .header-pop .pop-top a.close img {
		display: block;
		height: 100%;
		width: 100%
	}
	header.mobile .header-pop .pop-top .lang {
		float: right;
		height: 2.125em;
		overflow: hidden
	}
	header.mobile .header-pop .pop-top .lang a {
		margin-left: 1.34615em;
		display: inline-block;
		color: #2b2b2b;
		font-size: 1.625em;
		line-height: 1.30769em
	}
	header.mobile .header-pop .pop-down {
		margin-top: 2.5em;
		padding: 2.5em
	}
	header.mobile .header-pop .pop-down .pop-down-con a:nth-child(1) {
		-webkit-transition: all 0.3s ease-out .05s;
		-moz-transition: all 0.3s ease-out .05s;
		transition: all 0.3s ease-out .05s
	}
	header.mobile .header-pop .pop-down .pop-down-con a:nth-child(2) {
		-webkit-transition: all 0.3s ease-out .1s;
		-moz-transition: all 0.3s ease-out .1s;
		transition: all 0.3s ease-out .1s
	}
	header.mobile .header-pop .pop-down .pop-down-con a:nth-child(3) {
		-webkit-transition: all 0.3s ease-out .15s;
		-moz-transition: all 0.3s ease-out .15s;
		transition: all 0.3s ease-out .15s
	}
	header.mobile .header-pop .pop-down .pop-down-con a:nth-child(4) {
		-webkit-transition: all 0.3s ease-out .2s;
		-moz-transition: all 0.3s ease-out .2s;
		transition: all 0.3s ease-out .2s
	}
	header.mobile .header-pop .pop-down .pop-down-con a:nth-child(5) {
		-webkit-transition: all 0.3s ease-out .25s;
		-moz-transition: all 0.3s ease-out .25s;
		transition: all 0.3s ease-out .25s
	}
	header.mobile .header-pop .pop-down .pop-down-con a:nth-child(6) {
		-webkit-transition: all 0.3s ease-out .3s;
		-moz-transition: all 0.3s ease-out .3s;
		transition: all 0.3s ease-out .3s
	}
	header.mobile .header-pop .pop-down .pop-down-con a:nth-child(7) {
		-webkit-transition: all 0.3s ease-out .35s;
		-moz-transition: all 0.3s ease-out .35s;
		transition: all 0.3s ease-out .35s
	}
	header.mobile .header-pop .pop-down .pop-down-con a:nth-child(8) {
		-webkit-transition: all 0.3s ease-out .4s;
		-moz-transition: all 0.3s ease-out .4s;
		transition: all 0.3s ease-out .4s
	}
	header.mobile .header-pop .pop-down .pop-down-con a:nth-child(9) {
		-webkit-transition: all 0.3s ease-out .45s;
		-moz-transition: all 0.3s ease-out .45s;
		transition: all 0.3s ease-out .45s
	}
	header.mobile .header-pop .pop-down .pop-down-con a {
		float: left;
		margin-bottom: 1.875em;
		width: 33.33%;
		text-align: center;
		opacity: 0;
		-webkit-transform: translate(0, 6.25em);
		-moz-transform: translate(0, 6.25em);
		-ms-transform: translate(0, 6.25em);
		-o-transform: translate(0, 6.25em);
		transform: translate(0, 6.25em)
	}
	header.mobile .header-pop .pop-down .pop-down-con a span {
		display: inline-block;
		height: 4.875em;
		width: 5.0625em
	}
	header.mobile .header-pop .pop-down .pop-down-con a span img {
		display: block;
		height: 100%;
		width: 100%
	}
	header.mobile .header-pop .pop-down .pop-down-con a em {
		display: block;
		color: #2b2b2b;
		font-size: 1.3125em;
		line-height: 2.85714em
	}
}

@media screen and (max-width: 750px) {
	body,
	html {
		font-size: 12px
	}
	header.mobile {
		display: block
	}
	header.mobile .header-pop .pop-top {
		height: 1.75em
	}
	header.mobile .header-pop .pop-top a.close {
		height: 1.75em;
		width: 1.75em
	}
	header.mobile .header-pop .pop-top .lang {
		height: 1.75em
	}
	header.mobile .header-pop .pop-top .lang a {
		margin-left: 1.4em;
		font-size: 1.25em;
		line-height: 1.4em
	}
	header.mobile .header-pop .pop-down {
		padding: 1.875em
	}
	header.mobile .header-pop .pop-down .pop-down-con a {
		margin-bottom: 3.75em
	}
	header.mobile .header-pop .pop-down .pop-down-con a span {
		height: 3.625em;
		width: 3.75em
	}
	header.mobile .header-pop .pop-down .pop-down-con a em {
		font-size: 1em;
		line-height: 2.5em
	}
}

@media screen and (min-width: 1000px) {
	footer.pc {
		padding: 3.125em 0;
		background: #f5f5f5;
		display: block;
	}
	footer.pc .content {
		margin: 0 auto;
		width: 75em;
	}
	footer.pc .content a.logo {
		float: left;
		margin-right: 1em;
		padding-bottom: 2em;
		display: block;
		height: 4.125em;
		width: 8.75em
	}
	footer.pc .content a.logo img {
		display: block;
		height: 100%;
		width: 100%
	}
	footer.pc .content .con-right {
		display: inline-block;
		margin-left: 1em;
		width: 65%;
		color: #767676;
	}
	footer.pc .content .con-right .link {
		margin-bottom: .875em;
		font-size: .8125em
	}
	footer.pc .content .con-right .link a {
		color: #767676
	}
	footer.pc .content .con-right .link span {
		margin: 0 .75em;
		background: #767676;
		display: inline-block;
		height: .75em;
		width: 1px
	}
	footer.pc .content .con-right p {
		font-size: .8125em
	}
	footer.pc .content .con-right p a {
		color: #767676;
	}
	footer.pc .content .con-right p a:hover {
		text-decoration: underline;
	}
	footer.pc .content .con-right p.copyright {
		margin-bottom: 1.07692em
	}
	footer.mobile {
		display: none
	}
}

@media screen and (max-width: 1000px) {
	footer.pc {
		display: none
	}
	footer.mobile {
		display: block;
		padding: 3.125em 1.875em;
		overflow: hidden
	}
	footer.mobile .copyright {
		display: none
	}
	footer.mobile .copyright-pad,
	footer.mobile a.intro,
	footer.mobile a.protocol,
	footer.mobile span.line-one,
	footer.mobile span.line-two {
		display: inline-block
	}
	footer.mobile a.logo {
		float: left;
		margin-right: 1.25em;
		display: block;
		height: 4.125em;
		width: 8.75em
	}
	footer.mobile a.logo img {
		display: block;
		height: 100%;
		width: 100%
	}
	footer.mobile .con-right {
		float: left
	}
	footer.mobile .con-right h4 {
		color: #858585;
		font-size: 1em
	}
	footer.mobile .con-right .link {
		margin: .625em 0;
		height: 1.125em;
		overflow: hidden;
		text-align: left
	}
	footer.mobile .con-right .link a {
		color: #2b2b2b;
		font-size: .75em
	}
	footer.mobile .con-right .link span {
		margin: 0 .3125em;
		background: #c5c5c5;
		display: inline-block;
		height: .75em;
		width: 1px
	}
	footer.mobile .con-right p {
		height: 1.125em;
		overflow: hidden;
		color: #858585;
		font-size: .75em
	}
	footer.mobile .con-right p a {
		color: #858585
	}
}

@media screen and (max-width: 380px) {
	footer.mobile .copyright {
		display: block
	}
	footer.mobile .copyright-pad {
		display: none
	}
	footer.mobile .link a.intro,
	footer.mobile .link span.line-one {
		display: none
	}
}

@media screen and (max-width: 320px) {
	footer.mobile .link a.intro,
	footer.mobile .link a.protocol,
	footer.mobile .link span.line-one,
	footer.mobile .link span.line-two {
		display: none
	}
}

#kfEwm {
	display:none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10001;
}
#kfEwm img {
	width: 240px;
	left: 50%;
	position: absolute;
	margin-left: -120px;
	top: 40%;
}


/*# sourceMappingURL=public.css.map */