﻿
.fl {
  float: left;
}

.fr {
  float: right;
}

.autocenter {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}

.w100 {
  width: 100%;
}

/*
-moz-	火狐等使用Mozilla浏覽器引擎的浏覽器
-webkit-	Safari, 谷歌浏覽器等使用Webkit引擎的浏覽器
-o-	Opera浏覽器
-ms-	Internet Explorer
*/
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (max-width: 1599px) {
  html {
    font-size: 90%;
  }
}
@media (max-width: 1399px) {
  html {
    font-size: 80%;
  }
}
@media (max-width: 1299px) {
  html {
    font-size: 80%;
  }
}
.header {
  width: 100%;
  height: 80px;
}
.header .header-box {
  max-width: 1280px;
  margin: 0 auto;
  height: 100%;
  padding: 0 20px;
}
.header .header-box .left:before, .header .header-box .left:after {
  content: "";
  display: table;
}
.header .header-box .left:after {
  clear: both;
}
.header .header-box .logo {
  width: 168px;
  height: 54px;
  margin: 17px 43px 9px 0;
}
.header .header-box .find-store {
  height: 25px;
  margin: 27.5px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-box .find-store img {
  width: 18px;
  height: 23px;
  margin-right: 9px;
}
.header .header-box .find-store span {
  font-size: 16px;
  color: #000;
}
.header .header-box .find-box {
  width: 477px;
  height: 38px;
  margin: 22px 0;
  position: relative;
}
.header .header-box .find-box span {
  position: absolute;
  width: 45px;
  height: 38px;
  top: 0;
  right: 0;
  cursor: pointer;
}
.header .header-box input {
  width: 477px;
  height: 38px;
  border: 1px solid #f2f2f2;
  font-size: 12px;
  line-height: 28px;
  color: #020202;
  padding: 0 45px 0 12px;
  background-image: url("../image/find.svg");
  background-size: 24px;
  background-position: 443px 6px;
  background-repeat: no-repeat;
}

.nav {
  width: 100%;
  height: 40px;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
}
.nav .nav-box {
  width: 600px;
  height: 40px;
  display: flex;
  justify-content: space-between;
}
.nav .nav-box > div {
  width: 80px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  position: relative;
}
.nav .nav-box > div a {
  font-family: ".PingFang SC Semibold", "PingFangSC";
  color: #000;
  text-decoration: none;
  transition: all 300ms ease;
}
.nav .nav-box > div a.active {
  color: #f48c39;
}
.nav .nav-box > div .nav-child {
  width: 140px;
  z-index: 2;
  position: absolute;
  top: 35px;
  left: -30px;
  background-color: #fff;
  padding: 5px 25px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  transform: translateY(5px);
  opacity: 0;
  pointer-events: none;
  transition: all 300ms ease;
}
.nav .nav-box > div .nav-child p {
  line-height: 20px;
  margin: 10px 0;
}
.nav .nav-box > div .nav-child p img {
  width: 100%;
}
.nav .nav-box > div .nav-child p a {
  transition: all 300ms ease;
}
.nav .nav-box > div .nav-child p a:hover {
  color: #f48c39;
}
.nav .nav-box > div .nav-child.wide {
  width: 140px;
  left: -30px;
}
.nav .nav-box > div .nav-child.superwide {
  width: 180px;
  left: -50px;
}
.nav .nav-box > div .bar p {
  height: 44px;
  line-height: 44px;
  margin: 0;
}
.nav .nav-box > div:hover .nav-child {
  transform: translateY(0px);
  opacity: 1;
  pointer-events: all;
}

.site-map {
  width: 100%;
}
@media (max-width: 1280px) {
  .site-map {
    padding: 0 15px;
  }
}
.site-map .st-contact-us {
  padding: 0 20px 30px 0;
  border-bottom: 2px solid #cacaca;
}
.site-map .st-contact-us:before, .site-map .st-contact-us:after {
  content: "";
  display: table;
}
.site-map .st-contact-us:after {
  clear: both;
}
.site-map .st-contact-us .st-cu-phone p {
  margin: 0;
  color: #333;
}
.site-map .st-contact-us .st-cu-phone p:first-child {
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 33px;
  height: 33px;
}
.site-map .st-contact-us .st-cu-phone p:last-child {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
}
.site-map .st-contact-us .st-cu-social {
  padding: 5px 0;
  position: relative;
}
.site-map .st-contact-us .st-cu-social span {
  float: left;
  width: 35px;
  height: 35px;
  margin-left: 10px;
  cursor: pointer;
}
.site-map .st-contact-us .st-cu-social span:before, .site-map .st-contact-us .st-cu-social span:after {
  content: "";
  display: table;
}
.site-map .st-contact-us .st-cu-social span:after {
  clear: both;
}
.site-map .st-contact-us .st-cu-social span img {
  width: 100%;
}
.site-map .st-contact-us .st-cu-social .wxbox {
  width: 104px;
  position: absolute;
  top: -108px;
  left: 20px;
  display: none;
}
.site-map .st-contact-us .st-cu-social .wxbox img {
  width: 100%;
}
.site-map .st-site-map {
  padding: 25px 0 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.site-map .st-site-map p {
  line-height: 1.75em;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
.site-map .st-site-map p a {
  text-decoration: none;
  color: #000;
}
.site-map .st-site-map ul {
  padding: 0;
  list-style-type: none;
}
.site-map .st-site-map ul li a {
  text-decoration: none;
  font-size: 16px;
  color: #000;
  line-height: 1.75em;
  font-size: 100;
}

.product-alone {
  width: 25%;
  float: left;
  padding: 0 5px 40px 5px;
}
.product-alone figure {
  margin: 0;
  width: 100%;
  position: relative;
}
.product-alone figure div.img-box {
  height: 1px;
  padding-top: 70%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.product-alone figure .img-top-box {
  width: 100%;
  opacity: 0;
  transition: opacity 600ms ease;
  position: absolute;
  top: 0;
  left: 0;
}
.product-alone figure .img-top-box .like-box {
  height: 15px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  cursor: pointer;
}
.product-alone figure .img-top-box .like-box span {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../image/unlike.png");
  background-size: 15px;
  background-repeat: no-repeat;
}
.product-alone figure .img-top-box .like-box small {
  display: inline-block;
  height: 15px;
  line-height: 15px;
  margin-left: 3px;
  vertical-align: top;
}
.product-alone figure .img-top-box .like-box.like span {
  background-image: url("../image/like.png");
}
.product-alone a {
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-family: ".PingFang SC Semibold", "PingFangSC";
  width: 100%;
  height: 100%;
}
.product-alone .content {
  padding: 20px 25px;
}
.product-alone h5 {
  font-size: 1rem;
  margin-bottom: 5px;
  font-weight: 400;
}
.product-alone p {
  font-size: 0.7777777778rem;
  margin-bottom: 3px;
  font-weight: 400;
}
.product-alone:hover .img-top-box {
  opacity: 1;
}

div.download-alone {
  cursor: pointer;
  width: 30.5%;
  margin-bottom: 4%;
  display: inline-block;
}
div.download-alone figure {
  margin: 0;
  padding: 11.5%;
  background-color: #f4f4f4;
  width: 100%;
  transition: all 300ms ease;
}
div.download-alone figure img {
  width: 100%;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.3);
}
div.download-alone div.content {
  padding: 7.7% 0;
}
div.download-alone div.content .top-box {
  position: relative;
  width: 100%;
  height: 20px;
  margin-bottom: 5%;
}
div.download-alone div.content .top-box > div {
  position: absolute;
  font-size: 14px;
  top: 0;
  left: 0;
  transition: all 300ms ease;
}
div.download-alone div.content .top-box a {
  color: #000;
  text-decoration: none;
}
div.download-alone div.content .top-box:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -11px;
  width: 40px;
  height: 1px;
  background-color: #000;
  opacity: 0;
  transition: all 300ms ease;
}
div.download-alone div.content .top-box .intro {
  color: #999;
}
div.download-alone div.content .top-box .read-download {
  opacity: 0;
}
div.download-alone div.content .title-year {
  transition: all 300ms ease;
}
div.download-alone:hover figure {
  opacity: 0.5;
}
div.download-alone:hover .top-box .intro {
  opacity: 0;
}
div.download-alone:hover .top-box .read-download {
  opacity: 1 !important;
}
div.download-alone:hover .top-box:after {
  opacity: 1 !important;
}
div.download-alone:hover .title-year {
  opacity: 0.5;
}

.news-alone {
  width: 48.6%;
  margin-bottom: 50px;
}
.news-alone a {
  color: #000;
  text-decoration: none;
}
.news-alone figure {
  margin: 0;
}
.news-alone figure img {
  width: 100%;
}
.news-alone .content {
  padding: 20px 0;
}
.news-alone .content small {
  display: block;
  font-style: italic;
  margin-bottom: 20px;
}
.news-alone .content h6 {
  font-size: 18px;
  margin-bottom: 8px;
}
.news-alone .content p {
  font-size: 0.8em;
  color: #666;
}

.footer {
  width: 100%;
  height: 125px;
  color: #fff;
  background-color: #363534;
}
@media (max-width: 1280px) {
  .footer {
    padding: 0 15px;
  }
}
.footer .footer-box {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .subscription {
  width: 50%;
}
.footer .subscription p {
  font-size: 14px;
  font-family: ".PingFang SC Semibold", "PingFangSC";
  margin-bottom: 15px;
}
.footer .subscription div {
  width: 100%;
}
.footer .subscription input[type="text"] {
  border: none;
  width: 72.5%;
  height: 35px;
  padding: 0 10px;
  vertical-align: top;
}
.footer .subscription input[type="button"] {
  width: 27.5%;
  height: 35px;
  background-color: #f68c2b;
  color: #fff;
  border: none;
  vertical-align: top;
  cursor: pointer;
}
.footer .copyright {
  width: 50%;
  text-align: right;
}
.footer .copyright p {
  font-size: 12px;
  display: inline-block;
}
.footer .copyright a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
.footer .copyright .legal {
  margin-top: 10px;
}
.footer .copyright .legal a {
  font-size: 14px;
}
.footer .copyright .legal a:first-child {
  padding-right: 10px;
  border-right: 1px solid #fff;
}
.footer .copyright .legal a:last-child {
  padding-left: 10px;
}

.pages-header {
  text-align: center;
  padding: 80px 0 40px;
}
.pages-header .title {
  padding-bottom: 20px;
}
.pages-header .title figure {
  margin: 0 auto 14px auto;
}
.pages-header .title h3 {
  letter-spacing: 6px;
  font-size: 1.6666666667rem;
  font-weight: 300;
  margin-bottom: 20px;
}
.pages-header .title span {
  display: inline-block;
  width: 56px;
  height: 2px;
  background-color: #f68d2c;
}
.pages-header .content p {
  font-size: 16px;
  line-height: 2em;
  color: #333;
}

.home {
  width: 100%;
}
.home header.kv {
  width: 100%;
  max-height: 560px;
}
.home header.kv .swiper-container, .home header.kv .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.home header.kv .swiper-pagination {
  z-index: 2;
}
.home header.kv .swiper-pagination span {
  width: 15px;
  height: 15px;
  transition: all 300ms ease;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
}
.home header.kv .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #f48c39;
}
.home header.kv .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.home header.kv .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.home header.kv .swiper-slide a img {
  max-width: 100%;
  max-height: 560px;
}
.home header.kv .swiper-tools {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home header.kv .swiper-tools > div {
  position: absolute;
  z-index: 3;
  cursor: pointer;
  top: 260px;
  width: 38px;
  height: 59px;
  opacity: 0;
}
.home header.kv .swiper-tools > div img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home header.kv .swiper-tools > div img.yellow {
  transform: rotate(180deg);
}
.home header.kv .swiper-tools > div img.black {
  z-index: 1;
  transition: all 300ms ease;
}
.home header.kv .swiper-tools > div img.black:hover {
  opacity: 0;
}
.home header.kv .swiper-tools > div.prev {
  left: 30px;
  transform: rotate(180deg);
}
.home header.kv .swiper-tools > div.next {
  right: 30px;
}
.home header.kv .banner-video {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease;
}
.home header.kv .banner-video .video-box {
  position: relative;
}
.home header.kv .banner-video .video-box .close {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
  z-index: 2;
  background-image: url("../image/b-close.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.home header.kv .banner-video.show {
  opacity: 1;
  pointer-events: all;
}
.home header.kv .banner-video video {
  max-width: 1280px;
}
@media (max-width: 1299px) {
  .home header.kv .banner-video video {
    max-width: 760px;
  }
}
.home .more-url {
  display: block;
  margin-top: 2.34375vw;
  color: #0d4160;
  text-decoration: none;
  font-size: 1.1111111111rem;
}
.home .more-url:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 0.78125vw;
  transition: all 300ms ease;
  background-image: url("../image/jtb.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.home .more-url:hover:after {
  transform: translateX(3px);
}
.home .title-h3 {
  font-size: 2.6666666667rem;
  font-family: ".PingFang SC Semibold", "PingFangSC";
  color: #0d4160;
  margin-bottom: 1.0416666667vw;
}
.home .red-p {
  color: #cc032b;
  font-size: 1rem;
  font-weight: 100;
  font-family: ".PingFang SC Semibold", "PingFangSC";
}
.home .style-list {
  width: 100%;
  position: relative;
  padding: 60px 3.64% 100px;
}
.home .style-list .style-list-box {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.home .style-list .style-list-box .style-box-alone {
  width: 19%;
  cursor: pointer;
}
.home .style-list .style-list-box .style-box-alone a {
  text-decoration: none;
}
.home .style-list .style-list-box .style-box-alone figure {
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.home .style-list .style-list-box .style-box-alone figure div {
  transition: all 500ms ease;
}
.home .style-list .style-list-box .style-box-alone figure div img {
  display: block;
}
.home .style-list .style-list-box .style-box-alone div.name {
  width: 12.2395833333vw;
  height: 2.0833333333vw;
  margin: 1.0416666667vw 0;
}
.home .style-list .style-list-box .style-box-alone p {
  color: #000;
  text-decoration: none;
  font-size: 1.1111111111rem;
}
.home .style-list .style-list-box .style-box-alone p:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 0.78125vw;
  transition: all 300ms ease;
  vertical-align: middle;
  background-image: url("../image/jt.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.home .style-list .style-list-box .style-box-alone:hover figure div {
  transform: scale(1.05);
}
.home .style-list .style-list-box .style-box-alone:hover p:after {
  transform: translateX(3px);
}
.home .style-list:before, .home .style-list:after {
  content: '';
  position: absolute;
  width: 7.03125vw;
  height: 7.03125vw;
  background-image: url("../image/bg1.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.home .style-list::before {
  top: 1.0416666667vw;
  left: 16.9270833333vw;
}
.home .style-list::after {
  right: 1.3020833333vw;
  bottom: 8.3333333333vw;
}
.home .moodboard-box {
  width: 100%;
  height: 620px;
  background-color: #f4f4f4;
  padding-left: 11.9791666667vw;
  position: relative;
}
.home .moodboard-box a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
@media (max-width: 1499px) {
  .home .moodboard-box {
    padding-left: 7.8125vw;
  }
}
.home .moodboard-box .moodboard-text {
  position: relative;
  z-index: 1;
}
.home .moodboard-box .moodboard-text h3 {
  height: 3.4895833333vw;
  line-height: 3.4895833333vw;
  font-size: 2.6666666667rem;
  color: #0d4160;
  letter-spacing: 4px;
  margin-bottom: 1.0416666667vw;
}
.home .moodboard-box .moodboard-text p {
  color: #333;
  font-size: 1rem;
  line-height: 1.85em;
  font-weight: 100;
  font-family: ".PingFang SC Semibold", "PingFangSC";
}
.home .moodboard-box .moodboard-text p.red {
  color: #cc032b;
  font-size: 1.3333333333rem;
  font-weight: bold;
}
.home .moodboard-box .moodboard-text i {
  display: block;
  margin-top: 3.125vw;
  color: #0d4160;
  text-decoration: none;
  font-size: 1.1111111111rem;
  font-style: inherit;
}
.home .moodboard-box .moodboard-text i:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 0.78125vw;
  transition: all 300ms ease;
  background-image: url("../image/jtb.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.home .moodboard-box .moodboard-text i:hover:after {
  transform: translateX(3px);
}
.home .moodboard-box .img-box {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home .moodboard-box .img-box img {
  width: 400px;
  position: absolute;
}
.home .moodboard-box .img-box img:last-child {
  right: 14.89%;
  top: 0;
}
.home .moodboard-box .img-box img:first-child {
  right: 33.75%;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 1499px) {
  .home .moodboard-box .img-box img:last-child {
    right: 1%;
  }
  .home .moodboard-box .img-box img:first-child {
    right: 23.75%;
  }
}
.home .charming-little-furniture {
  padding: 6.25vw 0;
}
.home .charming-little-furniture .isie {
  margin: 0 auto;
  width: 92.7083333333vw;
}
.home .charming-little-furniture .isie a {
  display: block;
}
.home .charming-little-furniture .isie a img {
  width: 100%;
}
.home .charming-little-furniture .charming-little-furniture-box {
  margin: 0 auto;
  width: 92.7083333333vw;
  height: 38.0729166667vw;
}
.home .charming-little-furniture .charming-little-furniture-box a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 40.36% 5px 8.6% 5px 49.66%;
  -ms-grid-columns: 19.78% 5px 19.78% 5px 17.98% 5px 21.57% 5px 19.78%;
  grid-template: 40.36% 8.6% 49.66% / 19.78% 19.78% 17.98% 21.57% 19.78%;
  grid-gap: 5px;
}
.home .charming-little-furniture .charming-little-furniture-box .p1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.home .charming-little-furniture .charming-little-furniture-box .p1 span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 300ms ease;
  z-index: 1;
  background-image: url("../image/s1.png");
  background-size: 16.6666666667vw 11.9791666667vw;
  background-position: center;
  background-repeat: no-repeat;
}
.home .charming-little-furniture .charming-little-furniture-box .p1 span a {
  display: block;
  width: 100%;
  height: 100%;
}
.home .charming-little-furniture .charming-little-furniture-box .p1:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f68d2c;
  opacity: 0.15;
}
.home .charming-little-furniture .charming-little-furniture-box .p1:hover span {
  transform: scale(1.05);
}
.home .charming-little-furniture .charming-little-furniture-box .p2 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2 / 4;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.home .charming-little-furniture .charming-little-furniture-box .p2 span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 300ms ease;
  z-index: 1;
  background-image: url("../image/s2.png");
  background-size: 12.9166666667vw 15.78125vw;
  background-position: center;
  background-repeat: no-repeat;
}
.home .charming-little-furniture .charming-little-furniture-box .p2 span a {
  display: block;
  width: 100%;
  height: 100%;
}
.home .charming-little-furniture .charming-little-furniture-box .p2:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0d4160;
  opacity: 0.15;
}
.home .charming-little-furniture .charming-little-furniture-box .p2:hover span {
  transform: scale(1.05);
}
.home .charming-little-furniture .charming-little-furniture-box .p3 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2 / 2 / 4 / 3;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.home .charming-little-furniture .charming-little-furniture-box .p3 span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 300ms ease;
  z-index: 1;
  background-image: url("../image/s3.png");
  background-size: 12.9166666667vw 14.6875vw;
  background-position: center;
  background-repeat: no-repeat;
}
.home .charming-little-furniture .charming-little-furniture-box .p3 span a {
  display: block;
  width: 100%;
  height: 100%;
}
.home .charming-little-furniture .charming-little-furniture-box .p3:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ce0d34;
  opacity: 0.07;
}
.home .charming-little-furniture .charming-little-furniture-box .p3:hover span {
  transform: scale(1.05);
}
.home .charming-little-furniture .charming-little-furniture-box .p4 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1 / 3 / span 2 / span 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.home .charming-little-furniture .charming-little-furniture-box .p4 span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 300ms ease;
  z-index: 1;
  background-image: url("../image/s4.png");
  background-size: 8.4375vw 14.21875vw;
  background-position: center;
  background-repeat: no-repeat;
}
.home .charming-little-furniture .charming-little-furniture-box .p4 span a {
  display: block;
  width: 100%;
  height: 100%;
}
.home .charming-little-furniture .charming-little-furniture-box .p4:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0d4160;
  opacity: 0.15;
}
.home .charming-little-furniture .charming-little-furniture-box .p4:hover span {
  transform: scale(1.05);
}
.home .charming-little-furniture .charming-little-furniture-box .p5 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-area: 1 / 4 / span 2 / span 1;
  background-color: #f4f4f4;
}
.home .charming-little-furniture .charming-little-furniture-box .p5 div {
  padding-right: 10%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}
