html,
body {
  margin: 0;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.flex {
  display: flex;
}
.flex-1 {
  flex: 1;
}
.flex-a {
  display: flex;
  align-items: center;
}
.flex-justify-center {
  display: flex;
  justify-content: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.text-cen {
  text-align: center;
}
.text-right {
  text-align: right;
}
.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px;
}
.f30 {
  font-size: 30px;
}
.f-w-600 {
  font-weight: 600;
}
.pl-10 {
  padding-left: 10px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-45 {
  padding-left: 45px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-65 {
  padding-top: 65px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-90 {
  padding-bottom: 90px;
}
.ml-5 {
  margin-left: 5px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.p-10 {
  padding: 10px;
}
.p-20 {
  padding: 20px !important;
}
.min-h-500 {
  min-height: 500px !important;
}
.color-acacac {
  color: #acacac;
}
.color-fff {
  color: #fff;
}
img {
  vertical-align: middle;
}
p {
  margin: 0;
}
.cursor-pointer {
  cursor: pointer;
}
.content {
  min-width: 1200px;
  margin: 0 40px;
  height: 100%;
}
.content2 {
  max-width: 1500px;
  margin: 0 auto;
  height: 100%;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #e4e7ec;
  display: none;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #c5ccd8;
}
.el-scrollbar__bar.is-horizontal {
  height: 8px;
}
.el-scrollbar__bar.is-vertical {
  width: 8px;
}
a,
a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.h100 {
  height: 100%;
}
