﻿@charset "utf-8";
/* CSS Document */

@-ms-viewport {
	width: device-width;
}

@media only screen and (min-device-width:800px) {
	html {
		overflow: hidden;
	}
}

html {
	height: 100%;
}

body {
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-family: microsoft yahei, Helvetica, sans-serif;
	background-color: #000000;
}


.marquee {
	position: absolute;
	overflow: hidden;
	height: 34px;
	line-height: 34px;
	width: 100%;
	white-space: nowrap;
	z-index: 800;
	color: white;
	text-align: left;
	padding-right: 10px;
	letter-spacing: 1px;
	font-family: 黑体;
	font-size: 15px;
	background: rgba(0, 0, 0, .3);
}

.showpic {

	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	/*background-color: #071724;*/
	background-color: hsla(207, 67%, 8%, 0.9);
	/*background-color: rgba(7, 22, 34, 0.9);*/
	z-index: 900;
}

.swiper-container {
	top: 0;
	z-index: 901;
	margin: auto;
	margin-top: 5px;
	width: 96%;
	height: 100%;

}

.swiper-slide {
	background-position: center;
	background-size: cover;
	opacity: 1;
}

.swiper-container-vertical>.swiper-pagination-bullets {
	width: 40px;
	left: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	/* opacity: 1;*/
	background: rgba(158, 158, 158, 0.95);
}

.swiper-pagination-bullet-active {

	color: #fff;
	background: #007aff;
}

.showpiczoom {
	position: absolute;
	top: 45%;
	right: 1%;
	width: 40px;
	height: 60px;
	z-index: 902;
}
.showpiczoom a{
	color: #007aff;
}

img {
	display: block;
}

* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

#top {
	width: 100%;
}

#comment-list {
	margin: 1em 0;
}

#comment-list li {
	display: flex;
	margin-top: 1.3em;
}

.face {
	width: 12%;
	margin: 0 2% 0 4%;
}

.face img {
	width: 100%;
}

.guest {
	width: 82%;
	border-bottom: 1px solid #dbdbdb;
}

.name {
	display: inline-block;
	font-size: 1.2em;
	font-weight: 500;
}

.level {
	margin-left: 0.5em;
}

.level img {
	display: inline;
	width: 0.8em;
}

.date {
	float: right;
	margin-right: 3%;
	color: #999;
}

.star {
	margin-top: 0.7em;
}

.star img {
	width: 23%;
}

.detail {
	margin-top: 0.3em;
}

.thumb {
	margin: 1em 0;
}

.thumb img {
	width: 23%;
	margin-right: 0.5%;
	display: inline-block;
}

#origin-img {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
}

#origin-img .swiper-slide img {
	width: 100%;
	vertical-align: middle;
}

.swiper-pagination {
	top: 1em;
	bottom: auto;
	color: #fff;
}

.upload {
	position: absolute;
	bottom: 0;
	line-height: 3em;
	background: rgba(0, 0, 0, .5);
	z-index: 5;
	color: #fff;
	text-indent: 1em;
	width: 100%;
}