﻿@charset "UTF-8";
/**
 * 
 * @authors  ()
 * @date    2015-09-30
 * @version $Id$
 */
*{
	    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #4c4c4c;
}
body{background-color: #F0F0F0;}
.content{margin: 30px 0;}
.mercury{width: 1200px;margin: 0 auto;padding:30px;background-color: #fafafa;}
.fav-floatbar h2 span{font-weight: 400;height: 17px;border-left: 2px solid #008AC8;line-height: 16px;display: inline-block;padding-left: 10px;}
.border-all{border-left: 1px solid #e1e1e1;border-right: 1px solid #e1e1e1;border-bottom: 1px solid #C2C2C2;}
.pas{width: 782px;margin: 0 auto;}
.pas .pas_tab{
	text-align: center;
	    margin-bottom: 20px;
}
.pas .pas_tab ul{
	display: inline-block;
}

.pas .pas_tab li{
	    padding: 7px 55px;
	float: left;
	background-color: #fff;
	color: #ef672b;
	border: 1px solid #ef672b;
	cursor:pointer;
	

}
.pas .pas_tab ul .tabActive, .pas .pas_tab li:hover{
	background-color: #ef672b;
	color: #fff;
}
#btnVerd{
	/*background-color: #fff;
	 border: 1px solid #999;*/
	 height: 40px;
	 padding: 0 20px;
	 margin-left: 10px;
	 cursor: pointer;
}
.tab_con .btndisabled{
	background-color: #f5f5f5;
	border: 1px solid #999;
	color: #8e8787;
}
.tabActive{
	
}
.pas-bg{background:url(../../img/public/password.png) no-repeat;height: 40px;margin:55px 0 55px 0;}
.pas-bg2 {background: url(../../img/public/password.png) no-repeat;height: 40px;margin: 55px 0 35px 0;background-position: 0 -42px;}
.pas-bg3{background:url(../../img/public/password.png) no-repeat;height: 40px;margin:55px 0 55px 0;background-position: 0 -84px;}
.pas-re{width: 400px;margin:0 auto 200px;}
.pas-re p{font-size: 16px;}
.pas-re .tab_msg{color: #008AC8;}
.formbox{margin-top: 40px;}
.formbox .text{width: 100%;height: 40px; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;padding-left:10px; }
.formbox .text:focus{border-color: #66afe9; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6); outline: 0 none;}
.formbox .text.yzm{width: 150px;}
.formbox .yzms{border-radius: 3px;border: 1px solid #ccc;width: 100px;height: 40px;display: inline-block;vertical-align: middle;overflow: hidden;}
.formbox .next{display: block; width: 100%;height: 40px;border-radius: 4px;color: white;text-align: center;line-height: 40px;border: none;font-size: 24px;background-color: #008AC8;cursor: pointer;-webkit-transition:all .15s;-moz-transition:all .15s;-mz-transition:all .15s;-o-transition:all .15s;transition:all .15s;}
.formbox .next:hover{background-color: #006FAC;}
.verify{font-size: 16px;margin-bottom: 200px;}
.sbtn{margin:55px 0;}
.sbtn .email-letter{font-size: 24px;color: white;border-radius: 5px;background-color: #008AC8;padding:12px 34px;}
.sbtn .retry{margin-left: 30px;color: #008AC8;}

.startTxt {
	font-weight: bold;
}

.padHeadTop {
	padding: 40px 0 60px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.formboxRow {
	display: flex;
	align-items: center;
}

.formboxLab {
	width: 98px;
	text-align: right;
}

.nextSubBtn {
	display: block;
	margin: 0 auto;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	width: 140px;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	background-color: #008AC8;
	cursor: pointer;
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-mz-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}
