* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    -webkit-text-decoration: none;
    text-decoration: none;
}


@font-face {
    font-family: 'Source Han Sans';
    src: url(/assets/plugins/font-size/CN-Heavy.ttf) format('truetype');
    /* 900 通常用于表示黑体 */
    font-display: swap;
}

@font-face {
    font-family: 'Source Medium Sans';
    src: url(/assets/plugins/font-size/CN-Medium.ttf) format('truetype');
    /* 600 用于表示中粗体 */
    font-display: swap;
}

@font-face {
    font-family: 'Source Regular Sans';
    src: url(/assets/plugins/font-size/CN-Regular.ttf) format('truetype');
    /* 400 是正常的粗细 */
    font-display: swap;
}

html {
    max-width: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: 'Source Regular Sans', sans-serif;
    /* 使用更舒适的行高 */
    line-height: 1.5;
    letter-spacing: .0375rem;
    color: #222;
    text-align: center;
    font-size: max(14px, min(1.0101vw, 1.0101vw));
}

body::after {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    content: url(/assets/img/home/icon1-hover.png) url(/assets/img/home/icon2-hover.png) url(/assets/img/home/icon3-hover.png) url(/assets/img/home/icon4-hover.png) url(/assets/img/home/icon5-hover.png) url(/assets/img/home/whatsapp-hover.png) url(/assets/img/home/email-hover.png);
}

body.no-scroll {
    overflow: hidden;
}

main {
    flex-direction: column;
    min-height: 70vh;
}

section {
    width: 100%;
}

article {
    width: 100%;
    padding: 40px 0;
    display: flex;
    align-items: center;
}

header {
    font-family: 'Source Han Sans', sans-serif;
}

input:-internal-autofill-selected {
    background-color: none;
}

button {
    color: #222;
    border: none;
}

.text-xs {
    font-size: 12px;
}

.overflow-ellipsis {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 版心样式 */
.content {
    width: 80%;
    margin: 0 auto;
    padding: 40px 20px;
}


.general-header {
    justify-content: center;
    position: relative;
}

.general-banner,
.partner-banner,
.expert-banner {
    position: relative;
    width: 100%;
    height: 48.4848vw;
}

.general-en-banner {
    background: url(/assets/img/home/en-banner.png);
    background-size: cover;
}

.general-zh-banner {
    background: url(/assets/img/home/zh-banner.png);
    background-size: cover;
}


.partner-banner {
    background: url(/assets/img/cooperate/partner-banner.jpg);
    background-size: cover;
}

.expert-banner {
    background: url(/assets/img/cooperate/expert-banner.jpg);
    background-size: cover;
}

/* 顶部跳转烂 */
nav {
    width: 100%;
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
    transition: background-color 0.3s ease;
    background: rgba(255, 255, 255, 0.5);
    font-family: 'Source Medium Sans', sans-serif;
}

nav:hover {
    background: white !important;
}

nav .download {
    width: 100%;
    padding: .875rem 10%;
    display: none;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
}

nav .download>img {
    width: 8.625rem;
    -o-object-fit: contain;
       object-fit: contain;
}

nav .download>button {
    min-width: 80px;
    font-size: 12px;
    line-height: 17px;
    font-family: 'Source Medium Sans', sans-serif;
    padding: .375rem .875rem;
    border: none;
    border-radius: 14px;
}

.nav {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.nav .nav-logo {
    min-width: 7.75rem;
    width: 12.4242vw;
    -o-object-fit: contain;
       object-fit: contain;
    cursor: pointer;
}

.nav .menuIcon {
    display: none;
    background: url(/assets/img/menu.png);
    width: 24px;
    height: 24px;
    background-size: contain;
}

.nav .menuIcon.active {
    background: url(/assets/img/close.png);
    background-size: contain;
}

.lang-select {
    font-family: 'Source Regular Sans', sans-serif;
}

.menu {
    display: flex;
    align-items: center;
    gap: 2.5253vw;
}

.nav-menuList ul {
    display: flex;
    align-items: center;
    gap: 2.5253vw;
}

.nav-menuList ul>*,
.switch-language {
    font-size: max(12px, min(.8081vw, .8081vw));
    cursor: pointer;
    position: relative;
}

.nav-menuList ul>*:hover {
    transform: scale(1.2);
}

.nav-menuList ul>*>a {
    width: 100%;
    display: block;
}

.switch-language {
    position: relative;
}

.switch-language img {
    width: 0.875rem;
    position: absolute;
    right: -1rem;
    top: .25rem
}

.switch-option {
    box-shadow: 0rem 0rem 0.13rem 0rem rgba(127, 127, 127, 0.13);
    font-weight: normal;
    padding: .625rem;
    margin-top: .375rem;
    border-radius: 4px;
    white-space: nowrap;
    display: none;
    gap: .625rem;
    position: absolute;
    left: -.625rem;
}

.switch-option.active {
    display: grid;
    justify-items: start;
}

.menu>select {
    background: transparent;
    border: none;
    outline: none;
}

/* 表单 */
.general-form-module {
    width: 23.9583vw;
    min-width: 22.5rem;
    padding: 2.0202vw;
    margin-top: 60px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.9);
    display: grid;
    grid-gap: 12px;
    gap: 12px;
    justify-content: center;
    justify-items: center;
}

.general-form-module>header {
    white-space: nowrap;
    font-size: max(20px, min(1.6162vw, 1.6162vw));
    line-height: 1.1;
    font-weight: 800;
}

.general-form-module>header>span {
    display: block;
}


.general-form-module>#myForm {
    width: 18.1818vw;
    min-width: 300px;
    display: grid;
    justify-items: center;
    grid-gap: 20px;
    gap: 20px
}

.general-form-group {
    width: 100%;
    display: grid;
    position: relative;
}

.cooperate-grid-column {
    gap: 12px;
    grid-template-columns: 1fr 1fr;
}

.general-form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.general-form-group input,
.general-form-group select,
.general-form-group textarea {
    width: 100%;
    line-height: inherit;
    padding: .6061vw 8px;
    font-size: max(12px, min(.6061vw, .6061vw));
    font-family: 'Source Regular Sans', sans-serif;
    box-sizing: border-box;
    border-radius: .6061vw;
    border: none;
    resize: none;
    outline: none;
}

.general-form-group input:hover,
.general-form-group select:hover,
.general-form-group textarea:hover {
    cursor: pointer;
}

.general-form-group input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #222222;
}

.general-form-group-grid {
    display: flex;
    gap: 4px;
    position: relative;
    white-space: nowrap;
}

.general-form-group span {
    position: absolute;
    left: 0;
    bottom: -16px;
    font-size: max(12px, min(.6061vw, .6061vw));
    font-family: 'Source Regular Sans', sans-serif;
}

.general-form-module>#myForm>button {
    width: 14.1414vw;
    min-width: 200px;
    padding: 12px 0;
    letter-spacing: 1px;
    font-size: max(14px, min(1.2121vw, 1.2121vw));
    border-radius: 8px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.general-form-module>#myForm>select option:disabled {
    color: gray;
}

