html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family:  "PingFang SC","Microsoft YaHei","Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma,
		"Hiragino Sans GB", STHeiti;
}
.hide{
	display: none;
}
.login-bg{
	background: url(../img/login/bg.jpg) no-repeat center; 
	width: 100%;
	height: 100%;
	background-size: cover;
}
#loginFrame{ 
	/* border-top-left-radius: 33px;
    border-bottom-right-radius: 33px; */
    border: 0;
    box-shadow: 3px 0px 13px rgba(209,221,232,0.5);
    z-index: 2;
    position: relative;
}
.login-main{ 
    position: absolute;
    top: calc(50% - 112px);
    left: calc(50% - 240px);
    width: 480px;
    height: 580px;
    box-shadow: 0px 0px 28px rgba(62, 130, 247,.2);
}
.masks{
    position: absolute;
    width: 260px;
    height: 26px;
    background-color: #fff;
    right: 0px;
    color: #6d7992;
    font-size: 20px;
    bottom: 292px;
    z-index: 3; 
    display: none;  
}
.login-logo{
    background: url(../img/login/logo.png) no-repeat bottom;
    width: 274px;
    height: 286px;
    margin: auto;
    padding-top: 60px;
}
.login-title{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 20px;
    text-align: right;
}	
.login-main .shadow{
    width: 200px;
    height: 341px;
    background: url(../img/login/shadow.png) no-repeat bottom;
    position: absolute;
    background-size: 100%;
    bottom: 0;
    z-index: 1;
    right: -200px;
}
#todownloadClient3{
	width:168px;
	height:32px;
	border:1px solid rgb(255,255,255);
	opacity:0.5;
	font-size:12px;line-height:32px;
	color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 16px;
    display: block;
    position: absolute;
    top:30px;
    right:60px;
}
#todownloadClient3:hover{
	opacity:1;
}