.hide {
  display: none;
}
.footer {
  border-top: 0;
}

.backTop {
  top: -50px;
}
.footer .footerA .footerA_fr .footerA_ewm {
  padding-top: 30px;
}
.footer_btns {
  margin-top: 30px;
}
.footerA_link {
  text-align: center;
}
.footer_btns .footerA_btn a {
  width: 38%;
  height: 44px;
  line-height: 44px;
  background: #eeeeee;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  font-size: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  margin-right: 8%;
  margin-bottom: 10px;
}
.footer_btns .footerA_btn a span {
  display: inline-block;
  font-size: 18px;
  color: #222222;
  padding-left: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer_btns .footerA_btn a.link1 span {
  background: url(../images/footer/7.png) no-repeat left center;
}
.footer_btns .footerA_btn a.link1:hover span {
  background: url(../images/footer/7_on.png) no-repeat left center;
}
.footer_btns .footerA_btn a.link2 span {
  background: url(../images/footer/8.png) no-repeat left center;
}
.footer_btns .footerA_btn a.link2:hover span {
  background: url(../images/footer/8_on.png) no-repeat left center;
}
.footer_btns .footerA_btn a.link3 span {
  background: url(../images/footer/10.png) no-repeat left center;
}
.footer_btns .footerA_btn a.link3:hover span {
  background: url(../images/footer/10_on.png) no-repeat left center;
}
.footer_btns .footerA_btn a:nth-child(2n) {
  margin-right: 0;
}
.footer_btns .footerA_btn a:hover {
  background: #bb2822;
}
.footer_btns .footerA_btn a:hover span {
  color: #ffffff;
}
.report_info_wrap {
  text-align: left;
  padding-left: 24px;
  margin-top: 40px;
  -webkit-box-shadow: 0 0 10px 0 #e7e7e7;
  -moz-box-shadow: 0 0 10px 0 #e7e7e7;
  box-shadow: 0 0 10px 0 #e7e7e7;
}
.report_info {
  padding: 20px 0 20px 100px;
  font-size: 20px;
  color: #d9231d;
  line-height: 1.6;
  background: url(../images/footer/icon_waring.jpeg) no-repeat left center;
  background-size: 66px;
  text-align: left;
  display: inline-block;
}
.report_info p {
  font-weight: bold;
}
.report_info .report_tel {
  color: #e77b16;
}
.friend-links {
  position: relative;
  font-size: 0;
  background-color: #d9231d;
}

.friend-links li > a {
  display: block;
  font-size: 20px;
  color: #fff;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
.friend-links li > a i {
  display: inline-block;
  background: url(../images/footer/icon-links-down.png) no-repeat center;
  background-size: 100%;
  width: 14px;
  height: 14px;
  vertical-align: middle;
}

.friend-links li.active a i {
  background: url(../images/footer/icon-links-up.png) no-repeat center;
  background-size: 100%;
}

.friend-links li.active .friend-links-childs {
  display: block;
}

.friend-links li {
  display: inline-block;
}

.friend-links-childs {
  position: absolute;
  left: 0;
  right: 0;
  display: none;
  background: #fff;
  padding: 10px;
  z-index: 10;
  box-shadow: 0 10px 10px 0 #dcd5d5;
  line-height: 40px;
  padding-left: 10%;
  padding-top: 32px;
}

.friend-links-childs a {
  display: inline-block;
  font-size: 20px;
  color: #000;
  position: relative;
  padding-left: 10px;
  margin-right: 20px;
  width: 340px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.friend-links-childs a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 3px;
  background-color: #d9231d;
  height: 20px;
  top: 50%;
  margin-top: -12px;
}

@media only screen and (max-width: 1024px) {
  .backTop {
    top: -35px;
  }

  .friend-links-childs {
    padding-top: 20px;
    line-height: 30px;
  }

  .friend-links-childs a {
    font-size: 14px;
  }
}

.hidden {
  display: none;
}

.hidden {
  display: none;
}

@media (max-width: 1024px) {
  .friend-links li.max-\[1024px\]\:inline-block {
    display: none;
  }

  .friend-links li > a {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .friend-links li.min-\[1024px\]\:block {
    display: none;
  }

  .friend-links li:hover a i {
    background: url(../images/footer/icon-links-up.png) no-repeat center;
    background-size: 100%;
  }

  .friend-links li:hover .friend-links-childs {
    display: block;
  }
}
