@charset "UTF-8";

/**设置cssfun方法**/
.footer {
  background: #F8F9FA;
  padding: 40px 0 85px;
}

.footer .footer_logoBox {
  margin: 0 0 30px 0;
  text-align: left;
}

.footer .wrap .footer_logoBox img {
  width: 63px;
}

.footer .wrap div:nth-of-type(2) {
  height: 1px;
  background: #B0B0B0;
}

.footer .wrap h2 {
  font-size: 36px;
  color: #202124;
  font-weight: 500;
  margin: 20px 0;
}

.footer .wrap p {
  font-size: 16px;
  font-weight: 300;
  color: #5f6368;
  line-height: 26px;
}

.footer .module_footer {
  display: flex;
  max-width: 1300px;
  margin: 85px auto 0;
}

.footer .module_footer .module_footer_content {
  display: flex;
}

.footer .module_footer .module_footer_content .module_footer_content_title {
  margin-right: 142px;
}

.footer .module_footer .module_footer_content .module_footer_content_title li {
  display: block;
  cursor: pointer;
  font-size: 16px;
  padding: 8px 0;
}

.footer .module_footer .module_footer_content .module_footer_content_title a {
  color: #5f6368;
}

.footer .module_footer .module_footer_content .module_footer_content_title p {
  font-size: 18px;
  line-height: 32px;
  color: #616161;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer .module_footer .module_footer_content .module_footer_content_title a:hover {
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.9);
}

.footer .module_footer .module_footer_code img {
  width: 100px;
  border: 1px solid #ccc;
  display: block;
  margin: 0 auto 10px;
}

.footer .module_footer .module_footer_code .module_footer_code_des {
  text-align: center;
  line-height: 20px;
  color: #5f6368;
}

.copyRight {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #3c4043;
  background: #fff;
}

.copyRight div {
  margin-left: 20px;
}

.copyRight div a {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #3c4043;
}

.copyRight div a p {
  margin-left: 5px;
}

@media screen and (max-width: 1440px) {
  .footer .module_footer {
    width: calc(100% - 200px);
  }

  .footer .module_footer .module_footer_content .module_footer_content_title {
    margin-right: 85px;
  }
}

@media screen and (max-width: 750px) {
  .footer {
    padding: 5.33333vw 0 11.33333vw;
  }

  .footer .wrap div:first-of-type {
    margin: 0 0 3.46667vw 0;
  }

  .footer .wrap div:first-of-type img {
    width: 8.13333vw;
  }

  .footer .wrap div:nth-of-type(2) {
    height: 0.13333vw;
  }

  .footer .wrap h2 {
    font-size: 5.33333vw;
    margin: 2.66667vw 0;
  }

  .footer .wrap p {
    font-size: 3.2vw;
    color: #202124;
    line-height: 5.33333vw;
  }

  .footer .module_footer {
    width: 100%;
    padding: 0 5.33333vw;
    display: flex;
    flex-direction: column;
    margin: 0vw auto;
  }

  .footer .module_footer .module_footer_content {
    display: flex;
    flex-direction: column;
  }

  .footer .module_footer .module_footer_content .module_footer_content_title {
    margin-right: 0px;
  }

  .footer .module_footer .module_footer_content .module_footer_content_title li {
    padding: 6px 0;
  }

  .footer .module_footer .module_footer_content .module_footer_content_title a {
    cursor: pointer;
    font-size: 3.2vw;
  }

  .footer .module_footer .module_footer_content .module_footer_content_title p {
    font-size: 4vw;
    line-height: 8vw;
    margin-top: 5.33333vw;
    margin-bottom: 0px;
  }

  .footer .module_footer .module_footer_code {
    margin-top: 8vw;
  }

  .footer .module_footer .module_footer_code img {
    width: 20vw;
    border: 1px solid #ccc;
    display: block;
    margin: inherit;
  }

  .footer .module_footer .module_footer_code .module_footer_code_des {
    text-align: inherit;
    line-height: 4.66667vw;
    margin-top: 1.33333vw;
    font-size: 3.2vw;
  }

  .copyRight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    line-height: 20px;
  }

  .copyRight div {
    margin-left: 0;
  }
}