@charset "UTF-8";
/* header */
.header{width:94%; padding:0 3%;  top:0px;  height:60px;  background:#fff; z-index:900; box-shadow:0 0 15px rgba(0, 0, 0, 0.1);     border-bottom:1px solid #EDF0F2;}
.header .logo{display:block; width:140px; padding:15px 0 0 0; float:left;}
.header .logo img{display:block; width:100%;}
.solid{position: fixed; background:#fff;
top: 0;
left: 0;
right: 0;
z-index: 99;
-webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
border-bottom:1px solid #EDF0F2;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;}
@media (min-width:641px){body{width:640px;margin:auto;}}