﻿/*
    Created on : 2020-03-03, 17:50:20
    Author     : jerry
*/
@import "fonts.css?v=202004012";
@import "swiper.min.css";
@import "animate.min.css";
@import "pure-min.css";
@import "video-js.css";

body {
  margin: 0px;
  padding: 0px;
  font-family: "Microsoft YaHei", "微软雅黑", SimHei, Verdana, Geneva, sans-serif;
  color: #2f2725;
  background: #fff;
}

html {
  font-size: 16px;
}

.pc {
  display: initial !important;
}

.phone {
  display: none !important;
}

.pure-img1 {
  max-height: 100%;
  width: auto;
}

.pure-img {
  max-width: 100%;
  height: auto;
}

.pure-u-1-11 {
  width: 9.090909%;
}

.container {
  max-width: 1480px;
  margin: 0 auto;
  position: relative;
}

.out-container {
  padding-top: 5.3125rem;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.back-top {
  cursor: pointer;
  display: block;
  position: fixed;
  z-index: 5000;
  right: 5rem;
  bottom: 3rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  transition: all 0.3s;
  color: #a98a4e;
}

.back-top i {
  font-size: 3rem;
}

.back-top.hide {
  transform: scale(0);
}

header {
  height: 5.3125rem;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
  position: fixed;
  z-index: 1200;
}

header .in {
  position: relative;
  margin: 0 20px;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  justify-content: space-between;
}

header #logo {
  height: 5.3125rem;
  flex: 1 1 auto;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  justify-content: flex-start;
}

header #nav {
  line-height: 5.3125rem;
}

header #nav ul.top_nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

header #nav ul.top_nav li {
  height: 5.3125rem;
  display: inline-block;
}

header #nav ul.top_nav li .sub-menu-container {
  position: fixed;
  width: 100%;
  height: 0;
  left: 0;
  top: 5.3125rem;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

header #nav ul.top_nav li .sub-menu-container .sub-menu {
  width: 100%;
  height: 14.6875rem;
  transform: translateY(-100%);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  background-color: rgba(232, 232, 233, 0.96);
}

header #nav ul.top_nav li .sub-menu-container .sub-menu .pure-g {
  justify-content: center;
  text-align: center;
}

header #nav ul.top_nav li .sub-menu-container .sub-menu .pure-g .gap {
  margin: 1.875rem 0.875rem;
  line-height: 3em;
}

header #nav ul.top_nav li .sub-menu-container .sub-menu .pure-g .gap a:link,
header #nav ul.top_nav li .sub-menu-container .sub-menu .pure-g .gap a:visited,
header #nav ul.top_nav li .sub-menu-container .sub-menu .pure-g .gap a:active {
  text-decoration: none;
  color: #2f2725;
  margin: 0;
  padding: 0;
  transition: all 0.3s;
}

header #nav ul.top_nav li .sub-menu-container .sub-menu .pure-g .gap a:hover {
  color: #a98a4e;
}

header #nav ul.top_nav li:hover .sub-menu-container {
  height: 14.6875rem;
}

header #nav ul.top_nav li:hover .sub-menu-container .sub-menu {
  opacity: 1;
  transform: translateY(0%);
}

header #nav .link-item {
  height: 5.3125rem;
  display: inline-block;
  font-size: 1rem;
  padding: 0 1.5rem;
  margin: 0 0.4rem;
  text-decoration: none;
  color: #2f2725;
  box-sizing: border-box;
  transition: all 0.1s;
  border-bottom: #a98a4e 0px solid;
}

header #nav .link-item:visited,
header #nav .link-item:active {
  color: #2f2725;
}

header #nav .link-item:hover,
header #nav .link-item.active {
  border-bottom: #a98a4e 5px solid;
  color: #2f2725;
}

header #nav .shop-link {
  height: 5rem;
  line-height: 4rem;
  display: inline-block;
  font-size: 1.8rem;
  padding: 0;
  margin: 0 0.3rem;
  text-decoration: none;
  color: #a98a4e;
  box-sizing: border-box;
  transition: all 0.2s;
}

header #nav .shop-link:visited,
header #nav .shop-link:active {
  color: #a98a4e;
}

header #nav .shop-link:hover,
header #nav .shop-link.active {
  color: #a98a4e;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  header {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.8);
  }

  .sub-menu-container {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
}

#sub-nav {
  width: 100%;
  height: 4.0625rem;
  background-color: #020202;
}

#sub-nav .pinned {
  width: 100%;
  height: 4.0625rem;
  background: #020202 url(../img/sub_nav_bg.jpg) no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  line-height: 4.0625rem;
  z-index: 500;
}

#sub-nav .pinned.Zebra_Pin {
  box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.25s linear;
}

#sub-nav .pinned .link {
  position: relative;
  margin: 0 2rem;
  text-decoration: none;
  transition: all 0.2s;
  color: #fff;
}

#sub-nav .pinned .link:visited,
#sub-nav .pinned .link:active {
  color: #fff;
}

#sub-nav .pinned .link:hover,
#sub-nav .pinned .link.active {
  color: #a98a4e;
}

#sub-nav .pinned .link::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #fff;
  right: -2rem;
  top: 0;
}

#sub-nav .pinned .link:last-child::after {
  width: 0px;
}

.full-video-container {
  position: fixed;
  z-index: 1300;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s;
}

.full-video-container .video-con {
  position: absolute;
  width: 80%;
  max-width: 1680px;
  height: auto;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
}

.full-video-container .video-con .close {
  display: block;
  z-index: 50;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  background-color: #a98a4e;
  position: absolute;
  right: 0;
  top: 0;
}

.full-video-container .video-con .close:before,
.full-video-container .video-con .close:after {
  position: absolute;
  left: 0.95rem;
  content: ' ';
  height: 2rem;
  width: 2px;
  background-color: #fff;
}

.full-video-container .video-con .close:before {
  transform: rotate(45deg);
}

.full-video-container .video-con .close:after {
  transform: rotate(-45deg);
}

.full-video-container.hide {
  visibility: hidden;
  opacity: 0;
}

#home-banner {
  position: relative;
  max-height: 750px;
  height: auto;
}

#home-banner .swiper-container {
  width: 100%;
  height: 100%;
}

#home-banner .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}

#home-banner .swiper-container .swiper-slide .cc {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#home-banner .swiper-container .swiper-slide .cc .container {
  height: 100%;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#home-banner .swiper-container .swiper-slide .info {
  text-align: left;
  margin-top: -5%;
  margin-left: 20%;
}

#home-banner .swiper-container .swiper-slide .info h2 {
  font-weight: normal;
  font-size: 2.8125rem;
  color: #d3d3d4;
  margin: 0;
}

#home-banner .swiper-container .swiper-slide .info h3 {
  font-weight: normal;
  font-size: 2.8125rem;
  color: #a98a4e;
  margin: 0;
}

#home-banner .swiper-container .swiper-slide .info h1 {
  font-size: 3.875rem;
  color: #a98a4e;
  margin: 0;
}

#home-banner .swiper-container .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  box-sizing: border-box;
  border: #a98a4e 2px solid;
  background: none;
  opacity: 1;
  margin: 0 0.51rem;
}

#home-banner .swiper-container .swiper-pagination-bullet-active {
  opacity: 1;
  background: #a98a4e;
}

#home-video {
  margin-top: 4px;
  position: relative;
  max-height: 750px;
  height: auto;
  overflow: hidden;
}

#home-video .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  text-align: center;
  z-index: 2;
}

#home-video .overlay .container {
  position: relative;
  height: 100%;
}

#home-video .overlay h2 {
  position: absolute;
  left: 50%;
  bottom: 4rem;
  transform: translateX(-50%);
}

#home-video .overlay h2 .view-full {
  font-size: 1.125rem;
  font-weight: normal;
  padding: 0.5rem 1.7rem 0.5rem 2rem;
  color: #a98a4e;
  letter-spacing: 0.3rem;
  border: #a98a4e 1px solid;
  text-decoration: none;
  transition: all 0.3s;
}

#home-video .overlay h2 .view-full:visited,
#home-video .overlay h2 .view-full:active {
  color: #a98a4e;
}

#home-video .overlay h2 .view-full:hover,
#home-video .overlay h2 .view-full.active {
  background-color: #a98a4e;
  color: #fff;
}

#home-video .video-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#home-video .video-container video {
  width: 100%;
  height: auto;
}

#home-scheme {
  zoom: 0;
  margin-top: 4px;
  position: relative;
  background-color: #1c1c1c;
}

#home-scheme .in {
  padding: 4rem 0px 6rem 0;
  margin: 0 10px;
}

#home-scheme h1 {
  color: #fff;
  font-size: 3rem;
  font-weight: normal;
  text-align: center;
  margin: 0 0 1.3em 0;
}

#home-scheme .gap {
  margin: 0 12px 10px 12px;
  text-align: center;
}

#home-scheme .gap .zoom-img {
  position: relative;
  overflow: hidden;
  display: block;
  transform: translateY(2rem);
  transition: all 0.3s;
}

#home-scheme .gap .zoom-img img {
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#home-scheme .gap .zoom-img .over-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: all 0.3s;
}

#home-scheme .gap .zoom-img:hover .bg {
  transform: scale(1.2);
}

#home-scheme .gap .more {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

#home-scheme .gap h2 {
  font-size: 1.8rem;
  color: #dcdddd;
  font-weight: normal;
  text-align: center;
  margin: 1em 0 0 0;
  transform: translateY(2rem);
  transition: all 0.3s;
}

#home-scheme .gap p {
  font-size: 0.875rem;
  color: #dcdddd;
  font-weight: normal;
  text-align: center;
  margin-bottom: 2.5em;
}

#home-scheme .gap .link-btn {
  font-size: 1rem;
  font-weight: normal;
  padding: 0.2rem 1.5rem 0.2rem 2rem;
  color: #a98a4e;
  letter-spacing: 0.3rem;
  border: #a98a4e 1px solid;
  text-decoration: none;
  transition: all 0.3s;
}

#home-scheme .gap .link-btn:visited,
#home-scheme .gap .link-btn:active {
  color: #a98a4e;
}

#home-scheme .gap .link-btn:hover,
#home-scheme .gap .link-btn.active {
  background-color: #a98a4e;
  color: #fff;
}

#home-scheme .gap a {
  text-decoration: none;
  transition: all 0.3s;
}

#home-scheme .gap a:hover h2 {
  transform: translateY(0rem);
}

#home-scheme .gap a:hover .zoom-img {
  transform: translateY(0rem);
}

#home-scheme .gap a:hover .zoom-img .over-img {
  opacity: 1;
}

#home-scheme .gap a:hover .more {
  opacity: 1;
  visibility: visible;
}

#home-news {
  zoom: 0;
  margin-top: 4px;
  position: relative;
}

#home-news .in {
  padding: 4rem 0px 6rem 0;
  margin: 0 10px;
}

#home-news h1 {
  color: #1d1d1d;
  font-size: 3rem;
  font-weight: normal;
  text-align: center;
  margin: 0 0 1.3em 0;
}

#home-news .gap {
  margin: 0 12px 10px 12px;
  text-align: center;
  position: relative;
}

#home-news .gap .zoom-img {
  position: relative;
  overflow: hidden;
  display: block;
}

#home-news .gap .zoom-img img {
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#home-news .gap .zoom-img:hover .bg {
  transform: scale(1.2);
}

#home-news .gap::after {
  content: attr(data-title);
  color: #fff;
  line-height: 2.25rem;
  text-align: center;
  font-size: 1.25rem;
  position: absolute;
  right: 1.5rem;
  top: -6px;
  width: 6.75rem;
  height: 2.25rem;
  border-bottom-right-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
  background-color: #a98a4e;
}

#home-news .gap::before {
  content: "";
  position: absolute;
  right: 8.25rem;
  top: -6px;
  width: 0;
  height: 0;
  z-index: 2;
  border-style: solid;
  border-width: 0 0 6px 6px;
  border-color: transparent transparent #806a3f transparent;
}

#home-news .gap h2 {
  font-size: 2.25rem;
  color: #dcdddd;
  font-weight: normal;
  text-align: center;
  margin: 1em 0 0 0;
}

#home-news .gap p {
  font-size: 0.875rem;
  color: #dcdddd;
  font-weight: normal;
  text-align: center;
  margin-bottom: 2.5em;
}

#home-news .gap .link-btn {
  font-size: 1rem;
  font-weight: normal;
  padding: 0.2rem 1.5rem 0.2rem 2rem;
  color: #a98a4e;
  letter-spacing: 0.3rem;
  border: #a98a4e 1px solid;
  text-decoration: none;
  transition: all 0.3s;
}

#home-news .gap .link-btn:visited,
#home-news .gap .link-btn:active {
  color: #a98a4e;
}

#home-news .gap .link-btn:hover,
#home-news .gap .link-btn.active {
  background-color: #a98a4e;
  color: #fff;
}

/***********************
*
*  About Page
*
***************************/
#about-video {
  position: relative;
  max-height: 750px;
  height: auto;
  overflow: hidden;
}

#about-video .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(59, 32, 32, 0.3);
  text-align: center;
  z-index: 2;
}

#about-video .overlay .container {
  position: relative;
  height: 100%;
}

#about-video .overlay h1 {
  margin-top: 0rem;
  padding-top: 7rem;
  margin-bottom: 4rem;
  font-size: 3rem;
  font-weight: normal;
  color: #fff;
  letter-spacing: 1rem;
}

#about-video .overlay p {
  color: #fff;
  font-size: 1.125rem;
  line-height: 2.5em;
  margin-top: 8rem;
}

#about-video .overlay p span {
  color: #a98a4e;
  font-weight: bold;
  font-size: 1.5rem;
}

#about-video .overlay h2 {
  position: absolute;
  left: 50%;
  bottom: 4rem;
  transform: translateX(-50%);
}

#about-video .overlay h2 .view-full {
  font-size: 1.125rem;
  font-weight: normal;
  padding: 0.5rem 1.7rem 0.5rem 2rem;
  color: #a98a4e;
  letter-spacing: 0.3rem;
  border: #a98a4e 1px solid;
  text-decoration: none;
  transition: all 0.3s;
}

#about-video .overlay h2 .view-full:visited,
#about-video .overlay h2 .view-full:active {
  color: #a98a4e;
}

#about-video .overlay h2 .view-full:hover,
#about-video .overlay h2 .view-full.active {
  background-color: #a98a4e;
  color: #fff;
}

#about-video .video-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#about-video .video-container video {
  width: 100%;
  height: auto;
}

#about-intro {
  background: #0f1116 url(../img/about_bg01a.jpg) no-repeat top;
  background-size: contain;
}

#about-intro .in {
  margin: 0 20px;
}

#about-intro .bg {
  background: url(../img/about_bg01b.png) no-repeat bottom;
  background-size: contain;
  text-align: center;
  padding-bottom: 21rem;
}

#about-intro .bg h1 {
  margin-top: 0rem;
  padding-top: 7rem;
  margin-bottom: 4.5rem;
  font-size: 3rem;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.1rem;
}

#about-intro .bg .info {
  font-size: 1.125rem;
  width: 42rem;
  text-align: left;
  color: #fff;
  line-height: 2rem;
  margin-left: 6.125rem;
}

#about-banner {
  position: relative;
}

#about-banner .float-layer {
  position: absolute;
  right: 6.76%;
  bottom: 10.81%;
  width: 52.43%;
  height: 40.54%;
  box-sizing: border-box;
  z-index: 50;
}

#about-banner .float-layer .controller {
  position: relative;
  width: 100%;
  height: 100%;
}

#about-banner .float-layer .pure-u-1-4 {
  position: relative;
  height: 100%;
}

#about-banner .float-layer .item {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90%;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
}

#about-banner .float-layer .item img {
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
}

#about-banner .float-layer .item .cc {
  z-index: 10;
  opacity: 0;
}

#about-banner .float-layer .item.active,
#about-banner .float-layer .item:hover {
  height: 100%;
}

#about-banner .float-layer .item.active .cc,
#about-banner .float-layer .item:hover .cc {
  opacity: 1;
}

#about-banner .swiper-slide {
  position: relative;
}

#about-banner .swiper-slide .info {
  position: absolute;
  top: 20%;
  left: 46.6%;
  color: #666666;
}

#about-banner .swiper-slide .info em {
  display: block;
  width: 2.5rem;
  height: 0.375rem;
  background-color: #a98a4e;
}

#about-banner .swiper-slide .info h3 {
  font-size: 1.75rem;
  font-weight: normal;
  margin-bottom: 0.5em;
}

#about-banner .swiper-slide .info p {
  margin-top: 0.5em;
  font-size: 1.375rem;
  line-height: 1.8em;
}

