body {
  margin: 0;
  padding: 0;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium;
}

a {
  text-decoration: none;
}

.body-content {
  background: #f6f5f5;
  /* min-height: 1600px; */
}

.header {
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}

.header .left {
  display: flex;
  align-items: center;
  /* width: 869px; */
  justify-content: space-between;
}

.header .left .logo {
  height: 40px;
  margin-right: 80px;
  object-fit: contain;
}

.header .left .menu {
  display: inline-block;
  margin-left: 60px;
}

.header .right {
  display: flex;
  align-items: center;
  flex: 1;
  margin-left: 240px;
}

.header .right .relation {
  display: flex;
  align-items: center;
}

.header .right .relation span {
  color: #333333;
  font-size: 12px;
  height: 24px;
}

.footer {
  background: #f1f0f0;
  overflow: hidden;
  height: 118px;
}

.footer a {
  /* display: block; */
  font-size: 12px;
  color: #505968;
  text-decoration: none;
  line-height: 24px;
}

.footer .diver {
  margin: 0 20px;
  display: inline-block;
  color: #c4c1c1;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  padding: 30px 360px;
}

.footer-left {
  display: flex;
  flex-direction: column;
}

.footer-left img {
  width: 134px;
  height: 28px;
}

.footer-right {
  display: flex;
}

.footer-right-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: LEFT;
  color: #140607;
  line-height: 22px;
  justify-content: center;
}

.footer-right-content img {
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
}

.footer-right-ewm {
  width: 70px;
  height: 70px;
  margin-left: 8px;
  border-radius: 4px;
}

.footer-left-top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  color: #140607;
  line-height: 22px;
}

.footer-left-bottom {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  color: #665d5e;
  line-height: 22px;
  display: flex;
  align-items: center;
}

.footer-content-left {
  font-size: 12px;
  color: #505968;
}

.footer-content-title {
  line-height: 24px;
  font-size: 14px;
  color: #191919;
  padding: 12px 0;
  border-bottom: 1px solid #ced3da;
  margin-bottom: 18px;
  font-weight: 600;
  display: block;
}

.footer-content-left span {
  display: block;
  line-height: 24px;
}

.footer-content-middle {
  font-size: 12px;
  color: #505968;
}

.footer-content-middle span {
  display: block;
  line-height: 24px;
}

.footer-logo {
  width: 100px !important;
  height: 26px !important;
  margin: 0 10px 0 14px;
}

.el-menu.el-menu--horizontal {
  border-bottom: none;
}

.el-menu--horizontal > .el-menu-item {
  float: left;
  height: 64px;
  line-height: 64px;
  margin: 0;
  border-bottom: 2px solid transparent;
  color: #333333;
  font-size: 16px;
  border: none !important;
}

.el-menu--horizontal .el-menu-item:not(.is-disabled):focus,
.el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
  outline: 0;
  font-weight: 600;
}

.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none;
  font-weight: 600;
  position: relative;
  background: none;
}

.el-menu--horizontal > .el-menu-item.is-active::after {
  position: absolute;
  content: "";
  bottom: 10px;
  width: 56px;
  height: 4px;
  background: #cb4042;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

.el-menu--horizontal .el-menu-item:not(.is-disabled):focus::after,
.el-menu--horizontal .el-menu-item:not(.is-disabled):hover::after {
  position: absolute;
  /* content:''; */
  bottom: 10px;
  background: #cb4042;
  height: 4px;
  background: #cb4042;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

.el-menu-item {
  text-align: center;
  height: 42px;
  line-height: 42px;
  color: #666666;
}

.el-menu-item .is-active {
  color: #333333;
}

.el-menu-item:focus,
.el-menu-item:hover,
.el-menu-item.is-active {
  background: #ececf1;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 74px;
  z-index: 9999;
}

.swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background: #ffffff;
  opacity: 1;
  width: 26px;
  border-radius: 5px;
}

.el-input__inner {
  border-radius: 8px;
}

.el-form-item {
  margin-bottom: 16px;
}

.el-input__inner:focus {
  border: 1px solid #cb4042;
}

.el-button--primary {
  background-color: #cb4042;
  border-color: #cb4042;
}

.el-button--primary:hover,
.el-button--primary:focus,
.el-button--primary:active {
  background-color: #cb4042;
  border-color: #cb4042;
  opacity: 0.9;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #cb4042;
  color: #fff;
}

.el-pager li:hover,
.el-pagination.is-background .el-pager li:not(.disabled):hover {
  color: #cb4042;
}

.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #cb4042;
  border-color: #cb4042;
}

.el-checkbox__inner {
  border-radius: 50%;
}

.el-checkbox__label {
  padding-left: 4px;
}

.el-checkbox__input.is-focus .el-checkbox__inner,
.el-checkbox__inner:hover {
  border-color: #cb4042;
}

.el-checkbox__input.is-checked + .el-checkbox__label {
  color: #606266;
}

.right-button {
  width: 100px;
  height: 30px;
  background: #ffa800;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
  border: none;
  display: block;
  cursor: pointer;
}

.right-button:hover {
  background: #ff8900;
}

.self-input {
  position: relative;
  background: #cfcdcd;
  border-radius: 4px 0px 0px 4px;
}

.self-input input[type="text"]:active,
.self-input input[type="text"]:focus,
.self-input input[type="text"]:hover {
  border: 1px solid #0fa186;
  outline: none;
}

.self-input input ::placeholder {
  line-height: 32px;
}

.self-input input {
  padding: 0 46px 0 6px;
  /* width: 249px; */
  width: 272px;
  height: 32px;
  line-height: 32px;
  background: #f6f5f5;
  border: none;
  border-radius: 4px 0px 0px 4px;
}

.dianhua {
  width: 16px;
  height: 16px;
}

.search-icon {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 1540px) {
  .footer-content {
    width: 1200px;
    margin: 10px auto 20px;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1700px) {
  .el-menu--horizontal > .el-menu-item {
    padding: 0 10px;
  }

  .header .left .logo {
    margin-right: 20px;
  }
}

.kefu {
  width: 56px;
  height: 68px;
  background: #ffffff;
  border-radius: 8px 0px 0px 8px;
  box-shadow: 0px 5px 12px 5px rgba(0, 0, 0, 0.03),
    0px 4px 8px 4px rgba(0, 0, 0, 0.04);
  position: fixed;
  right: 0;
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9999;
  cursor: pointer;
  justify-content: center;
}

.kefu img {
  width: 24px;
  height: 24px;
}

.kefu span {
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: CENTER;
  color: #372b2c;
  line-height: 20px;
}
