* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #333;
}

ul,
ol {
  list-style: none;
}

image {
  border: none;
}

input,
textarea {
  outline: none;
  border: none;
  background-color: transparent;
}

svg {
  vertical-align: middle;
}

.wrapper {
  margin: 0 auto;
}

/* 底部 */

.foot {
  height: 16.4rem;
  background-color: #676966;
}

.foot_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.foot_top li a {
  display: inline-block;
  padding: 1.5rem 0;
  font-weight: 500;
  font-size: .8rem;
  color: #FFFFFF;
}

.foot_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.foot_bottom .logo {
  width: 11.1rem;
  height: 1.7rem;
  margin-top: .8rem;
  margin-bottom: .6rem;
}

.foot_bottom p {
  font-size: 0.8rem;
  margin: 0 0 .4rem 0;
  color: #D0D0D0;
}

.qr_code {
  display: flex;
  justify-content: flex-end;
  font-size: .8rem;
  color: #fff;
}

.qr_code div:first-child {
  margin-right: 3rem;
}

.qr_code img {
  width: 6.45rem;
  height: 6.45rem;
  background-color: #D9D9D9;
  margin-bottom: .4rem;
}


@media (max-width: 991px) {
  html {
    font-size: 10px;
  }

  /* 带返回和标题的头部 */
  .page_header {
    position: relative;
    height: 6.6rem;
    width: 100%;
  }

  .page_header .icon {
    position: absolute;
    top: 2.465rem;
    left: 2.2rem;
  }

  .page_header .title {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 1.6rem;
    color: #C7000B;
    opacity: 0.9;
  }

  /* 主体 */
  .main_cotainer {
    width: 100%;
    height: 100%;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    background: #f7f7f7;
  }

  .main {
    height: 100%;
    background-color: #fff;
  }

  .main a {
    z-index: 10;
  }

  /* 底部 */
  .foot {
    height: 38.4rem;
  }

  .foot .wrapper {
    width: 37.5rem;
  }

  .foot_top {
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 9.4rem;
    padding: 0 2rem;
    align-items: center;
  }

  .foot_top li a {
    padding: 0 1.8rem;
    border-right: 1px solid #999;
  }

  .foot_top li:first-child a,
  .foot_top li:nth-child(5) a {
    padding-left: 0;
  }

  .foot_bottom {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .foot_bottom>div {
    padding: 0 2rem;
  }

  .qr_code {
    box-sizing: border-box;
    height: 9.2rem;
    width: 37.5rem;
    justify-content: flex-start;
    background-color: #7F827E;
  }

  .qr_code>div {
    width: 10.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .qr_code img {
    width: 5.2rem;
    height: 5.2rem;
  }

  .foot_bottom .logo {
    width: auto;
    height: auto;
    margin-top: 2rem;
    margin-bottom: 1.2rem;
  }

  .foot_bottom .logo img {
    width: 17.2rem;
    height: 2.6rem;
  }

  .foot_bottom p {
    margin: 0;
  }
}