.support_banner {
  position: relative;
}
.support_banner .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.support_banner .bg .bg_pc,
.support_banner .bg .bg_moble {
  height: 100%;
}
.support_banner .flex {
  min-height: 61.1rem;
  padding: 4rem 0;
}
.support_banner .head {
  flex: 1;
  color: #fff;
  padding-bottom: 7.8%;
}
.support_banner h1 {
  font-size: 4.5rem;
  font-weight: 700;
}
.support_banner form {
  display: grid;
  grid-template-columns: 4.4rem 1fr;
  min-height: 6.2rem;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  max-width: 80.2rem;
  margin: 3.6rem auto 0;
}
.support_banner form input[type=text] {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  color: #1e252a;
  background-color: transparent;
  padding: 1rem 1.4rem 1.4rem;
  font-weight: 500;
}
.support_banner form input[type=text]::placeholder {
  color: #1e252a;
}
.support_banner form input[type=submit] {
  text-indent: -999px;
  color: transparent;
  display: block;
  background: url("../img/icon-search.png") no-repeat center right / 40.90909% transparent;
}
.support_service {
  padding: 5rem 0 2.5rem;
}
.support_service .items {
  margin-top: 2.7rem;
}
.support_service .items > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.9rem 2.51736111%;
}
.support_service .item {
  display: block;
  border-radius: 2.5rem;
  background-color: #f6f7f9;
  transition: all 0.3s;
  padding: 6.6rem 2rem 4.2rem;
}
.support_service .item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.support_service .item:hover .info h3 {
  border-bottom-color: var(--title);
}
.support_service .item .icon {
  width: 5.7rem;
  height: 5.7rem;
  content: '';
  background: no-repeat center / contain;
  margin: 0 auto;
}
.support_service .item .info {
  margin-top: 2.3rem;
  text-align: center;
}
.support_service .item .info h3 {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 700;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.support_service .item .info p {
  font-size: 1.5rem;
  line-height: 1.8rem;
  max-width: 19.6rem;
  margin: 0.5rem auto 0;
}
.support_products {
  padding: 2.5rem 0 2.3rem;
}
.support_products .support_products_nav_swiper {
  position: relative;
  max-width: 87.2rem;
  margin: 2.7rem auto 0;
}
.support_products .support_products_nav_swiper .nav_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3.3rem 3.7844%;
}
.support_products .support_products_nav_swiper .nav_item {
  width: auto;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 700;
  color: #262629;
  background-color: #f4f4f5;
  transition: all 0.3s;
  border-radius: 100px;
  text-align: center;
  line-height: 4.4rem;
  padding: 0 2.6rem;
  font-weight: 500;
}
.support_products .support_products_nav_swiper .nav_item.active,
.support_products .support_products_nav_swiper .nav_item:hover {
  background-color: #27272a;
  color: #fff;
}
.support_products .list {
  margin-top: 2.8rem;
  display: none;
}
.support_products .list.active{
  display: block;
}

