/**
 * 文件: .css 
 * 公司: 浙江电子口岸
 */
* {
  box-sizing: border-box;
}
body {
  font-size: 12px;
  font-family: arial, "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
  line-height: 1.5;
  background: #fff;
  color: #333;
  margin: 0;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
form {
  margin: 0;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
}
a {
  color: #012fdd;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #30a1f2;
  text-decoration: underline;
}
:-ms-input-placeholder {
  color: #ccc;
}
:-moz-placeholder,
::-moz-placeholder {
  color: #ccc;
}
::-webkit-input-placeholder {
  color: #ccc;
}




.login-container{
  width: 1200px;
  height: 796px;
  margin:  0 auto;
  overflow:  hidden;
  position: relative;
  background:  url('../images/login/login-bg.jpg') no-repeat center top;
}
.login-merchant{
  position: absolute;
  left: 230px;
  top: 140px;
  width: 430px;
}
.login-merchant-name{
  display:  inline-block;
  /* width: 300px; */
  height: 30px; 
  color:  #fff;
  font-size:  16px;
  padding: 5px 15px;
  line-height: 20px;
  border-radius: 3px;
  background: #4cabcd;
  position: relative;
}
.login-merchant-name em{
  display: block; 
  border-width: 5px; 
  position: absolute; 
  bottom: -10px; 
  left: 50%;
  margin-left: -5px;
  border-style: solid dashed dashed; 
  border-color: #4cabcd transparent transparent;
  font-size: 0; 
  line-height: 0;
}
.login-merchant-desc{
  color: #a45421;
  font-size: 14px;
  padding: 10px 0;
  
}
.login-merchant-list{
  color: #717070;
  font-size: 14px;
  line-height: 26px;
  padding-left: 26px;
}
.login-merchant-list li{
  margin-bottom: 10px;
  text-indent:  -26px;
}
.login-merchant-list li span{
  display:  inline-block;
  width:  8px;
  height: 8px;
  vertical-align: middle;
  background: url('../images/login/login-ico.png') no-repeat 0 0 ;
  margin-right: 10px;
}
.login-merchant-operation{
  margin-top: 20px;
  text-align: right;
}
.login-merchant-operation span{
  display:  inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  background: url('../images/login/login-ico.png') no-repeat -16px 0 ;
}
.login-merchant-operation a{
  color: #ff7200;
  font-size: 14px;
  text-decoration: underline;
}
.login-form-container{
  position: absolute;
  left: 727px;
  top: 77px;
  width: 349px;
  height: 409px;
  padding: 6px;
  background: url('../images/login/login-form-bg.png') no-repeat;
}
.login-form-tab{
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #676767;
  font-size: 16px;
}
.login-form-tab-item{
  float: left;
  width: 50%;
  height: 100%;
  margin-top: -1px;
  background: url('../images/login/login-ico.png') no-repeat 0px -32px;
}
.login-form-tab-item-IKEY{
  margin-top: -1px;
  background: url('../images/login/login-ico.png') no-repeat 0px -32px;
}
.login-form-tab-item-IKEY span{
  display:  inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background: url('../images/login/login-ico.png') no-repeat -80px 0 ;
}
.login-form-content{
  padding: 20px 26px;
}
.login-form-normal form{
  padding-top: 20px;
}
.login-form-normal{
  display: none;
}
.login-form-normal.active, .login-form-tab-item.active{
  display: block;
}
.login-form-tab-item.active{
  background:  none;
}
.login-form-controller{
  position: relative;
}

.login-form-controller label{
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 10px;
  top: 10px;
  background: url('../images/login/login-ico.png') no-repeat 0px 0 ;
}
.login-form-controller label.user{
  background-position: -40px 0;
}
.login-form-controller label.password{
  width: 15px;
  background-position: -64px 0;
}
.login-form-controller .login-form-inp input {
  padding: 0;
  margin: 0;
  width: 100%;
  padding-left: 44px;
  height: 39px;
  line-height: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  font-size: 14px;
  margin-bottom: 17px;
}
.login-form-controller .login-form-inp.login-form-inp-code input{
  width: 45%;
  padding-left: 10px;
}
.login-form-controller .login-form-inp img{
  float: right;
  width: 112px;
  height: 39px;
}
.login-form-opeartion{
  width:  100%;
  height: 48px;
  text-align: center;
  background: url('../images/login/login-ico.png') no-repeat 0px -103px;
}
.login-form-opeartion a{
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  line-height: 48px;
  font-size: 16px;
  text-decoration: none;
}
.login-form-opeartion a:hover{
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.login-form-link{
  margin-top: 10px;
  line-height:  24px;
  font-size:  12px;
}
.login-form-link a{
  display: inline-block;
  color: #828282;
  font-size:  14px;
  margin-right: 17px;
}
.login-form-link a.login-form-link-register{
  color: #ff7200;
}
.login-form-link a:hover{
  text-decoration: underline;
  color: #ff7200;
}
.login-form-error{
  color: red;
  padding: 10px 0;
  margin-top: -20px;
}



.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/* 个人结汇 */
.login-right{
	position: absolute;
	right: 50px;
	top: 70px;
}
.login-form-container-personnal .login-form-tab-item{
  width: 100%;
  background: url('../images/login/login-ico.png') no-repeat 0px -169px;
}
.login-box{
	border:0;
}
.login-box-container{
	width: 349px;
	height: 409px;
	padding: 6px;
	background: url('../images/login/login-form-bg.png') no-repeat;
}
 .loginbox-tab--tabitem{
	height: 50px;
	margin-top: -1px;
}
.loginbox-tab--tabitem .tabitem-linker{
	height: 50px;
	line-height: 50px;
	
}
.tabitem-txt{
	height: 50px;
	line-height: 50px;
	background: url('../images/login/login-ico.png') no-repeat 0px -169px;
}
.tabitem-txt em{
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	background: url('../images/login/login-ico.png') no-repeat -80px 0;
} 
.lg-form{
	padding: 60px 24px 0px 24px;
}
.lg-form form .controller-group{
		margin-bottom: 20px;
		width: 100%;
}
/* .lg-form form .controller-group .controller-body .placeholder{
	display: inline-block;
	width: 100%;
} */
.lg-form form .controller-group .controller-label{
	top:-1px;
}
.lg-form form .controller-group .controller-body .inp_text,
.lg-form form .controller-group .controller-body .placeholder .inp_text{
	height: 38px;
	line-height: 38px;
	display: block;
	width: 289px;
	border-radius: 3px;
}
.lg-form form .controller-group.group-vcode .controller-body .inp_text{
	float: left;
	width: 136px;
}
.lg-form form .controller-group .controller-body .lg-submitbtn{
	height: 50px;
	line-height: 50px;
	background: url('../images/login/login-ico.png') no-repeat 0px -103px;
}
.lg-form form .controller-group .controller-body .lg-submitbtn:hover{
	background: url('../images/login/login-ico.png') no-repeat 0px -103px;
}
.atuocode-img{
	height: 38px;
	float: right;
	margin: 0;
}