html {
  font-size: 100px !important;
}

.footer-top {
  margin: 0 auto;
  display: flex;
  padding-top: 0.3rem;
  width: 14rem;
  padding-bottom: 0.15rem;
  /*height: 0.95rem;*/
}
.footer-top .footer-top-left {
  margin-left: 1.11rem;
  font-size: 0.16rem;
  font-weight: bold;
  color: #244a9b;
}
.footer-top .footer-top-right {
  margin-top: -0.06rem;
  display: flex;
  flex-wrap: wrap;
  width: 10.88rem;
}
.footer-top .footer-top-right .item {
  margin-left: 0.15rem;
  font-weight: bold;
  color: #666666;
  line-height: 1.8;
  font-size: 0.14rem;
}
.footer-top .footer-top-right .item:first-child {
  margin-left: 0;
}
.footer-top .footer-top-right .item:nth-child(10) {
  margin-left: 0;
}
.footer-wrap {
  width: 100%;
  /*height: 2.87rem;*/
  background: #000000;
}

.footer-box {
  margin: 0 auto;
}

.footer-flex {
  padding: 0.7rem 0;
  padding: 0.42rem 0 0.34rem;
  display: flex;
  justify-content: space-between;
}

.footer-right {
  /* width: 5.6rem; */
  /*margin-left: 2.53rem;*/
  /*flex-shrink: 0;*/
  /*background: red;*/
}

.footer-logo {
  width: 2.2rem;
}

.footer-logo img {
  width: 100%;
}

.footer-about-wrap {
  display: flex;
  margin-top: 0.02rem;
  /* margin-top: 0.3rem; */
}

.footer-code {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  margin-left: 0.15rem;
}


.footer-code img {
  width: 1rem;
  height: 1rem;
}

.footer-code p {
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ccc;
  margin-top: 0.12rem;
}

.footer-about-box {
  flex: 1;
  margin-left: 0.2rem;
}

.footer-about-p {
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0.1rem;
  overflow: hidden;
  display: flex;
  font-size: 0.14rem;
  line-height: 0.26rem;
}

.footer-about-p img {
  width: 0.26rem;
  height: 0.26rem;
  flex-shrink: 0;
  margin-right: 0.1rem;
}

.footer-share-box {
  display: flex;
  margin-top: 0.16rem;
}

.footer-share {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.15rem;
  cursor: pointer;
}

.footer-share img {
  width: 100%;
  height: 100%;
}

/*  */
.footer-nav-box {
  display: flex;
  flex: 1;
  /* margin-left: 3.29rem; */
  justify-content: space-between;
  /* padding-top: 0.15rem; */
  /*width: 8.57rem;*/
  /*background: pink;*/
  margin-right: 1.5rem;
}

/* .footer-nav {
  margin-left: 0.55rem;
} */

.footer-nav-text {
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  /*font-weight: 600;*/
  color: #eee;
  margin-bottom: 0.25rem;
}

.footer-nav-a {
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #eee;
  margin-top: 0.17rem;
  opacity: 0.85;
}

.footer-nav-a:hover {
  opacity: 1;
}

/*  */
.footer-icp {
  width: 100%;
  height: 0.56rem;
  border-top: 0.01rem solid #eeeeee;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
}

.footer-icp a,
.footer-icp p {
  font-size: 0.14rem;

  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  line-height: 0.28rem;
}

/* 悬浮框 */
.floating-wrap {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.floating-box {
  padding: 0 0.1rem;
  margin: 0.05rem 0;
}

.floating {
  width: 0.8rem;
  height: 0.8rem;
  background: #ececec;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.floating:hover {
  background: #ffffff;
  box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0, 0, 0, 0.1);
}

.floating-icon {
  height: 0.5rem;
}

.floating-double {
  position: absolute;
  top: 0;
  right: 0.9rem;
  padding: 0.25rem 0.18rem;
  background: #ffffff;
  box-shadow: 0rem 0rem 0.04rem 0.01rem rgba(0, 0, 0, 0.1);
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  display: none;
}

.floating-double-img {
  width: 1.64rem;
  margin-bottom: 0.3rem;
}

.floating-double-img img {
  width: 100%;
  height: auto;
}

.floating-double-img:last-of-type {
  margin-bottom: 0;
}

.floating-box:hover .floating-double {
  display: block;
}
