/* html {
  overflow-x: auto;
  overflow-y: scroll;
} */

body {
    padding-right: 0 !important
}

body,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
    font-weight: 400;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h4,
h5 {
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffffff;
    color: #666666;
    font-family: PingFangSC-Regular, Verdana, Arial, 微软雅黑, 宋体, sans-serif;
    font-size: 12px;
    padding: 0;
    text-align: left;
}

select {
    font-size: 12px;
}

table {
    border-collapse: collapse;
}

fieldset,
img {
    border: 0 none;
}

fieldset {
    margin: 0;
    padding: 0;
}

fieldset p {
    margin: 0;
    padding: 0 0 0 8px;
}

legend {
    display: none;
}

address,
caption,
em,
strong,
th,
i {
    font-style: normal;
    font-weight: 400;
}

table caption {
    margin-left: -1px;
}

hr {
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #e4e4e4;
    border-width: 1px 0;
    clear: both;
    height: 2px;
    margin: 5px 0;
    overflow: hidden;
}

ol,
ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

caption,
th {
    text-align: left;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
}

a:link {
    text-decoration: none;
}

.main-inner {
    width: 1350px;
    margin: 0 auto;
}

.main-inner-max {
    max-width: 1350px;
    margin: 0 auto;
}

.flex-mid {
    display: flex;
    align-items: center;
}

.flex-end {
    display: flex;
    align-items: flex-end;
}

.flex-between {
    display: flex;
    align-items: flex-end;
}

.flex-mid-mid {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-mid-round {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.flex-mid-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-col-between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.one-line {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.margin-r-10 {
    margin-right: 10px;
}

.margin-r-16 {
    margin-right: 16px;
}

.margin-r-20 {
    margin-right: 20px;
}

.margin-r-24 {
    margin-right: 24px;
}

.font-size14 {
    font-size: 14px;
}

.font-size12 {
    font-size: 12px;
}

.cur-pointer {
    cursor: pointer
}

.none-events {
    pointer-events: none;
}

::-webkit-scrollbar {
    width: 0px !important;
    height: 13px;
}

::-webkit-scrollbar-thumb {
    background-color: #d5d5d5;
    background-clip: padding-box;
    min-height: 40px;
}

::-webkit-scrollbar-track-piece {
    background-color: whiteSmoke;
    border-left: 1px solid #d2d2d2;
}

.no-data{
    margin: 0 auto;
    font-size: 15px;
    margin-top: 30px;
    color: #808080;
    float: left;
    width: 100%;
}