.bg_white {
	background-color: #fff;
}

/* header start */
.loginHeader {
	height: 106px;
	box-sizing: border-box;
	padding-top: 30px;
}

.loginHeader .logo-link {
	width: 511px;
	height: 51px;
	background: url(../../public/images/icons/loginLogo.png) no-repeat center;
}

.loginHeader .backBtn {
	width: 98px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #308bd8;
	border-radius: 2px;
	color: #308bd8;
}

.loginHeader .backBtn:hover {
	background: #308bd8;
	color: #fff;
}

/* header end */

/* 主体内容 start */
.loginMainBg {
	box-sizing: border-box;
	padding-top: 65px;
	min-width: 1200px;
	height: 666px;
	background: url(../../public/images/pics/loginBg.png) no-repeat center;
}

.loginMainBg .loginBox {
	width: 424px;
	height: 540px;
	padding: 0 30px;
	box-sizing: border-box;
	border-radius: 2px;
	background: #fff;
	border: 1px solid #f1f1f1;
	box-shadow: 0px 0px 10px #347cca;
}

.loginMainBg .loginBox .hd {
	/* height: 61px; */
	/* line-height: 59px; */
	border-bottom: 1px solid #ededed;
}

.loginMainBg .loginBox .hd p {
	height: 65px;
	line-height: 65px;
	color: #126cfe;
	border-bottom: 2px solid #126cfe;
}

.loginMainBg .loginBox .inputForm input.input01 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	padding: 0 15px;
	border: 1px solid #ededed;
}

.loginMainBg .loginBox .inputForm input.input01.inputYz {
	width: 215px;
}

.loginMainBg .loginBox .inputForm .yzBox {
	width: 130px;
	height: 50px;
}

.loginMainBg .loginBox .inputForm input.checkbox {
	width: 15px;
	height: 15px;
	line-height: 15px;
	box-sizing: border-box;
	border-radius: 2px;
	border: 1px solid #ededed;
}

.loginMainBg .loginBox .inputForm .checkLable {
	height: 15px;
	line-height: 15px;
}

.loginMainBg .loginBox .inputForm .wjBtn {
	color: #308bd8;
}

.loginMainBg .loginBox .inputForm .btn_login {
	height: 52px;
	line-height: 52px;
	color: #FFFFFF;
	background: #126cfe;
}

.loginMainBg .loginBox .inputForm .registerBtn {
	color: #126cfe;
	text-decoration: underline;
}

.text-red{
	color: #e92725;
}
.DuanXinBox {
    width: 139px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #ececec;
    border-left: none;
    text-align: center;
    background: #dff0fe;
    color: #006abe;
}
/* 主体内容 end */
/* 统一登录 */
.loginMain{
	width: 532px;
	height: 432px;
	background: url(../../public/images/pics/loginMain.png) no-repeat;
	overflow: hidden;
}
.loginMain h2{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-top: 42px;
}
.loginMain .btnBg{
	width: 440px;
	height: 180px;
	background: url(../../public/images/pics/logintextBg.jpg) no-repeat top center;
	overflow: hidden;
	margin: 30px auto 0;
}
.loginMain .btnBg a{
	display: block;
	width: 330px;
	height: 40px;
	line-height: 40px;
	background: #1569e6;
	color: #fff;
	margin: 140px auto 0;
	border-radius: 5px;
	text-align: center;
}
.loginMain .linkA{
	display: block;
	height: 30px;
	line-height: 30px;
	color: #8b94a1;
	text-align: center;
	width: 140px;
	margin-left: auto;
	margin-right: auto;
}
.loginMain .linkA:hover{
	color: #1569e6;
}
