.BoxBackgroundImg{
	background: url(../../image/bg.png);
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
}
.ContSize{
	width: 559px;
	height: 527px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -263.5px;
	margin-left: -280px;
	background:#fff;
	border: 1px solid #ddd;
	/*box-shadow: 1px 1px 10px #ddd;*/
	border-radius: 10px;
}
.headTitle{
	text-align: center;
	position: relative;
	height: 114px;
}
.headTitle>img{
	position: relative;
	top: 42px;
	left: -9px;
}
.headTitle>h3{
	position: absolute;
	top: 60px;
	text-align: center;
	display: block;
	z-index: 99;
	width: 100%;
	color: #fff;
	font-size: 30px;
	font-family: Microsoft YaHei;
}
.formCententSubmit{
	padding: 66px 82px 57px 82px;
}
#frLoginForm{
	display: none;
}
.userName{
	height: 40px;
	display: block;
	margin-bottom: 10px;
}
.txtName{
	width: 112px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	vertical-align: top;
}
.txtName>span{
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: #525252;
	letter-spacing: 3px;
	/*padding-right: 10px;*/
	padding-left: 3px;
	display: inline-block;
	width: 76px;
}
.inputUserNameVal,
.inputPassWord_icon{
	display: inline-block;
	/*border: 1px solid #5ebdbb;*/
	border: 1px solid #ddd;
	border-radius: 4px;
	width: 273px;
	height: 38px;
}
.setPhoneVal{
	width: 240px;
}
.setPhone>input{
	display: inline-block;
	width: 60px;
	height: 38px;
	border-radius: 4px;
	font-size: 16px;
	color: #525252;
	text-indent: .5em;
	outline: none;
}
.inputUserNameVal.active,
.inputPassWord_icon.active{
	border: 1px solid #5ebdbb;
}
.borderInfoCode.active{
	border: 1px solid #5ebdbb;
}
.inputUserNameVal>input{
	border: none;
	height: 100%;
	width: 100%;
	border-radius: 4px;
	font-size: 16px;
	color: #525252;
	text-indent: .5em;
	outline: none;
}
.inputPassWord_icon>input{
	border: none;
	height: 100%;
	width: 90%;
	border-radius: 4px;
	font-size: 16px;
	color: #525252;
	text-indent: .5em;
	outline: none;
}
.VerificationCode>input{
	border: 1px solid #cbd3d3;
	border-radius: 4px;
	font-size: 16px;
	color: #525252;
	text-indent: .5em;
	width: 160px;
	height: 40px;
	outline: none;
}
.VerificationCode{
	display: inline-block;
	width: 275px;
	height: 40px;
}
.VerificationCode>.imgSizeDataUp{
	width: 98px;
	height: 38px;
	border: 1px solid #ddd;
	float: right;
	display: inline-block;
}
.foot_Extended{
	/*text-align: center;*/
	margin-top: 20px;
}
.foot_Extended>.Exted{
	display: inline-block;
	width: 100px;
}
.foot_Extended>.Exted>label{
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: #525252;
}
.foot_Extended>.Exted>.rePassWord{
	color: #409EFF;
	cursor: pointer;
}
.submitBtn{
	height: 54px;
	margin-top: 34px;
	text-align: center;
	display: flex;
	justify-content: center;
}
.submitBtn>input{
	background: #f8b551;
	color: #fff;
	font-size: 24px;
	font-family: Microsoft YaHei;
	border-radius: 3px;
	border: none;
	width: 190px;
	outline: none;
	height: 54px;
	text-align: center;
}
.setBtn{}
.reBtn{
	margin-left: 10px;
	background: #eee !important;
	color: #666 !important;
}
#resetNameMsg{
	display: none;
	color: red;
	height: 24px;
	line-height: 24px;
	padding-left: 120px;
}
/**
 * keyboard  键盘
 */
#key_board_box{
	position: fixed;
	top: 100%;
	text-align: center;
	left: 50%;
	margin-top: -240px;
	margin-left: -344px;
	background-color: #eee;
	padding: 5px 0px 5px 5px;
	display: none;
}
#keyboard{
	overflow: hidden;
	z-index: 999;
	position: relative;
}
/*Download by http://www.codefans.net*/
#keyboard {
	margin: 0;
	padding: 0;
	list-style: none;
}
#keyboard li {
	float: left;
	margin: 0 5px 5px 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	border: 1px solid #f9f9f9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.capslock, .tab, .left-shift {
	clear: left;
}
#keyboard .tab, #keyboard .delete {
	width: 70px;
}
#keyboard .capslock {
	width: 80px;
}
#keyboard .return {
	width: 77px;
}
#keyboard .left-shift {
	width: 95px;
}
#keyboard .right-shift {
	width: 109px;
}
.lastitem {
	margin-right: 0;
}
.uppercase {
	text-transform: uppercase;
}
#keyboard .space {
	clear: left;
	width: 681px;
}
.on {
	display: none;
}
#keyboard li:hover {
	position: relative;
	top: 1px;
	left: 1px;
	border-color: #e5e5e5;
	cursor: pointer;
}