@import "common.css";
.footer {
  background: #222222;
}
.footer .top {
  padding: 0.359375rem 0 0.3359375rem;
  display: flex;
  justify-content: space-between;
}
.footer .top .left .logo {
  width: 1.21875rem;
}
.footer .top .left .line {
  width: 0.3359375rem;
  height: 0.0078125rem;
  background: #999999;
  opacity: 0.6;
  margin: 0.1796875rem 0 0.2109375rem;
}
.footer .top .left .contact {
  font-size: 0.125rem;
  color: #ffffff;
}
.footer .top .left .contact i {
  font-size: 0.140625rem;
  margin-right: 0.0625rem;
}
.footer .top .left .btn {
  margin-top: 0.2265625rem;
  width: 1.2734375rem;
  height: 0.375rem;
  background: var(--pc-aspect-btn-bg);
  color: var(--pc-aspect-btn-text);
  border-radius: 0.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0.125rem;
  transition: all 0.3s;
}
.footer .top .left .btn:hover {
  opacity: 0.7;
}
.footer .top .left .btn i {
  font-size: 0.046875rem;
  margin-left: 0.0625rem;
}
.footer .top .mid {
  display: flex;
}
.footer .top .mid .list {
  width: 0.78125rem;
  margin-right: 0.4296875rem;
}
.footer .top .mid .list:last-child {
  margin-right: 0;
}
.footer .top .mid .list .title {
  font-size: 0.140625rem;
  color: var(--pc-theme-color);
  margin-bottom: 0.28125rem;
}
.footer .top .mid .list .item {
  margin-bottom: 0.2109375rem;
  font-size: 0.125rem;
  color: var(--pc-footer-text-color);
  cursor: pointer;
  transition: all 0.3s;
}
.footer .top .mid .list .item:hover {
  color: var(--pc-footer-text-active-color);
}
.footer .top .mid .list .item:last-child {
  margin-bottom: 0;
}
.footer .top .right {
  display: flex;
}
.footer .top .right .item {
  margin-left: 0.4296875rem;
}
.footer .top .right .item .pic {
  width: 1.25rem;
  height: 1.25rem;
}
.footer .top .right .item .name {
  margin-top: 0.234375rem;
  font-size: 0.140625rem;
  color: #ffffff;
  text-align: center;
}
.footer .bottom {
  padding: 0.1171875rem 0 0.1328125rem;
  border-top: 0.0078125rem solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.109375rem;
}
.footer .bottom .emblem {
  width: 0.109375rem;
  height: 0.125rem;
  margin-left: 0.1953125rem;
  margin-right: 0.0625rem;
}
.footer .mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer .mask .popup {
  width: 5.1015625rem;
  background: #ffffff;
  border-radius: 0.09375rem;
  padding: 0.3125rem 0.2734375rem 0.3515625rem;
}
.footer .mask .popup .title {
  position: relative;
  font-weight: 500;
  font-size: 0.1875rem;
  color: #333333;
  text-align: center;
}
.footer .mask .popup .title i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.1875rem;
  cursor: pointer;
  transition: all 0.3s;
}
.footer .mask .popup .title i:hover {
  color: var(--main-color);
}
.footer .mask .popup .form {
  margin-top: 0.3125rem;
  display: grid;
  grid-template-columns: 1.796875rem 2.5859375rem;
  column-gap: 0.171875rem;
  row-gap: 0.1875rem;
}
.footer .mask .popup .form .input {
  width: 100%;
  height: 0.4296875rem;
  background-color: #f7f7f7;
  padding: 0 0.1484375rem;
  border: 0.0078125rem solid #f7f7f7;
  font-size: 0.125rem;
  outline: none;
  transition: all 0.3s;
}
.footer .mask .popup .form .input::placeholder {
  color: #999;
}
.footer .mask .popup .form .input:hover {
  border-color: rgba(153, 153, 153, 0.4);
}
.footer .mask .popup .form .input:focus {
  border-color: rgba(153, 153, 153, 0.4);
}
.footer .mask .popup .form .input.textarea {
  grid-column-start: 1;
  grid-column-end: 3;
  height: 1.328125rem;
  padding: 0.1484375rem;
  font-family: auto;
  resize: none;
}
.footer .mask .popup .btn {
  width: 2.4296875rem;
  height: 0.421875rem;
  border: 0.0078125rem solid var(--pc-linear-btn-bg);
  margin: 0.234375rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.125rem;
  color: var(--pc-linear-btn-text);
  cursor: pointer;
  transition: all 0.3s;
}
.footer .mask .popup .btn:hover {
  background-color: var(--pc-aspect-btn-bg);
  border-color: var(--pc-aspect-btn-bg);
  color: var(--pc-aspect-btn-text);
}
.footer .mask .popup .btn i {
  font-size: 0.046875rem;
  margin-left: 0.09375rem;
}
@media screen and (max-width: 768px) {
  .footer .mb-top .logo {
    padding: 0.8rem 0.56rem 0.76rem;
  }
  .footer .mb-top .logo img {
    width: 3.62rem;
    height: 1.16rem;
  }
  .footer .mb-top .info {
    padding: 0.94rem 0.56rem 0.92rem;
    border-top: 0.02rem solid rgba(255, 255, 255, 0.3);
  }
  .footer .mb-top .info .contact {
    font-size: 0.56rem;
    color: #ffffff;
  }
  .footer .mb-top .info .contact:last-child {
    margin-top: 0.58rem;
  }
  .footer .mb-top .info .contact i {
    font-size: 0.56rem;
    margin-right: 0.26rem;
  }
  .footer .mb-top .info .btn {
    width: 4.46rem;
    height: 1.2rem;
    background: var(--pc-aspect-btn-bg);
    color: var(--pc-aspect-btn-text);
    border-radius: 0.58rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.44rem;
  }
  .footer .mb-top .info .btn i {
    font-size: 0.16rem;
    margin-left: 0.3rem;
  }
  .footer .mb-top .info .code {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.92rem;
  }
  .footer .mb-top .info .code .line {
    width: 0.02rem;
    height: 4.12rem;
    margin: 0 1.48rem;
    background: rgba(255, 255, 255, 0.3);
  }
  .footer .mb-top .info .code .item .pic {
    width: 4.34rem;
    height: 4.34rem;
  }
  .footer .mb-top .info .code .item .name {
    margin-top: 0.4rem;
    font-size: 0.56rem;
    color: #ffffff;
    text-align: center;
  }
  .footer .bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.46rem 0 0.5rem !important;
    border-top: 0.02rem solid rgba(255, 255, 255, 0.2) !important;
    font-size: 0.46rem !important;
  }
  .footer .bottom .emblem {
    width: 0.38rem !important;
    height: 0.44rem !important;
    margin-left: 0.72rem !important;
    margin-right: 0.2rem !important;
  }
  .footer .mask {
    justify-content: flex-end;
  }
  .footer .mask .popup {
    width: 100%;
    border-radius: 0.96rem 0.96rem 0 0;
    padding: 1.14rem 0.92rem 1.1rem;
  }
  .footer .mask .popup .title {
    font-size: 0.84rem;
    text-align: left;
  }
  .footer .mask .popup .title i {
    font-size: 0.98rem;
  }
  .footer .mask .popup .form {
    margin-top: 0.96rem;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 0.8rem;
  }
  .footer .mask .popup .form .input {
    width: 100%;
    height: 1.84rem;
    padding: 0 0.54rem;
    font-size: 0.56rem;
  }
  .footer .mask .popup .form .input.textarea {
    height: 5.48rem;
    padding: 0.6rem 0.54rem;
  }
  .footer .mask .popup .btn {
    width: 100%;
    height: 1.68rem;
    border: 0.02rem solid var(--pc-aspect-btn-bg);
    background-color: var(--pc-aspect-btn-bg);
    color: var(--pc-aspect-btn-text);
    margin: 0.8rem auto 0;
    font-size: 0.56rem;
  }
  .footer .mask .popup .btn i {
    font-size: 0.16rem;
    margin-left: 0.16rem;
  }
}
/*# sourceMappingURL=site_footer.css.map */