body{
	font-size: 12px;
	font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei";
	/* overflow-y: scroll !important; */
	padding-right: 1px !important;
	border: 0;
	padding: 0;
	margin: 0;	
}
.bgf5{
	background-color: #f5f5f5;
}

.vh100{
	height: 100vh;
}
.vh100-50{
	height: calc(100vh - 50px);
}
.w1000{
	width: 1000px;
}
.blank0{
	width: 100%;
	height: 0;
	overflow: hidden;
	clear: both;
}
.blank60{
	height: 60px;
	clear: both;
}

.col36c{
	color: #3366CC;
}
#content{
	width: 1000px;
	min-height: 700px;
	margin: 0 auto;
	margin-top: 50px;
	border-top: 1px solid #fff;
	background-color: #fff;
	height: 100%;
}
.security-content{
	min-height: 750px !important;
}
.bg-success{
	background: rgb(235,239,238);
}
.main-frame{
	width: 100%;
	padding: 0 10px 0 10px;
	margin: 50px 0 10px 0;
}
.findpwd-wapper{
	width: 100%;
	height: 550px;
	background-color: #fff;
}
.title{
	padding: 20px 20px;
}
.stepflex{
	border-top: 5px solid #ccc;
    text-align: center;
    margin: 30px auto;
    width: 640px;
}
.stepflex dl {
    float: left;
    position: relative;
    width: 160px;
    top: -5px;
    border-top: 5px solid #ccc;
}
.s-num {
    position: relative;
    margin: -15px auto 0;
    color: #fff;
    font-weight: 700;
    width: 23px;
    height: 23px;
    background-image: url(../../img/common/step.png);
    line-height: 23px;
}
dl.doing {
    border-top-color: #7abd54;
}
.doing .s-num {
    background-position: -23px 0;
}
dl.done {
    border-top-color: #caecb6;
}
.done .s-num {
    background-position: -46px 0;
}
.last .s-num {
    background-position: -68px 0;
}
.findpwd-form{
	margin: 50px auto;
    width: 80%;
    font-size: 12px;
}
.security-form{
	padding-top: 10px;
}
.verify-code{
	padding-left: 5px;
}
.verify-code a{
	line-height: 25px;
}
.label-title{
	text-align: right;
    margin-bottom: 0;
    color: #626262;
	font-size: 12px;
}
.label-content{
	text-align: left;
    margin-bottom: 0;
    font-weight: bold;
}
.findpwd-ok{
	font-size: 42px;
	padding: 8px 20px 0 110px;
}
.form-group .prompt_error{
	color: red;
	display: block;
	line-height: 20px;
	margin-left: 110px;
}
span.prompt_info{
	font-size: 12px;
    color: gray;
    display: inline-block;
    margin-top: 20px;
}
/* 忘记密码 */
.l{
	float: left;
}
.r{
	float: right;
}
.overflow{
	overflow: hidden;
}
.ui-step{
	padding: 0;
}
.w110{
	width: 110px;
}
.w166{
	width: 166px;
}
.w300{
	width: 300px;
}
.w368{
	width: 368px;
}
.mT6{
	margin-top: 6px;
}
.mT7{
	margin-top: 7px;
}
.mT30{
	margin-top: 30px;
}
.mT40{
	margin-top: 40px;
}
.mT45{
	margin-top: 45px;
}
.mL0{
	margin-left:0 !important;
}
.pL0{
	padding-left: 0;
}

