body, input, pre, select, textarea{
		background-color: #F7F7F7;
		font-family: "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, Arial, sans-serif;
		color:#000000;
		
	}
	.logo_group{
		position: relative;
		width:200px;
		height:50px;
		padding-left:55px;
		margin-left:100px;
		margin-top:50px;
		
	}
	.logo_group span{
		position: absolute;
		top:0px;
		left:0px;
		
	}
	.logo_group p{
		line-height: 40px;
		font-size:20px;
	}
	.logo_group span img{
		width:40px;
		height:40px;
	}
	
	.login_group,.position_group{
		width:100%;
		height:500px;
		position: relative;
		
	}
	.login_block,.position_chil{
		position: absolute;
        top:50%;
        left:50%;
        width:50%;
        height:400px;
        transform:translate(-50%,-50%);
        text-align: center;
        background:white;
        box-shadow: 0 0 10px #dedede;
        
	}
	
	.login_img_group img{
		width:100%;
		height:400px;
	}
	.input_row{
		width:80%;
		height:60px;
		margin:0 auto;
		text-align:center;
	}
	.input_row input{
	  vertical-align:middle;
	  display:inline-block;
	  font-size:16px;
	}
	.input_row:after{
	  content:'';
	  width:0;
	  height:100%;
	  display:inline-block;
	  vertical-align:middle;
	}
	
	
	.input_row1{
		width:80%;
		height:40px;
		margin:0 auto;
		text-align:center;
		line-height: 40px;
		
	}
	.wangjipwd{
		position:relative;
		text-align: right;
		color:#009697;
		cursor:pointer;
		font-size:13px;
	}
	.login_btn{
		width:335px;
	}
	.zhuc_block{
		text-align: right;
		color:#91A1B7;
		cursor:pointer;
		font-size:13px;
	}