﻿@charset "UTF-8";
/*  ===== 斷點變數 ===== */
/*  ===== 往上適應 ===== */
/*  ===== 往下適應 ===== */
/*  ===== 範圍內適應 ===== */
/*  ===== 基本漸層背景設定 ===== */
/*  ===== 以 em 計算font-size, letter-spacing(RWD時方便使用) ===== */
/*  ===== 文字置中時的 letter spacing 偏移修正 ===== */
/*  ===== letter spacing 偏移重設 ===== */
/*  ===== firefox font weight bold 統一設定為 normal (firefox在小字為粗體的時候會過粗) ===== */
/*  ===== a連結清除預設值 ===== */
/*  ===== 字體設定（全域/英文/中文) ===== */
/*  ===== 排版相關 ===== */
/*  ===== 超過文字省略為...(可設定行數) ===== */
/*  ===== 捲軸樣式設定 ===== */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@-webkit-keyframes toggleTranslateX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

@keyframes toggleTranslateX {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   +retina(/images/mypic.jpg, 2);
 *   +retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
ul, li {
  list-style: none;
}

ul, li, div, span, i, section, footer, header, p,
h1, h2, h3, h4, h5, h6,
figure, figcaption,
dl, dt, dd,
button, a {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

input, button {
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
}

body, html {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: 'Noto Sans SC', 'Montserrat', "Microsoft JhengHei", "PingFang TC" , "蘋果儷中黑",'sans-serif' , Arial;
  font-display: swap;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  image-rendering: auto;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
}

@media (max-width: 767px) {
  body {
    font-size: 1rem;
  }
}

body.loading-out {
  opacity: 0;
}

h1 {
  font-size: 2.875rem;
}

h2 {
  font-size: 2.25rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.375rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
  letter-spacing: 0.25em;
}

span {
  font-size: 100%;
}

p, a, li, span {
  font-size: inherit;
}

b, strong {
  font-weight: bold;
}

.en {
  font-family: Montserrat;
}

.zh {
  font-family: 'Noto Sans SC';
}

.text-underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.selector-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.selector-container .selector-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.selector-container .selector-item-top span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.selector-container .selector-item-top i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.selector-container .selector-item-top svg {
  max-width: 100%;
  stroke: #979797;
}

.selector-container .selector-item-bottom {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.selector-container .selector-item-bottom a {
  padding: 10px 15px;
  display: block;
  color: #333;
}

.selector-container .selector-item-bottom li {
  position: relative;
}

.selector-container .selector-item-bottom .selector-item-bottom {
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.selector-container .selector-item-top {
  -webkit-transition: color ease 0.5s;
  transition: color ease 0.5s;
}

.selector-container .selector-item-top span {
  margin-right: 10px;
}

.selector-container .selector-item-top svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: opacity ease 0.5s, -webkit-transform ease 0.5s;
  transition: opacity ease 0.5s, -webkit-transform ease 0.5s;
  transition: transform ease 0.5s, opacity ease 0.5s;
  transition: transform ease 0.5s, opacity ease 0.5s, -webkit-transform ease 0.5s;
}

.selector-container .selector-item-bottom {
  display: none;
}

.selector-container .selector-item:hover .selector-item-top {
  color: #ff8523;
}

.selector-container .selector-item:hover .selector-item-top svg {
  stroke: #ff8523;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.selector-container .selector-item:hover > .selector-item-bottom {
  display: block;
}

.selector-container .selector-item-bottom li:hover {
  background: #ff8523;
}

.selector-container .selector-item-bottom li:hover > a {
  color: #fff;
}

.selector-container .selector-item-bottom li:hover > .selector-item-bottom {
  display: block;
}

.social_and_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social_and_search .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social_and_search .social .social-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social_and_search .social .social-item {
  height: 25px;
  width: 25px;
}

.social_and_search .social .social-item:last-of-type {
  margin-right: 0;
}

.social_and_search .social .social-item a {
  width: 100%;
  height: 100%;
  display: block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.social_and_search .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social_and_search .search .search-wrap {
  position: relative;
}

.social_and_search .search .search-wrap i {
  display: block;
  width: 25px;
  height: 25px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
}

.social_and_search .search .search-box {
  position: absolute;
  display: none;
  padding: 20px;
  right: 0;
}

.social_and_search .search .search-box i {
  cursor: pointer;
}

.social_and_search .search .search-wrap:hover .search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-box i {
  display: block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-button-circle {
  width: 80px;
  position: absolute;
}

.swiper-button-circle .bg {
  width: 100%;
  position: absolute;
}

.swiper-button-circle .arrow {
  width: 24.24px;
}

.swiper-button-circle::after {
  display: none;
}

.swiper-button-circle.swiper-button-next {
  right: 5.72917vw;
}

.swiper-button-circle.swiper-button-prev {
  left: 5.72917vw;
}

@media (max-width: 991px) {
  .swiper-button-circle {
    width: 35px;
  }
  .swiper-button-circle .arrow {
    width: 10.6px;
  }
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  display: none;
}

.qrcode {
  width: 150px;
  height: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  background-color: #fff;
}

.qrcode img {
  width: 100%;
  height: 100%;
}

.container-header {
  position: fixed;
  z-index: 2021;
  width: 100%;
  top: 0;
  font-family: 'Noto Sans SC';
  letter-spacing: 0.05em;
  color: #333;
}

.container-header .header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F8FAF9;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  padding: 9px 60px;
  font-size: 0.875rem;
}

.container-header .header-top .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container-header .header-top .left .title {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container-header .header-top .left .selector-container {
  margin-left: 25px;
  line-height: 1.6;
}

.container-header .header-top .left .selector-item {
  margin-right: 1.04167vw;
}

.container-header .header-top .left .selector-item:last-of-type {
  margin-right: 0;
}

.container-header .header-top .left .selector-item-bottom {
  background-color: #F8FAF9;
}

.container-header .header-top .right {
  display: none;
}

.container-header .header-top .social-item, .container-header .header-top .social {
  margin-right: 25px;
}

.container-header .header-top .search-box {
  background-color: #F8FAF9;
}

.container-header .header-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 60px;
  background-color: #fff;
}

.container-header .header-bottom .selector-item-bottom {
  background-color: #fff;
}

.container-header .header-bottom .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.container-header .header-bottom .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container-header .header-bottom .right .text, .container-header .header-bottom .right .social_and_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container-header .header-bottom .right .text {
  margin-right: 2.60417vw;
  line-height: 1;
}

.container-header .header-bottom .logo {
  width: 113.45px;
}

.container-header .header-bottom .logo .ratio-wrap {
  width: 100%;
  height: 0;
  padding-top: calc(100% / 113.45 * 40);
  position: relative;
}

.container-header .header-bottom .logo a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat center / cover;
}

.container-header .header-bottom nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 3.125vw;
}

.container-header .header-bottom nav .selector-container {
  line-height: 1.6;
}

.container-header .header-bottom nav .selector-item {
  margin-right: 1.5625vw;
}

.container-header .header-bottom nav .selector-item:last-of-type {
  margin-right: 0;
}

.container-header .header-bottom .phone, .container-header .header-bottom .separate, .container-header .header-bottom .login-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container-header .header-bottom .login-btn a {
  color: #333;
}

.container-header .header-bottom .login-btn a:hover {
  color: #ff8523;
}

.container-header .header-bottom .phone span {
  margin-right: 10px;
}

.container-header .header-bottom .phone span:first-of-type {
  margin-right: 15px;
}

.container-header .header-bottom .phone span:last-of-type {
  margin-right: 0;
}

.container-header .header-bottom .separate {
  margin: 0 20px;
}

.container-header .header-bottom .social-item, .container-header .header-bottom .social {
  margin-right: 25px;
}

.container-header .header-bottom .search-box {
  background-color: #fff;
}

.container-header .mob-aside-button {
  width: 25px;
  height: 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  display: none;
}

.container-header .mob-aside-button i {
  display: block;
  height: 1px;
  width: 100%;
  background: #333;
}

.container-header .qrcode-wrap {
  position: relative;
}

.container-header .qrcode-wrap .qrcode {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(calc(-50% + 12.5px), calc(100% + 10px));
          transform: translate(calc(-50% + 12.5px), calc(100% + 10px));
}

.container-header .qrcode-wrap:hover .qrcode {
  display: block;
}

@media (max-width: 1699px) {
  .container-header .header-top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .container-header .header-top .right {
    display: block;
  }
  .container-header .header-bottom .social_and_search {
    display: none !important;
  }
  .container-header .header-bottom .text {
    margin-right: 0 !important;
  }
}

@media (max-width: 1439px) {
  .container-header .header-top, .container-header .left nav, .container-header .right {
    display: none !important;
  }
  .container-header .mob-aside-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.section-products h2, .section-designer h2 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 27px;
  color: #F0F0F0;
  font-size: 18.75rem;
  line-height: 1.22;
  font-weight: 300;
  font-family: 'Montserrat';
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.section-model .swiper-slide, .section-contact-us {
  position: relative;
}

.section-model .swiper-slide::before, .section-contact-us::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: .3;
  pointer-events: none;
}

.swiper-container {
  overflow: hidden;
}

@-webkit-keyframes kv-swiper {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes kv-swiper {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.section1 {
  padding-top: 142px;
}

.section1 .swiper-container {
  position: relative;
}

.section1 .desk {
  height: 0;
  padding-top: calc(100% / 1920 * 996);
}

.section1 .mob {
  height: 0;
  display: none;
  padding-top: calc(100% / 375 * 500);
}

.section1 .swiper-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
}

.section1 .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.section1 .swiper-slide .image-container {
  bottom: 0;
  right: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat center / cover;
  color: red;
}

.section1 .swiper-pagination-bullet {
  width: 6.04167vw;
  height: 1.5px;
  background-color: #000;
  opacity: 0.2;
  border-radius: 0;
}

.section1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.section1 .swiper-slide {
  overflow: hidden;
}

.section1 .swiper-slide.swiper-slide-active .image-container {
  -webkit-animation: kv-swiper 5s ease;
          animation: kv-swiper 5s ease;
}

.section1 .swiper-slide.swiper-slide-active .image-container video{
	position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    width: 100%;
    transform: translate(-50%, -50%);
}
@media (max-width: 1699px) {
  .section1 {
    padding-top: 120px;
  }
}

@media (max-width: 1439px) {
  .section1 {
    padding-top: 80px;
  }
}

@media (max-width: 575px) {
  .section1 .desk {
    display: none;
  }
  .section1 .mob {
    display: block;
  }
}

.section-products {
  padding-top: 253px;
  position: relative;
}

.section-products .products-wrap {
  position: relative;
}

.section-products .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 27.08333vw;
}

.section-products .swiper-slide .ratio-wrap {
  width: 100%;
  position: relative;
  padding-top: calc(100% / 520 * 700);
}

.section-products .swiper-slide .ratio-wrap a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.section-products .swiper-slide .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  opacity: 0;
}

.section-products .swiper-slide .title {
  margin-top: 3.64583vw;
  text-align: center;
}

.section-products .swiper-slide .title .en {
  color: #EA5504;
  font-size: 1.25rem;
  line-height: 1.2;
  font-family: Montserrat;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-products .swiper-slide .title .zh {
  color: #000;
  font-size: 1.375rem;
  line-height: 1.45455;
  letter-spacing: 0.4em;
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: normal;
}

.section-products .swiper-slide:hover .mask {
  opacity: 1;
  -webkit-transition: .3s ease opacity;
  transition: .3s ease opacity;
}

.section-products .swiper-button-circle.swiper-button-next {
  right: 5.72917vw;
}

.section-products .swiper-button-circle.swiper-button-prev {
  left: 5.72917vw;
}

@media (max-width: 1439px) {
  .section-products {
    margin-top: 24.46px;
    padding-top: 18.96104vw;
  }
  .section-products h2 {
    left: 0;
    font-size: 21.73218vw;
  }
}

@media (max-width: 991px) {
  .section-products .products-wrap {
    margin: 0 38px;
  }
  .section-products .swiper-button-circle {
    z-index: 2020;
  }
  .section-products .swiper-button-circle.swiper-button-next {
    right: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .section-products .swiper-button-circle.swiper-button-prev {
    left: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 575px) {
  .section-products .swiper-slide .ratio-wrap {
    padding-top: calc(100% / 300 * 400);
  }
  .section-products .swiper-slide .title {
    margin-top: 13.50649vw;
  }
  .section-products .swiper-slide .title .en {
    margin-bottom: 4px;
  }
  .section-products .swiper-slide:hover .mask {
    opacity: 0;
    -webkit-transition: .3s ease opacity;
    transition: .3s ease opacity;
  }
}

.section-activa {
  padding: 142px 48px 150px;
}

.section-activa .top {
  max-width: 400px;
  margin: auto;
  margin-bottom: 102.5px;
}

.section-activa .top img {
  max-width: 100%;
  vertical-align: middle;
  margin-bottom: 30.5px;
}

.section-activa .top .slogan-zh {
  text-align: center;
  font-family: 'Noto Sans SC';
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000;
}

.section-activa .bottom {
  max-width: 788px;
  margin: auto;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.section-activa .bottom .content {
  font-family: 'Noto Sans SC';
  margin-bottom: 80px;
  color: #333333;
  line-height: 2;
}

.section-activa .bottom .slogan-en {
  font-family: Montserrat;
  color: #000000;
  text-transform: uppercase;
  line-height: 1.25;
}

@media (max-width: 767px) {
  .section-activa {
    padding-top: 93px;
    padding-bottom: 70px;
  }
  .section-activa .top {
    margin-bottom: 56px;
  }
  .section-activa .top img {
    margin-bottom: 15px;
  }
  .section-activa .bottom .content {
    margin-bottom: 60px;
  }
}

@media (max-width: 575px) {
  .section-activa .top {
    max-width: 235.29px;
  }
  .section-activa .top .slogan-zh {
    font-size: 1rem;
    line-height: 1.6;
  }
}

.section-model .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 28.64583vw;
}

.section-model .swiper-slide .ratio-wrap {
  width: 100%;
  position: relative;
  padding-top: calc(100% / 550 * 800);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.section-model .swiper-slide .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  padding-top: 80px;
  text-align: center;
}

.section-model .swiper-slide .content .en {
  font-size: 2.1875rem;
  line-height: 1.22857;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.section-model .swiper-slide .content .zh {
  font-size: 1.375rem;
  line-height: 1.45455;
  font-weight: 500;
  letter-spacing: .4em;
  text-transform: 'Noto Sans SC';
}

.section-model .swiper-slide .ratio-wrap {
  opacity: 0;
  -webkit-transition: ease .3s opacity;
  transition: ease .3s opacity;
}

.section-model .swiper-slide:hover .ratio-wrap {
  opacity: 1;
}

.section-model .program {
  height: 17px;
  position: relative;
  margin: 0 45px;
  margin-top: 40px;
}

.section-model .program .swiper-pagination {
  width: calc(100% - 49px - 49px);
  height: 1px;
  left: 49px;
  top: 50%;
  -webkit-transform: translateY(1.5px);
          transform: translateY(1.5px);
  background: #333;
}

.section-model .program .swiper-pagination .swiper-scrollbar-drag {
  background: #333;
  height: 3px;
  cursor: -webkit-grab;
  cursor: grab;
}

.section-model .program .swiper-button {
  height: 16px;
  width: calc(16px / 44 * 27);
  margin-top: calc(0px - (16px / 2));
  color: #333;
}

.section-model .program .swiper-button::after {
  font-size: 16px;
}

.section-model .program .swiper-button-next {
  right: 0;
}

.section-model .program .swiper-button-prev {
  left: 0;
}

@media (max-width: 991px) {
  .section-model .program {
    z-index: 2020;
  }
}

@media (max-width: 767px) {
  .section-model .swiper-slide .ratio-wrap {
    padding-top: calc(100% / 300 * 500);
  }
  .section-model .swiper-slide .content {
    padding-top: 70px;
    padding-left: 0;
    text-align: center;
  }
  .section-model .swiper-slide .content .en {
    margin-bottom: 0;
  }
  .section-model .swiper-slide .content .zh {
    font-size: 1.125rem;
    line-height: 1.44778;
  }
}

@media (max-width: 575px) {
  .section-model .program {
    margin: 40px 19px 0;
  }
  .section-model .swiper-slide:hover .ratio-wrap {
    opacity: 0;
  }
  .section-model .swiper-slide .content .en {
    font-size: 1.5625rem;
  }
}

.section-designer {
  padding-top: 253px;
  padding-bottom: 100px;
  position: relative;
}

.section-designer .designer-wrap {
  margin-bottom: 120px;
  position: relative;
  padding: 0 7.8125vw;
}

.section-designer .swiper-slide {
  position: relative;
  width: 27.08333vw;
}

.section-designer .swiper-slide .ratio-wrap {
  width: 100%;
  position: relative;
  padding-top: calc(100% / 520 * 550);
  overflow: hidden;
}

.section-designer .swiper-slide .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.25rem;
  padding-top: 20px;
  line-height: 1.6;
}

.section-designer .swiper-slide .name .zh {
  font-weight: 'Noto Sans SC';
  margin-right: 25px;
  letter-spacing: 0.2em;
}

.section-designer .swiper-slide .name .en {
  font-family: 'Montserrat';
  font-weight: 300;
  letter-spacing: 0.1em;
}

.section-designer .swiper-slide .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.section-designer .swiper-slide:hover .img-wrapper {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.section-designer .swiper-slide a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.section-designer .swiper-button {
  bottom: 32px;
  top: unset;
  height: 16px;
  width: calc(16px / 44 * 27);
  margin-top: calc(0px - (16px / 2));
  color: #333;
  display: none;
}

.section-designer .swiper-button::after {
  font-size: 16px;
}

.section-designer .swiper-button-next {
  right: 19px;
}

.section-designer .swiper-button-prev {
  left: 19px;
}

.section-designer .btn-view-more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ff8523;
  max-width: 213px;
  margin: auto;
  font-size: 1.75rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-family: Montserrat;
}

.section-designer .btn-view-more a p {
  border-bottom: 1px solid #ff8523;
}

.section-designer .btn-view-more a img {
  max-width: 24px;
}

.section-designer .btn-view-more a:hover p {
  border-bottom: 0;
}

.section-designer .btn-view-more a:hover img {
  -webkit-animation: toggleTranslateX .5s ease infinite alternate;
          animation: toggleTranslateX .5s ease infinite alternate;
}

@media (max-width: 1439px) {
  .section-designer {
    margin-top: 24.46px;
    padding-top: 18.96104vw;
  }
  .section-designer h2 {
    left: 0;
    font-size: 21.73218vw;
  }
}

@media (max-width: 991px) {
  .section-designer {
    padding-bottom: 50px;
  }
  .section-designer .designer-wrap {
    margin: 0 38px 57px;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .section-designer .btn-view-more a {
    font-size: 1rem;
    line-height: 1.6;
    padding-bottom: 5px;
    border-bottom: 1px solid #ff8523;
  }
  .section-designer .btn-view-more a p {
    border-bottom: 0;
  }
}

@media (max-width: 575px) {
  .section-designer {
    margin-top: 40px;
  }
  .section-designer .swiper-button {
    display: block;
  }
  .section-designer .designer-wrap {
    margin: 0;
    margin-bottom: 57px;
  }
  .section-designer .swiper-slide .name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .section-designer .swiper-slide .name .zh {
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .section-designer .swiper-button-next.swiper-button-disabled,
  .section-designer .swiper-button-prev.swiper-button-disabled {
    display: none;
  }
  .section-designer .hover-img {
    display: none;
  }
}

.section-client {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #F8F9F9;
  color: #000;
}

.section-client .title {
  text-align: center;
  margin-bottom: 70px;
}

.section-client .title .zh {
  font-family: Noto Sans SC;
  font-weight: 300;
  font-size: 1.875rem;
  line-height: 1.43333;
  letter-spacing: 0.4em;
  margin-bottom: 10px;
}

.section-client .title .en {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.section-client .clients-wrap {
  position: relative;
}

.section-client .clients-wrap .swiper-container {
  max-width: 1120px;
  margin: auto;
  overflow: hidden;
}

.section-client .clients-wrap .swiper-slide {
  width: 27.08333vw;
}

.section-client .clients-wrap .swiper-slide .ratio-wrap {
  width: 100%;
  position: relative;
  padding-top: calc(100% / 160 * 104);
  margin-bottom: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
/*---- old css grayscale(1) ----*/
  -webkit-filter: grayscale(20%);
          filter: grayscale(20%);
}

.section-client .clients-wrap .swiper-slide .ratio-wrap:last-of-type {
  margin-bottom: 0;
}

.section-client .clients-wrap .swiper-slide .ratio-wrap:hover {
  -webkit-filter: none;
          filter: none;
}

.section-client .clients-wrap .swiper-slide .ratio-wrap a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.section-client .clients-wrap .swiper-button-circle.swiper-button-next {
  right: 5.72917vw;
}

.section-client .clients-wrap .swiper-button-circle.swiper-button-prev {
  left: 5.72917vw;
}

@media (max-width: 1374px) {
  .section-client .clients-wrap {
    margin: 0 127.5px;
  }
  .section-client .clients-wrap .swiper-button-circle.swiper-button-next {
    right: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .section-client .clients-wrap .swiper-button-circle.swiper-button-prev {
    left: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 991px) {
  .section-client .clients-wrap {
    margin: 0 38px;
  }
}

@media (max-width: 575px) {
  .section-client {
    padding-top: 55px;
    padding-bottom: 49px;
  }
  .section-client .title {
    margin-bottom: 25px;
  }
  .section-client .title .zh {
    font-size: 1rem;
    line-height: 1.4375;
    margin-bottom: 3px;
  }
  .section-client .title .en {
    font-size: 0.8125rem;
    line-height: 1.23077;
  }
  .section-client .clients-wrap {
    margin: 0;
  }
  .section-client .clients-wrap .swiper-container {
    max-width: 220px;
  }
  .section-client .clients-wrap .swiper-slide .ratio-wrap {
    margin-bottom: 8.46px;
  }
  .section-client .clients-wrap .swiper-button-circle.swiper-button-next {
    right: 16px;
    -webkit-transform: unset;
            transform: unset;
  }
  .section-client .clients-wrap .swiper-button-circle.swiper-button-prev {
    left: 16px;
    -webkit-transform: unset;
            transform: unset;
  }
}

.section-vv {
  margin-top: 85px;
  margin-bottom: 70px;
}

.section-vv .v-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1620px;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-vv .v-wrap {
  height: 0;
  -ms-flex-preferred-size: calc(50% - 5px);
      flex-basis: calc(50% - 5px);
  padding-top: calc((50% - 5px) / 805 * 450);
  position: relative;
  background: no-repeat center / cover;
}

.section-vv .v-wrap .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #FFFFFF;
  padding-bottom: 3.64583vw;
  padding-left: 4.16667vw;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.section-vv .v-wrap .content .zh {
  font-family: 'Noto Sans SC';
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.45455;
  letter-spacing: 0.4em;
  margin-bottom: 10px;
}

.section-vv .v-wrap .content .en {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 2.1875rem;
  line-height: 1.22857;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section-vv .v-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: .3;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.section-vv .v-wrap:hover::before {
  opacity: 0;
}

.section-vv .v-wrap:hover .content {
  color: #000;
}

@media (max-width: 991px) {
  .section-vv {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .section-vv .v-container {
    display: block;
  }
  .section-vv .v-container .v-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: calc(100% / 805 * 450);
  }
  .section-vv .v-container .v-wrap:first-of-type {
    margin-bottom: 5px;
  }
}

@media (max-width: 575px) {
  .section-vv .v-container .v-wrap {
    padding-top: calc(100% / 375 * 150);
  }
  .section-vv .v-container .v-wrap .content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 0;
  }
  .section-vv .v-container .v-wrap .content .zh {
    font-size: 1.125rem;
    line-height: 1.44444;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .section-vv .v-container .v-wrap .content .en {
    font-size: 1.5625rem;
    line-height: 1.22;
    margin-bottom: 2px;
  }
}

.section-contact-us {
  background: no-repeat center / cover;
  padding-top: 110px;
  padding-bottom: 90px;
  color: #fff;
  position: relative;
}

.section-contact-us .title, .section-contact-us .contact-us-links {
  position: relative;
}

.section-contact-us .title {
  text-align: center;
  margin-bottom: 85px;
  position: relative;
  padding-bottom: 32px;
}

.section-contact-us .title .en {
  font-size: 2.1875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.22857;
  margin-bottom: 11px;
  font-weight: 400;
}

.section-contact-us .title .zh {
  font-size: 1.375rem;
  line-height: 1.45455;
  font-weight: 500;
}

.section-contact-us .title::after {
  content: '';
  display: block;
  background: white;
  width: 89px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section-contact-us .contact-us-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-contact-us .contact-us-links .contact-item {
  margin-right: 82px;
}

.section-contact-us .contact-us-links .contact-item:last-of-type {
  margin-right: 0;
}

.section-contact-us .contact-us-links a {
  display: block;
}

.section-contact-us .contact-us-links figure {
  color: #FFFFFF;
  text-align: center;
}

.section-contact-us .contact-us-links figure img {
  width: 54px;
  height: 54px;
  vertical-align: middle;
  margin-bottom: 7.19px;
}

.section-contact-us .contact-us-links figure figcaption {
  font-family: 'Noto Sans SC';
  font-size: 1.375rem;
  line-height: 1.45455;
  letter-spacing: 0.05em;
}

@media (max-width: 575px) {
  .section-contact-us {
    padding: 60px 0;
  }
  .section-contact-us .title {
    padding-bottom: 20px;
  }
  .section-contact-us .title .en {
    font-size: 1.5625rem;
    line-height: 1.2;
    margin-bottom: 2px;
  }
  .section-contact-us .title .zh {
    font-size: 1.125rem;
    line-height: 1.44444;
  }
  .section-contact-us .contact-us-links .contact-item {
    margin-right: 53.27px;
  }
  .section-contact-us .contact-us-links figure img {
    width: 35px;
    height: 35px;
    margin-bottom: 4.67px;
  }
  .section-contact-us .contact-us-links figure figcaption {
    font-size: 0.9375rem;
    line-height: 1.46667;
  }
}

footer {
  background: #222;
  padding: 75px 7.8125vw 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -50px;
}

footer .left dl {
  width: 130px;
  letter-spacing: .05em;
  font-family: 'Noto Sans SC';
  margin-bottom: 50px;
}

footer .left dt {
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
}

footer .left dd a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 400;
}

footer .left dd a:hover {
  color: #fff;
}

footer .right .logo {
  width: 122px;
  height: 43px;
  margin-bottom: 40px;
}

footer .right .logo img {
  width: 100%;
  height: 100%;
}

footer .right .contact {
  font-size: 1.25rem;
  line-height: 1.6;
  font-family: 'Noto Sans SC';
  font-weight: 400;
  color: #FFF;
  margin-bottom: 40px;
}

footer .right .contact a {
  color: #FFF;
}

footer .right .contact a:hover {
  font-weight: 700;
}

footer .right .contact .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .right .contact .row:first-of-type {
  margin-bottom: 19px;
}

footer .right .contact .h6 {
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 400;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 126px;
}

footer .right .contact .content {
  margin-left: 29px;
  letter-spacing: 0.1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .right .contact .phone .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .right .contact .phone .content > div:first-of-type {
  margin-right: 20px;
}

footer .right .contact .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .right .contact .social li {
  width: 30px;
  height: 30px;
  margin-right: 30px;
}

footer .right .contact .social li:last-of-type {
  margin-right: 0;
}

footer .right .contact .social li img {
  width: 100%;
  height: 100%;
}

footer .right .contact .social .qrcode-wrap {
  position: relative;
}

footer .right .contact .social .qrcode-wrap .qrcode {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(calc(-50% + 12.5px), calc(-100% - 10px));
          transform: translate(calc(-50% + 12.5px), calc(-100% - 10px));
}

footer .right .contact .social .qrcode-wrap:hover .qrcode {
  display: block;
}

footer .right .cn-policy, footer .right .copyright, footer .right .cn-policy a, footer .right .copyright a {
  color: #999;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-family: 'Noto Sans SC';
  font-weight: normal;
}

footer .right .cn-policy {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .right .cn-policy img {
  vertical-align: middle;
  width: 20px;
}

footer .right .text-underline:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

@media (max-width: 1439px) {
  footer {
    display: block;
  }
  footer .left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 39px;
  }
}

@media (max-width: 991px) {
  footer {
    padding: 75px 7.8125vw 159px;
  }
}

@media (max-width: 767px) {
  footer {
    padding: 50px 32px 135px;
  }
  footer .right .logo {
    margin-bottom: 59px;
  }
  footer .right .contact .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .right .contact .row:first-of-type {
    margin-bottom: 23px;
  }
  footer .right .contact .row:nth-of-type(1) .h6 {
    margin-bottom: 3px;
  }
  footer .right .contact .row:nth-of-type(2) .h6 {
    margin-bottom: 10px;
  }
  footer .right .contact .content {
    margin-left: 0;
    margin-bottom: 59px;
  }
  footer .right .cn-policy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 7px;
  }
  footer .right .cn-policy span {
    margin-bottom: 7px;
  }
  footer .right .cn-policy span:last-of-type {
    margin-bottom: 0;
  }
  footer .right .cn-policy .delimiter {
    display: none;
  }
  footer .right .contact .social .qrcode-wrap:first-of-type .qrcode {
    -webkit-transform: translateY(calc(-100% - 10px));
            transform: translateY(calc(-100% - 10px));
  }
}

@media (max-width: 575px) {
  footer {
    padding: 50px 32px calc(104px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 453px) {
  footer .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .left dl {
    -ms-flex-preferred-size: calc(100% / 3);
        flex-basis: calc(100% / 3);
  }
}

.fix-helper {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 2021;
  font-size: 9px;
}

.fix-helper .main li {
  width: 10em;
  height: 9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  cursor: pointer;
  position: relative;
}

.fix-helper .main svg, .fix-helper .main img {
  width: 3em;
  height: 3em;
  stroke: #EA5504;
  margin-bottom: .4em;
}

.fix-helper .main p {
  font-family: 'Noto Sans SC';
  font-weight: normal;
  font-size: 1.4em;
  line-height: 1.42857;
  letter-spacing: 0.05em;
  color: #333;
}

.fix-helper .main li:hover {
  background: #EA5504;
}

.fix-helper .main li:hover svg {
  stroke: #fff;
}

.fix-helper .main li:hover p {
  color: #fff;
}

.fix-helper .main a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fix-helper .dialog {
  position: absolute;
  right: 10em;
  top: 0;
  background: #fff;
  min-width: 40em;
  display: none;
}

.fix-helper .dialog.show {
  display: block;
}

.fix-helper .dialog .btn-close {
  position: absolute;
  top: 2em;
  right: 2em;
  width: 1.5em;
  height: 1.5em;
  background: url(../images/close.svg) no-repeat center/cover;
  cursor: pointer;
}

.fix-helper .dialog .time {
  font-family: 'Noto Sans SC';
  font-weight: 500;
  font-size: 1.4em;
  line-height: 1.42857;
  letter-spacing: .05em;
  color: #333;
  margin-bottom: 0.71429em;
}

.fix-helper .dialog .phone {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 3.2em;
  line-height: 1.6;
  color: #EA5504;
  margin-top: -.6em;
}

.fix-helper .dialog .phone:first-of-type {
  margin-top: 0;
}

.fix-helper .dialog .top {
  padding: 5em 7.6em 3em;
  border-bottom: 1px solid #E0DCDC;
}

.fix-helper .dialog .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fix-helper .dialog .bottom > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.9em 0;
  cursor: pointer;
  position: relative;
}

.fix-helper .dialog .bottom > div:first-of-type {
  border-right: 1px solid #E0DCDC;
}

.fix-helper .dialog .bottom > div img {
  width: 2.4em;
  height: 2.4em;
  margin-right: 1.5em;
}

.fix-helper .dialog .bottom > div span {
  font-size: 1.8em;
}

.fix-helper .dialog .bottom > div a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media (max-width: 1439px) {
  .fix-helper {
    font-size: 8px;
  }
}

@media (max-width: 991px) {
  .fix-helper {
    width: 100%;
    font-size: 9px;
  }
  .fix-helper .dialog {
    top: unset;
    bottom: 9em;
    right: 0;
  }
  .fix-helper .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fix-helper .main li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (max-width: 575px) {
  .fix-helper .dialog {
    min-width: unset;
    width: 100%;
    bottom: calc(65px + constant(safe-area-inset-bottom));
    bottom: calc(65px + env(safe-area-inset-bottom));
  }
  .fix-helper .dialog .top {
    padding: 25px;
  }
  .fix-helper .main {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .fix-helper .main li {
    padding: 9px 0 6px;
    padding-bottom: calc( 6px + constant(safe-area-inset-bottom));
    padding-bottom: calc( 6px + env(safe-area-inset-bottom));
    width: auto;
    height: auto;
  }
  .fix-helper .main li svg, .fix-helper .main li img {
    margin-bottom: 5px;
    width: 20px;
  }
}

.aside-menu {
  position: fixed;
  z-index: 2021;
  height: 100vh;
  top: 0;
  right: 0;
  width: 400px;
  background: #fff;
}

.aside-menu .aside-header, .aside-menu .aside-body, .aside-menu .aside-footer {
  background: #fff;
}

.aside-menu .aside-header {
  height: 114.13px;
  padding: 31px 22px 0 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.aside-menu .aside-header .top {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.aside-menu .aside-header .top .close-btn {
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: no-repeat center / contain;
}

.aside-menu .aside-header .top a {
  color: #333;
  font-family: 'Noto Sans SC';
  line-height: 24px;
}

.aside-menu .aside-header .top a:hover {
  color: #EA5504;
  font-weight: 500;
}

.aside-menu .aside-header .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.aside-menu .aside-header .bottom .btn-back {
  width: 15px;
  height: 10px;
  background: no-repeat center / contain;
  cursor: pointer;
  visibility: hidden;
}

.aside-menu .aside-header .bottom .btn-back.show {
  visibility: visible;
}

.aside-menu .aside-header .bottom .search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.aside-menu .aside-header .bottom .search-box input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px;
  font-size: 16px;
}

.aside-menu .aside-header .bottom .search-box i {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.aside-menu .aside-body {
  position: relative;
  height: calc(100% - 114.13px - 180px);
  overflow: hidden;
}

.aside-menu .aside-body ul {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform ease .3s;
  transition: -webkit-transform ease .3s;
  transition: transform ease .3s;
  transition: transform ease .3s, -webkit-transform ease .3s;
  padding: 32.5px 22px 0 23px;
  overflow: auto;
}

.aside-menu .aside-body ul.next {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.aside-menu .aside-body ul.cur {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.aside-menu .aside-body ul.last {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.aside-menu .aside-body li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 300px;
  margin: auto;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: 'Noto Sans SC';
  color: #333;
  height: 53px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: max-width ease .3s;
  transition: max-width ease .3s;
}

.aside-menu .aside-body li span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.aside-menu .aside-body li img, .aside-menu .aside-body li svg {
  width: 10px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform ease .3s;
  transition: -webkit-transform ease .3s;
  transition: transform ease .3s;
  transition: transform ease .3s, -webkit-transform ease .3s;
}

.aside-menu .aside-body li:hover {
  color: #EA5504;
  font-weight: 500;
}

.aside-menu .aside-body li:hover svg {
  fill: #EA5504;
}

.aside-menu .aside-footer {
  height: 180px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 33px;
  padding-left: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}

.aside-menu .aside-footer .phone {
  font-family: 'Noto Sans SC';
  font-size: 1rem;
  line-height: 1;
  letter-spacing: .05em;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 26px;
}

.aside-menu .aside-footer .phone .title {
  margin-bottom: 12px;
}

.aside-menu .aside-footer .phone .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.aside-menu .aside-footer .phone .content p:first-of-type {
  margin-right: 10px;
}

.aside-menu .aside-footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aside-menu .aside-footer .social li {
  width: 25px;
  height: 25px;
  margin-right: 25px;
  cursor: pointer;
  background: no-repeat center / 100% 100%;
}

.aside-menu .aside-footer .social li:last-of-type {
  margin-right: 0;
}

.aside-menu .aside-footer .social li a {
  width: 100%;
  height: 100%;
  display: block;
}

.aside-menu .aside-footer .social .qrcode-wrap {
  position: relative;
}

.aside-menu .aside-footer .social .qrcode-wrap .qrcode {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(calc(-50% + 12.5px), calc(-100% - 10px));
          transform: translate(calc(-50% + 12.5px), calc(-100% - 10px));
}

.aside-menu .aside-footer .social .qrcode-wrap:hover .qrcode {
  display: block;
}

.aside-menu .mask {
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  top: 0;
  right: 0;
  pointer-events: none;
}

.aside-menu {
  -webkit-transform: translateX(130%);
          transform: translateX(130%);
}

.aside-menu.transition {
  -webkit-transition: .3s ease transform;
  transition: .3s ease transform;
}

.aside-menu.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.aside-menu.show .mask {
  pointer-events: unset;
}

@media (max-width: 575px) {
  .aside-menu {
    width: 100%;
  }
  .aside-menu .aside-header .btn-back {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .aside-menu .aside-header .search-box input {
    width: 100%;
  }
  .aside-menu .aside-header .close-btn {
    width: 15px;
    height: 15px;
    background: url(../images/close.svg) no-repeat center/cover;
    margin-left: 5px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .aside-menu .aside-body li {
    margin: 0;
    max-width: unset;
  }
  .aside-menu .aside-footer .social .qrcode-wrap .qrcode {
    -webkit-transform: translateY(calc(-100% - 10px));
            transform: translateY(calc(-100% - 10px));
  }
}
