@charset "UTF-8";
/*
* @Author: zyp
* @Date:   2018-01-19 18:14:56
* @Last Modified by:   zyp
* @Last Modified time: 2018-01-19 18:57:40
*/
/*========头部搜索部分的样式=========*/
.header-mid-wrap .logo {
  height: 140px;
  overflow: hidden; }
  .header-mid-wrap .logo a {
    height: 140px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    color: #666; }

.header-mid {
  height: 140px; }

body {
  background-color: #fff; }
@charset "utf-8";
/* track base Css */

#ehong-code-input{
	width:42px;
	letter-spacing:2px;
	margin:0px 8px 0px 0px;
}
.ehong-idcode-val{
	height:30px;
	line-height: 30px;
	position:relative;
	padding:1px 4px 1px 4px;
	top:0px;
	*top:-3px;
	letter-spacing:4px;
	display:inline;
	cursor:pointer;
	font-size:16px;
	font-family:"Courier New", Courier, monospace;
	text-decoration:none;
	font-weight:bold;
}
.ehong-idcode-val0{
	border:solid 1px #A4CDED;	
	background-color:#ECFAFB;
}

.ehong-idcode-val1{
	border:solid 1px #A4CDED;	
	background-color:#FCEFCF;
}
.ehong-idcode-val2{
	border:solid 1px #6C9;	
	background-color:#D0F0DF;
}
.ehong-idcode-val3{
	border:solid 1px #6C9;	
	background-color:#DCDDD8;
}
.ehong-idcode-val4{
	border:solid 1px #6C9;	
	background-color:#F1DEFF;
}
.ehong-idcode-val5{
	border:solid 1px #6C9;	
	background-color:#ACE1F1;
}
.ehong-code-val-tip{
	font-size:12px;
	color:#dc3c19;
	top:0px;
	*top:-3px;	
	position:relative;	
	margin:0px 0px 0px 4px;
	cursor:pointer;	
}
@charset "UTF-8";
/*
* @Author: zyp
* @Date:   2018-01-17 15:35:24
 * @Last Modified by: zyp
 * @Last Modified time: 2020-09-24 14:49:177
*/
/* 最外层容器 */
/*
* @Author: zyp
* @Date:   2017-09-28 11:45:30
 * @Last Modified by:   zyp
 * @Last Modified time: 2018-01-23 18:49:33
*/
.page-wrap {
  padding: 40px 0;
  width: 100%;
  margin: 0 auto;
  overflow: auto;
  background: url(../resource/login.png) no-repeat top center;
  background-size: cover;
  position: relative;
  z-index: 99;
  overflow: hidden;
  height: 553px; }

.page-wrap .w {
  margin: 0 auto;
  height: 400px;
  overflow: hidden;
  padding: 30px 0 30px 200px;
  position: relative;
  z-index: 99; }

/* 表单框 */
.user-con {
  position: relative;
  margin: 50px auto 0;
  color: #999;
  width: 400px;
  background: #fff;
  margin-left: 600px;
  -webkit-transition: all .5s;
  transition: all .5s; }

.user-con:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 1px 1px 1px 10px rgba(255, 255, 255, 0.4);
  box-shadow: 1px 1px 1px 10px rgba(255, 255, 255, 0.4); }

.user-con .user-title {
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  font-weight: bold;
  color: #666; }

.user-con .user-box {
  padding: 20px; }

/* 错误提示框 */
.user-con .user-box .error-item {
  position: relative;
  padding: 4px 0 4px 40px;
  margin-bottom: 10px;
  border: 1px solid #FF0036;
  color: #FF0036;
  background: #fde9e9;
  display: none; }

/* 错误图标 */
.user-con .user-box .error-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  font-size: 12px;
  margin-top: -6px; }

.user-con .user-item {
  position: relative;
  margin-bottom: 20px; }

.user-con .user-item .user-label {
  position: absolute;
  left: 2px;
  top: 1px;
  bottom: 1px;
  width: 40px;
  line-height: 36px;
  background: #f3f3f3;
  font-size: 18px;
  color: #d3d3d3;
  text-align: center;
  border-right: 1px solid #ccc; }

.user-con .user-item .user-content {
  padding: 10px 0 10px 50px;
  width: 308px;
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  border: 1px solid #ccc;
  outline: none; }

.user-con .btn-submit {
  display: block;
  padding: 6px 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #ccc; }

.user-con .btn-main {
  background: #FF0036;
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
  border: 1px solid #FF0036; }

.btn-disabled {
  -webkit-transition: all .3s;
  transition: all .3s; }

/* 跳转链接 */
.user-con .link-item {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px; }

.user-con .link-item .link {
  color: #989898;
  /*     &:hover{
    color:#eb3d3e;
} */ }

.Login-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 25px;
  margin-top: 16px;
  text-align: center; }

.Login-qrcode,
.Login-pwd {
  display: inline-block;
  color: #8590a6;
  vertical-align: middle; }

.Login-socialLogin {
  max-width: 106px;
  display: inline-block;
  vertical-align: middle; }

.Login-footerSeparate {
  display: inline-block;
  width: 6%;
  color: #8590a6;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.Button {
  display: inline-block;
  padding: 0 16px;
  font-size: 14px;
  line-height: 32px;
  color: #8590a6;
  text-align: center;
  cursor: pointer;
  background: none;
  border: 1px solid;
  border-radius: 3px; }

.Button--link,
.Button--plain {
  height: auto;
  padding: 0;
  line-height: inherit;
  background-color: transparent;
  border: none;
  border-radius: 0; }

.Qrcode-image {
  margin: 0 auto 15px;
  line-height: 0;
  height: 150px;
  width: 150px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.link-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 25px;
  margin-top: 16px;
  text-align: center; }

.link-items .links {
  display: inline-block;
  padding: 0 16px;
  font-size: 14px;
  line-height: 32px;
  color: #8590a6;
  text-align: center;
  background: none;
  border: 1px solid;
  border-radius: 3px;
  height: auto;
  padding: 0;
  line-height: inherit;
  background-color: transparent;
  border: none;
  border-radius: 0; }

.link-items .links a {
  color: #FF0036; }

.user-con .code-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.user-con .code-box .user-content {
  width: 150px; }
