
.logo_btn{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
  }
  .logo_btn>div{
	width: 460px;
	height: 278px;
	background: #fff;
	border-radius: 23px;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  .logo_btn_content{
	width: 80%;
	height: 75%;
  }
  .logo_btn_content>img{
	width: 50px;
	margin-right: 30px;
  }
  .logo_btn_content{
	font-size: 24px;
	color: #333;
  }
  .logo_btn_content input{
	width: 80%;
	height: 50px;
	margin-left: 15px;
	border: none;
	font-size: 15px;
  }
  .logo_btn_content>div{
	margin-top: 32px;
	border-bottom: 1px solid #ccc;
  }
  .login_commit{
	background: #353535;
	color: #fff;
	width: 126px;
	font-size: 14px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-radius: 27px;
  }
  .chuxian{
	  display: flex!important;
  }
  @media screen and (max-width:414px){
	.logo_btn>div{
		width: 310px;
		height: 190px;
	}
	.logo_btn_content>img{
		width: 40px;
		vertical-align: middle;
	}
	.logo_btn_content{
		font-size: 16px;
	}
	.logo_btn_content>div{
		margin-top: 10px;
	}
	.logo_btn_content{
		height: 85%;
	}
	
  }