/**
* 重置
* 1=50@1920
* @author 鹿文学
*/
html {
    background-color: #fff;
    color: #333;
    font-size: 12px;
    line-height: 1.4;
}

body, ul, ol, dl, dd, h1, h2, h3, h4, h5, h6, figure, form, fieldset, legend, input, textarea, button, p, blockquote, th, td, pre, xmp {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

input, textarea, button, select {
    font-size: 100%
}

html, body, input, textarea, button, select, pre, xmp, tt, code, kbd, samp, h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif
}

h1, h2, h3, h4, h5, h6, b {
    font-weight: normal
}

address, cite, dfn, i, optgroup, var {
    font-style: normal
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left
}

caption, th {
    text-align: inherit
}

ul, ol, menu {
    list-style: none
}

fieldset, img {
    border: 0
}

img, object, input, textarea, button, select {
    vertical-align: middle
}

article, aside, footer, header, section, nav, figure, figcaption, hgroup, details, menu {
    display: block
}

audio, canvas, video {
    display: inline-block;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "\0020"
}

textarea {
    overflow: auto;
    resize: vertical
}

input, textarea, button, select, a {
    outline: 0 none;
    border: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

mark {
    background-color: transparent
}

a, ins, del {
    text-decoration: none
}

sup, sub {
    vertical-align: baseline
}

html {
    overflow-x: hidden;
    height: 100%;
    font-size: 50px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-size: .28em;
    -webkit-text-size-adjust: none;
    background: #F2F3F7;
    min-height: 100%;
}

a {
    color: #25a4bb;
    text-decoration: none;
}

div, section {
    box-sizing: border-box;
}

/**
 * 重置浏览器的滚动条
 */
::-webkit-scrollbar-track-piece {
    border-radius: 4px;
}

::-webkit-scrollbar-track-piece:hover {
    background-color: rgba(120, 130, 140, 0.33);
    border-left: 1px solid rgba(120, 130, 140, 0.33);
    border-radius: 4px;
}

::-webkit-scrollbar {
    width: 7px;
    height: 8px;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(120, 130, 140, 0.23);
    background-clip: padding-box;
    border: 1px solid rgba(120, 130, 140, 0.23);
    min-height: 28px;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    border: 1px solid rgba(120, 130, 140, 0.23);
    background-color: rgba(120, 130, 140, 0.23);
}

/**
 * 重置input中placeholder颜色
 */
input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #B9BCC8 !important;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #B9BCC8 !important;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #B9BCC8 !important;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #B9BCC8 !important;
}