/********登录页**********/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	font-family: "微软雅黑", Tahoma, Geneva, sans-serif;

}

#login-header {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;

}

#login-header .header-logo {
	margin-top: 22px;
	float: left;
	margin-bottom: 20px;
}

 .login-header-r {
      display: flex;
      align-items: center;         
      justify-content: flex-start;    

     
    }

 
    .header-phone {
      display: flex;
      align-items: center;           
      justify-content: center;
    
    }

   
    .header-phone img {
      display: block;
      height: 40px;                   
      width: auto;
    }

    /* 公用热线卡片 — 上下排列 */
    .hotline {
      display: flex;
      flex-direction: column;          
      justify-content: center;        
      line-height: 24px;                
    
    }
	.serveline{ margin-right: 40px; margin-left: 7px;}

    /* 热线上一行：中文标题 */
    .hotline-label {
      font-weight: bold;
      color: #FF873E;
      letter-spacing: 0.3px;
    }

    /* 热线下一行：电话号码 */
    .hotline-number {
      font-weight: bold;
      color: #333;                           
     
    }


    .hotline-number {
      word-break: keep-all;
    }


    @media (max-width: 640px) {
      .login-header-r {
        gap: 16px;
        padding: 0 12px;
        height: auto;
        min-height: 70px;
        flex-wrap: wrap;
      }
    }

.login-wrap {
	width: 100%;
	position: relative;
}

.login-bg {
	background: url(../images/hzgyl.png) no-repeat center;
	background-color: #0e4f86;
	background-size: cover;
	height: 572px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#login-content-wrap {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	height: 572px;
	z-index: 9;
}

#login-content {
	position: absolute;
	top: 98px;
	right: 65px;
}

#login-content .content {
	width: 314px;
	height: 362px;
	background: #fff;
	overflow: hidden;
	padding: 0 33px;
	opacity: 0.95;
}

#login-content .header {
	width: 100%;
	height: 40px;
	line-height: 40px;
}

#login-content .header h3 {
	color: #666;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	float: left;
	margin-top: 12px;
}

#login-content .header img {
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}

#login-content .header a {
	position: absolute;
	right: -15px;
	top: -5px;
}

#login-content .input {
	height: 42px;
	border: 1px solid #DADBDF;
	line-height: 43px;
	margin-top: 22px;
	position: relative;
}

#login-content .input img {
	margin: 13px 9px 9px 9px;
}

#login-content .input input {
	width: 275px;
	height: 41px;
	line-height: 41px;
	font-family: "微软雅黑";
	border: 0 none;
	outline: none;
	font-size: 14px;
	background-color: #FFFFFF;
}

#login-content .input .test {
	width: 175px;
	height: 41px;
	position: absolute;
	top: 1px;
}

#login-content #testCode {
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #999;
	position: absolute;
	top: 0;
	right: 0;
}

#login-content .psw {
	height: 35px;
	line-height: 35px;
	font-size: 13px;
}

#testCode a img {
	margin: 0px !important;
}

#login-content .psw label {
	color: #999;
	position: relative;
}

#login-content .psw label input {
	position: absolute;
	top: 12px;
	left: 2px;
	*top: 8px;
}

#login-content .psw label span {
	padding-left: 22px;
	height: 35px;
	line-height: 35px;
	color: #333333;
}

.login-btn {
	overflow: hidden;
}

.login-btn input {
	width: 100%;
	height: 40px;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
}

.login-btn .login-btn-reset {
	background: #14d2ae;
}

.login-btn .login-btn-enter {
	background: #0E7BE6;
	font-family: "微软雅黑";
}


.register a.findpwd {
	display: inline-block;
	color: #FF4203;
	float: right;
}


.qrcode .register .findpwd {
	color: #333333;
}

.qcode {
	height: 247px;
	margin-top: 15px;
}

.qcode img.qr {
	margin: 0px auto;
	display: block;
	padding-top: 35px;
}

