body,
ul,
dl,
dt,
dd,
ol,
li,
i,
em,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
tbody,
td,
img,
div,
input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

:not(:root):-webkit-full-screen::backdrop {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: none;
}

body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", sans-serif;
	font-size: 14px;
	color: #222;
	background-color: #fafafa;
}

html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	background-color: #fbfbfb;
}

html * {
	outline: 0;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	margin: 0;
	padding: 0;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

ul,
li,
ol {
	list-style-type: none;
}

i,
em {
	font-style: normal;
}

select,
input,
img,
select {
	vertical-align: middle;
	font-family: "微软雅黑" !important;
	font-size: 100%;
}

strong {
	font-weight: bold;
}

a {
	text-decoration: none;
	/* transition: all 0.3s ease; */
	cursor: pointer;
	color: #1b8ce4;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

/* a:focus {
	color: #b4283c !important;
	text-decoration: none;
} */
a:hover {
	color: #a30f0f;
	text-decoration: none;
}

.zyk-clearfix:before,
.zyk-clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.zyk-clearfix {
	zoom: 1;
	/* overflow: hidden; */
}

table {
	border-collapse: collapse;
}

th {
	text-align: left;
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

iframe {
	border: none;
	margin: 0;
	padding: 0;
}

input::-webkit-input-placeholder {
	color: #ccc;
}

input::-moz-input-placeholder {
	color: #ccc;
}

input::-ms-input-placeholder {
	color: #ccc;
}

.placeholder {
	color: #666;
}

/* 登录前 */
.login-width {
	width: 1200px;
	margin: 0 auto;
}

.login-header {
	height: 60px;
	background-color: #fff;
}

.login-logo {
	float: left;
}

.login-logo>img {
	display: inline-block;
	width: 43px;
	height: 24px;
	vertical-align: middle;
	margin-right: 5px;
}

.login-logo>span {
	display: inline-block;
	line-height: 60px;
	font-size: 20px;
	font-weight: bold;
	color: #a30f0f;
	vertical-align: middle;
}

.login-nav {
	float: left;
	padding-left: 120px;
}

.login-nav li {
	float: left;
	padding: 0 15px;
}

.login-nav li>a {
	line-height: 60px;
	font-size: 14px;
	color: #666;
}

.login-nav li.on>a,
.login-nav li>a:hover {
	color: #a30f0f;
}

.login-btns {
	float: right;
	padding-top: 15px;
}

.login-btns>a {
	float: right;
	width: 70px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	border-radius: 3px;
	margin-left: 10px;
}

.login-btns>a.denglu {
	border: 1px solid #e0e0e0;
	background-color: #fff;
	color: #333;
}

.login-btns>a.denglu:hover {
	border-color: #a30f0f;
	color: #a30f0f;
}

.login-btns>a.zhuce {
	border: 1px solid #a30f0f;
	background-color: #a30f0f;
	color: #fff;
}

.login-btns>a.zhuce:hover {
	opacity: 0.8;
}

.login-main {
	padding-top: 20px;
}

.login-banner-wrap {
	margin-bottom: 20px;
}

.login-banner {
	float: left;
	width: 762px;
	height: 398px;
	padding-top: 70px;
	background: url(/common/login/images/banner.png);
}

.login-banner>div {
	margin-bottom: 15px;
	text-align: center;
}

.login-banner>div>p {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #252525;
}

.login-banner>div>p>i {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	vertical-align: middle;
}

.login-banner>div>p>i.login-banner-ico-1 {
	background: url(/common/login/images/ico_1.png) center center no-repeat;
}

.login-banner>div>p>i.login-banner-ico-2 {
	background: url(/common/login/images/ico_2.png) center center no-repeat;
}

.login-banner>div>p>i.login-banner-ico-3 {
	background: url(/common/login/images/ico_3.png) center center no-repeat;
}

.login-banner>div>h4 {
	font-size: 26px;
	font-weight: bold;
	color: #a30f0f;
}

.login-echarts {
	float: right;
	width: 425px;
	height: 398px;
	border-radius: 5px;
	background-color: #fff;
}

.login-echarts>h4 {
	line-height: 40px;
	padding-top: 30px;
	text-align: center;
	font-size: 18px;
	color: #a30f0f;
}

.login-echart {
	height: 270px;
}

.login-echarts-item {
	position: relative;
}

.login-echarts-item li {
	float: left;
	width: 25%;
	text-align: center;
}

.login-echarts-item li p {
	line-height: 30px;
	font-size: 14px;
	color: #a30f0f;
}

.login-echarts-item li h4 {
	font-size: 14px;
	font-weight: bold;
	color: #a30f0f;
}

.login-list-wrap {
	margin-bottom: 20px;
	border-radius: 5px;
	background-color: #fff;
}

.login-list {
	float: left;
	width: 50%;
	padding: 10px 20px;
}

.login-list>h4 {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #1db1d4;
}

.login-list>ul>li {
	position: relative;
	height: 45px;
	line-height: 44px;
	padding-left: 15px;
	border-bottom: 1px dashed #eee;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.login-list>ul>li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 18px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #1db1d4;
}

.login-list>ul>li>a {
	color: #4d5070;
}

.login-list>ul>li>a:hover {
	color: #a30f0f;
}

.login-list-blue>h4 {
	color: #1db1d4;
}

.login-list.login-list-blue>ul>li:before {
	background-color: #1db1d4;
}

.login-list.login-list-blue>ul>li>a:hover {
	color: #1db1d4;
}

.login-list-red>h4 {
	color: #da4672;
}

.login-list.login-list-red>ul>li:before {
	background-color: #da4672;
}

.login-list.login-list-red>ul>li>a:hover {
	color: #da4672;
}

.login-pop {
	height: 100%;
	padding: 30px 30px 0px 30px;
	background-color: #fff;
}

.login-ip {
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #666;
}

.login-ip>span {
	color: #a30f0f;
	font-weight: bold;
}