#history {
  background: #171920 url(../img/history_bg.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
}

#history .box {
  text-align: center;
  padding-bottom: 4rem;
}

#history .box h1 {
  margin-top: 0rem;
  padding-top: 5rem;
  margin-bottom: 0.5em;
  font-size: 3rem;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.1rem;
}

#history .box h2 {
  margin-top: 0rem;
  margin-bottom: 4rem;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.1rem;
}

#history .box h3 {
  margin-top: 2em;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: normal;
  color: #a98a4e;
  letter-spacing: 0.1rem;
}

#history .box .hcon {
  margin: 0 6rem;
}

#history .box .hcon .sw1 {
  margin: 0 4.5rem;
  overflow: hidden;
}

#history .box .hcon .sw1 .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transform: scale(0.93);
  transform-origin: bottom;
  transition: all 0.3s;
}

#history .box .hcon .sw1 .swiper-slide .img {
  position: relative;
  background-color: #0c0c0c;
  overflow: hidden;
}

#history .box .hcon .sw1 .swiper-slide .img img {
  opacity: 0.64;
}

#history .box .hcon .sw1 .swiper-slide.swiper-slide-active {
  transform: scale(1);
}

#history .box .hcon .sw1 .swiper-slide.swiper-slide-active .img img {
  opacity: 1;
}

#history .box .hcon .sw1 .swiper-slide.swiper-slide-active .img::before {
  opacity: 1;
}

#history .box .hcon .sw1 .swiper-slide.swiper-slide-active .img::after {
  opacity: 1;
  transform: translateX(0);
}

#history .box .hcon .sw1 .swiper-button-next {
  background-image: url(../img/arrow_r.svg);
  background-repeat: no-repeat;
  background-size: contain;
  outline: none;
  width: 2.75rem;
  height: 2.75rem;
}

#history .box .hcon .sw1 .swiper-button-next::after {
  content: "";
}

#history .box .hcon .sw1 .swiper-button-prev {
  background-image: url(../img/arrow_l.svg);
  background-repeat: no-repeat;
  background-size: contain;
  outline: none;
  width: 2.75rem;
  height: 2.75rem;
}

#history .box .hcon .sw1 .swiper-button-prev::after {
  content: "";
}

#history .box .hcon .sw2 {
  position: relative;
  margin-bottom: 2rem;
}

#history .box .hcon .sw2 .text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #ffffff;
}

#history .box .hcon .sw2 .text-block div {
  text-align: left;
}

#history .box .hcon .sw2 .text-block span {
  font-size: 1.125rem;
  display: inline-block;
  line-height: 2em;
  letter-spacing: 0.1rem;
  padding-left: 5.3em;
  position: relative;
}

#history .box .hcon .sw2 .text-block span::before {
  content: "";
  position: absolute;
  left: 4em;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #a98a4e;
}

#history .box .hcon .sw3 {
  position: relative;
}

#history .box .hcon .sw3 .pure-u-1-11 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: top;
  align-items: top;
  color: #fff;
  letter-spacing: 0.01em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  cursor: pointer;
}

#history .box .hcon .sw3 .pure-u-1-11 .dotc {
  position: absolute;
  left: 50%;
  top: 1rem;
  content: "";
  transform: translateX(-50%) translateY(-50%);
  width: 1rem;
  height: 1rem;
  box-sizing: border-box;
  border-radius: 50%;
  border: #eeeeee 1px solid;
  transition: all 0.2s;
}

#history .box .hcon .sw3 .pure-u-1-11 .dotc::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #ffffff;
  border: #eeeeee 1px solid;
  transition: all 0.2s;
  z-index: 2;
}

#history .box .hcon .sw3 .pure-u-1-11 .dotc::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0rem;
  height: 0rem;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #eeeeee;
  transition: all 0.2s;
  z-index: 3;
}

#history .box .hcon .sw3 .pure-u-1-11::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 1rem;
  background-color: #747579;
}

#history .box .hcon .sw3 .pure-u-1-11 .year {
  position: relative;
  width: 100%;
  margin-top: 3.5rem;
  transition: all 0.2s;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.4);
}

#history .box .hcon .sw3 .pure-u-1-11.active .dotc {
  width: 1.875rem;
  height: 1.875rem;
  background-color: rgba(255, 255, 255, 0.5);
}

#history .box .hcon .sw3 .pure-u-1-11.active .dotc::before {
  width: 1rem;
  height: 1rem;
  background-color: rgba(255, 255, 255, 0);
}

#history .box .hcon .sw3 .pure-u-1-11.active .dotc::after {
  width: 0.5rem;
  height: 0.5rem;
}

#history .box .hcon .sw3 .pure-u-1-11.active .year {
  transform: scale(1.5);
  color: #ffffff;
}

#brand {
  background: #171920 url(../img/about_bg2.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  padding-bottom: 5rem;
}

#brand h1 {
  text-align: center;
  margin-top: 0rem;
  padding-top: 5rem;
  margin-bottom: -1rem;
  font-size: 3rem;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.1rem;
}

#brand .inn {
  padding: 0 20px;
  overflow: hidden;
}

#brand .block {
  margin: 7.5rem 0 0 0;
  position: relative;
}

#brand .block .img-con {
  position: relative;
  width: 70%;
  z-index: 20;
  transform: translateX(-20%);
  opacity: 0;
  transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#brand .block .img-con video {
  width: 100%;
  height: auto;
}

#brand .block .swiper-container {
  width: 100%;
  height: 100%;
}

#brand .block .swiper-button-next {
  outline: none;
  width: 4.375rem;
  height: 4.375rem;
  background-color: #a98a4e;
  border: 0;
  right: -4.375rem;
  bottom: 0;
  top: auto;
}

#brand .block .swiper-button-next::after {
  color: #fff;
  font-size: 1.875rem;
}

#brand .block .swiper-button-prev {
  outline: none;
  width: 4.375rem;
  height: 4.375rem;
  background-color: #fff;
  border: 0;
  right: 0;
  left: auto;
  bottom: 0;
  top: auto;
}

#brand .block .swiper-button-prev::after {
  color: #69696c;
  font-size: 1.875rem;
}

#brand .block .swiper-button-disabled {
  opacity: 1;
}

#brand .block .contents {
  position: absolute;
  right: 0;
  top: -1.875rem;
  width: 22%;
  padding-left: 34.7%;
  padding-right: 3.4%;
  height: 100%;
  background-color: #2a2a2e;
  color: #fff;
  transform: translateX(20%);
  opacity: 0;
  transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#brand .block .contents h3 {
  font-weight: normal;
  font-size: 2rem;
  margin-top: 2em;
  position: relative;
}

#brand .block .contents h3::after {
  position: absolute;
  content: "";
  left: 0;
  top: 4.5rem;
  width: 55%;
  height: 2px;
  background-color: #4f4f56;
}

#brand .block .contents ul {
  list-style: none;
  margin: 3rem 0;
  padding: 0;
}

#brand .block .contents ul li {
  font-size: 1.375rem;
  line-height: 2em;
  color: #69696b;
  transition: all 0.3s;
  cursor: pointer;
}

#brand .block .contents ul li.nor {
  font-size: 1.375rem;
  line-height: 2em;
  cursor: inherit;
}

#brand .block .contents ul li.active {
  font-size: 1.6875rem;
  color: #a98a4e;
}

#brand .block.rr {
  direction: rtl;
}

#brand .block.rr .img-con {
  direction: ltr;
  transform: translateX(20%);
}

#brand .block.rr .contents {
  left: 0px;
  right: auto;
  padding-right: 34.7%;
  padding-left: 3.4%;
  text-align: left;
  transform: translateX(-20%);
}

#brand .block.rr .swiper-button-next {
  border: 0;
  left: 0;
  right: auto;
  bottom: 0;
  top: auto;
}

#brand .block.rr .swiper-button-prev {
  left: -4.375rem;
  right: auto;
  bottom: 0;
  top: auto;
}

#brand .block.show .img-con,
#brand .block.show .contents {
  transform: translateX(0%);
  opacity: 1;
}

#water-map {
  background: #171920;
  width: 100%;
  position: relative;
  padding-bottom: 5rem;
}

#water-map h1 {
  text-align: center;
  margin-top: 0rem;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.1rem;
}

#water-map h2 {
  text-align: center;
  margin-top: 0rem;
  font-size: 1.5rem;
  font-weight: normal;
  color: #999999;
  letter-spacing: 0.8rem;
}

/***********************
*
*  Product-page
*
***************************/
.advantage-banner {
  position: relative;
}

.advantage-banner video {
  width: 100%;
  height: auto;
}

#advantage {
  background: url(../img/products/advantage/bg.jpg) repeat-x;
  padding: 5.625rem 0 19.5rem 0;
}

#advantage .container {
  max-width: 1200px;
  margin: 0 auto;
}

#advantage .container .pure-u-1-3 {
  position: relative;
  margin: -0.375rem 0;
}

#advantage .container .item-c {
  box-sizing: border-box;
  padding-right: 1.625rem;
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

#advantage .container .item-c .item {
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
  color: #a98a4e;
  letter-spacing: 0.1rem;
  transition: all 0.3s;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

#advantage .container .item-c .item .cc {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: bold;
  border: #a98a4e 1px solid;
  margin: 0.375rem 0;
  flex: 1;
  position: relative;
  transition: all 0.3s;
}

#advantage .container .item-c .item .cc::after {
  transition: all 0.3s;
}

#advantage .container .item-c .item.active .cc {
  background: #a98a4e;
  color: #fff;
}

#advantage .container .item-c .item.active .cc::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: -0.375rem;
  border-top: 0.375rem solid transparent;
  border-bottom: 0.375rem solid transparent;
  border-left: 0.375rem solid #a98a4e;
}

#cat-bar {
  position: fixed;
  /*height: calc(~"100% - 5.3125rem");*/
  height: auto;
  width: 11rem;
  left: 0;
  top: 50%;
  list-style: none;
  margin: 0;
  transform: translateY(-50%);
  padding: 0;
  font-size: 1rem;
  z-index: 50;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.8);
}

#cat-bar li {
  text-align: center;
  box-sizing: border-box;
  padding: 0;
}

#cat-bar li .cat-link {
  text-align: left;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 11rem;
  box-sizing: border-box;
  padding: 1.7rem 0;
  padding-left: 1.8rem;
  border-bottom: #363636 1px solid;
  transition: all 0.3s;
}

#cat-bar li.active .cat-link,
#cat-bar li:hover .cat-link {
  color: #a98a4e !important;
}

#cat-bar li:last-child .cat-link {
  border-bottom: none;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  #cat-bar {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.8);
  }
}

#products-cats .cats {
  position: relative;
}

#products-cats .cats .point-area {
  text-align: center;
  position: absolute;
  left: 50%;
  width: 7.5rem;
  height: 7.5rem;
  margin-left: -3.75rem;
  transition: opacity 0.5s ease-out;
  z-index: 999;
  cursor: pointer;
  margin-top: -130px;
}

#products-cats .cats .point {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0.75rem;
  height: 0.75rem;
  margin: auto;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background: 0 0;
}

#products-cats .cats .point-dot {
  z-index: 5;
  background-color: #a98a4e;
  border: 1px solid rgba(169, 138, 78, 0.8);
}

#products-cats .cats .point-10 {
  width: 100%;
  height: 100%;
}

#products-cats .cats .point-10::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #a98a4e;
  opacity: 0;
  -webkit-animation: ripple 4.5s ease-out 225ms infinite;
  animation: ripple 4.5s ease-out 225ms infinite;
}

#products-cats .cats .point-40 {
  width: 100%;
  height: 100%;
}

#products-cats .cats .point-40::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #a98a4e;
  opacity: 0;
  -webkit-animation: ripple 4.5s ease-out 0.9s infinite;
  animation: ripple 4.5s ease-out 0.9s infinite;
}

#products-cats .cats .point-80 {
  width: 100%;
  height: 100%;
}

#products-cats .cats .point-80::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #a98a4e;
  opacity: 0;
  -webkit-animation: ripple 4.5s ease-out 1.8s infinite;
  animation: ripple 4.5s ease-out 1.8s infinite;
}

#products-cats .cats .point-shadow:after {
  box-shadow: inset 0 0 5em rgba(0, 205, 236, 0.16);
}

#products-cats .cats .list {
  background-color: #f6f6f6;
  display: none;
}

#products-cats .cats .list .in {
  margin: 0 11rem !important;
  padding-top: 7.5rem;
  padding-bottom: 3.75rem;
  box-sizing: border-box;
}

#products-cats .cats .list .close {
  background: url(../img/products/close.png) no-repeat center center;
  cursor: pointer;
  background-size: contain;
  height: 2.8125rem;
  width: 2.8125rem;
  position: absolute;
  left: 50%;
  margin-left: -1.4rem;
  top: 3rem;
  z-index: 2;
}

#products-cats .cats .list .close:hover {
  opacity: 0.8;
}

#products-cats .cats .list .item {
  display: block;
  margin: 0.625rem;
  border: 1px #f0f0f0 solid;
  background-color: #fff;
  padding: 2.25rem 0;
  text-align: center;
  color: #333333;
  text-decoration: none;
  transition: all 0.3s;
}

#products-cats .cats .list .item h3 {
  font-size: 1.125rem;
  font-weight: normal;
  margin: 0 1rem;
  min-height: 3rem;
}

#products-cats .cats .list .item h4 {
  font-size: 0.875rem;
  font-weight: normal;
  margin: 0;
}

#products-cats .cats .list .item:hover {
  color: #a98a4e;
  -webkit-box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, 0.5), 5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, 0.5), 5px 5px 15px 5px rgba(0, 0, 0, 0);
}

@-webkit-keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
  }

  5% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: scale(1);
  }
}

@keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }

  5% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.mb-4 {
  margin-bottom: 4px;
}

#specifications {
  background-color: #000;
}

#specifications .pure-u-1-3 {
  width: 31%;
  display: flex;
  align-items: flex-end;
}

#specifications .pure-u-2-3 {
  position: relative;
  width: 69%;
  box-sizing: border-box;
  padding-right: 11.25rem;
  padding-bottom: 2rem;
}

#specifications .pure-u-1 {
  position: relative;
  box-sizing: border-box;
  padding: 0 15rem 2rem 15rem;
}

#specifications h1 {
  font-size: 2rem;
  color: #a98a4e;
  text-align: right;
  font-weight: normal;
  margin-right: 2 rem;
  margin-top: 5.25rem;
  margin-bottom: 3.5rem;
}

#specifications h1 span {
  padding: 0 2.5rem;
  position: relative;
}

#specifications h1 span::before {
  content: "";
  position: absolute;
  width: 0.5625rem;
  height: 0.5625rem;
  background-color: #a98a4e;
  border-radius: 50%;
  left: 0.5rem;
  top: 1rem;
}

#specifications h1 span::after {
  content: "";
  position: absolute;
  width: 0.5625rem;
  height: 0.5625rem;
  background-color: #a98a4e;
  border-radius: 50%;
  right: 0.5rem;
  top: 1rem;
}

#specifications .zhu {
  color: #c9caca;
  padding-left: 1.5rem;
  margin: 1.5rem 0 0 0;
  font-size: 0.725rem;
}

#specifications .zhu1 {
  text-align: right;
  color: #747474;
  margin: 1.5rem 0 0 0;
  font-size: 0.725rem;
}

#specifications .cc {
  position: relative;
  padding-right: 1rem;
}

#specifications .cc::after {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  right: 0;
  top: 50%;
  margin-top: -0.25rem;
  background-color: #fff;
}

#specifications .cc.c1::after {
  background-color: #4485c6;
}

#specifications .cc.c2::after {
  background-color: #4485c6;
}

#specifications .cc.c3::after {
  background-color: #a7c867;
}

#specifications .cc.c4::after {
  background-color: #a7c867;
}

#specifications .pure-table {
  border: 0;
}

#specifications .pure-table tr td {
  border: 0;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

#specifications .pure-table tr td:first-child {
  text-align: left;
}

#specifications .pure-table tr:nth-child(odd) td {
  background-color: #1a1a1a;
}

#specifications .pure-table tr:nth-child(odd) td:first-child {
  width: 11rem;
  padding-left: 1.5rem;
  background-color: #313131;
}

#specifications .pure-table tr:nth-child(even) td:first-child {
  width: 11rem;
  padding-left: 1.5rem;
  background-color: #1a1a1a;
}

#specifications.white {
  background-color: #f6f6f6;
}

#specifications.white .in {
  margin: 0 20px;
}

#specifications.white .pure-u-1-3 {
  width: 41%;
  display: flex;
  align-items: flex-end;
}

