@charset "utf-8";
html, body {
	width: 100vw;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0;
	padding: 0;
}
html {
	background-color: rgba(223,224,225,1.00);
	font-size: 625%;
	font-size-adjust: 100%;
	color: rgba(68,65,111,1.00);
	font-family: "Roboto", "微软雅黑", "Microsoft YaHei", "sans-serif", "Arial", "\5fae\8f6f\96c5\9ed1";
}
body {
	line-height: 1;
	background-color: rgba(255,255,255,1.00);
}
img {
	display: block;
}
header, nav, article, aside, div, ul, ol, li, dl, dd, dt, input, select, option, textarea, audio, video, button, img, form, p, span, em, strong, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-size: .12rem;
	font-weight: normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}
a, input, button, textarea, select, option {
	outline: none;
}
a, a:visited {
	color: rgba(68,65,111,1.00);
	text-decoration: none;
	cursor: pointer;
	transition: all .2s;
}
a:hover {
	color: rgba(237,90,106,1.00);
	text-decoration: none;
}
a:focus {
/*box-shadow: 0 0 0 .03rem rgba(199, 21, 133,.1);*/
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
 box-shadow: 0 0 0 1rem #DDDFED inset;
}
/* Wrap & Container */
.wrap {
	width: 100%;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.wrap:after, .container:after {
	content: "";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}
/* Flex Layer */
/* Flex Gird */
.c-flex {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: flex-start;
}
.c-flex.flex-hr {
	flex-direction: row-reverse;
}
.c-flex.flex-vt {
	flex-direction: column;
}
.c-flex.flex-vb {
	flex-direction: column-reverse;
}
.c-flex.flex-wrap {
	flex-wrap: wrap;
}
.c-flex.c-start {
	justify-content: flex-start;
}
.c-flex.c-end {
	justify-content: flex-end;
}
.c-flex.c-center {
	justify-content: center;
}
.c-flex.c-between {
	justify-content: space-between;
}
.c-flex.c-around {
	justify-content: space-around;
}
.c-flex.a-start {
	align-items: flex-start;
}
.c-flex.a-end {
	align-items: flex-end;
}
.c-flex.a-center {
	align-items: center;
}
.g-flex {
	flex-grow: 1;
}
.g-flex.cor {
	text-align: right;
}
.g-flex.com {
	text-align: center;
}
/* Flex Gird */
/* Flex Layer */
.loading-data {
	display: none;
}
.jq_select, .jq_select * {
	box-sizing: content-box;
	font-family:"Arial", "sans-serif", "\5fae\8f6f\96c5\9ed1";
}
.jq_select {
	border: solid 1px #ccc;
	display: inline-block;
	min-width: 1rem;
	position: relative;
	margin-left: -1px;
	background-image: linear-gradient(-180deg, #fbfbfb 0%, #eeeeee 100%);
	box-shadow: none;
	vertical-align: middle;
	z-index: 0;
	transition: all .2s;
}
.jq_select:hover {
	border-color: #999;
	box-shadow: 0 0 .03rem rgba(0,0,0,.1);
}
.jq_select.active {
	border-color: #999;
	box-shadow: 0 0 0 .1rem RGBA(181,238,255,.5);
	z-index: 10;
}
.jq_select ol {
	position: absolute;
	z-index: 10;
	left: -1px;
	top: 100%;
	border: solid 1px #999;
	min-width: 100%;
	display: none;
	background-color: rgba(255,255,255,1.00);
	overflow: auto;
}
.jq_select ol li:not(last-child) {
	border-bottom: solid 1px #f3f1f0
}
.jq_select ol li span {
	display: block;
	cursor: default;
	padding-left: 11px;
	height: 30px;
	line-height: 30px;
	color: #666;
	background-color: #f3f1f0;
	white-space: nowrap;
	text-align: left;
}
.jq_select ol li a {
	color: #333;
	display: block;
	cursor: default;
	padding-left: 11px;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	text-align: left;
}
.jq_select ol li a:hover {
	background-color: rgba(43,43,43,0.1);
	text-decoration: none;
}
.jq_select ol li a.curr {
	background-color: #373b43;
	color: #fff;
}
.jq_select .jq_selected_span {
	display: inline-block;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 16px;
	color: #333;
	text-shadow: 1px 1px 0px #fff;
	cursor: default;
}
.jq_select .jq_caret {
	display: inline-block;
	width: 0;
	float: right;
	height: 0;
	margin: 11px 11px 0px 0px;
	vertical-align: middle;
	border: 4px solid transparent;
	border-top: 4px dashed rgba(0,0,0,.6);
}
