html {
	font-family: "Microsoft Yahei", PingFangSC-Regular, "Source Han Sans CN", sans-serif;
	background-color: #fafafa;
}
html, body, header, section, footer, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, hr, img, label, p, a, span {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Helvetica;
}
a:active, a:hover {
	outline: 0;
}
a, a:visited {
	text-decoration: none;
}
footer, header, section {
	position: relative;
}
a, button, img, label, span, textarea {
	/*display: inline-block;*/
}
ul, li {
	list-style: none;
}
button, input, select, textarea {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background-color: rgba(0,0,0,0);
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}
input::-webkit-input-placeholder {
	display: block;
}
textarea {
	resize: none;
}
img {
	border: none;
}
i {
	font-style: normal;
}
.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ' ';
	line-height: 0;
}
.bgcf {
	background-color: #fff !important;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	outline: 0
}

/* 图片 */
.imgs {
	width: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.imgs img {
	max-width: 100%;
	max-height: 100%;
	display: block;
}
/*自适应*/
@media only screen and (min-width: 320px) {
	html {
		font-size: 17.0667px !important;
	}
}
@media only screen and (min-width: 360px) {
	html {
		font-size: 19.2px !important;
	}
}
@media only screen and (min-width: 375px) {
	html {
		font-size: 20px !important;
	}
}
@media only screen and (min-width: 400px) {
	html {
		font-size: 21.33333333px !important;
	}
}
@media only screen and (min-width: 414px) {
	html {
		font-size: 22.08px !important;
	}
}
@media only screen and (min-width: 480px) {
	html {
		font-size: 25.6px !important;
	}
}
/*栅格类*/
.aui-col-5, .aui-col-xs-1, .aui-col-xs-10, .aui-col-xs-11, .aui-col-xs-2, .aui-col-xs-3, .aui-col-xs-4, .aui-col-xs-5, .aui-col-xs-6, .aui-col-xs-7, .aui-col-xs-8, .aui-col-xs-9 {
	position: relative;
	float: left;
}
.aui-col-xs-12 {
	position: relative;
	width: 100%;
}
.aui-col-xs-11 {
	width: 91.66666667%;
}
.aui-col-xs-10 {
	width: 83.33333333%;
}
.aui-col-xs-9 {
	width: 75%;
}
.aui-col-xs-8 {
	width: 66.66666667%;
}
.aui-col-xs-7 {
	width: 58.33333333%;
}
.aui-col-xs-6 {
	width: 50%;
}
.aui-col-xs-5 {
	width: 41.66666667%;
}
.aui-col-xs-4 {
	width: 33.33333333%;
}
.aui-col-xs-3 {
	width: 25%;
}
.aui-col-xs-2 {
	width: 16.66666667%;
}
.aui-col-xs-1 {
	width: 8.33333333%;
}
.aui-col-5 {
	width: 20%;
}

/*对齐*/
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.tac {
	text-align: center !important;
}
.tal {
	text-align: left !important;
}
.tar {
	text-align: right !important;
}
.table {
	display: table;
	width: 100%;
}
.table .sp1 {
	display: table-cell;
	width: 1%;
	vertical-align: middle;
	white-space: nowrap;
}
.table .sp2 {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.table .sp3 {
	display: table-cell;
	width: 1%;
	vertical-align: middle;
	white-space: nowrap;
}
.vat {
	vertical-align: top !important;
}
.vam {
	vertical-align: middle !important;
}
.vab {
	vertical-align: bottom !important;
}

/*自动隐藏文字*/
.ellipsis-1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal !important;
	word-wrap: break-word;
	word-break: break-all;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ellipsis-3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal !important;
	word-wrap: break-word;
	word-break: break-all;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.ellipsis-4 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal !important;
	word-wrap: break-word;
	word-break: break-all;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

/* 弹窗 */
.dialogbox {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 199;
	display: none;
	width: 100%;
	height: 100%;
}
.dialog {
	width: 100%;
	position: fixed;
	z-index: 299;
}
.dialogcon {
	background-color: #fff;
	border-radius: 0.5rem;
	overflow: hidden;
}
.dialogtit {
	background-color: #f2f2f2;
	font-size: 0.75rem;
	line-height: 1rem;
	padding: 0.75rem 0;
	position: relative;
}
.dialogtit span {
	width: 2.5rem;
	height: 2.5rem;
	display: block;
	background: transparent url(../image/close.png) no-repeat center;
	-webkit-background-size: 0.6rem;
	background-size: 0.6rem;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 33;
}

.diatips {
	width: 50%;
	position: fixed;
	z-index: 299;
	background-color: #fff;
	border-radius: 0.25rem;
	padding: 0.3rem 0;
	font-size: 0.75rem;
	line-height: 1.2rem;
	top: 50%;
	margin-top: -0.9rem;
	left: 20%;
	text-align: center;
}

/* 背景 */
.bginto {
	padding-right: 20px !important;
	min-height: 15px;
	background: transparent url(../image/into.png) no-repeat right center;
	background-size: 10px 15px;
	-webkit-background-size: 10px 15px;
}
/* 文章 */
.content {
	font-size: 14px;
	line-height: 1.5;
	word-wrap: break-word;
	word-break: break-all;
}
.content img {
	max-width: 100%;
	display: block;
	margin: auto;
}
.content p, .content span {
	font-size: 14px;
	line-height: 1.5;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	text-indent: 0 !important;
}
.content span {
	display: inline;
}

/* 单选 */
.radio {
	display: block;
	width: 0.9rem;
	height: 0.9rem;
	background: transparent url(../image/unchecked.png) no-repeat center;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
}
.radio:checked {
	background: transparent url(../image/checked.png) no-repeat center;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
}

/*单选、多选、开关*/
.aui-switch {
	width: 2rem;
	height: 0.9rem;
	position: relative;
	vertical-align: top;
	border: 1px solid #e5e5e5;
	background-color: #e5e5e5;
	border-radius: 0.9rem;
	background-clip: content-box;
	display: block;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.aui-switch:before {
	width: 0.8rem;
	height: 0.8rem;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0.8rem;
	background-color: #fff;
	content: '';
	-webkit-transition: left 0.2s;
	transition: left 0.2s;
}
.aui-switch:checked {
	border-color: #006400;
	background-color: #006400;
}
.aui-switch:checked:before {
	left: 1.1rem;
}

/* 空列表 */
.emptylist {
	padding: 5rem 0 0;
	font-size: 0.8rem;
	text-align: center !important;
}
.emptylist img {
	width: 6rem;
	display: block;
	margin: 0 auto 1rem;
	color: #fff
}
.emptylist p {
	font-size: 0.75rem;
	margin-top: 1rem;
}

/* 提示文字 */
.titword {
	font-size: 0.6rem;
	color: #999;
}
.titword span {
	color: #BE3030;
}

/* 头部 */
.fixedorder ul {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.fixedorder ul li {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	max-width: 50%;
}
.fixedorder ul li div {
	font-size: 0.7rem;
	border-bottom: 0.1rem solid #f2f2f2;
	padding: 0.5rem 0 0.6rem;
	color: #999;
	position: relative;
}
.fixedorder ul li.hover div {
	color: #006400;
	border-color: #006400;
}
.fixedorder ul li.active div {
	color: #006400;
	border-color: #006400;
}
.fixedorder ul li div i {
	background-color: #be3030;
	position: absolute;
	width: 0.8rem;
	height: 0.8rem;
	right: -0.6rem;
	top: 0.2rem;
	font-size: 0.5rem;
	border-radius: 50%;
	color: #fff;
	line-height: 0.8rem;
	font-weight: normal;
	text-align: center;
}
.fixedorder.bgcf {
	background-color: #fff;
}