#specifications.white .pure-u-2-3 {
  position: relative;
  width: 59%;
  box-sizing: border-box;
  padding-right: 0;
  display: flex;
  align-items: center;
  padding: 2rem 0;
}

#specifications.white .pure-u-2-3>div {
  width: 100%;
}

#specifications.white h1 {
  font-size: 2rem;
  color: #a98a4e;
  text-align: right;
  font-weight: normal;
  margin-right: 2 rem;
  margin-top: 0rem;
  margin-bottom: 3.5rem;
}

#specifications.white .cc {
  position: relative;
  padding-right: 1rem;
}

#specifications.white .cc::after {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  right: 0;
  top: 50%;
  margin-top: -0.25rem;
  background-color: #fff;
}

#specifications.white .cc.c1::after {
  background-color: #4485c6;
}

#specifications.white .cc.c2::after {
  background-color: #4485c6;
}

#specifications.white .cc.c3::after {
  background-color: #a7c867;
}

#specifications.white .cc.c4::after {
  background-color: #a7c867;
}

#specifications.white .pure-table {
  border: 0;
}

#specifications.white .pure-table tr td {
  border: 0;
  color: #1d1d1d;
  text-align: left;
  font-size: 1rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

#specifications.white .pure-table tr td:first-child {
  text-align: left;
}

#specifications.white .pure-table tr:nth-child(odd) td {
  background-color: #eaeaea;
  text-align: left;
}

#specifications.white .pure-table tr:nth-child(odd) td:first-child {
  font-weight: bold;
  width: auto;
  padding-left: 3.75rem;
  background-color: #eaeaea;
}

#specifications.white .pure-table tr:nth-child(even) td:first-child {
  width: auto;
  font-weight: bold;
  padding-left: 3.75rem;
  background: none;
}

#section0 {
  position: relative;
  max-height: 730px;
  height: auto;
  overflow: hidden;
}

#section0 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(59, 32, 32, 0);
  text-align: center;
  z-index: 2;
}

#section0 .overlay .container {
  position: relative;
  height: 100%;
}

#section0 .overlay h1 {
  margin-top: 0rem;
  padding-top: 7rem;
  margin-bottom: 4rem;
  font-size: 3rem;
  font-weight: normal;
  color: #fff;
  letter-spacing: 1rem;
}

#section0 .overlay p {
  color: #fff;
  font-size: 1.125rem;
  line-height: 2.5em;
}

#section0 .overlay p span {
  color: #a98a4e;
  font-weight: bold;
  font-size: 1.5rem;
}

#section0 .overlay h2 {
  position: absolute;
  left: 50%;
  bottom: 4rem;
  transform: translateX(-50%);
}

#section0 .overlay h2 .view-full {
  font-size: 1.125rem;
  font-weight: normal;
  padding: 0.5rem 1.7rem 0.5rem 2rem;
  color: #a98a4e;
  letter-spacing: 0.3rem;
  border: #a98a4e 1px solid;
  text-decoration: none;
  transition: all 0.3s;
}

#section0 .overlay h2 .view-full:visited,
#section0 .overlay h2 .view-full:active {
  color: #a98a4e;
}

#section0 .overlay h2 .view-full:hover,
#section0 .overlay h2 .view-full.active {
  background-color: #a98a4e;
  color: #fff;
}

#section0 .video-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#section0 .video-container video {
  width: 100%;
  height: auto;
}

.section {
  position: relative;
}

.section .cover {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  pointer-events: none;
}

.section .bg-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.section .bg-container img {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
}

.section .bg-container img.hide {
  opacity: 0;
  visibility: hidden;
}

.section .menu-container {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}

.section .menu-container .hitem {
  cursor: pointer;
}

.section .menu-container .item {
  position: relative;
}

.section .menu-container .item .hout {
  transition: all 0.3s;
}

.section .menu-container .item .hover {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.section .menu-container .item:hover .hout {
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.section .menu-container .item:hover .hover {
  transition: all 0.3s;
  opacity: 1;
  visibility: visible;
}

/***********************
*
*  Projects Page
*
***************************/
#projects {
  width: 100%;
  padding-top: 9.25rem;
  background: #0c0c0c url(../img/project_bg_top.png) no-repeat top;
}

#projects .bottom {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: top;
  align-items: top;
}

#projects .bottom .dot {
  position: absolute;
  z-index: 10;
}

#projects .list-container {
  position: relative;
}

#projects .list-container .in {
  padding: 0 0px 3rem 0;
  margin: 0 10px;
}

#projects .list-container h1 {
  color: #1d1d1d;
  font-size: 3rem;
  font-weight: normal;
  text-align: center;
  margin: 0 0 1.3em 0;
}

#projects .list-container .gap {
  margin: 0 12px 10px 12px;
  text-align: center;
  position: relative;
  color: #a98a4e;
  font-size: 1.3125rem;
}

#projects .list-container .gap .link {
  transition: all 0.3s;
  text-decoration: none;
  color: #a98a4e;
}

#projects .list-container .gap .link:visited,
#projects .list-container .gap .link:active {
  color: #a98a4e;
}

#projects .list-container .gap .link:hover,
#projects .list-container .gap .link.active {
  color: #a98a4e;
}

#projects .list-container .gap span {
  line-height: 1.5em;
}

#projects .list-container .gap .zoom-img {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 1.5rem;
  margin-top: 0.7em;
}

#projects .list-container .gap .zoom-img img {
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#projects .list-container .gap .zoom-img:hover .bg {
  transform: scale(1.2);
}

#projects .icon-container {
  display: flex;
  justify-content: center;
}

#projects .icon-container .in {
  width: 45%;
}

#projects .carousel {
  overflow: hidden;
  margin: 0 6.125rem;
}

#projects .carousel .swiper-button-next {
  background-image: url(../img/arrow_r.svg);
  background-repeat: no-repeat;
  background-size: contain;
  outline: none;
  width: 2.75rem;
  height: 2.75rem;
}

#projects .carousel .swiper-button-next::after {
  content: "";
}

#projects .carousel .swiper-button-prev {
  background-image: url(../img/arrow_l.svg);
  background-repeat: no-repeat;
  background-size: contain;
  outline: none;
  width: 2.75rem;
  height: 2.75rem;
}

#projects .carousel .swiper-button-prev::after {
  content: "";
}

#projects .carousel .swiper-container1 {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

#projects .carousel .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#projects .carousel .swiper-slide .img {
  position: relative;
  background-color: #0c0c0c;
  overflow: hidden;
}

#projects .carousel .swiper-slide .img img {
  opacity: 0.64;
}

#projects .carousel .swiper-slide .img::before {
  content: attr(data-tag);
  font-size: 1.125rem;
  position: absolute;
  color: #fff;
  right: -4.25rem;
  top: -4.25rem;
  width: 8.5rem;
  height: 8.5rem;
  transform: rotate(45deg);
  box-sizing: border-box;
  padding-bottom: 0.5rem;
  background-color: #a98a4e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  transition: all 0.5s;
  opacity: 0;
}

#projects .carousel .swiper-slide .img::after {
  content: attr(data-title);
  position: absolute;
  height: 2rem;
  line-height: 2rem;
  width: 53%;
  box-sizing: border-box;
  top: 80%;
  right: 0;
  padding-left: 1.52rem;
  color: #fff;
  transition: all 0.5s;
  opacity: 0;
  transform: translateX(100%);
  background: -webkit-linear-gradient(left, #a8894d 0%, #a8894d 58%, rgba(168, 137, 77, 0.19) 100%);
  background: -o-linear-gradient(left, #a8894d 0%, #a8894d 58%, rgba(168, 137, 77, 0.19) 100%);
  background: -ms-linear-gradient(left, #a8894d 0%, #a8894d 58%, rgba(168, 137, 77, 0.19) 100%);
  background: -moz-linear-gradient(left, #a8894d 0%, #a8894d 58%, rgba(168, 137, 77, 0.19) 100%);
  background: linear-gradient(to right, #a8894d 0%, #a8894d 58%, rgba(168, 137, 77, 0.19) 100%);
}

#projects .carousel .swiper-slide.swiper-slide-active .img img {
  opacity: 1;
}

#projects .carousel .swiper-slide.swiper-slide-active .img::before {
  opacity: 1;
}

#projects .carousel .swiper-slide.swiper-slide-active .img::after {
  opacity: 1;
  transform: translateX(0);
}

#projects .project-data .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#projects .project-data .in .data-con {
  padding: 3rem 0;
}

#projects .project-data .in .data-con .data-list {
  text-align: center;
  font-size: 1.125rem;
  color: #a98a4e;
  line-height: 2.5em;
  overflow: hidden;
  max-height: 24.5em;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#projects .project-data .in .data-con .data-list:first-child {
  background: url(../img/line.png) right center no-repeat;
  background-size: 1px 100%;
}

#projects .project-data .in .data-con .data-list:nth-child(3) {
  background: url(../img/line.png) left center no-repeat;
  background-size: 1px 100%;
}

#projects .project-data .in .data-con .data-list:last-child {
  background: url(../img/line.png) left center no-repeat;
  background-size: 1px 100%;
}

#projects .project-data .in .data-con .data-list.show {
  max-height: 75em;
}

#projects .project-data .in .data-con.data-con3 {
  width: 75%;
}

#projects .project-data .in .data-con.data-con2 {
  width: 50%;
}

#projects .project-data .in .data-con.data-con2 .data-list:last-child {
  background: none;
}

#projects .project-data .in .data-con.data-con4 {
  width: 100%;
}

#projects .project-data .more {
  margin: 0 auto;
  cursor: pointer;
}

/***********************
*
*  merchants-join
*
***************************/
#join-bar {
  position: fixed;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  width: 8.375rem;
  background-color: #000;
}

#join-bar li {
  text-align: center;
  box-sizing: border-box;
  padding: 0 0.9375rem;
  transition: all 0.3s;
}

#join-bar li .join-link {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 6.5rem;
  box-sizing: border-box;
  padding: 1rem 0;
  border-bottom: #a98a4e 1px solid;
}

#join-bar li.active,
#join-bar li:hover {
  background-color: #a98a4e;
}

#join-bar li:last-child .join-link {
  border-bottom: none;
}

#merchants1 {
  background: #171920 url(../img/zs/bg1.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  margin-top: 4px;
  padding: 4rem 0;
}

#merchants1 .box {
  text-align: center;
  padding-bottom: 4rem;
}

#merchants1 .box h2 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2.25rem;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.1rem;
  zoom: 1;
}

#merchants1 .box h3 {
  margin-top: 2em;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: normal;
  color: #a98a4e;
  letter-spacing: 0.1rem;
}

#brand-advantage {
  max-width: 1100px;
  margin: 0 auto;
}

#brand-advantage .tab {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
}

#brand-advantage .tab .tablinks {
  cursor: pointer;
  font-size: 1.125rem;
  color: #fff;
  height: 3.25rem;
  padding: 0 2rem;
  line-height: 3.25rem;
  background-color: #54535b;
  margin: 0 2px;
  border-radius: 10px 10px 0 0;
  transition: all 0.3s;
}

#brand-advantage .tab .tablinks.active,
#brand-advantage .tab .tablinks:hover {
  background-color: #a98a4e;
}

#brand-advantage .tabcontents {
  background-color: #2b2a2f;
}

#brand-advantage .tabcontents .tabcontent {
  padding: 3.25rem 2.75rem;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  position: absolute;
}

#brand-advantage .tabcontents .tabcontent .pure-u-1-2 {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 1.125rem;
}

#brand-advantage .tabcontents .tabcontent h3 {
  margin: 0;
  font-size: 1.5rem;
  color: #fff;
  padding-bottom: 1rem;
  width: 7.5rem;
  border-bottom: #a98a4e 1px solid;
}

#brand-advantage .tabcontents .tabcontent p {
  color: #fff;
  line-height: 1.5em;
}

#brand-advantage .tabcontents .tabcontent.active {
  visibility: visible;
  opacity: 1;
  position: relative !important;
}

#brand-advantage1 {
  max-width: 1100px;
  margin: 0 auto;
}

#brand-advantage1 h2 {
  margin-top: 5rem !important;
  margin-bottom: 1rem !important;
}

#brand-advantage1 p {
  color: #a9a9a9;
}

#brand-advantage1 .block {
  margin: 7rem 0 0 0;
  position: relative;
}

#brand-advantage1 .block .img-con {
  position: relative;
  width: 64%;
  z-index: 20;
  transform: translateX(-20%);
  opacity: 0;
  transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#brand-advantage1 .block .contents {
  position: absolute;
  right: 0;
  top: -1.875rem;
  width: 28%;
  padding-left: 34.7%;
  padding-right: 3.4%;
  height: 100%;
  background-color: #2a2a2e;
  color: #fff;
  text-align: left;
  transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: flex;
  align-items: center;
  transform: translateX(20%);
  opacity: 0;
}

#brand-advantage1 .block .contents h3 {
  font-weight: bold;
  font-size: 1.375rem;
  margin-top: 0;
  position: relative;
  color: #fff;
}

#brand-advantage1 .block .contents h3::after {
  position: absolute;
  content: "";
  left: 0;
  top: 5rem;
  width: 50%;
  height: 2px;
  background-color: #a98a4e;
}

#brand-advantage1 .block .contents ul {
  list-style: none;
  margin: 3rem 0 0 0;
  padding: 0;
}

#brand-advantage1 .block .contents ul li {
  color: #fff;
  font-size: 1rem;
  line-height: 2em;
  transition: all 0.3s;
}

#brand-advantage1 .block.show .img-con,
#brand-advantage1 .block.show .contents {
  transform: translateX(0%);
  opacity: 1;
}

#merchants2 {
  background-color: #fff;
  max-width: 1100px;
  margin: 0 auto;
}

#merchants2 .pure-u-7-12 {
  box-sizing: border-box;
  padding: 2.5rem;
}

#merchants2 .pure-u-5-6 {
  display: flex;
  align-items: center;
}

#merchants2 .imgs {
  transform: translateY(-4.375rem);
}

#merchants2 h3 {
  font-weight: normal;
  font-size: 1.6875rem;
  margin-top: 0;
}

#merchants2 h4 {
  font-size: 1.125rem;
  margin: 0;
}

#merchants2 p {
  margin: 0;
  font-size: 0.8125rem;
}

#merchants3 {
  background: #171920 url(../img/zs/bg2.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  margin-top: 4px;
  padding: 4rem 0;
}

#merchants3 .box {
  text-align: center;
  padding-bottom: 4rem;
}

#merchants3 .box h2 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2.25rem;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.1rem;
  zoom: 1;
}

#merchants3 .box h3 {
  margin-top: 2em;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: normal;
  color: #a98a4e;
  letter-spacing: 0.1rem;
}

#exclusive-shop {
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

#exclusive-shop h2 {
  margin-bottom: 1rem !important;
}

#exclusive-shop p {
  color: #a9a9a9;
  margin-bottom: 4rem;
}

#exclusive-shop .carousel-container {
  position: relative;
}

#exclusive-shop .carousel {
  overflow: hidden;
  margin: 0 3.5rem;
}

#exclusive-shop .carousel .swiper-button-next {
  background-image: url(../img/arrow_r.svg);
  background-repeat: no-repeat;
  background-size: contain;
  outline: none;
  width: 2rem;
  height: 2rem;
  right: 0;
}

#exclusive-shop .carousel .swiper-button-next::after {
  content: "";
}

#exclusive-shop .carousel .swiper-button-prev {
  background-image: url(../img/arrow_l.svg);
  background-repeat: no-repeat;
  background-size: contain;
  outline: none;
  width: 2rem;
  height: 2rem;
  left: 0;
}

#exclusive-shop .carousel .swiper-button-prev::after {
  content: "";
}

#exclusive-shop .carousel .swiper-container1 {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

#exclusive-shop .carousel .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#exclusive-shop .carousel .swiper-slide .img {
  position: relative;
  background-color: #0c0c0c;
  overflow: hidden;
}

#exclusive-shop .carousel .swiper-slide .img img {
  opacity: 0.64;
}

