.footer-wrap {
  width: 100%;
  background: #707070;
}
.footer-box {
  background: url(../img/common/footer-bg.png) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer-about-box {
  flex-shrink: 0;
  max-width: 5rem;
}
.footer-about {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
.footer-about-p {
  /* margin-left: ; */
}
.footer-about-p p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #383635;
  line-height: 0.28rem;
}
.footer-about-img {
  width: 0.55rem;
  height: 0.55rem;
  border: 0.01rem solid #9F9F9F;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 0.13rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-about-img img {
  max-width: 0.3rem;
  max-height: 0.3rem;
}
/*  */
.footer-nav-box {
  padding: 0.7rem 0;
  display: flex;
  justify-content: space-between;
}
.footer-nav {
  /* margin-left: .55rem; */
  flex: 1;
}
.footer-nav-text {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.18rem;
  color: #333333;
  margin-bottom: 0.25rem;
}
.footer-nav-a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  margin-top: 0.2rem;
  padding-left: 0.13rem;
  position: relative;
}
.footer-nav-a::after {
  content: '';
  width: 0.08rem;
  height: 0.02rem;
  background: #707070;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer-nav-a:hover {
  opacity: 1;
}
/*  */
.footer-flex {
  display: flex;
  justify-content: space-between;
  padding: 0.25rem 0;
  border-top: 0.01rem solid rgba(61, 61, 61, 0.13);
}
.footer-privacy {
  display: flex;
  align-items: center;
}
.footer-privacy a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #515151;
}
.footer-privacy p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #515151;
  padding: 0 0.1rem;
}
.footer-share-box {
  display: flex;
  align-items: center;
  position: relative;
}
.footer-share {
  margin: 0 0.1rem;
}
.footer-share img {
  width: 0.41rem;
  height: 0.41rem;
}
/*  */
.footer-icp {
  width: 100%;
  height: 0.77rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-icp a,
.footer-icp p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
}
/* 悬浮框 */
.floating-wrap {
  position: fixed;
  right: 0.6rem;
  bottom: 10%;
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.floating-wrap .floating-box {
  width: 0.90rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
  border-radius: 1rem 1rem 1rem 1rem;
  padding: 0.15rem 0.07rem;
}
.floating-wrap .floating-box .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.11rem 0;
  border-bottom: 1px solid #E9E9E9;
  cursor: pointer;
  position: relative;
  text-align: center;
}
.floating-wrap .floating-box .item:last-of-type {
  border: none;
}
.floating-wrap .floating-box .item img {
  height: 0.3rem;
}
.floating-wrap .floating-box .item p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #5B5B5B;
  margin-top: 0.05rem;
}
.floating-wrap .footer-totop {
  width: 0.73rem;
  height: 0.73rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
  border-radius: 1rem 1rem 1rem 1rem;
  margin-top: 0.12rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floating-wrap .footer-totop img {
  width: 0.2rem;
}
.footer-cooperation {
  background: url(../../../uploads/1624a50f36f36fd9d3bab96f387744c3.png) no-repeat;
  background-size: cover;
  padding: 0;
  height: 4rem;
}
.footer-cooperation.index-footer .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer-cooperation.index-footer .des {
  text-align: center;
}
.footer-cooperation .box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.footer-cooperation .des {
  text-align: left;
}
.footer-cooperation .des .title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.54rem;
  color: #FFFFFF;
}
.footer-cooperation .des .text {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #FFFFFF;
  margin-top: 0.3rem;
}

.footer-cooperation .bt p {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.2rem;
  color: #FFFFFF;
}
.footer-cooperation .bt img {
  width: 0.17rem;
  height: 0.14rem;
  margin-left: 0.15rem;
}
@media only screen and (max-width:768px){
    .footer-nav{
        display:none;
    }
    /*.footer-cooperation .box{
            flex-direction: column;
            justify-content: center;
    }*/
    .footer-cooperation .des .title{
        font-size: 0.5rem;
    }
    .floating-wrap .floating-box{
            width: 0.8rem;
    }
    .floating-wrap .footer-totop{
            width: 0.8rem;
    height: 0.8rem;
    }
}
