
.row .formOutter{
	width: 540px;
	height: 490px;
	border: 1px #e3e3e3 solid;
	/*border-radius: 10px;*/
	position: absolute;
	top:60px;
	right: 40px;
	font-family: "微软雅黑";
}

.row .form-container .inputFirst{
	margin-top: 46px;
}

.row .form-container{
	margin: 0 auto;
	width: 448px;
	height: 380px;

}

.form-horizontal .control-label {
    /*padding: 0;
    padding-top: 10px;
    padding-right: 10px;*/
    padding: 10px 0px 0 0;
    margin-bottom: 0;
    margin-right: 14px;
    text-align: right;
    font-size: 16px;
    color: #4E4E4E;
    font-weight: normal;
    width: 70px;
    float: left;
}

.form-container .form-group{
	margin-top: 40px;
	position:relative;
}

.form-horizontal .form-group {
     margin-right: 0px; 
     margin-left: 0px; 
}

.form-container .login_btn{
	margin-top: 38px;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	line-height: 51px;
	width: 448px;
	height: 51px;
	border-radius: 5px;
	background-color: #3170FF;
}
.form-container .login_btn:hover{
	cursor: pointer;
	background-color:#4a80ff ;
}

.row .regTitle{
	margin-top: 40px;
	font-size: 24px;
	color:#575757;
	text-align: center;
}

input.input-size{
	padding: 0;
	padding-left: 10px;
	height: 47px;
	line-height: 47px;
	font-size: 14px;
	border-radius: 0;
}

.form-control::-moz-placeholder {
  color: #bdbdbd;
  opacity: 1;
  font-size: 14px;
  line-height: 47px;
}
.form-control:-ms-input-placeholder {
  color: #bdbdbd;
  font-size: 14px;
  line-height: 47px;
}
.form-control::-webkit-input-placeholder {
  color: #bdbdbd;
  font-size: 14px;
  line-height: 47px;
}

.form-container .input_wrap{
	display: inline;
	float: left;
	width: 360px;
	position: relative;
}

.form-container .inputTip{
	display: none;
	width: 324px;
	line-height: 12px;
	font-size: 12px;
	color: #007ba8;
	position: absolute;
	bottom: -20px;
	left: 84px;
}

.form-container .protocolChk{
	font-size: 14px;
	margin-top: 22px;
	padding: 0;
}

.form-container .protocolChk input{
	padding: 0;
	margin: 0;
	position: relative;
}

.row .footerLogin{
	margin-top: 17px;
	font-size: 16px;
	color: #898989;
	position: relative;
}

.row .footerLogin a{
	font-size: 16px;
	color: #898989;
}

.row .footerLogin a:first-child+a{
	position: absolute;
	top: 0;
	right: 0px;
}

/*.row .formOutter .returnIndex{
	width: 46px;
	height: 116px;
	border: 1px #00A7E4 solid;
	border-top: 1px #c8c8c8 solid;
	border-right: 1px #c8c8c8 solid;
	border-bottom:  1px #c8c8c8 solid;
	border-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	margin: 0;
	padding: 7px 0 0 15px;
	position: absolute;
	right: -46px;
	bottom: 45px;
}

.row .formOutter .returnIndex .returnIndexImg{
	background-image: url(../img/query/returnIndex.png);
	background-repeat: no-repeat;
	width: 12px;
	height: 19px;
	margin: 0;
	padding: 0 auto;
}

.row .formOutter .returnIndex a{
	font-size: 14px;
	color: #c8c8c8;
}

.row .formOutter .returnIndex:hover{
	border-top: 1px #00A7E4 solid;
	border-right: 1px #00A7E4 solid;
	border-bottom:  1px #00A7E4 solid;
}


.row .formOutter .returnIndex:hover .returnIndexImg{
	background-image: url(../img/query/returnIndex_on.png);
	background-repeat: no-repeat;
}

.row .formOutter .returnIndex:hover a{
	color: #00A7E4;
}*/

.row .form-container .form-group .inputStatusIcon{
	display: none;
	width:23px;
	height: 23px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 14px;
	right: 8px;
}



.row .form-container .form-group.inputSuccess input{
	border-color: #66afe9;
}

.row .form-container .form-group.inputSuccess .inputStatusIcon{
	display: block;
	background-image: url(../img/inputsuccess.png);
	background-repeat: no-repeat;
	/*background-size: 1;*/
}

.row .form-container .form-group.inputSuccess .inputTip{
	display: none;
}


.row .form-container .form-group.inputError input{
	border-color: #da2121;
}

.row .form-container .form-group.inputError .inputStatusIcon{
	display: block;
	background-image: url(../img/inputerror.png);
	background-repeat: no-repeat;
	/*background-size: 1;*/
}

.row .form-container .form-group.inputError .inputTip{
	display: block;
	color: red;
}
.leftBorder {
    border-left: 1px solid #000000;
}