#exclusive-shop .carousel .swiper-slide .img::after {
  content: attr(data-title);
  position: absolute;
  height: 2rem;
  line-height: 2rem;
  width: 53%;
  box-sizing: border-box;
  top: 80%;
  right: 0;
  padding-left: 1.52rem;
  color: #fff;
  transition: all 0.5s;
  opacity: 0;
  transform: translateX(100%);
  background: -webkit-linear-gradient(left, #a8894d 0%, #a8894d 58%, rgba(168, 137, 77, 0.19) 100%);
  background: -o-linear-gradient(left, #a8894d 0%, #a8894d 58%, rgba(168, 137, 77, 0.19) 100%);
  background: -ms-linear-gradient(left, #a8894d 0%, #a8894d 58%, rgba(168, 137, 77, 0.19) 100%);
  background: -moz-linear-gradient(left, #a8894d 0%, #a8894d 58%, rgba(168, 137, 77, 0.19) 100%);
  background: linear-gradient(to right, #a8894d 0%, #a8894d 58%, rgba(168, 137, 77, 0.19) 100%);
}

#exclusive-shop .carousel .swiper-slide.swiper-slide-active .img img {
  opacity: 1;
}

#exclusive-shop .carousel .swiper-slide.swiper-slide-active .img::before {
  opacity: 1;
}

#exclusive-shop .carousel .swiper-slide.swiper-slide-active .img::after {
  opacity: 1;
  transform: translateX(0);
}

#cooperation-case {
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-top: 6rem;
}

#cooperation-case h2 {
  margin-bottom: 3.875rem !important;
}

#cooperation-case p {
  color: #a9a9a9;
  margin-bottom: 4rem;
}

#cooperation-case .carousel-container {
  position: relative;
}

#cooperation-case .carousel {
  overflow: hidden;
  margin: 0 3.5rem;
}

#cooperation-case .carousel .swiper-button-next {
  background-image: url(../img/arrow_r.svg);
  background-repeat: no-repeat;
  background-size: contain;
  outline: none;
  width: 2rem;
  height: 2rem;
  right: 0;
}

#cooperation-case .carousel .swiper-button-next::after {
  content: "";
}

#cooperation-case .carousel .swiper-button-prev {
  background-image: url(../img/arrow_l.svg);
  background-repeat: no-repeat;
  background-size: contain;
  outline: none;
  width: 2rem;
  height: 2rem;
  left: 0;
}

#cooperation-case .carousel .swiper-button-prev::after {
  content: "";
}

#cooperation-case .carousel .swiper-container1 {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

#cooperation-case .carousel .swiper-slide {
  background-color: rgba(23, 23, 23, 0.8);
}

#cooperation-case .carousel .swiper-slide .cc {
  box-sizing: border-box;
  padding: 1rem 2rem;
  text-align: left;
  display: flex;
  align-items: center;
}

#cooperation-case .carousel .swiper-slide .cc h4 {
  font-size: 1.25rem;
  color: #a98a4e;
  margin: 0;
}

#cooperation-case .carousel .swiper-slide .cc p {
  font-size: 0.75rem;
  color: #fff;
  margin: 1em 0;
}

#merchants4 {
  background-color: #fff;
  max-width: 1100px;
  margin: 0 auto;
  padding: 4rem 0;
  text-align: center;
}

#merchants4 .pure-img {
  display: block;
  margin: 0 auto;
}

#merchants4 h2 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2.25rem;
  font-weight: normal;
  color: #1c1c1c;
  letter-spacing: 0.1rem;
  zoom: 1;
}

#merchants4 p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6em;
}

#merchants4 #jmzc,
#merchants4 #jmlc {
  padding-top: 4rem;
}

#merchants4 .jmzc {
  margin: 0 -1rem;
}

#merchants4 .jmzc h4 {
  font-size: 1.125rem;
}

#merchants4 .jmzc .item {
  margin: 1rem;
  overflow: hidden;
  position: relative;
}

#merchants4 .jmzc .item .info {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  line-height: 1.5em;
  background-color: rgba(0, 0, 0, 0.64);
  width: 100%;
  height: 100%;
  padding: 0 2rem;
  text-align: left;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 0.75rem;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 3;
}

#merchants4 .jmzc .item img {
  transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#merchants4 .jmzc .item:hover img {
  transform: scale(1.2);
}

#merchants4 .jmzc .item:hover .info {
  opacity: 1;
  visibility: visible;
}

#merchants4 .jmlc h4 {
  font-size: 1.125rem;
}

#merchants4 .jmlc .pure-u-1-12 {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-bottom: 4.75rem;
}

#merchants4 .jmlc .tips {
  font-size: 0.75rem;
  color: #666;
  text-align: right;
  margin-right: 2rem;
}

#merchants5 {
  background-color: #f9f9f9;
}

#infomation {
  max-width: 750px;
  padding-top: 4rem;
  margin: 0 auto;
  text-align: center;
}

#infomation h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2.25rem;
  font-weight: normal;
  color: #1c1c1c;
  letter-spacing: 0.1rem;
  zoom: 1;
}

#infomation p {
  font-size: 1.125rem;
  color: #a9a9a9;
}

#infomation .pure-control-group {
  text-align: left;
  position: relative;
  font-size: 1rem;
  margin: 1rem 0;
}

#infomation .pure-control-group .captcha-c {
  width: 100%;
  height: 100%;
  border: #000 1px solid;
  box-sizing: border-box;
}

#infomation .pure-control-group label {
  position: absolute;
  min-width: 8.25rem;
  font-size: 1rem;
  margin: 0.8em 0 0.2em;
}

#infomation .pure-control-group .input-c {
  margin-left: 8.25rem;
  padding: 0 0;
}

#infomation .pure-control-group .input-c .pure-u-1-3,
#infomation .pure-control-group .input-c .pure-u-1,
#infomation .pure-control-group .input-c .pure-u-2-3 {
  box-sizing: border-box;
  padding: 0 0.25rem;
}

#infomation .pure-control-group .input-c .pure-u-1-3 p,
#infomation .pure-control-group .input-c .pure-u-1 p,
#infomation .pure-control-group .input-c .pure-u-2-3 p {
  color: #000;
  text-align: center;
  font-size: 1rem;
}

#infomation .pure-form input[type=color],
#infomation .pure-form input[type=date],
#infomation .pure-form input[type=datetime-local],
#infomation .pure-form input[type=datetime],
#infomation .pure-form input[type=email],
#infomation .pure-form input[type=month],
#infomation .pure-form input[type=number],
#infomation .pure-form input[type=password],
#infomation .pure-form input[type=search],
#infomation .pure-form input[type=tel],
#infomation .pure-form input[type=text],
#infomation .pure-form input[type=time],
#infomation .pure-form input[type=url],
#infomation .pure-form input[type=week],
#infomation .pure-form select,
#infomation .pure-form textarea {
  padding: 0.6em 0.875em;
  display: inline-block;
  border: 3px solid #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px #ddd;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 0.5rem;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s;
  height: auto;
  width: 100%;
  font-size: 1rem;
}

#infomation .pure-form input[type=color]:focus,
#infomation .pure-form input[type=date]:focus,
#infomation .pure-form input[type=datetime-local]:focus,
#infomation .pure-form input[type=datetime]:focus,
#infomation .pure-form input[type=email]:focus,
#infomation .pure-form input[type=month]:focus,
#infomation .pure-form input[type=number]:focus,
#infomation .pure-form input[type=password]:focus,
#infomation .pure-form input[type=search]:focus,
#infomation .pure-form input[type=tel]:focus,
#infomation .pure-form input[type=text]:focus,
#infomation .pure-form input[type=time]:focus,
#infomation .pure-form input[type=url]:focus,
#infomation .pure-form input[type=week]:focus,
#infomation .pure-form select:focus,
#infomation .pure-form textarea:focus {
  border: 3px solid #66afe9;
}

#infomation .pure-form .pure-button-primary {
  background-color: #a98a4e;
  border-radius: 0.5rem;
  border: 3px solid #a98a4e;
  padding: 0.6em 0.875em;
  width: 100%;
  font-size: 1rem;
}

footer {
  width: 100%;
  background-color: #1c1c1c;
  padding: 4rem 0;
}

footer .in {
  margin: 0 10px;
}

footer .qnav {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  justify-content: space-between;
}

footer .qnav .left {
  min-width: 55rem;
}

footer .qnav .left .pure-u-1-6 {
  width: 14.2857142%;
}

footer .qnav .left .gap {
  margin-left: 10px;
}

footer .qnav .left ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .qnav .left ul li {
  margin: 0.3rem 0;
}

footer .qnav .left a {
  font-size: 0.875rem;
  margin: 0m 0.5rem;
  text-decoration: none;
  color: #c9caca;
}

footer .qnav .left a:visited,
footer .qnav .left a:active {
  color: #c9caca;
}

footer .qnav .left a:hover,
footer .qnav .left a.active {
  color: #a98a4e;
}

footer .qnav .left h3 a {
  font-size: 1.125rem;
  color: #fff;
  font-weight: normal;
}

footer .qnav .left h3 a:visited,
footer .qnav .left h3 a:active {
  color: #fff;
}

footer .qnav .gupiao {
  margin: 1rem 0;
  color: #a98a4e;
}

footer .qnav .right {
  color: #fff;
  text-align: right;
  box-sizing: border-box;
  padding-right: 30px;
  flex: 1 1 auto;
}

footer .qnav .right p {
  font-size: 0.875rem;
  margin-bottom: 0.5em;
}

footer .qnav .right h2 {
  margin: 0;
  font-size: 1.75rem;
  font-weight: normal;
}

footer .qnav .right h2 a {
  color: #fff;
  text-decoration: none;
}

footer .qnav .right .social {
  text-align: right;
  font-size: 2rem;
  color: #a98a4e;
  position: relative;
}

footer .qnav .right .social i {
  margin: 0 0.3rem;
  cursor: pointer;
}

footer .qnav .right .social .weichat {
  right: 0;
  position: absolute;
  width: 6.375rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

footer .qnav .right .social .weichat.show {
  opacity: 1;
  visibility: visible;
}

footer .qnav .right .social .weibo {
  right: 0;
  position: absolute;
  width: 6.375rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

footer .qnav .right .social .weibo.show {
  opacity: 1;
  visibility: visible;
}

#copyright {
  width: 100%;
  background-color: #1c1c1c;
  border-top: #393939 1px solid;
  color: #c9caca;
  text-align: center;
  padding: 0.5rem 0;
  font-size: 0.875rem;
}

#copyright .in {
  margin: 0 1.25rem;
}

#copyright .in p {
  margin: 0.5rem 0;
}

#copyright .in a {
  transition: all 0.3s;
  margin: 0 0.5rem;
  text-decoration: none;
  color: #c9caca;
}

#copyright .in a:visited,
#copyright .in a:active {
  color: #c9caca;
}

#copyright .in a:hover,
#copyright .in a.active {
  color: #a98a4e;
}

/***********************
*
*  Service
*
***************************/
.dsr-container .container {
  max-width: 1200px;
  margin: 0 auto;
}

#dsr-1 {
  position: relative;
}

#dsr-1 .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

#dsr-1 .overlay .container {
  box-sizing: border-box;
  padding: 7rem 7rem 0 7rem;
}

#dsr-1 .overlay h2 {
  font-size: 3.125rem;
  font-weight: normal;
  color: #a98a4e;
}

#dsr-1 .overlay p {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.6em;
}

#dsr-1 .overlay .bei {
  position: absolute;
  bottom: 2rem;
  right: 4rem;
  font-size: 0.875rem;
  color: #949494;
  text-align: right;
}

#dsr-2 {
  position: relative;
}

#dsr-2 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#dsr-2 .overlay .container {
  width: 100%;
}

#dsr-2 .overlay .container h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: normal;
}

#dsr-2 .overlay .container .c-icon {
  max-width: 19rem;
  margin: 5rem auto;
}

#dsr-2 .overlay .container .pure-u-1-3 {
  box-sizing: border-box;
  border-right: #dcdcdc 1px solid;
}

#dsr-2 .overlay .container .pure-u-1-3 .gap {
  margin: 0 2.5rem 3rem 2.5rem;
}

#dsr-2 .overlay .container .pure-u-1-3 .gap h2 {
  font-size: 2rem;
  font-weight: normal;
  margin-top: 0em;
  margin-bottom: 0.7em;
}

#dsr-2 .overlay .container .pure-u-1-3 .gap h2 span {
  color: #cf000d;
}

#dsr-2 .overlay .container .pure-u-1-3 .gap p {
  font-size: 1rem;
  color: #6a6969;
}

#dsr-2 .overlay .container .pure-u-1-3:last-child {
  border-right: 0;
}

#dsr-3 {
  position: relative;
  z-index: 2;
  background-color: #1c1c1c;
  padding-bottom: 5rem;
}

#dsr-3 .tel {
  position: absolute;
  padding: 0.8rem 2rem;
  background-color: #a98a4e;
  color: #fff;
  font-weight: bold;
  font-size: 1.75rem;
  left: 50%;
  top: 30px;
  transform: translate(-50%, -50%);
}

#dsr-3 h1 {
  font-weight: normal;
  font-size: 3rem;
  color: #fff;
  text-align: center;
}

#dsr-3 p.info {
  color: #999999;
  font-size: 1.125rem;
  margin: 1em 6em;
  text-align: center;
  line-height: 1.8em;
}

#dsr-3 .service {
  padding-top: 10.875rem;
  padding-bottom: 5rem;
  color: #fff;
}

#dsr-3 .service .pure-u-1-2 {
  box-sizing: border-box;
  border-top: #3d3d3d 1px solid;
}

#dsr-3 .service .pure-u-1-2:first-child {
  border-top: 0;
}

#dsr-3 .service .pure-u-1-2:nth-child(2) {
  border-top: 0;
}

#dsr-3 .service .pure-u-1-2:nth-child(odd) {
  border-right: #3d3d3d 1px solid;
}

#dsr-3 .service .pure-u-1-2 .content {
  margin: 5.5rem 8.75rem 0 8.75rem;
  min-height: 18rem;
}

#dsr-3 .service .pure-u-1-2 .content h1 {
  font-size: 3rem;
  font-weight: normal;
}

#dsr-3 .service .pure-u-1-2 .content h1:last-child {
  text-align: right;
}

#dsr-3 .service .pure-u-1-2 .content h3 {
  font-size: 1.875rem;
  font-weight: normal;
  position: relative;
}

#dsr-3 .service .pure-u-1-2 .content h3::before {
  content: attr(data-num);
  position: absolute;
  color: #fff;
  left: -5rem;
  font-weight: bold;
}

#dsr-3 .service .pure-u-1-2 .content p {
  font-size: 1.125rem;
  line-height: 1.8em;
  padding-bottom: 2.5rem;
  position: relative;
}

#dsr-3 .service .pure-u-1-2 .content p::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 6.25rem;
  height: 1px;
  background-color: #a98a4e;
}

#dsr-3 .service .pure-u-1-2 .content p::after {
  content: attr(data-icon);
  font-family: 'canature' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  font-size: 3rem;
  bottom: -1rem;
  right: -3rem;
  color: #a98a4e;
}

#dsr-4 {
  position: relative;
  z-index: 2;
}

#dsr-4 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#dsr-4 .overlay .container {
  width: 100%;
}

#dsr-4 .overlay .container .in {
  margin: 0 7.5rem;
}

#dsr-4 .overlay h1 {
  font-size: 3.1rem;
  color: #fff;
  font-weight: normal;
  margin-bottom: 0.5em;
}

#dsr-4 .overlay h2 {
  font-size: 1.875rem;
  color: #fff;
  font-weight: normal;
}

#dsr-4 .overlay ul {
  padding-left: 0;
  color: #fff;
}

#dsr-4 .overlay ul li {
  font-size: 1.5rem;
  line-height: 2em;
}

/***********************
*
*  Solution
*
***************************/
#house-banner {
  position: relative;
}

#house-banner .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#house-banner .overlay .el {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}

#house-banner .overlay .el.show {
  opacity: 1;
  visibility: visible;
}

#house-banner .overlay .el1 {
  background-size: contain;
  background-image: url("../img/solution/house/el1.png");
  position: absolute;
  left: 80.88541667%;
  top: 45.40428473%;
  width: 5.41666667%;
  height: 4.49205252%;
  z-index: 33;
}

#house-banner .overlay .el2 {
  background-size: contain;
  background-image: url("../img/solution/house/el2.png");
  position: absolute;
  left: 58.85416667%;
  top: 45.47339323%;
  width: 7.65625%;
  height: 4.49205252%;
  z-index: 32;
}

#house-banner .overlay .el3 {
  background-size: contain;
  background-image: url("../img/solution/house/el3.png");
  position: absolute;
  left: 69.63541667%;
  top: 43.05459572%;
  width: 7.65625%;
  height: 4.49205252%;
  z-index: 31;
}

#house-banner .overlay .el4 {
  background-size: contain;
  background-image: url("../img/solution/house/el4.png");
  position: absolute;
  left: 68.64583333%;
  top: 51.00207326%;
  width: 7.65625%;
  height: 9.05321355%;
  z-index: 30;
}