.home .charming-little-furniture .charming-little-furniture-box .p6 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-area: 1 / 5 / span 2 / span 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.home .charming-little-furniture .charming-little-furniture-box .p6 span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 300ms ease;
  z-index: 1;
  background-image: url("../image/s5.png");
  background-size: 11.8229166667vw 14.2708333333vw;
  background-position: center;
  background-repeat: no-repeat;
}
.home .charming-little-furniture .charming-little-furniture-box .p6 span a {
  display: block;
  width: 100%;
  height: 100%;
}
.home .charming-little-furniture .charming-little-furniture-box .p6:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f68d2c;
  opacity: 0.15;
}
.home .charming-little-furniture .charming-little-furniture-box .p6:hover span {
  transform: scale(1.05);
}
.home .charming-little-furniture .charming-little-furniture-box .p7 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-area: 3 / 3 / span 1 / span 2;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.home .charming-little-furniture .charming-little-furniture-box .p7 span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 300ms ease;
  z-index: 1;
  background-image: url("../image/s6.png");
  background-size: 17.3958333333vw 14.53125vw;
  background-position: center;
  background-repeat: no-repeat;
}
.home .charming-little-furniture .charming-little-furniture-box .p7 span a {
  display: block;
  width: 100%;
  height: 100%;
}
.home .charming-little-furniture .charming-little-furniture-box .p7:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f68d2c;
  opacity: 0.15;
}
.home .charming-little-furniture .charming-little-furniture-box .p7:hover span {
  transform: scale(1.05);
}
.home .charming-little-furniture .charming-little-furniture-box .p8 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-area: 3 / 5 / span 1 / span 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.home .charming-little-furniture .charming-little-furniture-box .p8 span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 300ms ease;
  z-index: 1;
  background-image: url("../image/s7.png");
  background-size: 12.2916666667vw 12.7604166667vw;
  background-position: center;
  background-repeat: no-repeat;
}
.home .charming-little-furniture .charming-little-furniture-box .p8 span a {
  display: block;
  width: 100%;
  height: 100%;
}
.home .charming-little-furniture .charming-little-furniture-box .p8:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ce0d34;
  opacity: 0.07;
}
.home .charming-little-furniture .charming-little-furniture-box .p8:hover span {
  transform: scale(1.05);
}
.home .space-variations {
  width: 100%;
  height: 34.375vw;
  background-color: #f4f4f4;
}
.home .space-variations .space-variations-box {
  width: 92.7083333333vw;
  height: 100%;
}
.home .space-variations .space-variations-box a {
  width: 92.7083333333vw;
  padding-left: 5.3%;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  background-image: url("../image/space.jpg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.home .space-variations .space-variations-box a div .red-p {
  font-weight: 100;
  font-family: ".PingFang SC Semibold", "PingFangSC";
}
.home .find-more {
  width: 100%;
  padding: 5.2083333333vw 0;
}
.home .find-more .find-more-box {
  width: 92.7083333333vw;
  margin: 0 auto;
}
.home .find-more .find-more-box header.title {
  width: 100%;
  height: 50px;
  position: relative;
  text-align: center;
}
.home .find-more .find-more-box header.title p {
  display: inline-block;
  font-size: 2rem;
  height: 50px;
  background-color: #fff;
  padding: 0 30px;
  line-height: 50px;
  position: relative;
  z-index: 1;
}
.home .find-more .find-more-box header.title:after {
  content: '';
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.home .find-more .find-more-box .more-box {
  padding: 2.6041666667vw 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.home .find-more .find-more-box .more-box .more-alone {
  width: 24%;
}
.home .find-more .find-more-box .more-box .more-alone a {
  color: #000;
  text-decoration: none;
}
.home .find-more .find-more-box .more-box .more-alone a:hover figure div {
  transform: scale(1.05);
}
.home .find-more .find-more-box .more-box .more-alone a:hover span.more-url:after {
  transform: translateX(3px);
}
.home .find-more .find-more-box .more-box .more-alone figure {
  margin: 0;
  width: 100%;
  overflow: hidden;
}
.home .find-more .find-more-box .more-box .more-alone figure div {
  transition: all 300ms ease;
}
.home .find-more .find-more-box .more-box .more-alone figure img {
  width: 100%;
  display: block;
}
.home .find-more .find-more-box .more-box .more-alone p.button {
  width: 9.8958333333vw;
  height: 2.8645833333vw;
  text-align: center;
  line-height: 2.8645833333vw;
  background-color: #363533;
  color: #fff;
  font-weight: bold;
  font-size: 1.3333333333rem;
  margin: 1.0416666667vw 0 0.78125vw 0;
}
.home .find-more .find-more-box .more-box .more-alone span {
  margin: 0;
  color: #000;
}
.home .find-more .find-more-box .more-box .more-alone span:after {
  background-image: url("../image/jt.png");
}

.product-list {
  width: 100%;
}
.product-list .psb-top {
  padding: 25px 20px;
}
.product-list .psb-top:before, .product-list .psb-top:after {
  content: "";
  display: table;
}
.product-list .psb-top:after {
  clear: both;
}
.product-list .psb-selected-box {
  padding: 0 20px;
  background-color: #f2f2f2;
}
.product-list .psb-selected-wait {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: all 500ms ease;
  border-bottom: 2px solid #eaeaea;
}
.product-list .psb-selected-wait:before, .product-list .psb-selected-wait:after {
  content: "";
  display: table;
}
.product-list .psb-selected-wait:after {
  clear: both;
}
.product-list .psb-selected-wait p {
  padding: 5px 20px;
  background-color: #4b4d50;
  border-radius: 8px;
  float: left;
  margin: 0 20px 10px 0;
  color: #fff;
  font-family: ".PingFang SC Semibold", "PingFangSC";
  font-size: 0.8333333333rem;
  cursor: pointer;
}
.product-list .psb-selected-wait p.active {
  background-color: #f68d2c;
}
.product-list .psb-selected {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  display: flex;
  justify-content: flex-start;
}
.product-list .psb-selected.ani {
  transition: all 500ms ease;
}
.product-list .psb-selected h6 {
  font-size: 0.8333333333rem;
  width: 90px;
  height: 25px;
  line-height: 25px;
  color: #4b4d50;
  font-weight: 300;
}
.product-list .psb-selected div.psb-selected-list:before, .product-list .psb-selected div.psb-selected-list:after {
  content: "";
  display: table;
}
.product-list .psb-selected div.psb-selected-list:after {
  clear: both;
}
.product-list .psb-selected div.psb-selected-list div {
  float: left;
  height: 25px;
  margin: 0 25px 10px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product-list .psb-selected div.psb-selected-list div p {
  font-family: ".PingFang SC Semibold", "PingFangSC";
  height: 25px;
  font-size: 0.8333333333rem;
  line-height: 25px;
  font-weight: bold;
}
.product-list .psb-selected div.psb-selected-list div span {
  display: inline-block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background-image: url("../image/close.png");
  background-size: 30%;
  background-position: center;
  background-repeat: no-repeat;
}
.product-list .psb-selected div.psb-selected-list > i {
  float: left;
  height: 20px;
  width: 2px;
  margin: 3px 35px 5px 0;
  background: #000;
}
.product-list .psb-selected-box.top-show .psb-selected-wait {
  padding: 30px 0 20px 0;
  max-height: 400px;
}
.product-list .psb-selected-box.selected-show .psb-selected {
  padding: 20px 0 10px 0;
  max-height: 300px;
}
.product-list .product-box {
  padding: 30px 15px 50px;
}
.product-list .product-box .product-box-list {
  width: 100%;
}
.product-list .product-box .product-box-list:before, .product-list .product-box .product-box-list:after {
  content: "";
  display: table;
}
.product-list .product-box .product-box-list:after {
  clear: both;
}
.product-list .product-box .product-box-list .none {
  font-size: 1.5em;
  margin: 2em;
  text-align: center;
}
.product-list .product-box .read-more {
  margin: 20px auto;
  width: 240px;
  height: 50px;
  display: none;
  justify-content: center;
  align-items: center;
  border: 1px solid #999;
  cursor: pointer;
}
.product-list .product-box .read-more.show {
  display: flex;
}
.product-list .product-alone {
  margin-top: 30px;
}
.product-list .product-alone.line {
  border-bottom: 2px solid #eaeaea;
}
.product-list .select-button {
  display: inline-block;
  margin-right: 40px;
  cursor: pointer;
}
.product-list .select-button p {
  display: inline-block;
  font-weight: bold;
  font-family: ".PingFang SC Semibold", "PingFangSC";
  font-size: 0.8888888889rem;
  margin-right: 0px;
  height: 22px;
  line-height: 22px;
}
.product-list .select-button span {
  display: inline-block;
  vertical-align: sub;
  width: 22px;
  height: 22px;
  background-image: url("../image/down.png");
  background-size: 8px 8px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}
.product-list .select-button.open span {
  transform: rotate(180deg);
}
.product-list .psb-top-orderby {
  position: relative;
}
.product-list .psb-top-orderby .select-list {
  position: absolute;
  z-index: 5;
  left: -35px;
  width: 120px;
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  transform: translateY(5px);
  opacity: 0;
  pointer-events: none;
  transition: all 300ms ease;
}
.product-list .psb-top-orderby .select-list p {
  width: 120px;
  height: 40px;
  text-align: center;
  font-size: 0.9em;
  cursor: pointer;
  margin: 3px 0;
  font-family: ".PingFang SC Semibold", "PingFangSC";
  line-height: 40px;
  color: #000;
  text-decoration: none;
  transition: all 300ms ease;
}
.product-list .psb-top-orderby .select-list p:hover {
  color: #f48c39;
}
.product-list .psb-top-orderby.show .select-list {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0px);
}
.product-list .psb-top-orderby.show .select-button span {
  transform: rotate(180deg);
}

.product-detail {
  width: 100%;
  padding: 3.125vw 0;
}
@media (max-width: 1299px) {
  .product-detail.product-detail {
    padding: 3.125vw 15px;
  }
}
.product-detail .pdm-intro {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.product-detail .pdm-intro .pdm-intro-pic {
  width: 60%;
}
.product-detail .pdm-intro .pdm-intro-pic .mp-swiper-box {
  position: relative;
}
.product-detail .pdm-intro .pdm-intro-pic .mp-swiper-box .swiper-btn {
  position: absolute;
  bottom: 82px;
  width: 15px;
  height: 26px;
  z-index: 5;
  cursor: pointer;
  background-image: url("../image/rh.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.product-detail .pdm-intro .pdm-intro-pic .mp-swiper-box .swiper-btn.swiper-prev-btn {
  left: 10px;
  transform: rotate(180deg);
}
.product-detail .pdm-intro .pdm-intro-pic .mp-swiper-box .swiper-btn.swiper-next-btn {
  right: 10px;
}
.product-detail .pdm-intro .pdm-intro-pic .gallery-top .swiper-slide {
  width: 25vw;
  height: 25vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-detail .pdm-intro .pdm-intro-pic .gallery-top .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.product-detail .pdm-intro .pdm-intro-pic .gallery-thumbs {
  margin-top: 15px;
  transform: scale(0.8);
  transform-origin: center top;
}
.product-detail .pdm-intro .pdm-intro-pic .gallery-thumbs .swiper-slide {
  transition: opacity 300ms ease;
  cursor: pointer;
}
.product-detail .pdm-intro .pdm-intro-pic .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 0.3;
}
.product-detail .pdm-intro .pdm-intro-pic .gallery-thumbs .swiper-slide img {
  width: 100%;
}
.product-detail .pdm-intro .pdm-intro-txt {
  width: 40%;
  padding: 2.6041666667vw 0 0 40px;
}
.product-detail .pdm-intro .pdm-intro-txt .pdmc-cc {
  font-size: 14px;
  margin-top: 25px;
  line-height: 1.8;
}
.product-detail .pdm-intro .pdm-intro-txt .pdmc-cc ul {
  display: flex;
  justify-content: flex-start;
}
.product-detail .pdm-intro .pdm-intro-txt .pdmc-cc ul li {
  margin-right: 30px;
  list-style: none;
}
.product-detail .pdm-intro .pdm-intro-txt .pdmc-zl {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.8;
}
.product-detail .pdm-intro .pdm-intro-txt .pdmit-top h4 {
  font-size: 20px;
}
.product-detail .pdm-intro .pdm-intro-txt .pdmit-top h4 img {
  width: 180px;
}
.product-detail .pdm-intro .pdm-intro-txt .pdmit-top h1 {
  font-size: 36px;
  margin: 20px 0 10px 0;
}
.product-detail .pdm-intro .pdm-intro-txt .pdmit-top small {
  display: block;
  color: #999;
}
.product-detail .pdm-intro .pdm-intro-txt .pdmit-top a {
  display: block;
  width: 160px;
  height: 44px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 44px;
  text-decoration: none;
  margin-top: 2.34375vw;
}
.product-detail .pdm-intro .pdm-intro-txt .pdmit-bot {
  width: 90%;
  padding-top: 30px;
}
.product-detail .pdm-intro .pdm-intro-txt .pdmit-bot .line {
  width: 100%;
}
.product-detail .pdm-intro .pdm-intro-txt .pdmit-bot .line img {
  width: 100%;
}
.product-detail .pdm-intro .pdm-intro-txt .pdmit-bot .line-bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  height: 70px;
}
.product-detail .pdm-intro .pdm-intro-txt .pdmit-bot .pdmit-share a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.product-detail .pdm-intro .pdm-intro-txt .pdmit-bot .pdmit-share a.wx {
  background-image: url("../image/wx.png");
}
.product-detail .pdm-intro .pdm-intro-txt .pdmit-bot .pdmit-share a.wb {
  background-image: url("../image/wb.png");
}
.product-detail .pdm-intro .pdm-intro-txt .pdmit-bot .pdmit-like {
  height: 26px;
  cursor: pointer;
}
.product-detail .pdm-intro .pdm-intro-txt .pdmit-bot .pdmit-like i {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url("../image/unlike.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.product-detail .pdm-intro .pdm-intro-txt .pdmit-bot .pdmit-like span {
  line-height: 26px;
  vertical-align: top;
}
.product-detail .pdm-intro .pdm-intro-txt .pdmit-bot .pdmit-like.like i {
  background-image: url("../image/like.png");
}
.product-detail .pdm-content {
  margin-top: 70px;
  width: 100%;
  padding-bottom: 100px;
}
.product-detail .pdm-content .title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  text-align: center;
}
.product-detail .pdm-content .pdm-box {
  display: flex;
  justify-content: space-between;
}
.product-detail .pdm-content .pdm-box > div {
  width: 43%;
}
.product-detail .pdm-content .pdm-box > div div {
  font-size: 14px;
  line-height: 1.75em;
  margin-bottom: 15px;
  font-weight: 400;
}
.product-detail .pdm-content .pdm-box > div h6 {
  font-size: 14px;
  margin-bottom: 10px;
}
.product-detail .pdm-content .pdm-box > div ul {
  padding-left: 20px;
}
.product-detail .pdm-content .pdm-box > div ul li {
  line-height: 1.75em;
}
.product-detail .pdm-read-more {
  width: 100%;
}
.product-detail .pdm-read-more .read-more:before, .product-detail .pdm-read-more .read-more:after {
  content: "";
  display: table;
}
.product-detail .pdm-read-more .read-more:after {
  clear: both;
}
.product-detail .pdm-read-more header.title {
  width: 100%;
  height: 35px;
  background-color: #363534;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-bottom: 20px;
}

.goback {
  transform: translateY(-40px);
}
.goback a {
  font-family: ".PingFang SC Semibold", "PingFangSC";
  color: #999;
  text-decoration: none;
}

.product-select-box {
  width: 100%;
  background: #fff;
}

.tabbox {
  max-width: 1280px;
  margin: 0 auto;
}

.fix {
  position: fixed;
  top: 0;
  left: 0;
  width: inherit;
  max-width: inherit;
  z-index: 10;
}

.moodboard {
  width: 100%;
}
.moodboard .waterfalls-flow {
  width: 100%;
}
.moodboard .waterfalls-flow .waterfalls-flow-list {
  position: relative;
  opacity: 0;
  margin-bottom: 40px;
}

.moodboard-alone {
  max-width: 31%;
  margin-bottom: 50px;
  position: absolute;
}
.moodboard-alone figure {
  margin: 0;
  width: 100%;
}
.moodboard-alone figure img {
  width: 100%;
}
.moodboard-alone .content {
  padding: 20px 0 10px 0;
}
.moodboard-alone .content p.text {
  color: #333;
  font-size: 1rem;
  line-height: 1.3333333333rem;
  margin-bottom: 15px;
}
.moodboard-alone .content .tag:before, .moodboard-alone .content .tag:after {
  content: "";
  display: table;
}
.moodboard-alone .content .tag:after {
  clear: both;
}
.moodboard-alone .content .tag a {
  padding: 5px 15px;
  border-radius: 8px;
  color: #333;
  font-size: 0.7777777778rem;
  text-decoration: none;
  background-color: #eee;
  margin: 0 10px 10px 0;
}

.moodboard-detail {
  width: 100%;
}
.moodboard-detail .mdm-now {
  background-color: #f4f4f4;
  padding: 120px 0 100px 0;
  position: relative;
}
.moodboard-detail .mdm-now .button-box > span {
  position: absolute;
}
.moodboard-detail .mdm-now .button-box > span.close {
  width: 35px;
  height: 35px;
  top: 150px;
  right: 60px;
  cursor: pointer;
  transition: all 500ms ease;
  background-image: url("../image/close1.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.moodboard-detail .mdm-now .button-box > span.close:hover {
  transform: rotate(90deg);
}
.moodboard-detail .mdm-now .button-box > span.close a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.moodboard-detail .mdm-now .button-box > span.prev, .moodboard-detail .mdm-now .button-box > span.next {
  top: calc((100vh - 20px) / 2);
}
.moodboard-detail .mdm-now .button-box > span.prev a, .moodboard-detail .mdm-now .button-box > span.next a {
  display: inline-block;
  width: 50px;
  height: 100px;
  cursor: pointer;
  background-size: 22px 42px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 300ms ease;
}
.moodboard-detail .mdm-now .button-box > span.prev a:hover, .moodboard-detail .mdm-now .button-box > span.next a:hover {
  background-color: #fff;
}
.moodboard-detail .mdm-now .button-box > span.prev a.none, .moodboard-detail .mdm-now .button-box > span.next a.none {
  opacity: 0.3;
  pointer-events: none;
}
.moodboard-detail .mdm-now .button-box .disable {
  opacity: 0.5;
  pointer-events: none;
}
.moodboard-detail .mdm-alone {
  padding: 5px 65px 50px 65px;
  margin: 0 auto;
  background-color: #fff;
  max-width: 880px;
}
.moodboard-detail .mdm-alone h2 {
  font-size: 1.6666666667rem;
  letter-spacing: 2px;
  margin: 40px 0;
}
.moodboard-detail .mdm-alone figure {
  margin: 0;
  max-width: 750px;
}
.moodboard-detail .mdm-alone figure img {
  width: 100%;
}
.moodboard-detail .mdm-alone .mdm-alone-content {
  width: 100%;
}
.moodboard-detail .mdm-alone .mdm-alone-content .mdm-alone-content-top {
  width: 100%;
  padding: 30px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.moodboard-detail .mdm-alone .mdm-alone-content .mdm-alone-content-top .tag a {
  display: inline-block;
  padding: 5px 15px;
  text-decoration: none;
  color: #333;
  background-color: #eee;
  font-size: 0.7777777778rem;
  border-radius: 8px;
  margin-right: 10px;
}
.moodboard-detail .mdm-alone .mdm-alone-content .mdm-alone-content-top .like {
  height: 24px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}
.moodboard-detail .mdm-alone .mdm-alone-content .mdm-alone-content-top .like span {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("../image/unlike.png");
}
.moodboard-detail .mdm-alone .mdm-alone-content .mdm-alone-content-top .like small {
  color: #333;
}
.moodboard-detail .mdm-alone .mdm-alone-content .mdm-alone-content-top .like.active span {
  background-image: url("../image/like.png");
}
.moodboard-detail .mdm-alone .mdm-alone-content .mdm-alone-content-bot {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}
.moodboard-detail .mdm-alone .mdm-alone-content .mdm-alone-content-bot p {
  font-size: 16px;
  color: #333;
  line-height: 1.6666666667rem;
}
.moodboard-detail .mdm-recommend {
  padding-bottom: 60px;
}
.moodboard-detail .mdm-recommend h3 {
  margin: 83px 0 60px 0;
  font-size: 2rem;
  letter-spacing: 7px;
  text-align: center;
  font-weight: 400;
}
.moodboard-detail .mdm-recommend .mdm-recommend-list {
  width: 100%;
  position: relative;
}

.space-variations-list {
  width: 100%;
  padding-bottom: 100px;
}
.space-variations-list .space-variations-alone {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.space-variations-list .space-variations-alone > figure {
  margin: 0;
  width: 61%;
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.space-variations-list .space-variations-alone .sva-content {
  width: 39%;
  padding-left: 6%;
  display: flex;
  flex-wrap: wrap;
}
.space-variations-list .space-variations-alone .sva-content header {
  width: 100%;
}
.space-variations-list .space-variations-alone .sva-content header h3 {
  font-weight: 400;
}
.space-variations-list .space-variations-alone .sva-content header h3:first-child {
  color: #666;
  font-size: 1rem;
  line-height: 1.7777777778rem;
  margin-bottom: 16px;
}
.space-variations-list .space-variations-alone .sva-content header h3:last-child {
  color: #000;
  font-size: 1.6666666667rem;
  line-height: 1.6666666667rem;
  letter-spacing: 2px;
}
.space-variations-list .space-variations-alone .sva-content .sva-tag-box {
  margin: 30px 0;
  padding: 30px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.space-variations-list .space-variations-alone .sva-content .sva-tag-box .sva-color {
  display: flex;
  justify-content: flex-start;
}
.space-variations-list .space-variations-alone .sva-content .sva-tag-box .sva-color a {
  display: inline-block;
  border: solid 1px #eee;
  width: 26px;
  height: 26px;
  padding: 3px;
  margin-right: 10px;
  border-radius: 13px;
  transition: all 300ms ease;
}
.space-variations-list .space-variations-alone .sva-content .sva-tag-box .sva-color a span {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.space-variations-list .space-variations-alone .sva-content .sva-tag-box .sva-color a:hover {
  transform: scale(1.1);
}
.space-variations-list .space-variations-alone .sva-content .sva-tag-box .sva-tag {
  margin-top: 20px;
}
.space-variations-list .space-variations-alone .sva-content .sva-tag-box .sva-tag a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-size: 0.7777777778rem;
  padding: 4px 12px;
  border-radius: 8px;
  margin: 0 15px 10px 0;
  background-color: #eee;
}
.space-variations-list .space-variations-alone .sva-content .sva-products {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding: 0 10px;
}
.space-variations-list .space-variations-alone .sva-content .sva-products a {
  display: inline-block;
  margin-right: 11.8%;
}
.space-variations-list .space-variations-alone .sva-content .sva-products a figure {
  margin: 0;
  width: 100px;
  height: 100%;
}
.space-variations-list .space-variations-alone .sva-content .sva-products a figure img {
  width: 100%;
  height: 100%;
}

.space-reload {
  width: 100%;
  height: 1px;
  position: fixed;
  right: 10vw;
  bottom: 5vw;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-image: url("../image/load.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.space-reload:hover {
  transform: rotate(180deg);
  transition: all 800ms ease;
}
.space-reload a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 2001px) {
  .space-reload {
    right: 15vw;
  }
}
@media (max-width: 1599px) {
  .space-reload {
    right: 5vw;
  }
}
@media (max-width: 1399px) {
  .space-reload {
    right: 2vw;
  }
}

.space-tip {
  width: 100%;
  height: 1px;
  position: fixed;
  right: 10vw;
  bottom: 10vw;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-image: url("../image/tip.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.space-tip a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 2001px) {
  .space-tip {
    right: 15vw;
  }
}
@media (max-width: 1599px) {
  .space-tip {
    right: 5vw;
  }
}
@media (max-width: 1399px) {
  .space-tip {
    right: 2vw;
  }
}

.layer-box {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}
.layer-box .czbox {
  width: 36.4583333333vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px auto;
  position: relative;
}
.layer-box .czbox img {
  width: 100%;
}
.layer-box .czbox .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-image: url("../image/close.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.sfl-topic > header {
  height: 600px;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 4.1666666667vw;
}
.sfl-topic > header h3 {
  font-size: 2.6666666667rem;
  letter-spacing: 3px;
  color: #fff;
  font-weight: 300;
  transform: translateY(2.0833333333vw);
  margin-bottom: 2.0833333333vw;
}
.sfl-topic > header a {
  transform: translateY(2.0833333333vw);
  font-size: 0.8888888889rem;
  text-decoration: none;
  color: #fff;
  position: relative;
}
.sfl-topic > header a:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #fff;
}
.sfl-topic .sfl-topic-subclass {
  position: relative;
  opacity: 0;
  margin-bottom: 50px;
}
.sfl-topic .sfl-topic-subclass div figure {
  margin: 0;
  overflow: hidden;
}
.sfl-topic .sfl-topic-subclass div figure img {
  transition: all 500ms ease;
  width: 100%;
  display: block;
}
.sfl-topic .sfl-topic-subclass div figure:hover img {
  transform: scale(1.02);
}
.sfl-topic .sfl-topic-subclass div div.content {
  padding: 1.0416666667vw 0;
}
.sfl-topic .sfl-topic-subclass div a {
  text-decoration: none;
  color: #000;
  font-size: 1rem;
  width: 100%;
  height: 100%;
  display: block;
}

.sfd-box header.kv {
  height: 800px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.sfd-box header.kv div {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
.sfd-box header.kv div h3 {
  font-size: 2.6666666667rem;
  letter-spacing: 10px;
  margin-bottom: 2.0833333333vw;
  font-size: 400;
}
.sfd-box header.kv div p {
  text-align: center;
  font-size: 0.8888888889rem;
  line-height: 2em;
  font-size: 400;
}
.sfd-box .sfd-pic-box {
  padding: 4.1666666667vw 0 0 0;
}
.sfd-box .sfd-pic-box-list {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  margin-bottom: 5.2083333333vw;
}
.sfd-box .sfd-box-more h4 {
  font-size: 2.6666666667rem;
  text-align: center;
  margin-bottom: 5.2083333333vw;
  font-weight: 300;
}
.sfd-box .sfd-more-products:before, .sfd-box .sfd-more-products:after {
  content: "";
  display: table;
}
.sfd-box .sfd-more-products:after {
  clear: both;
}

.about-box {
  width: 100%;
}
.about-box .pages-header figure.banner {
  margin: 40px 0 0 0;
  width: 100%;
}
.about-box .pages-header figure.banner img {
  width: 100%;
}
.about-box .about-intro h2 {
  font-size: 2rem;
  color: #000;
  text-align: center;
  margin-bottom: 60px;
}
.about-box .about-intro .brand-intro {
  max-width: 878px;
  margin: 0 auto 90px auto;
}
.about-box .about-intro .brand-intro p {
  font-size: 16px;
  line-height: 1.75em;
  margin-bottom: 10px;
}
.about-box .about-intro .about-products-list {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.about-box .about-intro .about-products-list .apl-alone {
  width: 33%;
  margin: 0 18px 50px 18px;
}
.about-box .about-intro .about-products-list .apl-alone figure {
  margin: 0;
  width: 100%;
}
.about-box .about-intro .about-products-list .apl-alone figure img {
  width: 100%;
}
.about-box .about-intro .about-products-list .apl-alone .content {
  padding: 30px 0;
}
.about-box .about-intro .about-products-list .apl-alone .content div.title {
  margin-bottom: 25px;
}
.about-box .about-intro .about-products-list .apl-alone .content div.title img {
  width: 47%;
  margin-bottom: 10px;
}
.about-box .about-intro .about-products-list .apl-alone .content div.title h5 {
  font-size: 1.3333333333rem;
  letter-spacing: 5px;
}
.about-box .about-intro .about-products-list .apl-alone .content p {
  font-size: 14px;
  line-height: 2em;
}
.about-box .about-intro .about-products-list .swiper-tools {
  width: 100%;
  position: absolute;
  top: 0;
}
.about-box .about-intro .about-products-list .swiper-tools div {
  cursor: pointer;
  position: absolute;
  top: 10px;
  z-index: 2;
  width: 10px;
  height: 18px;
  background-size: 100%;
  background-image: url("../image/r.png");
}
.about-box .about-intro .about-products-list .swiper-tools div.swiper-prev {
  left: -30px;
  transform: rotate(180deg);
}
.about-box .about-intro .about-products-list .swiper-tools div.swiper-next {
  right: -30px;
}

.store-box {
  width: 100%;
}
.store-box .store-select {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.store-box .store-select .store-select-main {
  width: 240px;
  height: 50px;
  margin: 0 10px;
  position: relative;
}
.store-box .store-select .store-select-main .ss-clickbox {
  width: 240px;
  height: 50px;
  border: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  cursor: pointer;
}
.store-box .store-select .store-select-main .ss-clickbox i {
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #000;
  transition: all 300ms ease;
}
.store-box .store-select .store-select-main .sshow-list {
  background-color: #fff;
  position: absolute;
  top: 51px;
  width: 240px;
  max-height: 300px;
  border: 1px solid #ddd;
  transform: translateY(5px);
  opacity: 0;
  pointer-events: none;
  transition: all 300ms ease;
  overflow: hidden;
  overflow-y: inherit;
}
.store-box .store-select .store-select-main .sshow-list ul {
  list-style-type: none;
  padding: 10px 0;
}
.store-box .store-select .store-select-main .sshow-list ul li {
  width: 100%;
  height: 40px;
  line-height: 30px;
  margin: 5px 0;
  padding: 5px 0px 5px 20px;
  cursor: pointer;
}
.store-box .store-select .store-select-main.active .sshow-list {
  opacity: 1;
  transform: translateY(0px);
  pointer-events: all;
}
.store-box .store-select .store-select-main.active .ss-clickbox i {
  transform: rotate(180deg);
}
.store-box .store-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.store-box .store-list .nothing {
  width: 100%;
  margin: 50px 0;
  font-size: 16px;
  text-align: center;
}
.store-box .store-list .store-address {
  width: 50%;
  margin-bottom: 75px;
  display: flex;
  justify-content: flex-start;
}
.store-box .store-list .store-address figure {
  margin: 0 30px 0 0;
  width: calc(50% - 30px);
}
.store-box .store-list .store-address figure img {
  width: 100%;
}
.store-box .store-list .store-address .store-intro {
  padding: 20px 20px 0 0;
  width: 50%;
}
.store-box .store-list .store-address .store-intro > div {
  margin-bottom: 20px;
}
.store-box .store-list .store-address .store-intro > div small {
  font-size: 14px;
  color: #999;
  display: inline-block;
  margin-bottom: 5px;
}
.store-box .store-list .store-address .store-intro > div p {
  font-size: 14px;
  color: #000;
}
.store-box .store-list .store-address .store-intro h4 {
  font-size: 24px;
  margin-bottom: 20px;
}
.store-box .store-list .store-address .store-intro .store-button input {
  background: none;
  cursor: pointer;
  width: 118px;
  height: 40px;
  border: 1px solid #ddd;
  font-size: 14px;
  transition: all 300ms ease;
}
.store-box .store-list .store-address .store-intro .store-button input:active {
  transform: scale(0.95);
}
.store-box .store-read-more {
  margin: 20px auto;
  width: 240px;
  height: 50px;
  display: none;
  justify-content: center;
  align-items: center;
  border: 1px solid #999;
  cursor: pointer;
}
.store-box .store-read-more.show {
  display: flex;
}
.store-box .full-box {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 500ms ease;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.store-box .full-box.active {
  opacity: 1;
  pointer-events: all;
}
.store-box .full-box .alert-box {
  padding: 50px 60px;
  background-color: #fff;
  position: relative;
  display: none;
}
.store-box .full-box .alert-box > span {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-image: url("../image/close.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.store-box .full-box .alert-box header {
  margin-bottom: 30px;
  text-align: center;
}
.store-box .full-box .alert-box header h3 {
  display: inline-block;
  font-size: 24px;
  margin-bottom: 36px;
  position: relative;
}
.store-box .full-box .alert-box header h3:after {
  content: '';
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: -25px;
  height: 3px;
  background-color: #f48c39;
}
.store-box .full-box .alert-box header small {
  display: block;
  width: 100%;
  text-align: center;
  font-style: italic;
  font-size: 14px;
}
.store-box .full-box .alert-box div.input-box {
  width: 350px;
}
.store-box .full-box .alert-box div.input-box .input-column {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.store-box .full-box .alert-box div.input-box .input-column > span {
  width: 90px;
}
.store-box .full-box .alert-box div.input-box .input-column > input, .store-box .full-box .alert-box div.input-box .input-column > div {
  width: 260px;
  height: 100%;
}
.store-box .full-box .alert-box div.input-box .input-column input {
  border: 1px solid #ddd;
}
.store-box .full-box .alert-box div.input-box .input-column input[type=text], .store-box .full-box .alert-box div.input-box .input-column input[type=number] {
  padding: 0 10px;
}
.store-box .full-box .alert-box div.input-box .input-column .gender-box {
  display: flex;
  justify-content: flex-start;
}
.store-box .full-box .alert-box div.input-box .input-column .gender-box p {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 50px;
}
.store-box .full-box .alert-box div.input-box .input-column .gender-box p span {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #eee;
  border-radius: 50%;
  margin-right: 6px;
}
.store-box .full-box .alert-box div.input-box .input-column .gender-box p span:after {
  content: '';
  display: block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 2px;
}
.store-box .full-box .alert-box div.input-box .input-column .gender-box p i {
  font-style: inherit;
}
.store-box .full-box .alert-box div.input-box .input-column .gender-box p.active span:after {
  background-color: #f48c39;
}
.store-box .full-box .alert-box div.input-box .input-column.required span:after {
  content: '*';
  color: #f48c39;
}
.store-box .full-box .alert-box div.input-box .input-column .input-yzm {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.store-box .full-box .alert-box div.input-box .input-column .input-yzm #yzmClick {
  cursor: pointer;
}
.store-box .full-box .alert-box div.input-box .input-column .input-yzm #reserYzm {
  width: 154px;
  height: 100%;
}
.store-box .full-box .alert-box div.input-box .input-column .input-yzm #reserButton {
  width: 90px;
  height: 100%;
  background-color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: all 300ms ease;
}
.store-box .full-box .alert-box div.input-box .input-column .input-yzm #reserButton.none {
  pointer-events: none;
  opacity: 0.5;
}
.store-box .full-box .alert-box .button-btn {
  margin-top: 20px;
  width: 100%;
  height: 53px;
  border: 1px solid #000;
  background-color: #fff;
  cursor: pointer;
}
.store-box .full-box.step1 .reservation {
  display: block;
}
.store-box .full-box.step2 .sendStore {
  display: block;
}
.store-box .full-box.step2 header {
  margin-bottom: 0;
}
.store-box .full-box.step2 header h3:after {
  background-color: #fff;
}

.joinus-box {
  width: 100%;
}
.joinus-box .pages-header {
  padding-bottom: 50px;
}
.joinus-box .pages-header figure.banner {
  width: 100%;
  margin: 0;
}
.joinus-box .pages-header figure.banner img {
  width: 100%;
}
.joinus-box .pages-header .content {
  margin-top: 60px;
}
.joinus-box .pages-header .video-box {
  width: 690px;
  margin: 1.5625vw auto 3.6458333333vw;
  position: relative;
}
.joinus-box .pages-header .video-box span {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../image/video.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 1;
}
.joinus-box .pages-header .video-box span.hide {
  display: none;
}
.joinus-box .pages-header .video-box video {
  width: 100%;
  outline: none;
}
.joinus-box .joinus-intro {
  max-width: 870px;
  margin: 0 auto 120px auto;
  display: flex;
  justify-content: center;
}
.joinus-box .joinus-intro p {
  font-size: 14px;
  line-height: 2em;
  margin-bottom: 40px;
}
.joinus-box .joinus-intro p:nth-child(2) {
  margin-bottom: 5px;
}
.joinus-box .joinus-intro div {
  margin: 0 20px 40px;
}
.joinus-box .joinus-intro div b {
  display: block;
  margin-bottom: 10px;
}
.joinus-box .joinus-intro div a {
  display: block;
  width: 220px;
  height: 130px;
}

.history-box {
  width: 100%;
}
.history-box .history-tree {
  width: 100%;
  padding: 0 0 120px 0;
}
.history-box .history-tree .history-branch {
  width: 100%;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.history-box .history-tree .history-main {
  width: 4px;
  height: 170px;
  background-color: #f48c39;
  position: relative;
}
.history-box .history-tree .history-main span.hm-head {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #f48c39;
  position: absolute;
  top: 0;
  left: -9px;
}
.history-box .history-tree .history-main .history-box {
  width: 554px;
  padding: 20px;
  background-color: #f4f4f4;
  display: flex;
  justify-content: flex-start;
  position: absolute;
  top: 0;
}
.history-box .history-tree .history-main .history-box:before {
  content: '';
  position: absolute;
  top: 20px;
  width: 18px;
  height: 18px;
  background-color: #f4f4f4;
  transform: rotate(45deg);
}
.history-box .history-tree .history-main .history-box.left {
  right: 80px;
}
.history-box .history-tree .history-main .history-box.left:before {
  right: -8px;
}
.history-box .history-tree .history-main .history-box.right {
  left: 80px;
}
.history-box .history-tree .history-main .history-box.right:before {
  left: -8px;
}
.history-box .history-tree .history-main .history-box figure {
  margin: 0 20px 0 0;
  width: 120px;
}
.history-box .history-tree .history-main .history-box figure img {
  width: 100%;
}
.history-box .history-tree .history-main .history-box .content {
  width: 363px;
}
.history-box .history-tree .history-main .history-box .content.full {
  width: 100%;
}
.history-box .history-tree .history-main .history-box .content h4 {
  font-size: 18px;
  margin: 0 0 20px 0;
}
.history-box .history-tree .history-main .history-box .content p {
  font-size: 16px;
  line-height: 1.75em;
}

.contact-box .contact-main {
  width: 100%;
}
.contact-box .contact-main .contact-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 2.0833333333vw;
}
.contact-box .contact-main .contact-line .w100 {
  width: 100%;
}
.contact-box .contact-main .contact-line .w41 {
  width: 46%;
}
.contact-box .contact-main .contact-line p {
  font-size: 0.9em;
  margin-bottom: 0.8333333333vw;
}
.contact-box .contact-main .contact-line input, .contact-box .contact-main .contact-line textarea {
  border: 1px solid #ddd;
  width: 100%;
  height: 2.8645833333vw;
  padding: 0 0.5208333333vw;
  outline: none;
}
.contact-box .contact-main .contact-line textarea {
  height: 9.375vw;
  padding: 0.5208333333vw;
  resize: none;
}
.contact-box .contact-main .contact-post input {
  transition: all 300ms ease;
}
.contact-box .contact-main .contact-post:after {
  content: attr(data-text);
  color: red;
  opacity: 0;
  transition: all 300ms ease;
  font-size: 0.9rem;
}
.contact-box .contact-main .contact-post.error input, .contact-box .contact-main .contact-post.error .select-box, .contact-box .contact-main .contact-post.error textarea {
  border-color: red;
}
.contact-box .contact-main .contact-post.error:after {
  opacity: 1;
}
.contact-box .contact-main .select-box {
  width: 100%;
  height: 2.8645833333vw;
  border: 1px solid #ddd;
  position: relative;
}
.contact-box .contact-main .select-box .select-show {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.0416666667vw;
  cursor: pointer;
}
.contact-box .contact-main .select-box .select-show p {
  margin-bottom: 0;
}
.contact-box .contact-main .select-box .select-show:after {
  content: '';
  display: block;
  width: 0.5208333333vw;
  height: 0.8854166667vw;
  transform: rotate(90deg);
  transition: all 300ms ease;
  background-image: url("../image/r.png");
  background-size: 0.5208333333vw 0.8854166667vw;
}
.contact-box .contact-main .select-box .select-down {
  width: 100%;
  position: absolute;
  top: 3.0208333333vw;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 0.5208333333vw 0;
  transform: translateY(5px);
  opacity: 0;
  pointer-events: none;
  transition: all 300ms ease;
}
.contact-box .contact-main .select-box .select-down p {
  width: 100%;
  height: 2.8645833333vw;
  line-height: 2.8645833333vw;
  margin: 0;
  padding: 0 1.0416666667vw;
  cursor: pointer;
  transition: all 300ms ease;
}
.contact-box .contact-main .select-box .select-down p:hover {
  color: #f48c39;
}
.contact-box .contact-main .select-box.show .select-show:after {
  transform: rotate(270deg);
}
.contact-box .contact-main .select-box.show .select-down {
  transform: translateY(0px);
  opacity: 1;
  pointer-events: all;
}
.contact-box .contact-main .contact-done {
  width: 100%;
  text-align: center;
  padding: 3.125vw 0;
}
.contact-box .contact-main .contact-done button {
  width: 9.375vw;
  height: 2.8645833333vw;
  background-color: #000;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 300ms ease;
}
.contact-box .contact-main .contact-done.disabled button {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

.studio_container {
  width: 1103px;
  margin: 70px auto;
  min-height: 500px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .studio_container {
    width: 8.9866666667rem;
    margin: 1.0666666667rem auto;
  }
}
.studio_container .choose_area {
  margin: 0 auto 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .studio_container .choose_area {
    display: block;
    margin: 0 auto 1.0666666667rem;
  }
}
.studio_container .selectOne {
  margin-right: 47px;
}
@media screen and (max-width: 768px) {
  .studio_container .selectOne {
    margin-right: 0;
    margin-bottom: 0.2666666667rem;
  }
}
.studio_container .studio_box {
  width: 100%;
  overflow: hidden;
}
.studio_container .studio_box ul li {
  margin-bottom: 60px;
}
.studio_container .studio_box ul li:before, .studio_container .studio_box ul li:after {
  content: "";
  display: table;
}
.studio_container .studio_box ul li:after {
  clear: both;
}
.studio_container .studio_box ul li .pic {
  width: 672px;
  float: left;
  height: 448px;
  background: no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .studio_container .studio_box ul li .pic {
    float: none;
    width: 8.9866666667rem;
    height: 6rem;
  }
}
.studio_container .studio_box ul li .studio_right {
  width: 384px;
  float: right;
  margin-left: 47px;
  padding-top: 38px;
}
@media screen and (max-width: 768px) {
  .studio_container .studio_box ul li .studio_right {
    width: 8.9866666667rem;
    float: none;
    margin-left: 0;
    padding-top: 1.1733333333rem;
  }
}
.studio_container .studio_box ul li .studio_right .title {
  font-size: 30px;
  letter-spacing: 2px;
  color: #000000;
  position: relative;
}
@media screen and (max-width: 768px) {
  .studio_container .studio_box ul li .studio_right .title {
    font-size: 18px;
    letter-spacing: 0.0266666667rem;
  }
  [data-dpr="2"] .studio_container .studio_box ul li .studio_right .title {
    font-size: 36px;
  }
  [data-dpr="3"] .studio_container .studio_box ul li .studio_right .title {
    font-size: 54px;
  }
}
.studio_container .studio_box ul li .studio_right .nearest {
  display: block;
  width: 66px;
  position: absolute;
  left: 0;
  top: -30px;
}
@media screen and (max-width: 768px) {
  .studio_container .studio_box ul li .studio_right .nearest {
    width: 1.0133333333rem;
    top: -0.5333333333rem;
  }
}
.studio_container .studio_box ul li .studio_right .studio_imf {
  margin-top: 35px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .studio_container .studio_box ul li .studio_right .studio_imf {
    margin-top: 0.4666666667rem;
  }
}
.studio_container .studio_box ul li .studio_right .studio_imf .imf {
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #000000;
}
.studio_container .studio_box ul li .studio_right .studio_imf .imf:before, .studio_container .studio_box ul li .studio_right .studio_imf .imf:after {
  content: "";
  display: table;
}
.studio_container .studio_box ul li .studio_right .studio_imf .imf:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  .studio_container .studio_box ul li .studio_right .studio_imf .imf {
    font-size: 12px;
    letter-spacing: 0.0133333333rem;
    margin-bottom: 0.4rem;
  }
  [data-dpr="2"] .studio_container .studio_box ul li .studio_right .studio_imf .imf {
    font-size: 24px;
  }
  [data-dpr="3"] .studio_container .studio_box ul li .studio_right .studio_imf .imf {
    font-size: 36px;
  }
}
.studio_container .studio_box ul li .studio_right .studio_imf .imf .left {
  width: 90px;
  color: #999999;
  float: left;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .studio_container .studio_box ul li .studio_right .studio_imf .imf .left {
    float: none;
    width: 100%;
  }
}
.studio_container .studio_box ul li .studio_right .studio_imf .imf .right {
  width: 294px;
  float: left;
}
@media screen and (max-width: 768px) {
  .studio_container .studio_box ul li .studio_right .studio_imf .imf .right {
    float: none;
    width: 100%;
  }
}
.studio_container .studio_box ul li .studio_right .studio_imf .imf .lineh {
  line-height: 1.8;
}
.studio_container .studio_box ul li .studio_right .btns {
  margin-top: 53px;
}
.studio_container .studio_box ul li .studio_right .btns:before, .studio_container .studio_box ul li .studio_right .btns:after {
  content: "";
  display: table;
}
.studio_container .studio_box ul li .studio_right .btns:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  .studio_container .studio_box ul li .studio_right .btns {
    margin-top: 0.8rem;
  }
}
.studio_container .studio_box ul li .studio_right .btns div {
  cursor: pointer;
  float: left;
  width: 180px;
  height: 56px;
  border: solid 1px #000000;
  letter-spacing: 3px;
  color: #000000;
  font-size: 14px;
  text-align: center;
  line-height: 56px;
}
@media screen and (max-width: 768px) {
  .studio_container .studio_box ul li .studio_right .btns div {
    height: 1.1333333333rem;
    font-size: 12px;
    border: solid 0.0133333333rem #000000;
    line-height: 1.1333333333rem;
  }
  [data-dpr="2"] .studio_container .studio_box ul li .studio_right .btns div {
    font-size: 24px;
  }
  [data-dpr="3"] .studio_container .studio_box ul li .studio_right .btns div {
    font-size: 36px;
  }
}
.studio_container .studio_box ul li .studio_right .btns .order {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .studio_container .studio_box ul li .studio_right .btns .order {
    margin-right: 0.2666666667rem;
  }
}
@media screen and (max-width: 768px) {
  .studio_container .studio_box ul li .studio_right .flexBtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.myselect {
  width: 360px;
  height: 54px;
  line-height: 54px;
  border: solid 1px #dddddd;
  font-size: 14px;
  position: relative;
  text-indent: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1300px) {
  .myselect {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .myselect {
    width: 8.9866666667rem;
    height: 1.0666666667rem;
    line-height: 1.0666666667rem;
    font-size: 12px;
  }
  [data-dpr="2"] .myselect {
    font-size: 24px;
  }
  [data-dpr="3"] .myselect {
    font-size: 36px;
  }
}
.myselect p {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.myselect ul {
  display: none;
  position: absolute;
  width: 360px;
  max-height: 300px;
  overflow-y: auto;
  z-index: 2;
  top: 100%;
  left: -1px;
  border: solid 1px #dddddd;
  padding-left: 20px;
  padding-top: 26px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1300px) {
  .myselect ul {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .myselect ul {
    width: 8.9866666667rem;
  }
}
.myselect ul li {
  cursor: pointer;
  margin-bottom: 24px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-indent: 0;
}
.myselect ul li:hover {
  color: #bf9e74;
}
.myselect .arrowIcon {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  width: 16px;
  height: 10px;
  background: no-repeat center center;
  background-size: cover;
  background-image: url(../image/arrow.png);
}
@media screen and (max-width: 768px) {
  .myselect .arrowIcon {
    width: 0.3333333333rem;
    height: 0.1866666667rem;
  }
}
.myselect .lineSha {
  width: 1px;
  height: 30px;
  top: 13px;
  position: absolute;
  right: 0;
  background-color: #ddd;
}

.mengban {
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 10%;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .mengban {
    padding-top: 40%;
  }
}
.mengban .whiteBox {
  width: 464px;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  padding: 57px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mengban .whiteBox {
    width: 8.9866666667rem;
    padding: 0.88rem;
  }
}
.mengban .whiteBox .linecolor {
  width: 36px;
  height: 2px;
  background-color: #bf9e74;
  margin: 0 auto;
}
.mengban .whiteBox .title {
  font-size: 21px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .mengban .whiteBox .title {
    font-size: 16px;
  }
  [data-dpr="2"] .mengban .whiteBox .title {
    font-size: 32px;
  }
  [data-dpr="3"] .mengban .whiteBox .title {
    font-size: 48px;
  }
}
.mengban .whiteBox .studio_name {
  font-style: italic;
  font-size: 16px;
  margin: 10px auto 30px;
}
.mengban .whiteBox .inputStyle {
  height: 53px;
  line-height: 53px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mengban .whiteBox .inputStyle {
    height: 1.1733333333rem;
    line-height: 1.1733333333rem;
    margin-bottom: 0.3466666667rem;
  }
}
.mengban .whiteBox .inputStyle .tp {
  font-size: 14px;
  float: left;
}
@media screen and (max-width: 768px) {
  .mengban .whiteBox .inputStyle .tp {
    font-size: 12px;
  }
  [data-dpr="2"] .mengban .whiteBox .inputStyle .tp {
    font-size: 24px;
  }
  [data-dpr="3"] .mengban .whiteBox .inputStyle .tp {
    font-size: 36px;
  }
}
.mengban .whiteBox .inputStyle .tp span {
  color: #bf9e74;
}
.mengban .whiteBox .inputStyle .radioarea {
  height: 100%;
  float: right;
  width: 257px;
}
@media screen and (max-width: 768px) {
  .mengban .whiteBox .inputStyle .radioarea {
    width: 5.4666666667rem;
  }
}
.mengban .whiteBox .inputStyle .radioarea .radfa {
  float: left;
  margin-right: 50px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .mengban .whiteBox .inputStyle .radioarea .radfa {
    margin-right: 0.6666666667rem;
  }
}
.mengban .whiteBox .inputStyle input[type='text'] {
  float: right;
  height: 100%;
  width: 257px;
  border: solid 1px #dddddd;
  -webkit-appearance: none;
  appearance: none;
  text-indent: 10px;
}
@media screen and (max-width: 768px) {
  .mengban .whiteBox .inputStyle input[type='text'] {
    width: 5.4666666667rem;
  }
}
.mengban .whiteBox .inputStyle .radio_style {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: solid 1px #dddddd;
  padding: 2px;
  background-clip: content-box;
  margin-right: 6px;
}
.mengban .whiteBox .inputStyle .active {
  background-color: #bf9e74;
}
.mengban .whiteBox .inputStyle label {
  display: inline-block;
  height: 14px;
  line-height: 14px;
  vertical-align: middle;
  font-size: 14px;
}
.mengban .whiteBox .inputStyle .yzmarea {
  float: right;
  width: 257px;
  height: 100%;
}
.mengban .whiteBox .inputStyle .yzmarea:before, .mengban .whiteBox .inputStyle .yzmarea:after {
  content: "";
  display: table;
}
.mengban .whiteBox .inputStyle .yzmarea:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  .mengban .whiteBox .inputStyle .yzmarea {
    width: 5.4666666667rem;
    font-size: 12px;
  }
  [data-dpr="2"] .mengban .whiteBox .inputStyle .yzmarea {
    font-size: 24px;
  }
  [data-dpr="3"] .mengban .whiteBox .inputStyle .yzmarea {
    font-size: 36px;
  }
}
.mengban .whiteBox .inputStyle .yzmarea #yzm1 {
  float: left;
  width: 140px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .mengban .whiteBox .inputStyle .yzmarea #yzm1 {
    width: 2.8rem;
  }
}
.mengban .whiteBox .inputStyle .yzmarea .getYzm {
  cursor: pointer;
  float: right;
  width: 100px;
  height: 100%;
  font-size: 14px;
  border: solid 1px #dddddd;
  font-size: 12px;
}
[data-dpr="2"] .mengban .whiteBox .inputStyle .yzmarea .getYzm {
  font-size: 24px;
}
[data-dpr="3"] .mengban .whiteBox .inputStyle .yzmarea .getYzm {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .mengban .whiteBox .inputStyle .yzmarea .getYzm {
    width: 2.4rem;
  }
}
.mengban .whiteBox .inputStyle #phone {
  text-align: center;
}
.mengban .whiteBox .rain {
  margin-bottom: 10px;
}
.mengban .whiteBox .sub {
  width: 350px;
  height: 53px;
  border: solid 1px #000000;
  line-height: 53px;
  text-align: center;
  font-size: 18px;
  margin-top: 40px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .mengban .whiteBox .sub {
    width: 7.2rem;
    height: 1.0666666667rem;
    line-height: 1.0666666667rem;
    font-size: 15px;
    margin-top: 0.5333333333rem;
    background-color: #bf9e74;
    color: #fff;
    border-color: #eee;
  }
  [data-dpr="2"] .mengban .whiteBox .sub {
    font-size: 30px;
  }
  [data-dpr="3"] .mengban .whiteBox .sub {
    font-size: 45px;
  }
}
.mengban .whiteBox .sub:hover {
  background-color: #bf9e74;
  color: #fff;
  border-color: #eee;
}
.mengban .whiteBox .posClose {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.mengban .whiteBox .posClose .closeW {
  width: 22px;
  height: 22px;
  position: relative;
  transform: rotate(45deg);
}
.mengban .whiteBox .posClose .closeW::before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  left: 50%;
  height: 100%;
  margin-left: -0.5px;
  background-color: #000;
}
.mengban .whiteBox .posClose .closeW::after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  top: 50%;
  width: 100%;
  margin-top: -0.5px;
  background-color: #000;
}

.news-box {
  width: 100%;
}
.news-box .news-list {
  width: 100%;
  padding-bottom: 80px;
}
.news-box .news-list .news-tab {
  width: 100%;
  height: 40px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-box .news-list .news-tab a {
  text-decoration: none;
  color: #000;
  font-size: 20px;
  line-height: 40px;
  margin: 0 50px;
  opacity: 0.3;
}
.news-box .news-list .news-tab a.active {
  opacity: 1;
}
.news-box .news-list .news-list-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-box .news-list .news-list-box .nothing {
  width: 100%;
  text-align: center;
  font-size: 24px;
}

.news-detail-box {
  background-color: #f4f4f4;
  padding-top: 95px;
  position: relative;
}
.news-detail-box span.close {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 70px;
  right: 60px;
  cursor: pointer;
  transition: all 500ms ease;
  background-image: url("../image/close1.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.news-detail-box span.close a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.news-detail-box .news-detail-content {
  background-color: #fff;
  max-width: 882px;
  margin: 0 auto;
  padding: 0 60px;
}
.news-detail-box .news-detail-content header {
  width: 100%;
  padding: 40px 0;
  border-bottom: 1px solid #eee;
}
.news-detail-box .news-detail-content header h2 {
  font-size: 1.6666666667rem;
  margin-bottom: 20px;
}
.news-detail-box .news-detail-content header small {
  color: #333;
}
.news-detail-box .news-detail-content article {
  padding: 40px 0;
}
.news-detail-box .news-detail-content article p {
  color: #333;
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 2em;
}
.news-detail-box .news-detail-content article img {
  max-width: 100%;
}
.news-detail-box .news-detail-share {
  max-width: 200px;
  margin: 50px auto;
  display: flex;
  justify-content: center;
}
.news-detail-box .news-detail-share a {
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 10px;
  border-radius: 50%;
  background-size: 100%;
}
.news-detail-box .news-detail-share a.wx {
  background-image: url("../image/wx.png");
}
.news-detail-box .news-detail-share a.wb {
  background-image: url("../image/wb.png");
}
.news-detail-box .news-detail-tools {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px;
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(51, 51, 51, 0.05);
  margin-bottom: 120px;
}
.news-detail-box .news-detail-tools.bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
}
.news-detail-box .news-detail-tools a {
  color: #000;
  font-size: 16px;
  width: 72px;
  height: 20px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-detail-box .news-detail-tools a.none {
  pointer-events: none;
  opacity: 0.3;
}
.news-detail-box .news-detail-tools .prev:before {
  content: '';
  display: block;
  width: 10px;
  height: 18px;
  transform: rotate(180deg);
  background-image: url("../image/r.png");
  background-size: 100%;
}
.news-detail-box .news-detail-tools .back {
  width: 90px;
}
.news-detail-box .news-detail-tools .back:before {
  content: '';
  display: block;
  width: 20px;
  height: 18px;
  background-image: url("../image/menu.png");
  background-size: 100%;
}
.news-detail-box .news-detail-tools .next:after {
  content: '';
  display: block;
  width: 10px;
  height: 18px;
  background-image: url("../image/r.png");
  background-size: 100%;
}

.style-box {
  width: 100%;
}
.style-box img {
  width: 100%;
}
.style-box div.style-slogan {
  max-width: 1920px;
  margin: 0 auto;
}
.style-box div.style-main header {
  padding: 3.125vw 0;
}
.style-box div.style-main header figure {
  margin: 0 auto 1.5625vw auto;
  width: 22.5520833333vw;
}
.style-box div.style-main header p {
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 1px;
  text-align: center;
}
.style-box div.style-main .style-list h3 {
  font-size: 2.6666666667rem;
  height: 1.25em;
  margin-bottom: 2.34375vw;
  font-weight: 300;
  position: relative;
}
.style-box div.style-main .style-list h3:after {
  content: '';
  position: absolute;
  bottom: -1.0416666667vw;
  left: 0;
  width: 2.9166666667vw;
  height: 4px;
  background-color: #f48c39;
}
.style-box div.style-main .style-list p {
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 1px;
  color: #666;
}
.style-box div.style-main div.style-alone {
  height: 680px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
  border-bottom: 1px solid #eaeaea;
}
.style-box div.style-main div.style-alone:last-child {
  border: none;
}
.style-box div.style-main div.style-alone figure {
  margin: 0;
  width: 54.68%;
}
.style-box div.style-main div.style-alone div.content {
  width: 37.5%;
  display: flex;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.style-box div.style-main div.style-alone.rl div.content {
  order: -1;
}
.style-box div.style-main div.style-big {
  width: 100%;
  padding: 60px 0;
  border-bottom: 1px solid #eaeaea;
}
.style-box div.style-main div.style-big figure {
  margin: 0 0 1.5625vw 0;
  width: 100%;
}
.style-box div.style-main div.style-big div.content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.style-box div.style-main div.style-big div.content h3 {
  width: 27%;
}
.style-box div.style-main div.style-big div.content p {
  width: 73%;
}
.style-box div.style-main div.style-goproduct {
  width: 100%;
  text-align: center;
  margin-bottom: 8.3333333333vw;
}
.style-box div.style-main div.style-goproduct figure {
  margin: 0 auto;
  width: 22.5520833333vw;
}
.style-box div.style-main div.style-goproduct small {
  display: block;
  color: #666;
  margin: 27px 0 12px 0;
  font-size: 16px;
}
.style-box div.style-main div.style-goproduct p {
  height: 1.25vw;
  line-height: 1.25vw;
  font-size: 1.3333333333rem;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 226px;
  height: 46px;
  display: flex;
  justify-content: center;
  background-color: #f48c39;
  margin: 0 auto;
  font-size: 1.2em;
}
.style-box div.style-main div.style-goproduct p:after {
  content: '';
  display: block;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  margin-left: 0.5208333333vw;
  background-image: url("../image/wjt.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.style-box div.style-main div.style-goproduct p:after {
  width: 15px;
  height: 15px;
}
.style-box div.style-main div.style-goproduct p a {
  color: #fff;
  text-decoration: none;
}
.style-box div.style-main .style-siblings-box {
  width: 100%;
  padding-bottom: 120px;
}
.style-box div.style-main .style-siblings-box h3 {
  font-size: 2.6666666667rem;
  text-align: center;
  font-weight: 300;
  margin-bottom: 60px;
}
.style-box div.style-main .style-siblings-box .siblings-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.style-box div.style-main .style-siblings-box .siblings-list .style-box-alone {
  width: 24%;
}
.style-box div.style-main .style-siblings-box .siblings-list .style-box-alone a {
  text-decoration: none;
}
.style-box div.style-main .style-siblings-box .siblings-list .style-box-alone figure {
  margin: 0;
}
.style-box div.style-main .style-siblings-box .siblings-list .style-box-alone .name {
  width: 57%;
  margin: 30px 0 10px;
}
.style-box div.style-main .style-siblings-box .siblings-list .style-box-alone p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 30px;
  font-size: 20px;
  text-decoration: none;
  color: #000;
  position: relative;
  line-height: 30px;
  margin-right: 15px;
}
.style-box div.style-main .style-siblings-box .siblings-list .style-box-alone p:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background-image: url("../image/jt.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}

div.download-box {
  width: 100%;
}
div.download-box header.title {
  padding: 4.1666666667vw 0 3.125vw;
  display: flex;
  justify-content: center;
}
div.download-box header.title div {
  cursor: pointer;
  text-align: center;
  margin: 0 50px;
  opacity: 0.2;
}
div.download-box header.title div a {
  text-decoration: none;
  color: #000;
}
div.download-box header.title div figure {
  width: 210px;
  margin: 0 auto 0.6770833333vw auto;
}
div.download-box header.title div h3 {
  font-size: 24px;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}
div.download-box header.title div h3:after {
  content: '';
  position: absolute;
  opacity: 0;
  left: 25px;
  right: 25px;
  height: 3px;
  bottom: -20px;
  background-color: #f48c39;
}
div.download-box header.title div p {
  opacity: 0;
  font-size: 14px;
  color: #333;
}
div.download-box header.title div.active {
  opacity: 1;
}
div.download-box header.title div.active h3:after {
  opacity: 1;
}
div.download-box header.title div.active p {
  opacity: 1;
}
div.download-box div.download-list {
  width: 100%;
}

#magazineBox {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background-color: #f4f4f4;
}
#magazineBox .magazine-bigbox {
  height: 100%;
  margin: 0 auto;
}
#magazineBox #magazine {
  -webkit-transition: margin-left 0.2s ease-in-out;
  -moz-transition: margin-left 0.2s ease-in-out;
  -o-transition: margin-left 0.2s ease-in-out;
  -ms-transition: margin-left 0.2s ease-in-out;
  transition: margin-left 0.2s ease-in-out;
  opacity: 0;
}
#magazineBox #magazine div > img {
  width: 100%;
  height: 100%;
}
#magazineBox #magazine .products-pos {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#magazineBox #magazine .products-pos span.read-product-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-image: url("../image/mark_icon.png");
  background-size: 100%;
}
#magazineBox .tools-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65px;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #888;
}
#magazineBox .tools-bar .side {
  width: 20%;
}
#magazineBox .tools-bar .title {
  color: #fff;
}
#magazineBox .tools-bar .tools-box {
  width: 650px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#magazineBox .tools-bar .tools-box .tools-btn {
  width: 210px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#magazineBox .tools-bar .tools-box .tools-btn .tools-pageNumber {
  width: 60px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  background-color: #fff;
}
#magazineBox .tools-bar .btn-img {
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-size: 100%;
}
#magazineBox .products-box {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}
#magazineBox .products-box.active {
  opacity: 1;
  pointer-events: all;
}
#magazineBox .products-box .product-center {
  width: 900px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  position: relative;
}
#magazineBox .products-box .product-center span.close {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 20px;
  right: 20px;
  transform: rotate(45deg);
  cursor: pointer;
}
#magazineBox .products-box .product-center span.close:before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  left: 50%;
  height: 100%;
  margin-left: -1px;
  background-color: #000;
}
#magazineBox .products-box .product-center span.close:after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  top: 50%;
  width: 100%;
  margin-top: -1px;
  background-color: #000;
}
#magazineBox .products-box .product-center .product-tmb {
  width: 57%;
  padding: 5%;
  border-right: 1px solid #ddd;
}
#magazineBox .products-box .product-center .product-tmb > figure {
  width: 100%;
  margin: 0;
}
#magazineBox .products-box .product-center .product-tmb > figure img {
  width: 100%;
}
#magazineBox .products-box .product-center .product-tmb .product-more h6 {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 20px;
}
#magazineBox .products-box .product-center .product-tmb .product-more .product-more-list {
  display: flex;
  justify-content: flex-start;
}
#magazineBox .products-box .product-center .product-tmb .product-more .product-more-list a {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
#magazineBox .products-box .product-center .product-tmb .product-more .product-more-list a img {
  width: 100%;
}
#magazineBox .products-box .product-center .product-info {
  width: 43%;
  padding: 5%;
  text-align: center;
}
#magazineBox .products-box .product-center .product-info > figure {
  width: 100%;
  margin: 40px 0 0 0;
}
#magazineBox .products-box .product-center .product-info > figure img {
  width: 100%;
}
#magazineBox .products-box .product-center .product-info h3.name {
  font-size: 20px;
  font-weight: 400;
  margin: 20px 0 30px 0;
}
#magazineBox .products-box .product-center .product-info .info-list {
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin: 5px 0;
  display: flex;
  justify-content: space-between;
}
#magazineBox .products-box .product-center .product-info .info-list p {
  font-size: 14px;
}
#magazineBox .products-box .product-center .product-info a.read-info {
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 52px;
  width: 100%;
  height: 54px;
  background-color: #fff;
  border: 1px solid #000;
  margin-top: 40px;
  color: #000;
}

