*{
	margin:0;
	padding:0
}
body{
	font-size:12px; font-family:Tahoma; color:#000000; margin:0; padding:0;
	background:#dfdfdf;
}

.login{
	margin:0 auto;
	width:690px;
	height:600px;
	background:#dfdfdf url(../images/web/login_main_bg.jpg) no-repeat 0 0;
}
.login_info{
	width:200px;
	height:40px;
	margin-top:300px;
	margin-left:100px;
	_margin-left:50px;
	float:left;
	background:url(../images/web/login_select.jpg) no-repeat 85px 5px;
}
.select{
	float:right;
	margin-right:28px;
	_margin-right:15px;
	cursor:pointer;
	width:80px;
	height:20px;
	margin-top:11px;
}
.login_form ul{
	list-style-type:none;
	width:80px;
	margin-top:5px;
	overflow:hidden;
	background:#fff;
	display:none;

}
.login_form li{
	height: 24px;
	line-height: 24px;
	text-indent: 15px;
	overflow: hidden;
}
.login_form li:hover{
    background-color: #11a9cc;
    color: #fff;
}
.eid_value{
    height: 16px;
    line-height: 16px;
	margin-top: 3px;
	margin-left: 15px;
}
.login_info_title{
    float: left;
    height: 45px;
    line-height: 45px;
    margin-left: 25px;
    font-size: 14px;
}
.form_info{
  width: 357px;
  height: 273px;
  padding: 22px 18px;
	margin-top: 160px;
	margin-right: -20px;
	float: right;
  background-image: linear-gradient(41deg,
  #4481b9 0%,
  #00b5e2 100%),
  linear-gradient(
      #4481b9,
      #4481b9);
  background-blend-mode: normal,
  normal;
  border-radius: 6px;
  box-sizing: border-box;
}

.tab-tits {
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.tab-tit {
  display: inline-block;
  padding: 4px 6px 8px;
  margin: 0 6px;
  line-height: 28px;
  position: relative;
  cursor: pointer;
}
.tab-tit.active::after {
  content: '';
  position: absolute;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  bottom: 2px;
  left: 50%;
  margin-left: -5px;
}
.tab {
  padding: 20px 0 22px;
  background-image: linear-gradient(-90deg,
  #e0e0e0 0%,
  #ffffff 100%),
  linear-gradient(
      #e9e9e9,
      #e9e9e9);
  background-blend-mode: normal,
  normal;
}
.ukey-tab {
  display: none;
  padding: 52px 0;
  text-align: center;
}
.uk-des {
  font-size: 14px;
  line-height: 38px;
  color: #4481b9;
}
.uk-submit {
  cursor: pointer;
}
.field {
	position: relative;
	margin: 10px;
}
.field label{
	float:left;
	padding:6px;
  font-size: 14px;
  font-weight: bold;
  color: #429dd9;
}
.field input.text{
	width: 180px;
}
.field .button{
	width: 90px;
	height: 30px;
	margin-top: 10px;
}
.yzm{
	color:#4e9f06;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
	font-family:Arial;
	padding-left:10px;

}
.forgotpwd{
	text-decoration: none;
	color: #5A738E;
	position: absolute;
	margin-top: 24px;
	margin-left: 40px;
}
.forgotpwd:hover{
	text-decoration: underline;
	color: #337ab7;
}


/* form validate */
.login_form > form div.validate-error{
    position: absolute;
    bottom: 9px;
    right: 30px;
}

/* form add */
.formadd .validate-error {font-size: 14px;}
.formadd > .formtable{padding: 0px 15px;}
.formadd > .formtable th{text-align: right;font-weight: normal;padding: 5px 0px;font-size: 14px;}
.formadd > .formtable th.title-info{text-align: left;font-size: 14px;color: #33699e;border-bottom: 2px dashed#ccc;padding-bottom: 3px;font-weight: bold;}
.formadd > .formtable td{padding: 5px 20px 5px 10px;}
.formadd > .formtable td.required::after{content: "*";color: #ff0000;}
.formadd > .formtable td label.radio{padding-right: 10px;cursor: pointer;}
.formadd > .formtable td label.checkbox{padding-right: 10px;cursor: pointer;}
.formadd > .formtable td.checkbox-col label.checkbox{display: table;margin-bottom: 5px;}
.formadd > .formtable td.checkbox-col label.checkbox:last-child{margin-bottom: 0px;}
.formadd > .formtable td input.cmac-txt{
    width: 180px;
}
.formadd > .formtable td select.cmac-txt{
    width: 188px;
}
.formadd > .formtable td textarea{
    width: 461px;
}
.formadd > .formtable td.td_btn .cmac-btn{
	padding: 6px 10px;
    font-size: 14px;
    margin-right: 15px;
}
.formadd > .formtable td.td_btn .cmac-btn:last-child{
    margin-right: 0px;
}
.formadd > .formtable tr.notes th{padding: 0px;}
.formadd > .formtable tr.notes td{
	padding: 0px 20px 0px 10px;
    display: inline-block;
    margin-top: -12px;
    color: #777;
}
.formadd > .formtable tr th.line,
.formadd > .formtable tr td.line{
    padding: 0px;
    border-bottom: 2px dashed #ccc;
}
.formadd > .formtable tr th.line1,
.formadd > .formtable tr td.line1{
    padding: 0px;
    border-bottom: 1px solid #ccc;
}