/* reset */

html,
body {
    overflow-y: hidden;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
    display: block;
}

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

caption,
th {
    font-weight: normal;
    text-align: left;
}

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}

[hidefocus],
summary {
    outline: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
}

sup,
sub {
    font-size: 83%;
}

pre,
code,
kbd,
samp {
    font-family: inherit;
}

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

textarea {
    overflow: auto;
    resize: none;
}

label,
summary {
    cursor: default;
}

a,
button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
    font-weight: normal;
}

del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
    font: 12px/1.14 arial, 'Microsoft YaHei', 'Helvetica', 'sans-serif';
    color: #333;
    outline: 0;
}

body {
    background: #fff;
}

a,
a:hover {
    color: #333;
}

.clearfix::after {
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
    height: 0;
    content: ' ';
}


/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/

.g-sd::-webkit-scrollbar,
.yearBox::-webkit-scrollbar,
.monthBox::-webkit-scrollbar,
.dayBox::-webkit-scrollbar {
    width: 7px;
    height: 16px;
    background-color: #595959;
}


/*定义滚动条的轨道，内阴影及圆角*/

.g-sd::-webkit-scrollbar-track,
.yearBox::-webkit-scrollbar-track,
.monthBox::-webkit-scrollbar-track,
.dayBox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px;
    background-color: #595959;
}


/*定义滑块，内阴影及圆角*/

.g-sd::-webkit-scrollbar-thumb,
.yearBox::-webkit-scrollbar-thumb,
.monthBox::-webkit-scrollbar-thumb,
.dayBox::-webkit-scrollbar-thumb {
    width: 6px;
    height: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #fff;
}


/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/

.listwrap::-webkit-scrollbar {
    width: 7px;
    height: 16px;
    background-color: rgba(0, 0, 0, 0.3);
}


/*定义滚动条的轨道，内阴影及圆角*/

.listwrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    border-radius: 10px;
    background-color: #595959;
}


/*定义滑块，内阴影及圆角*/

.listwrap::-webkit-scrollbar-thumb {
    width: 6px;
    height: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    background-color: #fff;
}

.g-sd {
    scrollbar-arrow-color: #595959;
    /*滚动条滑块按钮的颜色*/
    scrollbar-face-color: #fff;
    /*滚动条整体颜色*/
    scrollbar-highlight-color: #333;
    /*滚动条阴影*/
    /*scrollbar-shadow-color: #ccc;*/
    /*滚动条轨道颜色*/
    scrollbar-track-color: #595959;
}

scrollbarbutton {
    display: none !important;
}

.loading {
    position: absolute;
    width: 240px;
    height: 300px;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

.loading p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    background: rgba(0, 0, 0, 0.5);
    height: 60px;
    line-height: 60px;
    border-radius: 8px;
}

html,
body {
    min-width: 1400px;
}