*{
				padding: 0;
				margin: 0;
			}
			.wllFalseWrapper{
				width: 100%;
				background: #FFFFFF;
			}
			.false-nav{
				width: 100%;
				height: 100px;
				position: relative;
			}
			.false-nav img {
				height: 40px;
			}
			.false-nav>a{
				height: 40px;
				position: absolute;
				left: 15%;
				top: 0;
				bottom: 0;
				margin: auto;
			}
			.false-nav-div{
				width:390px;	
				height: 30px;
				position: absolute;
				right: 10%;	
				top: 0;
				bottom: 0;
				margin: auto;
			}
			.false-nav-div>a{
				text-decoration: none;
				display: inline-block;
				font-size: 14px;
				color: gray;
				text-align: center;
			}
			.false-nav-div>a:nth-of-type(1){
				width: 130px;
			}
			.false-nav-div>a:nth-of-type(2){
				width: 60px;
			}
			.false-nav-div>a:nth-of-type(3){
				width: 60px;
			}
			.false-content{
				width: 100%;
			}
			.false-con{
				width: 744px;
				margin: auto;
			}
			.false-con>img{
				width: 744px;
			}
			.false-con-btn{
				width: 100%;
				position: relative;
			}
			.backhome{
				background-image: url(/static/image/login/circular.png);
				display: block;
				font-size: 14px;
				width: 380PX;
				height: 58PX;
				margin: auto;
				text-decoration: none;
				text-align: center;
				line-height: 58px;
				font-family:Helvetica;
				color:rgba(255,255,255,1);
			}
			.false-con-btn>p{
				text-align: center;
				font-size:12px;
				font-family:STHeitiSC-Light;
				color:rgba(66,97,123,1);
				margin-top: 10px;
			}
			.login-register {
			  width: 70px;
			  text-align: center;
			  margin-right: 11px;
			  display: inline-block;
			}
			.login-register a {
			  display: inline-block;
			  height: 30px;
			  width: 70px;
			  line-height: 28px;
			  text-align: center;
			  font-size: 14px;
			  border: 1px solid gray;
			  border-radius: 4px;
			  text-decoration: none;
			  color: gray;
			}
			.login-register :hover {
			  background-color: #ff8d31;
			  color: #fff;
			  border: none;
			  line-height: 30px;
			}