﻿#foot {
  width: 100%;
  height: 620px;
  background-color: #061824;
  display: flex;
  justify-content: center;
  padding: 130px 0 50px;
}

.foot_container {
  width: 1440px;
}

.foot_container .foot_content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 94px;
}

.foot_container .footer_logo {
  width: 467px;
  height: 77px;
  margin-bottom: 100px;
}

.foot_container .footer_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.foot_container .footer_erweima {
  width: 467px;
  display: flex;
  justify-content: space-between;
}

.foot_container .footer_erweima .footer_erweima_item {
  width: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.foot_container .footer_erweima img {
  width: 110px;
  height: 110px;
  margin-bottom: 10px;
}

.foot_container .footer_erweima p {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  white-space: nowrap;
}

.foot_container .footer_mobile_contact {
  display: none;
}

.foot_container .footer_pc_menu {
  max-width: 850px;
  display: flex;
}

.foot_container .footer_pc_menu * {
  white-space: nowrap;
}

.foot_container .footer_pc_menu .footer_ul {
  display: flex;
}

.foot_container .footer_pc_menu .footer_ul > li {
  margin-right: 50px;
}

.foot_container .footer_pc_menu .footer_ul > li ul li {
  margin-bottom: 20px;
}

.foot_container .footer_pc_menu .footer_ul > li ul li a {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  position: relative;
}

.foot_container .footer_pc_menu .footer_ul > li ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.3s;
}

.foot_container .footer_pc_menu .footer_ul > li ul li a:hover::before {
  width: 100%;
}

.foot_container .footer_pc_menu .footer_ul > li > a {
  display: block;
  font-size: 20px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 28px;
  margin-bottom: 20px;
  transition: all 0.3s;
}

.foot_container .footer_pc_menu .footer_contact {
  max-width: 210px;
}

.foot_container .footer_pc_menu .footer_contact span {
  display: block;
  font-size: 20px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 28px;
  margin-bottom: 20px;
}

.foot_container .footer_pc_menu .footer_contact p {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  margin-bottom: 20px;
  white-space: nowrap;
}

.foot_container .copyright {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.foot_container .copyright * {
  font-size: 14px;
  font-family: MiSans-Regular, MiSans;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px;
  -webkit-background-clip: text;
}

.foot_container .copyright .site_gwa {
  display: flex;
  align-items: center;
}

.foot_container .copyright .site_gwa img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

.foot_container .copyright_mobile {
  display: none;
}

@media screen and (max-width: 1750px) {
  .foot_container .footer_pc_menu .footer_contact p {
    font-size: 14px;
  }
}

@media screen and (max-width: 1650px) {
  .foot_container .footer_pc_menu .footer_contact p {
    white-space: pre-wrap;
  }
}

@media screen and (max-width: 767px) {
  #foot {
    background-color: #141414;
    height: auto;
    padding: 0;
  }
  .foot_container {
    width: 100%;
  }
  .foot_container .foot_content {
    width: 100%;
    margin-bottom: 0;
    display: block;
  }
  .foot_container .footer_publicity {
    padding: 0 16rem;
  }
  .foot_container .footer_publicity .footer_logo {
    width: 180rem;
    height: 30rem;
    margin-top: 20rem;
    margin-bottom: 10rem;
  }
  .foot_container .footer_publicity .footer_mobile_contact {
    display: block;
    border-top: 1rem solid #333;
    border-bottom: 1rem solid #333;
    padding: 24rem 0;
  }
  .foot_container .footer_publicity .footer_mobile_contact .mobile_item span {
    font-size: 11rem;
    font-family: PingFang SC-Light, PingFang SC;
    font-weight: 300;
    color: #AAAAAA;
    line-height: 11rem;
    -webkit-background-clip: text;
  }
  .foot_container .footer_publicity .footer_mobile_contact .mobile_item p {
    margin-top: 8rem;
    font-size: 14rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22rem;
    -webkit-background-clip: text;
  }
  .foot_container .footer_publicity .footer_erweima {
    padding: 24rem;
    width: 100%;
  }
  .foot_container .footer_publicity .footer_erweima .footer_erweima_item {
    width: 54rem;
  }
  .foot_container .footer_publicity .footer_erweima .footer_erweima_item img {
    width: 54rem;
    height: 54rem;
    margin-bottom: 8rem;
  }
  .foot_container .footer_publicity .footer_erweima .footer_erweima_item p {
    font-size: 20rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20rem;
    -webkit-background-clip: text;
    transform: scale(0.5);
  }
  .foot_container .footer_pc_menu {
    display: none;
  }
  .foot_container .copyright {
    display: none;
  }
  .foot_container .copyright_mobile {
    padding: 24rem 24rem 26rem;
    background-color: #1D1E22;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .foot_container .copyright_mobile a {
    color: #aaa;
  }
  .foot_container .copyright_mobile .site_gwa {
    display: flex;
    align-items: center;
  }
  .foot_container .copyright_mobile .site_gwa img {
    width: 14rem;
    height: 14rem;
    margin-right: 5rem;
  }
  .foot_container .copyright_mobile > * {
    font-size: 11rem;
    font-family: PingFang SC-Light, PingFang SC;
    font-weight: 300;
    color: #AAAAAA;
    line-height: 11rem;
    text-align: center;
    margin-bottom: 10rem;
  }
  .foot_container .copyright_mobile img {
    display: block;
    width: 12rem;
    height: 12rem;
  }
}

@media screen and (max-width: 540rem) {
  .erweima img {
    margin: 0 auto;
    height: 40px;
    width: 40px;
  }
  .erweima p {
    font-size: 10px;
  }
}

@media screen and (max-width: 370px) {
  .foot_container .copyright .copyright_infomation {
    margin-bottom: 10rem;
  }
  .foot_container .copyright .site_license_number {
    position: static;
    text-align: center;
  }
  .foot_container .copyright .site_license_text {
    position: static;
    top: 64rem;
  }
}