﻿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, #F8F8F8 0%, #F8F8F8 100%);
}
.logo{
	width: 50%;
    height: 0.55rem;
    line-height: 1rem;
    position: absolute;
    top: 0.8rem;
    left: 25%;
    background-image: url(../../login/images/logo@2x.png);
    /* height: 43px; */
    /* width: 140px; */
    background-size: 100% 100%;
    color: #F8F8F8;
}
.loginCompany,.loginAccount,.loginPassword{
	width: 87%;
	height: 45px;
	position: absolute;;
	left: 7%;
	border-radius: 0.25rem;
	background-image: linear-gradient(120deg, #FFFFFF 0%, #FFFFFF 100%);
	border:2px solid #D0D0D1;
}
.loginCompany{
	top:1.8rem;
}
.loginAccount{
	top:2.6rem;
}
.loginPassword{
	top:3.4rem;
}
.loginText{
	width: 15%;
	height: 0.46rem;
	font-size: 0.16rem;
	line-height: 0.46rem;
	text-align: center;
	font-family: YouYuan;
	color: #fff;
}
.loginInput{
	width: 87%;
	height: 45px;
	/*margin-top: 0.08rem;*/
	font-size: 0.16rem;
	line-height: 0.3rem;
	font-family: YouYuan;
	background-color:transparent;  
    color:#000000;  
    filter: alpha(opacity=0); /*androd*/  
    appearance:none;  /*下拉框去掉右侧图标*/  
    -moz-appearance:none;  
    -webkit-appearance:none; 
    border: 0;
    outline:none;
}
.loginButton{
	width: 87%;
	height: 45px;
	line-height: 0.4rem;
	position: absolute;
	top:4.7rem;
	left: 7%;
	font-size: 0.16rem;
	text-align: center;
	color: #fff;
	background-image: linear-gradient(120deg, #5875C0 0%, #5A88C6 100%);
	border-radius: 0.2rem;
}
.loginCheckbox{
	width: 50%;
    padding-right: 5%;
    box-sizing: border-box;
    text-align: right;
    /* overflow-x: scroll; */
    white-space: nowrap;
    position: absolute;
    top: 4.1rem;
    left: 30%;
}
.checkboxInput{
	width: 0.2rem;
	height: 0.2rem;
	position: absolute;
    top: 50%;
    left: -10%;
    transform: translateY(-50%);
    color: #5875C0;
}
.loginCheckbox{
	color: #5875C0;
	font-size: 0.16rem;
}
.passCheckbox{
	width: 50%;
    padding-right: 5%;
    box-sizing: border-box;
    text-align: right;
    /* overflow-x: scroll; */
    white-space: nowrap;
    position: absolute;
    top: 5.3rem;
    left: 25%;
}
.passCheckbox{
	color: #5875C0;
	font-size: 0.16rem;
}

.deleteaccount{
	width: 74.8%;
    height: 0.86rem;
    line-height: 1rem;
    position: absolute;
	background-image: url(../../login/images/叉.png);
    height: 43px;
    width: 140px;
	background-size: 100% 100%;
	color: #F8F8F8; 
}
.onpassword{
	width: 74.8%;
    height: 0.86rem;
    line-height: 1rem;
    position: absolute;
	background-image: url(../../login/images/on@2x.png);
    height: 43px;
    width: 140px;
	background-size: 100% 100%;
	color: #F8F8F8; 
}
