/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: "Microsoft YaHei", sans-serif;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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;
}

/**
 * Base
 */
html, body {
	height: 100%;
}
body {
	color: #ffff;
}
a {
	color: #edad0b;
}

/**
 *  mod-singular
 */
.mod-singular {
	font-family:"Microsoft YaHei", sans-serif;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}
.mod-singular-section {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mod-singular-section:first-child {
	background-image: url(../images/A_bg.png);
	background-size: cover;
}
.mod-singular-section:nth-child(2) {
	background-image: url(../images/B_bg_form.png);
	background-size: cover;
	max-width: 1920px;
	max-height: 100%;
	width: 100%;
	height:auto;
}
.mod-singular-section:nth-child(3) {
	background-image: url(../images/lavender_bg.png); 
	background-repeat: repeat;
	max-width: 1920px;
	max-height: 100vh;
	width: 100%;
	height: 100vh;
}
.mod-singular-section:nth-child(4) {
	background-image: url(../images/yellow_bg.png); 
	background-repeat: repeat;
	max-width: 1920px;
	max-height: 100%;
	width: 100%;
	height: auto;
}
.mod-singular-section:nth-child(5) {
	background-image: url(../images/green_bg.png); 
	background-repeat: repeat;
	max-width: 1920px;
	max-height: 100%;
	width: 100%;
	height: auto;
}
.mod-singular-section:nth-child(6) {
	background-image: url(../images/orange_bg.png); 
	background-repeat: repeat;
	max-width: 1920px;
	max-height: 100%;
	width: 100%;
	height: auto;
}
.mod-singular-section:last-child {
	background-image: url(../images/lavender_bg.png);
	background-repeat: repeat;
	max-width: 1920px;
	max-height: 100%;
	width: 100%;
	height: auto;
}
.mod-singular-section-in {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	text-align: center;
}
.mod-singular-section-inB {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	padding-top: 12%;
	text-align: center;
}

.mod-singular-section-inC {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	
}
.mod-singular-section-inD {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	margin-top: -60px;
}

.mod-singular-ttl {
	font-size: 500%;
	font-weight: 900;
	margin-bottom: 50px;
}
.mod-singular-txt {
	line-height: 1.2;
	margin: 1.5em 0;
}
.mod-singular-pre {
	background: rgba(0, 0, 0, 0.2);
	line-height: 1.2;
	margin: 1.5em auto;
	padding: 10px;
	text-align: left;
	width: 40%;
}
.mod-singular-options {
	border-top: 1px solid #fff;
	font-size: 90%;
	margin: 1.5em auto;
	overflow: hidden;
	text-align: left;
	width: 60%;
}
.mod-singular-options-name {
	clear: both;
	float: left;
	padding: 1em 0;
	width: 12em;
}
.mod-singular-options-txt {
	border-bottom: 1px solid #fff;
	padding: 1em 0 1em 12.5em;
}
.mod-singular-pager {}

.mod-singular-pager a {
	background: #fff;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	display: inline-block;
	height: 50px;
	margin: 0 15px;
	overflow: hidden;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 50px;
}
.mod-singular-pager a:before {
	border-top: 4px solid #edad0b;
	border-left: 4px solid #edad0b;
	content: "";
	display: block;
	height: 18px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 18px;
}
.mod-singular-prev:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: -7px 0 0 -10px;
}
.mod-singular-next:before {
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin: -13px 0 0 -10px;
}

.mod-nav {
	margin-top: -90px;
	position: fixed;
	right: 20px;
	top: 50%;
}
.mod-nav-list {}
.mod-nav-item {
	margin: 20px 0;
}
.mod-nav-item a {
	background: #aaa;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: block;
	height: 10px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 10px;
}
.mod-nav-item a:hover,
.mod-nav-item a:focus,
.mod-nav-item.js-singular-active a {
	background: #e47611;
}
