.wrap{
	width: 1140px;
	margin: 0 auto;
	overflow: hidden;
}
.login .login-header .logo{
	margin-top: 10px;
}
.login-header .logo span{
	font-size: 24px;
	color: #ff6e22;
	margin-left: 5px;
	padding-left: 15px;
	vertical-align: 10px;
	border-left: 1px solid #ff6e22;
}
.login-header .login-link{
	float: right;
	color: #999ea6;
	margin: 20px 0 0 20px;
}
.login-wrap{
	width: 100%;
	height: 630px;
}
.login-adbg{
	position:absolute;
	display: block; 
	width: 100%; 
	height: 630px; 
	z-index: 8;
	
}
.login-wrap .wrap-layout{
	position: relative;
	width: 1140px;
	height: 630px;
	margin: 0 auto;
	overflow: hidden;
}
.login-page{
	position: absolute;
	right: 0;
	border-radius: 2px;
	background:rgba(255, 255, 255, 0.9) none repeat scroll 0 0 !important;
	filter:Alpha(opacity=90);
	background:#fff;
	z-index: 9;
	box-shadow: 0 2px 20px 0 rgba(15,12,70,.1);
}
.login-box{
	width: 290px;
	padding: 30px 30px 20px 30px;
}
.login-tips{
	position: absolute;
	right: 50px;
	top:6px;
	font-size: 12px;
	color: #faad14;
	padding-left: 15px;
	background: url(../images/res/icon_safe.png) no-repeat left center;
}
.troggle-trigger{
    position: absolute;
    right:5px;
    top:5px;
    width:40px;
    height:40px;
    background: url(../images/res/icon_login_code.png) no-repeat center;
    cursor: pointer;
}
.troggle-trigger.active{
	 background: url(../images/res/icon_login_pc.png) no-repeat center;
}
.login-hd{
	height: 40px;
	margin-bottom: 25px;
	border-bottom: 1px solid #edeeef;
}
.login-item{
    display: inline-block;
    font-size: 16px;
    padding-bottom: 15px;
    margin-right:30px;
    color: #999ea6;
    cursor: pointer;
}
.login-item.active{
    color: #2e3238;
    border-bottom:2px solid #2968cc;
}
.form-item{
    display: none;
}
.form-item.active{
    display: block;
}
.ercode-content{
    display: none;
}
.login-bd .formitm{
	position: relative;
	width: 290px;
	padding-bottom: 20px;
}
.login-bd .formitm .icon-label{
	position: absolute;
	left: 10px;
	top: 11px;
	font-size: 16px;
	color: #c8cbcf;	
}
.login-bd .formitm .u-ipt{
	width: 253px;
	padding-left: 35px;
}
.qrcode-main {
    position: relative;
    height: 150px;
}
.qrcode-img-loading{
  margin: 40px auto;
}

.qrcode-img{
    position: absolute;
    left: 65px;
    top:-5px;
    width: 155px;
    z-index: 100;
    text-align: center; 
}
/*.qrcode-img img{
	border: 10px solid #fff;
}*/
.qrcode-help {
    position: absolute;
    right: 25px;
    top: -10px;
    width: 120px;
    height: 182px;
   /* background:url(../images/res/img_phone.png) no-repeat;*/
    opacity: 0;
    display: none;
    z-index: 99;
}
.qrcode-desc {
    overflow: hidden;
    width: 95px;
    margin: 0 auto;
    padding-left: 44px;
    font-size: 12px;
    background:url(../images/res/icon_login_scan.png) no-repeat left center;
}

.qrcode-desc p {
    color: #999;
    margin-bottom: 0;
    line-height: 20px;
    padding: 0;
}

.qrcode-desc p a {
    padding-left: 3px;
    color: #5796f7;
    text-decoration: none;
}
.qrcode-main .msg-err {
	    position: absolute;
    width: 160px;
    height: 160px;
    background: rgba(255,255,255,.95);
    left: 62px;
    top: -15px;
    z-index: 9999;
}

.qrcode-main  .msg-err h6 {
    color: #2e3238;
    margin-top: 35px;
    margin-bottom: 8px;
    text-align: center;
}

.qrcode-main .msg-err .refresh {
	display: block;
    width: 60px;   
    margin: 0 auto;    
    text-decoration: none;
}
.cfw-intro .serve li{
	float: left;
	width: 33.3%;
	padding: 35px 0;
	overflow: hidden;
}
.serve li img{
	float: left;
	width: 60px;
}
.serve li .text{
	float: left;
	line-height: 25px;
	margin-left: 10px;
}
.serve li .text h3{
	margin-top: 10px;
}
.serve li .text p{
	color: #5c636f;
}
.logos-company{
	padding: 60px 0 70px 0;
	background: #f4f5f6;
}
.logos-company h3{
	font-size: 24px;
	margin-bottom: 50px;
	text-align: center;
}
.logos-company .logos-list li{
	float: left;
	width: 189px;
	height: 140px;
    border-right: solid 1px #f2f5f7;
    border-bottom: solid 1px #f2f5f7;
    overflow: hidden;
}