.row .formOutter .userIndCon{
	height: 71px;
	font-size: 22px;
	font-family: "微软雅黑";
	text-align: center;
	/* line-height: 73px; */
	color: #575757;
	/*border-bottom: solid 1px #e3e3e3;*/
}

.row .formOutter .userIndCon .divide{
	width: 1px;
	background-color: #e3e3e3;
	height: 38px;
	margin-top: 14px;
	display: inline;
	float: left;
}

.row .formOutter .userInd{
	width: 217.5px;
	height: 70px;
	display: inline;
	float: left;
	/*cursor: pointer;*/
	/*border-bottom: 3px solid white;*/
}

.row .formOutter .userInd.onSelect{
   /*	border-bottom: 3px solid #00A7E4;*/
	color: #3170FF;
}
.row .formOutter .userInd strong{
	display: inline-block;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 25px;
	border-bottom: 4px solid #3170FF;
	height: 60px;

}
.scanTimeout{
	position:absolute;
	left:144px;
	top:110px;
	background: rgba(0, 0, 0, 0.75);
	float:left;
	height:250px;
	width: 250px;
	text-align: center;
	cursor: pointer;
}
.scanSuccess{
	position:absolute;
	left:144px;
	top:110px;
	background: rgba(255, 255, 255, 0.75);
	float:left;
	height:250px;
	width: 250px;
}
.row .formOutter .binding div{
	float: left;
	border-radius: 6px;
}
.row .formOutter .userIndCon .bind-index-phone{
	display: block;
    height: 50px;
    width: 455px;
    border: 1px solid #ccc;
    padding: 9px 20px;
    margin-left: 45px;
	margin-top: 70px;
}
.row .formOutter .userIndCon .bind-index-phone .bindphoneImg{
    float: right;
    position: relative;
    bottom: 30px;
}
.row .formOutter .userIndCon .bind-index-phone .bindPhoneTip{
	color: red;
	position: absolute;
	font-size: 13px;
	top: 195px;
}
.row .formOutter .userIndCon .bind-index-verifycode{
	display: block;
    height: 50px;
    width: 455px;
    border: 1px solid #ccc;
    padding: 9px 20px;
    margin-left: 45px;
    margin-top: 30px;
    position: relative;
}
.row .formOutter .userIndCon .bind-index-verifycode .bindCodeImg{
    float: right;
    position: relative;
    bottom: 30px;
    right: 105px;
}
 .binding .bindYzmTip{
	position: absolute;
	color: red;
	font-size: 13px;
	top: 50px;
}
.row .formOutter .userIndCon .finish{
	background-color: #97b5fb;
}
/*修改提示文字的颜色*/

.row .formOutter .binding input::-webkit-input-placeholder { /* WebKit browsers */

	color: #bdbdbd !important;
	
	}
	
	.row .formOutter .binding input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
	
	color: #bdbdbd !important; 
	
	} 
	
	.row .formOutter .binding input::-moz-placeholder { /* Mozilla Firefox 19+ */
	
	color: #bdbdbd !important;
	
	} 
	.row .formOutter .binding input::-ms-input-placeholder {    /* Internet Explorer 10+ */  
	
	color: #bdbdbd !important; 
	
	}
.row .formOutter .binding input{
	/* height: 25px; */
	outline: none;
    font-size: 15px;
	color: black;
    border: 1px solid #fff;
    border-left: 1px solid #ccc;
    padding-left: 15px;
    padding-right: 190px;
}
.row .formOutter .binding img{
	height: 22px;
}
.row .formOutter .binding button{
	background-color: #3170ff;
	color: #e6f0ff;
	border-radius: 6px;
	border: none;
	/* line-height: ; */
}
.row .formOutter .binding .sending{
	background-color: #D8D8D8;
}
.row .formOutter .binding .sending:hover{
	cursor: default;
	background-color: #D8D8D8;
}
.refresImg{
    margin-top: 50px;
}
.sms-btn{
	position: absolute;
	right: 0px;
	top: 0px;
	background-position: 0 0;
	background-repeat: no-repeat;
    color: #4E4E4E;
    cursor: pointer;
    font-size: 12px;
	width: 83px;
}

.sms-btn:hover{
    color: #00a7e4;
}

 
.form-group .getDynamicPwdBtn{
	margin-left: 330px;
	width: 114px;
	height: 47px;
	border: 1px solid #00A7E5;
	line-height: 46px;
	color: #00A7E5;
	text-align: center;
	font-size: 16px;
	font-family: "微软雅黑";
	cursor: pointer;
}
.form-group .getDynamicPwdBtn:hover{
	background-color: #D8D8D8;
}
.form-group  .getDynamicPwdBtn.sending{
	background-color: #D8D8D8;
	disabled:true;
}
.form-group .getDynamicPwdBtn.sending:hover{
	cursor: default;
	background-color: #D8D8D8;
}