﻿    @charset "utf-8";
html,
body {
    /* height: 100%; */
    /* min-height: 100%; */
    margin: 0;
    padding: 0;
    font-family:PingFang SC-Medium, sans-serif !important;
    /* overflow-x: auto; */
}

body {
    /* background: #fff; */
    -webkit-overflow-scrolling: touch;
    /* background-color: #fff;
    font-size: 12px;
    color: #676a6c; */
    /* overflow-x: hidden; */
}

html {
}

body,
ul,
li,
p,
h1,
h2,
h3,
video,
div,
span,
img,
input,
button,
a,
dl,
dt,
dd,
s,
hr,
table,
tr,
td,
th,
thead,
tbody {
    margin: 0;
    padding: 0;
}

ul,
li,
p,
h1,
h2,
h3,
video,
span,
img,
input,
button,
div,
a,
s,
hr,
textarea {
    /* font-size: 12px; */
}

h3,
h1,
h2 {
    font-size: 100%;
    font-weight: 400;
}

ul,
li {
    list-style: none;
}

.nodecorationlink {
    /* text-decoration: none */
}

.searchcontent {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 10px 10px;
}

.searchcontentTran {
    margin-bottom: 10px;
    padding: 10px 10px;
}

.searchtable {
    background-color: #fff;
    margin: 10px auto;
    padding: 10px 10px;
}

body::-webkit-scrollbar {
    /* display: none; */
    /* Chrome Safari */
}

body {
    /* scrollbar-width: none; */
    /* firefox */
    /* -ms-overflow-style: none; */
    /* IE 10+ */
    /* overflow-x: hidden;
    overflow-y: auto; */
}

.el-dialog__body {
    background-color: #f8fafb;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.el-dialog__footer {
    text-align: end!important;
}

.searchcontent .el-form-item {
    margin-bottom: 0 !important;
}
button{
    border: none;
    outline: none;
}
input{
    border: none;
    outline: none;
    background: transparent;
}