.qcode div {
	width: 135px;
	margin: 0px auto;
	padding-top: 15px;
}

.hzapp {
	color: #FD5821;
	font-size: 15px;
}

.qcode div img {
	float: left;
	margin-top: 4px;
	margin-right: 8px;
}

.foot {
	margin-top: 5px;
}

.foot p {
	color: #333;
	text-align: center;
	padding-top: 10px;
	font-weight: 400;
}



.login-content {
	position: absolute;
	top: 100px;
	right: 0px;
	background: #fff;
	height: 380px;
}

.fr {
	float: right;
}

.content {
	width: 340px;
	padding: 0 45px;
	opacity: 0.95;
}

.header {
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.header h3 {
	color: #666;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	float: left;
	margin-top: 12px;
}

.headTxt {
	position: absolute;
	right: 51px;
	top: 20px;
	background: url(../images/arrowbg.png) no-repeat;
	width: 97px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	font-size: 14px;
	color: #ff8400;
}

.headTxt p {
	text-indent: -9px;
}

.header a {
	position: absolute;
	right: -12px;
	top: -2px;
}

.header img {
	float: right;
	margin-right: 20px;
	margin-top: 10px;
	border: 0;
}

.login-content .input {
	height: 44px;
	border: 1px solid #CCC;
	line-height: 44px;
	margin-top: 20px;
	position: relative;
	background: #fff;
	border-radius: 5px;
}

.input img {
	margin: 14px 9px 14px 9px;
}

.login-content .input input {
	width: 264px;
	height: 44px;
	line-height: 44px;
	font-family: "微软雅黑";
	border: 0 none;
	outline: none;
	font-size: 14px;
	background-color: #FFFFFF;
}

.fl {
	float: left;
}

#testCode {
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #999;
	position: absolute;
	top: 4px;
	right: 0;
}

#testCode a {
	display: block;
	height: 36px;
}

#testCode a img {
	margin: 0px !important;
	height: 36px;
	border: 0;
}

.login-content .input .test {
	width: 175px;
	height: 44px;
	position: absolute;
	top: 0px;
}

.wpwd {
	clear: both;
	overflow: hidden;
	margin-top: 15px;
}

.wpwd a {
	color: #0E7BE6;
	float: right;
}



.login-btn {
	overflow: hidden;
	margin-top: 20px;
}

.fc {
	clear: both;
}

.register {
	margin-top: 12px;
	clear: both;
	text-align: right;
	margin-bottom: 10px;
}

.register a.reg {
	display: inline-block;
	color: #0091FF;

}

.register a.search {
	display: inline-block;
	color: #0091FF;
	float: right;
}


.login-btn input {
	width: 100%;
	height: 45px;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	line-height: 45px;
}

.reg span {
	font-size: 14px;
}

.rpwd {
	font-size: 14px;
	color: #999999;
	margin-left: 5px;
}

.wpwd input {
	vertical-align: middle;
}

.tab {
	overflow: hidden;
	margin-top: 36px;
}

.tab>div {
	width: 170px;
	float: left;
	text-align: center;
	border-bottom: 3px solid #333;
	height: 33px;
}

.tab>div a {
	color: #333;
	font-size: 20px;
}

.tab>div a:link {
	text-decoration: none;
}


.qrcode .login-btn {
	text-align: center;
	font-size: 18px;
}

.qrcode .login-btn img {
	margin-top: 35px;
}

.messagebtn {
	float: right;
	border: 0;
	background-color: #0E7BE6;
	color: #fff;
	cursor: pointer;
	width: 110px;
	height: 44px;
	margin-top: 20px;
}

.messageinput {
	width: 220px;
	float: left;
	margin-bottom: 16px;
}

.erlogin {
	display: none;
}

.active {
	border-color: #0E7BE6 !important;
}

.active a {
	color: #0E7BE6 !important;
}

input[type="password"]::-ms-reveal {
	display: none;
}

input::-ms-clear {
	display: none;
}