@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	box-sizing: border-box;
}

/*  */
html,body {
	background-color: #191919;
	width: 100%;
	 height: 100%;
}

.loading{ 
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	display: table;
	color: #fff;
}
.loading-num{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}


.wrap { 
	display: none;
	width: 1920px; 
	max-width: 100%;
	margin: 0 auto;
}
.image-wrap {
	position: relative;
}

.image-box {
	position: relative;
}
.image-box img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.image-control {}
.image-control-prev,
.image-control-next {
	position: absolute;
	top: 0;
	overflow: hidden;
	width: 4%;
	height: 100%;
	text-indent: -1000%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.image-control-prev {
	left: 0;
}
.image-control-next {
	right: 0;
}

.back {
	position: absolute;
	bottom: 2%;
	right: 4%;
	overflow: hidden;
	width: 9.5%;
	height: 4%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


#index-prev {
	left: 0;
	position: absolute;
	top: 0;
	overflow: hidden;
	width: 4%;
	height: 100%;
	text-indent: -1000%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}



/*  p02 a link */
.ban_list{
	display: none;
	position: absolute;
	top: 17.4%;
	left: 9.375%;
	width: 37.23%;
	height: 76%;
}
.ban_list a{
	display: block;
	width: 100%;
	height: 9.09%;
}

.ban_right{
	left: 53.125%;
}



