.ipt:hover {
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}
.btn:hover {
	background: #249ae0;
}
.ipt {
    padding: 6px 12px 5px 8px;
    min-height: 22px;
    line-height: 22px;
    border: 1px solid #e3e7ed;
    font-size: 13px;
    vertical-align: middle;
    min-width: 320px;
}
.btn {
    display: inline-block;
    min-width: 112px;
    box-sizing: content-box;
    height: 36px;
    line-height: 36px;
    border: 1px #1b9eeb solid;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    background: #1b9eeb;
    text-align: center;
    cursor: pointer;
}

.loginMiddle {
    min-height: 650px;
    background: #38aef3;
    background-image: url(../images/loginBg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    background-size: auto 600px;
	position:relative;
}

.sign-wrap{
	position: absolute;
	top:50%;
	left:50%;
	margin-left:-400px;
	margin-top:-250px;
	width: 800px;
    mn-height: 500px;
	}
.sign-wrap .sign-box {
    display: ;
    width: 740px;
    height: 460px;
    padding: 20px 30px;
    background: #ffffff;
    box-shadow: 0 6px 13px 0 rgba(0,0,0,.1);
    border-radius: 10px;
	float:left
}

.login_title{
	width:100%;
	height:80px;
	text-align:center;
	line-height:80px;
	font-size:36px;
	font-weight: normal;
	margin-bottom:20px;
	float: left;
	}
.QRcodePart{
	width:260px;
	padding:0 20px;
	float:left
	}
.QRcodePart .WeixinTitle{
	width:140px;
	font-size:18px;
	font-weight:bold;
	height:50px;
	line-height:30px;
	text-align:center;
	margin:0 auto;
	}
.QRcodePart .WeixinTitle i{
	width:24px; 
	height:24px;
	background:url(../images/weixin_icon_sm.jpg) left center no-repeat;
	background-size:24px 24px;
	display:inline-block;
	margin-top:3px;
	float:left
	}
.QRcodePart .WeixinTitle span{
	margin-left:6px;
	float:left
	}
.QRcodePart .WeixinMa{
	text-align:center;
	margin:0 auto;
	}
.QRcodePart .WeixinMa img{
	border:1px #dfe2e4 solid;
	}
	
.QRcodePart .WeixinText{
	line-height:40px;
	text-align:center;
	}
.QRcodePart .WeixinHelp{
	width:70px;
	text-align:center;
	color:#f25d0c;
	margin:20px auto;
	}
.QRcodePart .WeixinHelp i{
	width:14px; 
	height:13px;
	background:url(../images/help_icon.png) left center no-repeat;
	background-size:14px 13px;
	display:inline-block;
	margin-right:4px;
	float:left
	}
.QRcodePart .WeixinHelp span{
	line-height:13px;
	float:left
	}
.SplitLine{
	width:10px;
	height:320px;
	border-right:1px #dee2e4 dotted;
	margin-right:50px;
	float:left
	}
.InfoPart{
	width:310px;
	padding:0 25px;
	float:left
	}


 .sign-content {
	position: relative;
	height: 100%;
}


 .sign-form .inner-box {
	position: relative;
	width: 100%;
}

.sign-form .form1 {
	padding-top:10px
}
 .sign-form .tip-error-form {
	top: 0px
}

.sign-pwd .link-scan {
	display: none
}

.sign-sms .link-scan {
	display: none
}

.sign-pwd .link-scan {
	display: none
}


 .sign-tab {
	display: flex;
	justify-content: space-between;
	height: 30px;
	margin-bottom: 0px;
	padding: 0 0 15px;
	line-height: 30px;
	border: none
}

 .sign-tab span {
	width: 148px;
	height: 42px;
	line-height: 42px;
	color: #414a60;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
	border: 1px solid rgba(227,231,237,1);
	margin: 0
}

.InfoPart .login-tab span.cur {
    border-color: 1px solid rgba(27,158,235,1);
    color: #1b9eeb;
}

.InfoPart .form-row {
    position: relative;
}
.InfoPart .dropdown-select {
    position: absolute;
    top: 1px;
    left: 28px;
    height: 40px;
    z-index: 1;
    background: 0 0;
}
.InfoPart .icon-select-arrow {
    right: 5px;
    top: 12px;
}
.InfoPart .cell-wrap, .InfoPart.ipt-wrap {
    position: relative;
    display: block;
}
.InfoPart .form-btn {
    margin-top: 10px;
}

.InfoPart .form-btn .btn {
    width: 296px;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    border: none;
    cursor: pointer;
}
.InfoPart .form-btn a:hover.btn {
    background: #249ae0;
}
.icon-sign-yonghu, .icon-sign-phone, .icon-sign-pwd, .icon-sign-duanxin {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 9px;
    top: 11px;
}

.icon-sign-yonghu,.icon-sign-phone, .icon-sign-pwd, .icon-sign-duanxin, .sign-form .btn-sms, .validate-help dt {
    background-image: url(../images/icons-sign.png);
    background-repeat: no-repeat;
    -webkit-transition: box-shadow linear .2s;
    transition: box-shadow linear .2s;
}

.icon-sign-yonghu {
    background-position: 2px 1px;
}
.icon-sign-pwd{
	background-position: 2px -40px;
	}
.icon-sign-phone {
    background-position: 2px -91px;
}
.icon-sign-duanxin{
	background-position: 2px -140px;
	
	}
.sign-form .ipt:focus,.sign-form .sel:focus{box-shadow:1px 2px 3px #1b9eeb;border-color:#1b9eeb}

.sign-form .icon-sign-yonghu:focus{
    background-position: 2px -184px;
}
.icon-sign-pwd:focus{
	background-position: 2px -179px;
	}
.icon-sign-phone:focus {
    background-position: 2px -90px;
}
.icon-sign-duanxin:focus{
	background-position: 2px -142px;
	
	}

.yzmbt {
    position: absolute;
    right: 3px;
    top: 3px;
    font-size: 14px;
    background-color: #fff;
	background: url(../images/icons-sign.png) no-repeat;
    background-position: 0 -355px;
    min-width: 104px;
	height:35px;
    color: #1b9eeb;
    border: 0;
}
.yzmbt_display {
    position: absolute;
    right: 3px;
    top: 3px;
    font-size: 14px;
    background-color: #fff;
	background: url(../images/icons-sign.png) no-repeat;
    background-position: 0 -355px;
    min-width: 104px;
	height:35px;
    color: #ccc;
    border: 0;
}





.sign-form .ipt, .sign-form .sel {
    width: 258px;
    min-width: 0;
    padding: 9px 15px 9px 35px;
    border-color: #e3e7ed;
    vertical-align: middle;
}

 .sign-tab span.cur {
	border-color: #1b9eeb;
	color: #1b9eeb
}

 .sign-tab span:hover {
	border-color: #1b9eeb;
	color: #1b9eeb
}

 .sign-tab .scan-title-text {
	width: 100%;
	height: 24px;
	font-size: 20px;
	font-weight: 500;
	color: rgba(65,74,96,1);
	line-height: 24px
}

 .form-row {
	position: relative;
	margin: 8px 0 7px 0;
	float:left
}

 .sign-form .tip-error {
	display: none;
	height: 18px;
	line-height:18px;
	padding: 0 0 0px 22px;
	background: url(../images/icons-sign.png) no-repeat 0 -428px;
	background-size: 18px auto;
	color: #fc703e;
	text-align: left;
	white-space: nowrap
}

 .sign-form .tip-error-form {
	top: 126px
}

.LoginSelect{
	width:300px;
	margin:30px auto;
	text-align:center;
	}
.LoginSelect a {
	padding:0 0 0 5px;
	float:left
	}
.LoginSelect a span{
	font-size:14px;
	line-height:14px;
	padding:0 10px 0 5px;
	float:left
	}
.LoginSelect a.wx{
	color:#1b9eeb
	}
.LoginSelect a.zc{
	color:#f25d0c
	}
.LoginSelect a.wx i{
	width:24px; 
	height:24px;
	background:url(../images/weixin_icon_sm.jpg) left center no-repeat;
	background-size:24px 24px;
	display:inline-block;
	margin-top:-5px;
	float:left
	}
.LoginSelect .border-right {
    border-right: 1px solid #ebebeb;
}
.auxpwd{
	height:18px;
	font-size:12px;
	}
.auxpwd span input{
	list-style:none;
	border:1px #e3e7ed solid;
	}

.rempwd{
	width:200px;
	line-height:18px;
	color:#9ba3a7;
	float:left
	}
.rempwd span{
	margin:0;
	padding:0;
	float:left
	}
.forgetpwd{
	width:100px;
	text-align:right;
	line-height:18px;
	color:#547281;
	float:right
	}