#house-banner .overlay .el5 {
  background-size: contain;
  background-image: url("../img/solution/house/el5.png");
  position: absolute;
  left: 73.48958333%;
  top: 35.24533518%;
  width: 5.57291667%;
  height: 4.83759502%;
  z-index: 29;
}

#house-banner .overlay .el6 {
  background-size: contain;
  background-image: url("../img/solution/house/el6.png");
  position: absolute;
  left: 39.11458333%;
  top: 46.99378023%;
  width: 7.39583333%;
  height: 7.18728404%;
  z-index: 28;
}

#house-banner .overlay .el7 {
  background-size: contain;
  background-image: url("../img/solution/house/el7.png");
  position: absolute;
  left: 47.96875%;
  top: 23.84243262%;
  width: 7.39583333%;
  height: 7.18728404%;
  z-index: 27;
}

#house-banner .overlay .el8 {
  background-size: contain;
  background-image: url("../img/solution/house/el8.png");
  position: absolute;
  left: 57.55208333%;
  top: 34.07049067%;
  width: 6.82291667%;
  height: 6.01243953%;
  z-index: 26;
}

#house-banner .overlay .el9 {
  background-size: contain;
  background-image: url("../img/solution/house/el9.png");
  position: absolute;
  left: 39.32291667%;
  top: 38.14789219%;
  width: 6.82291667%;
  height: 6.01243953%;
  z-index: 25;
}

#house-banner .overlay .el10 {
  background-size: contain;
  background-image: url("../img/solution/house/el10.png");
  position: absolute;
  left: 67.13541667%;
  top: 34.13959917%;
  width: 6.25%;
  height: 4.83759502%;
  z-index: 24;
}

#house-banner .overlay .el11 {
  background-size: contain;
  background-image: url("../img/solution/house/el11.png");
  position: absolute;
  left: 30.3125%;
  top: 29.99308915%;
  width: 6.25%;
  height: 4.83759502%;
  z-index: 23;
}

#house-banner .overlay .el12 {
  background-size: contain;
  background-image: url("../img/solution/house/el12.png");
  position: absolute;
  left: 50.88541667%;
  top: 45.74982723%;
  width: 7.29166667%;
  height: 4.83759502%;
  z-index: 22;
}

#house-banner .overlay .el13 {
  background-size: contain;
  background-image: url("../img/solution/house/el13.png");
  position: absolute;
  left: 28.28125%;
  top: 38.42432619%;
  width: 7.29166667%;
  height: 4.83759502%;
  z-index: 21;
}

#house-banner .overlay .el14 {
  background-size: contain;
  background-image: url("../img/solution/house/el14.png");
  position: absolute;
  left: 15.15625%;
  top: 34.20870767%;
  width: 7.29166667%;
  height: 4.83759502%;
  z-index: 20;
}

#house-banner .overlay .el15 {
  background-size: contain;
  background-image: url("../img/solution/house/el15.png");
  position: absolute;
  left: 12.60416667%;
  top: 47.13199724%;
  width: 9.16666667%;
  height: 6.08154803%;
  z-index: 19;
}

#house-banner .overlay .el16 {
  background-size: contain;
  background-image: url("../img/solution/house/el16.png");
  position: absolute;
  left: 22.76041667%;
  top: 48.23773324%;
  width: 10.67708333%;
  height: 6.08154803%;
  z-index: 18;
}

#house-banner .overlay .el17 {
  background-size: contain;
  background-image: url("../img/solution/house/el17.png?v=2");
  position: absolute;
  left: 56.30208333%;
  top: 54.04284727%;
  width: 7.34375%;
  height: 4.07740152%;
  z-index: 17;
}

#house-banner .overlay .el18 {
  background-size: contain;
  background-image: url("../img/solution/house/el18.png");
  position: absolute;
  left: 53.02083333%;
  top: 66.27505183%;
  width: 9.84375%;
  height: 6.28887353%;
  z-index: 16;
}

#house-banner .overlay .el19 {
  background-size: contain;
  background-image: url("../img/solution/house/el19.png");
  position: absolute;
  left: 61.5625%;
  top: 71.25086386%;
  width: 10.26041667%;
  height: 7.60193504%;
  z-index: 15;
}

#house-banner .overlay .el20 {
  background-size: contain;
  background-image: url("../img/solution/house/el20.png");
  position: absolute;
  left: 66.92708333%;
  top: 65.72218383%;
  width: 9.375%;
  height: 7.60193504%;
  z-index: 14;
}

#house-banner .overlay .dot1 {
  border-radius: 50%;
  background-color: #3e8dff;
  position: absolute;
  left: 79.27083333%;
  top: 46.99378023%;
  width: 0.41666667%;
  height: 0.552868%;
  z-index: 201;
}

#house-banner .overlay .dot2 {
  border-radius: 50%;
  background-color: #3e8dff;
  position: absolute;
  left: 66.61458333%;
  top: 45.33517623%;
  width: 0.41666667%;
  height: 0.552868%;
  z-index: 200;
}

#house-banner .overlay .dot3 {
  border-radius: 50%;
  background-color: #3e8dff;
  position: absolute;
  left: 67.96875%;
  top: 43.67657222%;
  width: 0.41666667%;
  height: 0.552868%;
  z-index: 199;
}

#house-banner .overlay .dot4 {
  border-radius: 50%;
  background-color: #3e8dff;
  position: absolute;
  left: 69.42708333%;
  top: 49.13614375%;
  width: 0.46875%;
  height: 0.6219765%;
  z-index: 198;
}

#house-banner .overlay .dot5 {
  border-radius: 50%;
  background-color: #ec6a27;
  position: absolute;
  left: 70.41666667%;
  top: 40.9122322%;
  width: 0.41666667%;
  height: 0.552868%;
  z-index: 197;
}

#house-banner .overlay .dot6 {
  border-radius: 50%;
  background-color: #9fcafc;
  position: absolute;
  left: 36.97916667%;
  top: 43.67657222%;
  width: 0.41666667%;
  height: 0.552868%;
  z-index: 196;
}

#house-banner .overlay .dot7 {
  border-radius: 50%;
  background-color: #9fcafc;
  position: absolute;
  left: 47.86458333%;
  top: 32.61921216%;
  width: 0.41666667%;
  height: 0.552868%;
  z-index: 195;
}

#house-banner .overlay .dot8 {
  border-radius: 50%;
  background-color: #00e3e3;
  position: absolute;
  left: 60.46875%;
  top: 41.32688321%;
  width: 0.41666667%;
  height: 0.552868%;
  z-index: 194;
}

#house-banner .overlay .dot9 {
  border-radius: 50%;
  background-color: #00e3e3;
  position: absolute;
  left: 42.13541667%;
  top: 36.69661368%;
  width: 0.41666667%;
  height: 0.552868%;
  z-index: 193;
}

#house-banner .overlay .dot10 {
  border-radius: 50%;
  background-color: #00e3e3;
  position: absolute;
  left: 66.45833333%;
  top: 40.1520387%;
  width: 0.41666667%;
  height: 0.552868%;
  z-index: 192;
}

#house-banner .overlay .dot11 {
  border-radius: 50%;
  background-color: #00e3e3;
  position: absolute;
  left: 34.84375%;
  top: 36.07463718%;
  width: 0.41666667%;
  height: 0.552868%;
  z-index: 191;
}

#house-banner .overlay .dot12 {
  border-radius: 50%;
  background-color: #00e3e3;
  position: absolute;
  left: 54.11458333%;
  top: 43.74568072%;
  width: 0.41666667%;
  height: 0.552868%;
  z-index: 190;
}

#house-banner .overlay .dot13 {
  border-radius: 50%;
  background-color: #00e3e3;
  position: absolute;
  left: 35.83333333%;
  top: 39.1845197%;
  width: 0.41666667%;
  height: 0.552868%;
  z-index: 189;
}

#house-banner .overlay .dot14 {
  border-radius: 50%;
  background-color: #00e3e3;
  position: absolute;
  left: 14.89583333%;
  top: 40.0138217%;
  width: 0.41666667%;
  height: 0.552868%;
  z-index: 188;
}

#house-banner .overlay .dot15 {
  border-radius: 50%;
  background-color: #00e3e3;
  position: absolute;
  left: 14.89583333%;
  top: 44.29854872%;
  width: 0.41666667%;
  height: 0.552868%;
  z-index: 187;
}

#house-banner .overlay .dot16 {
  border-radius: 50%;
  background-color: #00e3e3;
  position: absolute;
  left: 22.70833333%;
  top: 45.81893573%;
  width: 0.41666667%;
  height: 0.552868%;
  z-index: 186;
}

#house-banner .overlay .dot17 {
  border-radius: 50%;
  background-color: #00e3e3;
  position: absolute;
  left: 56.51041667%;
  top: 61.78299931%;
  width: 0.41666667%;
  height: 0.552868%;
  z-index: 185;
}

#house-banner .overlay .dot18 {
  border-radius: 50%;
  background-color: #00e3e3;
  position: absolute;
  left: 62.1875%;
  top: 62.54319281%;
  width: 0.41666667%;
  height: 0.552868%;
  z-index: 184;
}

#house-banner .overlay .dot19 {
  border-radius: 50%;
  background-color: #0044db;
  position: absolute;
  left: 64.58333333%;
  top: 67.38078784%;
  width: 0.41666667%;
  height: 0.552868%;
  z-index: 183;
}

#house-banner .overlay .dot20 {
  border-radius: 50%;
  background-color: #4a6297;
  position: absolute;
  left: 65.52083333%;
  top: 62.95784381%;
  width: 0.41666667%;
  height: 0.552868%;
  z-index: 182;
}

#house-banner .overlay .dot {
  cursor: pointer;
}

#house-banner .overlay .dot::after {
  content: "";
  display: block;
  position: absolute;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 2px solid #fff;
  opacity: 0;
  -webkit-animation: ripple 4.5s ease-out 1.3s infinite;
  animation: ripple 4.5s ease-out 1.3s infinite;
  left: -0.9rem;
  top: -0.95rem;
}

#house-banner .overlay .dot::before {
  content: "";
  display: block;
  position: absolute;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 2px solid #fff;
  opacity: 0;
  -webkit-animation: ripple 4.5s ease-out 225ms infinite;
  animation: ripple 4.5s ease-out 225ms infinite;
  left: -0.9rem;
  top: -0.95rem;
}

#captcha {
  max-width: 100%;
  height: auto !important;
  display: block;
}

@-webkit-keyframes zoomOutIn {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0.5;
    transform: scale(1.5);
  }
}

@keyframes zoomOutIn {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0.5;
    transform: scale(1.5);
  }
}

.scheme {
  background: url(../img/scheme_bg.jpg) no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 1rem 0;
}

.scheme.choose {
  background: url(../img/scheme_bg2.jpg) no-repeat !important;
  padding-bottom: 7rem;
}

.scheme.choose h1 {
  color: #333;
}

.scheme.choose .gap {
  margin: 0.5rem;
}

.scheme.choose .gaps,
.scheme.choose .haps {
  margin: 0.5rem;
  cursor: pointer;
  position: relative;
}

.scheme.choose .gaps .hover,
.scheme.choose .haps .hover {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.scheme.choose .gaps:hover .hover,
.scheme.choose .haps:hover .hover {
  opacity: 1;
  visibility: visible;
}

.scheme .in {
  margin: 0 25px;
}

.scheme h1 {
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
  font-weight: normal;
  margin-bottom: 1.8em;
  margin-top: 1.3em;
}

.scheme .bar {
  position: relative;
  height: 5rem;
  background: -webkit-linear-gradient(top, #323233 0%, #010101 100%);
  background: -o-linear-gradient(top, #323233 0%, #010101 100%);
  background: -ms-linear-gradient(top, #323233 0%, #010101 100%);
  background: -moz-linear-gradient(top, #323233 0%, #010101 100%);
  background: linear-gradient(to bottom, #323233 0%, #010101 100%);
  border: #545657 1px solid;
  font-size: 1.625rem;
  color: #a98a4e;
  line-height: 5rem;
  box-sizing: border-box;
  padding: 0 4.5rem;
}

.scheme .bar .back-btn {
  position: absolute;
  right: 4.5rem;
  font-size: 1rem;
  color: #cccccc;
  text-decoration: none;
}

.scheme .bar .back-btn .icon-back {
  font-size: 1.625rem;
  color: #a98a4e;
}

.scheme .bar span {
  font-weight: bold;
}

.scheme .bar span.person {
  padding-left: 1.5rem;
  padding-right: 1rem;
  border-right: #666666 1px solid;
}

.scheme .bar span.house {
  padding-left: 1rem;
}

.scheme .bar::before {
  content: '';
  display: table;
}

.scheme .bar::after {
  content: '';
  display: table;
  clear: right;
}

.scheme .pure-u-1-5 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.scheme .pure-u-1-5 .item {
  -webkit-flex: 1;
  flex: 1;
  background: -webkit-linear-gradient(bottom, #010100 0%, #323332 100%);
  background: -o-linear-gradient(bottom, #010100 0%, #323332 100%);
  background: -ms-linear-gradient(bottom, #010100 0%, #323332 100%);
  background: -moz-linear-gradient(bottom, #010100 0%, #323332 100%);
  background: linear-gradient(to top, #010100 0%, #323332 100%);
  text-align: center;
  color: #cccccc;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1rem;
  transition: all 0.3s;
  cursor: pointer;
}

.scheme .pure-u-1-5 .item h3 {
  font-size: 1.5rem;
  margin: 0;
}

.scheme .pure-u-1-5 .item p {
  font-size: 1rem;
  margin-bottom: 0;
}

.scheme .pure-u-1-5 .item.active {
  color: #a98a4e;
}

.scheme .pure-u-1 {
  position: relative;
}

.scheme .switch-con {
  position: absolute;
  z-index: 500;
  background-color: #a98a4e;
  font-size: 0;
  left: 50%;
  bottom: 3rem;
  transform: translateX(-50%);
}

.scheme .switch-con .item {
  cursor: pointer;
  background-color: #fff;
  border: #a98a4e 1px solid;
  display: inline-block;
  padding: 0.5rem 2rem;
  font-size: 1.25rem;
  color: #a98a4e;
  margin: 0;
  letter-spacing: 0.1rem;
  transition: all 0.3s;
}

.scheme .switch-con .item.active {
  color: #fff;
  background-color: #a98a4e;
}

.scheme .point-area {
  text-align: center;
  position: absolute;
  left: 50%;
  width: 7.5rem;
  height: 7.5rem;
  margin-left: -3.75rem;
  margin-top: -3.75rem;
  transition: opacity 0.5s ease-out;
  z-index: 999;
  cursor: pointer;
}

.scheme .point-area::before {
  position: absolute;
  content: attr(data-title);
  width: 10rem;
  text-align: left;
  font-size: 1.25rem;
  color: #a98a4e;
  left: 6rem;
  top: -3rem;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.scheme .point-area::after {
  position: absolute;
  content: attr(data-id);
  width: 15rem;
  text-align: left;
  font-size: 0.875rem;
  color: #a98a4e;
  left: 6rem;
  top: -1rem;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.scheme .point-area:hover::before {
  opacity: 1;
  visibility: visible;
}

.scheme .point-area:hover::after {
  opacity: 1;
  visibility: visible;
}

.scheme .area2::before {
  left: -9rem;
  top: -3rem;
  text-align: right;
}

.scheme .area2::after {
  width: 10rem;
  left: -9rem;
  top: -1rem;
  text-align: right;
}

.scheme .area3::before {
  left: 3rem;
  top: 9rem;
  text-align: left;
}

.scheme .area3::after {
  width: 10rem;
  left: 3rem;
  top: 11rem;
  text-align: left;
}

.scheme .gold::before {
  color: #a98a4e !important;
}

.scheme .gold::after {
  color: #a98a4e !important;
}

.scheme .area4::before {
  left: 1rem;
  top: 9rem;
  width: 18rem;
  color: #fff;
  text-align: left;
}

.scheme .area4::after {
  width: 10rem;
  left: 1rem;
  top: 10.5rem;
  color: #fff;
  text-align: left;
}

.scheme .area5::before {
  left: -4rem;
  top: 9rem;
  width: 18rem;
  color: #fff;
  text-align: left;
}

.scheme .area5::after {
  width: 10rem;
  left: -4rem;
  top: 10.5rem;
  color: #fff;
  text-align: left;
}

.scheme .point {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0.75rem;
  height: 0.75rem;
  margin: auto;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background: 0 0;
}

.scheme .point-dot {
  z-index: 5;
  background-color: #a98a4e;
  border: 1px solid rgba(169, 138, 78, 0.8);
}

.scheme .point-10 {
  width: 100%;
  height: 100%;
}

.scheme .point-10::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #a98a4e;
  opacity: 0;
  -webkit-animation: ripple 4.5s ease-out 225ms infinite;
  animation: ripple 4.5s ease-out 225ms infinite;
}

.scheme .point-40 {
  width: 100%;
  height: 100%;
}

.scheme .point-40::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #a98a4e;
  opacity: 0;
  -webkit-animation: ripple 4.5s ease-out 0.9s infinite;
  animation: ripple 4.5s ease-out 0.9s infinite;
}

.scheme .point-80 {
  width: 100%;
  height: 100%;
}

.scheme .point-80::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #a98a4e;
  opacity: 0;
  -webkit-animation: ripple 4.5s ease-out 1.8s infinite;
  animation: ripple 4.5s ease-out 1.8s infinite;
}

.scheme .point-shadow:after {
  box-shadow: inset 0 0 5em rgba(0, 205, 236, 0.16);
}

.scheme .list {
  margin: 4.6rem 0;
}

.scheme .list .pure-g {
  display: flex;
  justify-content: center;
}

.scheme .list .pure-u-1-24 {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.scheme .list .item {
  display: block;
  margin: 0;
  border: 1px #333333 solid;
  background: #333333 !important;
  padding: 2.25rem 0;
  margin-bottom: 1rem;
  text-align: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}

.scheme .list .item h3 {
  font-size: 1.125rem;
  font-weight: normal;
  margin: 0;
}

.scheme .list .item h4 {
  font-size: 0.875rem;
  font-weight: normal;
  margin: 0;
}

.scheme .list .item:hover {
  color: #a98a4e;
  -webkit-box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, 0.5), 5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, 0.5), 5px 5px 15px 5px rgba(0, 0, 0, 0);
}

#commercial-container {
  background: #070707 url(../img/solution/commercial/bg_top.png) top no-repeat;
  background-size: contain;
}

#commercial-container .bbg {
  background: url(../img/solution/commercial/bg_bottom.png) bottom no-repeat;
  background-size: contain;
  min-height: 20rem;
  padding: 8.25rem 0 18rem 0;
}

#commercial-container .bbg .gap {
  margin: 1rem;
}

#commercial-container .bbg .gap a {
  display: block;
  position: relative;
  background-color: #1c1c1c;
  text-align: center;
  text-decoration: none;
  padding-bottom: 1.5rem;
  color: white;
  transition: all 0.3s;
}

#commercial-container .bbg .gap a h4 {
  color: #a98a4e;
  font-weight: normal;
  font-size: 1.3125rem;
  margin: 0.5em 0;
}

#commercial-container .bbg .gap a .shiyong {
  font-size: 1rem;
}

#commercial-container .bbg .gap a .intro {
  margin: 0 1.5rem;
  border-bottom: #a98a4e 1px solid;
  font-size: 0.875rem;
  padding-bottom: 1em;
}

#commercial-container .bbg .gap a ul {
  color: #9d9d9d;
  font-size: 0.875rem;
  text-align: left;
  margin: 0.5em 1rem 0 1rem;
  min-height: 9.125rem;
}

#commercial-container .bbg .gap a ul li {
  line-height: 1.75em;
}

