.comiis_poster_box {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1033;
	background: rgba(0, 0, 0, 0.85);
	color: #fff;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	opacity: 0;
}

.comiis_poster_box img {
	display: initial;
}

.comiis_poster_box_show {
	opacity: 1
}

.comiis_poster_okimg,
.comiis_poster_imgshow {
	height: calc(100% - 55px);
	text-align: center
}

.comiis_poster_okimg img {
	max-width: calc(100% - 40px);
	max-height: calc(100% - 30px);
	margin: 25px 20px 10px;
	border-radius: 6px;
}

.comiis_poster_oktit {
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	overflow: hidden
}

.comiis_poster_okclose {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 60px;
	text-align: center;
	overflow: hidden
}

.comiis_poster_okclose a {
	display: block;
	height: 60px;
	line-height: 40px;
	overflow: hidden
}

.comiis_poster_okclose a img {
	width: 40px;
	height: 40px
}

.loading_color {
	width: 200px;
	height: 80px;
	margin: 0 auto
}

.loading_color span {
	display: inline-block;
	width: 3px;
	height: 30px;
	animation-name: scale;
	-webkit-animation-name: scale;
	-moz-animation-name: scale;
	-ms-animation-name: scale;
	-o-animation-name: scale;
	animation-duration: 1.2s;
	-webkit-animation-duration: 1.2s;
	-moz-animation-duration: 1.2s;
	-ms-animation-duration: 1.2s;
	-o-animation-duration: 1.2s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite
}

.loading_color span.loading_color1 {
	background: #2ecc71
}

.loading_color span.loading_color2 {
	background: #3498db
}

.loading_color span.loading_color3 {
	background: #9b59b6
}

.loading_color span.loading_color4 {
	background: #e67e22
}

.loading_color span.loading_color5 {
	background: #c0392b
}

.loading_color span.loading_color6 {
	background: #e74c3c
}

.loading_color span.loading_color7 {
	background: #e74c8c
}

.loading_color1 {
	animation-delay: -1s;
	-webkit-animation-delay: -1s;
	-moz-animation-delay: -1s;
	-ms-animation-delay: -1s;
	-o-animation-delay: -1s
}

.loading_color2 {
	animation-delay: -0.9s;
	-webkit-animation-delay: -0.9s;
	-moz-animation-delay: -0.9s;
	-ms-animation-delay: -0.9s;
	-o-animation-delay: -0.9s
}

.loading_color3 {
	animation-delay: -0.8s;
	-webkit-animation-delay: -0.8s;
	-moz-animation-delay: -0.8s;
	-ms-animation-delay: -0.8s;
	-o-animation-delay: -0.8s
}

.loading_color4 {
	animation-delay: -0.7s;
	-webkit-animation-delay: -0.7s;
	-moz-animation-delay: -0.7s;
	-ms-animation-delay: -0.7s;
	-o-animation-delay: -0.7s
}

.loading_color5 {
	animation-delay: -0.6s;
	-webkit-animation-delay: -0.6s;
	-moz-animation-delay: -0.6s;
	-ms-animation-delay: -0.6s;
	-o-animation-delay: -0.6s
}

.loading_color6 {
	animation-delay: -0.5s;
	-webkit-animation-delay: -0.5s;
	-moz-animation-delay: -0.5s;
	-ms-animation-delay: -0.5s;
	-o-animation-delay: -0.5s
}

.loading_color7 {
	animation-delay: -0.4s;
	-webkit-animation-delay: -0.4s;
	-moz-animation-delay: -0.4s;
	-ms-animation-delay: -0.4s;
	-o-animation-delay: -0.4s
}

@-webkit-keyframes scale {

	0%,
	40%,
	100% {
		-moz-transform: scaleY(0.2);
		-ms-transform: scaleY(0.2);
		-o-transform: scaleY(0.2);
		-webkit-transform: scaleY(0.2);
		transform: scaleY(0.2)
	}

	20%,
	60% {
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}
}

@-moz-keyframes scale {

	0%,
	40%,
	100% {
		-moz-transform: scaleY(0.2);
		-ms-transform: scaleY(0.2);
		-o-transform: scaleY(0.2);
		-webkit-transform: scaleY(0.2);
		transform:
			scaleY(0.2)
	}

	20%,
	60% {
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}
}

@-ms-keyframes scale {

	0%,
	40%,
	100% {
		-moz-transform: scaleY(0.2);
		-ms-transform: scaleY(0.2);
		-o-transform: scaleY(0.2);
		-webkit-transform: scaleY(0.2);
		transform:
			scaleY(0.2)
	}

	20%,
	60% {
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}
}

@keyframes scale {

	0%,
	40%,
	100% {
		-moz-transform: scaleY(0.2);
		-ms-transform: scaleY(0.2);
		-o-transform: scaleY(0.2);
		-webkit-transform: scaleY(0.2);
		transform:
			scaleY(0.2)
	}

	20%,
	60% {
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}
}

.comiis_poster_foot {
	font-size: 16px;
	color: #5e5e5e;
	overflow: hidden;
	line-height: 1.8;
	margin-top: 40px;
	padding-left: 10px;
}

.comiis_poster_foot .kmhead {
	padding-top: 40px;
}
.comiis_poster_foot .kmzwtip {}

.comiis_poster_foot .kmewm {
	float: right;
	margin-left: 10px;
	background: #fff;
	padding: 10px;
	width: auto; 
	height: auto;
}