body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	margin: 0;
	padding: 0;
}
body {
	font: 12px "����", "Arial Narrow", HELVETICA;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	width: 100vw;
	min-height: 100vh;
}
a {
	color: #2d374b;
	text-decoration: none;
}
a:hover {
	color: #cd0200;
	text-decoration: underline;
}
em {
	font-style: normal;
}
li {
	list-style: none;
}
img {
	border: 0;
	vertical-align: middle;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
	word-wrap: break-word;
}
.cl:after {
	content: "";
	display: block;
	overflow: hidden;
	clear: both;
	height: 0;
	visibility: hidden;
}
.cl {
	zoom: 1;
}
.Flex {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
}
.d_flex {
	display: flex;
}
.j_b {
	justify-content: space-between;
}
.a_c {
	align-items: center;
}
.d_flex_b {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.login {
	/*background: url("../images/bg1.png") no-repeat;*/
	background-size: cover;
	position: relative;
}
.title {
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 56px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #ffffff;
	width: 100%;
	text-align: center;
}
.copy {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	color: #ffffff;
	font-size: 14px;
}
.login-box {
	background-color: #fff;
	border-radius: 12px;
	padding: 2.6vw;
	padding-bottom: 1.5vw;
	box-sizing: border-box;
}
.login-box .tit {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	text-align: center;
	margin-bottom: 36px;
}
.input-box {
	width: 19vw;
	height: 2.6vw;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	margin-bottom: 1vw;
	padding: 0 14px;
	box-sizing: border-box;
}
.input-b2 {
	width: 19vw;
}
.input-box.box2 {
	width: 11.6vw;
	margin-right: 10px;
}
.input-box input {
	border: none;
	flex: 1;
	width: 5.2vw;
	outline: none;
	font-size: 16px;
	font-family: Microsoft YaHei;
	height: 30px;
	line-height: 30px;
}
.code-img {
	width: 6.7vw;
	height: 2.6vw;
	border: 1px solid #e5e5e5;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.code-img img {
	display: block;
	width: 6.7vw;
	height: 2.6vw;
}
.input-box span {
	font-size: 24px;
	margin-right: 10px;
}
.login-btn {
	margin: 20px auto;
	width: 100%;
	background: #668be6;
	border-radius: 4px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #ffffff;
	border: none;
	outline: none;
	height: 2.6vw;
}
.forget {
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #379ce3;
	cursor: pointer;
}

header {
	width: 100%;
	height: 100px;
	background: #379ce3;
	display: flex;
	align-items: center;
}
header .logo {
	padding: 0 60px;
	box-sizing: border-box;
}
header .nav-box .tip {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 24px;
}
header .nav-box .tip a {
	color: #ffffff;
}
.nav li {
	margin-right: 40px;
	cursor: default;
}
.nav li .icon {
	font-size: 18px;
	margin-right: 6px;
	color: #fff;
}
.nav li.active .name {
	font-weight: bold;
}
.nav li.active {
	position: relative;
}
.nav li.active::after {
	position: absolute;
	bottom: -12px;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #fff;
	border-radius: 2px;
}
.nav li .name {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #ffffff;
}
header .nav-box .tip span {
	margin-right: 40px;
	cursor: default;
}
.content {
	min-height: calc(100vh - 100px);
	background-color: #fff;
}
.aside {
	width: 200px;
	height: calc(100vh - 100px);
	overflow-y: scroll;
	background: #f5f5f5;
}
.aside::-webkit-scrollbar {
	display: none;
}
.aside ul {
	width: 100%;
}
.aside ul li {
	width: 100%;
	height: 46px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333;
	padding-right: 40px;
	text-align: center;
	line-height: 46px;
	box-sizing: border-box;
	cursor: default;
}
.aside ul li.active {
	background-color: #fff;
	color: #379ce3;
}
.section {
	flex: 1;
	height: calc(100vh - 100px);
	padding: 30px;
	overflow-y: scroll;
	box-sizing: border-box;
}
.section::-webkit-scrollbar {
	display: none;
}
.section h2 {
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0a193a;
}
.section .tip {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	margin-top: 10px;
}
.section .menu-box {
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 12px;
	padding: 30px 0;
	margin: 40px auto;
}
.section .menu-box .item {
	border-right: 1px solid #e5e5e5;
	width: 16.6%;
	padding: 0 16px 0 30px;
}
.section .menu-box .item:last-child {
	border-right: none;
}
.menu-box .item .num {
	font-size: 30px;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
}
.menu-box .item .icon-box {
	width: 46px;
	height: 46px;
	background: rgba(55, 156, 227, 0.1);
	border-radius: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #379ce3;
}
.menu-box .item .row2 {
	margin-top: 10px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
}
.row3 {
	margin-top: 18px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}
.row3 .v {
	color: #379ce3;
	margin-right: 10px;
}
.row3 .v.up {
	color: #06c50a;
}
.row3 .v.down {
	color: #f5222d;
}
.chart-box .item,
.chart-box .item1 {
	border: 1px solid #eaeaea;
	border-radius: 10px;
}
.box_1 {
	margin-bottom: 40px;
}
.chart-box .item {
	flex: 1;
	height: 350px;
}
.box_1 .item .title-box {
	height: 56px;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.box_1 .item .main {
	width: 100%;
	height: 290px;
}
.item1 {
	width: 22%;
	height: 380px;
	margin-right: 30px;
	background: #ffffff;
	border: 1px solid #e5e5e5;
}
.item2 {
	flex: 1;
	height: 380px;
	background: #ffffff;
	border: 1px solid #e5e5e5;
}
.item1 .title-box,
.item2 .title-box {
	height: 56px;
	padding: 0 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #eaeaea;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.select-box {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.sel-box1 {
	width: 120px;
	height: 40px;
	background: #ffffff;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	padding: 0 10px;
}
.select-box .icon {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	position: relative;
	top: -2px;
	background-color: #379ce3;
}
.select-box .icon.o {
	background-color: #ff9500;
}
.select-box .sub {
	margin-right: 20px;
	position: relative;
}
.item2 {
	border-radius: 12px;
}
.item1 .main,
.item2 .main {
	width: 100%;
	height: 300px;
}

.login-containner {
	width: 100vw;
	height: 100vh;
	position: relative;
	overflow: hidden;
	background-image: url("../images/bg1.png");
	background-size: 100% 100%;
}
.login-form {
	margin: 0 auto;
	position: relative;
	width: 74%;
	height: 32.3vw;
	display: flex;
	justify-content: flex-end;
	box-sizing: border-box;
	padding-right: 5.7vw;
	align-items: center;
	background-image: url("../images/bg2.png");
	background-size: 100% 100%;
}

.form-title {
	position: absolute;
	left: 8.3vw;
	top: 4.4vw;
	width: 456px;
	height: 61px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei-Bold;
	font-weight: border;
	font-size: 46px;
	color: #000000;
	line-height: 55px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

.login-title {
	display: inline-block;
	width: 100%;
	height: 74px;
	margin-top: 3.5vw;
	margin-bottom: 2.5vw;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei-Bold;
	font-weight: normal;
	font-size: 52px;
	color: #ffffff;
	line-height: 67px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

.login-footer {
	display: inline-block;
	width: 100%;
	height: 19px;
	font-family: MicrosoftYaHei, MicrosoftYaHei;
	font-weight: normal;
	font-size: 16px;
	color: #ffffff;
	line-height: 17px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	position: absolute;
	bottom: 40px;
}

.login-footer  a{
	color: #FFFFFF;
}