@charset "utf-8";
html,
body {
    width: 100%;
    height: 100%;
}

body {
    background: #fff;
    -webkit-overflow-scrolling: touch;
    background-color: #2f4050;
    font-size: 13px;
    color: #676a6c;
    overflow-x: hidden;
}

body,
html {
    margin: 0;
    padding: 0
}

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: 13px;
}

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;
}