html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
    margin: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.handle_change, .more-select {
    position: relative;
    cursor: pointer;
    display: none;
}

.changeList, .functionList {
    display: none;
    transition: all 600ms;
    position: absolute;
    top: 44px;
    right: -20px;
    background-color: #ffffff;
    width: 200px;
    color: #333333;
    text-align: center;
    z-index: 1000000;
    max-height: 300px;
    overflow-y: scroll;
}

.functionList:after,
.changeList:after {
    content: "";
    top: -20px;
    right: 20px;
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.functionList > p,
.changeList > p {
    padding: 10px 0;
}

.changeList > p:hover,
.functionList > p:hover,
.changePActive {
    background-color: #0f94e8;
    color: #ffffff;
}

.handle_change img, .more-select img {
    margin-left: 5px;
    width: 30px;
    transition: transform .3s, top .3s;
}

.jq_hide {
    display: none !important;
}

.jq_show {
    display: inline-block !important;
}

::-webkit-scrollbar {
    width: 0;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 77, 255, 0.2);
    background: rgba(0, 77, 255, 0.2);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 77, 255, 0.2);
    border-radius: 0;
    background: rgba(0, 77, 255, 0.1);
}
