*{
    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;
}
 html,body{
    width:100%;
}
body{
	background: RGB(92,144,201);
	/*background: #347ebc;opacity: 0.6;*/
	
}
.bg1{
	position: absolute;
	top: 130px;
	/* 这里有兼容性问题 */
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}
.gyl{
	width:100%;
	height: 80px;
	/*color: #347ebc;*/
	color: rgb(18,150,219);
	font-size: 30px;
	position:absolute;
    letter-spacing: 10px;
    margin:auto;
    background:#fff;
    padding-top:18px;
    padding-left:25px;
}
.gy2{
	width:500px;
	height:30px;
	line-height:30px;
	color: #000;
	font-size: 16px;
	text-align: right;
    position:absolute;
    top:25px;
    right:25px;
    letter-spacing: 1px;
}
.gy2 a{
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
}
.bg{
	width: 375px;
	height: 337px;
	background: #fff;
    position:absolute;
    left:56%;
    top:-150px;
    right:0px;
    bottom:0px;
    margin:auto;
    z-index: 1;
    box-shadow:0px 0px 50px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
}
.password{
     position: absolute;
     top: 9.5rem;
     right: 2.5rem;
     display: flex;
}
.btn{
     position: absolute;
     top: 14rem;
     right: 2.5rem;
     border: none;
     color: #fff;
     width: 18.825rem;
     text-align: center;
     background-color: #347ebc;
     text-indent: 0rem;
}
.client_dl{
	position: absolute;
    top: 18rem;
    left: 8rem;
}
.img{
	width: 100%;
	position: absolute;
    left: 0;
    right: 0;
	margin: 0 auto;
    z-index: -1;
}
.foot{
	padding-top:45px;
	width: 100%;
	color: #fff;
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
    line-height:25px;
}
.foot a{
	font-size:16px;
	color:#fff;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
}
.wel{
	width: 375px;
	height: 35px;
	color: #347ebc;
    font-size: 1.5rem;
    position: absolute;
    top: 2rem;
    text-align: center;
    letter-spacing: 2px;
}
input{
	 border-bottom:0.0625rem solid #347ebc;
     height: 2.5625rem;
     width: 15.8125rem;
     text-indent: 3.125rem;
     outline:none;
}
.user{
	 position: absolute;
     top: 6rem;
     right: 2.5rem;
     display: flex;
	
}
.rem{
	 position: absolute;
     top: 12.5rem;
     right: 17.2rem;
     border: none;
     color: #323333;
}
.rem input{
	width: 0.8125rem;
}
.fg{
	 position: absolute;
     top: 12.5rem;
     right: 2.5rem;
     border: none;
     color: #323333;
}
#yonghu{
	border-bottom:1px solid #347ebc;
	height: 41px;
	line-height: 41px;
}
#reb{
	margin-top: -33px;
	margin-left: 20px;
	font-size: 11px;
}

@media (min-width:1201px) and (max-width:1500px){
	/* .gyl{
		width: 420px;
    	font-size: 40px;
    } */
}
@media (min-width:800px) and (max-width:1200px)

{
   .bg{
        width: 355px;
	    height: 300px;
    }
    .gyl{
    	font-size: 30px;
    }
   .wel{
   	   width: 355px;
   } 
    .user{
    	top: 5rem;
        right: 3.5rem;
    }
    .password{
    	top: 8rem;
        right: 3.5rem;
    }
    input{
    	
        width: 12rem;
    }   
    .rem{
	    top: 11rem;
        right: 14.3rem;
    }
    .fg{
	    top: 11rem;
        right: 3.5rem;
    }
    .btn{
    	top: 14rem;
        width: 15rem;
    }
   
}
