body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}


/* ÉèÖÃÄ¬ÈÏ×ÖÌå */

body,
input,
select,
textarea {
    font-family: 'PingFang SC', 'Microsoft YaHei', 'Helvetica', 'STHeitiSC-Light', 'Arial', 'sans-serif';
}

button {
    outline: none;
}



ul,
ol {
    list-style: none;
}

button,
a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

a:hover {
    text-decoration: underline;
}

img,
button {
    border: none;
    vertical-align: middle;
}

button,
input,
select,
textarea {
    font-size: 100%;
    vertical-align: top;
}

section,
p,
div,
ul,
li,
dl,
dt,
dd,
span {
    box-sizing: border-box;
}

span.inblock {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

i {
    font-style: normal;
}

hr {
    height: 0;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #666;
}

button[disabled] {
    opacity: .5;
    cursor: not-allowed
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}

.abs100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.clearfix {
    display: block;
    overflow: hidden;
    *zoom: 1;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

._hidden {
    display: none;
}

.scrollbar {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #8b959f;
}

.scrollbar::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #8b959f;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #c2cad1;
}

[v-cloak] {
    display: none !important;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bgcontain {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #666;
}

.hide{
    display: none;
}