.steps {
    display: table;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.steps li {
    display: table-cell;
    text-align: center;
    width: 1%;
}
.steps li .step {
    background-color: #fff;
    border: 5px solid #ced1d6;
    border-radius: 100%;
    color: #546474;
    display: inline-block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    position: relative;
    text-align: center;
    width: 30px;
    z-index: 2;
}
.steps li::before {
    border-top: 4px solid #ced1d6;
    content: "";
    display: block;
    font-size: 0;
    height: 1px;
    overflow: hidden;
    position: relative;
    top: 21px;
    width: 100%;
    z-index: 1;
}
.steps li.last-child::before {
    max-width: 50%;
    width: 50%;
}
.steps li:last-child::before {
    max-width: 50%;
    width: 50%;
}
.steps li:first-child::before {
    left: 50%;
    max-width: 51%;
}
.steps li.active::before, .steps li.complete::before, .steps li.active .step, .steps li.complete .step {
    border-color: #5293c4;
}
.steps li.complete .step {
    color: #fff;
    cursor: default;
    transition: transform 0.1s ease 0s;
}
.steps li.complete .step::before {
    background-color: #fff;
    border-radius: 100%;
    bottom: 0;
    color: #87ba21;
    content: "";
    display: block;
    font-family: FontAwesome;
    font-size: 17px;
    left: 0;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 3;
}
.steps li.complete:hover .step {
    border-color: #80afd4;
    transform: scale(1.1);
}
.steps li.complete:hover::before {
    border-color: #80afd4;
}
.steps li .title {
    color: #949ea7;
    display: block;
    font-size: 14px;
    margin-top: 4px;
    max-width: 100%;
    table-layout: fixed;
    text-align: center;
    word-wrap: break-word;
    z-index: 104;
}
.steps li.complete .title, .steps li.active .title {
    color: #2b3d53;
}
.step-content {
    position: relative;
}
.step-content .step-pane {
    display: none;
    min-height: 200px;
    padding: 4px 8px 12px;
}
.step-content .step-pane.active {
    display: block;
}
.reg_title{
	margin-top:12px;
}
.register_form{
	margin-bottom:12px;
	height:auto;
	width:660px;
	margin-left:200px;
	font-size:14px;
}
.register_form form{
	padding-top:40px;
}
.register_form form p{
	float:left;
	height: 54px;
}
.register_form .require{
	width: 174px;
	display: inline-block;
}
.register_form .require b{
	font-weight: normal;
	float: right;
	padding-right: 18px;
	padding-left: 10px;
}
.register_form .require b.no_bg{
	background: none;
}
.register_email,.register_name,.register_pass,.register_rec{
	width: 236px;
	height: 30px;
	border: solid 1px #ccc;
	line-height:30px;
}
.register_check{
	width: 56px;
	height: 30px;
	border: solid 1px #ccc;
	line-height:30px;
}
.register_form em{
	font-style: normal;
	color: #FF6600;
	padding-left: 10px;
}
.register_form form p a{
	padding: 0 4px;
}
.register_form p.teshu{
	height: 60px;
}
.register_submit{
	padding-left:220px; cursor:pointer;
}
.submit_btn{
    background-color: #ff7800;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font: 20px/42px "Microsoft YaHei";
    height: 42px;
    text-align: center;
}
.register_btn {
    width: 220px;
}
.reg_wrong {
	background:url('../images/erricon.png') no-repeat scroll 0 0;;
    background-color: #fff7dc;
    background-position: 0px 0px;
    border: 1px solid #f4e09d;
    color: #666;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-left: 0px;
    padding: 0 10px 0 30px;
    vertical-align: middle;
}
.reg_ok {
	background:url('../images/erricon.png') no-repeat scroll 0 0;;
    background-color: #ccffcc;
    background-position: 0px -50px;
    border: 1px solid #f4e09d;
    color: #666;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-left: 0px;
    padding: 0 10px 0 30px;
    vertical-align: middle;
}
.reg_info {
    background:url('../images/erricon.png') no-repeat scroll 0 0;;
    background-color: #ccffcc;
    background-position: 0px -25px;
    border: 1px solid #f4e09d;
    color: #666;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-left: 0px;
    padding: 0 10px 0 30px;
    vertical-align: middle;
}

/* Login form*/
.login_main{ padding-top:33px; 
}
.login_main .login_form{
	width: 960px;
	height: 387px;
	margin: 8px auto 20px;
	position: relative;
	border:solid 1px #dedede;
	background:url(../images/login_form.jpg) 0  0px no-repeat;
}

.regist-btn {
    float: left;
    margin-left: 20px;
    margin-top: 280px;
}
.login_main .form{
	width: 326px;
	height: 387px;
	border-left:solid 1px #dedede;
	float:right;
}
.login_form h2,.popform h2{
	margin-top: 23px;
	height: 37px;
	font-size:22px;
	font-weight: normal;
	margin-bottom:25px;
	font-family:"微软雅黑";
	border-bottom:solid 1px #dedede;
}
.login_form p{
	height: 50px;
}
.require i{color: red;font-style:normal;display: inline-block;padding-left: 1px;}
.login_form p span{
	display:inline-block;
	float:left;
	width:60px;
	text-align:right;
	font-size: 14px;
	padding-right: 8px;
	line-height:30px;
}
.login_text,.login_pass{
	width: 200px;
	height: 30px;
	line-height: 30px;
	border:solid 1px #dedede;
}
.login_text{background: url(../images/user.gif) no-repeat 0px -2px; text-indent:3.4em;}
.login_pass{background: url(../images/pwd.gif) no-repeat 0px -2px; text-indent:3.4em;}
.login_check{
	width: 60px;
	height: 30px;
	line-height: 36px;
	border:solid 1px #dedede;
	margin-left:-2px;
}
.login_img{
	padding: 0 26px 0 16px;
}
.login_submit{
	display: block;
	padding: 16px 0 18px;
}
.forgetPass{
	color: #89BCF5;
}
.login_btn {
    margin-left:15px;
    width:90%;

}
.login_register{ float:right; font-size:14px;margin-top: 5px;margin-right: 5px;
}
.login_register a{color: #007EB9;
}
.login_register p{
	padding-left: 130px;
	padding-top: 6px;
	height: 32px;
}
.poplogin{
    background: #333 none repeat scroll 0 0;
    margin: 0 auto;
    width: 100%;
    display: block;
    height:100%;
    z-index: 500;
    position: fixed;
    top:0;
    left:0;
    opacity: 0.58;
    display: none;
}
.popform{
    width:360px;
    position: fixed;
    left:50%;
    top:50%;
    display: none;
    z-index: 520;
    margin-left: -150px;
    margin-top: -180px;
    background-color: #fff;
    border: solid 1px #c0c0c0;
    padding-left: 25px;
}
.popform p{
    height:36px;
}
.popform p span{
    width:60px;
}
.tabbody{padding: 15px;}
.login_tab {height: 46px;width:100%;}
.login_tab li {
    float: left;
    height: 46px;
    width: 32.3%;
    color: #3f6fbb;
    font-size: 16px;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
    margin-right: 1px;
    background-color: #e0e0e0;
}

.login_tab li:hover {
    background-color: #efefef;
}
.login_tab li.cur {
    background-color: #fff;
}

