/*hd 120*/

body {font-size: 1em; margin: 0px;}
body a{text-decoration: none; color: #1a1a1a; font-weight: 100}
body h3{font-weight: 100}
body select{border-radius: 3px; background: white; padding: 14px; border: 1px solid #f0f0f0; width: 100% ;margin-bottom: 10px;}

/*通用*/
.btn{border-radius: 3px; background: skyblue; padding: 14px; color: white }
.input{border-radius: 3px; background: white; padding: 14px; border: 1px solid #f0f0f0; width: 100% ;margin-bottom: 10px;}

/*首页*/
#wrap{position: fixed; height: 70px; top: 0px; border-bottom:1px solid #f0f0f0 ; font-weight: 100; font-size: 1.1em ;  width:100%;background: white}
#logo{width: 20%; float: left; padding: 10px}
#menu{ float:right; text-align: right; padding: 10px; line-height: 50px}

/*other */
.little_body{width: 90%; margin-right: auto; margin-left: auto;}
