@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
}

body {
    font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif;
    line-height: 1.5;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    -webkit-user-select: none;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    outline: 0;
    -webkit-overflow-scrolling: touch;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: 400
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,th {
    text-align: left
}

fieldset,img {
    border: 0
}

li {
    list-style: none
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

input,button,textarea,select,optgroup,option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0
}
* {
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}
button {
    display: block;
    -webkit-appearance: none;
    border: 0;
}

a {
    -webkit-touch-callout: none;
    text-decoration: none
}
input{
    border: 0;
    -webkit-appearance: none;
    appearance: none;
    outline: 0;
    border-radius:0;
}
::-webkit-input-placeholder {
    color: #bbb
}

:focus {
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

em,i {
    font-style: normal
}
.cl,.fix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.block,.fix:after {
    display: block
}

select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: none;
    
    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    
    /*在选择框的最右侧中间显示小箭头图片*/
    background: none;
    
    
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    /* padding-right: 14px; */
    }

