@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.clearfix:after {
  content: " ";
  display: table;
  height: 0;
  clear: both;
  visibility: hidden;
}

p {
  margin: 0;
  padding: 0;
}

a, a:hover, a:visited {
  color: #fff;
  text-decoration: none;
}

.slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-color: #000;
}

body {
  color: #fff;
  font-family: "PingFang TC", "Hiragino Sans GB", "冬青黑体", "Microsoft YaHei", "微软雅黑", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #000;
  font-size: 14px;
  line-height: 1.2;
}

.hide {
  display: none !important;
}

img, video {
  vertical-align: middle;
}

.flash-move {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(100px);
  transition: all 0.8s;
}

.flash-move.move-on {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
  transition: all 0.7s;
}

.shadow {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: none;
}

.display-pc {
  display: block;
}

.not-display-pc {
  display: none;
}

.btn-more {
  font-size: 12px;
  height: 38px;
  border: 1px #fff solid;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 18px;
  cursor: pointer;
  color: #fff;
  transition: all 0.4s;
}
.btn-more:hover {
  border-color: #ddba58;
  color: #ddba58;
}

.wrapper {
  width: 100%;
}
.wrapper .topbar {
  width: 100%;
  height: 80px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}
.wrapper .topbar .topbar-w {
  width: 100%;
  height: 100%;
  padding: 0 40px 0 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.4s;
  position: relative;
}
.wrapper .topbar .topbar-w .logo {
  height: 36px;
}
.wrapper .topbar .topbar-w .nav-news {
  position: absolute;
  right: 80px;
  top: 32px;
  font-size: 18px;
  color: #ddba58;
}
.wrapper .topbar .topbar-w .btn-menu-opener {
  cursor: pointer;
  z-index: 6;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .topbar .topbar-w .btn-menu-opener .b-menu {
  display: inline-block;
  padding-left: 0;
  padding-top: 0;
  position: relative;
  user-select: none;
  width: 16px;
  height: 9px;
  z-index: 21;
  cursor: pointer;
}
.wrapper .topbar .topbar-w .btn-menu-opener .b-menu .b-bun {
  background-color: #ddba58;
  position: relative;
  width: 16px;
  height: 1.5px;
}
.wrapper .topbar .topbar-w .btn-menu-opener .b-menu .b-bun--top {
  top: 0;
  transition: all 0.4s;
}
.wrapper .topbar .topbar-w .btn-menu-opener .b-menu .b-bun--middle {
  top: 5px;
}
.wrapper .topbar .topbar-w .btn-menu-opener .b-menu .b-bun--bottom {
  transition: all 0.4s;
  top: 10px;
}
.wrapper .topbar .topbar-w .btn-menu-opener .b-menu.open .b-bun {
  background-color: #000;
}
.wrapper .topbar .topbar-w .btn-menu-opener .b-menu.open .b-bun--top {
  top: 2.5px;
  transform: rotate(45deg) scale(1.25);
}
.wrapper .topbar .topbar-w .btn-menu-opener .b-menu.open .b-bun--middle {
  display: none;
}
.wrapper .topbar .topbar-w .btn-menu-opener .b-menu.open .b-bun--bottom {
  top: 1px;
  transform: rotate(-45deg) scale(1.25);
}
.wrapper .topbar .topbar-w.bg {
  background-color: rgba(0, 0, 0, 0.82);
}
.wrapper .topbar .topbar-w.menus-opened {
  background-color: transparent;
}
.wrapper .topbar .topbar-w.menus-opened .logo {
  filter: brightness(5) invert(1);
}
.wrapper .menus {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ddba58;
  z-index: 98;
  display: none;
}
.wrapper .menus .since {
  position: absolute;
  right: 48px;
  bottom: 48px;
  text-align: right;
  font-size: 136px;
  line-height: 0.88;
  color: #000;
  font-weight: 500;
}
.wrapper .menus .since span {
  font-size: 22px;
  line-height: 2;
  vertical-align: bottom;
}
.wrapper .menus .cp {
  font-size: 9px;
  line-height: 15px;
  color: #000;
  position: absolute;
  left: 48px;
  bottom: 48px;
}
.wrapper .menus .menus-w {
  position: absolute;
  right: 48px;
  top: 120px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.wrapper .menus .menus-w .item {
  color: #000;
  font-size: 36px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: underline;
}
.wrapper .menus .menus-w .item .zh {
  display: none;
}
.wrapper .menus .menus-w .item.open .zh, .wrapper .menus .menus-w .item:hover .zh {
  display: inline-block;
  text-decoration: underline;
}
.wrapper .menus .menus-w .item.open .en, .wrapper .menus .menus-w .item:hover .en {
  display: none;
}
.wrapper .menus .menus-w .sub-menus {
  padding: 20px 0;
  display: none;
}
.wrapper .menus .menus-w .sub-menus a {
  display: block;
  padding-right: 120px;
  color: #000;
  position: relative;
  font-size: 36px;
  font-weight: 500;
  text-decoration: underline;
  text-align: right;
}
.wrapper .menus .menus-w .sub-menus a .ar {
  position: absolute;
  right: 0;
  width: 16px;
  top: 20px;
  opacity: 0;
  transition: opacity 0.4s;
}
.wrapper .menus .menus-w .sub-menus a:hover .ar {
  opacity: 1;
}
.wrapper .footer {
  width: 100%;
  padding: 48px;
}
.wrapper .footer .tp {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.wrapper .footer .tp .lp {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.wrapper .footer .tp .lp .col {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 80px;
  font-size: 12px;
  line-height: 1.5;
}
.wrapper .footer .tp .lp .col:last-child {
  margin-right: 0;
}
.wrapper .footer .tp .lp .col .col-h {
  margin-right: 30px;
  color: #ddba58;
}
.wrapper .footer .tp .lp .col .col-v {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.wrapper .footer .tp .lp .col .col-v a {
  color: #ddba58;
  margin-bottom: 15px;
}
.wrapper .footer .tp .rp {
  font-size: 12px;
  line-height: 1.5;
  color: #ddba58;
}
.wrapper .footer .bp {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 40px;
}
.wrapper .footer .bp .cp {
  font-size: 9px;
  line-height: 15px;
  color: #ddba58;
}
.wrapper .footer .bp .cp a {
  color: #ddba58;
}
.wrapper .footer .bp .socials {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.wrapper .footer .bp .socials .sc {
  font-size: 10px;
  margin-left: 12px;
  color: #ddba58;
  cursor: pointer;
}
.wrapper .qrcodes-w {
  position: fixed;
  width: 100%;
  height: 240px;
  z-index: 98;
  left: 0;
  bottom: 0;
  background-color: #ddba58;
  padding: 48px 48px 0;
  color: #000;
  display: none;
}
.wrapper .qrcodes-w .tt {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 36px;
}
.wrapper .qrcodes-w .btn-close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 32px;
  top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.wrapper .qrcodes-w .btn-close img {
  width: 11px;
}
.wrapper .qrcodes-w .qrcode-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.wrapper .qrcodes-w .qrcode-list .col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 50px;
}
.wrapper .qrcodes-w .qrcode-list .col:last-child {
  margin-right: 0;
}
.wrapper .qrcodes-w .qrcode-list .col .qrcode {
  width: 60px;
  margin-bottom: 15px;
}
.wrapper .qrcodes-w .qrcode-list .col .hint {
  font-size: 10px;
  line-height: 1.4;
}
.wrapper .index-w {
  width: 100%;
  position: relative;
}
.wrapper .index-w .index-slides {
  width: 100%;
  height: 92vh;
  position: relative;
}
.wrapper .index-w .index-slides .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.wrapper .index-w .index-slides .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.wrapper .index-w .index-slides .swiper-wrapper .swiper-slide .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 28vh 48px 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.5) 100%);
}
.wrapper .index-w .index-slides .swiper-wrapper .swiper-slide .info .lp .tt-en {
  font-size: 60px;
  line-height: 0.9;
  margin-bottom: 20px;
}
.wrapper .index-w .index-slides .swiper-wrapper .swiper-slide .info .lp .tt-zh {
  font-size: 38px;
  line-height: 1.2;
}
.wrapper .index-w .index-slides .swiper-pagination {
  bottom: 8vh;
  text-align: right;
  padding-right: 48px;
}
.wrapper .index-w .index-slides .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: transparent;
  margin: 0 8px;
  width: 8px;
  height: 8px;
  border: 1px #ddba58 solid;
}
.wrapper .index-w .index-slides .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ddba58;
}
.wrapper .index-w .brands-w {
  position: relative;
  min-height: 100vh;
  width: 100%;
  margin-top: -8vh;
  z-index: 10;
  padding: 0 48px;
}
.wrapper .index-w .brands-w:before {
  content: " ";
  position: absolute;
  left: 0;
  top: calc(8vh - 1px);
  height: 1px;
  width: 100%;
  background-color: #000;
  z-index: -1;
}
.wrapper .index-w .brands-w .ptt {
  color: #ddba58;
}
.wrapper .index-w .brands-w .ptt .tt-en {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 10px;
}
.wrapper .index-w .brands-w .ptt .tt-zh {
  font-size: 18px;
  line-height: 1.2;
}
.wrapper .index-w .brands-w .brands-list-w {
  max-width: 1550px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 70px auto 50px;
  display: flex;
  flex-wrap: wrap;
}
.wrapper .index-w .brands-w .brands-list-w .item {
  width: calc(50% - 25px);
  margin-right: 50px;
  margin-bottom: 50px;
  position: relative;
  cursor: pointer;
}
.wrapper .index-w .brands-w .brands-list-w .item:nth-child(2n) {
  margin-right: 0;
}
.wrapper .index-w .brands-w .brands-list-w .item .bg {
  width: 100%;
}
.wrapper .index-w .brands-w .brands-list-w .item .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, black 100%);
  transition: background-color 0.4s;
}
.wrapper .index-w .brands-w .brands-list-w .item .info .brand-logo {
  width: 100%;
  height: calc(100% - 112px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .index-w .brands-w .brands-list-w .item .info .brand-logo .b-logo {
  zoom: 0.5;
  -ms-zoom: 0.5;
  -webkit-zoom: 0.5;
  -moz-transform: scale(0.5, 0.5);
  -moz-transform-origin: center center;
  opacity: 0;
  transition: opacity 0.2s;
}
.wrapper .index-w .brands-w .brands-list-w .item .info .brand-name {
  height: 112px;
  width: 100%;
  padding: 30px 48px 0;
  border-top: 1px #ddba58 solid;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.wrapper .index-w .brands-w .brands-list-w .item .info .brand-name .lp .tt-en {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 10px;
}
.wrapper .index-w .brands-w .brands-list-w .item .info .brand-name .lp .tt-zh {
  font-size: 18px;
}
.wrapper .index-w .brands-w .brands-list-w .item:hover .info {
  background-color: #ddba58;
  background-image: none;
}
.wrapper .index-w .brands-w .brands-list-w .item:hover .info .brand-logo .b-logo {
  opacity: 1;
}
.wrapper .index-w .brands-w .brands-list-w .item:hover .info .brand-name {
  border-top-color: #000;
}
.wrapper .index-w .brands-w .brands-list-w .item:hover .info .brand-name .lp {
  color: #000;
}
.wrapper .index-w .brands-w .brands-list-w .item:hover .info .brand-name .btn-more {
  border: 1px #000 solid;
  color: #000;
}
.wrapper .index-w .brands-w .brands-list-w .item:hover .info .brand-name .btn-more:hover {
  border-color: #000;
}
.wrapper .full-page-w {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.wrapper .full-page-w .page-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 4;
}
.wrapper .full-page-w .page-container .page-c-w {
  width: 100%;
  height: 100%;
  padding: 0 48px;
  display: flex;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 4;
}
.wrapper .full-page-w .page-container .lp {
  width: 460px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 24vh;
}
.wrapper .full-page-w .page-container .lp .tt-w {
  display: none;
}
.wrapper .full-page-w .page-container .lp .tt-en {
  font-size: 80px;
  line-height: 0.9375;
  margin-bottom: 20px;
}
.wrapper .full-page-w .page-container .lp .tt-en.sps {
  font-size: 60px;
}
.wrapper .full-page-w .page-container .lp .tt-zh {
  font-size: 40px;
  line-height: 1.2;
}
.wrapper .full-page-w .page-container .lp .stt {
  font-size: 30px;
  line-height: 1.2;
  margin-top: 20px;
}
.wrapper .full-page-w .page-container .lp .navs {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 100px;
}
.wrapper .full-page-w .page-container .lp .navs .item {
  font-size: 30px;
  cursor: pointer;
  text-decoration: underline;
}
.wrapper .full-page-w .page-container .lp .navs .item .zh {
  display: none;
}
.wrapper .full-page-w .page-container .lp .navs .item:hover {
  color: #ddba58;
}
.wrapper .full-page-w .page-container .lp .navs .item.active {
  color: #ddba58;
}
.wrapper .full-page-w .page-container .lp .navs .item.active .zh {
  display: inline;
}
.wrapper .full-page-w .page-container .lp .navs .item.active .en {
  display: none;
}
.wrapper .full-page-w .page-container .rp {
  max-width: 960px;
  width: 100%;
  height: 100%;
  position: relative;
}
.wrapper .full-page-w .page-container .rp .detail-content {
  width: 100%;
  height: 100%;
  padding-top: 24vh;
  overflow-y: scroll;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 20%, #000 80%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 20%, #000 80%, transparent 100%);
}
.wrapper .full-page-w .page-container .rp .detail-content::-webkit-scrollbar {
  display: none;
}
.wrapper .full-page-w .page-container .rp .detail-content .detail-w {
  padding-bottom: 200px;
  display: none;
}
.wrapper .full-page-w .page-container .rp .detail-content .detail-w .col-2-w {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
.wrapper .full-page-w .page-container .rp .detail-content .detail-w .col-2-w .col-2 {
  width: calc(50% - 32px);
  font-size: 14px;
  line-height: 1.75;
}
.wrapper .full-page-w .page-container .rp .detail-content .detail-w .detail-tt {
  margin-bottom: 80px;
}
.wrapper .full-page-w .page-container .rp .detail-content .detail-w .detail-tt .tt-en {
  font-size: 34px;
  line-height: 1.125;
  margin-bottom: 12px;
}
.wrapper .full-page-w .page-container .rp .detail-content .detail-w .detail-tt .tt-zh {
  font-size: 24px;
}
.wrapper .full-page-w .page-container .rp .detail-content .detail-w .col-2-kv-w {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.wrapper .full-page-w .page-container .rp .detail-content .detail-w .col-2-kv-w .col {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 75px;
}
.wrapper .full-page-w .page-container .rp .detail-content .detail-w .col-2-kv-w .col .kk {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}
.wrapper .full-page-w .page-container .rp .detail-content .detail-w .col-2-kv-w .col .vv {
  font-size: 16px;
  line-height: 1.625;
}
.wrapper .full-page-w .page-container .rp .detail-content .detail-w .col-kv-w {
  width: 100%;
}
.wrapper .full-page-w .page-container .rp .detail-content .detail-w .col-kv-w .col {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.wrapper .full-page-w .page-container .rp .detail-content .detail-w .col-kv-w .col .kk {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}
.wrapper .full-page-w .page-container .rp .detail-content .detail-w .col-kv-w .col .vv {
  font-size: 14px;
  line-height: 1.625;
}
.wrapper .full-page-w .page-container .rp .detail-content .detail-w .col-kv-w .col:last-child {
  margin-bottom: 0;
}
.wrapper .full-page-w .page-container .rp .detail-content .detail-w .company-info {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}
.wrapper .full-page-w .page-container .rp .detail-content .detail-w .company-info .tt {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.wrapper .full-page-w .page-container .rp .detail-content .detail-w .company-info .info-row {
  width: 305px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 1.75;
}
.wrapper .full-page-w .page-container .rp .detail-content .detail-w .join-w .tt {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.wrapper .full-page-w .page-container .rp .detail-content .detail-w .join-w .kk {
  font-size: 14px;
  margin-bottom: 8px;
}
.wrapper .full-page-w .page-container .rp .detail-content .detail-w .join-w .vv {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}
.wrapper .full-page-w .page-container .rp .detail-content .detail-w .join-w .link {
  font-size: 14px;
  color: #ddba58;
  text-decoration: underline;
}
.wrapper .full-page-w .page-footer {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 48px 48px;
  z-index: 8;
}
.wrapper .full-page-w .page-footer .cp {
  font-size: 9px;
  line-height: 15px;
  color: #ddba58;
}
.wrapper .full-page-w .page-footer .cp a {
  color: #ddba58;
}
.wrapper .full-page-w .page-footer .socials {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.wrapper .full-page-w .page-footer .socials .sc {
  font-size: 10px;
  margin-left: 12px;
  color: #ddba58;
  cursor: pointer;
}
.wrapper .brand-w .brand-slide {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.wrapper .brand-w .full-logo-w {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 6;
}
.wrapper .brand-w .full-logo-w .b-logo {
  zoom: 0.5;
  -ms-zoom: 0.5;
  -webkit-zoom: 0.5;
  -moz-transform: scale(0.5, 0.5);
  -moz-transform-origin: center center;
}
.wrapper .brand-w .page-container {
  z-index: 6;
  backdrop-filter: blur(10px);
}
.wrapper .brand-w .page-container .lp .tt-w {
  display: block;
}
.wrapper .brand-w .page-container .lp .navs {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 100px;
  position: relative;
}
.wrapper .brand-w .page-container .lp .navs .item {
  font-size: 30px;
  cursor: pointer;
  text-decoration: underline;
}
.wrapper .brand-w .page-container .lp .navs .item .zh {
  display: none;
}
.wrapper .brand-w .page-container .lp .navs .item:hover {
  color: #ddba58;
}
.wrapper .brand-w .page-container .lp .navs .item.active {
  color: #ddba58;
  text-decoration: underline;
}
.wrapper .brand-w .page-container .lp .navs .item.active .zh {
  display: inline;
}
.wrapper .brand-w .page-container .lp .navs .item.active .en {
  display: none;
}
.wrapper .brand-w .page-container .rp .detail-content .desc-w {
  width: 100%;
  padding-bottom: 64vh;
}
.wrapper .brand-w .page-container .rp .detail-content .desc-w .bb-w {
  width: 100%;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px rgba(255, 255, 255, 0.25) solid;
}
.wrapper .brand-w .page-container .rp .detail-content .desc-w .bb-w .col-2-w {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
.wrapper .brand-w .page-container .rp .detail-content .desc-w .bb-w .col-2-w .col-2 {
  width: calc(50% - 32px);
  font-size: 14px;
  line-height: 1.75;
}
.wrapper .brand-w .page-container .rp .detail-content .desc-w .bb-w .col-2-w .col-2 .stt {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 30px;
}
.wrapper .brand-w .page-container .rp .detail-content .desc-w .bb-w .btn-back-w {
  margin-top: 110px;
  display: flex;
  justify-content: flex-end;
}
.wrapper .brand-w .page-container .rp .detail-content .desc-w .bb-w .contact-w {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.wrapper .brand-w .page-container .rp .detail-content .desc-w .bb-w .contact-w .col-2 {
  width: calc(50% - 32px);
}
.wrapper .brand-w .page-container .rp .detail-content .desc-w .bb-w .contact-w .col-2 .ctt {
  font-size: 16px;
  margin-bottom: 55px;
}
.wrapper .brand-w .page-container .rp .detail-content .desc-w .bb-w .contact-w .col-2 .openhours-w {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.wrapper .brand-w .page-container .rp .detail-content .desc-w .bb-w .contact-w .col-2 .openhours-w .col {
  width: 200px;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.75;
}
.wrapper .brand-w .page-container .rp .detail-content .desc-w .bb-w .contact-w .col-2 .openhours-w .col sup {
  font-size: 9px;
}
.wrapper .brand-w .page-container .rp .detail-content .desc-w .bb-w .contact-w .col-2 .address-w {
  font-size: 14px;
  line-height: 1.75;
}
.wrapper .brand-w .page-container .rp .detail-content .desc-w .bb-w .contact-w .col-2 .address-w .addr {
  margin-bottom: 10px;
  font-weight: 500;
}
.wrapper .brand-w .page-container .rp .detail-content .desc-w .bb-w .contact-w .col-2 .coop-w {
  font-size: 14px;
  line-height: 1.75;
}
.wrapper .brand-w .page-container .rp .detail-content .desc-w .bb-w .contact-w .col-2 .coop-w .kk {
  font-weight: 500;
}
.wrapper .brand-w .page-container .rp .detail-content .desc-w .bb-w .patterns-w {
  width: 100%;
}
.wrapper .brand-w .page-container .rp .detail-content .desc-w .bb-w .patterns-w .ctt {
  font-size: 16px;
  margin-bottom: 55px;
}
.wrapper .brand-w .page-container .rp .detail-content .desc-w .bb-w .patterns-w .pattern-list {
  display: flex;
  flex-direction: column;
}
.wrapper .brand-w .page-container .rp .detail-content .desc-w .bb-w .patterns-w .pattern-list .row {
  font-size: 30px;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.4s;
}
.wrapper .brand-w .page-container .rp .detail-content .desc-w .bb-w .patterns-w .pattern-list .row:hover {
  color: #ddba58;
}
.wrapper .brand-w .page-container .rp .detail-content .desc-w .bb-w:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.wrapper .brand-w .pattern-slides {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.wrapper .brand-w .pattern-slides .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.wrapper .brand-w .pattern-slides .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.wrapper .brand-w .pattern-slides .swiper-wrapper .swiper-slide .slide:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: " ";
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.5) 100%);
}
.wrapper .brand-w .pattern-slides .swiper-pagination {
  opacity: 0;
  font-size: 9px;
  height: 24px;
  padding: 0 15px;
  border-radius: 12px;
  background-color: #000;
  color: #fff;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  bottom: 166px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.wrapper .brand-w .pattern-slides .slide-ops {
  opacity: 0;
  position: absolute;
  right: 48px;
  bottom: 160px;
  z-index: 7;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.wrapper .brand-w .pattern-slides .slide-ops .nav-prev, .wrapper .brand-w .pattern-slides .slide-ops .nav-next {
  width: 56px;
  height: 38px;
  border: 1px #ddba58 solid;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.wrapper .brand-w .pattern-slides .slide-ops .nav-prev img, .wrapper .brand-w .pattern-slides .slide-ops .nav-next img {
  width: 16px;
}
.wrapper .brand-w .pattern-slides .slide-ops .nav-prev {
  border-top-left-radius: 19px;
  border-bottom-left-radius: 19px;
  margin-right: -1px;
}
.wrapper .brand-w .pattern-slides .slide-ops .nav-next {
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
}
.wrapper .brand-w .pattern-slides .slide-ops .nav-next img {
  transform: rotate(180deg);
}
.wrapper .brand-w .pattern-slides .slide-ops .btn-more {
  margin-left: 20px;
}
.wrapper .brand-w .pattern-slides .navs {
  opacity: 0;
  position: absolute;
  left: 48px;
  bottom: 136px;
  z-index: 7;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.wrapper .brand-w .pattern-slides .navs .item {
  font-size: 30px;
  cursor: pointer;
}
.wrapper .brand-w .pattern-slides .navs .item .zh {
  display: none;
}
.wrapper .brand-w .pattern-slides .navs .item:hover {
  color: #ddba58;
}
.wrapper .brand-w .pattern-slides .navs .item.active {
  color: #ddba58;
}
.wrapper .brand-w .pattern-slides .navs .item.active .zh {
  display: inline;
}
.wrapper .brand-w .pattern-slides .navs .item.active .en {
  display: none;
}
.wrapper .brand-w .pattern-slides .slides-tt {
  opacity: 0;
  position: absolute;
  left: 48px;
  bottom: 136px;
  z-index: 7;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 30px;
}
.wrapper .brand-w .pattern-slides.show-ops .swiper-pagination {
  opacity: 1;
}
.wrapper .brand-w .pattern-slides.show-ops .slide-ops {
  opacity: 1;
}
.wrapper .brand-w .pattern-slides.show-ops .navs {
  opacity: 1;
}
.wrapper .brand-w .pattern-slides.show-ops .slides-tt {
  opacity: 1;
}
.wrapper .news-w {
  width: 100%;
  position: relative;
}
.wrapper .news-w .main-cover {
  width: 100%;
  height: 100vh;
  position: relative;
}
.wrapper .news-w .main-cover .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 28vh 48px 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0.3) 75%, black 100%);
}
.wrapper .news-w .main-cover .info .lp .tt-en {
  font-size: 60px;
  line-height: 0.9;
  margin-bottom: 20px;
}
.wrapper .news-w .main-cover .info .lp .tt-zh {
  font-size: 38px;
  line-height: 1.2;
}
.wrapper .news-w .news-list-w {
  position: relative;
  min-height: 100vh;
  width: 100%;
  margin-top: -170px;
  z-index: 10;
}
.wrapper .news-w .news-list-w .news-list-ttw {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 70px;
  padding: 0 48px;
  position: relative;
}
.wrapper .news-w .news-list-w .news-list-ttw .ptt {
  color: #ddba58;
}
.wrapper .news-w .news-list-w .news-list-ttw .ptt .tt-en {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 10px;
}
.wrapper .news-w .news-list-w .news-list-ttw .ptt .tt-zh {
  font-size: 18px;
  line-height: 1.2;
}
.wrapper .news-w .news-list-w .news-list-ttw .news-ops {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 2;
}
.wrapper .news-w .news-list-w .news-list-ttw .news-ops .op {
  height: 22px;
}
.wrapper .news-w .news-list-w .news-list-ttw .news-ops .op .btn-op {
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.wrapper .news-w .news-list-w .news-list-ttw .news-ops .op .btn-op img {
  height: 14px;
  filter: brightness(5);
}
.wrapper .news-w .news-list-w .news-list-ttw .news-ops .op.active .btn-op img {
  filter: brightness(1);
}
.wrapper .news-w .news-list-w .news-list-ttw .news-ops .op.search-w {
  margin-right: 25px;
  padding-right: 25px;
  border-right: 1px rgba(255, 255, 255, 0.25) solid;
}
.wrapper .news-w .news-list-w .news-list-ttw .news-ops .op.search-w.active {
  border-right: none;
}
.wrapper .news-w .news-list-w .filters-w {
  position: absolute;
  top: 0;
  right: 250px;
  display: none;
}
.wrapper .news-w .news-list-w .filters-w .filters-cols {
  display: flex;
}
.wrapper .news-w .news-list-w .filters-w .filters-cols .col {
  display: flex;
  flex-direction: column;
  margin-right: 80px;
}
.wrapper .news-w .news-list-w .filters-w .filters-cols .col:last-child {
  margin-right: 0;
}
.wrapper .news-w .news-list-w .filters-w .filters-cols .col .ftt {
  font-size: 12px;
  color: #ddba58;
  margin-bottom: 12px;
}
.wrapper .news-w .news-list-w .filters-w .filters-cols .col .fstt {
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5;
  color: #ddba58;
  transition: color 0.3s;
}
.wrapper .news-w .news-list-w .filters-w .filters-cols .col .fstt.active, .wrapper .news-w .news-list-w .filters-w .filters-cols .col .fstt:hover {
  color: #fff;
}
.wrapper .news-w .news-list-w .search-bar {
  z-index: 1;
  position: absolute;
  top: -9px;
  right: 95px;
  height: 40px;
  width: 320px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px #ddba58 solid;
  padding: 0 20px;
  display: none;
}
.wrapper .news-w .news-list-w .search-bar input {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  font-size: 14px;
  color: #fff;
}
.wrapper .news-w .news-list-w .search-bar input::placeholder {
  color: #fff;
}
.wrapper .news-w .news-list-w .search-bar input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  /* 移除默认外观 */
  display: none;
  /* 彻底隐藏 */
  width: 0;
  height: 0;
}
.wrapper .news-w .news-list-w .search-bar .btn-search {
  display: none;
}
.wrapper .news-list {
  padding: 0 23px;
  max-width: 1650px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto 100px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.wrapper .news-list .news-item {
  width: calc((100% - 150px) / 3);
  height: 0;
  padding-top: calc((100% - 150px) / 3);
  margin: 0 25px 50px;
  position: relative;
  cursor: pointer;
}
.wrapper .news-list .news-item .info {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, black 100%);
  transition: all 0.3s;
}
.wrapper .news-list .news-item .info .brand-logo {
  height: calc(100% - 150px);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .news-list .news-item .info .brand-logo .b-logo {
  zoom: 0.375;
  -ms-zoom: 0.375;
  -webkit-zoom: 0.375;
  -moz-transform: scale(0.375, 0.375);
  -moz-transform-origin: center center;
  opacity: 0;
  transition: opacity 0.4s;
}
.wrapper .news-list .news-item .info .news-info {
  width: 100%;
  height: 150px;
  padding: 0 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.wrapper .news-list .news-item .info .news-info .tt {
  font-size: 16px;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  /* 显示3行 */
  overflow: hidden;
  text-overflow: ellipsis;
  /* 可选，增强语义 */
}
.wrapper .news-list .news-item .info .news-info .sml-info {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.wrapper .news-list .news-item .info .news-info .sml-info .lp {
  font-size: 12px;
}
.wrapper .news-list .news-item .info .news-info .sml-info .lp .cat {
  margin-bottom: 6px;
  color: #ddba58;
}
.wrapper .news-list .news-item:hover .info {
  background-color: #ddba58;
  background-image: none;
}
.wrapper .news-list .news-item:hover .info .brand-logo .b-logo {
  opacity: 1;
}
.wrapper .news-list .news-item:hover .info .news-info {
  border-top: 1px #000 solid;
}
.wrapper .news-list .news-item:hover .info .news-info .tt {
  color: #000;
}
.wrapper .news-list .news-item:hover .info .news-info .sml-info .lp {
  color: #000;
}
.wrapper .news-list .news-item:hover .info .news-info .sml-info .lp .cat {
  color: #000;
}
.wrapper .news-list .news-item:hover .info .news-info .sml-info .btn-more {
  border: 1px #000 solid;
  color: #000;
}
.wrapper .news-list .news-item:hover .info .news-info .sml-info .btn-more:hover {
  border-color: #000;
}
.wrapper .detail-w {
  width: 100%;
  position: relative;
}
.wrapper .detail-w .main-cover {
  width: 100%;
  height: 100vh;
  position: relative;
}
.wrapper .detail-w .main-cover .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0 48px 240px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0.3) 75%, black 100%);
}
.wrapper .detail-w .main-cover .info .lp {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1600px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.wrapper .detail-w .main-cover .info .lp .tt-en {
  font-size: 60px;
  line-height: 0.9;
  margin-bottom: 20px;
}
.wrapper .detail-w .main-cover .info .lp .tt-zh {
  font-size: 38px;
  line-height: 1.2;
  color: #ddba58;
}
.wrapper .detail-w .detail--w {
  position: relative;
  max-width: 1696px;
  width: 100%;
  left: 0;
  right: 0;
  padding: 0 48px;
  margin: -160px auto 0;
  display: flex;
}
.wrapper .detail-w .detail--w .content {
  width: calc(100% - 400px);
}
.wrapper .detail-w .detail--w .content h1, .wrapper .detail-w .detail--w .content h2, .wrapper .detail-w .detail--w .content h3, .wrapper .detail-w .detail--w .content h4, .wrapper .detail-w .detail--w .content h5 {
  width: 100%;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 50px;
}
.wrapper .detail-w .detail--w .content p {
  width: 100%;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 50px;
}
.wrapper .detail-w .detail--w .content p img, .wrapper .detail-w .detail--w .content p video {
  width: 100%;
}
.wrapper .detail-w .detail--w .side-info {
  width: 400px;
  padding-left: 120px;
  padding-top: 120px;
  display: flex;
  flex-direction: column;
}
.wrapper .detail-w .detail--w .side-info .info-bb {
  display: flex;
  flex-direction: column;
  margin-bottom: 64px;
}
.wrapper .detail-w .detail--w .side-info .info-bb .ctt {
  font-size: 12px;
  color: #ddba58;
  margin-bottom: 10px;
}
.wrapper .detail-w .detail--w .side-info .info-bb .cvv {
  font-size: 14px;
  line-height: 1.75;
}
.wrapper .detail-w .recommend-w {
  position: relative;
  max-width: 1696px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 48px;
}
.wrapper .detail-w .recommend-w .recommend-list-w {
  width: 100%;
  border-top: 1px #ddba58 solid;
}
.wrapper .detail-w .recommend-w .recommend-list-w .rtt-w {
  width: 100%;
  padding: 45px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrapper .detail-w .recommend-w .recommend-list-w .rtt-w .rtt {
  font-size: 16px;
}
.wrapper .detail-w .recommend-w .recommend-list-w .rtt-w .btn-back {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  color: #ddba58;
}
.wrapper .detail-w .recommend-w .recommend-list-w .rtt-w .btn-back .ico {
  width: 13px;
  margin-right: 10px;
}
.wrapper .detail-w .recommend-w .recommend-list-w .news-list {
  padding: 0;
  max-width: unset;
  width: 100%;
  margin: 0;
}
.wrapper .detail-w .recommend-w .recommend-list-w .news-list .news-item {
  width: calc((100% - 100px) / 3);
  padding-top: calc((100% - 100px) / 3);
  margin-right: 50px;
  margin-left: 0;
}
.wrapper .detail-w .recommend-w .recommend-list-w .news-list .news-item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1600px) {
  .wrapper .full-page-w .page-container .lp {
    width: 320px;
  }
  .wrapper .full-page-w .page-container .lp .tt-en {
    font-size: 60px;
  }
  .wrapper .full-page-w .page-container .lp .tt-en.sps {
    font-size: 40px;
  }
  .wrapper .full-page-w .page-container .lp .tt-zh {
    font-size: 30px;
  }
  .wrapper .full-page-w .page-container .lp .navs .item {
    font-size: 20px;
  }
  .wrapper .full-page-w .page-container .rp {
    width: calc(100% - 360px);
  }
}
@media screen and (max-width: 1400px) {
  .wrapper .news-list {
    padding: 0 23px;
  }
  .wrapper .news-list .news-item {
    width: calc((100% - 100px) / 2);
    padding-top: calc((100% - 100px) / 2);
  }
}
@media screen and (min-width: 960px) {
  .wrapper .brand-w .page-container .lp .navs .btn-more {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .display-pc {
    display: none;
  }

  .display-600 {
    display: block;
  }

  .not-display-600 {
    display: none;
  }

  .not-show-resp {
    display: none !important;
  }

  .btn-more {
    font-size: 9px;
    height: 30px;
    border-radius: 15px;
    padding: 0 14px;
  }

  .wrapper .topbar {
    height: 65px;
  }
  .wrapper .topbar .topbar-w {
    padding: 0 8px 0 20px;
  }
  .wrapper .topbar .topbar-w .logo {
    height: 28px;
  }
  .wrapper .topbar .topbar-w .nav-news {
    right: 46px;
    top: 26px;
    font-size: 16px;
  }
  .wrapper .menus .since {
    right: 20px;
    bottom: 20px;
    font-size: 64px;
    line-height: 1;
  }
  .wrapper .menus .since span {
    font-size: 14px;
    line-height: 2.5;
  }
  .wrapper .menus .cp {
    display: none;
  }
  .wrapper .menus .menus-w {
    right: 20px;
    top: 80px;
  }
  .wrapper .menus .menus-w .item {
    font-size: 20px;
  }
  .wrapper .menus .menus-w .sub-menus {
    padding: 0 0;
    display: none;
  }
  .wrapper .menus .menus-w .sub-menus a {
    padding-right: 80px;
    font-size: 20px;
  }
  .wrapper .menus .menus-w .sub-menus a .ar {
    width: 16px;
    top: 10px;
  }
  .wrapper .footer {
    padding: 20px;
  }
  .wrapper .footer .tp {
    flex-direction: column;
    justify-content: flex-start;
  }
  .wrapper .footer .tp .lp {
    width: 100%;
    margin-bottom: 25px;
    justify-content: space-between;
  }
  .wrapper .footer .tp .lp .col {
    justify-content: space-between;
    width: 45%;
    margin-right: 0;
    font-size: 10px;
  }
  .wrapper .footer .tp .lp .col .col-h {
    margin-right: 20px;
  }
  .wrapper .footer .tp .rp {
    width: 100%;
    font-size: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .wrapper .footer .tp .rp .col {
    width: 45%;
  }
  .wrapper .footer .bp {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
  }
  .wrapper .footer .bp .cp {
    line-height: 13px;
  }
  .wrapper .footer .bp .socials {
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  .wrapper .footer .bp .socials .sc {
    font-size: 10px;
    margin-left: 0;
    margin-right: 8px;
  }
  .wrapper .qrcodes-w {
    height: 184px;
    padding: 30px 20px 0;
  }
  .wrapper .qrcodes-w .tt {
    font-size: 11px;
    margin-bottom: 20px;
  }
  .wrapper .qrcodes-w .btn-close {
    width: 32px;
    height: 32px;
    right: 16px;
    top: 20px;
  }
  .wrapper .qrcodes-w .btn-close img {
    width: 11px;
  }
  .wrapper .qrcodes-w .qrcode-list {
    justify-content: space-between;
  }
  .wrapper .qrcodes-w .qrcode-list .col {
    margin-right: 36px;
  }
  .wrapper .qrcodes-w .qrcode-list .col .qrcode {
    margin-bottom: 10px;
  }
  .wrapper .index-w .index-slides {
    height: 100vh;
  }
  .wrapper .index-w .index-slides .swiper-wrapper .swiper-slide .slide {
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .wrapper .index-w .index-slides .swiper-wrapper .swiper-slide .info {
    flex-direction: column;
    justify-content: flex-start;
    padding: 28vh 20px 0;
  }
  .wrapper .index-w .index-slides .swiper-wrapper .swiper-slide .info .lp {
    margin-bottom: 28px;
  }
  .wrapper .index-w .index-slides .swiper-wrapper .swiper-slide .info .lp .tt-en {
    font-size: 36px;
    margin-bottom: 12px;
  }
  .wrapper .index-w .index-slides .swiper-wrapper .swiper-slide .info .lp .tt-zh {
    font-size: 20px;
  }
  .wrapper .index-w .index-slides .swiper-pagination {
    padding-right: 20px;
    bottom: 22vh;
  }
  .wrapper .index-w .index-slides .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
    width: 4px;
    height: 4px;
  }
  .wrapper .index-w .brands-w {
    padding: 0 20px;
    margin-top: -24vh;
  }
  .wrapper .index-w .brands-w .ptt .tt-en {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .wrapper .index-w .brands-w .ptt .tt-zh {
    font-size: 12px;
  }
  .wrapper .index-w .brands-w .brands-list-w {
    margin: 40px auto 60px;
    display: flex;
    flex-wrap: wrap;
  }
  .wrapper .index-w .brands-w .brands-list-w .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 18px;
  }
  .wrapper .index-w .brands-w .brands-list-w .item .info .brand-logo {
    height: calc(100% - 70px);
  }
  .wrapper .index-w .brands-w .brands-list-w .item .info .brand-logo .b-logo {
    zoom: 0.35;
    -ms-zoom: 0.35;
    -webkit-zoom: 0.35;
    -moz-transform: scale(0.35, 0.35);
    -moz-transform-origin: center center;
  }
  .wrapper .index-w .brands-w .brands-list-w .item .info .brand-name {
    height: 70px;
    padding: 16px 20px;
  }
  .wrapper .index-w .brands-w .brands-list-w .item .info .brand-name .lp .tt-en {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .wrapper .index-w .brands-w .brands-list-w .item .info .brand-name .lp .tt-zh {
    font-size: 12px;
  }
  .wrapper .full-page-w .page-container .page-c-w {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    overflow-y: scroll;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 20%, #000 80%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, #000 20%, #000 80%, transparent 100%);
    padding: 0 20px;
  }
  .wrapper .full-page-w .page-container .page-c-w::-webkit-scrollbar {
    display: none;
  }
  .wrapper .full-page-w .page-container .lp .tt-en {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .wrapper .full-page-w .page-container .lp .tt-en.sps {
    font-size: 36px;
  }
  .wrapper .full-page-w .page-container .lp .tt-zh {
    font-size: 20px;
  }
  .wrapper .full-page-w .page-container .lp .stt {
    margin-top: 10px;
    font-size: 16px;
  }
  .wrapper .full-page-w .page-container .lp .navs {
    margin-top: 10vh;
  }
  .wrapper .full-page-w .page-container .lp .navs .item {
    font-size: 16px;
  }
  .wrapper .full-page-w .page-container .rp {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .wrapper .full-page-w .page-container .rp .detail-content {
    height: auto;
    padding-top: 10vh;
    overflow-y: unset;
    -webkit-mask-image: unset;
    mask-image: unset;
  }
  .wrapper .full-page-w .page-container .rp .detail-content .detail-w {
    padding-bottom: 15vh;
  }
  .wrapper .full-page-w .page-container .rp .detail-content .detail-w .col-2-w {
    flex-direction: column-reverse;
    justify-content: flex-start;
  }
  .wrapper .full-page-w .page-container .rp .detail-content .detail-w .col-2-w .col-2 {
    width: 100%;
    font-size: 12px;
  }
  .wrapper .full-page-w .page-container .rp .detail-content .detail-w .col-2-w .col-2:first-child {
    line-height: 1.6;
  }
  .wrapper .full-page-w .page-container .rp .detail-content .detail-w .col-2-w .col-2:last-child {
    margin-bottom: 20px;
    line-height: 1.75;
  }
  .wrapper .full-page-w .page-container .rp .detail-content .detail-w.with-tt {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .wrapper .full-page-w .page-container .rp .detail-content .detail-w .detail-tt {
    width: 50%;
    margin-bottom: 0;
  }
  .wrapper .full-page-w .page-container .rp .detail-content .detail-w .detail-tt .tt-en {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .wrapper .full-page-w .page-container .rp .detail-content .detail-w .detail-tt .tt-zh {
    font-size: 16px;
  }
  .wrapper .full-page-w .page-container .rp .detail-content .detail-w .col-2-kv-w {
    width: 50%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .wrapper .full-page-w .page-container .rp .detail-content .detail-w .col-2-kv-w .col {
    width: 100%;
    margin-bottom: 40px;
  }
  .wrapper .full-page-w .page-container .rp .detail-content .detail-w .col-2-kv-w .col .kk {
    font-size: 16px;
  }
  .wrapper .full-page-w .page-container .rp .detail-content .detail-w .col-2-kv-w .col .vv {
    font-size: 12px;
  }
  .wrapper .full-page-w .page-container .rp .detail-content .detail-w .col-kv-w {
    width: 50%;
  }
  .wrapper .full-page-w .page-container .rp .detail-content .detail-w .col-kv-w .col {
    margin-bottom: 30px;
  }
  .wrapper .full-page-w .page-container .rp .detail-content .detail-w .col-kv-w .col .kk {
    font-size: 16px;
  }
  .wrapper .full-page-w .page-container .rp .detail-content .detail-w .col-kv-w .col .vv {
    font-size: 12px;
  }
  .wrapper .full-page-w .page-container .rp .detail-content .detail-w .company-info {
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
  }
  .wrapper .full-page-w .page-container .rp .detail-content .detail-w .company-info .tt {
    width: 140px;
    font-size: 16px;
  }
  .wrapper .full-page-w .page-container .rp .detail-content .detail-w .company-info .row-w {
    width: calc(100% - 140px);
    max-width: 215px;
  }
  .wrapper .full-page-w .page-container .rp .detail-content .detail-w .company-info .info-row {
    width: 100%;
    font-size: 12px;
  }
  .wrapper .full-page-w .page-container .rp .detail-content .detail-w .join-w {
    display: flex;
    flex-direction: row;
  }
  .wrapper .full-page-w .page-container .rp .detail-content .detail-w .join-w .tt {
    width: 140px;
    font-size: 16px;
  }
  .wrapper .full-page-w .page-container .rp .detail-content .detail-w .join-w .kk {
    font-size: 12px;
  }
  .wrapper .full-page-w .page-container .rp .detail-content .detail-w .join-w .vv {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .wrapper .full-page-w .page-container .rp .detail-content .detail-w .join-w .link {
    font-size: 12px;
  }
  .wrapper .full-page-w .page-footer {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
  }
  .wrapper .full-page-w .page-footer .cp {
    font-size: 8px;
    line-height: 24px;
  }
  .wrapper .full-page-w .page-footer .socials {
    justify-content: flex-start;
  }
  .wrapper .full-page-w .page-footer .socials .sc {
    font-size: 10px;
    margin-left: 0;
    margin-right: 8px;
  }
  .wrapper .brand-w .full-logo-w .b-logo {
    zoom: 0.2;
    -ms-zoom: 0.2;
    -webkit-zoom: 0.2;
    -moz-transform: scale(0.2, 0.2);
    -moz-transform-origin: center center;
  }
  .wrapper .brand-w .full-logo-w .b-logo.sml-resp {
    zoom: 0.16;
    -ms-zoom: 0.16;
    -webkit-zoom: 0.16;
    -moz-transform: scale(0.16, 0.16);
    -moz-transform-origin: center center;
  }
  .wrapper .brand-w .page-container .lp {
    width: 100%;
  }
  .wrapper .brand-w .page-container .lp .navs {
    width: 100%;
    margin-top: 10vh;
  }
  .wrapper .brand-w .page-container .lp .navs .item {
    font-size: 16px;
    text-decoration: underline;
  }
  .wrapper .brand-w .page-container .lp .navs .btn-more {
    position: absolute;
    right: 0;
    top: 0;
  }
  .wrapper .brand-w .page-container .rp .detail-content .desc-w {
    padding-bottom: 24vh;
  }
  .wrapper .brand-w .page-container .rp .detail-content .desc-w .bb-w {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .wrapper .brand-w .page-container .rp .detail-content .desc-w .bb-w .col-2-w {
    flex-direction: column-reverse;
    justify-content: flex-start;
  }
  .wrapper .brand-w .page-container .rp .detail-content .desc-w .bb-w .col-2-w .col-2 {
    width: 100%;
    font-size: 12px;
    margin-bottom: 30px;
  }
  .wrapper .brand-w .page-container .rp .detail-content .desc-w .bb-w .col-2-w .col-2:first-child {
    line-height: 1.6;
    margin-bottom: 0;
  }
  .wrapper .brand-w .page-container .rp .detail-content .desc-w .bb-w .col-2-w .col-2:last-child {
    line-height: 1.75;
  }
  .wrapper .brand-w .page-container .rp .detail-content .desc-w .bb-w .col-2-w .col-2 .stt {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .wrapper .brand-w .page-container .rp .detail-content .desc-w .bb-w .btn-back-w {
    display: none;
  }
  .wrapper .brand-w .page-container .rp .detail-content .desc-w .bb-w .contact-w {
    flex-direction: column;
  }
  .wrapper .brand-w .page-container .rp .detail-content .desc-w .bb-w .contact-w .col-2 {
    width: 100%;
  }
  .wrapper .brand-w .page-container .rp .detail-content .desc-w .bb-w .contact-w .col-2:first-child {
    margin-bottom: 40px;
  }
  .wrapper .brand-w .page-container .rp .detail-content .desc-w .bb-w .contact-w .col-2 .ctt {
    font-size: 12px;
    margin-bottom: 35px;
  }
  .wrapper .brand-w .page-container .rp .detail-content .desc-w .bb-w .contact-w .col-2 .openhours-w {
    margin-bottom: 40px;
  }
  .wrapper .brand-w .page-container .rp .detail-content .desc-w .bb-w .contact-w .col-2 .openhours-w .col {
    width: 50%;
    font-size: 12px;
  }
  .wrapper .brand-w .page-container .rp .detail-content .desc-w .bb-w .contact-w .col-2 .openhours-w .col sup {
    font-size: 7px;
  }
  .wrapper .brand-w .page-container .rp .detail-content .desc-w .bb-w .contact-w .col-2 .address-w {
    font-size: 12px;
  }
  .wrapper .brand-w .page-container .rp .detail-content .desc-w .bb-w .contact-w .col-2 .address-w .addr {
    margin-bottom: 15px;
  }
  .wrapper .brand-w .page-container .rp .detail-content .desc-w .bb-w .contact-w .col-2 .coop-w {
    font-size: 12px;
  }
  .wrapper .brand-w .page-container .rp .detail-content .desc-w .bb-w .patterns-w .ctt {
    font-size: 12px;
    margin-bottom: 35px;
  }
  .wrapper .brand-w .page-container .rp .detail-content .desc-w .bb-w .patterns-w .pattern-list .row {
    font-size: 16px;
  }
  .wrapper .brand-w .page-container .rp .detail-content .desc-w .bb-w:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .wrapper .brand-w .pattern-slides .swiper-pagination {
    display: none;
  }
  .wrapper .brand-w .pattern-slides .slide-ops {
    right: 0;
    bottom: 90px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .wrapper .brand-w .pattern-slides .slide-ops .nav-prev, .wrapper .brand-w .pattern-slides .slide-ops .nav-next {
    width: 40px;
    height: 30px;
  }
  .wrapper .brand-w .pattern-slides .slide-ops .nav-prev img, .wrapper .brand-w .pattern-slides .slide-ops .nav-next img {
    width: 11px;
  }
  .wrapper .brand-w .pattern-slides .slide-ops .nav-prev {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
  }
  .wrapper .brand-w .pattern-slides .slide-ops .nav-next {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
  }
  .wrapper .brand-w .pattern-slides .slide-ops .btn-more {
    margin-left: 0;
    position: absolute;
    right: 20px;
    top: 0;
  }
  .wrapper .brand-w .pattern-slides .navs {
    left: 20px;
    bottom: 86px;
  }
  .wrapper .brand-w .pattern-slides .navs .item {
    font-size: 16px;
    text-decoration: underline;
  }
  .wrapper .brand-w .pattern-slides .slides-tt {
    left: 20px;
    bottom: 86px;
    font-size: 16px;
  }
  .wrapper .brand-w .pattern-slides.show-ops .swiper-pagination {
    opacity: 1;
  }
  .wrapper .brand-w .pattern-slides.show-ops .slide-ops {
    opacity: 1;
  }
  .wrapper .brand-w .pattern-slides.show-ops .navs {
    opacity: 1;
  }
  .wrapper .brand-w .pattern-slides.show-ops .slides-tt {
    opacity: 1;
  }
  .wrapper .news-w .main-cover .info {
    flex-direction: column;
    justify-content: flex-start;
    padding: 28vh 20px 0;
  }
  .wrapper .news-w .main-cover .info .lp {
    margin-bottom: 28px;
  }
  .wrapper .news-w .main-cover .info .lp .tt-en {
    font-size: 36px;
    margin-bottom: 12px;
  }
  .wrapper .news-w .main-cover .info .lp .tt-zh {
    font-size: 20px;
  }
  .wrapper .news-w .news-list-w {
    margin-top: -170px;
  }
  .wrapper .news-w .news-list-w .news-list-ttw {
    margin-bottom: 40px;
    padding: 0 20px;
    align-items: flex-end;
  }
  .wrapper .news-w .news-list-w .news-list-ttw .ptt .tt-en {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .wrapper .news-w .news-list-w .news-list-ttw .ptt .tt-zh {
    font-size: 12px;
  }
  .wrapper .news-w .news-list-w .news-list-ttw .news-ops .op {
    height: 18px;
  }
  .wrapper .news-w .news-list-w .news-list-ttw .news-ops .op .btn-op {
    width: 18px;
    height: 18px;
  }
  .wrapper .news-w .news-list-w .news-list-ttw .news-ops .op .btn-op img {
    height: 12px;
  }
  .wrapper .news-w .news-list-w .filters-w {
    width: 100%;
    position: relative;
    top: unset;
    right: unset;
    padding: 0 20px 40px;
  }
  .wrapper .news-w .news-list-w .filters-w .filters-cols .col {
    margin-right: 50px;
  }
  .wrapper .news-w .news-list-w .filters-w .filters-cols .col .ftt {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .wrapper .news-w .news-list-w .filters-w .filters-cols .col .fstt {
    font-size: 12px;
  }
  .wrapper .news-w .news-list-w .search-bar {
    z-index: 1;
    position: relative;
    top: unset;
    right: unset;
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-bottom: 40px;
  }
  .wrapper .news-w .news-list-w .search-bar input {
    font-size: 12px;
  }
  .wrapper .news-w .news-list-w .search-bar .btn-search {
    display: inline;
    font-size: 12px;
    color: #ddba58;
    position: absolute;
    right: 20px;
    top: 12px;
    cursor: pointer;
  }
  .wrapper .news-list {
    padding: 0;
    margin: 0 auto 60px;
  }
  .wrapper .news-list .news-item {
    width: 100%;
    padding-top: calc(100% - 40px);
    margin: 0 20px 20px;
  }
  .wrapper .news-list .news-item .info .brand-logo {
    height: calc(100% - 120px);
  }
  .wrapper .news-list .news-item .info .brand-logo .b-logo {
    zoom: 0.3;
    -ms-zoom: 0.3;
    -webkit-zoom: 0.3;
    -moz-transform: scale(0.3, 0.3);
    -moz-transform-origin: center center;
  }
  .wrapper .news-list .news-item .info .news-info {
    height: 120px;
    padding: 0 20px 20px;
  }
  .wrapper .news-list .news-item .info .news-info .tt {
    font-size: 14px;
  }
  .wrapper .news-list .news-item .info .news-info .sml-info {
    margin-top: 12px;
  }
  .wrapper .news-list .news-item .info .news-info .sml-info .lp {
    font-size: 10px;
  }
  .wrapper .detail-w .main-cover .info {
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 20px 40vh;
  }
  .wrapper .detail-w .main-cover .info .lp .tt-en {
    font-size: 36px;
    margin-bottom: 12px;
  }
  .wrapper .detail-w .main-cover .info .lp .tt-zh {
    font-size: 20px;
  }
  .wrapper .detail-w .detail--w {
    padding: 0 20px 20px;
    margin: -32vh auto 0;
    display: flex;
    flex-direction: column-reverse;
  }
  .wrapper .detail-w .detail--w .content {
    width: 100%;
  }
  .wrapper .detail-w .detail--w .content h1, .wrapper .detail-w .detail--w .content h2, .wrapper .detail-w .detail--w .content h3, .wrapper .detail-w .detail--w .content h4, .wrapper .detail-w .detail--w .content h5 {
    font-size: 12px;
    line-height: 1.6666;
    margin-bottom: 30px;
  }
  .wrapper .detail-w .detail--w .content p {
    font-size: 12px;
    line-height: 1.6666;
    margin-bottom: 30px;
  }
  .wrapper .detail-w .detail--w .side-info {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
  }
  .wrapper .detail-w .detail--w .side-info .info-bb {
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .wrapper .detail-w .detail--w .side-info .info-bb .cvv {
    font-size: 12px;
    line-height: 1.333;
  }
  .wrapper .detail-w .recommend-w {
    padding: 0 20px;
  }
  .wrapper .detail-w .recommend-w .recommend-list-w .rtt-w .rtt {
    font-size: 12px;
  }
  .wrapper .detail-w .recommend-w .recommend-list-w .rtt-w .btn-back {
    font-size: 12px;
  }
  .wrapper .detail-w .recommend-w .recommend-list-w .rtt-w .btn-back .ico {
    width: 13px;
  }
  .wrapper .detail-w .recommend-w .recommend-list-w .news-list .news-item {
    width: 100%;
    padding-top: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .wrapper .detail-w .recommend-w .recommend-list-w .news-list .news-item:nth-child(3) {
    display: none;
  }
}

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