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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup,
	tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
	caption, tbody, tfoot, thead, tr, th, td, section, article, aside,
	header, footer, nav, dialog, figure, menu, hgroup {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC",
		"Microsoft Yahei";
}

html {
	-webkit-text-size-adjust: none;
}

body {
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	color: #444;
	background: #f7f9fa;
}

input, textarea, button {
	resize: none;
	-webkit-appearance: none;
	font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC",
		"Microsoft Yahei";
}

img {
	border: none;
	vertical-align: top;
	width: 100%;
}

ul, li {
	list-style: none;
	margin: 0;
}

a {
	text-decoration: none;
	color: #444;
	transition: color 0.1s ease-in;
}

a:hover {
	outline: none;
	color: #1A99DA;
	text-decoration: none;
}

a:focus {
	outline: none;
}

h1, h2 {
	font-weight: normal;
}

input:focus, textarea:focus, button {
	outline: none;
	-webkit-appearance: none;
}

em, i {
	font-style: normal;
}

body.over {
	overflow: hidden;
	position: fixed;
}

.auto {
	margin: 0 auto;
	max-width: 1570px;
}

.mainbox {
	padding-top: 40px;
	padding-bottom: 40px;
	margin: 0 20px 0 140px;
}

.or {
	overflow:hidden;
}

.cl {
	clear: both;
}

.header {
	width: 100%;
	position: fixed;
	z-index: 100;
	background: #fff;
	height: 56px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}

.header .btn {
	display: block;
	position: absolute;
	padding:5px;
	right: 20px;
	top: 15px;
	font-size: 12px;
	color: #fff;
	background: #4c84e6;
	width: 60px;
	text-align: center;
	line-height: 20px;
	border-radius: 0.3rem;
}

.header .btn:hover {
	color: #fff;
	background: #306bd2;
}

.logo {
	width: 155px;
	float: left;
	margin: 15px 20px 0 10px;
}

.state {
	float: left;
	font-size: 14px;
	line-height: 56px;
}

.menu {
	width: 140px;
	position: fixed;
	left: 0;
	top: 80px;
	bottom: 50px;
	box-sizing: border-box;
	padding: 0 0 0 20px;
}

.menu .con {
	width: 80%;
	height: 93%;
	padding-bottom: 10px;
	position: absolute;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.menu li {
	font-size: 14px;
	line-height: 40px;
	position: relative;
	transition: all 0.4s;
	position: relative;
}

.menu li a {
	display: block;
	padding-left: 16px;
}

.menu li a:hover {
	color: #306bd2;
	font-weight: bold;
	padding-left: 14px;
}

.menu li .current {
	color: #306bd2;
	font-weight: bold;
	padding-left: 14px;
}

.menu ul {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow: auto;
}

.area {
	background: #fff;
	box-sizing: border-box;
	padding: 10px 15px;
	line-height: 30px;
	overflow: hidden;
	margin-top: 40px;
	border-radius: 4px;
	font-size: 14px;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

.area a {
	padding: 5px;
	color: #306bd2;
	margin-right: 5px;
}

.area a:hover {
	color: #fff;
	background: #306bd2;
}

.area .current {
	color: #fff;
	background: #306bd2;
}

.theme-mask {
	z-index: 10000;
	position: fixed;
	_position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(10px);
	background: rgba(0, 0, 0, 0.5);
	opacity: 1;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;
	display: none;
}

.popover {
	width: 320px;
	height: 350px;
	z-index: 100001;
	position: fixed;
	top: 50%;
	left: 50%;
	background: #fff;
	margin: -200px 0 0 -180px;
	box-shadow: none;
	display: none;
	text-align: center;
}

.popover dl {
	margin-top: 42px;
	font-size: 14px;
	color: #333;
	line-height: 24px;
}

.popover dl a {
	width: 110px;
	height: 40px;
	background: #24b728;
	color: #fff;
	display: inline-block;
	border-radius: 2px;
	font-size: 14px;
}

.close{
    width: 32px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.mt15 {
	margin-top: 15px;
}

.popover dl #qrcode img {
	width: 252px;
}

.footer {
	text-align: center;
	padding-bottom: 30px;
}

.pagination {
	padding-top: 30px;
  	border-radius: 0.25rem;
  	clear: both;
}

.pagination .page-link {
	position: relative;
  	display: block;
  	padding: 0.5rem 0.75rem;
  	margin-left: 0px;
  	line-height: 1.25;
  	color: #007bff;
  	background-color: #fff;
  	border: 1px solid #dee2e6;
}

.pagination .page-link:hover {
  	z-index: 2;
  	color: #0056b3;
  	text-decoration: none;
  	background-color: #e9ecef;
  	border-color: #dee2e6;
}

.pagination .page-link:focus {
  	z-index: 3;
  	outline: 0;
  	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.pagination .page-item {
	padding: 2px;
	float: left;
	font-size: 14px;
}

.pagination .page-item:first-child .page-link {
  	margin-left: 0;
  	border-top-left-radius: 0.25rem;
  	border-bottom-left-radius: 0.25rem;
}

.pagination .page-item:last-child .page-link {
  	border-top-right-radius: 0.25rem;
  	border-bottom-right-radius: 0.25rem;
}

.pagination .page-item.active .page-link {
  	z-index: 3;
  	color: #fff;
  	background-color: #306bd2;
  	border-color: #306bd2;
}

.pagination .page-item.disabled {
  	position: relative;
  	display: block;
  	padding: 0.5rem 0.75rem;
  	margin: 2px;
  	line-height: 1.25;
  	color: #007bff;
  	background-color: #fff;
  	border: 1px solid #dee2e6;
}