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

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

.bg_container {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), #8B4F27 url("../images/图层 2.jpg") repeat center 0/100%;
  height: calc(100vh - 120px);
  overflow: auto;
}

.header-box {
  background: #8B4F27 url("../images/1.png") no-repeat center center/cover;
  /* 设置背景颜色和图片 */
}

.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: url("../images/lv.png") no-repeat center center/cover;
}

@media (max-width: 768px) {
  .block_1 {
    -o-border-image: url("../images/h5.png");
       border-image: url("../images/h5.png");
    border-image-slice: 7%;
    border-width: 40px;
    border-style: solid;
  }
  .max_width {
    width: min(1148px, 100%);
    margin: auto;
  }
  .bg_container {
    height: calc(100vh - 60px);
    overflow: auto;
    background: #2C6E00;
  }
}
.block_1_title {
  background: url(../images/位.png) no-repeat center center;
  width: -moz-fit-content;
  width: fit-content;
  height: 90px;
  background-size: cover;
  padding: 28px;
  position: absolute;
  padding-left: 44px;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  color: #FFD50F;
  font-size: 30px;
  text-align: center;
  text-shadow: 2px 3px 1px #2C6E00;
  font-family: "SoupofJustice" !important;
  white-space: nowrap;
}

.top_nav {
  background: #1A56B8 url("../images/image copy.png") repeat-x center center;
  /* 设置背景颜色和图片 */
}

.bottom-bg {
  background: #1A56B8 url("../images/image copy.png") repeat-x center center;
  /* 设置背景颜色和图片 */
  height: 110px;
  transform: scaleY(-1);
}

.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) {
  .de_iv_adv,
  .t_de {
    margin-left: 0;
    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 */