/* CSS Document */
@media only screen and (max-width: 800px) {
body {
	background-image:url(image/login_bg.png) !important;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-color:#EEE;
	
	backdrop-filter:blur(20px);
	-webkit-backdrop-filter:blur(20px);
	-moz-backdrop-filter:blur(20px);
	-o-backdrop-filter:blur(20px);
}

#login { display:none; }

#login_mobile {
	display:block !important;
	width:100%;
	height:100%;
}

#header {
	width:100%;
	height:35%;
	overflow:hidden;
}

#login_info {
	width:100%;
	height:40%;
	text-align:center;
	overflow:hidden;
}

#login_other {
	width:100%;
	height:25%;
	overflow:hidden;
}




#header_image {
	margin:auto;
	margin-top:60px;
	width:100px;
	height:100px;
	border:2px solid #FFF;
	border-radius:200px;
	background-image:url(image/login_head_icon.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	overflow:hidden;
}

#header_title {
	margin:auto;
	margin-top:20px;
	width:100%;
	color:#FFF;
	font-size:24px;
	font-weight:bold;
	text-align:center;
}



.login_input {
	margin:auto;
	margin-top:20px;
	margin-bottom:30px;
	padding:0px 10px 0px 10px;
	width:300px;
	border:1px solid #FFF;
	border-radius:10px;
	box-sizing:border-box;
	text-align:center;
	overflow:hidden;
}

.login_input input {
	width:100%;
	height:30px;
	line-height:30px;
	border:0px;
	color:#FFF;
	background-color:transparent;
}

.btn {
	background-color:#FFF;
	cursor:pointer;
}

#btn_submit {
	width:280px;
	height:40px;
	color:#333;
	font-size:16px;
	cursor:pointer;
}
	
	
	
	


#login_other_tip {
	width:100%;
	height:30px;
	line-height:30px;
	color:#FFF;
	text-align:center;
}

#login_other_tip dt {
	display:inline-block;
	vertical-align:middle;
}

.tip_text {
	width:30%;
	text-align:center;
}

.tip_line {
	width:30%;
	height:1px;
	background-color:#FFF;
}


#login_other_list {
	margin-top:30px;
	width:100%;
	text-align:center;
	overflow:hidden;
}

#login_tech {
	width:100%;
	line-height:50px;
	color:#FFF !important;
	text-align:center;
}

#login_tech_code {
	margin:auto;
	width:40px;
	height:40px;
	overflow:hidden;
}

#login_tech_code img {
	width:40px;
	height:40px;
}

#login_wx {
	display:inline-block;
	width:100px;
	line-height:30px;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	overflow:hidden;
}

#login_wx:hover {
	color:black;
}

#login_wx dt {
	margin:auto;
	width:40px;
	height:40px;
	background-color:#62b900;
	
	-webkit-mask: url('image/wechat.png') no-repeat center;
	mask: url('image/wechat.png') no-repeat center;
	
	-webkit-mask-size:100% 100%;
	mask-size:100% 100%;
}
}














