﻿@charset "utf-8";

.flow {
	width: 900px;
	margin: 50px auto 50px auto;
	height: 50px;
	padding: 20px 0 0 0;
	position: relative;
}

.flowList {
	float: left;
	height: 2px;
	border:2px solid #99cbef;
	background: #99cbef;
}
.flowListBox {
	position: absolute;
	width: 100%;
	left: 0;
}

.flowListBox .flowList {
	float: left;
	text-align: right;
}

.flowListBox .flowList em {
	margin-top: -15px;
	display: inline-block;
	width: 26px;
	height: 26px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background: #99cbef;
	text-align: center; 
	line-height: 28px;
	font-style: normal;
	font-weight: bold;
	vertical-align: middle;
	color: #fff;
	box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.56);
	cursor:pointer;
	font-family: Microsoft YaHei;
	font-size: 16px;
}

.flowListBox .flowList strong {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-weight: 400;
	cursor:pointer;
	font-family: Microsoft YaHei;
	color: #99cbef;
	font-size: 16px;
}

.flowListBox .for-cur em
{
 	margin-top: -15px;
	width: 26px;
	height: 26px;
	font-size: 16px;
	line-height: 28px;
	font-family: Microsoft YaHei;
	
}

.foot-btn{ width:100%; height:58px;}
/*.flowListBox .for-cur strong
{
	font-weight: 900;
}*/
.successs {
	text-align: center;
	padding: 20px 0 60px 0;
}

.successs h3 {
	padding: 20px;
	font-size: 25px;
}

.for-cur:last-child{background-color:#C96; border:2px solid #C96;}


.contentList{display:none;}