
.container
{
	position:fixed;
	left:0px;
	top:0px;
	bottom:0px;
	right:0px;
}

.backimage
{
    position:fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: -10000;
	background:url(/content/inc/images/login_bg2.jpg) no-repeat top center;
	background-size:cover;
}

.backimage .backblur
{
	float: left;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(10px);
}

.logindialog
{
    float: left;
	width: 100%;
	height: 100%;
	text-align:center;
	position: relative;
}

.loginheader
{
    float: left;
	width: 100%;
	height: 60px;
	text-align:center;
	background-color: #ffffff;
}

.loginheader .headwarp
{
    margin: 0 auto;
	width:1000px;
}

.loginheader .headwarp .headerinfo
{
	float:left;
	width:1000px;
	height:60px;
}

.loginheader .headwarp .headerinfo .shoplogoimg
{
	float:left;
	height:50px;
	margin-top:5px;
}

.loginheader .headwarp .headerinfo .headerright
{
	float:right;
	height:50px;
}


.download
{
	float:left;
	margin-top:10px;
}

.download .downgroup
{
	float:left;
	position: relative;
}

.download .downgroup .downitem
{
	float:left;
	width: 100px;
	cursor: pointer;
	margin-right: 40px;
}

.download .downgroup .downitem  .icon
{
	float:left;
	width: 100%;
	height:26px;
	line-height: 26px;
	font-size: 20px;
	text-align: center;
}

.download .downgroup .downitem .txtspan
{
	float:left;
	width: 100%;
	height:20px;
	line-height: 20px;
	text-align: center;
}

.download .downgroup .appqrcode
{
	position:absolute;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-top: 55px;
	left: -50px;
	background-color: #ffffff;
	z-index: 1000000;
}

.download .downgroup .appqrcode .qrimage
{
	float: left;
	width: 200px;
	height: 200px;
}

.download .downgroup .appqrcode .qrtext
{
	float: left;
	width: 100%;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
}

.langitem
{
	float:left;
	width:80px;
	height:65px;
	margin-right: 20px;
	margin-top: 5px;
	position: relative;
}

.langitem .langname
{
	float:left;
	width:80px;
}

.langitem .langname .langicon
{
	float:left;
	width:80px;
	height:30px;
	line-height:30px;
	font-size:24px;
	text-align:center;
	color: #333333;
	cursor: pointer;
}

.langitem .langname .langspan
{
	float:left;
	width:80px;
	height:14px;
	line-height:14px;
	font-size:14px;
	text-align:center;
	margin-top:5px;
	color: #333333;
	cursor: pointer;
}

.langitem .optlangs
{
	position: absolute;
	width:80px;
	top: 56px;
	left: 0px;
	background-color: #ffffff;
	border: #dddddd 2px solid;
}

.langitem .optlangs ul
{
	float:left;
	width:80px;
	height:40px;
}

.langitem .optlangs ul .optspan
{
	float:left;
	width:100%;
	height:40px;
	line-height: 40px;
	cursor: pointer;	
	text-align: center;
}


.loginheader .closegroup
{
	float:right;
	width: 40px;
	height:40px;
	cursor: pointer;
	margin-right: 10px;
	background-color: #f6f6f6;
}

.loginheader .closegroup  .icon
{
	float:left;
	width: 100%;
	height:40px;
	line-height: 40px;
	font-size: 30px;
	text-align: center;
	color: #FF0000;
}


.loginbody
{
	position: absolute;
	width:500px;
	height: 400px;
	left: calc(50% - 250px);
	top : calc(50% - 250px);
	border-radius: 5px;
	padding-top:30px;
	padding-bottom:30px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.15);
	background-color:#fafcff;
}

.loginbody ul
{
	float:left;
   	width:400px;
   	margin-left:50px;
}

.loginbody ul.margintop
{
	margin-top:10px;
}


.loginbody ul .tabspan 
{
	float:left;
    width:200px;
    height:40px;
    text-align: center;
    font-size:20px;
	font-weight:bold;
	cursor: pointer;
	border-bottom: #fafcff 2px solid;
	margin-bottom: 20px;
}


.loginbody ul .tabspan.selspan 
{
	color: #f84984;
	border-bottom: #f84984 2px solid;
}


.loginbody ul .ipttext
{
	float:left;
	width:100%;
	height:40px;
	line-height:40px;
	border: 1px solid #cfdae6;
	border-radius:20px;
	text-indent:20px;
	font-size:16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.loginbody ul .ipttext:focus 
{
	border: 1px solid #f84984;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(248,73,132,.6);
}

.loginbody ul .checkbox_group
{
	float:left;
    height:41px;
    margin-left: 10px;
}

.loginbody ul .checkbox_group .iptcheckbox
{
	float:left;
	margin-top:2px;
}

.loginbody ul .checkbox_group .txtspan
{
	float:left;
	text-align:left;
	margin-left:5px;
	margin-top:2px;
	color:#6d6d6d;
}

.loginbody ul .btnlogin
{
	float:left;
	width:100%;
	height:40px;
	line-height:40px;
	color:#ffffff;
	font-size: 20px;
	cursor:pointer;
	background-color: #f84984;
	text-align:center;
	opacity: 1;
	border-radius: 20px;
}

.loginbody ul .btnapply
{
	float:left;
	height:40px;
	line-height:40px;
	font-size: 14px;
	cursor:pointer;
	text-align:center;
	color: #26bf8c;
}

.loginbody ul .btnforget
{
	float:right;
	height:40px;
	line-height:40px;
	font-size: 14px;
	cursor:pointer;
	text-align:center;
}

.loginbody ul .resultspan
{
	float:left;
    width:100%;
	height:30px;
	line-height:30px;
	color:#F00;
	text-align:center;
}


.loginfooter
{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
	height:50px;
	line-height:50px;
	background-color: #ffffff;
	text-align:center;

}

.loginfooter .centergroup
{
	margin: 0 auto;
	height:50px;
	display: inline-block;
}

.loginfooter .centergroup .txtspan
{
	float: left;
	height:50px;
	line-height:50px;
}


.loginfooter .centergroup .spacedd
{
	float: left;
    width: 40px;
	height:50px;
}