#commercial-container .bbg .gap a ul li em {
  font-size: 0.75rem;
  font-style: normal;
}

#commercial-container .bbg .gap a:hover {
  -webkit-box-shadow: 0px 0px 1rem 0.5rem rgba(110, 89, 51, 0.62);
  box-shadow: 0px 0px 1rem 0.5rem rgba(110, 89, 51, 0.62);
}

#commercial-container .bbg .gap a::after {
  content: attr(data-cate);
  position: absolute;
  left: 0;
  top: 1.375rem;
  padding: 0.3em 1rem 0.3em 1.5rem;
  background: url(../img/solution/commercial/tip_bg.png) left no-repeat;
  background-size: cover;
}

.page-content {
  background-color: #fff;
  color: #2f2725;
  line-height: 1.6em;
}

.page-content .in {
  padding: 2rem 0px 6rem 0;
  margin: 0 40px;
}

.page-content .in .contents {
  max-width: 1140px;
  margin: 0 auto;
}

.page-content .in .contents .news-nav {
  color: #2f2725;
  font-size: 0.875rem;
}

.page-content .in .contents .news-nav a:link,
.page-content .in .contents .news-nav a:active,
.page-content .in .contents .news-nav a:visited {
  color: #2f2725;
  text-decoration: none;
}

.page-content .in .contents .news-nav a:hover {
  color: #a98a4e;
}

.page-content .in .contents .more-cat {
  list-style: none;
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 0;
}

.page-content .in .contents .more-cat li {
  font-size: 1rem;
  display: inline-block;
  padding: 0.3rem 1rem;
  border-left: #a98a4e 1px solid;
  border-top: #a98a4e 1px solid;
  border-bottom: #a98a4e 1px solid;
  transition: all 0.3s;
}

.page-content .in .contents .more-cat li:first-child {
  border-radius: 0.2rem 0 0 0.2rem;
}

.page-content .in .contents .more-cat li:last-child {
  border-right: #a98a4e 1px solid;
  border-radius: 0 0.2rem 0.2rem 0;
}

.page-content .in .contents .more-cat li .cat-link {
  color: #a98a4e;
  text-decoration: none;
}

.page-content .in .contents .more-cat li:hover,
.page-content .in .contents .more-cat li.active {
  background-color: #a98a4e;
}

.page-content .in .contents .more-cat li:hover .cat-link,
.page-content .in .contents .more-cat li.active .cat-link {
  color: #fff;
  text-decoration: none;
}

.page-content .in .contents .cat-title {
  font-size: 2.5rem;
  font-weight: normal;
  text-align: center;
}

.page-content .in .contents .pure-g {
  margin: 0 -0.5rem;
}

.page-content .in .contents .gap {
  margin: 0.5rem;
}

.page-content .in .contents em {
  font-size: 0.875rem;
  float: right;
}

.page-content .in .contents .item {
  display: block;
  border: solid 1px #eee;
  border-bottom: solid 2px #eee;
  transition: all 0.6s;
  text-decoration: none;
}

.page-content .in .contents .item p {
  margin: 0;
  color: #333;
  font-size: 1rem;
  line-height: 1.5em;
  height: 3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.page-content .in .contents .item h4 {
  margin: 0 0 1rem 0;
  position: relative;
  color: #333;
}

.page-content .in .contents .item h4 .oleft {
  box-sizing: border-box;
  padding-right: 5rem;
  width: 100%;
  height: 1.75rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-content .in .contents .item h4 .right {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.875rem;
  color: #a98a4e;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-weight: normal;
}

.page-content .in .contents .item:hover {
  transform: translateY(-0.5rem);
  -webkit-box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, 0.5), 5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, 0.5), 5px 5px 15px 5px rgba(0, 0, 0, 0);
}

.page-content .in .contents .clearfix::before {
  display: table;
  content: " ";
}

.page-content .in .contents .clearfix::after {
  clear: both;
  display: table;
  content: " ";
}

.page-content .in .contents .intro {
  padding: 3.125rem 1.875rem;
}

.page-content .in .contents figure {
  margin: 0;
}

.page-content .in .contents figure.image {
  text-align: center;
}

.page-content .in .contents figure.image img {
  max-width: 100%;
  height: auto;
}

.page-content .in .contents figure.media {
  text-align: center;
}

.page-content .in .contents p {
  font-size: 16px;
  line-height: 1.6em;
}

.page-content .in .contents .load-more {
  display: block;
  text-align: center;
  color: #a98a4e;
  font-size: 1.125rem;
  font-weight: normal;
  padding: 0.5rem 1.7rem 0.5rem 2rem;
  letter-spacing: 0.3rem;
  border: #a98a4e 1px solid;
  text-decoration: none;
  transition: all 0.3s;
  margin: 3.5rem auto 0rem auto;
  width: 8rem;
}

.page-content .in .contents .load-more:visited,
.page-content .in .contents .load-more:active {
  color: #a98a4e;
}

.page-content .in .contents .load-more:hover,
.page-content .in .contents .load-more.active {
  background-color: #a98a4e;
  color: #fff;
}

.page-content .in h2 {
  font-size: 2.5rem;
}

.page-content .in .title {
  font-weight: normal;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.3em;
}

.page-content .in .text {
  text-align: center;
  font-size: 1rem;
  padding: 0 0 1.5rem 0;
  color: #2f2725;
}

.page-content .in .text .color {
  color: #a98a4e;
}

.page-content .in .text .y-share-module {
  display: inline;
  vertical-align: middle;
}

.page-content .in .text .y-share-module .share {
  position: relative;
  width: 30px;
  height: 30px;
  color: #000;
  float: left;
  margin: 0 10px;
  line-height: 30px;
  text-align: center;
}

.baidu_maps {
  width: 100%;
  height: 750px;
}

.shop {
  position: relative;
  background: #d6d6d6;
}

.shop .in {
  padding-top: 20px;
  background: #fff;
}

.search {
  height: 70px;
  line-height: 34px;
}

.search .gap {
  padding-left: 1.25rem;
  font-size: 1rem;
  color: #007e77;
  line-height: 2rem;
}

.search select {
  font-size: 1rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding-left: 0.75rem;
  box-sizing: border-box;
  background: #fff;
  border: 0;
  outline: none;
  border: #333 1px solid;
  -webkit-appearance: none;
  background-image: url("../img/select_bg.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  color: #333;
}

.search .province,
.search .area,
.search .city,
.search .citys,
.search .county {
  width: 7rem;
}

.store_list {
  margin: 0;
  width: 100%;
  padding-top: 0;
  overflow-y: auto;
  padding-left: 0px;
  box-sizing: content-box;
}

.area_list::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}

.area_list::-webkit-scrollbar-track,
.area_list::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 5px solid transparent;
}

.area_list::-webkit-scrollbar-track {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) inset;
}

.area_list::-webkit-scrollbar-thumb {
  min-height: 20px;
  background-clip: content-box;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2) inset;
}

.area_list::-webkit-scrollbar-corner {
  background: transparent;
}

.store_list li:hover,
.store_list .act {
  background-color: #e9e9ea;
}

.store_list li {
  padding-top: 0;
  border-bottom: 1px solid #dbdbdb;
  cursor: pointer;
  position: relative;
  list-style: none;
  padding-left: 2.5rem;
  box-sizing: border-box;
}

.store_list li::before {
  content: attr(data-num);
  position: absolute;
  width: 2.5rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  color: #dbdbdb;
  text-align: center;
}

.store_list .area_info {
  padding: 1rem 1rem 1rem 0;
  width: 14rem;
  font-size: 0.75rem;
}

.store_list .area_info strong {
  color: #2f2725;
  font-size: 0.875rem;
}

.store_list .area_info p {
  margin: 0.3em 0;
}

.map_shop_area {
  position: relative;
  width: 341px;
  height: 100px;
  border: 1px solid #d4d2c2;
  box-shadow: 1px 1px 3px #d7d5d3;
  margin-bottom: 12px;
}

.map_shop_area .map_arrow {
  position: absolute;
  bottom: -8px;
  left: 162px;
  background: url(../img/shop.png) 124px 115px;
  width: 14px;
  height: 9px;
  z-index: 9;
  overflow: hidden;
}

.map_shop_area .map_sa_par {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
}

.map_shop_area .map_sa_bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.map_shop_area .map_sa_content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.map_shop_area .map_img {
  float: left;
  margin: 15px 10px 0 10px;
}

.map_shop_area i {
  margin: 42px 20px 0 22px;
  display: inline;
}

.map_sa_note {
  float: left;
  width: 220px;
  padding-top: 26px;
}

.map_shop_area strong {
  color: #333333;
  font-weight: bold;
}

.map_shop_area p {
  margin-top: 5px;
}

.map_location {
  position: absolute;
  top: 23px;
  right: 37px;
  z-index: 99;
}

.map_location a {
  float: left;
  width: 72px;
  height: 39px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
}

.map_location i {
  width: 23px;
  height: 23px;
  display: block;
  background: url(../img/shop.png) no-repeat 0 -90px;
  margin: 8px 0 0 25px;
}

.map_location .small {
  border-left: none;
}

.map_location .small i {
  background-position: -30px -90px;
}

.map_location .my_location {
  width: 39px;
  height: 39px;
  background-position: -30px -90px;
  margin-left: 13px;
}

.map_location .my_location i {
  margin: 8px 0 0 9px;
  background-position: -59px -90px;
}

.image_map_shop_area {
  position: relative;
  width: 24rem;
  border: 1px solid #d4d2c2;
  box-shadow: 1px 1px 3px #d7d5d3;
  margin-bottom: 12px;
  font-size: 14px;
  box-sizing: border-box;
  padding-left: 8.5rem;
  background-color: rgba(255, 255, 255, 0.9);
}

.image_map_shop_area::before {
  content: url(../img/klogo.png);
  position: absolute;
  left: 1rem;
  top: 50%;
  width: 7.5rem;
  transform: translateY(-50%);
  z-index: 10;
}

.image_map_shop_area::before img {
  max-width: 100%;
  height: auto;
}

.image_map_shop_area::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 184px;
  background: url(../img/shop.png) 124px 115px;
  width: 14px;
  height: 9px;
  z-index: 9;
  overflow: hidden;
}

.image_map_sa_note {
  padding: 1.5rem 1rem;
  width: 13.5rem;
}

.image_map_sa_note strong {
  color: #333333;
  font-weight: bold;
}

.image_map_shop_area p {
  margin-top: 5px;
}

.store {
  margin-right: 15px;
  position: absolute;
  z-index: 10;
  background: #fff;
  top: 18%;
  right: 0;
  height: 400px;
  overflow: auto;
  border: 1px solid;
}

.logo-image {
  text-align: center;
  padding: 0 2rem;
  border-bottom: 1px solid #cdcdcd;
}

.logo-image img {
  margin: 0 auto;
}

.search {
  position: absolute;
  box-sizing: border-box;
  padding-left: 1rem;
  z-index: 10;
  top: 38px;
  left: 0;
  width: 100%;
  display: flex;
}

.search-btn {
  background: #a98a4e;
  color: #fff;
  width: 120px;
  height: 2.5rem;
  border: none;
  outline: none;
  /* margin-right: 8px; */
  letter-spacing: 0;
  text-align: center;
}

.search-btn:focus,
.search-btn:hover {
  background: #000 !important;
}

.search .county {
  margin: 0;
}

.search .province,
.search .area,
.search .city,
.search .citys,
.search .county {
  width: 200px;
  margin-right: 8px;
}

