body{width: 100%;  height: auto;margin: 0 auto;font-family: Microsoft YaHei;font-size: 14px;background: #fff;color: #666;}
a{color:#2eaef8}
.logo {width: 100%;position: relative;    height: 124px;line-height: 124px; 
background:url("../image/common-line-bg.png") repeat-x bottom;
}
.logo  .left{width: 50%;position: absolute;left: 0px;padding-left: 15%;}
.logo  .right{width: 50%;position: absolute;right: 0px;padding-right: 15%;}
.logo .right span{color: #747474;text-align: right;width: 100%;display: block;}

.footer{color: #999 ;text-align: center;height: auto;width: 100%;margin: 0 auto;margin-top: 40px;padding-top:0px;   }
.footer div{line-height: 35px;    width: 70%; margin: 0 auto;  border-top: 1px solid #e5e5e5;padding: 40px 0  40px 0;}
.footer a{margin: 10px;color: #999;cursor: pointer}

.clear{clear: both;display: block}
input :focus{outline:none; border:#2eaef8 1px solid;}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: white!important;
    background-image: none;
    color: initial;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }
/* input, textarea, keygen, select, button { */
/* 	font: 12px 'Microsoft YaHei';  */
/* } */