html,body{
	width: 100%;
	padding: 0;
	margin: 0;
}
a{
	font-size: 18px;
	color: #666666 !important;
}
a:hover{
	text-decoration: none !important;
	outline-style: none;
	color: #666666 !important;
}
/* 头部 */
header{
	width: 100%;
	height: 110px;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid #ccc;
}
.top{
	width: 70%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	
}
.top_left{
	display: flex;
    align-items: center;
	position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.title{
	padding-left: 1%;
	color: #0070c0;
	white-space: nowrap;
}
.title h1{
	font-weight: 700;
}
.title h5{
	font-size: 15.5px;
	font-weight: 700;
}
.top_right{
	position: absolute;
    top:50%;
    left:50%;
    width:100%;
    transform:translate(-50%,-50%);
    text-align: right;
}
.backHome{
    padding-right: 15px;
}
.contactUs{
	padding-left: 15px;
}

/* 底部 */
footer{
	width: 100%;
    margin-top: 10px;
    height: 118px;
    background-color: #fff;
    border-top: 1px solid #ccc;
}
.footer_txt{
    width: 960px;
    margin: 0 auto;
    padding-top: 35px;
}
.footer_txt_left{
	float: left;
	text-align: left;
}
.footer_txt_right{
	float: right;
	text-align: right;
}



/*.content{
	width: 100%;
	height: 80%;
	background-color: #EEEEEE;
	display: flex;
    align-items: center;
}*/
.con{
	width: 960px;
	height: 97%;
	margin: 0 auto;
    background-color: #fff;
    border: 1px solid #DCDCDC;
}
.login_box_layout{
	width: 90%;
	height: 100%;
	margin: 0 auto;
}
.headtit{
	color: #666;
	font-size: 18px;
	cursor: pointer;
	border-bottom: 1px solid #ccc;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    margin-top: 15px;
}
.zhaohuiPassword{
	float: left;
	font-size: 24px;
	color: #333;
}
.backLogin{
	float: right;
	font-size: 18px;
	color: #0070c0;
}
.login_form{
    width: 90%;
    height: 100%;
    margin-left: -40px;
}
.login_form .form-group{
	margin-left: 0;
	margin-top: 20px;

}
.login_form .label_1{
	font-size: 16px;
	width: 30%;
	text-align: right !important;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    margin-left: -48px;
}
.login_form .inputStyle{
	width: 55%;
    height: 40px;
    line-height: 40px;
    border-radius: 1px;
}
.login_form .inputStyle_1{
	width: 30% !important;
    height: 40px;
    line-height: 40px;
    border-radius: 1px;
    display: inline;
}
.login_form .inputStyle_2{
	width: 25% !important;
	height: 40px;
    border-radius: 1px;
    display: inline;
    background-color: #0070c0;
    color: #fff;
    font-size: 12px;
}
.login_form .tip{
	font-size: 16px;
	color: #999;
	width: 56%;
	margin-left: 155px;
	margin-top: 20px;
}
.login_form .queding{
	width: 150px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    margin-left: 250px;
    display: block;
    margin-top: 25px;
    background-color: #0070C0;
    border-radius: 1px;
    text-decoration: none;
    border-style: none;
    outline: none;
}
.login_form .queding:hover {
    color: #fff !important;
    text-decoration: none;
}

/* 密码强度 */
.passwordStrength{
	width: 164%;
    margin-top: 20px;
}
.passwordStrength span{
	width: 20%;
	display: inline-block;
	text-align: center;
	color: #666;
	font-size: 16px;
	padding-top: 10px;
}
.passwordStrength .ruo{
	border-top: 6px solid #ccc;
}
.passwordStrength .zhong{
	border-top: 6px solid #ccc;
}
.passwordStrength .qiang{
	border-top: 6px solid #ccc;
}

/*@media (min-width: 1024px) {
     html,body{
        overflow-y: hidden;
    }
}

@media (min-width: 1000px) {
     html,body{
        overflow-y: hidden;
    }
}

@media (min-width: 1280px) {
     html,body{
        overflow-y: hidden;
    }
}
@media (min-width: 1366px){
    html,body{
        overflow-y: auto;
    }
} 
@media (min-width: 1360px) {
    html,body{
        overflow-y: hidden;
    }
}
@media (min-width: 1400px) {
    html,body{
        overflow-y: hidden;
    }
}
@media (min-width: 1500px) {
    html,body{
        overflow-y: hidden;
    }
}
@media (min-width: 1700px) {
    html,body{
        overflow-y: hidden;
    }
}*/