.general-form-module>#myForm>select.no-placeholder option:disabled {
    display: none;
}

/* 消息提示 */
#tooltip {
    min-width: 6.0606vw;
    padding: .6061vw 1.8182vw;
    border-radius: 4px;
    position: fixed;
    top: 1.5152vw;
    margin: 0 auto;
    display: none;
    transition: opacity 0.3s ease;
    z-index: 10;
}

/* 底部 */
.article-fonter {
    padding: 60px 20px;
}

.footer-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.article-fonter>*>*:last-child {
    width: 16.4063vw;
    min-width: 18rem;
}

.font-contact-site {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    font-size: max(12px, min(.9091vw, .9091vw));
}

.font-contact-site>img {
    min-width: 90px;
    width: 7.0707vw;
    -o-object-fit: contain;
       object-fit: contain;
}

.font-contact-us {
    display: flex;
    gap: .5rem;
    flex-direction: column;
    align-items: flex-start;
    font-size: max(12px, min(.9091vw, .9091vw));
}

.font-contact-us-title {
    font-family: 'Source Medium Sans', sans-serif;
    padding-bottom: .5rem;
    font-size: max(14px, min(1.25vw, 1.25vw));
}

.footer-phone,
.footer-email {
    display: flex;
    gap: .375rem;
    align-items: center;
}

.footer-phone-img,
.footer-email-img {
    width: 1.125rem;
    height: 1.125rem;
    cursor: pointer;
}

.footer-phone-img {
    background: url(/assets/img/home/whatsapp.png);
    background-size: contain;
}

.footer-email-img {
    background: url(/assets/img/home/email.png);
    background-size: contain;
}

.footer-event .social-icon {
    width: 1.6667vw;
    height: 1.6667vw;
    min-width: 1.25rem;
    min-height: 1.25rem;
    display: inline-block;
    background-size: cover;
    transition: opacity 0.3s;
}

.footer-phone:hover>.footer-phone-info {
    color: white;
}

.footer-email:hover>.footer-email-info {
    color: white;
}

.footer-event.text-xs:hover {
    color: white;
}

