blockquote,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:active,
a:hover {
	outline: 0;
}

img {
	display: inline-block;
	border: none;
	vertical-align: middle;
}

li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,
h2,
h3 {
	font-size: 14px;
	font-weight: 400;
}

h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 400;
}

button,
input,
optgroup,
option,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
}

body {
	line-height: 24px;
	font: 14px helvetica neue, helvetica, pingfang sc, \5fae\8f6f\96c5\9ed1, tahoma, arial,
		sans-serif;
}

.layui-flow-more a cite,
.layui-laypage em,
.layui-tree li a cite,
a cite {
	font-style: normal;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #777;
}

.layui-layout {
	position: absolute;
	width: 100%;
	height: auto;
	background: #edf1f7;
}

.layui-show {
	display: block !important;
}

.layui-main {
	width: 100%;
	margin: 0 auto;
	position: fixed;
	background: #152d52;
	right: 0;
	left: 0;
}

.layui-main .title {
	display: block;
	float: right;
	right: 15px;
	top: 10px;
	position: absolute;
	font-size: 14px;
}

.layui-main .title em {
	font-size: 18px;
	color: #fcf55e;
	font-style: initial;
}

.layui-header {
	position: relative;
	z-index: 1000;
	height: 65px;
}

.layui-header a:hover {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.layui-side {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 999;
	width: 200px;
	overflow-x: hidden;
}

.layui-side-scroll {
	width: 220px;
	height: 100%;
	overflow-x: hidden;
}

.layui-body {
	background: #edf1f7;
	position: relative;
	left: 200px;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 998;
	width: 1000px;
	overflow: hidden;
	overflow-y: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.layui-side .title {
	width: 140px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	padding: 0 30px;
	color: #0067b6;
	background: #ccd7e9;
}

.layui-layout-admin .layui-side {
	top: 0px;
	width: 200px;
	overflow-x: hidden;
}

.layui-elem-quote {
	margin-bottom: 10px;
	padding: 15px;
	line-height: 22px;
	border-left: 5px solid #009688;
	border-radius: 0 2px 2px 0;
	background-color: #f2f2f2;
}

.layui-elem-quote p {
	font-size: 18px;
	font-weight: bold;
}

.layui-elem-field {
	margin-bottom: 10px;
	padding: 0;
	border: none;
}

.layui-elem-field legend {
	margin-left: 20px;
	color: #0067b6;
	font-size: 20px;
	font-weight: 500;
}

.layui-field-title {
	margin: 10px 0 20px;
	border: none;
	border-top: none;
}

.layui-field-title .layui-field-box {
	padding: 15px 25px;
	line-height: 28px;
}

.layui-bg-black {
	background-color: #ffffff;
	color: #344964;
}

.layui-bg-black a {
	color: #c2c2c2;
}

.layui-bg-black a:hover {
	color: #fff;
}

.layui-nav .layui-nav-item,
.layui-tab-title li {
	display: inline-block;
	*zoom: 1;
	vertical-align: middle;
}

.layui-nav {
	position: relative;
	padding: 0 20px;
	color: #344964;
	border-radius: 2px;
	font-size: 0;
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
}

.layui-nav * {
	font-size: 16px;
}

.layui-nav .layui-nav-item {
	position: relative;
	*display: inline;
	line-height: 60px;
}

.layui-nav .layui-nav-item a {
	display: block;
	padding: 0 15px;
	color: #344964;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.layui-nav .layui-nav-item a span {
	font-size: 14px;
}

.layui-nav .layui-this:after,
.layui-nav-tree .layui-nav-itemed:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 5px;
	background-color: #5fb878;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

.layui-nav .layui-this a {
	color: #b91c08;
}

.layui-nav .layui-this:after {
	content: '';
	top: auto;
	bottom: 0;
	width: 100%;
}

.layui-nav .layui-nav-more {
	content: '';
	width: 0;
	height: 0;
	border-style: solid dashed dashed;
	border-color: #c2c2c2 transparent transparent;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	position: absolute;
	top: 28px;
	right: 3px;
	border-width: 6px;
}

.layui-nav .layui-nav-mored,
.layui-nav-itemed .layui-nav-more {
	top: 22px;
	border-style: dashed dashed solid;
	border-color: transparent transparent #c2c2c2;
}

.layui-nav-child {
	display: none;
	position: absolute;
	left: 0;
	top: 65px;
	line-height: 36px;
	padding: 5px 0;
	border: 1px solid #d2d2d2;
	background-color: #fff;
	z-index: 100;
	border-radius: 2px;
	white-space: nowrap;
}

.layui-nav .layui-nav-child a {
	color: #333;
}

.layui-nav .layui-nav-child a:hover {
	background-color: #f2f2f2;
	color: #333;
}

.layui-nav-child dd {
	position: relative;
}

.layui-nav-child dd.layui-this:after {
	display: none;
}

.layui-nav-tree {
	width: 200px;
	padding: 0;
}

.layui-nav-tree .layui-nav-item {
	display: block;
	width: 100%;
	line-height: 45px;
}

.layui-nav-tree .layui-nav-item a {
	height: 45px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.layui-nav-tree .layui-nav-child dd.layui-this,
.layui-nav-tree .layui-this,
.layui-nav-tree .layui-this > a,
.layui-nav-tree .layui-this > a:hover {
	background-color: #09c0c6;
	color: #fff !important;
}

.layui-nav-color .layui-nav-one {
	background-color: #09c0c6;
	color: #ffffff !important;
}

.layui-nav-tree .layui-this:after {
	display: none;
}

.layui-nav-tree .layui-nav-child {
	position: relative;
	z-index: 0;
	top: 0;
	border: none;
	box-shadow: none;
}

.layui-nav-tree .layui-nav-child a {
	height: 40px;
	line-height: 40px;
	color: #344964;
}

.layui-nav-tree .layui-nav-child,
.layui-nav-tree .layui-nav-child a:hover {
	background: 0 0;
	color: #09c0c6;
}

.layui-nav-tree .layui-nav-more {
	top: 20px;
	right: 10px;
}

.layui-nav-itemed .layui-nav-more {
	top: 14px;
}

.layui-nav-itemed .layui-nav-child {
	display: block;
	padding: 0;
}

.layui-tab {
	margin: 10px 0;
	overflow: hidden;
	text-align: left !important;
}

.layui-tab-bar,
.layui-tab-title li {
	cursor: pointer;
	text-align: center;
}

.layui-tab-title {
	position: relative;
	left: 0;
	height: 40px;
	white-space: nowrap;
	font-size: 0;
	border-bottom: 1px solid #e2e2e2;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

.layui-tab-title li {
	*display: inline;
	font-size: 14px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	position: relative;
	line-height: 40px;
	min-width: 65px;
	padding: 0 10px;
}

.layui-tab-title .layui-this {
	color: #000;
}

.layui-tab-title .layui-this:after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 41px;
	border: 1px solid #e2e2e2;
	border-bottom-color: #fff;
	border-radius: 2px 2px 0 0;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	pointer-events: none;
}

.layui-tab-bar {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 39px;
	line-height: 39px;
	border: 1px solid #e2e2e2;
	border-radius: 2px;
	background-color: #fff;
}

.layui-tab-item {
	display: none;
}

.layui-tab-item .title {
	margin: 15px 30px;
	font-size: 12px;
	font-weight: bold;
}

.layui-tab-content {
	padding: 10px;
}

.layui-tab-brief > .layui-tab-title .layui-this {
	color: #009688;
}

.layui-tab-brief > .layui-tab-more li.layui-this:after,
.layui-tab-brief > .layui-tab-title .layui-this:after {
	border: none;
	border-radius: 0;
	border-bottom: 3px solid #5fb878;
}

/* å¤´éƒ¨ */
.header {
	height: 65px;
	border-bottom: 5px solid #152d52;
	background-color: #152d52;
	color: #fff;
}

.logo {
	position: absolute;
	left: 0;
	top: 12px;
}

.logo img {
	display: block;
	width: 100%;
}

.header .layui-nav {
	right: 0;
	top: 0;
	padding: 0;
	background: none;
	display: block;
	float: right;
}

.header .layui-nav .layui-nav-item {
	margin: 0 20px;
	line-height: 66px;
}

.header-index {
	background-color: #080018;
	border: none;
}

.header-demo .layui-nav {
	top: 38px;
}

.header-demo .layui-nav .layui-nav-item {
	margin: 0;
	line-height: 26px;
}

.header-demo .layui-nav .layui-nav-item a {
	color: #ffffff;
}

.header-demo .layui-nav .layui-this {
	background-color: #f2f2f2;
}

.header-demo .layui-nav .layui-this:after,
.header-demo .layui-nav-bar {
	background-color: #393d49;
}

.header-demo .layui-nav .layui-this a {
	padding: 0 20px;
}

.layui-nav-item .layui-icon {
	position: relative;
}

.layui-nav-item a cite {
	padding: 0 10px;
}

.admin-nav-tree .layui-nav-child a {
	padding-left: 30px;
}

.admin-nav-card {
	border: 0;
	margin: 0;
	box-shadow: none;
}

.admin-nav-card .layui-icon {
	position: relative;
}

.admin-nav-card .layui-tab-item iframe {
	width: 100%;
	border: 0;
	height: 100%;
}

.admin-nav-card > .layui-tab-title {
	border-bottom: 1px solid #1aa094;
}

.admin-nav-card .layui-tab-title cite {
	font-style: normal;
	padding-left: 5px;
}

.admin-nav-card > .layui-tab-title .layui-this {
	color: white;
	background-color: #1aa094;
}

.admin-nav-card > .layui-tab-title .layui-this:after {
	border-bottom: 0;
}

.admin-header-user .layui-nav-more {
	top: 33px;
}

.admin-header-user .layui-nav-mored {
	top: 26px;
}

.admin-main {
	margin: 15px 0 15px 15px;
	padding: 15px;
	background: #ffffff;
}

.admin-side-toggle {
	position: absolute;
	cursor: pointer;
	z-index: 19940201;
	left: 230px;
	color: white;
	text-align: left;
	font-size: 16px;
	width: 200px;
	height: 30px;
	line-height: 30px;
	top: 25%;
}

.admin-side-toggle a {
	color: #ffffff;
}

.admin-two {
	left: 328px;
}

.admin-login-box {
	width: 200px;
	height: 70px;
	position: relative;
	display: block;
	float: left;
}

.beg-navbar .layui-nav-child dd a {
	padding-left: 45px;
}

.layui-field-box table {
	border: 1px solid #d5d5d5;
}

.layui-field-box table tr:first-child {
	background: #f3f3f5;
}

.layui-field-box table tr td {
	padding: 8px 15px;
	text-align: left;
	font-size: 16px;
}

.layui-field-box table tr td.ob {
	color: #e70014;
}

.layui-field-box table tr td.paid {
	color: #0069b5;
}

.layui-field-box table tr td a {
	font-style: initial;
	padding: 5px 15px;
	background: #f8c51a;
	margin-left: 20px;
}

.layui-field-box ul li {
	display: block;
	float: left;
}

.layui-field-box ul li:nth-child(1) {
	width: 390px;
}

.layui-field-box ul li:nth-child(2) {
	width: 205px;
}

.layui-field-box ul li:nth-child(2) div {
	margin-bottom: 10px;
}

.layui-field-box ul li:nth-child(2) div em {
	font-size: 26px;
	color: #e70014;
	font-weight: bold;
	font-style: initial;
}

.layui-field-box ul li:nth-child(3) {
	width: 165px;
}

.layui-field-box ul li:nth-child(3) div {
	margin-bottom: 10px;
}

.layui-field-box ul li:nth-child(3) div em {
	font-size: 26px;
	color: #996d30;
	font-weight: bold;
	font-style: initial;
}

.layui-field-box ul li:nth-child(4) {
	width: 135px;
}

.layui-field-box ul li:nth-child(4) div {
	margin-bottom: 10px;
}

.layui-field-box ul li:nth-child(4) div em {
	font-size: 26px;
	color: #f29901;
	font-weight: bold;
	font-style: initial;
}

.layui-field-box ul li .text-font-b {
	font-size: 16px;
	font-weight: bold;
}

.layui-field-box ul li div {
	font-size: 16px;
	text-align: left;
	margin-bottom: 1px;
}

.layui-field-box ul li div a {
	color: #0069b5;
}

.layui-field-box ul li:nth-child(2) div a {
	padding: 6px 10px;
	background: #009a44;
	color: #ffffff;
}

.layui-footer {
	text-align: center;
	font-size: 12px;
	padding: 15px 0;
}
