@charset "UTF-8";
/* WX:DereK_EasH 于2025-07-13编写  */
footer {
  width: 100%;
  background-color: #000000;
}

.f-container {
  width: 14rem;
  margin: 0 auto;
}

.f-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.45rem;
  padding-bottom: 0.35rem;
  position: relative;
}
.f-head .f-logo {
  width: 1.48rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-head .f-logo img {
  width: 100%;
}
.f-head .f-link {
  width: auto;
  display: flex;
  align-items: center;
}
.f-head .f-link-item {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333333;
  border-radius: 50%;
  margin-left: 0.4rem;
  overflow: hidden;
  cursor: pointer;
}
.f-head .f-link-item:hover {
  background-image: linear-gradient(to right, #2bb9e4, #8fd776);
  color: transparent;
}
.f-head .f-link-item:hover .f-link-item-icon {
  transform: scale(1.1);
}
.f-head .f-link-item:hover .f-link-mask {
  display: flex;
}
.f-head .f-link-item-icon {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.f-head .mask-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.1rem;
}
.f-head .mask-img img {
  width: 100%;
}
.f-head .mask-title {
  font-weight: bold;
  color: #000000;
}
.f-head #xiaohongshu .f-link-mask {
  width: 1.26rem;
  background-color: #ffffff;
  border: solid 1px #3c3c3c;
  position: absolute;
  top: -1.12rem;
  right: auto;
  padding: 0.08rem;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.f-head #xiaohongshu:hover .f-link-mask {
  display: flex;
}
.f-head #gongzhonghao .f-link-mask {
  width: 1.26rem;
  background-color: #ffffff;
  border: solid 1px #3c3c3c;
  position: absolute;
  top: -1.12rem;
  right: auto;
  padding: 0.08rem;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.f-head #gongzhonghao:hover .f-link-mask {
  display: flex;
}
.f-head #shipinhao .f-link-mask {
  width: 1.26rem;
  background-color: #ffffff;
  border: solid 1px #3c3c3c;
  position: absolute;
  top: -1.4rem;
  right: auto;
  padding: 0.08rem;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.f-head #shipinhao:hover .f-link-mask {
  display: flex;
}

.f-main {
  width: 100%;
  border-top: solid 1px #4d4d4d;
  padding: 0.3rem 0;
  display: flex;
}
.f-main .f-list {
  width: 11.1rem;
  display: flex;
  padding-top: 0.5rem;
}
.f-main .f-item {
  width: 20%;
}
.f-main .f-item-title {
  width: 100%;
  font-weight: bold;
  color: #ffffff;
  display: block;
  margin-bottom: 0.3rem;
  cursor: pointer;
}
.f-main .f-ul {
  width: 100%;
}
.f-main .f-li {
  width: 100%;
  line-height: 2.25;
  color: #ffffff;
  opacity: 0.5;
  display: inline-block;
  padding-right: 0.12rem;
  cursor: pointer;
}
.f-main .f-li:hover {
  font-weight: bold;
  color: #23B75E;
  opacity: 1;
}
.f-main .f-contactUs {
  width: calc(100% - 11.1rem);
  padding-left: 1.05rem;
  border-left: solid 1px #4d4d4d;
  padding-top: 0.5rem;
}
.f-main .f-contactUs-title {
  width: 100%;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0.3rem;
}
.f-main .f-inf {
  width: 100%;
  line-height: 1.625;
  color: #ffffff;
  opacity: 0.5;
}
.f-main .f-more {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0.38rem;
}
.f-main .f-more .more {
  width: auto;
  display: flex;
  align-items: center;
  background-image: linear-gradient(270deg, #8ed677 0%, #1e87c9 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
  padding: 0.14rem 0;
  padding-left: 0.2rem;
  padding-right: 0.12rem;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}
.f-main .f-more .more:before {
  content: "";
  width: 0;
  height: 100%;
  background-image: linear-gradient(270deg, #8ed677 0%, #1e87c9 100%), linear-gradient(#000000, #000000);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.8s;
}
.f-main .f-more .more:hover:before {
  width: 100%;
}
.f-main .f-more .more-txt {
  font-weight: bold;
  color: #ffffff;
  position: relative;
}
.f-main .f-more .more-icon {
  width: 0.28rem;
  margin-left: 0.38rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.f-main .f-more .more-icon img {
  width: 100%;
}

.f-foot {
  width: 100%;
  padding: 0.2rem 0;
  border-top: solid 1px #4d4d4d;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.f-foot .f-left {
  width: auto;
  line-height: 1.5;
  color: #ffffff;
  opacity: 0.5;
}
.f-foot .f-right {
  width: auto;
  display: flex;
  align-items: center;
}
.f-foot .f-right-txt {
  width: auto;
  color: #ffffff;
  opacity: 0.5;
  cursor: pointer;
}
.f-foot .f-right-txt:hover {
  font-weight: bold;
  opacity: 1;
  background-image: linear-gradient(to right, #2bb9e4, #8fd776);
  -webkit-background-clip: text;
  color: transparent;
}
.f-foot .f-line {
  width: auto;
  color: #ffffff;
  opacity: 0.5;
  margin: 0 0.16rem;
}

@media (max-width: 1400px) {
  .f-head .f-link-item {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1200px) {
  .f-container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .f-main .f-list {
    width: 13rem;
  }
  .f-main .f-contactUs {
    width: calc(100% - 13rem);
    padding-left: 0.6rem;
  }
}
@media (max-width: 900px) {
  .f-main {
    flex-direction: column;
  }
  .f-main .f-list {
    width: 100%;
    flex-direction: column;
  }
  .f-main .f-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .f-main .f-item-title {
    width: 100%;
    margin-right: 20px;
  }
  .f-main .f-ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .f-main .f-li {
    width: auto;
    line-height: 1;
    margin-bottom: 0.3rem;
    margin-right: 20px;
  }
  .f-main .f-contactUs {
    width: 100%;
    padding-left: 0;
    border: none;
  }
}
@media (max-width: 600px) {
  .f-foot {
    flex-direction: column;
  }
  .f-foot .f-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .f-foot .f-right {
    width: 100%;
  }
}