﻿@charset "UTF-8";body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,header,hgroup,nav,section,article,aside,footer,figure,figcaption,menu,button {
    margin: 0;
    padding: 0;
    outline: 0
}
html, body {
    width: 100%;
    height: 100%;
}
body {
    font-family: 微软雅黑,'Microsoft YaHei',"Helvetica Neue",Helvetica,STHeiTi,sans-serif;
    line-height: 1.5;
    font-size: 16px;
    color: #0e0e0e;
    background-color: #fff;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}
h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: 400;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,img {
    border: 0
}

li {
    list-style: none
}

a,button,input,select,textarea,a:focus,button:focus,input:focus,select:focus,textarea:focus,[onclick] {
    outline: 0;
    -webkit-tap-highlight-color: rgba(255,255,255,0)
}

a {
    -webkit-touch-callout: none;
    text-decoration: none;
    outline: 0
}

em,i {
    font-style: normal
}

::-webkit-input-placeholder {
    color: #ccc;
}
::-moz-placeholder {
    color: #ccc;
}
::-ms-input-placeholder {
    color: #ccc;
}

.clearfix:before,.clearfix:after {content: " ";display: block;overflow: hidden;visibility: hidden;width: 0;height: 0; }
.clearfix:after {clear: both;}

input, button, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    border: 0;
    background: 0 0;
    -webkit-appearance: none;
    outline: 0;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}