
img {
	display: inline-block;
	vertical-align: middle
}

.layui-main {
	position: relative
}

img {
	vertical-align: middle
}

body,
div,
li,
p,
ul {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a:active,
a:hover {
	outline: 0
}

img {
	border: none
}

li {
	list-style: none
}

body {
	line-height: 24px;
	font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif
}

a {
	color: #333;
	text-decoration: none
}

a:hover {
	color: #777
}



.layui-main {
	width: 1140px;
	margin: 0 auto
}

.layui-nav {
	position: relative;
	padding: 0 20px;
	background-color: #393D49;
	color: #fff;
	border-radius: 2px;
	font-size: 0;
	box-sizing: border-box
}

.layui-nav * {
	font-size: 14px
}

.layui-nav .layui-nav-item {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	line-height: 60px
}

.layui-nav .layui-nav-item a {
	display: block;
	padding: 0 20px;
	color: #fff;
	color: rgba(255, 255, 255, .7);
	transition: all .3s;
	-webkit-transition: all .3s
}

.layui-nav .layui-this:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 5px;
	background-color: #5FB878;
	transition: all .2s;
	-webkit-transition: all .2s
}

.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a {
	color: #fff
}

.layui-nav .layui-this:after {
	content: '';
	top: auto;
	bottom: 0;
	width: 100%
}

body {
	background-color: #eaeaea;
	padding-top: 60px;
}

address,
cite,
dfn,
em,
i {
	font-style: normal;
}

a:hover {
	color: #333;
	transition: all .3s;
}

.checkpage-header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	background-color: #fff;
	border-bottom: 1px solid #eee;
	z-index: 999;
}

.checkpage-header .logo {
	position: absolute;
	left: 0;
	top: 8px;
	width: 209px;
	height: 45px;
	display: block;
}

.checkpage-header .logo img {
	width: 100%;
}

.checkpage-header .layui-nav {
	position: absolute;
	left: 650px;
	top: 0;
	padding: 0;
	background: none;
}

.checkpage-header .layui-nav * {
	font-size: 18px;
}

.checkpage-header .layui-nav .layui-nav-item {
	margin: 0 16px;
}

.checkpage-header .layui-nav .layui-nav-item[mobile] {
	display: none;
}

.checkpage-header .layui-nav .layui-nav-item a,
.checkpage-header .layui-nav .layui-nav-child a {
	color: #333;
	padding: 0;
}

.checkpage-header .layui-nav .layui-nav-item a:hover,
.checkpage-header .layui-nav .layui-this a {
	color: #f53824;
}

.checkpage-header .layui-nav .layui-this:after,
.checkpage-header .layui-nav-bar {
	background-color: #f53824;
	height: 2px;
}

.checkpage-header .layui-nav .layui-badge,
.checkpage-header .layui-nav .layui-badge-dot {
	right: 0;
}

.checkpage-header .layui-nav .layui-nav-more {
	border-top-color: #666;
}

.checkpage-header .layui-nav .layui-nav-mored,
.checkpage-header .layui-nav-itemed>a .layui-nav-more {
	border-top-color: transparent;
	border-bottom-color: #666;
}

.checkpage-header .contact {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 60px;
}

.checkpage-first {
	position: relative;
	padding: 180px 0;
	width: 100%;
	text-align: center;
}

.checkpage-first-img {
	margin-bottom: 20px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.checkpage-first-btn {
	text-align: center;
	margin-top: 20px;
}

.checkpage-first-btn-con {
	display: inline-block;
	margin: 0 8px;
	width: 270px;
	height: 80px;
	box-shadow: 0 0 10px #ff8080;
	cursor: pointer;
}

.checkpage-first-btn-check {
	background: url(checkpage-first-check.png);
}

.checkpage-first-btn-down {
	background: url(checkpage-first-down.png);
}

.checkpage-first-btn-ai {
	background: url(checkpage-first-ai.png);
}

.checkpage-manage {
	position: relative;
	padding: 150px 0;
	width: 100%;
	text-align: center;
	background-color: #f2f2f2;
}

.checkpage-manage-img-1 {
	margin-bottom: 20px;
	width: 100%;
	height: 131px;
	background: url(checkpage-manage-title.png) no-repeat center;
}

.checkpage-manage-img-2 {
	width: 100%;
	height: 426px;
	background: url(checkpage-manage-body.png) no-repeat center;
}

.checkpage-manage-btn {
	position: absolute;
	left: 50%;
	bottom: 140px;
	margin-left: -80px;
	padding: 8px 20px;
	width: 130px;
	height: 40px;
	outline: 0;
	border: 0;
	background-color: #ff3b2e;
	box-shadow: 0 0 10px #ff8080;
	color: #ffe9d2;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	cursor: pointer;
	transition: background ease .3s;
}

.checkpage-manage-btn:hover {
	background-color: #e72418;
	color: #fff;
}

.checkpage-cooperate {
	position: relative;
	padding: 150px 0;
	width: 100%;
	text-align: center;
}

.checkpage-cooperate-img-1 {
	margin-bottom: 20px;
	width: 100%;
	height: 131px;
	background: url(checkpage-cooperate-title.png) no-repeat center;
}

.checkpage-cooperate-img-2 {
	width: 100%;
	height: 426px;
	background: url(checkpage-cooperate-list.png) no-repeat center;
}

.checkpage-footer {
	position: relative;
	border-top: 1px solid #e2e2e2;
	padding: 15px 0;
	color: #999;
	line-height: 30px;
	text-align: center;
}

.checkpage-footer a {
	color: #999;
}
