﻿*{
	margin: 0;
	padding: 0;
}
html{
	font-family: "微软雅黑";
	font-size: 16px;
}

.login_img{
	width: 100%;
	min-width: 1000px;
	height:16.625rem ;
	text-align: center;
	position: relative;
}
.login_img>img{
	width: 100%;
	height:16.625rem;
}
.yinyig{
	width: 100%;
	height:16.625rem;
	background: rgba(51,51,51,0.75);
	position: absolute;
	top: 0;
	left: 0;
}
.welcome{
	font-size: 3.25rem;
	color: #fff;
	margin:0 auto;
	position: absolute;
	top:4.3rem;
	left: 50%;
	margin-left: -7rem;
	/*margin-top:6.375rem;*/
}
.welcome>img{
	width: 14rem;
}
.shenbao{
	width:25.6rem;
	height: 4.1875rem;
	line-height: 4.1875rem;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	font-size: 1rem;
	/*z-index: 1;*/
	position: absolute;
	top: 10.125rem;
	left: 50%;
	margin-left: -12.8rem;
}
.login_info{
	width: 100%;
	min-width: 1000px;
	text-align: center;
	margin-top:2.375rem;
}
.phone_number,.password{
	margin: 0 auto;
	width: 17.6rem;
	height:2.07rem;
	border: 1px solid #dddddd;
}
.phone_number input{
	/*padding-left:0.75rem;*/
	margin-left: 0.5rem;
	font-size: 0.7rem;
	width: 15rem;
	border: none;
	outline: none;
	height: 2.07rem;
}
.phone_number_img,.password_img{
	display: inline-block;
	width: 2.07rem;
	height: 2.07rem;
	background: rgb(0 ,78, 162);
	float: left;
}
.phone_number_img>img,.password_img>img{
	padding-top:0.6rem;
}
.phone_number_img>img{
	width: 0.6rem;
	height: 1rem;
}
.password_img>img{
	width: 0.8rem;
	height: 0.9rem;
}
.password{
	margin-top:1rem;
	border: 1px solid #dddddd !important;
}
.password input{
	margin-left: 0.5rem;
    height: 2.07rem;
	line-height: 2.07rem;
	font-size: 0.7rem;
	width:9.5rem;
	outline: none;
	border: none;
	float: left;
}
.yanzhengma{
	width:3.875rem;
	height: 1.2rem;
	margin-top: 0.45rem;
	border-radius: 2px;
	float: right;
	margin-right: 0.5rem;
	color: rgb(0 ,78, 162);
	font-size:0.6rem;
	line-height: 1.0625rem;
}
/*.yanzhengma:hover{
	background: rgb(0 ,78, 162);
	color: #fff;
	cursor: pointer;
}*/
.clear{
	clear: both;
}
.login{
	width:17.56rem;
	height: 2.3125rem;
	line-height: 2.3125rem;
	color: rgb(0 ,78, 162);
	font-size:0.875rem;
	/*border: 1px solid rgb(0 ,78, 162);*/
	border-radius: 5px;
	/*margin-top:2.68rem;*/
	margin: 2.68rem auto;
}

button{
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	color: rgb(0 ,78, 162);
	font-size:0.875rem;
	border: 1px solid rgb(0 ,78, 162);
	border-radius: 5px;
        outline:none;
}
button:hover{
	/*border: none;*/
	cursor: pointer;
	color: #fff;
	background: rgb(0 ,78, 162);
}



.msgs {
    background:#fff;
    border:#dddddd;
    color:red;
	border: 1px solid #F23E46;
    font-size:0.5rem !important;
}
    .msgs:hover {
    background:#fff;
    border:#dddddd;
    color:red;
	border: 1px solid rgb(0 ,78, 162);
    }
    
    
.msgs1 {
    background:#dddddd;
    border:#dddddd;
    color:#fff;     
	border: 1px solid #dddddd;
}
    .msgs1:hover {
        background: #dddddd;
        border: #dddddd;
        color: #fff;
	border: 1px solid #dddddd;
    }
.login_info table {
 border-collapse:collapse;
    border:1px solid #dddddd;

    width:17.7rem;
    height:2.07rem;
   
}