html,
body,
#app {
  width: 100%;
  min-width: 1040px;
  min-height: 100%;
  background: #f8f8f8;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

div {
  font-size: 12px;
  color: #9f9f9f;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  -webkit-user-drag: none;
}

.padding-0 {
  padding: 0 !important;
}

.border-0 {
  border: 0 !important;
}

.background-fff {
  background: #fff;
}

.flex {
  display: flex;
}

.flex-d-c {
  flex-direction: column;
}

.align-c {
  align-items: center;
}

.justify-c {
  justify-content: center;
}

.justify-s-b {
  justify-content: space-between;
}

.gap-4 {
  gap: 4px;
}

.gap-8 {
  gap: 8px;
}

.width-16 {
  width: 16px;
}

.width-100- {
  width: 100%;
}

.width-200 {
  width: 200px;
}

.position-f {
  position: fixed;
}

.position-r {
  position: relative;
}

.position-a {
  position: absolute;
}

.cursor-p {
  cursor: pointer;
}

.box-shadow-demo {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.border-r-8 {
  border-radius: 8px;
}

.padding-20 {
  padding: 20px;
}

.padding-40-0 {
  padding: 40px 0;
}

.padding-r-200 {
  padding-right: 200px;
}

.right-130 {
  right: 130px;
}

.top-60 {
  top: 60px;
}

.bottom-60 {
  bottom: 60px;
}

.right-0 {
  right: 0;
}

.-right-10 {
  right: -10px;
}

.-top-10 {
  top: -10px;
}

.color-4b {
  color: #4b4b4b;
}

.font-s-16 {
  font-size: 16px;
}

.font-w-b {
  font-weight: 700;
}

.site-header {
  height: 60px;
  background: #fff;
}

.brand {
  padding: 0 120px 0 200px;
  font-size: 18px;
  font-weight: 700;
  color: #e82816;
  cursor: pointer;
}

.brand-logo {
  width: 118px;
  height: auto;
}

.background-linear-main {
  background: linear-gradient(135deg, #ff2b1e, #ff9300);
  color: #fff !important;
  border: 0 !important;
}

.page-image {
  width: 100%;
  height: auto;
}

.footer-links {
  background: #fff;
  color: #999;
}

.footer-links a {
  color: #e82816;
}

.ftitle {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  padding: 10px 0;
}

.ftitlev2 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 4px;
  padding: 6px 0;
  color: #333;
}

.indent2em {
  text-indent: 2em;
  font-size: 14px;
  color: #555;
  line-height: 24px;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(128, 128, 128, 0.4);
}

.el-menu--horizontal .el-menu-item:not(.is-disabled):focus,
.el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
  background-color: transparent !important;
}

.el-menu-item {
  transition: none !important;
}
