@charset "utf-8";
blockquote,
body,
button,
caption,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
legend,
menu,
ol,
p,
pre,
table,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
address,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
abbr,
body,
fieldset,
html,
iframe,
img {
  border: 0;
}
address,
cite,
dfn,
em,
i,
var {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  overflow: auto;
}
li {
  list-style: none;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
textarea {
  box-sizing: border-box;
  font: 400 13.3333px Arial;
  color: #000;
}
input,
select,
textarea {
  border: none;
  outline: 0;
}
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset !important;
}
textarea {
  resize: none;
  overflow: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
  font-style: normal;
}
em,
strong {
  font-style: normal;
  font-weight: 400;
}
img {
  display: inline-block;
  border: none;
  cursor: pointer;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.clear:before {
  content: '';
  display: block;
  clear: both;
}
.clear {
  zoom: 1;
}
.c-green {
  color: #34cb89 !important;
}
.c-orange {
  color: #faac46 !important;
}
.c-white {
  color: #fff !important;
}
.c-blue {
  color: #439cf5 !important;
}
.c-red {
  color: #fe4b68 !important;
}
.c-gray {
  color: #a6a6a6;
}
.c-red_ {
  color: #ee550e;
}
.form-btn .no {
  border: 1px solid #ddd !important;
  color: #444 !important;
  background: #fff !important;
}
.bd-orange {
  border: 1px solid #ff9a00 !important;
}
.b-gray {
  background: #bdc1c6 !important;
}
.b-blue {
  background: #25bb96 !important;
}
.b-blue.disabled {
  background: #64c2ff !important;
}
.b-green {
  background: #34cb89 !important;
}
.b-orange {
  background: #ff9a00 !important;
}
.b-tishi {
  background: #eaf2ff !important;
}
.b-red {
  background: #fd5053 !important;
}
.b-blue-choose {
  background: #4b92fc !important;
}
.b-qingshe {
  background: #0abcdf !important;
}
.b-violet {
  background: #d682f4 !important;
}
.b-skyBlue {
  background: #32b6eb !important;
}
.b-white {
  background: #fff !important;
}
.lf {
  float: left;
}
.rt {
  float: right;
}
.hidden {
  display: none;
}
.show {
  display: block;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb {
  background-color: #e1e2e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pic-show .del {
  position: absolute;
  top: -7px;
  right: -7px;
  width: 16px;
  height: 16px;
  background: #000;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 17px;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  cursor: pointer;
}
.layui-layer-tips {
  z-index: 111985524 !important;
}
.cursor-pointer {
  cursor: pointer;
}
.flex-between-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
