.accountPage{
	width: 1202px;
	height: 691px;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 35px 30px 0;
    border: 1px solid #ececec;
    border-top: none;
	box-sizing: border-box;
}
.accountPage .account-top .top-right,
.accountPage .account-top .top-right>div{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
	align-items: center;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #9ea2b2;
}
.accountPage .account-top .top-right a{
	color: #268aff;
}
.accountPage .main{
	width: 360px;
	height: auto;
	margin: 0 auto;
}
.accountPage .main .account-title{
	font-family: PingFang SC;
	font-size: 30px;
	line-height: 42px;
	color: #414247;
	text-align: center;
	padding: 20px 0 28px;
}
.accountPage .form-item{
	padding-top: 30px;
	border-bottom: 1px solid #e3e8f0;
	height: 50px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
	align-items: center;
}
.accountPage .form-item .form-icon{
	width: 20px;
	height: 22px;
	background-image: url(https://images.yizhuomian.com/tools/ledger/icon_mobile.png);
	background-repeat: no-repeat;
}
.accountPage .form-item .form-icon[for="pwd"]{
	background-image: url(https://images.yizhuomian.com/tools/ledger/icon_pwd.png);
}
.accountPage .form-item .form-icon[for="vCode"]{
	background-image: url(https://images.yizhuomian.com/tools/ledger/icon_msgCode.png);
}
.accountPage .form-item .form-icon[for="pwd"],
.accountPage .form-item .form-icon[for="confirm_pwd"]{
	background-image: url(https://images.yizhuomian.com/tools/ledger/icon_pwd.png);
}
.accountPage .form-item .form-control{
	border: none;
	outline: none;
	padding: 0 10px;
	height: 50px;
	line-height:normal;
	box-sizing: border-box;
	font-size: 16px;
	color: #2e2e2e;
	width: 340px;
}
.accountPage .form-item .form-control::-webkit-input-placeholder{
	color: #cccccc;
}
.accountPage .form-item .form-control:-moz-placeholder { 
   color: #cccccc;
}
.accountPage .form-item .form-control::-moz-placeholder {
   color: #cccccc;
}
.accountPage .form-item .form-control:-ms-input-placeholder { 
   color: #cccccc;
}
.accountPage .form-item.codeBox .form-control{
	width: 230px;
}
.accountPage .form-item.codeBox #btn-mobileCode{
	width: 110px;
	height: 34px;
	border-radius: 17px;
	border: solid 1px #268dff;
	cursor: pointer;
	color: #268dff;
	font-size: 14px;
	background-color: #FFFFFF;
}
.accountPage .form-item.codeBox #btn-mobileCode:disabled{
	border: solid 1px #dee1ee;
	color: #999999;
}
.accountPage .btnBox .btn-account{
	display: block;
	width: 360px;
	height: 44px;
	background-color: #268dff;
	border-radius: 3px;
	color: #ffffff;
	font-size: 16px;
	border: none;
	outline: none;
	cursor: pointer;
}
.accountPage .btnBox .btn-account:disabled{
	opacity: 0.2;
}
.accountPage .error_msg{
	color: #f04343;
	padding: 9px 0;
	font-size: 14px;
	line-height: 24px;
	width: 360px;
	word-break:break-all;
	word-wrap: break-word;
}

/*登录*/
.login .loginPanel .hide{
	display: none;
}
.login #login-form{
	height: 420px;
}
.login #login-form .opBox{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
	align-items: center;
	-webkit-justify-content:space-between;
	-moz-box-pack:space-between;
	-webkit--moz-box-pack:space-between;
	box-pack:space-between;
	justify-content: space-between;
	font-size: 14px;
	line-height: 20px;
}
.login #login-form .opBox .findPwd{
	color: #666666;
    cursor:pointer;
}
.login #login-form .btnBox{
	margin-top: 26px;
}
.login #login-form .btnBox .btn-switch{
	display: block;
	width: 360px;
	height: 44px;
	background-color: #ffffff;
	border-radius: 3px;
	border: solid 1px #eaeaea;
	color: #b4b4b4;
	font-size: 16px;
	cursor: pointer;
	margin-top: 14px;
}
.login .loginPanel .login-oauth{
	text-align: center;
	font-size: 0;
}
.login .loginPanel .login-oauth a{
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #e8f7fe;
	padding: 10px;
	margin: 0 12px;
}
.login .loginPanel .login-oauth a.wx{
	background-color: #e7fde7;
}
.login .loginPanel .login-oauth a.code{
	background-color: #eef5fd;
}
.login .loginPanel .agreement{
	text-align: center;
	font-family: simsun;
	font-size: 12px;
	line-height: 30px;
	color: #c8c8c8;
	margin-top: 25px;
}
.login .loginPanel .agreement a{
	color: #c8c8c8;
}

/*注册*/
#register-form .error_msg{
	height: 24px;
}
#register-form .agreement{
	margin-top: 20px;
}
#register-form .form-userControl .label-checkbox{
	color: #bbbbbb;
	font-size: 12px;
}
#register-form .agreement a{
	color: #008aff;
}
#register-form .btnBox{
	margin-top: 14px;
}

/*找回密码*/
.searchPwd_panel .btnBox{
	margin-top: 22px;
}
.searchPwd_panel .step3{
	padding-top: 155px;
}
.searchPwd_panel .step3 .pic{
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
}
.searchPwd_panel .step3 .tips{
	color: #2e2e2e;
	font-size: 18px;
	line-height: 26px;
	margin: 20px 0;
	text-align: center;
}
.searchPwd_panel .step3 .btnBox{
	text-align: center;
}
.searchPwd_panel .step3 .login{
	color: #268dff;
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
}
