.login-wrap{
  width: 100%;
  height: 100%;
}
.login-main{
  position: relative;
  width: 100%;
  height: 100%;
}
.login-bg{
  #position: absolute;
  top: -3px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.login-footer{
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  margin-top: 0px;
  height: 44px;
  line-height: 44px;
  background-color: #fff;
  z-index: 1;
}
.login-c{
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -260px 0px 0px -430px;
    width: 864px;
	height: 526px;
	background: url(../images/static/login_bbg.png) no-repeat center;
	z-index: 3;
}
.login-l{
	position:absolute;
	top: 80px;
	left: 80px;
}
.login-l h3{
	padding-left: 8px;
	color: #fff;
}
.liu-box{
	margin-top: 20px;
	width: 150px;
}
.liu-box>div{
	height: 74px;
}
.liu-box>div>p{
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.step01{
	background: url(../images/static/liu_icon.png) no-repeat 0px 0px;
}
.step02{
	background: url(../images/static/liu_icon.png) no-repeat 0px -74px;
}
.step03{
	background: url(../images/static/liu_icon.png) no-repeat 0px -148px;
}
.tzgg-p{
	margin-top: 5px;
    line-height: 24px;
    color: #fff;
}
.tzgg-p p{
	line-height: 24px;
	color: #fff;
}
.login-r{
	position: absolute;
	top: 90px;
	right: 60px;
	width: 350px;
	height: 340px;
	background-color: #fff;
	border-radius: 5px;
}
.login-rnn{
	padding: 0px 25px;
}
.login-r-h3{
	padding: 10px 0px 0px;
	line-height: 52px;
	text-align: center;
	font-size: 24px;
	color: #333;
}
.inp-box input{
	padding-left: 44px;
	width: 256px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #e1e1e1;
	background-color: #fff;
}
.inp-box input:hover,
.inp-box input:focus{
	border: 1px solid #60b0f7;
}
.user-name{
	background: url(../images/static/login_input.png) no-repeat 10px 8px;
}
.user-id{
	background: url(../images/static/login_input.png) no-repeat 10px -71px;
}
.login-btn{
	display: block;
	margin-top: 35px;
	width: 302px;
	height: 44px;
	line-height: 44px;
	background-color: #3088ec;
	border-radius: 2px;
	box-shadow: 0px 4px 8px #95cffa;
	-webkit-box-shadow: 0px 4px 8px #95cffa;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.login-btn:hover{
	background-color: #2782ea;
}
.loerr-tip{
	margin-top: 8px;
	padding-left: 2px;
	font-size: 12px;
	color: #e24f51;
}
/*20180423 add start*/
.login-r{
	width: 346px;
	height: 348px;
	background: url(../images/static/logined_bg.png) no-repeat center;
}
.inp-box input{
	width: 250px;
}
.yan-zhen{
	position: relative;
}
.inp-box input.user-yzm{
	width: 132px;
	background: #fff url(../images/static/login_input.png) no-repeat 10px -154px;
}
.yzm-img,
.yzm-img img{
	margin: 1px 0px 16px;
	width: 97px;
	height: 38px;
}
.yzm-huan{
	position: absolute;
	bottom: -8px;
	right: 0px;
	width: 97px;
	height: 16px;
	text-align: center;
	color: #3088ec;
	font-size: 12px;
}
.yzm-huan:hover{
	text-decoration: underline;
}
.user-name.mt20{
	margin-top: 10px;
}
.login-btn{
	margin-top: 20px;
	width: 296px;
}
.loerr-tip{
	margin-top: -7px;
}
/*20180423 add end*/
/*20180511 add start*/
.liu-box{
	position: relative;
	margin-left: 14px;
	height: 100px;
	/*border-left: 2px solid #4f84bf;*/
}
.liu-box .step01,
.liu-box .step02,
.liu-box .step03{
	position: absolute;
	left: -13px;
	width: 150px;
	height: 54px;
	background: url(../images/static/liu_icon.png) no-repeat center -80px;
}
.liu-box .step01.cur,
.liu-box .step02.cur,
.liu-box .step03.cur{
	background-position: center 0px;
}
.liu-box .step02{
	top: 74px;
}
.liu-box .step03{
	top: 148px;
}
.tzgg-p{
	margin-top: 40px;
}
/*20180511 add end*/