.search .province,
.search .city,
.search .county {
  background-image: url(http://dev.lightcloudapps.com/ecowater-com-cn/wp-content/uploads/sites/5/2019/11/angel-down.png);
  background-repeat: no-repeat;
  right: 0;
  background-size: 10px;
  background-position: 95% 50%;
}

.online_shop {
  padding: 3rem 0 10rem 0;
}

.online_shop .in {
  padding: 15px 5rem;
}

.online_shop h2 {
  font-size: 2rem;
  font-weight: normal;
  color: #2f2725;
  text-align: center;
}

.online_shop .item {
  margin: 5px;
  text-align: center;
  font-size: 1rem;
  position: relative;
  border: #a98a4e 1px solid;
  transition: all 0.3s;
  color: #2f2725;
}

.online_shop .item:hover {
  background-color: #a98a4e;
  color: #fff;
}

.online_shop .item:hover p {
  color: #fff;
}

.online_shop .item a:link {
  text-decoration: none;
}

.online_shop .item p {
  margin: 0.3em 0;
  color: #2f2725;
  text-decoration: none;
}

.online_shop .item table {
  min-height: 6rem;
  width: 100%;
}

.online_shop .item table td {
  text-align: center;
  /*设置水平居中*/
  vertical-align: middle;
  /*设置垂直居中*/
}

.online_shop .picc {
  margin-left: 0px;
}

.menu {
  position: fixed;
}

.mcon {
  opacity: 0;
}

.dealer-container {
  min-height: 41rem;
  background: url(../img/dealer_bg.jpg) no-repeat center;
  background-size: cover;
  padding-top: 1rem;
}

.dealer-container .login-panel {
  max-width: 20.875rem;
  background: rgba(168, 133, 70, 0.9);
  border-radius: 1rem;
  margin: 6.875rem auto;
  padding: 2rem;
  position: relative;
}

.dealer-container .login-panel h2 {
  color: #fff;
  margin-top: 0;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  text-align: center;
}

.dealer-container .login-panel .user {
  background-image: url(../img/user.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}

.dealer-container .login-panel .password {
  background-image: url(../img/password.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}

.dealer-container .login-panel .user,
.dealer-container .login-panel .password {
  width: 100%;
  border: 0;
  box-sizing: border-box;
  border-radius: 0.5rem;
  padding: 0.6rem 2.2rem;
  margin: 0.4rem 0;
  font-size: 0.75rem;
  outline: none;
}

.dealer-container .login-panel label {
  color: #fff;
  font-size: 0.875rem;
  padding-left: 0.3rem;
}

.dealer-container .login-panel .submit {
  width: 100%;
  border: 0;
  outline: none;
  padding: 0.6rem 2.2rem;
  background-color: #fff;
  color: #a98a4e;
  margin: 2rem 0 0 0;
}

.dealer-container .dlist {
  margin-top: 10rem;
}

.dealer-container .dlist .pure-u-1-7 {
  width: 14.285714%;
}

.dealer-container .dlist .pure-u-1-7 .gap {
  margin: 1.8125rem;
}

@media screen and (max-width: 1480px) {
  html {
    font-size: 1.08vw;
  }

  .in {
    margin: 0 50px !important;
  }

  .page-content .in .contents {
    max-width: 960px;
  }
}

@media screen and (max-width: 1366px) {
  header #nav .link-item {
    padding: 0 1rem;
  }
}

@media screen and (max-width: 600px) {
  html {
    font-size: 16px;
  }

  .pc {
    display: none !important;
  }

  .phone {
    display: initial !important;
  }

  .in {
    margin: 0 1.5rem !important;
  }

  header {
    height: 4rem;
  }

  header #logo {
    height: 4rem;
  }

  header #nav {
    line-height: 4rem;
  }

  header .in {
    margin: 0 1rem !important;
  }

  header .menu-switch {
    position: fixed;
    width: 31px;
    top: 1.2rem;
    right: 1rem;
    display: block;
    z-index: 504;
  }

  header .menu-switch .line {
    width: 31px;
    height: 5px;
    background-color: #a87e58;
    transition: top 0.3s ease-in-out 0.6s, transform 0.3s ease 0s, opacity 0.1s ease 0s;
    display: block;
    position: absolute;
    transition: all 0.3s;
  }

  header .menu-switch .l1 {
    transition: all 0.3s;
    top: 0;
    transform: rotate(0);
  }

  header .menu-switch .l2 {
    transition: all 0.3s;
    transform: rotate(0);
    top: 11px;
    opacity: 1;
  }

  header .menu-switch .l3 {
    transition: all 0.3s;
    top: 22px;
    transform: rotate(0);
  }

  header .menu-on .line {
    transition: top 0.3s ease-in-out, transform 0.3s ease 0.6s, opacity 0.1s ease 0.6s;
  }

  header .menu-on .l1 {
    top: 11px;
    transform: rotate(45deg);
  }

  header .menu-on .l2 {
    opacity: 0;
  }

  header .menu-on .l3 {
    top: 11px;
    transform: rotate(-45deg);
  }

  .menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1002;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
  }

  .menu.show {
    opacity: 1;
    visibility: visible;
  }

  .mcon {
    transition: all 0.3s ease 0s;
    padding: 6em 2rem 0 2rem;
    opacity: 0;
    transform: translateY(-30px);
    text-transform: uppercase;
  }

  .mcon .slinks {
    text-align: center;
  }

  .mcon .shop-link {
    height: 5rem;
    line-height: 4rem;
    display: inline-block;
    font-size: 1.8rem;
    padding: 0;
    margin: 0 0.3rem;
    text-decoration: none;
    color: #a98a4e;
    box-sizing: border-box;
    transition: all 0.2s;
  }

  .mcon .shop-link:visited,
  .mcon .shop-link:active {
    color: #a98a4e;
  }

  .mcon .shop-link:hover,
  .mcon .shop-link.active {
    color: #a98a4e;
  }

  .mcon.show {
    transition: all 0.3s ease 0.6s;
    opacity: 1;
    transform: translateY(0px);
  }

  .menu .menu-item {
    position: relative;
    color: black;
    font-size: 18px;
    text-decoration: none;
    text-indent: 0.5em;
  }

  .menu .menu-item .fa {
    position: absolute;
    right: 0;
    top: 0.5em;
  }

  .menu .menu-item:hover {
    color: #a98a4e;
    text-indent: 0.5em;
  }

  .menu .deco {
    border-bottom: #ccc 1px solid;
  }

  .menu .active-menu {
    color: #a98a4e;
  }

  .menu-item {
    height: 40px;
    line-height: 40px;
    display: block;
  }

  .has-submenu {
    height: auto;
  }

  .submenu {
    display: none;
    padding-bottom: 5px;
    box-sizing: border-box;
  }

  .submenu .menu-item:link,
  .submenu .menu-item:visited,
  .submenu .menu-item:active {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-indent: 1em;
  }

  .submenu .menu-item:hover {
    color: #a98a4e;
    text-indent: 0.5em;
  }

  .out-container {
    padding-top: 4rem;
  }

  #home-video .overlay h2 {
    bottom: 1rem;
  }

  #home-video .overlay h2 .view-full {
    font-size: 0.875rem;
    padding: 0.3rem 1.3rem 0.3rem 1.5rem;
  }

  #home-scheme .in {
    padding: 2rem 0px 1rem 0;
  }

  #home-scheme .in h1 {
    font-size: 2rem;
    margin: 0 0 0.5em 0;
  }

  #home-scheme .in .pure-u-1-4 {
    width: 100%;
  }

  #home-scheme .in .pure-u-1-4 .gap {
    margin-bottom: 3rem;
  }

  #home-scheme .in .pure-u-1-4 .zoom-img {
    transform: translateY(0);
  }

  #home-scheme .in .pure-u-1-4 .zoom-img .over-img {
    opacity: 1;
  }

  #home-scheme .in .pure-u-1-4 .more {
    opacity: 1;
    visibility: visible;
  }

  #home-scheme .in .pure-u-1-4 h2 {
    transform: translateY(0);
  }

  #home-scheme .in .pure-u-1-4 p {
    font-size: 0.875rem;
    color: #dcdddd;
    font-weight: normal;
    text-align: center;
    margin-bottom: 1.5em;
  }

  #home-scheme .in .pure-u-1-4 .link-btn {
    font-size: 1rem;
    font-weight: normal;
    padding: 0.2rem 1.5rem 0.2rem 2rem;
    color: #a98a4e;
    letter-spacing: 0.3rem;
    border: #a98a4e 1px solid;
    text-decoration: none;
    transition: all 0.3s;
  }

  #home-scheme .in .pure-u-1-4 .link-btn:visited,
  #home-scheme .in .pure-u-1-4 .link-btn:active {
    color: #a98a4e;
  }

  #home-scheme .in .pure-u-1-4 .link-btn:hover,
  #home-scheme .in .pure-u-1-4 .link-btn.active {
    background-color: #a98a4e;
    color: #fff;
  }

  #home-news .in {
    padding: 2rem 0px 1rem 0;
  }

  #home-news .in h1 {
    font-size: 2rem;
    margin: 0 0 0.5em 0;
  }

  #home-news .in .pure-u-1-3 {
    width: 100%;
  }

  #home-news .in .pure-u-1-3 .gap {
    margin-bottom: 3rem;
  }

  #about-video .overlay h1 {
    padding-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    letter-spacing: 1rem;
  }

  #about-video .overlay p {
    color: #fff;
    font-size: 0.75rem;
    line-height: 1.6em;
    margin: 0 1rem;
  }

  #about-video .overlay p span {
    color: #a98a4e;
    font-weight: bold;
    font-size: 0.875rem;
  }

  #about-banner .swiper-slide {
    position: relative;
  }

  #about-banner .swiper-slide .info {
    position: absolute;
    top: 10%;
    left: 46.6%;
    color: #666666;
  }

  #about-banner .swiper-slide .info em {
    display: block;
    width: 1.5rem;
    height: 0.175rem;
    background-color: #a98a4e;
  }

  #about-banner .swiper-slide .info h3 {
    margin-top: 0.5em;
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 0.5em;
  }

  #about-banner .swiper-slide .info p {
    margin-top: 0.5em;
    font-size: 0.5rem;
    line-height: 1.5em;
  }

  #history .box {
    text-align: center;
    padding-bottom: 4rem;
  }

  #history .box h1 {
    margin-top: 0rem;
    padding-top: 3rem;
    margin-bottom: 0.5em;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    letter-spacing: 0.1rem;
  }

  #history .box h2 {
    margin-top: 0rem;
    margin-bottom: 4rem;
    font-size: 1.125rem;
    font-weight: normal;
    color: #fff;
    letter-spacing: 0.1rem;
  }

  #history .box h3 {
    margin-top: 2em;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: normal;
    color: #a98a4e;
    letter-spacing: 0.1rem;
  }

  #history .box .hcon {
    margin: 0;
  }

  #history .box .hcon .sw1 {
    margin: 0 2rem;
    overflow: hidden;
  }

  #history .box .hcon .sw1 .swiper-button-next {
    width: 1.5rem;
    height: 1.5rem;
  }

  #history .box .hcon .sw1 .swiper-button-prev {
    width: 1.5rem;
    height: 1.5rem;
  }

  #history .box .hcon .sw2 {
    position: relative;
    margin-bottom: 2rem;
  }

  #history .box .hcon .sw2 .text-block span {
    font-size: 0.875rem;
    display: inline-block;
    line-height: 2em;
    letter-spacing: 0.1rem;
    padding-left: 1em;
    position: relative;
  }

  #history .box .hcon .sw2 .text-block span::before {
    content: "";
    position: absolute;
    left: 0em;
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #a98a4e;
  }

  #brand h1 {
    font-size: 2rem;
    padding-top: 3rem;
  }

  #brand .inn {
    padding: 0;
  }

  #brand .block {
    margin: 3.5rem 0 0 0;
  }

  #brand .block .contents h3 {
    font-size: 0.875rem;
    margin-top: 1rem;
  }

  #brand .block .contents h3::after {
    position: relative;
    top: 2rem;
    display: none;
  }

  #brand .block .contents ul {
    margin: 1rem 0;
  }

  #brand .block .contents ul li.nor {
    font-size: 0.5rem;
  }

  #brand .block .swiper-button-next,
  #brand .block .swiper-button-prev {
    width: 1rem;
    height: 1rem;
  }

  #brand .block .swiper-button-next::after,
  #brand .block .swiper-button-prev::after {
    font-size: 0.5rem;
  }

  #brand .block .swiper-button-next {
    right: -1rem;
  }

  #brand .block.rr .swiper-button-prev {
    left: -1rem;
  }

  #brand .block .contents ul li.active {
    font-size: 0.5rem;
  }

  #brand .block .contents ul li {
    font-size: 0.5rem;
  }

  #products-cats .cats .list .in {
    margin: 0 1rem !important;
    padding-top: 3.5rem;
  }

  #products-cats .cats .list .close {
    height: 2rem;
    width: 2rem;
    top: 1rem;
  }

  #products-cats .cats .list .pure-u-1-4 {
    width: 50%;
  }

  #products-cats .cats .list .pure-u-1-4 .item h3 {
    font-size: 1rem;
  }

  #advantage .container .item-c .item div {
    font-size: 0.5rem;
  }

  #sub-nav .pinned .link {
    font-size: 0.875rem;
    margin: 0 1rem;
  }

  #sub-nav .pinned .link::after {
    right: -1rem;
  }

  #dsr-1 .overlay .container {
    padding: 1rem;
  }

  #dsr-1 .overlay h2 {
    font-size: 1.2rem;
  }

  #dsr-1 .overlay p {
    font-size: 0.5rem;
  }

  #dsr-1 .overlay .bei {
    font-size: 0.5rem;
    bottom: 0.5rem;
    right: 1rem;
  }

  #dsr-2 .overlay .container h1 {
    font-size: 1rem;
  }

  #dsr-2 .overlay .container .c-icon {
    max-width: 4rem;
    margin: 0rem auto;
  }

  #dsr-2 .overlay .container .pure-u-1-3 .gap h2 {
    font-size: 0.875rem;
  }

  #dsr-2 .overlay .container .pure-u-1-3 .gap p {
    font-size: 0.5rem;
  }

  #dsr-2 .overlay .container .pure-u-1-3 .gap {
    margin: 0 0.5rem 1rem 0.5rem;
  }

  #dsr-3 .service {
    padding-top: 3rem;
  }

  #dsr-3 .tel {
    font-size: 1rem;
    padding: 0.5rem 1.5rem;
  }

  #dsr-3 .service .pure-u-1-2 {
    width: 100%;
    border-left: none !important;
    border-right: none !important;
  }

  #dsr-3 .service .pure-u-1-2:nth-child(odd) {
    border-right: none;
  }

  #dsr-3 .service .pure-u-1-2 .content h1 {
    font-size: 2rem;
  }

  #dsr-3 .service .pure-u-1-2 .content {
    margin: 1.5rem 3.75rem 0 2.75rem;
    min-height: 10rem;
  }

  #dsr-3 .service .pure-u-1-2 .content h3 {
    font-size: 1.125rem;
  }

  #dsr-3 .service .pure-u-1-2 .content h3::before {
    left: -2rem;
  }

  #dsr-3 .service .pure-u-1-2 .content p {
    font-size: 1rem;
  }

  #dsr-3 h1 {
    font-weight: normal;
    font-size: 1.25rem;
    color: #fff;
    text-align: center;
  }

  #dsr-3 p.info {
    color: #999999;
    font-size: 0.875rem;
    margin: 1em 1em;
    text-align: center;
    line-height: 1.8em;
  }

  #dsr-4 .overlay h1 {
    font-size: 1.5rem;
    color: #fff;
    font-weight: normal;
    margin-bottom: 0.5em;
  }

  #dsr-4 .overlay h2 {
    font-size: 1rem;
    color: #fff;
    font-weight: normal;
  }

  #dsr-4 .overlay ul li {
    font-size: 0.75rem;
    line-height: 1.6em;
  }

  #home-banner .swiper-container .swiper-slide .info h2 {
    font-size: 1rem;
  }

  #home-banner .swiper-container .swiper-slide .info h1 {
    font-size: 1.125rem;
  }

  #home-banner .swiper-container .swiper-slide .info h3 {
    font-size: 0.875rem;
  }

  .page-content .in .contents .title {
    font-size: 1.5rem;
  }

  .page-content .in .contents .cat-title {
    font-size: 1.5rem;
  }

  .page-content .in .contents .pure-u-1-2 {
    width: 100%;
  }

  #home-banner .swiper-container .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
  }

  #projects {
    padding-top: 2rem;
  }

  #projects .carousel {
    margin: 0 3rem;
  }

  #projects .carousel .swiper-button-prev,
  #projects .carousel .swiper-button-next {
    width: 1.5rem;
    height: 1.5rem;
  }

  #projects .pure-u-1-3 {
    width: 100%;
  }

  #projects .pure-u-1-3 .gap span {
    font-size: 1.125rem;
  }

  #projects .data-list {
    background: none !important;
  }

  #projects .pure-u-1-4,
  #projects .pure-u-1-2 {
    width: 100%;
  }

  .online_shop .in {
    margin: 0 1rem;
    padding: 0;
  }

  .online_shop h2 {
    font-size: 1.5rem;
  }

  .online_shop .pure-u-1-3 {
    width: 100%;
  }

  footer .qnav .right {
    text-align: center;
    padding-right: 0px;
  }

  footer .qnav .right .social {
    text-align: center;
  }

  footer .qnav .right .social .weibo {
    right: 50%;
    transform: translateX(50%);
  }

  footer .qnav .right .social .weichat {
    right: 50%;
    transform: translateX(50%);
  }

  .back-top {
    right: 1rem;
    bottom: 2rem;
    width: 2rem;
    height: 2rem;
  }

  .back-top i {
    font-size: 2rem;
  }

  #specifications {
    background-color: #000;
  }

  #specifications .pure-u-1-3 {
    width: 100%;
    padding: 0 1rem;
  }

  #specifications .pure-u-2-3 {
    width: 100%;
    box-sizing: border-box;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 2rem;
    overflow-x: auto;
  }

  #specifications .pure-u-1 {
    position: relative;
    box-sizing: border-box;
    padding: 0 1rem 2rem 1rem;
    overflow-x: auto;
  }

  #specifications h1 {
    font-size: 1.5rem;
    color: #a98a4e;
    text-align: right;
    font-weight: normal;
    margin-right: 1 rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  #specifications h1 span {
    padding: 0 2rem;
    position: relative;
  }

  #specifications h1 span::before {
    content: "";
    position: absolute;
    width: 0.5625rem;
    height: 0.5625rem;
    background-color: #a98a4e;
    border-radius: 50%;
    left: 0.5rem;
    top: 0.75rem;
  }

  #specifications h1 span::after {
    content: "";
    position: absolute;
    width: 0.5625rem;
    height: 0.5625rem;
    background-color: #a98a4e;
    border-radius: 50%;
    right: 0.5rem;
    top: 0.75rem;
  }

  #specifications .zhu {
    color: #c9caca;
    padding-left: 1.5rem;
    margin: 1.5rem 0 0 0;
    font-size: 0.725rem;
  }

  #specifications .zhu1 {
    text-align: right;
    color: #747474;
    margin: 1.5rem 0 0 0;
    font-size: 0.725rem;
  }

  #specifications .cc {
    position: relative;
    padding-right: 1rem;
  }

  #specifications .cc::after {
    content: "";
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    right: 0;
    top: 50%;
    margin-top: -0.25rem;
    background-color: #fff;
  }

  #specifications .cc.c1::after {
    background-color: #4485c6;
  }

  #specifications .cc.c2::after {
    background-color: #4485c6;
  }

  #specifications .cc.c3::after {
    background-color: #a7c867;
  }

  #specifications .cc.c4::after {
    background-color: #a7c867;
  }

  #specifications .pure-table {
    border: 0;
  }

  #specifications .pure-table tr td {
    border: 0;
    color: #fff;
    text-align: center;
    font-size: 0.5rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }

  #specifications .pure-table tr td:first-child {
    text-align: left;
  }

  #specifications .pure-table tr:nth-child(odd) td {
    background-color: #1a1a1a;
  }

  #specifications .pure-table tr:nth-child(odd) td:first-child {
    width: 6rem;
    padding-left: 1.5rem;
    background-color: #313131;
  }

  #specifications .pure-table tr:nth-child(even) td:first-child {
    width: 6rem;
    padding-left: 1.5rem;
    background-color: #1a1a1a;
  }

  #specifications.white {
    background-color: #f6f6f6;
  }

  #specifications.white .in {
    margin: 0 20px;
  }

  #specifications.white .pure-u-1-3 {
    width: 100%;
    display: flex;
    align-items: flex-end;
  }

  #specifications.white .pure-u-2-3 {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-right: 0;
    display: flex;
    align-items: center;
    padding: 2rem 0;
  }

  #specifications.white .pure-u-2-3>div {
    width: 100%;
  }

  #specifications.white h1 {
    font-size: 2rem;
    color: #a98a4e;
    text-align: right;
    font-weight: normal;
    margin-right: 2 rem;
    margin-top: 0rem;
    margin-bottom: 3.5rem;
  }

  #specifications.white .cc {
    position: relative;
    padding-right: 1rem;
  }

  #specifications.white .cc::after {
    content: "";
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    right: 0;
    top: 50%;
    margin-top: -0.25rem;
    background-color: #fff;
  }

  #specifications.white .cc.c1::after {
    background-color: #4485c6;
  }

  #specifications.white .cc.c2::after {
    background-color: #4485c6;
  }

  #specifications.white .cc.c3::after {
    background-color: #a7c867;
  }

  #specifications.white .cc.c4::after {
    background-color: #a7c867;
  }

  #specifications.white .pure-table {
    border: 0;
  }

  #specifications.white .pure-table tr td {
    border: 0;
    color: #1d1d1d;
    text-align: left;
    font-size: 1rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }

  #specifications.white .pure-table tr td:first-child {
    text-align: left;
  }

  #specifications.white .pure-table tr:nth-child(odd) td {
    background-color: #eaeaea;
    text-align: left;
  }

  #specifications.white .pure-table tr:nth-child(odd) td:first-child {
    font-weight: bold;
    width: auto;
    padding-left: 3.75rem;
    background-color: #eaeaea;
  }

  #specifications.white .pure-table tr:nth-child(even) td:first-child {
    width: auto;
    font-weight: bold;
    padding-left: 3.75rem;
    background: none;
  }

  .map_location {
    top: auto;
    bottom: 1rem;
    left: 1rem;
    right: auto;
  }

  .search {
    padding-left: 1rem;
    top: 1rem;
    left: 0;
  }

  .search .province,
  .search .area,
  .search .city,
  .search .citys,
  .search .county {
    width: 7rem;
    font-size: 0.875rem;
    height: 2rem;
    line-height: 2rem;
  }

  .store {
    margin-right: 0;
    position: inherit;
    background: #fff;
    top: auto;
    right: auto;
    height: 400px;
    overflow: auto;
    border: 0px solid;
  }

  #merchants1 .box h2 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 1.25rem;
    font-weight: normal;
    color: #fff;
    letter-spacing: 0.1rem;
    zoom: 1;
  }

  #brand-advantage .tab {
    padding: 0;
  }

  #brand-advantage .tab .tablinks {
    cursor: pointer;
    font-size: 0.5rem;
    color: #fff;
    height: 2rem;
    padding: 0.2rem 0.75rem;
    line-height: 1rem;
    background-color: #54535b;
    margin: 0 2px;
    border-radius: 10px 10px 0 0;
    transition: all 0.3s;
  }

  #brand-advantage .tabcontents .tabcontent {
    padding: 1rem 1rem;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    position: absolute;
  }

  #brand-advantage .tabcontents .tabcontent .pure-u-1-2 {
    width: 100%;
    padding: 0 0;
  }

  #brand-advantage .tabcontents .tabcontent .pure-u-1-2 h3 {
    margin: 1rem auto;
    font-size: 1.5rem;
    text-align: center;
  }

  #brand-advantage .tabcontents .tabcontent .pure-u-1-2 p {
    font-size: 0.875rem;
  }

  #brand-advantage1 p {
    color: #a9a9a9;
  }

  #brand-advantage1 {
    overflow: hidden;
  }

  #brand-advantage1 .block .img-con {
    position: relative;
    width: 100%;
    z-index: 20;
    transform: translateX(-20%);
    opacity: 0;
    transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  #brand-advantage1 .block {
    margin: 4rem 0 0 0;
    position: relative;
  }

  #brand-advantage1 .block .contents {
    position: inherit;
    width: 100%;
    padding: 1rem;
    height: 100%;
    top: 0;
    background-color: #2a2a2e;
    color: #fff;
    text-align: left;
    transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: flex;
    align-items: center;
    transform: translateX(20%);
    opacity: 0;
    box-sizing: border-box;
  }

  #merchants1 {
    padding: 4rem 0 0 0;
  }

  #merchants2 .pure-u-7-12 {
    width: 100%;
    padding: 2.5rem 0;
  }

  #merchants2 .pure-u-5-12 {
    width: 100%;
    padding: 0 0 2.5rem 0;
  }

  #merchants2 .imgs {
    transform: translateY(0);
  }

  #merchants2 h3 {
    font-weight: normal;
    font-size: 1.6875rem;
    margin-top: 0;
    text-align: center;
  }

  #merchants3 .box h2 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }

  #exclusive-shop .carousel {
    overflow: hidden;
    margin: 0 0rem;
  }

  #cooperation-case .carousel {
    overflow: hidden;
    margin: 0 0rem;
  }

  #cooperation-case .carousel-container .pure-u-1-2 {
    width: 100%;
  }

  #exclusive-shop .carousel .swiper-slide .img::after {
    display: none;
  }

  #merchants4 h2 {
    font-size: 1.5rem;
  }

  #merchants4 .pure-u-1-3 {
    width: 100%;
    padding: 1rem 0;
  }

  #merchants4 .pure-u-1-12 {
    width: 100%;
    padding-bottom: 0 !important;
  }

  #merchants4 .pure-u-1-12 img {
    transform: rotate(90deg);
  }

  #merchants4 .pure-u-1-6 {
    width: 100%;
  }

  #infomation h2 {
    font-size: 1.5rem;
  }

  #infomation p {
    font-size: 0.875rem;
  }

  #infomation .pure-control-group label {
    position: absolute;
    min-width: 4.25rem;
    font-size: 0.875rem;
    margin: 0.8em 0 0.2em;
  }

  #infomation .pure-control-group .input-c {
    margin-left: 4.25rem;
    padding: 0 0;
  }

  #infomation .pure-form input[type=color],
  #infomation .pure-form input[type=date],
  #infomation .pure-form input[type=datetime-local],
  #infomation .pure-form input[type=datetime],
  #infomation .pure-form input[type=email],
  #infomation .pure-form input[type=month],
  #infomation .pure-form input[type=number],
  #infomation .pure-form input[type=password],
  #infomation .pure-form input[type=search],
  #infomation .pure-form input[type=tel],
  #infomation .pure-form input[type=text],
  #infomation .pure-form input[type=time],
  #infomation .pure-form input[type=url],
  #infomation .pure-form input[type=week],
  #infomation .pure-form select,
  #infomation .pure-form textarea {
    padding: 0.6em 0.875em;
    display: inline-block;
    border: 3px solid #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px #ddd;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 0.5rem;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s;
    height: auto;
    width: 100%;
    font-size: 0.875rem;
  }

  #infomation .pure-control-group .input-c .pure-u-1-3 p,
  #infomation .pure-control-group .input-c .pure-u-1 p,
  #infomation .pure-control-group .input-c .pure-u-2-3 p {
    color: #000;
    text-align: center;
    font-size: 0.875rem;
  }

  #commercial-container .pure-u-1-4 {
    width: 100%;
  }

  #scheme3 .pure-u-1-5 {
    width: 100%;
  }

  #scheme3 .pure-u-7-24 {
    width: 100%;
  }

  #scheme3 .pure-u-17-24 {
    width: 100%;
  }

  #scheme3 .pure-u-1-5.mmenu {
    flex-direction: row;
  }

  #scheme3 .pure-u-1-5.mmenu .item {
    background: -webkit-linear-gradient(right, #010100 0%, #323332 100%);
    background: -o-linear-gradient(right, #010100 0%, #323332 100%);
    background: -ms-linear-gradient(right, #010100 0%, #323332 100%);
    background: -moz-linear-gradient(right, #010100 0%, #323332 100%);
    background: linear-gradient(to left, #010100 0%, #323332 100%);
    min-height: 4rem;
  }

  #scheme3 .pure-u-1-5.mmenu .item h3 {
    font-size: 0.875rem;
    padding-top: 0.5rem;
  }

  #scheme3 .pure-u-1-5.mmenu .item p {
    font-size: 0.75rem;
    margin-top: 0.25em;
    padding-bottom: 0.5rem;
  }

  #scheme3 .pure-u-1-24 {
    display: flex !important;
    width: 100%;
    padding-bottom: 1rem;
  }

  #scheme3 .pure-u-4-5 {
    width: 100%;
  }

  #scheme3 .pure-u-4-5 .point {
    display: none;
  }

  .scheme h1 {
    font-size: 2rem;
  }

  .scheme .list .item {
    padding: 2.5rem;
  }

  .scheme.choose {
    background-size: cover !important;
  }

  .scheme .bar {
    height: 2.5rem;
    padding: 0 1rem;
    font-size: 1rem;
    line-height: 2.5rem;
  }

  .scheme .bar .back-btn {
    position: absolute;
    right: 1.5rem;
    font-size: 0.75rem;
    color: #cccccc;
    text-decoration: none;
  }

  .scheme .switch-con .item {
    font-size: 0.5rem;
    padding: 0.2rem 0.7rem;
    min-height: 0.5rem !important;
  }

  .scheme .bar .back-btn .icon-back {
    font-size: 1rem;
    color: #a98a4e;
  }

  .scheme .point-area {
    display: none;
  }

  .scheme .switch-con {
    bottom: 1rem;
  }

  .scheme .switch-con .item.active {
    color: #fff;
    background-color: #a98a4e !important;
  }

  #history .box .hcon .sw3 .pure-u-1-11 .year {
    font-size: 0.75rem;
    font-weight: normal;
  }

  #history .box .hcon .sw3 .pure-u-1-11.active .year {
    transform: scale(1.2);
  }

  #history .box .hcon .sw3 .pure-u-1-11.active .dotc {
    width: 1.5rem;
    height: 1.5rem;
  }

  #sub-nav.commercial {
    height: auto;
  }

  #sub-nav.commercial .pinned {
    height: auto;
    background-size: cover;
  }

  #sub-nav.commercial .pinned .link {
    display: inline-block;
    width: 50%;
    flex: 1;
    border: 0;
    margin: 0 !important;
    padding: 0 !important;
    float: left;
    height: auto;
    text-align: center;
    line-height: 2.5rem;
  }

  #sub-nav.commercial .pinned .link::after {
    content: "";
    display: none;
  }

  #sub-nav.commercial .pinned .link.active {
    background-color: #a98a4e;
    color: #fff;
  }

  #commercial-container .bbg {
    padding-top: 3rem;
  }

  #advantage {
    padding: 2rem 0 4rem 0;
  }

  #advantage .container .pure-u-1-3 {
    width: 100%;
    margin: 0;
  }

  #advantage .container .item-c {
    position: relative;
    padding-right: 0;
  }

  #advantage .container .item-c .item {
    display: block;
  }

  #advantage .container .item-c .item .imgs {
    box-sizing: border-box;
    margin: 0.5rem 0;
    transition: all 0.3s;
    height: 0;
    opacity: 0;
    overflow: hidden;
    display: none;
  }

  #advantage .container .item-c .item .cc {
    display: block;
    font-size: 1rem;
    font-weight: normal;
    border: #a98a4e 1px solid;
    margin: 0.375rem 0;
    padding: 0.25rem 0;
    position: relative;
    transition: all 0.3s;
  }

  #advantage .container .item-c .item .cc::after {
    transition: all 0.3s;
  }

  #advantage .container .item-c .item.active .imgs {
    height: auto;
    opacity: 1;
    display: block;
  }

  #advantage .container .item-c .item.active .cc {
    background: #a98a4e;
    color: #fff;
  }

  #advantage .container .item-c .item.active .cc::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -0.375rem;
    bottom: -0.75rem;
    border-top: 0.375rem solid #a98a4e;
    border-left: 0.375rem solid transparent;
    border-right: 0.375rem solid transparent;
  }

  .full-video-container .video-con {
    position: absolute;
    width: 100%;
    max-width: 1680px;
    min-height: 165px;
    height: auto;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    top: 50%;
  }

  .full-video-container .video-con .close {
    width: 1rem;
    height: 1rem;
  }

  .full-video-container .video-con .close:before,
  .full-video-container .video-con .close:after {
    position: absolute;
    left: 0.47rem;
    content: ' ';
    height: 1rem;
    width: 2px;
    background-color: #fff;
  }

  footer .qnav .right h2 {
    font-size: 1.25rem;
  }

  footer .qnav .right h2 a {
    color: #fff;
    text-decoration: none;
  }

  #about-intro {
    background: #0f1116 url(../img/about_bg01a.jpg) no-repeat top center;
    background-size: auto;
  }

  #about-intro .in {
    margin: 0 0px !important;
  }

  #about-intro .bg {
    background: url(../img/about_bg01b.png) no-repeat bottom right;
    background-size: 250%;
    text-align: center;
    padding-bottom: 21rem;
  }

  #about-intro .bg h1 {
    margin-top: 0rem;
    padding-top: 7rem;
    margin-bottom: 2rem;
    font-size: 2rem;
  }

  #about-intro .bg .info {
    font-size: 0.875rem;
    width: auto;
    text-align: center;
    color: #fff;
    line-height: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .dealer-container .login-panel {
    max-width: 16rem;
    background: rgba(168, 133, 70, 0.9);
    border-radius: 1rem;
    margin: 6.875rem auto;
    padding: 2rem;
    position: relative;
  }

  .dealer-container .login-panel h2 {
    color: #fff;
    margin-top: 0;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    text-align: center;
  }

  .dealer-container .login-panel .user {
    background-image: url(../img/user.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
  }

  .dealer-container .login-panel .password {
    background-image: url(../img/password.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
  }

  .dealer-container .login-panel .user,
  .dealer-container .login-panel .password {
    width: 100%;
    border: 0;
    box-sizing: border-box;
    border-radius: 0.5rem;
    padding: 0.6rem 2.2rem;
    margin: 0.4rem 0;
    font-size: 0.75rem;
    outline: none;
  }

  .dealer-container .login-panel label {
    color: #fff;
    font-size: 0.875rem;
    padding-left: 0.3rem;
  }

  .dealer-container .login-panel .submit {
    width: 100%;
    border: 0;
    outline: none;
    padding: 0.6rem 2.2rem;
    background-color: #fff;
    color: #a98a4e;
    margin: 2rem 0 0 0;
  }

  .dealer-container .dlist {
    margin: 0rem !important;
    padding: 1rem;
  }

  .dealer-container .dlist .pure-u-1-7 {
    width: 50%;
  }

  .dealer-container .dlist .pure-u-1-7 .gap {
    margin: 1rem;
  }
}