.footer-wrap {
    width: 100%;
    /*background: rgba(40, 65, 134, 0.05)*/
    background: #fff;
}

.footer-box {
    margin: 0 auto;
    padding: 0.8rem 0;
}

.footer-about-box {
    flex-shrink: 0;
}

.footer-logo {
    /*padding-top: 0.15rem;*/
}

.footer-logo img {
    height: 0.4rem;
    width: auto;
}

.footer-about-list-box {
    margin-top: 0.4rem;
    display: flex;
    justify-content: space-between;
}

.footer-about-list {}

.footer-about {
    margin-bottom: 0.25rem;
    display: flex;
    align-items: center;
}

/* .footer-about:nth-child(2n) {
    width: calc(50% - 0.6rem);
    margin-left: 0.6rem;
} */
.footer-about-img {
    display: flex;
    align-items: center;
}

.footer-about-img p {
    margin-left: 0.2rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.footer-about img {
    width: 0.32rem;
    height: 0.32rem;
    flex-shrink: 0;
    margin-right: 0.2rem;
}

.footer-about p {
    font-size: 0.22rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666;
    /*margin-left: 0.2rem;*/
}




.footer-plat-icon {
    display: flex;
    margin-top: 0.16rem;
}

.footer-plat-icon-a {
    margin-right: 0.3rem;
    cursor: pointer;
    position: relative;
}

.footer-plat-icon-a:last-of-type {
    margin-right: 0;
}

.footer-plat-icon-a img {
    width: 0.6rem;
    height: 0.6rem;

}

.footer-plat-icon2 {
    display: none;
}

.footer-plat-icon-a:hover .footer-plat-icon1 {
    display: none;
}

.footer-plat-icon-a:hover .footer-plat-icon2 {
    display: block;
}
.footer-plat-icon-a:hover .plat-code {
    display: block;
}

.plat-code {
    width: 1rem;
    height: 1rem;
    position: absolute;
    z-index: 10;
    bottom: 0.75rem;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 4px 10px 0px rgb(80 80 80 / 20%);
    display: none;
}

.plat-code img {
    width: 1rem;
    height: 1rem;
    position: relative;
    z-index: 2;
}

.plat-code::after {
    position: absolute;
    width: 0.15rem;
    height: 0.15rem;
    background: #fff;
    box-shadow: 5px 5px 13px 0px rgb(80 80 80 / 20%);
    content: "";
    display: block;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -0.075rem;
    bottom: -0.075rem;
    /* right: -0.075rem; */
    transform: rotateZ(-45deg);
}


.footer-nav-wrap {
    display: flex;
    justify-content: space-between;
}

.footer-nav-box {
    display: flex;
}

.footer-nav {
    margin-left: 0.94rem;
}

.footer-nav-title {
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    padding-bottom: 0.2rem;
    position: relative;
}

.footer-nav-title::after {
    content: '';
    width: 0.4rem;
    height: 0.04rem;
    background: #94C33A;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer-nav-list {}

.footer-nav-a {
    margin-top: 0.2rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.footer-nav-a:hover {
    color: #000;
}


.footer-code p {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-top: 0.2rem;
}

.footer-icp {
    width: 100%;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #284186;
}

.footer-icp,.footer-icp a {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;

}


/* 侧边栏 */
/* 右侧悬浮 */
._tool-bar {
    position: fixed;
    /* right: 0.2rem; */
    right: 20px;
    /* top: 55%; */
    bottom: 1rem;
    /* transform: translateY(-50%); */
    z-index: 9999;
}

._tool-oval-info {
    width: 0.6rem;
    color: #fff;
    display: flex;
    padding: 0.1rem;
    box-sizing: border-box;
    background: linear-gradient(0deg, #c6e291 0%, #8dc12d 100%);
    border-radius: 3px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 12px;
    margin-bottom: 10px;
}

._tool-oval-info .xf-icon {
    width: 18px;
    margin-bottom: 5px;
}

._tool-oval-info-p span {
    font-size: 12px;
    display: block;
    text-align: center;
}

._tool-oval-info:hover {
    box-shadow: 0px 4px 10px 3px rgba(80, 80, 80, 0.2);
}




.footer-sidebar {
    width: 0.6rem;
    height: 0.6rem;
    cursor: pointer;
    margin: 0rem auto;
}

.wachat-box {
    position: relative; display:block;
    background: #94C339;
    padding:0 0.08rem 0.08rem;
    margin-bottom: 0.2rem;
    box-shadow: 0px 4px 10px 0px rgba(80, 80, 80, 0.2);
}
#totop{
    background: #CCCCCC;
    padding-top: 0.08rem;
}
.wachat-box p{
    text-align: center;
    color: #fff;
    font-size: 0.12rem;
    
}

.qrcode-box-wrap {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(80, 80, 80, 0.2);
    border-radius: 3px;
    padding: 0.1rem;
    box-sizing: border-box;
    display: none;
    margin-right: 120%;
    cursor: pointer;
    
}

.qrcode-box-wrap::before {
    position: absolute;
    width: 0.4rem;
    height: 100%;
    content: "";
    top: 0;
    right: -0.3rem;
    display: block;
    z-index: 10;
}

.qrcode-box-wrap::after {
    position: absolute;
    width: 0.15rem;
    height: 0.15rem;
    background: #fff;
    box-shadow: 5px 5px 13px 0px rgba(80, 80, 80, 0.2);
    content: "";
    display: block;
    top: 50%;
    margin-top: -0.075rem;
    right: -0.075rem;
    transform: rotateZ(-45deg);
}

.qrcode-box {
    width: 1.8rem;
}

.qrcode-box img {
    max-width: 100%;
}

.qrcode-tip {
    text-align: center;
    color: #666;
    font-size: 0.14rem;
    margin-top: 0.1rem;
    line-height: 0.3rem;
}
.qrcode-tip span{
    color: #666;
    font-size: 0.14rem;
}
.phone-box {}

.phone-box p {
    text-align: center;
    color: #666;
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
}

.phone-box p:last-of-type {
    color: #94C33A;
}













/*==============H5==============*/
@media screen and (max-width: 1024px) {
  .footer-box {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column-reverse;
  }


  /* 底部关于信息 */
  .footer-des-wrap {
    flex-direction: column;
  }
  .footer-about-box {
    margin-right: 0;
    margin-top: 30px;
  }

  .footer-logo img {
    margin: 0 auto;
  }
  .footer-about-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    margin-top: 20px;
    width: 100%;
  }
  
  .footer-plat-icon {
      justify-content: center;
  }
.footer-about {
    justify-content: center;
}
  .footer-about:nth-child(2n) {
    margin: 0;
    width: 100%;
  }
  .footer-about {
    margin: 10px 0;
    width: 100%;
  }

  .footer-about p {
    font-size: 12px;
  }
  .footer-plat-box {
    padding-top: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
  }
  .footer-plat-top {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-plat-bottom {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-plat-text {
    font-size: 12px;
    margin-bottom: 10px;
  }

  


  /* 底部导航链接  开始*/
  .footer-nav-wrap {
    flex-direction: column-reverse;
    padding-top: 0;
  }
  .footer-nav-box {
    justify-content: space-around;
  }
  .footer-nav {
    margin: 0;
  }
  .footer-nav-title {
    font-size: 14px;
  }
  .footer-nav-list {
    margin-top: 15px;
  }
  .footer-nav-a {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .footer-code p {
    font-size: 12px;
  }
  
  
  .footer-about-list-box {
      margin-top: 0;
  }
  /* 底部导航链接  结束 */
}