.support_products .list ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.7rem 1.47569444%;
}
.support_products .product_list a {
  border-radius: 1.4rem;
  background-color: #f6f7f9;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.support_products .product_list a:hover img {
  transform: scale(1.05);
}
.support_products .product_list .img {
  --h: 108.811%;
  width: 104.61%;
  margin-right: -4.61%;
}
.support_products .product_list .title {
  text-align: center;
  font-size: 2rem;
  flex: 1;
  padding: 0.4rem 2rem 2.1rem;
  font-weight: 300;
}
.support_products p.center:has(.btn_unfold) {
  margin-top: 2.1rem;
}
.support_products p.center:has(.btn_unfold) .btn_unfold {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  color: var(--primary);
  font-size: 2rem;
  background-color: transparent;
  gap: 0.7rem;
  font-weight: 300;
}
.support_products p.center:has(.btn_unfold) .btn_unfold.fold::after {
  transform: rotate(180deg);
}
.support_products p.center:has(.btn_unfold) .btn_unfold:hover {
  text-decoration: underline;
}
.support_products p.center:has(.btn_unfold) .btn_unfold::after {
  width: 1.9rem;
  height: 1.9rem;
  display: inline-block;
  content: '';
  background: url("../img/arrow-down.png") no-repeat center / contain;
  transition: all 0.3s;
}
.support_warning {
  padding: 2.3rem 0 2.55rem;
}
.support_warning .items {
  margin-top: 2.7rem;
}
.support_warning .items > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem;
}
.support_warning .item {
  overflow: hidden;
  border-radius: 1.6rem;
  position: relative;
}
.support_warning .item:hover img {
  transform: scale(1.03);
}
.support_warning .item.white {
  color: #fff;
}
.support_warning .item .img {
  width: 100%;
  padding-bottom: 56.591%;
}
.support_warning .item i {
  position: absolute;
  width: 3.6rem;
  height: 3.6rem;
  content: '';
  display: block;
  z-index: 2;
  background: no-repeat center / contain;
  left: 3.69%;
  top: 4.658%;
}
.support_warning .item .title {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 700;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  min-height: 7rem;
  display: grid;
  align-items: center;
  max-height: calc(100% - 4rem);
  overflow-y: auto;
  bottom: 2rem;
  padding: 0 2rem;
}
.support_contact {
  padding: 2.55rem 0 6.1rem;
}
.support_contact .items {
  margin-top: 2.7rem;
}
.support_contact .items > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.1rem 1.82291667%;
}
.support_contact .item {
  border-radius: 2.5rem;
  background-color: #f6f7f9;
  padding: 4rem 2rem 2.8rem;
}
.support_contact .item .img {
  width: 9.1rem;
  height: 9.1rem;
  margin: 0 auto;
}
.support_contact .item .info {
  margin-top: 0.7rem;
  text-align: center;
}
.support_contact .item h3,
.support_contact .item a {
  font-size: 2.5rem;
  font-weight: 700;
}
.support_contact .item a {
  transition: all 0.3s;
  border-bottom: 2px solid transparent;
}
.support_contact .item a:hover {
  border-bottom-color: var(--title);
}
.support_contact .item p {
  font-size: 1.8rem;
  color: #5b5b60;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .support_banner .flex {
    min-height: unset;
    padding: 4rem 0;
  }
  .support_banner .head {
    padding: 0;
  }
  .support_banner form {
    max-width: 333px;
    grid-template-columns: 30px 1fr;
    min-height: 40px;
    margin-top: 20px;
  }
  .support_banner form input[type=text] {
    font-size: 14px;
    padding: 10px 11px;
  }
  .support_service {
    padding: 4rem 0 3rem;
  }
  .support_service .items {
    margin-top: 2rem;
  }
  .support_service .items > div {
    gap: 11.5px;
  }
  .support_service .item {
    border-radius: 6px;
    padding: 2rem 1rem;
  }
  .support_service .item .icon {
    width: 3rem;
    height: 3rem;
  }
  .support_service .item .info {
    margin-top: 1rem;
  }
  .support_service .item .info h3 {
    font-size: 18px;
  }
  .support_service .item .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .support_products {
    padding: 3rem 0;
  }
  .support_products .support_products_nav_swiper {
    max-width: unset;
    margin: 20px 0 0;
  }
  .support_products .support_products_nav_swiper .nav_list {
    justify-content: center;
    gap: 1rem;
  }
  .support_products .support_products_nav_swiper .nav_item {
    font-size: 14px;
    line-height: 35px;
    padding: 0 20px;
  }
  .support_products .list {
    margin-top: 28px;
  }
  .support_products .list ul {
    gap: 10px;
  }
  .support_products .product_list a {
    border-radius: 6px;
  }
  .support_products .product_list .title {
    font-size: 14px;
    color: #686870;
    padding: 1rem;
  }
  .support_products p.center:has(.btn_unfold) {
    margin-top: 20px;
  }
  .support_products p.center:has(.btn_unfold) .btn_unfold {
    font-size: 14px;
    gap: 9px;
  }
  .support_products p.center:has(.btn_unfold) .btn_unfold::after {
    width: 10px;
    height: 10px;
  }
  .support_warning {
    padding: 3rem 0;
  }
  .support_warning .items {
    margin-top: 2rem;
  }
  .support_warning .items > div {
    gap: 11px;
  }
  .support_warning .item {
    border-radius: 4px;
  }
  .support_warning .item i {
    width: 31px;
    height: 31px;
  }
  .support_warning .item .title {
    font-size: 19px;
    line-height: 1.5;
    min-height: 46px;
    bottom: 20px;
    padding: 0 1rem;
    max-height: calc(100% - 40px);
  }
  .support_contact {
    padding: 3rem 0 4rem;
  }
  .support_contact .items {
    margin-top: 2rem;
  }
  .support_contact .items > div {
    gap: 11px;
  }
  .support_contact .item {
    border-radius: 6px;
    padding: 1.5rem 1rem;
  }
  .support_contact .item .img {
    width: 60px;
    height: 60px;
  }
  .support_contact .item .info {
    margin-top: 14px;
  }
  .support_contact .item h3,
  .support_contact .item a {
    font-size: 19px;
  }
  .support_contact .item p {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .support_banner .flex {
    min-height: 184px;
    padding: 2rem 0;
  }
  .support_banner .head {
    padding-bottom: 6px;
  }
  .support_banner form {
    margin-top: 15px;
  }
  .support_banner form input[type=text] {
    font-weight: 300;
  }
  .support_banner form input[type=text]::placeholder {
    color: #686870;
  }
  .support_service {
    padding: 46px 0 23px;
  }
  .support_service .items {
    margin-top: 23px;
  }
  .support_service .items > div {
    grid-template-columns: 1fr;
  }
  .support_service .item {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 25px;
    padding: 18px 27px 21px;
  }
  .support_service .item .icon {
    width: 29px;
    height: 29px;
    margin-top: 3px;
  }
  .support_service .item .info {
    margin: 0;
    text-align: left;
  }
  .support_service .item .info h3 {
    font-size: 19px;
  }
  .support_service .item .info p {
    color: #686870;
    margin-top: -1px;
    max-width: 199px;
    margin-left: 0;
    margin-right: 0;
  }
  .support_products {
    padding: 23px 0 21px;
  }
  .support_products .swiper_box::after {
    width: 3rem;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: linear-gradient(to left, #fff 50%, transparent);
    content: '';
    z-index: 2;
  }
  .support_products .swiper_box .btns {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    pointer-events: none;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
  }
  .support_products .swiper_box .btns div {
    pointer-events: all;
    width: 6px;
    height: 10px;
    background: url("../img/arrow2.png") no-repeat center / contain;
    content: '';
    cursor: pointer;
    transition: all 0.3s;
  }
  .support_products .swiper_box .btns div:hover {
    filter: contrast(0) brightness(0);
  }
  .support_products .swiper_box .btns .swiper_prev {
    transform: rotate(180deg);
  }
  .support_products .swiper_box .btns .swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
  }
  .support_products .swiper_box .btns .swiper-button-disabled,
  .support_products .swiper_box .btns .swiper-button-lock {
    pointer-events: none;
  }
  .support_products .support_products_nav_swiper {
    margin-top: 23px;
    overflow: hidden;
    border-radius: 100px;
  }
  .support_products .support_products_nav_swiper .nav_list {
    justify-content: unset;
    gap: unset;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .support_products .support_products_nav_swiper .nav_item {
    font-weight: 300;
  }
  .support_products .list ul {
    grid-template-columns: 1fr 1fr;
  }
  .support_products .product_list .img {
    width: 96%;
    margin: -17px auto 0;
  }
  .support_products .product_list .title {
    padding: 0 1rem 12px;
  }
  .support_products p.center:has(.btn_unfold) {
    margin-top: 4px;
  }
  .support_warning {
    padding: 21px 0 22px;
  }
  .support_warning .items {
    margin-top: 24px;
  }
  .support_warning .items > div {
    grid-template-columns: 1fr;
  }
  .support_warning .item i {
    left: 14px;
    top: 11px;
  }
  .support_warning .item .img {
    padding-bottom: 105.677%;
  }
  .support_warning .item .title {
    line-height: 23px;
    min-height: 50px;
    bottom: 18px;
  }
  .support_contact {
    padding: 23px 0 52px;
  }
  .support_contact .items {
    margin-top: 24px;
  }
  .support_contact .items > div {
    grid-template-columns: 1fr;
  }
  .support_contact .item {
    padding: 22px 1rem 29px;
  }
  .support_contact .item .icon {
    transform: scale(1.15);
  }
  .support_contact .item .img {
    width: 62px;
    height: 62px;
  }
  .support_contact .item .info {
    margin-top: 12px;
  }
  .support_contact .item p {
    margin-top: 1px;
  }
}
/*# sourceMappingURL=support.css.map */