@charset "UTF-8";
.max_width {
  width: min(1730px, 100% - 30px);
  margin: auto;
}

body {
  background: url("../images/bg.jpg") no-repeat center center/cover;
}

@font-face {
  font-family: "SoupofJustice";
  src: url("./soupofjustice.ttf");
}
.SoupofJustice {
  font-family: "SoupofJustice" !important;
}

.block_1 {
  -o-border-image: url("../images/位图.png");
     border-image: url("../images/位图.png");
  border-image-slice: 10%;
  border-width: 100px;
  border-style: solid;
}

.mobile_menu_bg {
  background: #FF5967;
}

.hot {
  background: url("../images/hot.jpg") no-repeat center center/cover;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -10px;
  right: -10px;
}

.new {
  background: url("../images/new.jpg") no-repeat center center/cover;
  width: 74px;
  height: 74px;
  position: absolute;
  top: -10px;
  right: -10px;
}

.type_title {
  background-color: #FF5967;
  color: white;
  font-size: 24px;
  width: 260px;
  height: 67px;
  border-radius: 33.5px;
  text-align: center;
  line-height: 67px;
  margin: 30px 0;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .type_title {
    font-size: 16px;
    width: -moz-fit-content;
    width: fit-content;
    height: 33px;
    text-align: center;
    line-height: 15px;
    margin: 15px 0;
    margin-top: 20px;
    padding: 10px 20px;
  }
  .hot {
    background: url("../images/hot.jpg") no-repeat center center/cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    right: -10px;
  }
  .new {
    background: url("../images/new.jpg") no-repeat center center/cover;
    width: 54px;
    height: 54px;
    position: absolute;
    top: -10px;
    right: -10px;
  }
  body {
    background: url("../images/mob_bg.jpg") repeat-y center center/cover;
  }
}
.btn-conteiner {
  display: flex;
  justify-content: center;
  --color-text: #ffffff;
  --color-background: #EF963B;
  --color-outline: #EF963B;
  --color-shadow: #EF963B;
}

.btn-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 5px 40px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: var(--color-text);
  transition: 1s;
  border-radius: 100px;
  transition: 0.5s;
  animation: btn-content 1s;
  outline: 0.1em solid transparent;
  outline-offset: 0.2em;
}

.btn-content .icon-arrow {
  transition: 0.5s;
  margin-right: 0px;
  transform: scale(0.6);
}

.icon-arrow {
  transition: 0.5s;
  margin-right: 25px;
}

.icon-arrow {
  width: 20px;
  margin-left: 15px;
  position: relative;
  top: 6%;
}

/* SVG */
#arrow-icon-one {
  transition: 0.4s;
  transform: translateX(-60%);
}

#arrow-icon-two {
  transition: 0.5s;
  transform: translateX(-30%);
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.4s;
}

#arrow-icon-three {
  animation: color_anim 1s infinite 0.2s;
}

#arrow-icon-one {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.6s;
}

@media (max-width: 768px) {
  .adMove {
    margin-left: -15px;
    width: 100vw !important;
    box-sizing: border-box;
  }
}

/* SVG animations */
@keyframes color_anim {
  0% {
    fill: white;
  }
  50% {
    fill: var(--color-background);
  }
  100% {
    fill: white;
  }
}
/* Button animations */
@keyframes btn-content {
  0% {
    outline: 0.2em solid var(--color-background);
    outline-offset: 0;
  }
}/*# sourceMappingURL=index.css.map */