*{
     margin: 0;
     padding: 0;
    
}
 html,body{
     width: 100%;
     height: 100%;
     background: #fff;
}

@font-face {
font-family: hyjh;
src: url(/css/font/hyjhj.eot);
src: url(/css/font/hyjhj.eot?) format("embedded-opentype"), url(/css/font/hyjhj.woff) format("woff"), url(/css/font/hyjhj.ttf) format("truetype");
  
}

@font-face {
font-family: TrimRegular;
src: url(/css/font/Trim-Regular.eot);
src: url(/css/font/Trim-Regular.eot?) format("embedded-opentype"), url(/css/font/Trim-Regular.woff) format("woff"), url(/css/font/Trim-Regular.ttf) format("truetype");
font-style: normal;
font-weight: 400;
}


body{font-family:"TrimRegular","hyjh";}

div{
    outline:none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color:rgba(255,255,255,0);
    outline:none;
    appearance: none;
     -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -o-user-select:none;
}
div>img{
	width:100%;
}