/* 站外跳转 */
.footer-off-site {
    margin-top: .25rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer-off-site-info {
    display: flex;
    gap: .375rem;
    flex-direction: column;
    align-items: flex-start;
}

.footer-off-site-info ul {
    display: flex;
    gap: 1.25rem;
}

/* 图标基础样式（按顺序定义） */
.footer-off-site-info li:nth-child(1) .social-icon {
    background-image: url(/assets/img/home/icon1.png);
}

.footer-off-site-info li:nth-child(2) .social-icon {
    background-image: url(/assets/img/home/icon2.png);
}

.footer-off-site-info li:nth-child(3) .social-icon {
    background-image: url(/assets/img/home/icon3.png);
}

.footer-off-site-info li:nth-child(4) .social-icon {
    background-image: url(/assets/img/home/icon4.png);
}

.footer-off-site-info li:nth-child(5) .social-icon {
    background-image: url(/assets/img/home/icon5.png);
    /* 修复了原代码中多余的!符号 */
}

/* 悬停样式（保持!important确保优先级） */
.footer-off-site-info li:nth-child(1) .social-icon:hover {
    background-image: url(/assets/img/home/icon1-hover.png) !important;
}

.footer-off-site-info li:nth-child(2) .social-icon:hover {
    background-image: url(/assets/img/home/icon2-hover.png) !important;
}

.footer-off-site-info li:nth-child(3) .social-icon:hover {
    background-image: url(/assets/img/home/icon3-hover.png) !important;
}

.footer-off-site-info li:nth-child(4) .social-icon:hover {
    background-image: url(/assets/img/home/icon4-hover.png) !important;
}

.footer-off-site-info li:nth-child(5) .social-icon:hover {
    background-image: url(/assets/img/home/icon5-hover.png) !important;
}


.footer-phone:hover>.footer-phone-img {
    background: url(/assets/img/home/whatsapp-hover.png);
    background-size: contain;
}

.footer-email:hover>.footer-email-img {
    background: url(/assets/img/home/email-hover.png);
    background-size: contain;
}

.footer-download {
    display: flex;
    gap: .75rem;
}

.footer-download>.download-connection {
    padding: .375rem 1.2121vw;
    display: flex;
    gap: 0.25rem;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 12px;
    cursor: pointer;
}

.footer-download img {
    width: 22px;
    -o-object-fit: contain;
       object-fit: contain;
}

.copyright {
    font-size: max(10px, min(.8081vw, .8081vw));
}

.footer-event {
    cursor: pointer;
}

.none {
    display: none;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.align-center {
    align-items: center;
}

.align-end {
    align-items: flex-end;
}

.justify-start {
    justify-content: flex-start;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.font-Han {
    font-family: 'Source Han Sans', sans-serif;
}

.font-Medium {
    font-family: 'Source Medium Sans', sans-serif;
}

.font-Regular {
    font-family: 'Source Regular Sans', sans-serif;
}

.app-back {
    background: #383838;
}

.app-back-black {
    background: #222222;
}

.app-back-ultimate-black {
    background: #000000;
}

.app-back-white {
    background: white;
}

.app-back-dialog {
    background: #F5F5F9;
}

.app-back-green {
    background: #8EF289;
}

.app-back-card-grey {
    background: #F6F6F6;
}

.app-back-tag-grey {
    background: #F3F3F3;
}

.app-back-grey {
    background: #F5F5F5;
}

.app-select-grey {
    color: rgb(118, 118, 118);
}


.app-col {
    color: #222222;
}

.app-col-red {
    color: red;
}

.app-col-white {
    color: white;
}

.app-col-aux-green {
    color: #33A22E
}

.app-col-green {
    color: #8EF289;
}

.app-col-grey {
    color: #8A8A8A;
}

.app-col-fdusty-blue {
    color: #BEBEBE;
}

.app-tooltip-success {
    color: #67c23a;
    background: rgba(224.6, 242.8, 215.6);
}

.app-tooltip-errer {
    color: #f56c6c;
    background: rgba(253, 225.6, 225.6);
}

nav {
  border-bottom: 0.5px solid #DFDFDF;
}

.service {
  position: relative;
}


.svc-en-ban, .svc-zh-ban {
  margin-top: 6.25vw;
  height: 24.375vw;
  background: url(/assets/img/svc/banner.png);
  background-origin: content-box;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.serviceList {
  position: relative;
  min-height: 70vh;
  z-index: 1;
  padding-top: 3.75rem;
  padding-bottom: 12.5rem;
  overflow: hidden;
}

.serviceList-bg-sticky {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(/assets/img/svc/main-background.jpg) center top / cover no-repeat;
  z-index: -1;
  pointer-events: none;
}

.serviceList-cards {
  position: relative;
  z-index: 1;
  width: 80%;
  padding: 0 1.25rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 5rem 2.56rem;
  gap: 5rem 2.56rem;
}

.service-card {
  display: flex;
  flex-direction: column;
  text-align: left;
  overflow: hidden;
  cursor: pointer;
}

.service-card img {
  width: 100%;
  aspect-ratio: 5/4;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
}

.service-card-type {
  width: 100%;
  font-size: max(14px, min(.7292vw, .7292vw));
  margin-top: 1rem;
}

.service-card-price {
  gap: .25rem;
  font-size: 16px;
  line-height: 1.06rem;
  margin-top: .5rem;
  font-size: max(12px, min(.9375vw, .9375vw));
}

.service-card-price .service-card-price-del {
  font-size: .875rem;
  color: #616161;
  font-size: max(12px, min(.8333vw, .8333vw));
}

.service-card-price .service-card-price-discount {
  font-size: .625rem;
  line-height: 1rem;
  font-style: italic;
  padding-right: .25rem;
  margin-left: 1rem;
  font-size: max(.5rem, min(.5208vw, .5208vw));
  background: linear-gradient(270deg, #FD6B01 0%, #FF5F1C 100%);
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  position: relative;
}

.service-card-price .service-card-price-discount::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -.78rem;
  min-width: 1rem;
  height: 100%;
  background: url(/assets/img/reduction.webp) center / cover no-repeat;
  pointer-events: none;
  z-index: -1;
}

.service-card-but {
  padding: 1rem;
  margin-top: 1.25rem;
  font-size: max(18px, min(.9375vw, .9375vw));
  background: transparent;
  border-radius: 0.38rem;
  border: 0.06rem solid #222222;
  cursor: pointer;
}

.service-card-but:hover {
  color: #8EF289;
  background: #222222;
}

/* ================== 弹窗 ================== */
.service .serviceList-qrcode {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.64);
  z-index: 99;
  align-items: center;
  justify-content: center;
}

.service .serviceList-qrcode .modal-content {
  width: 24.25rem;
  aspect-ratio: 1/1;
  max-width: 500px;
  max-height: 500px;
  min-width: 300px;
  min-height: 300px;
  gap: 3rem;
  background: #fff;
  border-radius: .75rem;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  box-shadow: 0rem 0rem 0.38rem 0rem rgba(0, 0, 0, 0.63);
  text-align: center;
  position: relative;
  box-sizing: border-box;
  border-radius: 0.75rem;
  overflow: hidden;
}

.service .serviceList-qrcode .modal-qrcode-text {
  font-family: 'Source Medium Sans', sans-serif;
  font-size: max(1rem, min(.8333vw, .8333vw));
}

.service .serviceList-qrcode .modal-qrcode-img {
  width: 9.125rem;
  min-width: 9.125rem;
  height: 9.125rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 920px) {

  .service .general-header {
    padding-top: 26vw;
  }

  .service nav {
    border-bottom: none;
  }

  .svc-en-ban, .svc-zh-ban {
    width: 100% !important;
    height: 29vw;
    margin-top: -.25rem;
    background-origin: padding-box;
    background-origin: initial;
  }

  .serviceList {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .serviceList-bg-sticky {
    display: none;
  }

  .serviceList-cards {
    width: 100%;
    padding: 0 .5rem;
    grid-template-columns: repeat(2, 1fr);
    gap: .5rem;
  }

  .service-card {
    padding-bottom: .375rem;
    border: 1px solid #f0f0f0;
    border-radius: 0.75rem;
  }

  .service-card-type, .service-card-price {
    padding: 0 0.5rem;
    margin-top: 0.5rem;
  }

  .service-card img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .service-card-but {
    display: none;
  }

  .service-card-price .service-card-price-discount {
    padding: 0 .125rem;
  }

}
/* 菜单切换模块处理 */
.cooperate nav {
    background: white !important;
}

.tabs-menu {
    width: 100%;
    padding: 1.5625vw;
    border-top: 0.5px solid #DFDFDF;
    display: flex;
    justify-content: center;
    gap: 4.1667vw;
}
.tab-menu{
    width: 50%;
    display: flex;
}
.tab-menu:first-child{
    justify-content: flex-end;
}

.tab-menu-genius, .tab-menu-Partner {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    gap: .5rem;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.tab-menu .selected {
    width: 33%;
    height: .3125vw;
    min-width: 3.875rem;
    min-height: .375rem;
    border-radius: 0.19rem;
}
.cooperate .general-header{
    margin-top: 10.4167vw;
}

/* 正常样式处理 */
.expert>*,
.partner>* {
    width: 100%;
    display: flex;
    align-items: center;
}

.article-cooperate {
    padding: 80px 20px;
    line-height: 1.3;
    display: flex;
    grid-gap: 2.0202vw;
    gap: 2.0202vw;
    display: grid;
    justify-items: center;
}

.article-cooperate>img {
    width: 16.1616vw;
    min-width: 160px;
    margin-bottom: 20px;
    -o-object-fit: contain;
       object-fit: contain;
}

.article-cooperate>header {
    font-weight: 800;
    width: 85%;
}

.article-cooperate>header>h1 {
    font-size: 4.1414vw;
}

.article-cooperate>header>h2 {
    font-family: 'Source Medium Sans', sans-serif;
    font-size: 3.0303vw;
}

.article-cooperate>div {
    font-size: max(.75rem, min(1.2121vw, 1.2121vw));
    width: 80%;
}

/* 注册 */
.cooperate-form {
    display: flex;
    position: absolute;
    justify-content: flex-end;
}

.cooperate-grid-column:nth-child(3) {
    grid-template-columns: 1fr 2fr;
}

/* 优势 */
.article-advantage {
    display: grid;
    padding-bottom: 80px;
    grid-gap: 36px;
    gap: 36px;
}

.article-advantage header {

    font-weight: 800;
    font-size: 4.1414vw;
}

.article-advantageList {
    display: grid;
    grid-gap: 16px;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
    text-align: left;
}

.article-advantageList>* {
    padding: 1.5152vw;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    display: grid;
    grid-gap: 12px;
    gap: 12px;
}

.article-advantageList-title {
    display: flex;
    gap: 4px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    align-items: flex-start;
}

.article-advantage img {
    width: 24px;
    -o-object-fit: contain;
       object-fit: contain;
}

/* 问题解答 */
.article-faq {
    text-align: left;
    display: grid;
    grid-gap: 16px;
    gap: 16px;
    justify-items: center;
}

.article-faq header {
    font-weight: 800;
    font-size: 4.1414vw;
}

.article-faqList {
    width: 80%;
    display: grid;
    grid-gap: 20px;
    gap: 20px;
}

.article-faqList>* {
    display: grid;
    grid-gap: 4px;
    gap: 4px;
}

.article-faqList h4 {
    font-size: max(16px, min(1.6162vw, 1.6162vw));
    font-weight: bold;
}


/* 达人合作 */
.article-back-grey {
    background-image: url(/assets/img/cooperate/back-gery.jpg);
    background-size: 100% 100%;
}

.expert-slogan {
    display: grid;
    padding-bottom: 80px;
    grid-gap: 36px;
    gap: 36px;
}


.expert-slogan header {

    font-weight: 800;
    font-size: 4.1414vw;
}

.expert-sloganList {
    display: grid;
    font-weight: bold;
    grid-gap: 16px;
    gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
}

.expert-sloganList>* {
    padding: 2.3232vw;
    border-radius: 1.2121vw;
    display: grid;
    grid-gap: 12px;
    gap: 12px;
    justify-items: center;
}

.expert-sloganList img {
    width: 4.2424vw;
    min-width: 36PX;
    -o-object-fit: contain;
       object-fit: contain;
}

.partner-slogan {
    padding: 80px 20px 120px 20px;
    display: grid;
    grid-gap: 36px;
    gap: 36px;
}

.partner-slogan header {

    font-weight: 800;
    font-size: 4.1414vw;
}

.partner-sloganList {
    display: grid;
    font-weight: bold;
    grid-gap: 16px;
    gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.partner-sloganList>* {
    padding: 2.3232vw;
    border-radius: 1.2121vw;
    display: grid;
    grid-gap: 12px;
    gap: 12px;
    justify-items: center;
    font-size: max(1rem, min(1.6162vw, 1.6162vw));
    white-space: nowrap;
}

.partner-sloganList img {
    width: 4.2424vw;
    min-width: 36PX;
    -o-object-fit: contain;
       object-fit: contain;
}
.application_complated_for {
    width: 100%;
    height: 100%;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
}

.application_complated_for_tychego_partner{
    background: url(/assets/img/cooperate/partner-ban-submit.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.application_complated_for_tychego_genius{
    background: url(/assets/img/cooperate/expert-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.application_complated_for section {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.64);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
}

.application_complated_for article {
    width: 360px;
    padding: 36px;
    border-radius: 12px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.4;
    text-align: center;
}

.application_complated_for .img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.application_complated_for .img>:first-child {
    width: 50%;
    min-width: 120px;
    -o-object-fit: contain;
       object-fit: contain;
}

.application_complated_for .img>.close {
    width: 24px;
    aspect-ratio: 1/1;
    background: url(/assets/img/hover-close.png);
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
}

.application_complated_for .img>.close:hover {
    background: url(/assets/img/close.png);
    background-size: contain;
}

.application_complated_for article>button {
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px 60px;
    margin-top: 8px;
    margin-bottom: 24px;
    border-radius: 8px;
    border: none;
    color: rgba(142, 242, 137, 1);
    background: rgba(34, 34, 34, 1);
}

@media screen and (max-width: 920px) {
    .tychego_partner main {
        background: none;
        background-color: #81f289;
    }

    .application_complated_for_tychego_partner{
        background: url(/assets/img/cooperate/partner-ban-submit.jpg);
        background-size: cover;
        background-position: center;
    }
    .application_complated_for_tychego_genius{
        background: url(/assets/img/cooperate/expert-ban-submit.webp);
        background-size: cover;
        background-position: center;
    }
    .application_complated_for_tychego_promoter{
        background: none;
        background-color: #81f289;
    }

    .application_complated_for article {
        width: 80%;
        padding: 20px;
        font-size: 14px;
        line-height: 20px;
    }

    .application_complated_for .img>.close {
        width: 20px;
    }

    .application_complated_for .img>.close:hover {
        background: url(/assets/img/hover-close.png);
        background-size: contain;
    }
}
/* ================== 主体布局 ================== */
nav {
    border-bottom: 0.5px solid #DFDFDF;
}

.main {
    display: flex;
    gap: 1.875rem;
    flex-direction: column;
    margin-top: 6rem;
    position: relative;
}

.main-banner {
    display: flex;
    gap: 1.5rem;
    width: 100%;
}

.main section {
    width: 50%;
}

/* ================== 服务信息 ================== */
.service-det {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.875rem;
}

.service-det-cont {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
}

.service-det-cont>* {
    display: flex;
    gap: 0.875rem;
    flex-direction: column;
    align-items: flex-start;
}

.service-info-bet {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.75rem;
    border-bottom: 0.5px solid #DFDFDF;
}

.service-info h1 {
    font-family: 'Source Medium Sans', sans-serif;
    font-size: max(1rem, min(1.3542vw, 1.3542vw));
}

.service-info .amount {
    font-size: max(1.125rem, min(1.4583vw, 1.4583vw));
}

.service-info .service-card-price {
    gap: .25rem;
}

.service-info .service-card-price-del {
    font-size: .875rem;
    color: #616161;
    font-size: max(12px, min(.8333vw, .8333vw));
}

.service-info .service-card-price-discount {
    font-size: .625rem;
    line-height: 1rem;
    font-style: italic;
    padding-right: .25rem;
    margin-left: 1rem;
    font-size: max(.5rem, min(.5208vw, .5208vw));
    background: linear-gradient(270deg, #FD6B01 0%, #FF5F1C 100%);
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    position: relative;
}

.service-info .service-card-price-discount::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -.78rem;
    min-width: 1rem;
    height: 100%;
    background: url(/assets/img/reduction.webp) center / cover no-repeat;
    pointer-events: none;
    z-index: -1;
}

.service-info .sold {
    font-size: max(.75rem, min(.7292vw, .7292vw));
}

/* ================== 标题 ================== */
.service-det h2 {
    font-family: 'Source Medium Sans', sans-serif;
    font-size: max(1rem, min(.8333vw, .8333vw));
}

/* ================== 套餐选择 ================== */
.svc-groups {
    width: 100%;
    display: flex;
    gap: 0.625rem;
    flex-wrap: wrap;
}

.svc-groups .svc-group-item {
    padding: 0.45rem 1.375rem;
    font-size: max(.875rem, min(.7292vw, .7292vw));
    border: none;
    border-radius: 0.375rem;
    cursor: pointer;
}

.svc-groups .svc-group-item.active {
    color: #2DAD27;
    border: 0.5px solid #33A22E;
    background: #F4FFF2;
}

/* ================== 服务商 ================== */
.mht-Statistics {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.provider-all-btn {
    font-size: max(.875rem, min(.7292vw, .7292vw));
    cursor: pointer;
}

.mht-Statistics>* {
    display: flex;
    align-items: center;
}

.mht-Statistics img {
    width: .875rem;
    display: flex;
    justify-content: space-between;
    transform: translate3d(0, 0, 0) rotate(-90deg);
}

.mht-list {
    width: 100%;
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.mht-list::-webkit-scrollbar {
    display: none;
}

.mht-list>.mht-card {
    overflow: hidden;
}

.mht-card {
    width: 30%;
    min-width: 30%;
    padding: 0.625rem .5rem;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    cursor: pointer;
}

.mht-card.selected {
    color: #2DAD27;
    border: 0.5px solid #33A22E;
    background: #F4FFF2;
}

.mht-card-open-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.125rem;
    height: 1.125rem;
    background: url(/assets/img/svc/open.jpg);
    background-size: cover;
    z-index: 2;
}

.mht-card-header {
    width: 100%;
    font-family: 'Source Medium Sans', sans-serif;
    font-size: max(.875rem, min(.7292vw, .7292vw));
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.mht-card-header img {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
}

.mht-info {
    width: calc(100% - 2.5rem);
    text-align: left;
}

.mht-tag {
    height: 1rem;
    background: #FA6400;
    color: white;
    padding: 0 0.125rem;
    border-radius: 0.125rem;
    font-size: max(12px, min(.6061vw, .6061vw));
    font-family: 'Source Medium Sans', sans-serif;
    text-align: left;
    min-height: 0.875rem;
    margin-top: 0.375rem;
    position: relative;
}

[class~="mht-tag"][class$=" "] {
    /* 处理尾部空格情况 */
    background: none !important;
}

.mht-tag.MHT_ZAN {
    padding-left: 1.375rem;
    color: #F38205;
    background-color: #FFF1E1;
}

.mht-tag.MHT_ZAN::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1.31rem;
    height: 1.31rem;
    background: url(/assets/img/svc/optimal-mht.png) center / cover no-repeat;
    pointer-events: none;
}

.mht-tag.MHT_XIN {
    padding-left: .75rem;
    margin-left: .5rem;
    background-color: #47FDB2;
}

.mht-tag.MHT_XIN::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -.5rem;
    width: 1.31rem;
    height: 1.31rem;
    background: url(/assets/img/svc/new-mht.png) center / cover no-repeat;
    pointer-events: none;
}

.mht-card-stats {
    margin: .125rem 0;
    display: flex;
    gap: 8px;
    font-size: max(12px, min(.6061vw, .6061vw));
}

.mht-card-score {
    display: flex;
    gap: 2px;
    align-items: center;
}

.mht-card-score-img {
    width: 12px;
    height: 12px;
    background: url(/assets/img/svc/score.png) center / cover no-repeat;
}

.mht-card-price {
    gap: .25rem;
}

.mht-card-price .service-card-price {
    gap: .25rem;
}

.mht-card-price .service-card-price-del {
    font-size: .875rem;
    color: #616161;
    font-size: max(12px, min(.8333vw, .8333vw));
}

.mht-card-price .service-card-price-discount {
    font-size: .625rem;
    line-height: 1rem;
    font-style: italic;
    padding-right: .25rem;
    margin-left: 1rem;
    font-size: max(.5rem, min(.5208vw, .5208vw));
    background: linear-gradient(270deg, #FD6B01 0%, #FF5F1C 100%);
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    position: relative;
    z-index: 3;
}

.mht-card-price .service-card-price-discount::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -.78rem;
    min-width: 1rem;
    height: 100%;
    background: url(/assets/img/reduction.webp) center / cover no-repeat;
    pointer-events: none;
    z-index: -1;
}

/* ================== 预定按钮 ================== */
.service-but {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.75rem 0;
    border-radius: 0.375rem;
    font-size: max(1.125rem, min(1.0417vw, 1.0417vw));
    font-family: 'Source Medium Sans', sans-serif;
    cursor: pointer;
}

/* 评论+服务图 */
.menu-tabs {
    width: 100%;
    margin-bottom: 1.3125rem;
    display: flex;
    gap: 2.75rem;
    font-size: max(1rem, min(.8333vw, .8333vw));
    font-family: 'Source Medium Sans', sans-serif;
    border-bottom: 0.5px solid #DFDFDF;
}

.menu-tabs>span {
    min-width: 80px;
    display: inline-block;
    padding-bottom: 0.5625rem;
    cursor: pointer;
}

.menu-tabs>span.active {
    border-bottom: 2px solid #8EF289;
}

.picintros-imgs.pc-none,
.review-section.pc-none,
.menu-tabs>.pc-none {
    display: none;
}

/* ================== 评论区 ================== */
.evaluation {
    display: flex;
    gap: 1.625rem;
    flex-direction: column;
}

.evaluation-card {
    width: calc(100% - 96px);
    border-radius: 12px;
    background: #fff;
    padding: 20px 24px;
    position: relative;
    display: flex;
    gap: 1rem;
    flex-direction: column;
}

.evaluation-header {
    display: flex;
    gap: .625rem;
    flex-direction: column;
    align-items: flex-start;
}

.evaluation-info {
    display: flex;
    gap: .5rem;
    justify-content: center;
    align-items: center;
    font-family: 'Source Medium Sans', sans-serif;
    font-size: max(.875rem, min(.7292vw, .7292vw));
}

.evaluation-meta {
    display: flex;
    gap: .625rem;
    align-items: center;
}

.evaluation-rating {
    display: flex;
    align-items: center;
    gap: 0.125rem;
}

.evaluation-rating>*:last-child {
    margin-left: .25rem;
}

.mht-card-evaluation-img {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(/assets/img/svc/score-prov.png) center / cover no-repeat;
}

.evaluation-date {
    color: #C0C0C0;
    font-size: max(.75rem, min(.625vw, .625vw));
}



.evaluation-comment {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 15px;
    color: #444;
}

.evaluation-images {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    gap: .5rem;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
}

.evaluation-image {
    width: 8.625rem;
    height: 8.625rem;
    border-radius: 0.75rem;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    cursor: pointer;
}

.mht-card-intro {
    text-align: left;
    color: #676767;
    margin-top: .875rem;
    font-size: max(.875rem, min(.7292vw, .7292vw));
}

/* ================== 弹窗 ================== */
.modal-mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.64);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background: #fff;
    border-radius: .75rem;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    box-shadow: 0rem 0rem 0.38rem 0rem rgba(0, 0, 0, 0.63);
    text-align: center;
    position: relative;
    box-sizing: border-box;
    border-radius: 0.75rem;
    overflow: hidden;
}

.modal-qrcode .modal-content {
    width: 24.25rem;
    aspect-ratio: 1/1;
    max-width: 500px;
    max-height: 500px;
    min-width: 300px;
    min-height: 300px;
    display: flex;
    gap: 3rem;
    flex-direction: column;
    justify-content: center;
}

.modal-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-size: 1.5rem;
    color: #888;
    cursor: pointer;
}

.modal-qrcode-text {
    font-family: 'Source Medium Sans', sans-serif;
    font-size: max(1rem, min(.8333vw, .8333vw));
}

.modal-qrcode-img {
    width: 9.125rem;
    min-width: 9.125rem;
    height: 9.125rem;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
    display: block;
}

/* ============= 服务商弹窗 选择的方式是覆盖样式不要随便移动========== */
/* ======单个====== */
.review-modal-mask .mht-card {
    width: 34rem;
    padding: 0;
    background: none;
    text-align: left;
    cursor: inherit;
}

.review-modal-mask .mht-card::before {
    display: none;
}

.mht-pop-up-info {
    font-family: 'Source Medium Sans', sans-serif;
    margin-bottom: 0.625rem;
    font-size: max(1rem, min(.9375vw, .9375vw));
}

.review-modal-mask .mht-tag {
    margin: 0;
}

.review-modal-mask .modal-content {
    padding: 1.125rem 0.875rem;
}

.review-modal-mask .mht-card-stats {
    margin: 0;
    align-items: center;
    font-size: max(.875rem, min(.7292vw, .7292vw));
}

.mht-pop-up-text {
    color: #676767;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    font-size: max(.875rem, min(.7292vw, .7292vw));
}

.mht-pop-up-imgs {
    display: flex;
    gap: .5rem;
    position: relative;
}

.mht-pop-up-imgs img {
    width: 11rem;
}

.img-overflow {
    padding: 0 .4375rem;
    background: rgba(25, 25, 25, 0.7);
    border-radius: 1rem;
    position: absolute;
    right: .5rem;
    bottom: .625rem;
    font-size: max(1rem, min(.8333vw, .8333vw));
}


.provider-modal-list .mht-pop-up-imgs {
    padding-bottom: 1.25rem;
}

.provider-modal-list .img-overflow {
    bottom: 1.75rem;
}


/* 评论图片的数字显示样式 */
.evaluation-images .img-overflow {
    bottom: 0.5rem;
    right: 0.5rem;
    font-size: max(0.75rem, min(0.625vw, 0.625vw));
    padding: 0 0.375rem;
}

/* ======列表====== */
.provider-modal-content {
    min-width: 34rem;
    max-width: 34rem;
    padding: 0;
    background-color: #F5F5F9;
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.provider-modal-title {
    width: 100%;
    padding: 1.875rem 0;
}

.provider-modal-list {
    padding: 0 .75rem;
    padding-bottom: .75rem;
    max-height: 60vh;
    display: flex;
    gap: 0.625rem;
    flex-direction: column;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.provider-modal-list::-webkit-scrollbar {
    display: none;
}

.provider-modal-list .mht-card {
    width: 100%;
    padding: .75rem;
    cursor: inherit;
}

.provider-modal-list .mht-card::before {
    display: none;
}

.provider-modal-flex {
    width: 100%;
    display: flex;
    gap: .625rem;
}

.provider-modal-flex>img {
    width: 3.625rem;
    height: 3.625rem;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
}

.provider-modal-banner {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.provider-modal-banner .mht-card-stats {
    margin: 0;
    margin-top: 0;
    display: flex;
    align-items: center;
    font-size: max(.875rem, min(.7292vw, .7292vw));
    line-height: 1.25rem;
}

.provider-modal-banner .mht-card-stats>* {
    display: flex;
    gap: .25rem;
    align-items: center;
}

.provider-modal-banner .mht-info {
    margin-right: .75rem;
    display: flex;
    flex-direction: column;
}

.provider-modal-banner .mht-modal-title {
    font-family: 'Source Medium Sans', sans-serif;
    font-size: max(1rem, min(.8333vw, .8333vw));
}

.provider-modal-banner .mht-tag {
    width: -moz-fit-content;
    width: fit-content;
}

.provider-modal-banner .mht-card-price-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.mht-card-price-row .mht-card-price {
    font-size: max(1.375rem, min(1.1458vw, 1.1458vw));
    line-height: 1.88rem;
}

.mht-card-price-row .select-amount-btn {
    font-size: max(.875rem, min(.7292vw, .7292vw));
    padding: .375rem 1.75rem;
    border-radius: 0.5rem;
    cursor: pointer;
}

.mht-card-intro-row {
    width: 100%;
    padding-bottom: 1.25rem;
    display: flex;
    align-items: center;
    position: relative;
    font-size: max(.875rem, min(.7292vw, .7292vw));
}

.expand-intro-btn {
    width: 90%;
    font-size: max(.875rem, min(.7292vw, .7292vw));
    position: absolute;
    bottom: -0;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transition: color 0.2s;
}

.expand-arrow {
    width: .875rem;
    height: .875rem;
    margin-left: 0.25rem;
    transition: transform 0.3s;
    vertical-align: middle;
    display: inline-block;
}

.expand-arrow.expanded {
    transform: rotate(180deg);
}


/* ================== 轮播图 ================== */
.about-carousl-list.swiper-wrapper {
    display: flex;
}

.about-carousl-list .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: auto;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
}

.service-imgs::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari/Webkit */
}

.about-carousl-swiper,
.about-carousl-list,
.about-carousl-list .swiper-slide {
    height: 100%;
}

.about-carousl-swiper .swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: auto;
}

.about-carousl-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ddd;
    opacity: 1;
    border-radius: 50%;
    margin: 0 4px;
    transition: background 0.3s;
}

.about-carousl-swiper .swiper-pagination-bullet-active {
    background: #1abc9c;
}

/* ================== 图片介绍 ================== */
.picintros-imgs {
    display: flex;
    flex-direction: column;
}

.picintros-imgs img {
    width: 100%;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
}

.img-preview-content {
    width: 800px;
    max-width: 800px;
    background: #000;
    position: relative;
    padding: 0;
}

.img-preview-swiper {
    width: 100%;
    height: 60vw;
    max-height: 80vh;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

.img-preview-list img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    background: #000;
    display: block;
}

#img-preview-close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    z-index: 10;
}

/* 下载APP，享更大折扣优惠 */
.main-reservation {
    width: 100%;
    display: none;
    justify-content: center;
    position: fixed;
    bottom: 1rem;
    z-index: 99;
}

.main-reservation button {
    width: 96%;
    width: calc(100% - 1.75rem);
    padding: .9375rem 0;
    border-radius: 0.75rem;
    font-size: 1rem;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


@media screen and (min-width: 921px) {
    section.service-det {
        width: calc(40% - 2.5rem);
        position: fixed;
        top: 8.5rem;
        left: calc(50% + 1.5rem);
        z-index: 9;
    }

    section.service-det.section-absolute {
        top: auto;
        top: initial;
        bottom: 360px;
    }

    .main-banner {
        align-items: flex-start;
        top: auto !important;
        top: initial !important;
    }
}
.home>* {
    width: 100%;
    display: flex;
    align-items: center;
}

.home header {
    font-size: 4.1414vw;
}

/* 关于我们 */
.article-about {
    padding-bottom: 0;
    display: grid;
    justify-items: center;
    grid-gap: 12px;
    gap: 12px
}

.article-about>header {
    font-family: 'Source Han Sans', sans-serif;
}

.about-carousl {
    width: 72vw;
    margin-top: 1.0101vw;
    position: relative;
}

.home .about-carousl-swiper {
    width: 100%;
    align-items: center;
    height: -moz-fit-content;
    height: fit-content;
}

.carousel-arrow {
    width: 3.75vw;
    aspect-ratio: 1 / 1;
    /* 根据你的图片大小调整 */
    background: url(/assets/img/home/arrow.png);
    background-size: contain;
    cursor: pointer;
    /* 显示为可点击 */
    position: absolute;
    top: 40%;
    left: -3.75vw;
    transform: rotate(180deg);
}

.carousel-arrow:last-child {
    left: auto;
    right: -3.75vw;
    transform: rotate(0);
}

.home .about-carousl-list {
    min-height: 20vw !important;
    align-items: center;
}

.home .about-carousl-list>.swiper-slide {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    align-items: center;
    border-radius: .75rem;
    overflow: hidden;
}

.about-carousl-img {
    width: 20vw;
    transition: width 1s ease-in-out;
}

.about-carousl-img.active {
    width: 30vw;
    /* 选中时放大 */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.about-welcome>span {
    font-family: 'Source Medium Sans';
    font-size: max(1rem, min(1.1458vw, 1.1458vw));
}

.article-about .about-welcome {
    width: 100%;
}

.article-about .about-info {
    width: 80%;
    overflow: visible;
    overflow: initial;
    margin: 0 auto;
    font-size: max(1rem, min(1.1458vw, 1.1458vw));
}

/* 关于TycheGo */
.about-tycheGo {
    gap: 5.25rem;
}

.about-tycheGo-header,
.our-team-header {
    width: 100%;
}

.about-tycheGo-header>img,
.our-team-header>img {
    width: 4.5833vw;
}

.home-main .our-team-title,
.about-tycheGo .about-tycheGo-title {
    gap: 2.5rem;
    font-family: 'Source Han Sans', sans-serif;
    font-size: max(1.5rem, min(4.1667vw, 4.1667vw));
}

.about-tycheGo .about-tycheGo-ban-img {
    width: 24.7917vw;
    min-width: 29.75rem;
    height: 32.7083vw;
    min-height: 39.25rem;
    background: url(/assets/img/home/about-ban-pc-img.png);
    background-size: cover;
    border-radius: 1.5rem;
    overflow: hidden;
}

.about-tycheGo .about-tycheGo-banner {
    gap: 5.75rem;
    text-align: left;
}

.about-tycheGo .about-tycheGo-ban-content>span {
    display: inline-block;
    padding-right: 15%;
    font-size: max(1rem, min(1.25vw, 1.25vw));
}

.about-tycheGo .about-tycheGo-cont-img>* {
    width: 50%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    -o-object-position: center bottom;
       object-position: center bottom;
}

.about-tycheGo .about-tycheGo-cont-icon {
    height: 65%;
    margin-right: 5.75rem;
}

.our-team-pc-img {
    width: 100%;
}

@media screen and (max-width: 920px) {
	.about-tycheGo {
		margin: 0 auto;
	}

	.home article {
		padding: 0;
	}

	/* 关于我们 */
	.about-carousl {
		width: 80vw;
	}

	.home .about-carousl-list>.swiper-slide {
		width: 100%;
		margin: 0;
		flex-direction: column;
	}

	.article-about {
		padding: 0 20PX;
	}

	.about-carousl-img {
		width: 100% !important;
		box-shadow: none;
	}

	/* 关于我们 */
	.about-tycheGo {
		gap: 1rem;
	}

	.about-tycheGo .about-tycheGo-banner {
		gap: 1rem;
		flex-direction: column-reverse;
	}

	.about-tycheGo .about-tycheGo-ban-img {
		width: 100%;
		min-width: 0;
		min-width: initial;
		height: 90vw;
		min-height: 0;
		min-height: initial;
		background: url(/assets/img/home/about-ban-img.png);
		background-size: cover;
	}

	.about-tycheGo .our-team-title,
	.about-tycheGo .about-tycheGo-title {
		gap: 1.5rem;
		white-space: nowrap;
	}

	.about-tycheGo-title img {
		width: 20%;
	}

	.our-team-title>img {
		max-width: 40%;
	}

	.about-tycheGo .about-tycheGo-ban-content>span {
		padding: 0;
	}

	.about-tycheGo .about-tycheGo-cont-img {
		display: none;
	}

	.our-team-pc-img {
		display: none;
	}

	.home-main {
		margin-top: 1.25rem;
		display: flex;
		flex-direction: column;
		gap: 1.25rem;
		padding-bottom: 1rem;
	}

	.our-team-phone {
		display: flex;
		gap: 1rem;
		background: url(/assets/img/home/our-team-back.png);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		padding: 1rem !important;
		padding-bottom: 100vw !important;
		text-align: left;
		font-size: max(1rem, min(1.25vw, 1.25vw));
		border-radius: .75rem;
		border: none !important;
		outline: none;
		overflow: hidden;
	}

	.our-team-phone-tag {
		gap: .75rem;
		color: #FC6B1D;
		font-size: .875rem;
	}

	.our-team-phone-tag>* {
		gap: .5rem;
	}

	.our-team-phone-tag img {
		width: 1rem;
		height: 1rem;
		margin-top: .125rem;
	}

	.article-about .about-info {
		width: 100%;
		text-align: left;
	}

	.carousel-arrow {
		display: none;
	}

	.about-info-flex {
		display: inline-block;
	}

}

@media screen and (max-width: 920px) {
	header {
		font-size: 6.0606vw;
	}

	.content {
		width: 90%;
		padding: 10px 0;
	}

	article {
		padding: 40px 0;
	}

	.general-header {
		padding-top: 25vw;
	}

	.partner-banner {
		background: url(/assets/img/cooperate/partner-bannerMedia.jpg);
		aspect-ratio: 375/292;
		height: auto;
		background-size: contain;
	}

	.expert-banner {
		background: url(/assets/img/cooperate/expert-bannerMedia.jpg);
		aspect-ratio: 375/292;
		height: auto;
		background-size: contain;
	}

	nav {
		height: auto;
		align-items: baseline;
		background: white !important;
	}

	nav .download {
		padding: .8125rem 5%;
		display: flex;
	}

	.menu {
		gap: 20px;
	}

	.nav {
		padding: 8px 0;
	}

	.nav .menuIcon {
		display: block;

	}

	.switch-language {
		font-weight: normal;
	}

	.switch-language img {
		width: 0.625rem;
		top: .3125rem;
		right: -.875rem;
	}

	.menu .nav-menuList {
		width: 100%;
		gap: 0;
		padding: 0 5%;
		font-family: 'Source Medium Sans', sans-serif;
		background: white;
		display: none;
		justify-items: start;
		position: fixed;
		left: 0;
		top: 100px;
	}

	.menu .nav-menuList.unfold {
		height: 100%;
		margin-top: 0px;
		display: block;
		align-items: baseline;
		position: fixed;
		right: 0;
		animation: slideAndExpand 0.1s ease-out forwards;
	}

	.menu .nav-menuList.fold {
		height: 100%;
		display: block;
		align-items: baseline;
		position: fixed;
		right: 0;
		animation: slideAndContract 0.1s ease-in forwards;
	}


	.nav-menuList ul>*:hover {
		transform: none;
	}

	.nav-menuList ul {
		width: 100%;
		display: grid;
		grid-gap: 0;
		gap: 0;
		border-top: 1px solid rgba(190, 190, 190, 1);
	}

	.nav-menuList ul>* {
		width: 100%;
		padding: 24px 0;
		text-align: left;
		border-bottom: 1px solid rgba(190, 190, 190, 1);
	}

	.nav-menuList ul li::before {
		content: "";
		width: 8px;
		height: 8px;
		border: solid #222222;
		border-width: 2px 0 0 2px;
		border-radius: 0.125rem;
		transform: translate3d(0, -50%, 0) rotate(135deg);
		position: absolute;
		right: 0;
		top: 50%;
	}

	.general-form-module {
		width: 100%;
		min-width: 0;
		min-width: initial;
		gap: 1rem;
		margin: 20px 0;
	}

	.general-form-module>#myForm {
		width: -moz-fit-content;
		width: fit-content;
		min-width: auto;
		display: grid;
		justify-items: center;
		grid-gap: 20px;
		gap: 20px
	}

	.general-form-group input,
	.general-form-group select,
	.general-form-group textarea {
		padding-top: .75rem;
		padding-bottom: .75rem;
		background: rgba(245, 245, 245, 1);
	}

	.general-form-group input:-webkit-autofill {
		-webkit-box-shadow: 0 0 0px 1000px rgba(245, 245, 245, 1) inset;
	}

	.article-fonter {
		display: flex;
		padding: 40px 0;
		flex-direction: column;
		align-items: self-start;
		gap: 1rem;
	}

	.footer-info {
		gap: 1rem;
		flex-direction: column;
		justify-content: initial;
	}

	.font-contact-us-title {
		padding-bottom: .125rem;
	}

	.footer-off-site {
		width: 100%;
		gap: .75rem;
		flex-direction: column;
		align-items: initial;
	}

	.footer-off-site-info {
		gap: 1rem;
		flex-direction: column-reverse;
	}

	.footer-download {
		margin-top: .25rem;
		margin-bottom: .25rem;
	}

	.footer-download>.download-connection {
		padding: .25rem 1rem;
	}

	.footer-event {
		cursor: none;
	}

	.copyright {
		order: 3;
		/* 将.copyright放在后面 */
	}

	.text-xs{
		font-size: .625rem;
	}


	.article-fonter ul {
		gap: 24px;
	}
}

@media screen and (min-width: 769px) {
	.nav ul {
		display: flex !important;
	}
}

/* 菜单收展 */
@keyframes slideAndExpand {
	0% {
		transform: translateX(100%);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slideAndContract {
	0% {
		transform: translateX(0);
		opacity: 1;
	}

	100% {
		transform: translateX(100%);
		opacity: 0;
	}
}
@media screen and (max-width: 920px) {

	/* 菜单切换模块处理 */
	.tab-menu-genius, .tab-menu-Partner {
		width: 100%;
	}

	/* 达人和合作商 */
	header {
		font-size: 6.0606vw !important;
		white-space: inherit;
	}
	
	.cooperate-form {
		position: static;
		position: initial;
	}

	.article-advantageList {
		grid-template-columns: none;
	}

	.article-advantageList>* {
		padding: .75rem;
	}

	.expert-sloganList,
	.partner-sloganList {
		grid-template-columns: 1fr 1fr;
	}

	.expert>*,
	.partner>* {
		flex-direction: column;
	}

	.article-cooperate>img {
		margin: 0;
	}

	.article-cooperate>header {
		margin-top: 1.25rem;
		margin-bottom: 1.25rem;
	}

	.article-cooperate>div {
		width: 90%;
	}

	.article-testimonials-grid {
		gap: 0.75rem;
	}

	.article-testimonials-grid>img {
		border-radius: 50%;
	}

	.article-testimonials-right>*:nth-child(n),
	.article-testimonials-left>*:nth-child(n) {
		padding: 0;
	}

	.app-back-calculator {
		background-color: #F5FCF7;
		background-image: none;
	}

	.applyFor>header {
		white-space: inherit;
	}

	.app-back-form {
		background: white;
	}

	.applyFor-career {
		background-color: rgba(245, 245, 245, 1);
	}
}
@media screen and (min-width: 921px) and (max-width: 1280px) {
    .mht-list .mht-card {
        min-width: 40%;
    }
}

@media screen and (max-width: 920px) {
    footer {
        display: none !important;
    }

    nav {
        border-bottom: none;
    }

    .pc-none {
        display: inline !important;
        display: initial !important;
    }

    .main {
        margin-top: 8rem;
    }

    .main.content {
        width: 100%;
        padding: 0;
        padding-bottom: 5rem;
    }

    .main-banner {
        gap: .75rem;
        flex-direction: column;
    }

    .main section {
        width: 100%;
    }

    .service-det-cont {
        padding: 0 0.625rem;
        gap: 1.375rem;
    }

    .img-preview-content {
        max-width: 80vw;
    }

    /* 标题部分 */
    .service-info {
        gap: .5rem;
    }

    .service-info-bet {
        padding: 0;
        border: none;
    }

    /* 服务商 */
    .mht-list {
        overflow-x: auto;
    }

    .mht-card {
        max-width: 100%;
    }

    .mht-list .mht-card {
        min-width: 45%;
        width: 45%;
    }

    /* 弹框 */
    .modal-content {
        max-width: 96%;
        max-width: calc(100% - 1.25rem);
    }

    .provider-modal-content {
        min-width: 90%;
    }

    .mht-pop-up-text {
        margin-top: 1.5rem;
    }

    .mht-tag {
        font-size: 0.625rem;
    }

    .review-modal-mask .mht-card-stats {
        font-size: 0.625rem;
    }

    /* 提供商列表弹框 */
    .provider-modal-title {
        padding: .875rem 0;
    }

    .provider-modal-flex>img {
        width: 3rem;
        height: 3rem;
    }

    .mht-modal-title {
        font-size: .875rem;
    }

    .provider-modal-banner .mht-tag {
        font-size: .625rem;
    }

    .mht-card-price-row .mht-card-price {
        font-size: 1rem;
    }

    .img-preview-content {
        width: 90%;
    }

    /* 隐藏按钮 */
    .service-but {
        display: none;
    }

    .mht-pop-up-imgs {
        width: 100%;
    }

    .mht-pop-up-imgs img {
        width: 33%;
        height: 6.75rem;
        aspect-ratio: 1/1;
    }

    .main-reservation{
        display: flex;
    }
    .evaluation-card, .evaluation-images {
        width: 100%
    }

    .evaluation-image {
        min-width: 32%;
        height: auto;
        height: initial;
        aspect-ratio: 1/1;
    }

    .menu-tabs {
        padding: 0 4%;
        padding-top: 1rem;
        margin-top: 6rem;
        gap: 1.5rem;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9;
        background: white;
    }

    /* 服务商价格 */
    .mht-card-price .service-card-price-discount{
        padding-top: 0;
        padding-bottom: 0;
    }
    .mht-card-price-row .select-amount-btn{
        padding: .375rem .75rem;
        margin-left: .25rem;
    }
}
/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:ease;transition-timing-function:initial;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-left:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-top:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:calc(44px/ 44 * 27);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:44px;height:var(--swiper-navigation-size);margin-top:calc(0px - (44px/ 2));margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#007aff;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-feature-settings:;font-variant:normal;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);top:auto;top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:1;opacity:var(--swiper-pagination-bullet-opacity, 1);background:#007aff;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:8px;right:var(--swiper-pagination-right,8px);left:auto;left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform, .2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform, .2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform, .2s right}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:rgba(0,0,0,.1);background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;left:var(--swiper-scrollbar-sides-offset,1%);bottom:4px;bottom:var(--swiper-scrollbar-bottom,4px);top:auto;top:var(--swiper-scrollbar-top,auto);z-index:50;height:4px;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * 1%);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:auto;left:var(--swiper-scrollbar-left,auto);right:4px;right:var(--swiper-scrollbar-right,4px);top:1%;top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:4px;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * 1%);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:10px;border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}

/*# sourceMappingURL=styles.css.map*/