@CHARSET "UTF-8";
*{
    padding:0;
    margin:0;
}
body{
    font-family: "寰蒋闆呴粦";
    background:#eff3f5;
}
body,div,span,a,h1,h2,h3,h4,h5,img,input,select{
    padding: 0;
    margin: 0;
}
input[type="text"],input[type="password"],select{
	font-family:"微软雅黑";
}
.guanYuan_container{
	 background:url(../newimages/guanYuan_bg.png) no-repeat top left;
	background-size:cover;
	width:980px;
	height:490px;
	margin:24px auto 0 auto;
	overflow:hidden;
}
.guanYuan_box{
	background:#f0f6fa;
	opacity:0.9;
    border-radius: 3px;
    margin:32px 0 0 44px;
    width:320px;
    height:308px;
    padding:26px 20px 36px 20px ;
    border: 1px solid #9dabba;
    box-shadow: 0 0 4px #9dabba;
}

.guanYuan_box h2{
    padding-left: 48px;
    height: 44px;
    line-height: 44px;
    position: relative;
}
.guanYuan_box h2 img{
    position: absolute;
    top: 5px;
    left: 0;
}
.guanYuan_box h2 span{
	font-size:18px;
    color:#344c64;
}
.guanYuan_content div{
    position: relative;

}
.guanYuan_content input{
    width:280px;
    border-radius: 3px;
    border: 1px  solid #bdd0e3;
    padding-left: 40px;
    height: 42px;
    line-height: 42px;
    margin-top: 20px;
}
.guan_user img,.guan_pass img,.guan_validate img{
    position: absolute;
    left: 11px;
    top: 32px;
}
.guan_validate input{
    width: 202px;
}

.guan_validate a {
    display: inline-block;
    width: 58px;
    height: 40px;
    border: 1px solid #bdd0e3;
    position: absolute;
    top: 20px;
    right:0;
    border-radius: 3px;
}

.guan_validate a img{
    width: 58px;
    height: 40px;
    position: absolute;
    top: 0;
   left:0;
}

.guanYuan_btn{
    display: inline-block;
    text-align: center;
    color: #ffffff;
    width:320px;
    height: 40px;
    border-radius: 3px;
    background: #499df2;
    line-height: 40px;
    margin-top:34px;
}