@charset "UTF-8";
/* WX:DereK_Ysx 于2021-09-20编写  */
footer {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.f-a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: .9rem;
  position: relative;
}

.f-a:after {
  content: '';
  width: .02rem;
  height: 2.4rem;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 60%;
  top: .9rem;
}

.f-a .f-ul {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1.5rem;
}

.f-a .f-a-right {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 1.2rem;
}

.f-a .f-li {
  width: 1.6rem;
}

.f-a .f-li-title {
  width: 100%;
  font-family: SourceHanSansCN-Normal;
  line-height: 1.25;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  margin-bottom: .25rem;
}

.f-a .f-list {
  width: 100%;
}

.f-a .f-item {
  width: 100%;
  display: inline-block;
  cursor: pointer;
  font-family: SourceHanSansCN-Normal;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: .15rem;
}

.f-a .f-item:hover {
  font-weight: bold;
  color: #fff;
}

.f-a .f-share {
  width: auto;
}

.f-a .f-share-title {
  width: auto;
  font-family: SourceHanSansCN-Normal;
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: .35rem;
}

.f-a .f-share-list {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-a .f-share-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: .2rem;
  position: relative;
  cursor: pointer;
}

.f-a .f-share-item .f-share-item-icon {
  width: .25rem;
}

.f-a .f-share-item:hover .f-share-wx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-a .f-share-wx {
  width: 1.4rem;
  background-color: #ffffff;
  border-radius: .04rem;
  padding: .1rem;
  display: none;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: -.1rem;
  top: calc(100% + .2rem);
}

.f-a .f-share-wx img {
  width: 1.2rem;
}

.f-a .f-share-wx .f-share-wx-txt {
  width: 100%;
  text-align: center;
  font-family: SourceHanSansCN-Normal;
  line-height: 1.25;
  color: #666666;
}

.f-a .f-share-wx:before {
  content: '';
  display: inline-block;
  background-image: url(../images/37.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: .16rem;
  height: .16rem;
  position: absolute;
  left: .18rem;
  top: -.08rem;
}

.f-a .f-a-right-content {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.f-a .f-logo {
  width: 1.16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: .4rem;
}

.f-a .f-logo img {
  width: 100%;
}

.f-a .f-inf {
  width: auto;
  font-family: SourceHanSansCN-Normal;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: .2rem;
}

.f-b {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f-b .f-left {
  width: 50%;
}

.f-b .f-left-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .1rem;
}

.f-b .f-left-txt {
  font-family: SourceHanSansCN-Normal;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.25;
}

.f-b .f-left-icon-A {
  width: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: .6rem;
}

.f-b .f-left-icon-A img {
  width: 100%;
}

.f-b .f-left-icon-B {
  width: .18rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: .1rem;
}

.f-b .f-left-icon-B img {
  width: 100%;
}

.f-b .f-right {
  width: 50%;
}

.f-b .f-right-lang {
  width: 100%;
  text-align: right;
  font-family: ArialMT;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.5);
}

.f-b .f-right-txt {
  width: 100%;
  text-align: right;
  font-family: SourceHanSansCN-Normal;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.5);
}

.f-b .f-right-txt a {
  margin-left: .3rem;
}

@media (max-width: 1100px) {
  .f-container {
    width: 100%;
    padding: 0 20px;
  }
  .f-a .f-share-item .f-share-item-icon {
    width: 18px;
  }
  .f-a .f-share-item .f-share-wx {
    width: 100px;
  }
  .f-a .f-share-item .f-share-wx img {
    width: 80px;
  }
}

@media (max-width: 900px) {
  .f-a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .f-a:after {
    display: none;
  }
  .f-a .f-ul {
    width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
  }
  .f-a .f-a-right {
    width: 100%;
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .f-a .f-li {
    width: 20%;
  }
  .f-a .f-share {
    margin-bottom: 35px;
  }
  .f-a .f-share-list {
    width: 100%;
  }
  .f-a .f-share-item {
    width: auto;
    margin-right: 20px;
  }
  .f-a .f-share-item-icon {
    width: 20px;
  }
  .f-a .f-a-right-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .f-a .f-logo {
    width: 100px;
  }
  .f-b {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .f-b .f-left {
    width: 100%;
    margin-bottom: 15px;
  }
  .f-b .f-left-item {
    margin-bottom: 10px;
  }
  .f-b .f-left-icon-A {
    width: 40px;
  }
  .f-b .f-left-icon-B {
    width: 16px;
  }
  .f-b .f-right {
    width: 100%;
  }
  .f-b .f-right-lang {
    text-align: left;
  }
  .f-b .f-right-txt {
    text-align: left;
  }
}

@media (max-width: 600px) {
  .f-a .f-ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .f-a .f-li {
    width: 100%;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .f-a .f-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .f-a .f-item {
    width: auto;
    margin-right: 25px;
  }
}
/*# sourceMappingURL=footer.css.map */