body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  display: block;
}
/* 可选：如果需要更彻底的样式重置 */
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}

.content {
  width: 1440px;
  margin: auto;
}
.moblieIcon {
  display: none;
}
.header-bg {
  width: 100%;
  background: linear-gradient(180deg, #f5fcf4 0%, #fafafa 96%);
}
.header {
  width: 100%;
  height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  .logo {
    width: 84px;
    height: 34px;
  }
  .nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 380px;

    .navLi {
      font-family: PingFang SC, PingFang SC;
      font-weight: 500;
      font-size: 16px;
      line-height: 26px;
      text-align: left;
      font-style: normal;
      text-transform: none;
      color: #666666;
    }
    .active {
      color: #07c160;
      font-weight: 500;
    }
    .lastLi {
      width: 100px;
      height: 26px;
      text-align: center;
      border-radius: 192px 192px 192px 192px;
      border: 1px solid #6b6b6b;
    }
    .lastLi:hover {
      color: #07c160;
      border: 1px solid #07c160;
    }
    .navLi:hover {
      color: #07c160;
    }
  }
}
.menuList {
  display: none;
}
.Err {
  display: none;
  width: 24px;
  height: 24px;
}
.MobleFooter {
  display: none;
}
.PcFooter {
  display: block;
}
.footer {
  background: #222013;
  width: 100%;
  height: 200px;
  color: #8d8d8d;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.footer-top {
  width: 100%;
  display: flex;
  height: 140px;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  color: #fff;
  padding: 0 60px;
  padding-top: 15px;
  .left {
    display: flex;
    align-items: center;
    .bottomImg {
      margin-right: 20px;
      height: 86px;
      width: 86px;
    }
    .boxli {
      margin-right: 40px;
      height: 86px;
      .bottomBoli {
        display: flex;
        align-items: center;
        height: 40px;
      }
    }
  }
  .right {
    display: flex;
    .rightBox {
      margin-left: 20px;
      text-align: center;
      img {
        display: block;
        margin: 0 auto;
        width: 86px;
        height: 86px;
      }
    }
  }
}
.footer-fiexd {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.footer-border {
  border-top: 1px solid #3d3d3d;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.footer-content {
  width: 700px;
  margin: 0 auto;
  display: flex;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #8d8d8d;
  line-height: 22px;
  padding: 10px 0;
  box-sizing: border-box;
}

.numberBox {
  display: flex;
}
.boder {
  width: 0px;
  height: 22px;
  border: 1px solid #8d8d8d;
  margin: 0 5px;
  margin-left: 10px;
}
.icon {
  width: 20px;
  height: 20px;
  margin: 0 5px;
}

/* 新增媒体查询 */
@media (max-width: 1440px) {
  .content {
    width: 100%;
  }
}

/* 新增媒体查询 */
@media (max-width: 760px) {
  .MobleFooter {
    display: block;
  }
  .PcFooter {
    display: none;
  }
  .content {
    width: 100vw;
    margin: auto;
  }
  .footer {
    height: 100px;
  }
  .footer-border {
    border-top: 1px solid #3d3d3d;
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .footer-content {
    width: 100%;
    margin: 0 auto;
    display: block;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #8d8d8d;
    line-height: 22px;
    padding: 10px 0;
    box-sizing: border-box;
    text-align: center;
    .numberBox {
      margin: 0 auto;
      width: 200px;
      .boder {
        display: none;
      }
    }
  }

  .header {
    position: relative;
    .nav {
      display: none;
    }
    .logo {
      width: 62px;
      height: 24px;
    }

    .moblieIcon {
      width: 24px;
      height: 24px;
      display: block;
    }
    .menuList {
      display: none;
      z-index: 999;
      position: absolute;
      top: 50px;
      right: 0;
      width: 151px;
      height: 208px;
      background: #ffffff;
      box-shadow: 0px 3px 11px 0px rgba(52, 31, 31, 0.17);
      .activeMenu {
        background: linear-gradient(88deg, rgba(7, 193, 96, 0.16) 4%, rgba(7, 193, 96, 0) 97%);
      }
      .mentText {
        margin-left: 20px;
      }
      .menuLi {
        line-height: 52px;
        width: 151px;
        height: 52px;
        font-family: PingFang SC, PingFang SC;
        font-weight: 400;
        font-size: 14px;
        color: #666666;
        display: flex;
        .menuIcon {
          width: 5px;
          height: 52px;
          background: linear-gradient(to bottom, /* 修改方向为垂直 */ rgba(7, 193, 96, 0) 0%, rgba(7, 193, 96, 1) 50%, rgba(7, 193, 96, 0) 100%);
        }
      }
    }
  }
}
