@charset "utf-8";

.fix-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  text-align: center;
}

.fix-banner > a {
  display: block;
}

.fix-banner > .totop {
  margin-top: 10px;
  display: inline-block;
  font-size: 0;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  border: 1px solid rgba(15, 14, 14, 0.5);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.16);
  background: #fff url("../images/btn_topArrow.svg") no-repeat center;
  cursor: pointer;
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1024px) {
  .fix-banner {
    right: 15px;
    bottom: 60px;
  }
  .fix-banner > a {
    display: none;
  }
}

@media screen and (max-width: 760px) {
}
