.registration-bg{
	display: none;
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#69000000,endColorstr=#69000000);
	z-index:101;
}

.registration{
	width: 700px;
	height: 530px;
	position:fixed;
	top:50%;
	left:50%;
	display:none;
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);

}
.registration-bg .res-head{
	width:100%;
	height:90px;
	background:rgba(255, 255, 255, 1);
	text-align:center;
}
.registration-bg .res-head .res-logo{
	width:162px;
	margin-top:17px;
}
.registration-bg .res-head .res-gift-tip:before{
	display:block;
	content:'';
	position:absolute;
	border-right:1px solid #FFE5E5;
	border-bottom:1px solid #FFE5E5;
	width:8px;
	height:8px;
	transform:rotate(-135deg);
	left:30px;
	top:-5px;
	background:#FFE5E5;
}
.registration-bg .res-head .res-gift-tip .vip-logo{
	height:16px;
	vertical-align:-2px;
}
.registration-bg .res-head .res-gift-tip{
	background:#FFE5E5;
	border-radius:4px;
	width:208px;
	height:26px;
	line-height:28px;
	margin:8px auto;
	font-size:12px;
	color: #FF787E;
	letter-spacing: 0;
	position: relative;
}
.logo-mascot{
	height: 61px;
	width: 100%;
	background:url(//s.tuguaishou.com/index_img/logo-login1.png) 188px -2px no-repeat;
}
.reg-content{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow:hidden;
	border-radius: 4px;
	background:rgba(247,247,247,1);
}
.registration .reg-content .icon-close{
	position: absolute;
	right: -40px;
	top: 0px;
	font-size: 22px;
	padding:0px;
	border-radius:50px;
	width:34px;
	height:34px;
	text-align:center;
	line-height:32px;
	background:rgba(0, 0, 0, 0.3);
	color:rgba(255, 255, 255, 0.7);
}
.logo-character{
	height: 53px;
	width: 158px;
	margin: 28px auto 0;
	background: url(//s.tuguaishou.com/index_img/logo-login1.png) 8px -68px no-repeat;
}
.res-qrcode-box{
	width: 210px;
	text-align:center;
	margin:40px auto 0 auto;
	color:#384044;
	font-size:18px;
	position:relative;
	cursor:pointer;
}
.res-qrcode-box-wechat{
	color:#FF787E;
}

.auto-login{
	margin-top:10px;
	font-size:12px;
	color:#384044;
	cursor:pointer;
	text-align:center;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	display:none;
}
.auto-login .iconfont{
	color:#C8C8C8;
}
.auto-login.check .iconfont{
	color:#FF787E;
}
.res-qrcode-box .res-qrcode{
	width:210px;
	height:210px;
	border:solid 1px #DCDCDC;
	cursor:pointer;
	display:none;
}
.res-qrcode-box .res-mask{
	display:none;
	width:210px;
	height:210px;
	position:absolute;
	top:0;
	border:solid 1px transparent;
	background:rgba(0, 0, 0, 0.5);
	z-index:1;
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
}
.res-qrcode-box.mask .res-mask{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	cursor:pointer;
}
.res-qrcode-box.mask .res-qrcode{
	-webkit-filter:blur(3px); /* Chrome, Opera */
	-moz-filter:blur(3px);
	-ms-filter:blur(3px);
	filter:blur(3px);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius=3, MakeShadow=false);
}
.res-qrcode-box .wx-sys{
	width:210px;
	height:210px;
	border:solid 1px #DCDCDC;
}
.res-qrcode-box .wechat-logo{
	color:#444444;
	font-size:28px;
	margin-right: 6px;
	vertical-align: -4px;
}
.reg-content .reg-deal{
	font-size:12px;
	color:#969696;
	position:absolute;
	bottom:36px;
	width:100%;
	text-align:center;
	letter-spacing: 1px;
}
.reg-content .reg-deal a{
	color:#969696;
	font-size:12px;
}
#login_account_tip{
	font-size:10px;
	text-align:center;
	margin-top: 20px;
}

#login_account_tip span{
	display:inline-block;
	height:20px;
	padding: 0 10px;
	line-height:20px;
	background:rgba(216, 216, 216, 0.3);
	border-radius:2px;
}
.res-qq-login{
	position:absolute;
	bottom:10px;
	right:9px;
	/*width: 154px;*/
	font-size:12px;
}
.res-qq-login #qq_refer{
	display: block;
	/*width: 154px;*/
	/*height: 42px;*/
	/*background: rgba(255,255,255,1);*/
	/*border-radius: 2px;*/
	text-align: center;
	/*line-height: 40px;*/
	/*border:1px #dcdcdc solid;*/
	color:#969696;
	/*margin-bottom:6px;*/
	cursor:pointer;
}
.res-qq-login #qq_refer .icon-enroll{
	padding-right: 10px;
	color:#969696;
	font-size:22px;
	vertical-align: -1px;
}
.reg-piece{
	width: 330px;
	margin: 0 auto;
	text-align: center;
	color: #999;
}
.reg-describe{
	font-size: 14px;
	display: inline-block;
	background: #fff;
	padding:17px 11px 28px;
	position: relative;
}
.reg-piece>a{
	display: block;
	width: 100%;
	height: 48px;
	background: #00b6f1;
	line-height: 48px;
	color: #fff;
	font-size: 18px;
	margin-bottom: 25px;
	border-radius: 2px;
}
.reg-piece>a:hover{
	opacity: 0.8;
}
.reg-deal,.reg-deal a{
	font-size: 14px;
}
.reg-deal a{
	text-decoration: underline;
}

.reg-deal a:hover{
	text-decoration: underline;
}
.reg-piece .reg-wire{
	height: 1px;
	position: relative;
	top: 26px;
	background: #e1e1e1;
}
.icon-enroll{
	font-size: 24px;
	padding-right: 19px;
}
.reg-piece .reg-bg{
	background: #79cd00;
	margin-bottom: 31px;
}
.reg-loggedon{
	font-size: 14px;
	padding: 41px 14px 0 0 ;
}
.reg-loggedon a{
	font-size: 14px;
	color: #f25b4a;
}