* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/* body{font-family:Helvetica;} */
input {
    background-color:transparent;  

    color:#fff;  

    FILTER: alpha(opacity=0); /*androd*/ 

    appearance:none; 
    border: none;
    outline: none;
}
html {
    font-size: 100px;
}

body {
    font-size: 12px;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
a {
    text-decoration: none;
    color:none
}
h1 {
    margin: 0;
}
ul,ol,li {
    list-style: none;
}
.nav__show {
    opacity: 0;
    transform: translateX(1.6rem);
}
.none {
    height: 0 !important;
    overflow: hidden;
    opacity: 0;
}
.layout {
    padding:10px;font-size:14px;
}
.layout a{color:#000}
.layout img{
width:100%;height:auto;
}