.font-bold {
  font-weight: 700 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-normal {
  font-weight: 400 !important;
}

h1 {
  font-size: calc(26rem / 16);
  letter-spacing: 1px;
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: calc(48rem / 16);
  }
}

h2 {
  font-size: calc(24rem / 16);
  letter-spacing: 1px;
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: calc(36rem / 16);
  }
}

h3,
.h3 {
  font-size: calc(22rem / 16);
  line-height: normal;
  letter-spacing: 1px;
}
@media screen and (min-width: 1024px) {
  h3,
  .h3 {
    font-size: calc(30rem / 16);
  }
}

.body-1 {
  font-size: calc(20rem / 16);
  line-height: normal;
  letter-spacing: 1px;
}
@media screen and (min-width: 1024px) {
  .body-1 {
    font-size: calc(26rem / 16);
  }
}

.body-2 {
  font-size: calc(14rem / 16);
  letter-spacing: 1px;
}
@media screen and (min-width: 1024px) {
  .body-2 {
    font-size: calc(16rem / 16);
  }
}

.body-3 {
  font-size: calc(12rem / 16);
  letter-spacing: 1px;
}
@media screen and (min-width: 1024px) {
  .body-3 {
    font-size: calc(14rem / 16);
  }
}

.refactor-scss .swiper-button-disabled {
  opacity: 0 !important;
}
.refactor-scss .el__btn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.refactor-scss .el__btn__primary {
  flex-shrink: 0;
  border-radius: 24px;
  background: #A52534;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
.refactor-scss .el__btn__gray {
  background-color: #555555;
  border-radius: 24px;
  text-align: center;
  cursor: pointer;
}
.refactor-scss .el__btn__arrow {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border: 1px solid #A52534;
  border-radius: 100%;
  cursor: pointer;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='28' viewBox='0 0 32 32' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.1464 8.15326C12.3417 7.94891 12.6583 7.94891 12.8536 8.15326L20.3536 16.0021C20.5488 16.2064 20.5488 16.5377 20.3536 16.7421L12.8536 24.5909C12.6583 24.7953 12.3417 24.7953 12.1464 24.5909C11.9512 24.3866 11.9512 24.0553 12.1464 23.8509L19.2929 16.3721L12.1464 8.89325C11.9512 8.68891 11.9512 8.3576 12.1464 8.15326Z' fill='%23A52534' /%3E%3C/svg%3E");
}
.refactor-scss .el__btn__center {
  margin: auto;
}
.refactor-scss .el__btn__sm {
  padding: 8px 20px;
  min-width: 160px;
}
.refactor-scss .el__btn__basic {
  padding: 6px 0px;
  width: 90%;
  height: 47px;
}
@media screen and (min-width: 1024px) {
  .refactor-scss .el__btn__basic {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 297px;
  }
}
.refactor-scss .el__tab {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-evenly;
  gap: 40px;
}
@media screen and (min-width: 1024px) {
  .refactor-scss .el__tab {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: nowrap;
    border-bottom: 0px solid #ffffff;
    width: 100%;
    height: auto;
    margin: 55px 0;
    gap: 0px;
  }
}
.refactor-scss .el__tab__item {
  height: 36px;
  border-bottom: 3px solid #CCCCCC;
  text-align: center;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  flex-grow: 1;
  color: #CCCCCC;
}
@media screen and (min-width: 1024px) {
  .refactor-scss .el__tab__item {
    height: 60px;
  }
  .refactor-scss .el__tab__item:hover {
    border-bottom: 3px solid #A52534;
    color: #ffffff;
  }
  .refactor-scss .el__tab__item:hover::after {
    content: "";
    width: 1px;
    height: 1px;
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
    border-top: 14px solid #A52534;
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -15px;
    margin: auto;
  }
}
.refactor-scss .el__tab__item.active {
  border-bottom: 3px solid #A52534;
  color: #ffffff;
}
.refactor-scss .el__tab__item.active::after {
  content: "";
  width: 1px;
  height: 1px;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 14px solid #A52534;
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -15px;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .refactor-scss .el__tab__item.active::after {
    content: "";
    width: 1px;
    height: 1px;
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
    border-top: 14px solid #A52534;
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -15px;
    margin: auto;
  }
}
.refactor-scss .el__cards {
  margin-bottom: 38px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .refactor-scss .el__cards {
    display: grid;
    grid-template-columns: auto;
    gap: 24px;
    grid-template-columns: repeat(1, 1fr 1fr 1fr);
    gap: 38px;
  }
}
@media screen and (min-width: 1024px) {
  .refactor-scss .el__cards.web {
    display: grid;
  }
}
.refactor-scss .el__cards__item {
  border-radius: 20px;
  background-color: #242424;
  height: 320px;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 20px;
}
.refactor-scss .el__cards__item:hover .pic > img {
  opacity: 0;
}
.refactor-scss .el__cards__item:hover .pic > img.on_hover {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .refactor-scss .el__cards__item {
    height: 312px;
    margin-bottom: 0px;
  }
}
.refactor-scss .el__cards__item .img {
  padding-bottom: 61% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-color: #000;
}
@media screen and (min-width: 576px) {
  .refactor-scss .el__cards__item .img {
    padding-bottom: 35% !important;
  }
}
@media screen and (min-width: 768px) {
  .refactor-scss .el__cards__item .img {
    padding-bottom: 25% !important;
  }
}
@media screen and (min-width: 1024px) {
  .refactor-scss .el__cards__item .img {
    padding-bottom: 56% !important;
  }
}
.refactor-scss .el__cards .text {
  margin: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.refactor-scss .el__cards .pic > img {
  width: 17%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s;
}
.refactor-scss .el__cards .pic > img.on_hover {
  opacity: 0;
}
.refactor-scss .el__cards .pic {
  position: relative;
}
.refactor-scss .el__cards .pic figure {
  width: 100%;
  /* padding-bottom: 61%; */
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.refactor-scss .el__tag {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 16px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.refactor-scss .el__tag__item {
  border-radius: 80px;
  min-width: 112px;
  height: 32px;
  flex-shrink: 0;
  padding: 8px;
  color: #ffffff;
  border: 1px solid #A52534;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .refactor-scss .el__tag__item {
    min-width: 160px;
    height: 40px;
    padding: 11px;
  }
}
.refactor-scss .el__tag__item.active {
  background-color: #A52534;
}
.refactor-scss .el__tag__item.active p::after {
  content: "";
  display: inline-block;
  margin-left: 12px;
  width: 11px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='12' viewBox='0 0 11 12' fill='none'%3E%3Cpath d='M9.74268 1L1.00018 10.9115' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.25732 1L9.99982 10.9115' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.refactor-scss .el__tag__hot {
  width: 56px;
  height: 20px;
  background-color: #A52534;
  color: #ffffff;
  border-radius: 24px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .refactor-scss .el__tag__hot {
    width: 64px;
    height: 22px;
    font-size: 16px;
  }
}
.refactor-scss .el__tag__hot div {
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
}
@media screen and (min-width: 1024px) {
  .refactor-scss .el__tag__hot div {
    font-size: 16px;
  }
}
.refactor-scss .el__tag__new {
  width: 56px;
  height: 20px;
  background-color: #3E1DCC;
  color: #ffffff;
  border-radius: 24px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .refactor-scss .el__tag__new {
    width: 64px;
    height: 22px;
    font-size: 16px;
  }
}
.refactor-scss .el__tag__new div {
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
}
@media screen and (min-width: 1024px) {
  .refactor-scss .el__tag__new div {
    font-size: 16px;
  }
}
.refactor-scss .el__text__shadow {
  text-shadow: 0 0 10px red;
}
.refactor-scss .el__ls__6 {
  letter-spacing: 6px;
}
.refactor-scss .container__item {
  background: #1D1D1D;
  padding: 20px 22px;
  box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (min-width: 1024px) {
  .refactor-scss .container__item {
    padding: 36px 60px;
    border-radius: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .refactor-scss .mob {
    display: none;
  }
}
.refactor-scss .web {
  display: none;
}
@media screen and (min-width: 1024px) {
  .refactor-scss .web {
    display: flex;
  }
}
.refactor-scss .slider__tab {
  width: 100%;
  position: relative;
  margin: auto;
  margin-top: 56px;
  margin-bottom: 28px;
}
.refactor-scss .slider__tab__main {
  overflow: hidden;
  width: 75%;
  height: 60px;
  margin: auto;
}
.refactor-scss .swiper-pagination {
  z-index: 0 !important;
}
.refactor-scss .controls {
  width: 100%;
  /* height: 70px; */
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.refactor-scss .controls .control {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.refactor-scss .controls .left {
  left: 0;
  transform: rotate(180deg);
  top: 0;
  bottom: 0;
  margin: auto;
}
.refactor-scss .controls .right {
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 2560px) {
  .refactor-scss .controls .control {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .refactor-scss .controls .control {
    width: 36px;
    height: 36px;
    z-index: 1;
  }
}
.refactor-scss .slider__tab__main {
  position: relative;
}
.refactor-scss .slider__tab__main::before {
  content: "";
  position: absolute;
  background: linear-gradient(to right, rgb(8, 8, 8) 0%, rgba(8, 8, 8, 0) 100%);
  width: 50px;
  height: 100%;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
.refactor-scss .slider__tab__main::after {
  content: "";
  position: absolute;
  background: linear-gradient(to right, rgba(8, 8, 8, 0) 0%, rgb(8, 8, 8) 100%);
  width: 50px;
  height: 100%;
  right: 0;
  z-index: 10;
  top: 0;
  pointer-events: none;
}
.refactor-scss .tab__swiper .swiper-slide,
.refactor-scss .faq__swiper .swiper-slide {
  width: 60% !important;
}

body {
  margin-top: 50px;
  overflow-x: hidden;
  width: 100vw;
}
@media screen and (min-width: 1024px) {
  body {
    margin-top: 70px;
  }
}

html {
  overflow-x: hidden;
  width: 100vw;
}

.hidden {
  display: none;
}

@media screen and (min-width: 768px) {
  #header .con_set {
    width: auto !important;
  }
}

#header .con_set a:hover {
  border-bottom: 2px solid #A52534;
}

@media screen and (min-width: 375px) {
  .g-content {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 576px) {
  .g-content {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .g-content {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .g-content {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .g-content {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1440px) {
  .g-content {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.refactor-scss .vid {
  word-break: break-all;
}
.refactor-scss .version {
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .refactor-scss .version {
    margin-top: 24px;
  }
}
/* .refactor-scss .el__cards__item:not(:nth-child(-n+3)) {
  display: none;
}
@media screen and (min-width: 1024px) {
  .refactor-scss .el__cards__item:not(:nth-child(-n+3)) {
    display: grid;
  }
} */
.refactor-scss .kv-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.refactor-scss .kv-content .left {
  flex: none;
  width: 100%;
  text-align: center;
  margin: auto;
}
.refactor-scss .kv-content .left img {
  width: 70%;
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .refactor-scss .kv-content .left img {
    width: 40%;
  }
}
.refactor-scss .kv-content .left p {
  margin: auto;
  line-height: 160%;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .refactor-scss .kv-content .left p {
    width: 80%;
  }
}
.refactor-scss .kv-content .right {
  flex: none;
  width: 50%;
  margin-left: 5%;
}
.refactor-scss .kv__swiper {
  position: relative;
  width: 100%;
  background-color: #000;
}
.refactor-scss .kv__swiper a {
  width: 100%;
}
.refactor-scss .kv__swiper img {
  width: 100%;
  height: auto;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.refactor-scss .kv__swiper .swiper-pagination {
  bottom: 0px;
  margin-top: 10px;
}
.refactor-scss #news {
  margin-top: 44px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .refactor-scss #news {
    margin-top: 110px;
  }
}
.refactor-scss #news .swiper-slide {
  width: 90% !important;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .refactor-scss #news .swiper-slide {
    width: 100% !important;
  }
}
.refactor-scss .news__swiper {
  width: 100%;
  /* height: 34px; */
  overflow: hidden;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .refactor-scss .news__swiper {
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .refactor-scss .news__swiper {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.refactor-scss .news__item {
  box-sizing: border-box;
  width: 90%;
  height: 100%;
  padding: 7px 27px;
  border-radius: 24px;
  background: #212121;
  text-align: center;
  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .refactor-scss .news__item {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.refactor-scss .news__title {
  color: #DF7992;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 22.4px */
  margin-bottom: 15px;
}
.refactor-scss .container__item {
  padding: 84px 22px 40px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .refactor-scss .container__item {
    padding: 120px 60px 36px;
  }
}
.refactor-scss .tab__swiper {
  width: 100%;
  margin: auto;
}
.refactor-scss .card .el__btn__primary {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .refactor-scss .card .el__btn__primary {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.title {
  margin-top: 32px;
}