body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, select, img {
    margin: 0;
    padding: 0;
}
li{
  list-style: none;
}
/*公共样式*/
.flexRow{
	display: -webkit-flex; /* Safari */
    -webkit-flex-direction: row; /* Safari 6.1+ */
    display: flex;
    flex-direction: row;
    font-family: YouYuan;
}
.weui_popup{
	font-size: 0.15rem;
	width: 40%;
	height: 0.6rem;
	line-height: 0.6rem;
	position: fixed;
	top:3rem;
	left: 30%;
	background-color: #fff;
	border-radius: 0.06rem;
	text-align: center;
	background-color: #000;
	opacity: 0.5;
	color: #fff;
}
/*登录界面样式*/
#main{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100;
	background-image: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
}
.logo{
	width: 50%;
	height: 1rem;
	line-height: 1rem;
	position: absolute;
	top:1.1rem;
	left: 25%;
	font-size: 0.45rem;
	color: #fff; 
}
.loginCompany,.loginAccount,.loginPassword{
	width: 70%;
	height: 0.46rem;
	position: absolute;;
	left: 15%;
	border-radius: 0.25rem;
	border:2px solid #fff;
}
.loginCompany{
	top:2.6rem;
}
.loginAccount{
	top:3.3rem;
}
.loginPassword{
	top:4rem;
}
.loginText{
	width: 32%;
	height: 0.46rem;
	font-size: 0.16rem;
	line-height: 0.46rem;
	text-align: center;
	font-family: YouYuan;
	color: #fff;
}
.loginInput{
	width: 55%;
	height: 0.3rem;
	margin-top: 0.08rem;
	font-size: 0.16rem;
	line-height: 0.3rem;
	font-family: YouYuan;
	background-color:transparent;  
    color:#fff;  
    filter: alpha(opacity=0); /*androd*/  
    appearance:none;  /*下拉框去掉右侧图标*/  
    -moz-appearance:none;  
    -webkit-appearance:none; 
    border: 0;
    outline:none;
}
.loginButton{
	width: 40%;
	height: 0.4rem;
	line-height: 0.4rem;
	position: absolute;
	top:4.8rem;
	left: 30%;
	font-size: 0.26rem;
	text-align: center;
	color: #fff;
	background-color: #51b2f9;
	border-radius: 0.2rem;
}