.download-list .news-tab {
  width: 100%;
  height: 40px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.download-list .news-tab a {
  text-decoration: none;
  color: #000;
  font-size: 20px;
  line-height: 40px;
  margin: 0 50px;
  opacity: 0.3;
}
.download-list .news-tab a.active {
  opacity: 1;
}
.download-list .mg {
  margin: 0 3.5%;
}

.find-box .find-tab {
  width: 100%;
  padding: 0 0 6.25% 0;
  display: flex;
  justify-content: center;
}
.find-box .find-tab a {
  display: block;
  font-size: 20px;
  color: #999;
  margin: 0 50px;
  cursor: pointer;
  text-decoration: none;
}
.find-box .find-tab a.active {
  color: #000;
}
.find-box .find-big-box {
  padding-bottom: 9.375%;
}
.find-box .find-big-box > div {
  width: 100%;
  border-bottom: 1px solid #eee;
}
.find-box .find-big-box > div .read-more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 3.125%;
  cursor: pointer;
}
.find-box .find-big-box > div .read-more p {
  margin-left: 10px;
  color: #333;
  font-size: 16px;
  letter-spacing: 3px;
}
.find-box .find-big-box .find-products-box:before, .find-box .find-big-box .find-products-box:after {
  content: "";
  display: table;
}
.find-box .find-big-box .find-products-box:after {
  clear: both;
}
.find-box .find-big-box .find-book-box, .find-box .find-big-box .find-news-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 6.25% 0 0 0;
}

