html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.clearfix {
	clear: both;
}

#app {
	position: relative;
	width: 960px;
	margin: 0 auto 0 auto;
}

.header {
/* 	display: none; */
	width: 1011px;
	height: 230px;
	background-image: url(../img/header.png);
	color: #fff;
}

/* splitter */
.splitter {
	margin-top: 30px;
}

/* steps */
.steps-container {
	width: 960px;
	margin: 0 auto;
	font-size: 1.2em;
}

.steps-container .steps {
	background: #aaa;
	padding: 1px 0;
	overflow: hidden;
}

.steps-container .steps ul, .steps-container .steps li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.steps-container .steps ul {
	float: left;
}

.steps-container .steps li {
	float: left;
	width: 340px;
}

.steps-container .steps li span {
	display: block;
	padding: 15px 20px 10px;
	background: #d0d0d0;
	color: #fff;
	line-height: 2em;
	text-decoration: none;
}

.steps-container .steps li span strong {
	font-size: 2em;
}

.steps-container .steps li.active span {
	background: #666;
}

.steps-container .steps li.step, .steps-container .steps li.step span {
	position: relative;
	z-index: 3;
}

.steps-container .steps li.step-2, .steps-container .steps li.step-2 span {
	z-index: 2;
}

.steps-container .steps li.step-3, .steps-container .steps li.step-3 span {
	z-index: 1;
}

.steps-container .steps li.step-1 span, .steps-container .steps li.step-2 span, .steps-container .steps li.step-3 span {
	background: transparent url(../img/step.png) center right no-repeat;
	padding-right: 25px;
}

.steps-container .steps li.step-2, .steps-container .steps li.step-3 {
	margin-left: -30px;
}

.steps-container .steps li.step-2 span {
	padding-left: 45px;
}

.steps-container .steps li.step-3 span {
	padding-left: 45px;
	padding-right: 10px;
	background-position: center left;
}

.steps-container .steps li.step.active span {
	background: transparent url(../img/step_over.png) center right no-repeat;
}

.steps-container .steps li.step-3.active span {
	background-position: center left;
}

.menu {
	width: 200px;
	float: left;
}

.main {
	width: 750px;
	float: right;
}

.color-normal {
	color: #01AAED;
}

.color-warm {
	color: #F7B824;
}

.color-error {
	color: #FF5722;
}

.nav-bar {
	text-align: right;
}

.hidden {
	display: none;
}

.bg-lightblue {
	background-color: #C0FFFF;
}

.layui-table tr.bg-lightblue:hover {
	background-color: #C0FFFF;
}

.hand {
	cursor: pointer;
}
