*,
*:before,
*:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font: inherit;
    font-weight: 400;
    font-style: normal;
}

body {
    font-size: 14px;
    line-height: 1.5;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:focus,
a:active {
    outline: 0;
}

ol,
ul,
li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

del,
ins {
    text-decoration: none;
}

q:after,
q:before {
    content: '';
}

abbr,
acronym {
    font-variant: normal;
}

sub,
sup {
    vertical-align: baseline;
}

fieldset {
    border: 1px solid #eee;
    padding: 10px 15px 15px 15px;
}

legend {
    color: #000;
    padding: 0 10px;
}

textarea {
    resize: none;
}

img {
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    vertical-align: middle;
}

button,
input,
select,
textarea {
    vertical-align: baseline;
}

button,
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

hr {
    margin: 10px 0;
    border: 0;
    height: 1px;
    background: #eee;
}

*:link,
*:visited,
*:hover,
*:active,
*:focus {
    -webkit-transition: color .05s linear, background-color .05s linear, border-color .05s linear;
    -moz-transition: color .05s linear, background-color .05s linear, border-color .05s linear;
    -webkit-tap-highlight-color: transparent;
}

::-webkit-scrollbar-track {
    border-radius: 0;
    background: #e7e7e7;
    position: absolute;
}

::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    position: absolute;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ccc;
    position: absolute;
}

.scrollBox::-webkit-scrollbar-thumb {
    background: #ccc;
}

.scrollBox:hover::-webkit-scrollbar-thumb {
    background: #949494;
}

.scrollBox::-webkit-scrollbar-thumb:hover {
    background: #949494;
}