/* ------------------------------------------
	Page style - not required for forms
------------------------------------------ */
@import url('css.css');

body {
	font-size: .875rem;
	line-height: 1.5rem;
	font-family:  "宋体";
	color: #333;
	background: #ced4da;
	padding: 0;
	margin: 0;
	width: 100%;	
	height: 100%;	
	position: absolute;	
	left: 0;top: 0;	
	overflow: hidden;	
	overflow-y: auto;
	touch-action: pan-y;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
}

h2 {
	margin: 0 0 30px;
}

h3 {
	margin: 0 0 20px;
}

a,
.btn-link {
	color: #3fc0eb;
}

a:hover,
.btn-link:hover {
	text-decoration: none;
	color: #999;
}

.header h1 {
    margin: 50px 0;
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 900;
    text-align: center;
    color: #495057;
}

	.header h1 span {
		font-weight: 400;
	}
	
.content {
	margin-bottom: 50px;
	padding: 50px 20px;
	background: #fff;
}

.sidebar .navigation {
	margin-bottom: 50px;
	padding: 0;
	list-style-type: none;
	border-right: 3px solid #eee;
}

.sidebar .navigation > li + li {
	margin: 0;
}

.sidebar .navigation li a  {
	display: block;
	padding: 10px 20px;
	color: #333;
}

.sidebar .navigation > li.active > a,
.sidebar .navigation > li > a:hover,
.sidebar .navigation > li > a:focus {
	color: #fff;
	background: #4fd0fb;
	box-shadow: 3px 0 0 #3fc0eb;
}

.sidebar .navigation li a .new {
	position: relative;
	display: inline-block;
	top: -2px;
	margin: 0 5px;
	padding: 5px 5px 3px;
	font-size: 9px;
	line-height: 1em;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background: #f55;
}


/*step*/
.step{ margin:0 auto; display:block; height:60px;width:100%;float:left;}
.step li{ position:relative; text-align:center;list-style:none;}
.step .line_bg{ height:3px; background:#b8edff; display:inline-block; width:50%; top:13px; position:absolute; z-index:1;}
.step .lbg-l{left:0;}
.step .lbg-r{right:0;}
.step .num{ position:relative; z-index:2; background:#fff;width:54px; height:30px;text-align:center; display:inline-block;}
.step .num em,.num i{width:24px; height:24px; display:inline-block; left:15px; top:2px;position:absolute;}
.step .num em{ background:#b8edff;transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);z-index:2;}
.step .num i{  z-index:3; color:#fff; font-style:normal; font-weight:700; top:4px;}
.step .lbg-txt{ position:relative; color:#b8edff; font-size:13px;}
.step .on .lbg-txt{color:#4fd0fb;}
.step .on .line_bg,.step .on .num em{ background:#4fd0fb}
/*out*/

.foot{width:100%;background-color:#ffffff; padding:20px 0; color:#808080;left:0;bottom:0;}
.copyright{position:relative; text-align:center; font-size:13px; line-height:20px;}
.common_wrap{width:100%; margin:0 auto; overflow:hidden;}