@charset "utf-8";

.copyright {
  color: #FFFFFF;
  font-size: 12px;
}

.footer_wrap .content_wrap {
  width: 90%;
}

.footer_copyright {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 10px 0 60px 0;
  color: #ffffff;
}

.footer_copyright a {
  color: #ffffff;
  text-decoration: underline;
}

.footer_copyright a:hover {
  color: #ffffff;
}

.icon_fixed {
  position: fixed;
  right: 1.2em;
  /* bottom: 16em; */
  width: 4.5em;
  height: 4.5em;
  z-index: 100001 !important;
}

.icon_fixed.tap_zh {
  bottom: 16em;
}

.icon_fixed.tap_en {
  bottom: 11em;
}

.icon_fixed.line {
  bottom: 6em;
}

@media (max-width: 479px) {
  .footer_wrap .content_wrap {
    width: 100%;
  }

  .items_rent_section {
    background-image: none;
  }

  .copyright {
    font-size: 10px;
  }

  .footer_copyright {
    flex-direction: column;
  }

  .icon_line {
    right: 1em;
    bottom: 5em;
  }
}