html {
  font-size: 16px;
}
@media (max-width: 768px) {
  html {
    font-size: 2.0833333333vw;
  }
}

a {
  color: #000;
}

.warn {
  color: #FF0000;
}

.-m {
  display: none !important;
}

.-pc {
  display: block !important;
}

@media (max-width: 768px) {
  .-m {
    display: block !important;
  }
  .-pc {
    display: none !important;
  }
}
#toggle-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  left: 100px;
  height: 30px;
  width: 40px;
  cursor: pointer;
  z-index: 10;
}
@media (min-width: 768px) and (max-height: 1080px) {
  #toggle-btn {
    left: 9.2592592593vh;
    height: 2.7777777778vh;
    width: 3.7037037037vh;
  }
}
@media (max-width: 768px) {
  #toggle-btn {
    left: 5.2083333333vw;
    height: 5.9895833333vw;
    width: 8.0729166667vw;
  }
}
#toggle-btn span {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #764636;
  transition: top 0.3s, transform 0.3s 0.3s;
}
@media (max-width: 768px) {
  #toggle-btn span {
    height: 2px;
  }
}
#toggle-btn span:nth-child(1) {
  top: 0%;
}
#toggle-btn span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
#toggle-btn span:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}
#toggle-btn.-active span:nth-child(1) {
  top: 50%;
  transform: translateY(0) rotate(45deg);
}
#toggle-btn.-active span:nth-child(2) {
  top: 50%;
  opacity: 0;
  transform: none;
}
#toggle-btn.-active span:nth-child(3) {
  top: 50%;
  transform: translateY(0) rotate(-45deg);
}
#toggle-btn.-ani-active span {
  transition: transform 0.3s, top 0.3s 0.3s;
}

@keyframes lightSweep {
  0% {
    top: 0;
  }
  100% {
    top: 400%;
  }
}
@keyframes upFloat {
  0% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes arrowDown {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(30%);
  }
}
@keyframes floatBtn-1 {
  0% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes floatBtn-2 {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-20%);
  }
}
@keyframes lightLine {
  0% {
    width: 0;
  }
  100% {
    width: 1030px;
  }
}
.banner {
  background-color: #c8b1a8;
  padding-top: 190px;
  padding-bottom: 65px;
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  .banner {
    padding-top: calc(190 / 1920 * (100vw - var(--scrollbar-width)));
    padding-bottom: calc(65 / 1920 * (100vw - var(--scrollbar-width)));
  }
}
@media (max-width: 768px) {
  .banner {
    padding-top: 22.1354166667vw;
    padding-bottom: 5.2083333333vw;
  }
}

.main-content .bg-container:after {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
  right: 60px;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #cacaca;
}
@media (max-width: 768px) {
  .main-content .bg-container:after {
    display: none;
  }
}
.main-content .container {
  margin: 0 auto;
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  width: 1170px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  .main-content .container {
    width: calc(1170 / 1920 * (100vw - var(--scrollbar-width)));
    padding-bottom: calc(100 / 1920 * (100vw - var(--scrollbar-width)));
  }
}
@media (max-width: 768px) {
  .main-content .container {
    width: 92.4479166667vw;
    padding-bottom: 13.0208333333vw;
  }
}

.item-wrap {
  display: flex;
  flex-wrap: wrap;
  color: #292929;
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 65px;
  padding: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  .item-wrap {
    -moz-column-gap: calc(25 / 1920 * (100vw - var(--scrollbar-width)));
         column-gap: calc(25 / 1920 * (100vw - var(--scrollbar-width)));
    row-gap: calc(65 / 1920 * (100vw - var(--scrollbar-width)));
    padding: calc(15 / 1920 * (100vw - var(--scrollbar-width)));
  }
}
@media (max-width: 768px) {
  .item-wrap {
    padding: 7.8125vw 16.9270833333vw;
    row-gap: 5.2083333333vw;
  }
}
.item-wrap .item {
  width: 361px;
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  .item-wrap .item {
    width: calc(361 / 1920 * (100vw - var(--scrollbar-width)));
  }
}
@media (max-width: 768px) {
  .item-wrap .item {
    width: 58.3333333333vw;
  }
}
.item-wrap .item .tit {
  font-weight: bold;
  color: #683621;
  font-size: 24px;
  margin-top: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  .item-wrap .item .tit {
    font-size: calc(24 / 1920 * (100vw - var(--scrollbar-width)));
    margin-top: calc(18 / 1920 * (100vw - var(--scrollbar-width)));
  }
}
@media (max-width: 768px) {
  .item-wrap .item .tit {
    font-size: 3.90625vw;
    margin-top: 1.953125vw;
  }
}
.item-wrap .item ul {
  margin-top: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  .item-wrap .item ul {
    margin-top: calc(25 / 1920 * (100vw - var(--scrollbar-width)));
  }
}
@media (max-width: 768px) {
  .item-wrap .item ul {
    margin-top: 3.90625vw;
  }
}
.item-wrap .item ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  .item-wrap .item ul li {
    margin-bottom: calc(20 / 1920 * (100vw - var(--scrollbar-width)));
  }
}
@media (max-width: 768px) {
  .item-wrap .item ul li {
    margin-bottom: 3.2552083333vw;
  }
}
.item-wrap .item ul li > div:nth-child(1) {
  font-weight: bold;
  width: 115px;
  font-size: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  .item-wrap .item ul li > div:nth-child(1) {
    width: calc(115 / 1920 * (100vw - var(--scrollbar-width)));
    font-size: calc(20 / 1920 * (100vw - var(--scrollbar-width)));
  }
}
@media (max-width: 768px) {
  .item-wrap .item ul li > div:nth-child(1) {
    width: 13.0208333333vw;
    font-size: 3.3854166667vw;
  }
}
.item-wrap .item ul li > div:nth-child(2) {
  font-size: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  .item-wrap .item ul li > div:nth-child(2) {
    font-size: calc(18 / 1920 * (100vw - var(--scrollbar-width)));
  }
}
@media (max-width: 768px) {
  .item-wrap .item ul li > div:nth-child(2) {
    font-size: 3.125vw;
  }
}/*# sourceMappingURL=hot-cases.css.map */