.footer {
  margin-top: 0.6rem;
}

.footer .col {
  float: none;
  margin: 0 auto;
}

.footer .footer-content {
  padding: 0.3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px dashed #9a9a9a;
  border-bottom: 1px dashed #9a9a9a;
}

.footer .footer-content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer .footer-content .flex .flex-content {
  width: 82%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer-content .flex .left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 0.4rem;
}

.footer .footer-content .flex .left .Heavy {
  font-size: 0.18rem;
  font-weight: bold;
  color: #000;
}

.footer .footer-content .flex .left .small {
  font-size: 0.12rem;
  cursor: pointer;
}

.footer .footer-content .flex .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 0.98rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer .footer-content .flex .right .right-content {
  border-left: 1px dashed #9a9a9a;
  padding-left: 0.98rem;
  margin-bottom: 0.1rem;
}

.footer .footer-content .flex .right .right-content .ul {
  line-height: 0.4rem;
}

.footer .footer-content .flex .right .right-content .ul .li-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .footer-content .flex .right .right-content .ul .li-flex .home-icon {
  width: 0.22rem;
  margin-right: 0.1rem;
}

.footer .footer-content .flex .right .right-content .ul .li-flex .icon-text {
  font-size: 0.12rem;
}

.more1 {
  color: #474747;
  text-align: center;
  margin: 0.3rem 0 0.6rem;
  font-size: 0.14rem;
}
.more1 p {
  margin-bottom: 0.1rem;
}
.mobile-footer .footerBox{
  padding: 0.3rem;
}
.mobile-footer .footerBox .small_text{
  font-size: 0.2rem;
  color: #696969;
  padding: 0 0.2rem;
}
.mobile-footer .footerBox .item4{
  display: flex;
  align-items: center;
  font-size: 0.2rem;
  color: #696969;
  padding: 0 0.2rem;
  margin-bottom: 0.3rem;

}
.mobile-footer .footerBox .item4 .home-icon{
  width: 0.4rem;
  margin-right: 0.2rem;
}
.mobile-footer .footerBox .small_text:not(:last-child){
  margin-bottom: 0.3rem;
}
.mobile-footer .footerBox .el-collapse-item__header{
  padding: 0 0.2rem;
  font-weight: bold;
  font-size: 0.2rem;
}
@media (max-width: 1024px) {
  .footer {
    display: none !important;
  }
  .mobile-footer {
    display: block !important;
  }
}

@media (min-width: 1024px) {
  .footer {
    display: block !important;
  }
  .mobile-footer {
    display: none !important;
  }
}
/*# sourceMappingURL=footer1.css.map */