.other-content {
  text-align: left;
}
.other-content p {
  margin-bottom: 40px;
  line-height: 2em;
}
.other-content h6 {
  font-size: 18px;
  margin-bottom: 5px;
}
.other-content b {
  display: block;
  margin-bottom: 40px;
}
.other-content small {
  display: block;
  color: #666;
}
.other-content a {
  color: #333;
}
.other-content span {
  display: block;
}

.baike-box {
  width: 100% px;
}
.baike-box .baike-main {
  padding: 3.125vw 15px 5.2083333333vw;
}
.baike-box .baike-list {
  margin-bottom: 2.6041666667vw;
}
.baike-box h2 {
  font-size: 1.6666666667rem;
  padding-bottom: 1.0416666667vw;
  margin-bottom: 1.0416666667vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.baike-box h4 {
  font-size: 1.1111111111rem;
  font-weight: 300;
  margin-bottom: 0.5208333333vw;
}
.baike-box p {
  font-size: 0.8888888889rem;
  line-height: 2em;
}

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

.link-box{
  height:180px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.share-items{
  display: flex;
  flex-direction:row;
  margin-top:36px;
}
.share-item{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.share-item>img{
  width:96px;
  height:96px;
}

.share-right{
  margin-right:21px;
}

a.share-item-content{
  width:120px;
  height:24px;
  margin-top:11px;
  border:1px solid #363533;
  color:#363533;
  border-radius: 12px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  font-family:PingFang SC;
  box-sizing: border-box;
  padding-left:8px;
}

a.share-item-content{
  text-decoration: none;
  color:#363533;
}

.share-item-content span{
  margin-right:2px;
}

span.xlwb{
  width: 14px;
  height: 11.3px;
  background-image: url('../image/xlwb0.png');
  background-size: 14px 11.3px;
  overflow: hidden;
}

span.gzh{
  width: 14px;
  height: 11.7px;
  background-image: url('../image/gzh0.png');
  background-size: 14px 11.7px;
  overflow: hidden;
}

span.xhs{
  width: 14px;
  height: 14px;
  background-image: url('../image/xhs0.png');
  background-size: 14px 14px;
  overflow: hidden;
}

.xlwb-row:hover span{
  background-image: url('../image/xlwb.png');
}
.gzh-row:hover span{
  background-image: url('../image/gzh.png');
}

.xhs-row:hover span{
  background-image: url('../image/xhs.png');
}

.link-items{
  /*padding-left:8px;*/
}

.link-phone{
  font-family: PingFang SC;
  font-size: 22px;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: 0.05em;
  text-align: left;
}

.link-txt{
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-align: left;
}

@media screen and (max-width: 768px) {
  html{
      font-size: 80%;
  }
  .link-box{
    width:98%;
    margin:auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    
  }
  
  .share-items{
    width:99%;
  }
  
  .share-item>img{
    width:7.68rem;
    height:7.68rem;
  }
  
  a.share-item-content{
    width:9rem;
    height:24px;
    margin-top:11px;
    border:1px solid #363533;
    color:#363533;
    border-radius: 12px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    font-family:PingFang SC;
    box-sizing: border-box;
    padding-left:8px;
  }
  
  .share-right{
    margin-right:0.8rem;
  }
}

@media screen and (min-width:414px) and (max-width:640px){
  .share-items{
    width:98%;
    margin:auto;
    margin-top:36px;
  }
  a.share-item-content{
    width:9.4rem;
    height:24px;
    margin-top:11px;
    border:1px solid #363533;
    color:#363533;
    border-radius: 12px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    font-family:PingFang SC;
    box-sizing: border-box;
    padding-left:8px;
  }
  
  .share-right{
    margin-right:1.5rem;
  }
}

@media screen and (max-width: 413px) {
  a.share-item-content{
    width:9rem;
    height:24px;
    margin-top:11px;
    border:1px solid #363533;
    color:#363533;
    border-radius: 12px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    font-family:PingFang SC;
    box-sizing: border-box;
    padding-left:8px;
  }
  
  .share-right{
    margin-right:0.8rem;
  }
}
