@charset "UTF-8";
/* header */
.header{width:100%; max-width:640px; padding:0 3%; margin: 0 auto;  top:0px; height:60px;  background:#fff; z-index:900; box-shadow:0 0 15px rgba(0, 0, 0, 0.08); border-bottom:1px solid #EDF0F2; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; position: relative; box-sizing: border-box;}
.header .logo{display:block; position: absolute; top: 14px; left: 3%; z-index: 199;}
.header .logo img{display:block;}
.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;}}