@charset "utf-8";
/* CSS Document */
/*格式化样式*/
html{max-width:640px;margin:0 auto;}
html,body{position: relative;height: 100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
/*微软雅黑,Microsoft YaHei, 黑体, Helvetica,Tahoma,StSun,宋体,SimSun,sans-serif*/
body, button, input, select, textarea { font:12px/1.5 "/5b8b/4f53", Tahoma, Arial, sans-serif; vertical-align:middle;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
img { -ms-interpolation-mode:bicubic;width: 100%;display: block;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul,li{list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym { border:0;}
form{ display:inline;}
a{ text-decoration:none;}
button, input, select, textarea { font-size:100%;}
a:hover { text-decoration:none;}
input{ border:none 0; vertical-align:middle;}
hr { border:none; height:1px; *color:#fff;}

/*----适配移动端----*/

@media screen and (min-width:320px){html{font-size:50px;}
}
@media screen and (min-width:360px){html{font-size:56.25px;}
}
@media screen and (min-width:375px){html{font-size:58.59px;}
}
@media screen and (min-width:384px){html{font-size:60px;}
}
@media screen and (min-width:400px){html{font-size:62.5px;}
}
@media screen and (min-width:414px){html{font-size:64.69px;}
}
@media screen and (min-width:424px){html{font-size:66.25px;}
}
@media screen and (min-width:480px){html{font-size:75px;}
}
@media screen and (min-width:540px){html{font-size:84.38px;}
}
@media screen and (min-width:640px){html{font-size:100px;}
}


