:root {
  --max-width: 1440px; }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

html, body {
  width: 100%;
  overflow-x: hidden; }

a {
  color: inherit;
  text-decoration: none; }

ul, li, ol {
  list-style: none; }

.clearfix {
  zoom: 1; }

.foot-detail {
  width: 100%;
  background: url("/skin/sub_pages_images/foot-bg.png") no-repeat center;
  padding-top: 35px; }
  .foot-detail .foot-top {
    max-width: 1188px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 45px; }
    .foot-detail .foot-top .top-title {
      font-weight: 500;
      font-size: 23px;
      color: #ffffff;
      margin-bottom: 32px; }
    .foot-detail .foot-top-item .nav-list {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap;
      flex-direction: column;
      column-gap: 76px;
      row-gap: 20px;
      height: 165px; }
      .foot-detail .foot-top-item .nav-list .nav-item {
        font-size: 16px;
        line-height: 17px;
        color: #ffffff;
        text-align: center;
        cursor: pointer; }
    .foot-detail .foot-top-item .list .item {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      margin-bottom: 16px; }
      .foot-detail .foot-top-item .list .item .item-icon {
        width: 23px; }
      .foot-detail .foot-top-item .list .item .txt {
        margin-left: 7px;
        font-size: 17px;
        color: #ffffff;
        line-height: 25px;
        text-align: left;
        font-style: normal;
        text-transform: none; }
    .foot-detail .foot-top-qrcode {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      row-gap: 15px;
      color: #ffffff; }
      .foot-detail .foot-top-qrcode .qrcode {
        width: 146px; }
  .foot-detail .separate {
    width: 100%;
    height: 1px;
    background: #ffffff; }
  .foot-detail .foot-bottom {
    margin-top: 30px;
    padding-bottom: 26px;
    color: #ffffff; }
    .foot-detail .foot-bottom .copyright-info {
      display: flex;
      justify-content: center;
      align-items: center; }
      .foot-detail .foot-bottom .copyright-info .record {
        margin: 0 10px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .foot-detail .foot-bottom .copyright-info .record img {
          margin-right: 5px; }