.register{
	width: 700px;
	margin: 0 auto 0;
}
.register .login-header{
	padding: 30px 0 15px 0;
}
.register-bd{
	min-height: 420px;
	text-align: center;
	padding: 40px 0 40px 0;
	background: #fff;
	box-shadow: 0 2px 20px 0 rgba(15,12,70,.1);
}
.register-bd h2{
	font-size: 30px;
	margin-bottom: 45px;
	color: #2e3238;
}
.reg-form .formitm{
	width: 360px;
	margin: 0 auto;
	
}
.reg-form .formitm .lab{
	float: left;
	width: 56px;
	line-height: 40px;
	color: #000000;
	margin-right: 10px;
	text-align: right;
}
.reg-form .formitm .ipt-box{
	position: relative;
	float: left;
	padding-bottom: 25px;
	
}
.reg-form .formitm .ipt-box .u-ipt{
	width: 280px;
}
.reg-form .formitm .ipt-box .u-tea{
	width: 270px;
	height: 150px;
}
.formitm .ipt-box .img-code{
	position: absolute;
	right: 15px;
	top: 10px;
	width: 48px;
	height: 22px;
}
.formitm .ipt-box .get-code{
	position: absolute;
	right: 15px;
	top: 10px;
	color: #ff6e22;
	
}
.formitm .ipt-box .u-eye{
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 20px;
	color: #c8cbcf;
	cursor: pointer;
}

.formitm .ipt-box button{
	width: 292px;
	font-size: 16px;
}
/*footer*/
.g-footer{
	padding: 15px 0;
	color: #999;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	background: #fff;
}
.g-footer a{
	color: #999;
}
em.error{	
	position: absolute;
	left: 0;
	bottom: 0;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;	
	font-size: 12px;
	color: #e84c3d;	
	font-style: normal;
	background: url(../images/res/icon_warn.png) no-repeat left;	
}
input.error,textarea.error{
	border-color: #e84c3d !important;	
}
input.error:focus,
textarea.error:focus{
	 box-shadow: 0 0 4px rgba(232, 76, 61, 0.4);
}

.psd-tab{
	width: 350px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.psd-tab a{
	width: 160px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	color: #999ea6;
	margin: 0 5px;
	border-radius: 4px;
	border: 1px solid #e2e4e7;
}
.psd-tab a.active{
	color: #276bf2;
	border-color: #276bf2;
}
.psd-tab a i{
	margin-right: 5px;
}
.reg-form .pass,
.reg-form .downline {
	color: #5c636f;
	line-height: 30px;
}
.reg-form .pass i{
	display: block;
	font-size: 40px;
	color: #52c41a;
	margin-bottom: 15px;
}
.reg-form .email-link{
	font-size: 24px;
	color: #276bf2;
	font-weight: bold;
}
.qqinfo{
	width: 350px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	margin-bottom: 25px;
	border-bottom: 1px dashed #edeeef;
}
.qqinfo dt{
	float: left;
	width: 44px;
	height: 44px;
}
.qqinfo dt img{
	width: 100%; 
	height: 100%; 
	border-radius: 100%;
}
.qqinfo dd{
	float: left;
	width: 290px;
	margin-left: 15px;
	text-align: left;
}
.bound-tab{
	width: 350px;
	height: 40px;
	margin: 0 auto 25px;	
}
.bound-item{
	display: inline-block;
	margin: 0 15px;
	font-size: 16px;
	color: #999ea6;
	padding-bottom: 10px;
	cursor: pointer;
}
.bound-item.active{
	color:#2e3238;
	border-bottom: 2px solid #276bf2;
}
.downline{
	color: rgba(0,0,0,0.65);
	padding: 15px;
	margin: 0 70px;
	border: 1px solid #ffa39e;
    background-color: #fff1f0;
    border-radius: 4px;   
}
.downline i{
	display: block;
	font-size: 40px;
	color: #f5222d;
	
}
.login-record li{
	float: left;
	width: 33%;
	color: #5c636f;
}
.register-pass{
	font-size: 18px;
	margin:0 30px 30px 30px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #eee;
}
.register-pass i{
	display: block;
    font-size: 40px;
    color: #52c41a;
}
.email-tips{
	border: 1px solid #e5e5e5;
    text-align: left;
    padding-left: 10px;
    line-height: 25px;
    margin-top: -2px;
    cursor: pointer;
}