.ui-step-start-line,.ui-step-end-line,.ui-step-mid-line{
	width: 60px !important;
	height: 2px;
	background:#D4D9E2;
	float: left;
	margin-top: 17px;
}
.ui-step-mid-line{
	width: 120px !important;;
}
.ui-step-end-line{
	background:linear-gradient(-90deg,rgba(212,217,226,0),rgba(212,217,226,1));
}
.ui-step-end-line.act{
	background:linear-gradient(-90deg,rgba(51,102,204,0),rgba(51,102,204,1));
}
.ui-step-mid-line.act{
	background:linear-gradient(270deg,rgba(212,217,226,1),rgba(51,102,204,1));
}
.ui-step-3 li{
	list-style: none;
	text-align: center;
	height: 78px;
	float: left;
}
.ui-step li .ui-step-acc-icon{
	display: inline-block;
	text-align: center;
	position: relative;
	float: left;
	margin: 0 2px;
}
.ui-step-acc-icon .ui-step-acc-number{
	width:36px;
	height:36px;
	border:2px solid #303030;
	border-radius:50%;
	display: inline-block;
	text-align: center;
	line-height: 32px;
	color: #303030;
	font-size: 20px;
}
.ui-step-acc-text{
	position: absolute;
	left: -42px;
	top: 60px;
	width: 120px;
	color: #666666;
	font-size: 12px;
}
.ui-step-active .ui-step-acc-icon .ui-step-acc-number{
	color: #3366CC;
	border-color: #3366CC;
}
.ui-step-active.ui-step-active-first .ui-step-acc-icon .ui-step-acc-number{
	color: #fff;
	border-color: #3366CC;
	background-color: #3366CC;
}
.ui-step-active:last-child .ui-step-acc-icon .ui-step-acc-number{
	color: #fff;
	background-color: #3366CC;
}
.ui-step-active.ui-step-active-first .ui-step-acc-icon .ui-step-acc-text{
	color: #3366CC;
}
.ui-step-active:first-child .ui-step-start-line{
	background:linear-gradient(90deg,rgba(51,102,204,0),rgba(51,102,204,1));
}
.ui-step-active:last-child .ui-step-end-line{
	background:linear-gradient(90deg,rgba(51,102,204,1),rgba(51,102,204,0));
}
.ui-step-active:last-child .ui-step-end-line{
	font-size: 10px;
}
.btn-primary{
	background:rgba(50,102,204,1);
	border-radius:4px;
	height: 40px;
}
.btn-primary:hover,.btn-primary:focus{
	background-color: #1748A9 !important;
    border-color: #1748A9 !important;
}
.security-ul-btn{
	width: 870px;
	margin-top: 60px;
}
.security-ul-btn li{
	float: left;
	width: 33.33%;
}
.security-ul-btn li .btn{
	margin: 0 auto;
	display: block;
	width: 128px;
}
.psw-part-left{
	text-align: right;
	width: 80px;
	color: #626262;
	font-size: 12px;
	display: inline-block;
	font-weight: 400;
	line-height: 36px;
}
.psw-part-right{
	color: #292929;
	font-weight: bold;
	font-size: 12px;
	line-height: 36px;
}
.maincenter .ui-form{
	width: 80%;
	margin: 0 auto;
	margin-top: 35px;
}
.ui-form-item{
	padding: 0;
}

.findpwd-act .ui-step-acc-number{
	color: #fff !important;
	background-color: rgb(51, 102, 204);
}
.findpwd-h3{
	font-size: 14px;
	color: #303030;
	margin: 36px auto 0 auto;
	font-weight: bold;
	padding-left: 47px;
}
.content-layout {
    margin: 0 auto;
    padding:70px 0 0 0;
    /* padding: 70px 0 30px 0; */
    width: 640px;
    height: auto;
}
.verify-identity-step {
    width: 100%;
    margin-bottom: 30px;
	overflow: hidden;
}
.bg36c{
	background-color: #3366cc;
}
.btn-authcode{
	height: 36px;
	border-radius: 4px;
	font-size: 12px;
	line-height: 23px;
}
.fpwd-part-left{
	text-align: right;
	width: 80px;
	color: #626262;
	font-size: 12px;
	display: inline-block;
	font-weight: 400;
	line-height: 48px;
}
.fpwd-part-right {
    color: #292929;
    font-weight: bold;
    font-size: 12px;
    line-height: 48px;
}
.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary{
	background-color: #1748A9 !important;
	border-color: #1748A9 !important;
}
.btn-psw-submit {
    width: 110px;
    height: 40px;
    margin-left: 110px;
    margin-top: 42px;
}
.pL110{
	padding-left: 110px;
}
.form-group{
	line-height: 48px;
	margin-bottom: 0;
}
.form-horizontal .form-group{
	margin-left: 0;
	margin-right: 0;
}
.form-control{
	font-size: 12px;
}
label.error{
	line-height: 14px;
}
.w110{
	width: 110px;
}
.linhei25{
	line-height: 25px;
}