*{
    font-family: "微软雅黑";
    font-size: 16px;
    border: 0;
    padding: 0;
    margin: 0;
    color: #666;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.bgone{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;right: 0;left: 0;bottom: 0;margin: auto;
}
.pic{
	width: 492px;
	height: auto;
	position: absolute;
	top:0px;right: 453px;left: 0;bottom: 0;margin: auto;
	z-index: 99999;
}
.table{
	background-color: #FFFFFF;
	width: 960px;
	height: 465px;
	position: absolute;
	top:0%;right: 0;left: 0;bottom: 0;margin: auto;
}
.password{
     position: absolute;
     top: 12.8rem;
     right: 4rem;
     display: flex;
}
.btn{
    position: absolute;
    top: 18.5rem;
    right: 3.9rem;
    border: none;
    color: #fff;
    width: 373px;
    text-align: center;
    background-color: #1592ef;
    text-indent: 0rem;
    border-radius: 10px;
    text-shadow:2px 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow:2px 2px 1px rgba(0, 0, 0, 0.2);
    font-size:20px ;
    height: 50px;
    cursor:pointer;
}

.wel{
	width: 960px;
	height: 35px;
	color: #fff;
    font-size: 30px;
    position: absolute;
    top: -14rem;
    text-align: center;  
    line-height: 80px;
    
}.wel1{
	width: 960px;
	height: 35px;
	color: #fff;
    font-size: 12.38px;
    position: absolute;
    top: -4rem;
    text-align: center;    
   
}
input{	 
     height: 55px;
     width: 373px;
     text-indent: 55px;
     outline:none;
     background: #eef6fd;
     border-bottom:2px #d6e7fa solid ;
}
.password input{
	border: 0;
}
.user{
	 position: absolute;
     top: 7.8rem;
     right:4rem;
     display: flex;	
}

#yonghu img{
	height: 30px;
	position: absolute;
	left: 10px;
	top: 13px;
}

/*分辨率低于1440，采用下面的样式*/
@media screen and (max-device-width:1440px){
    .table{
       	width: 960px;
	    height: 350px;
	    top:5%;
    }
    .pic{
       	width: 400px;
    }
    .user{
	top: 3.8rem;	
    }
    .password{
     	top: 8.8rem;
    }
    .btn{
	top: 15.8rem;
    }
    .wel{
	top: -10rem;
    }
}