a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-tap-highlight-color: transparent;
  outline: none
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

body {
  line-height: 1
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

body, html {
  width: 100%;
  height: 100%
}

body {
  font-family: -apple-system, BlinkMacSystemFont, PingFang SC, Helvetica Neue, STHeiti, Microsoft Yahei, Tahoma, Simsun, sans-serif;
  font-size: 12px;
  -webkit-font-smoothing: antialiased
}

li, ol, ul {
  list-style: none
}

a {
  color: #000;
  font-size: 14px;
  text-decoration: none
}

img {
  border: 0
}

::-webkit-input-placeholder {
  color: #aaa
}

::-moz-placeholder {
  color: #aaa
}

:-ms-input-placeholder {
  color: #aaa
}

input {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.iconfont {
  font-family: iconfont !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  -moz-osx-font-smoothing: grayscale
}

.header {
  height: 83px;
  background-color: transparent;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center
}

.header:hover {
  background-color: #212529
}

.header .nav_en {
  display: none
}

.header .logo {
  width: 94px;
  height: 61px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center
}

.header .logo .ico {
  display: block
}

.header .logo img {
  width: 100%
}

.header .icon_shop img {
  width: 19px;
  padding: 0 20px
}

.header .nav-bar {
  text-align: center;
  margin-left: 133px;
  margin-right: 120px
}

.header .nav-bar .nav {
  width: 150px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border: 1px solid transparent;
  position: relative
}

.header .nav-bar .nav.active {
  border: 1px solid hsla(0, 0%, 100%, .3)
}

.header .nav-bar .nav.active .nav-a {
  color: #16aab5 !important
}

.header .nav-bar .nav.active .nav_zh {
  display: none
}

.header .nav-bar .nav.active .nav_en {
  display: block
}

.header .nav-bar .nav:hover {
  cursor: pointer;
  border: 1px solid hsla(0, 0%, 100%, .3)
}

.header .nav-bar .nav:hover .nav-a {
  color: #16aab5 !important
}

.header .nav-bar .nav:hover .nav_zh {
  display: none
}

.header .nav-bar .nav:hover .nav_en {
  display: block
}

.header .nav-bar .nav a {
  cursor: pointer
}

.header .nav-bar .nav .icon_promore_active {
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg)
}

.header .nav-bar .nav .left_arrow, .header .nav-bar .nav .right_arrow {
  display: none
}

.header .nav-bar .nav .left_arrow .iconfont {
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg)
}

.header .nav-bar .nav .nav-a {
  color: #fff;
  padding: 0 74x;
  font-size: 14px
}

.header .nav-bar .nav .nav-a, .header .nav-bar .nav .nav-a .iconfont {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.header .nav-bar .nav .nav-a .iconfont {
  position: absolute;
  font-size: 12px
}

.header .nav-bar .nav .sub-menu {
  overflow: hidden;
  width: 742px;
  position: absolute;
  left: 0;
  top: 32px;
  display: none
}

.header .nav-bar .nav .sub-menu a {
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #dedede;
  line-height: 59px
}

.header .nav-bar .nav .clothes {
  text-align: center
}

.header .nav-bar .nav .clothes ul {
  width: 100%;
  float: left;
  text-align: center;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  font-size: 0;
  line-height: 1;
  height: 59px;
  border: 1px solid hsla(0, 0%, 100%, .3);
  background-color: rgba(0, 0, 0, .5);
  box-sizing: border-box;
  margin-top: 25px;
  vertical-align: middle
}

.header .nav-bar .nav .clothes ul li.active a {
  color: #16aab5 !important
}

.header .nav-bar .nav .clothes li {
  position: relative;
  text-align: left;
  padding-right: 52px;
  height: 59px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box
}

.header .nav-bar .nav .clothes li:last-child {
  padding-right: 0
}

.header .nav-bar .nav .clothes li a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center
}

.header .nav-bar .nav .clothes li a img {
  margin-right: 24px
}

.header .nav-bar .nav .clothes li a .text, .header .nav-bar .nav .clothes li a .text em {
  text-align: left
}

.header .nav-bar .nav .clothes li span {
  display: block;
  font-family: FuturaT-Demi;
  font-size: 14px
}

.header .nav-bar .nav .clothes li em {
  display: block;
  margin-top: 3px;
  color: #fff
}

.header .nav-bar .nav .clothes li:hover a {
  color: #16aab5
}

.header .nav-bar .nav .jewellery {
  text-align: center
}

.header .nav-bar .nav .jewellery ul {
  display: inline-block;
  vertical-align: top;
  margin: 0 70px
}

.header .nav-bar .nav .jewellery ul li {
  margin: 16px 0;
  padding: 10px 0;
  text-align: left;
  position: relative
}

.header .nav-bar .nav .jewellery ul li span {
  position: absolute;
  width: 0;
  bottom: 0;
  height: 1px;
  background-color: #1b1b1b;
  z-index: 10;
  left: 5%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease
}

.header .nav-bar .nav .jewellery ul li:hover span {
  width: 90%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.header .nav-bar .nav.active .nav-a {
  color: #fff
}

.header .nav-bar .nav.active .ico {
  display: block
}

.header .nav-bar .nav.hover-active .nav-a {
  color: #fff
}

.header .nav-bar .nav.hover-active .ico {
  display: block
}

.header .login {
  float: right;
  margin-right: 10px;
  text-align: center;
  padding-top: 32px
}

.header .login span {
  color: #fff;
  padding: 0 8x;
  font-size: 14px
}

.header .login .login-a {
  color: #fff;
  padding: 0 74x;
  font-size: 13px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.header .toggle_bar {
  display: none;
  width: 44px;
  height: 37px
}

.header .navbar-collapse {
  display: none;
  padding-right: 15px;
  overflow-x: visible
}

.footer {
  background-color: #2e3034;
  overflow: hidden;
  width: 100%;
  height: 116px;
  text-align: center
}

.footer .copy-right {
  color: #fff;
  text-align: center;
  padding-top: 34px;
  line-height: 28px
}

.footer .copy-right li {
  text-align: center;
  font-size: 14px
}

.footer .copy-right li a {
  color: #fff;
  line-height: 28px;
  font-size: 14px
}

.footer .copy-right img {
  vertical-align: middle;
  margin-right: 5px
}

.footer .copy-right .record_number {
  display: flex;
  justify-content: center
}

.null {
  line-height: 120px;
  font-size: 14px;
  clear: both;
  float: none;
  overflow: hidden
}

#loading, .null {
  text-align: center;
  display: none
}

#loading {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  z-index: 999999999;
  width: 100px;
  height: 100px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 12px 0 hsla(0, 0%, 39.2%, .36);
  box-shadow: 0 0 12px 0 hsla(0, 0%, 39.2%, .36)
}

#loading .ico {
  width: 48px;
  height: 48px;
  margin: 10px auto
}

#loading p {
  font-size: 13px
}

.myAnimated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-delay: .5s;
  -webkit-animation-delay: .5s
}

.myAnimated2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both
}

.page {
  overflow: hidden
}

.page .container {
  padding: 0;
  width: 100%;
  margin: 0 auto
}

.page .container .imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center
}

.page .container.digitalPerfume {
  width: 100%;
  margin-top: 83px
}

.page .container .productDetail .showImageBox .showImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden
}

.page .container .productDetail .showImageBox .showImage .showImageText .sub-title {
  text-align: center
}

.index {
  background: #000
}

.index .banner {
  width: 100%;
  margin-top: 83px;
  background-color: #000;
  position: relative;
  overflow: hidden
}

.index .banner .poster, .index .banner video {
  display: block;
  width: 100%
}

.index .banner video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  z-index: 10
}

.index .banner .info {
  position: absolute;
  left: 0;
  top: 300px;
  width: 100%;
  text-align: center;
  z-index: 999;
  color: #fff
}

.index .banner .info .name {
  font-size: 64px;
  line-height: 90px
}

.index .banner .info .line {
  width: 90px;
  height: 2px;
  margin: 18px auto 0;
  background-color: #fff
}

.index .banner .info .designer {
  font-size: 24px;
  margin-top: 30px;
  line-height: 40px
}

.index .banner .info .play {
  margin-top: 28px;
  cursor: pointer;
  height: 50px
}

.index .fix-player {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999
}

.index .productlist {
  width: 100%;
  background-color: #000;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center
}

.index .productlist .info {
  z-index: 999;
  color: #fff
}

.index .productlist .info .name {
  font-size: 80px;
  line-height: 90px;
  text-align: center
}

.index .productlist .info .line {
  width: 90px;
  height: 2px;
  margin: 18px auto 0;
  background-color: #fff
}

.index .productlist .info .intr {
  font-size: 32px;
  color: #ccc;
  line-height: 50px;
  text-align: left
}

.index .productlist .info .learnMore {
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #16aab5;
  text-align: center
}

.index .productlist .info .learnMore .iconfont {
  vertical-align: middle
}

.index .caseexample {
  background-color: #000;
  left: 0;
  padding: 100px 0 54px;
  width: 100%;
  text-align: center
}

.index .caseexample .tit {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  font-size: 56px;
  font-weight: 500;
  line-height: 40px;
  color: #fff
}

.index .find_nav_left {
  background: #000
}

.index .sel-bar::-webkit-scrollbar {
  display: none
}

.index .sel-bar {
  width: 100%;
  float: left;
  padding-bottom: 34px;
  text-align: center;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch
}

.index .sel-bar .sel {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0 30px
}

.index .sel-bar .sel img {
  display: none;
  margin: 3px auto
}

.index .sel-bar .sel .sel-a {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  padding-bottom: 28px
}

.index .sel-bar .sel.active .sel-a {
  color: #16aab5;
  border-bottom: 3px solid #16aab5
}

.index .sel-bar .sel.active .ico {
  display: block
}

.index .sel-bar .sel.hover-active .sel-a {
  color: #16aab5
}

.index .sel-bar .sel.hover-active .ico {
  display: block
}

.index .swipe {
  width: 100%;
  position: relative;
  overflow: hidden
}

.index .swipe ul {
  width: 100%
}

.index .swipe ul li {
  width: 100%;
  display: none
}

.index .swipe ul li img {
  display: block;
  width: 100%;
  height: 100%
}

.index .swipe ul li.active {
  display: block
}

.index .partner {
  background-color: #fff;
  left: 0;
  padding: 100px 0 54px;
  width: 100%;
  text-align: center
}

.index .partner .tit {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  font-size: 56px;
  font-weight: 500;
  line-height: 40px;
  color: #333
}

.index .partner-bar-pc {
  width: 1070px;
  position: relative;
  margin: auto;
  padding: 0 53px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.index .partner-bar-pc .partner-logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 29px;
  margin-bottom: 50px
}

.index .partner-bar-pc .partner-logo img {
  margin: 0 auto
}

.index .partner-bar-pc .partner-logo .partner-a {
  color: #333;
  padding: 0 91x;
  font-size: 24px;
  font-weight: 500;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.clothes-page, .scentbase-page {
  margin-top: 83px;
  background-color: #fefefe
}

.clothes-page .topBanner, .scentbase-page .topBanner {
  width: 100%;
  height: 381px
}

.clothes-page .topBanner img, .scentbase-page .topBanner img {
  width: 100%;
  height: 100%
}

.clothes-page .title, .scentbase-page .title {
  width: 100%;
  height: 56px;
  line-height: 56px;
  border: 1px solid #ccc;
  background-color: #fff;
  position: relative
}

.clothes-page .title.as-fiexd-pc, .scentbase-page .title.as-fiexd-pc {
  position: fixed;
  top: 0;
  z-index: 999
}

.clothes-page .title.as-fiexd-m, .scentbase-page .title.as-fiexd-m {
  position: fixed;
  top: 48px;
  z-index: 999
}

.clothes-page .title .bread-nav, .scentbase-page .title .bread-nav {
  width: 200px;
  font-size: 13px;
  color: #999;
  float: left;
  vertical-align: middle;
  cursor: pointer
}

.clothes-page .title .bread-nav .shaixuan, .scentbase-page .title .bread-nav .shaixuan {
  display: inline-block
}

.clothes-page .title .bread-nav .sub-type-select, .scentbase-page .title .bread-nav .sub-type-select {
  display: none
}

.clothes-page .title .bread-nav img, .scentbase-page .title .bread-nav img {
  padding: 18px 20px 0 44px;
  float: left
}

.clothes-page .title .bread-nav .resetSearch i, .scentbase-page .title .bread-nav .resetSearch i {
  color: #10858e
}

.clothes-page .title .bread-nav .resetSearch:hover, .scentbase-page .title .bread-nav .resetSearch:hover {
  text-decoration: underline
}

.clothes-page .title .search, .scentbase-page .title .search {
  padding: 12px 0;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%)
}

.clothes-page .title .search form, .scentbase-page .title .search form {
  position: relative;
  margin: 0 auto
}

.clothes-page .title .search input, .scentbase-page .title .search input {
  width: 100%;
  height: 32px;
  padding-left: 12px;
  text-align: left
}

.clothes-page .title .search button, .scentbase-page .title .search button {
  height: 29px;
  width: 40px;
  border: none;
  outline: none;
  background: #fff;
  cursor: pointer;
  position: absolute
}

.clothes-page .title .search button .iconfont, .scentbase-page .title .search button .iconfont {
  color: #d9d9d9
}

.clothes-page .title .bar7 form, .scentbase-page .title .bar7 form {
  height: 32px
}

.clothes-page .title .bar7 input, .scentbase-page .title .bar7 input {
  width: 300px;
  border-radius: 5px;
  border: 1px solid #eee;
  background: #fff;
  color: #333;
  transition: .3s linear;
  float: right
}

.clothes-page .title .bar7 input::-webkit-input-placeholder, .scentbase-page .title .bar7 input::-webkit-input-placeholder {
  color: #ccc
}

.clothes-page .title .bar7 input:-moz-placeholder, .clothes-page .title .bar7 input::-moz-placeholder, .scentbase-page .title .bar7 input:-moz-placeholder, .scentbase-page .title .bar7 input::-moz-placeholder {
  color: #ccc
}

.clothes-page .title .bar7 input:-ms-input-placeholder, .scentbase-page .title .bar7 input:-ms-input-placeholder {
  color: #ccc
}

.clothes-page .title .bar7 button, .scentbase-page .title .bar7 button {
  background-image: "/static/images/search.png";
  top: 4px;
  right: 8px
}

.clothes-page .title .bar7 button:before, .scentbase-page .title .bar7 button:before {
  font-family: FontAwesome
}

.clothes-page .title .filter, .scentbase-page .title .filter {
  margin-right: 20px;
  float: right
}

.clothes-page .title .filter .sort, .scentbase-page .title .filter .sort {
  text-align: center;
  cursor: pointer;
  position: relative
}

.clothes-page .title .filter .sort img, .scentbase-page .title .filter .sort img {
  margin-left: 5px
}

.clothes-page .title .filter .sort .sortText, .scentbase-page .title .filter .sort .sortText {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ccc
}

.clothes-page .title .filter .sort .sortType, .scentbase-page .title .filter .sort .sortType {
  font-size: 16px;
  margin-right: 25px
}

.clothes-page .title .filter .sort .sortTypeFont, .scentbase-page .title .filter .sort .sortTypeFont {
  font-size: 12px;
  color: #999;
  position: absolute;
  top: 0;
  right: 5px
}

.clothes-page .title .filter .sort .sortTypeFont.right1, .scentbase-page .title .filter .sort .sortTypeFont.right1 {
  transition: all .3s ease-out;
  transform: rotate(0deg)
}

.clothes-page .title .filter .sort .sortTypeFont.right2, .scentbase-page .title .filter .sort .sortTypeFont.right2 {
  transition: all .3s ease-out;
  transform: rotate(-180deg)
}

.clothes-page .title .filter .sort .sub-menu, .scentbase-page .title .filter .sort .sub-menu {
  padding-top: 10px;
  width: 234px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOoAAACqCAYAAACjzNMiAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAA6qADAAQAAAABAAAAqgAAAACCNruFAAAF3ElEQVR4Ae3Wu0pcARiF0ZlkhLQqSDqfLk2KFLHIQ4S06VOnTF4gvbUKCqKIheAUll7m5ExAIWACbsgeCcvG688+s+BjnEx8ECDwqMDe3t6H/f39j4/+0g8JEFi9wBjo+6Ojo+H4+HgYg/08DMN09U/lCQgQeBA4ODh4t4z05uZmuLu7G05OToYx3C9jrC8f/sgXBAisTmB893x7H+kY5q+PxWIxnJ6eLmP9uru7u7a6p7NMgMBkDPHN4eHh4vr6+r7R3z6fnZ0tY/0+/jv8qs01HYd32qP2CDxDgdez2Wxne3t7urb25zfN8/PzydXV1Y/x+b81X8N0fKsfNjc3m5u2CDxLgfX19cnfIr1/6Pl8Prm9vb3/9p9/vry8nMyWK1tbW/98zACB/0VgY2Oj+lKWob6oLhojQCASEGrE5ohAV0CoXW9rBCIBoUZsjgh0BYTa9bZGIBIQasTmiEBXQKhdb2sEIgGhRmyOCHQFhNr1tkYgEhBqxOaIQFdAqF1vawQiAaFGbI4IdAWE2vW2RiASEGrE5ohAV0CoXW9rBCIBoUZsjgh0BYTa9bZGIBIQasTmiEBXQKhdb2sEIgGhRmyOCHQFhNr1tkYgEhBqxOaIQFdAqF1vawQiAaFGbI4IdAWE2vW2RiASEGrE5ohAV0CoXW9rBCIBoUZsjgh0BYTa9bZGIBIQasTmiEBXQKhdb2sEIgGhRmyOCHQFhNr1tkYgEhBqxOaIQFdAqF1vawQiAaFGbI4IdAWE2vW2RiASEGrE5ohAV0CoXW9rBCIBoUZsjgh0BYTa9bZGIBIQasTmiEBXQKhdb2sEIgGhRmyOCHQFhNr1tkYgEhBqxOaIQFdAqF1vawQiAaFGbI4IdAWE2vW2RiASEGrE5ohAV0CoXW9rBCIBoUZsjgh0BYTa9bZGIBIQasTmiEBXQKhdb2sEIgGhRmyOCHQFhNr1tkYgEhBqxOaIQFdAqF1vawQiAaFGbI4IdAWE2vW2RiASEGrE5ohAV0CoXW9rBCIBoUZsjgh0BYTa9bZGIBIQasTmiEBXQKhdb2sEIgGhRmyOCHQFhNr1tkYgEhBqxOaIQFdAqF1vawQiAaFGbI4IdAWE2vW2RiASEGrE5ohAV0CoXW9rBCIBoUZsjgh0BYTa9bZGIBIQasTmiEBXQKhdb2sEIgGhRmyOCHQFhNr1tkYgEhBqxOaIQFdAqF1vawQiAaFGbI4IdAWE2vW2RiASEGrE5ohAV0CoXW9rBCIBoUZsjgh0BYTa9bZGIBIQasTmiEBXQKhdb2sEIgGhRmyOCHQFhNr1tkYgEhBqxOaIQFdAqF1vawQiAaFGbI4IdAWE2vW2RiASEGrE5ohAV0CoXW9rBCIBoUZsjgh0BYTa9bZGIBIQasTmiEBXQKhdb2sEIgGhRmyOCHQFhNr1tkYgEhBqxOaIQFdAqF1vawQiAaFGbI4IdAWE2vW2RiASEGrE5ohAV0CoXW9rBCIBoUZsjgh0BYTa9bZGIBIQasTmiEBXQKhdb2sEIgGhRmyOCHQFhNr1tkYgEhBqxOaIQFdAqF1vawQiAaFGbI4IdAWE2vW2RiASEGrE5ohAV0CoXW9rBCIBoUZsjgh0BYTa9bZGIBIQasTmiEBXQKhdb2sEIgGhRmyOCHQFhNr1tkYgEhBqxOaIQFdAqF1vawQiAaFGbI4IdAWE2vW2RiASEGrE5ohAV0CoXW9rBCIBoUZsjgh0BYTa9bZGIBIQasTmiEBXQKhdb2sEIgGhRmyOCHQFhNr1tkYgEhBqxOaIQFdAqF1vawQiAaFGbI4IdAWE2vW2RiASEGrE5ohAV0CoXW9rBCIBoUZsjgh0BYTa9bZGIBIQasTmiEBXQKhdb2sEIgGhRmyOCHQFhNr1tkYgEhBqxOaIQFdAqF1vawQiAaFGbI4IdAWE2vW2RiASEGrE5ohAV0CoXW9rBCIBoUZsjgh0BWbLufl83l21RoDAkwRm0+n008XFxZOO/DEBAj2BsdHJT47ZmBeipYPeAAAAAElFTkSuQmCC) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  text-align: left;
  z-index: 999;
  display: none
}

.clothes-page .title .filter .sort .sub-menu li, .scentbase-page .title .filter .sort .sub-menu li {
  padding-left: 30px
}

.clothes-page .title .filter .sort .sub-menu li span, .scentbase-page .title .filter .sort .sub-menu li span {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333
}

.clothes-page .title .filter .sort .sub-menu li:hover span, .scentbase-page .title .filter .sort .sub-menu li:hover span {
  color: #1babb6
}

.clothes-page .title .filter .sort .sub-menu li.active span, .scentbase-page .title .filter .sort .sub-menu li.active span {
  color: #10858e
}

.clothes-page .title .filter .sort .sub-menu li .line, .scentbase-page .title .filter .sort .sub-menu li .line {
  width: 168px;
  height: 1px;
  background-color: #ccc
}

.cateContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}

.cateContainer .cate-left {
  background: #fff;
  width: 200px;
  max-height: calc(100% - 140px);
  overflow: auto;
  position: relative
}

.cateContainer .cate-left.as-fiexd-pc {
  position: fixed;
  top: 57px;
  z-index: 999
}

.cateContainer .cate-left div.type {
  padding: 10px
}

.cateContainer .cate-left div.type dl {
  overflow: hidden;
  background-color: #fff
}

.cateContainer .cate-left div.type dd {
  border-bottom: 1px solid #eee;
  text-align: center;
  margin: 0 25px;
  overflow: hidden;
  font-size: 13px;
  color: #1b1b1b;
  line-height: 28px;
  position: relative;
  cursor: pointer
}

.cateContainer .cate-left div.type dd .type-title {
  white-space: nowrap;
  line-height: 50px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333
}

.cateContainer .cate-left div.type dd .type-title:hover {
  color: #1babb6
}

.cateContainer .cate-left div.type dd .iconfont {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 1px;
  color: #999;
  transition: all .3s ease-out;
  transform: rotate(0deg)
}

.cateContainer .cate-left div.type dd .iconfont.toggle {
  display: block;
  transition: all .3s ease-out;
  transform: rotate(-180deg)
}

.cateContainer .cate-left div.type dd .sub-title {
  display: none
}

.cateContainer .cate-left div.type dd .sub-title li {
  font-size: 14px;
  line-height: 20px;
  padding: 14px 0
}

.cateContainer .cate-left div.type dd .sub-title li:hover {
  color: #1babb6
}

.cateContainer .cate-left div.type dd .sub-title li.active {
  color: #10858e
}

.cateContainer .cate-left div.type dd .sub-title.toggle {
  display: block
}

.cateContainer .cate-right {
  flex: 1;
  position: relative
}

.list {
  width: 100%;
  position: relative;
  background-color: #fff
}

.list ul {
  clear: both !important;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #ccc
}

.list ul:after {
  display: block;
  content: "";
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden
}

.list li {
  width: 19.99%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  background-color: #fff;
  cursor: pointer
}

.list li .pic {
  overflow: hidden
}

.list li .pic img {
  display: block;
  width: 100%
}

.list li .pic span {
  display: block;
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333;
  line-height: 20px;
  height: 40px;
  margin-top: 15px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

.list li .hover-pic {
  display: none;
  padding: 10px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-shadow: 0 0 5px 5px hsla(0, 0%, 39.2%, .1);
  box-shadow: 0 0 5px 5px hsla(0, 0%, 39.2%, .1);
  background-color: hsla(0, 0%, 100%, .5);
  -webkit-transition: box-shadow .5s ease;
  -o-transition: box-shadow .5s ease;
  -webkit-transition: -webkit-box-shadow .5s ease;
  transition: -webkit-box-shadow .5s ease;
  transition: box-shadow .5s ease;
  transition: box-shadow .5s ease, -webkit-box-shadow .5s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.list .fl-item, .list .fr-item {
  width: 40%;
  height: 766px
}

.list .fl-item .item-title, .list .fr-item .item-title {
  font-size: 15px;
  padding-top: 85px;
  max-width: 330px;
  margin: 0 auto 20px;
  color: #313131
}

.list .fl-item .item-desc, .list .fr-item .item-desc {
  padding: 0 60px;
  max-width: 330px;
  margin: 0 auto;
  font-style: italic;
  font-weight: 400;
  color: #4b4b4b;
  font-size: 12px;
  line-height: 20px
}

.list .fl-item .fl-pic, .list .fr-item .fl-pic {
  height: 460px;
  margin: 70px auto 0
}

.list .fl-item .fl-pic img, .list .fr-item .fl-pic img {
  height: 100%;
  display: block;
  margin: 0 auto
}

.list .fl-item .fl-hover-pic, .list .fr-item .fl-hover-pic {
  height: 460px;
  margin: 70px auto 0;
  display: none;
  position: relative;
  z-index: 10
}

.list .fl-item .fl-hover-pic img, .list .fr-item .fl-hover-pic img {
  height: 100%;
  display: block;
  margin: 0 auto
}

@media screen and (max-width: 1440px) {
  .list .fl-item, .list .fr-item {
    height: 562px
  }
  
  .list .fl-item .fl-hover-pic, .list .fl-item .fl-pic, .list .fr-item .fl-hover-pic, .list .fr-item .fl-pic {
    height: 280px
  }
}

.list .fl-item {
  float: left
}

.list .fr-item {
  float: right
}

.scentbase .video-alpha {
  position: fixed;
  z-index: 99999;
  background-color: rgba(0, 0, 0, .5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none
}

.scentbase .video-box {
  width: 500px;
  height: 376px;
  background-color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -250px;
  margin-top: -188px;
  z-index: 10
}

.scentbase .video-box .close {
  position: absolute;
  right: 0;
  top: -33px;
  background-image: url(/static/images/close.png);
  background-repeat: no-repeat;
  background-position: 50%;
  width: 30px;
  height: 30px;
  background-size: 100%;
  cursor: pointer
}

.scentbase .video-box .play-box {
  width: 100%;
  height: 100%;
  overflow: hidden
}

.scentbase .video-box video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%
}

.brand .main {
  padding: 80px 0;
  width: 100%;
  margin: 0 auto
}

.brand .main ul {
  height: auto;
  position: relative;
  min-height: 500px
}

.brand .main li {
  float: left;
  width: 312px;
  -webkit-box-shadow: 0 0 1px 0 rgba(10, 31, 68, .08), 0 3px 4px 0 rgba(10, 31, 68, .1);
  box-shadow: 0 0 1px 0 rgba(10, 31, 68, .08), 0 3px 4px 0 rgba(10, 31, 68, .1);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.brand .main li .pic {
  width: 100%;
  overflow: hidden
}

.brand .main li .pic img {
  display: block;
  width: 100%
}

.brand .main li .info {
  padding: 0 20px;
  overflow: hidden;
  height: 182px
}

.brand .main li .info .title {
  font-size: 16px;
  color: #222;
  line-height: 22px;
  margin-top: 20px;
  height: 44px
}

.brand .main li .info .desc, .brand .main li .info .title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.brand .main li .info .desc {
  font-size: 13px;
  color: #999;
  line-height: 18px;
  height: 36px;
  margin-top: 10px;
  margin-bottom: 20px
}

.brand .main li .info .show-detail {
  height: 51px;
  border-top: 1px solid #eee;
  display: block;
  overflow: hidden
}

.brand .main li .info .show-detail .ico {
  float: left;
  margin-top: 20px
}

.brand .main li .info .show-detail .next {
  float: right;
  margin-top: 20px
}

.about-page {
  padding: 50px 0 0;
  width: 100%;
  text-align: center;
  margin-top: 83px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  box-sizing: border-box;
  position: relative
}

.about-page .contract {
  width: 820px;
  text-align: center;
  margin: 0 auto 70px;
  overflow: hidden
}

.about-page .contract .tit {
  width: 100%;
  height: 61px;
  line-height: 61px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 56px;
  font-weight: 500;
  color: #333;
  text-align: left;
  padding-left: 335px
}

.about-page .contract .qrcode {
  float: left;
  padding-right: 71px
}

.about-page .contract .qrcode .qrcode_imgBox {
  display: flex
}

.about-page .contract .qrcode .qrcode_imgBox img {
  width: 172px;
  height: 172px;
  display: block;
  border: 0
}

.about-page .contract .qrcode .qrcode_imgBox .weiboImage {
  margin-right: 30px
}

.about-page .contract .qrcode .qrButton {
  margin-top: 14px
}

.about-page .contract .qrcode .qrButton span {
  width: 20px;
  height: 20px;
  margin: 6px;
  display: inline-block;
  cursor: pointer
}

.about-page .contract .qrcode .qrButton span.weibo {
  color: #fc6002
}

.about-page .contract .qrcode .qrButton span.weixin {
  color: #1fd86c
}

.about-page .contract .qrcode .qrButton span i {
  font-size: 20px
}

.about-page .contract .intr {
  float: right;
  text-align: left;
  padding-left: 60px;
  font-size: 14px;
  line-height: 43px;
  color: #333;
  border-left: 1px solid #ccc
}

.about-page .contact-map {
  width: 100%;
  margin: 0 auto
}

.about-page .contact-map #dituContent {
  width: 100%;
  height: 606px
}

.detail {
  background-color: #f5f5f5
}

.detail .main {
  width: 1200px;
  overflow: hidden;
  margin: 20px auto
}

.detail .main .article {
  width: 1100px;
  overflow: hidden;
  background-color: #fff;
  min-height: 800px
}

.detail .main .article .bread-nav {
  font-size: 13px;
  color: #999;
  padding-left: 32px;
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #eee
}

.detail .main .article .bread-nav span {
  display: inline-block;
  width: 2px;
  height: 2px;
  background-color: #999;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
  margin: 0 15px
}

.detail .main .article .content {
  overflow: hidden
}

.detail .main .article .content .title {
  width: 850px;
  text-align: center;
  font-size: 34px;
  color: #222;
  line-height: 48px;
  margin: 80px auto 0;
  display: none
}

.detail .main .article .content .info {
  margin-top: 20px;
  font-size: 18px;
  color: #999;
  text-align: center;
  display: none
}

.detail .main .article .content .info .date {
  margin-left: 30px
}

.detail .main .article .content .desc {
  width: 750px;
  margin: 60px auto 100px;
  overflow: hidden;
  display: none
}

.detail .main .article .content .desc img {
  display: block;
  max-width: 750px;
  margin: 0 auto
}

.detail .main .go-top {
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1px 0 rgba(10, 31, 68, .08), 0 2px 3px 0 rgba(10, 31, 68, .1);
  box-shadow: 0 0 1px 0 rgba(10, 31, 68, .08), 0 2px 3px 0 rgba(10, 31, 68, .1);
  border-radius: 2px;
  position: fixed;
  right: 50%;
  margin-right: -600px;
  top: 172px;
  cursor: pointer;
  display: none
}

@media (max-width: 768px) {
  .header {
    width: 100%;
    height: 48px;
    justify-content: space-between;
    position: fixed;
    top: 0;
    background-color: #212529
  }
  
  .header .icon_shop img {
    width: 15px
  }
  
  .header .logo {
    height: 30px;
    width: 80px
  }
  
  .header .logo a .logo_pc {
    display: block
  }
  
  .header .logo a .logo_sm {
    display: none
  }
  
  .header .logo a img {
    height: 32px;
    width: auto;
  }
  
  .header .login, .header .nav-bar {
    display: none
  }
  
  .header .toggle_bar {
    display: block;
    float: right;
    width: 19px;
    height: 48px;
    line-height: 48px;
    margin-top: -4px;
    padding-right: 20px;
    padding-left: 20px;
    cursor: pointer
  }
  
  .header .toggle_bar .toggleFont {
    color: #c4c3c3;
    font-size: 20px
  }
  
  .header .navbar-collapse {
    display: none;
    box-shadow: none;
    width: 100%;
    height: 900px;
    left: 0;
    top: 48px;
    position: absolute;
    background: #1c1c1c;
    z-index: 999
  }
  
  .header .navbar-collapse .collapse-nav {
    border-top: 1px solid #424245;
    padding: 0 27px 27px
  }
  
  .header .navbar-collapse .collapse-nav .nav-item {
    font-size: 16px;
    line-height: 56.5px
  }
  
  .header .navbar-collapse .collapse-nav .nav-item > a {
    font-family: PingFangSC-Medium, PingFang SC;
    width: -webkit-fill-available;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 56.5px;
    padding: 10px;
    border-bottom: 1px solid #424245
  }
  
  .header .navbar-collapse .collapse-nav .nav-item > a .iconfont {
    float: right
  }
  
  .header .navbar-collapse .collapse-nav .nav-item > a .upIcon {
    display: none
  }
  
  .header .navbar-collapse .collapse-nav .nav-item.active a, .header .navbar-collapse .collapse-nav .nav-item .dropdown-toggle.active .iconfont, .header .navbar-collapse .collapse-nav .nav-item .dropdown-toggle.active span {
    color: #10858e !important
  }
  
  .header .navbar-collapse .collapse-nav .nav-item .dropdown-menu {
    display: none;
    padding-left: 35px
  }
  
  .header .navbar-collapse .collapse-nav .nav-item .dropdown-menu .dropdown-menuLi {
    border-bottom: 1px solid #424245
  }
  
  .header .navbar-collapse .collapse-nav .nav-item .dropdown-menu .dropdown-menuLi.active a {
    color: #10858e !important
  }
  
  .header .navbar-collapse .collapse-nav .nav-item .dropdown-menu .dropdown-menuLi a {
    font-family: PingFangSC-Medium, PingFang SC;
    font-size: 16px;
    line-height: 56.5px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    width: 100%
  }
  
  .index #banner {
    width: 100%;
    height: auto;
    margin-top: 48px
  }
  
  .index .productlist {
    cursor: pointer
  }
  
  .index .productlist .product1_large, .index .productlist .product2_large, .index .productlist .product3_large, .index .productlist .product4_large, .index .productlist .product5_large, .index .productlist .product6_large {
    display: none
  }
  
  .index .productlist .product1_small {
    display: block;
    width: 150px;
    height: 210px;
    margin-top: 40px
  }
  
  .index .productlist .product2_small {
    display: block;
    width: 78%;
    margin-top: 40px
  }
  
  .index .productlist .product3_small {
    display: block;
    width: 84.5%;
    margin-top: 40px
  }
  
  .index .productlist .product4_small {
    display: block;
    width: 160px;
    margin-top: 40px
  }
  
  .index .productlist .product5_small {
    display: block;
    width: 81.6%;
    margin-top: 40px
  }
  
  .index .productlist .product6_small {
    display: block;
    width: 100px;
    margin-top: 40px
  }
  
  .index .productlist .info {
    margin-top: 63px;
    width: 70%;
    float: none;
    padding-top: 0
  }
  
  .index .productlist .info #name {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    line-height: 39px
  }
  
  .index .productlist .info .info-text {
    font-family: PingFangSC-Medium, PingFang SC
  }
  
  .index .productlist .info .info-text #intr {
    margin-top: 15px;
    width: 100%;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ccc;
    line-height: 25px
  }
  
  .index .productlist .info .info-text #intr p {
    text-align: center
  }
  
  .index .productlist .info .info-text .learnMore {
    font-size: 16px;
    line-height: 25px;
    margin-top: 15px
  }
  
  .index .productlist6 img {
    margin-bottom: 63px
  }
  
  .index .partner_container {
    width: 100%;
    background-color: #fff;
    padding: 0 10%;
    box-sizing: border-box
  }
  
  .index .partner_container .title {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    padding-top: 63px;
    padding-bottom: 30px
  }
  
  .index .partner_container ul {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    padding-bottom: 70px
  }
  
  .index .partner_container ul li {
    width: 25%;
    padding-bottom: 5%
  }
  
  .index .partner_container ul li img {
    width: 85%
  }
  
  .index .caseexample {
    height: auto;
    padding: 50px 0 26px
  }
  
  .index .caseexample .tit {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    line-height: 25px
  }
  
  .index .find_nav_left {
    width: 100%;
    height: 32px;
    overflow: hidden;
    position: relative
  }
  
  .index .find_nav_list {
    position: absolute;
    left: 0
  }
  
  .index .sel-bar {
    padding-bottom: 11px
  }
  
  .index .sel-bar .sel {
    padding: 0 17.5px
  }
  
  .index .sel-bar .sel .sel-a {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    line-height: 20px;
    padding-bottom: 8px;
    border-bottom: 2px solid #000
  }
  
  .index .sel-bar .sel.active .sel-a {
    border-bottom: 2px solid #16aab5
  }
  
  .index .swipe {
    height: auto
  }
  
  .index .swipe .swipe_pc {
    display: none
  }
  
  .index .swipe .swipe_m {
    display: block
  }
  
  .index .partner {
    padding: 50px 0 26px;
    height: auto
  }
  
  .index .partner .tit {
    height: 25px;
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000;
    line-height: 25px
  }
  
  .index .partner-bar-pc {
    display: none;
    padding: 0 0 20px
  }
  
  .index .partner-bar-m {
    display: block;
    position: relative;
    margin: auto;
    padding: 0 10px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }
  
  .index .partner-bar-m .partner-logo {
    display: inline-block;
    margin-right: 0;
    vertical-align: middle;
    margin-bottom: 15px
  }
  
  .index .partner-bar-m .partner-logo img {
    margin: 0 auto
  }
  
  .index .partner-bar-m .partner-logo .partner-a {
    color: #333;
    padding: 0 91x;
    font-size: 24px;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
  }
  
  .index_container {
    background-color: #1b1d21 !important
  }
  
  .swiper-container {
    width: 100%;
    height: 605px
  }
  
  .swiper-container .swiper_slide1 {
    width: 100%;
    background-image: url(/static/images/home/banner_sm.png)
  }
  
  .swiper-container .wohuan_desc_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 16%
  }
  
  .swiper-container .wohuan_desc_box img {
    width: 54.2%
  }
  
  .swiper-container .wohuan_desc_box button {
    display: none
  }
  
  .swiper-container .wohuan_desc_box .wohuan_title {
    font-size: 35px;
    font-family: Arial;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    opacity: .9
  }
  
  .swiper-container .wohuan_desc_box .wohuan_name {
    font-size: 10px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    opacity: .5;
    letter-spacing: 5px;
    padding-top: 14px
  }
  
  .swiper-container .wohuan_pic_pc {
    display: none
  }
  
  .swiper-container .pagination {
    bottom: 26px !important
  }
  
  .swiper-container .swiper-pagination-switch {
    width: 45px !important;
    margin-right: 18px !important
  }
  
  .swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    border-radius: 100%;
    color: #fff !important;
    background-color: hsla(0, 0%, 100%, 0)
  }
  
  .swiper-container .swiper-button-next:hover, .swiper-container .swiper-button-prev:hover {
    background-color: hsla(0, 0%, 100%, 0)
  }
  
  .swiper-container .swiper-button-next .iconfont, .swiper-container .swiper-button-prev .iconfont {
    color: hsla(0, 0%, 100%, .45) !important
  }
  
  .swiper-container .swiper-button-prev, .swiper-container .swiper-rtl .swiper-button-next {
    left: 0 !important
  }
  
  .swiper-container .swiper-button-next, .swiper-container .swiper-rtl .swiper-button-prev {
    right: 0 !important
  }
  
  .product_box {
    width: 100%
  }
  
  .product_box .product_big {
    display: none
  }
  
  .product_box .product_sm_box {
    margin-top: 21px;
    position: relative;
    width: 100%
  }
  
  .product_box .product_sm_box .pro_sm_img {
    width: 100%
  }
  
  .product_box .product_sm_box .pro_font {
    position: absolute;
    top: 9%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
  }
  
  .product_box .product_sm_box .pro_font img {
    width: 50%
  }
  
  .product_box .product_sm_box .pro_font button {
    width: 100px;
    height: 30px;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 15px;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #fff;
    margin-top: 19px;
    cursor: pointer
  }
  
  .scene_box {
    width: 100%
  }
  
  .scene_box .player_desc, .scene_box .player_en, .scene_box .swiper_item_pc {
    display: none
  }
  
  .scene_box .scene_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 63px
  }
  
  .scene_box .scene_top .palyer_img {
    width: 65%
  }
  
  .scene_box .scene_top .player_progress {
    width: 84%;
    padding-top: 64px
  }
  
  .scene_box .swiper_item_small {
    width: 100%;
    display: flex;
    flex-direction: column
  }
  
  .scene_box .swiper_item_small .item_sm_top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 36px;
    margin-bottom: 28px
  }
  
  .scene_box .swiper_item_small .item_sm_top img {
    width: 60%
  }
  
  .scene_box .swiper_item_small .scent_img {
    width: 100%
  }
  
  .user_feedback {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 38px 0 28px
  }
  
  .user_feedback .feedback_item {
    width: 33%
  }
  
  .user_feedback .feedback_item img {
    width: 100%
  }
  
  .user_feedback .feedback_item .user_line {
    margin-top: 10px
  }
  
  .user_feedback .feedback_item_three {
    display: none
  }
  
  .user_feedback .feedback_item_two {
    padding-top: 27px
  }
  
  .user_feedback .feedback_item_thour {
    padding-top: 18px
  }
  
  .user_feedback .feedback_item_thour .user_line {
    margin-top: 34px
  }
  
  .user_feedback .user_text1, .user_feedback .user_text2, .user_feedback .user_text4 {
    width: 100%;
    background-color: #2e3034;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    padding: 13px 0
  }
  
  .user_feedback .user_desc, .user_feedback .user_name {
    width: 80%
  }
  
  .user_feedback .user_name {
    opacity: .6;
    padding-bottom: 5px
  }
  
  .user_feedback .user_desc, .user_feedback .user_name {
    font-size: 9px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #fff
  }
  
  .user_feedback .user_desc {
    line-height: 1.2;
    opacity: .3
  }
  
  .user_feedback .user_line {
    height: 10px
  }
  
  .contact_box, .user_feedback .user_line {
    width: 100%;
    background-color: #2e3034
  }
  
  .contact_box .contact_inderbox {
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #373b45;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 52px 0 53px
  }
  
  .contact_box .contact_inderbox .contact_item {
    width: 33.333%
  }
  
  .contact_box .contact_inderbox .contact_item, .contact_box .contact_inderbox .contact_item .contact_item_i, .contact_box .contact_inderbox .contact_item .contact_item_i .contact_item_img {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center
  }
  
  .contact_box .contact_inderbox .contact_item .contact_item_i .contact_item_img {
    width: 50px;
    height: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-end
  }
  
  .contact_box .contact_inderbox .contact_item .contact_item_i .contact_item_img .wxchat_qr {
    width: 50px
  }
  
  .contact_box .contact_inderbox .contact_item .contact_item_i .contact_item_img .wxchat_img {
    display: none
  }
  
  .contact_box .contact_inderbox .contact_item .contact_more {
    font-size: 8px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #fff;
    line-height: 1;
    opacity: .3
  }
  
  .contact_box .contact_inderbox .contact_item .contact_name {
    height: 37px;
    font-size: 10px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #fff;
    line-height: 1;
    opacity: .7;
    padding-top: 26px
  }
  
  .contact_box .contact_inderbox .contact_item .shop_img {
    width: 40px
  }
  
  .contact_box .contact_inderbox .contact_item .contact_img, .contact_box .contact_inderbox .contact_item .wxchat_img {
    width: 50px
  }
  
  .contact_box .contact_inderbox .contact_item .user_img_box {
    width: 100%;
    height: 107px
  }
  
  .scentbase-page {
    margin-top: 48px
  }
  
  .scentbase-page .topBanner {
    width: 100%;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center
  }
  
  .scentbase-page .topBanner .scentbase_pc_banner {
    display: none
  }
  
  .scentbase-page .topBanner .scentbase_mobile_banner {
    height: 124.5px
  }
  
  .scentbase-page .title {
    height: 105px
  }
  
  .scentbase-page .title .mobile_searchBar {
    display: block;
    height: 50px
  }
  
  .scentbase-page .title .pc_searchBar {
    position: relative;
    height: 100%
  }
  
  .scentbase-page .title .pc_searchBar .bread-nav {
    position: absolute;
    left: 0;
    bottom: 0
  }
  
  .scentbase-page .title .pc_searchBar .bread-nav .resetSearch {
    display: none
  }
  
  .scentbase-page .title .pc_searchBar .search {
    display: block;
    width: 100%
  }
  
  .scentbase-page .title .pc_searchBar .search form {
    margin: 0 15px
  }
  
  .scentbase-page .title .pc_searchBar .search form .searchinput {
    width: -webkit-fill-available;
    margin: 0
  }
  
  .scentbase-page .title .pc_searchBar .filter {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 15px
  }
  
  .scentbase-page .title .search {
    padding: 19px 0
  }
  
  .scentbase-page .title .search input {
    height: 26px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 12px
  }
  
  .scentbase-page .title .search button {
    height: 23px
  }
  
  .scentbase-page .title .bread-nav {
    width: 90px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333;
    position: relative
  }
  
  .scentbase-page .title .bread-nav img {
    padding: 17px 15px 0
  }
  
  .scentbase-page .title .filter .sort .sub-menu {
    width: 117px
  }
  
  .scentbase-page .title .filter .sort .sub-menu li {
    padding: 0 14px
  }
  
  .scentbase-page .title .filter .sort .sub-menu li .line {
    width: 100%
  }
  
  .sub-type-select {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    z-index: 999;
    display: none;
    background: rgba(0, 0, 0, .6);
    overflow: auto
  }
  
  .sub-type-select .sub-type-select-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    position: absolute;
    top: 75px;
    width: 100%
  }
  
  .sub-type-select .sub-type-select-wrapper .select-box {
    width: 78%;
    min-height: 300px;
    height: auto;
    background: #fff;
    border-radius: 4px;
    padding: 30px 20px
  }
  
  .sub-type-select .sub-type-select-wrapper .select-box .select-box-title {
    text-align: right;
    padding-bottom: 36.5px;
    border-bottom: 1px dashed #ccc
  }
  
  .sub-type-select .sub-type-select-wrapper .select-box .select-box-title .resetSearch_m {
    float: left;
    color: #10858e
  }
  
  .sub-type-select .sub-type-select-wrapper .select-box .select-box-title .iconfont {
    float: right;
    color: #999;
    font-size: 14px
  }
  
  .sub-type-select .sub-type-select-wrapper dd {
    border-bottom: 1px solid #eee;
    text-align: left;
    overflow: hidden;
    font-size: 13px;
    color: #1b1b1b;
    line-height: 28px;
    position: relative;
    cursor: pointer
  }
  
  .sub-type-select .sub-type-select-wrapper dd .type-title {
    white-space: nowrap;
    line-height: 50px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #333
  }
  
  .sub-type-select .sub-type-select-wrapper dd .iconfont {
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 1px;
    color: #999;
    transition: all .3s ease-out;
    transform: rotate(0deg)
  }
  
  .sub-type-select .sub-type-select-wrapper dd .iconfont.toggle {
    display: block;
    transition: all .3s ease-out;
    transform: rotate(-180deg)
  }
  
  .sub-type-select .sub-type-select-wrapper dd .sub-title {
    display: none
  }
  
  .sub-type-select .sub-type-select-wrapper dd .sub-title li {
    font-size: 14px;
    line-height: 20px;
    padding: 14px 0
  }
  
  .sub-type-select .sub-type-select-wrapper dd .sub-title li:hover {
    color: #1babb6
  }
  
  .sub-type-select .sub-type-select-wrapper dd .sub-title li.active {
    color: #10858e
  }
  
  .sub-type-select .sub-type-select-wrapper dd .sub-title.toggle {
    display: block
  }
  
  .cateContainer {
    display: block;
    margin-bottom: 0 !important
  }
  
  .cateContainer .cate-left {
    display: none
  }
  
  .cateContainer .cate-right .list {
    padding-bottom: 0
  }
  
  .cateContainer .cate-right .list li {
    width: 50%;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc
  }
  
  .cateContainer .cate-right .list li .pic img {
    width: 100%;
    margin: 0 auto
  }
  
  .cateContainer .cate-right .list li .pic span {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666;
    line-height: 20px;
    margin-bottom: 20px
  }
  
  .cateContainer .cate-right .list .noData {
    margin: 76px auto
  }
  
  .cateContainer .cate-right .list .noData .noDataImage img {
    display: block;
    width: 150px;
    height: 159px;
    margin: 0 auto
  }
  
  .cateContainer .cate-right .list .noData .text {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ccc;
    line-height: 22px;
    text-align: center;
    margin-top: 34px
  }
  
  .productWapper .video_box, .productWapper .video_box video {
    width: 100%
  }
  
  .productWapper .video_box .video_mask {
    display: none
  }
  
  .productWapper ul .productItem {
    background-color: #000;
    overflow: hidden
  }
  
  .productWapper ul .productItem .item-title-first {
    margin-top: 30px;
    margin-bottom: 31px
  }
  
  .productWapper ul .productItem .item-title-first .title-first {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    margin-bottom: 10px;
    color: #fff
  }
  
  .productWapper ul .productItem .item-title-first .sub-title-first {
    text-align: center;
    font-size: 28px;
    line-height: 39px;
    font-weight: 500;
    color: #fff
  }
  
  .productWapper ul .productItem .item-title {
    margin-top: 63px;
    margin-bottom: 26px
  }
  
  .productWapper ul .productItem .item-title .title {
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    line-height: 39px;
    text-align: center;
    margin-bottom: 15px;
    color: #fff
  }
  
  .productWapper ul .productItem .item-title .sub-title {
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    color: #fff
  }
  
  .productWapper ul .productItem .imgBox .showImageBox_m {
    display: block;
    width: 266.5px
  }
  
  .productWapper ul .productItem .imgBox .showImageBox_pc {
    display: none
  }
  
  .productWapper ul .productItem .imgBox .showPic_samll {
    display: block
  }
  
  .productWapper ul .productItem .imgBox .showPic_samll_pro1 {
    width: 74%
  }
  
  .productWapper ul .productItem .imgBox .showPic_samll_pro2 {
    width: 43.8%
  }
  
  .productWapper ul .productItem .imgBox .showPic_samll_pro3 {
    width: 90%
  }
  
  .productWapper ul .productItem .imgBox .showPic_samll_pro4 {
    width: 80%
  }
  
  .productWapper ul .productItem .imgBox .showPic_samll_pro5 {
    width: 27.8%
  }
  
  .productWapper ul .productItem .imgBox .showPic_large {
    display: none
  }
  
  .productWapper ul .productItem .product_desc {
    display: flex;
    flex-direction: column;
    margin-bottom: 100px
  }
  
  .productWapper ul .productItem .product_desc .pro_content, .productWapper ul .productItem .product_desc .pro_left, .productWapper ul .productItem .product_desc .pro_right {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
  }
  
  .productWapper ul .productItem .product_desc .pro_content img {
    width: 96%
  }
  
  .productWapper ul .productItem .product_desc .pro_left img {
    width: 180px
  }
  
  .productWapper ul .productItem .product_desc .pro_right {
    margin-top: 31px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ccc;
    line-height: 30px;
    flex-direction: column
  }
  
  .productWapper ul .productItem .product_desc .pro_right p {
    width: 62%;
    text-align: justify
  }
  
  .productWapper ul .productItem .pro_example {
    margin-bottom: 102px
  }
  
  .productWapper ul .productItem .pro_example .pro4_example {
    display: flex;
    align-items: center;
    flex-direction: column
  }
  
  .productWapper ul .productItem .pro_example .pro4_example .showPic_samll_pro4 {
    width: 80%;
    max-width: 1477px
  }
  
  .productWapper ul .productItem .pro_example .ex_large, .productWapper ul .productItem .pro_example .pro4_example .showPic_large {
    display: none
  }
  
  .productWapper ul .productItem .pro_example .pro_example_o {
    padding: 0 26px;
    margin: auto;
    display: flex;
    flex-wrap: wrap
  }
  
  .productWapper ul .productItem .pro_example .pro_example_o .pro_example_item {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    justify-content: center
  }
  
  .productWapper ul .productItem .pro_example .pro_example_o .pro_example_item .pro_example_li {
    width: 100%;
    height: 100%;
    position: relative
  }
  
  .productWapper ul .productItem .pro_example .pro_example_o .pro_example_item .pro_example_li img {
    width: 100%
  }
  
  .productWapper ul .productItem .pro_example .pro_example_o .pro_example_item .pro_example_li .pro_title {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(0, 0, 0, .8);
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ccc
  }
  
  .productWapper ul .productItem .detailBox {
    margin-bottom: 40px
  }
  
  .productWapper ul .productItem .detailBox .title {
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    line-height: 39px;
    text-align: center
  }
  
  .productWapper ul .productItem .detailBox .detail-item {
    padding-bottom: 50px;
    margin-left: 26px;
    margin-right: 26px;
    border-bottom: 1px solid #424245
  }
  
  .productWapper ul .productItem .detailBox .detail-item:first-child .detailItemTitle {
    margin-top: 30px
  }
  
  .productWapper ul .productItem .detailBox .detail-item .detailItemTitle {
    overflow: hidden;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px
  }
  
  .productWapper ul .productItem .detailBox .detail-item .detailItemTitle .icon {
    width: 15px;
    height: 15px;
    margin-right: 6px;
    vertical-align: text-bottom;
    margin-bottom: 2px
  }
  
  .productWapper ul .productItem .detailBox .detail-item .detailItemTitle span {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    line-height: 25px
  }
  
  .productWapper ul .productItem .detailBox .detail-item ul li {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 25px;
    text-align: center
  }
  
  .productWapper ul .productItem.contentCenter {
    height: auto
  }
  
  .neckPlay {
    background: #000;
    margin-top: 48px !important;
    width: 100%
  }
  
  .neckPlay .detailBox .detail-item .detailItemTitle span, .neckPlay .detailBox .title {
    color: #fff
  }
  
  .neckPlay .detailBox .detail-item ul li {
    color: #ccc
  }
  
  .digitalPerfume {
    margin-top: 48px !important;
    width: 100%
  }
  
  .digitalPerfume .topBar {
    width: 100%;
    height: 338px;
    background: #000;
    position: relative
  }
  
  .digitalPerfume .topBar .topImage .topImage_m {
    display: block;
    width: 130.5px
  }
  
  .digitalPerfume .topBar .topImage .topImage_pc {
    display: none
  }
  
  .digitalPerfume .productDetail {
    background: #000
  }
  
  .digitalPerfume .productDetail .detailBox .detail-item .detailItemTitle span, .digitalPerfume .productDetail .title {
    color: #fff
  }
  
  .digitalPerfume .productDetail .detailBox .detail-item ul li {
    color: #ccc
  }
  
  .digitalPerfume .productDetail .showImageBox .showImage {
    width: 100%;
    background: #000;
    position: relative
  }
  
  .digitalPerfume .productDetail .showImageBox .showImage .imgBox .showImageBox_m {
    display: block;
    width: 108px
  }
  
  .digitalPerfume .productDetail .showImageBox .showImage .imgBox .showImageBox_m.img2 {
    width: 240px
  }
  
  .digitalPerfume .productDetail .showImageBox .showImage .imgBox .showImageBox_m.img3 {
    position: absolute;
    width: 264px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
  }
  
  .digitalPerfume .productDetail .showImageBox .showImage .imgBox .showImageBox_pc {
    display: none
  }
  
  .digitalPerfume .productDetail .showImageBox .showImage .showImageText {
    color: #fff
  }
  
  .digitalPerfume .productDetail .showImageBox .showImage .showImageText .sub-title {
    color: #ccc
  }
  
  .smellModule {
    margin-top: 48px !important;
    width: 100%
  }
  
  .smellModule .topBar {
    width: 100%;
    height: 338.5px;
    background: #f8f8f8;
    position: relative
  }
  
  .smellModule .topBar .topImage {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
  }
  
  .smellModule .topBar .topImage .topImage_m {
    display: block;
    width: 100%;
    max-height: 338.5px
  }
  
  .smellModule .topBar .topImage .topImage_pc {
    display: none
  }
  
  .smellModule .productDetail {
    background: #fff
  }
  
  .smellModule .productDetail .detailBox .title {
    color: #333
  }
  
  .smellModule .productDetail .detailBox .detail-item {
    border-bottom: 1px solid #ccc
  }
  
  .smellModule .productDetail .detailBox .detail-item .detailItemTitle span {
    color: #333
  }
  
  .smellModule .productDetail .detailBox .detail-item ul li {
    color: #666
  }
  
  .smellModule .productDetail .showImageBox {
    margin-top: 30px
  }
  
  .smellModule .productDetail .showImageBox .showImage {
    width: 100%;
    background: #fff;
    position: relative
  }
  
  .smellModule .productDetail .showImageBox .showImage .imgBox .showImageBox_m {
    display: block;
    width: 100%
  }
  
  .smellModule .productDetail .showImageBox .showImage .imgBox .showImageBox_pc {
    display: none
  }
  
  .smellModule .productDetail .showImageBox .showImage .showImageText {
    display: block;
    color: #333
  }
  
  .smellModule .productDetail .showImageBox .showImage .showImageText .sub-title {
    color: #666
  }
  
  .about-page {
    margin-top: -2px;
    padding: 50px 0 0
  }
  
  .about-page .about-banner-mobile {
    display: block;
    width: 100%
  }
  
  .about-page .about-banner-pc {
    display: none
  }
  
  .about-page .contact-map #dituContent {
    width: 100%;
    height: 200px
  }
  
  .about-page .contract {
    padding: 0;
    width: auto;
    height: auto;
    margin-bottom: 48px
  }
  
  .about-page .contract .tit {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    text-align: left
  }
  
  .about-page .contract .intr, .about-page .contract .tit {
    color: #333;
    margin-left: 28px;
    border-bottom: 1px solid #ccc;
    padding-left: 0
  }
  
  .about-page .contract .intr {
    float: inherit;
    padding-bottom: 15px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 20px;
    margin-top: 20px;
    line-height: 30px;
    border-left: none
  }
  
  .about-page .contract .qrcode {
    float: inherit;
    height: auto;
    margin-top: 15px;
    margin-left: 28px;
    border-right: none
  }
  
  .about-page .contract .qrcode .qrcode_imgBox img {
    width: 61px;
    height: 61px
  }
  
  .about-page .contract .qrcode .qrcode_imgBox .weiboImage {
    margin-right: 11.5px
  }
  
  .err_page {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 3% auto
  }
  
  .err_page .err_img {
    width: 65%;
    margin: 0 auto;
    display: block
  }
  
  .err_page .font_desc {
    font-size: 18px;
    text-align: center
  }
  
  .err_page .index_back {
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 25px;
    border: 1px solid #16aab5;
    margin: 6% auto 0
  }
  
  .news_page .news_content {
    width: 92%
  }
  
  .news_page .main_title {
    text-align: center
  }
  
  .news_page .main_title span {
    padding-top: 50px;
    font-size: 20px;
    padding-bottom: 7px;
    margin-left: 8px
  }
  
  .news_page .news_item {
    width: 100%;
    padding: 40px 8px 0
  }
  
  .news_page .news_item img {
    height: 220px;
    object-fit: cover;
    width: 100%
  }
  
  .news_page .news_item .new_title {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 0 6px
  }
  
  .news_page .news_item .release_time {
    font-size: 10px;
    line-height: 15px
  }
  
  .article_page {
    padding-bottom: 10px
  }
  
  .article_page .article_content {
    width: 90%;
    margin: auto;
    font-size: 14px;
    line-height: 18px
  }
  
  .article_page .article_content .main_title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    padding: 0 0 20px;
    letter-spacing: 3px
  }
  
  .article_page .article_content .release_time {
    font-size: 14px;
    color: #9b9b9b;
    padding-bottom: 10px
  }
  
  .m-style {
    margin: 40px auto !important
  }
  
  .footer {
    height: 65px
  }
  
  .footer .copy-right {
    padding-top: 0;
    margin-top: 10px
  }
  
  .footer .copy-right li, .footer .copy-right li a {
    line-height: 14px;
    font-size: 10px
  }
  
  .footer .copy-right li a {
    color: #fff
  }
  
  .footer .copy-right .record_number {
    flex-direction: column
  }
}

@media (min-width: 768px) {
  .cate-right.cate-right-padding {
    padding-left: 201px
  }
  
  .cate-right .list li {
    width: 19.99%;
    padding: 30px
  }
  
  .cate-right .list .noData {
    margin: 250px auto
  }
  
  .cate-right .list .noData .noDataImage img {
    display: block;
    width: 150px;
    height: 159px;
    margin: 0 auto
  }
  
  .cate-right .list .noData .text {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ccc;
    line-height: 22px;
    text-align: center;
    margin-top: 34px
  }
  
  .index_container {
    background-color: #1b1d21 !important
  }
  
  .index {
    min-width: 1200px
  }
}

@media (min-width: 768px) and (min-width: 1344px) {
  .index #banner #iVideo {
    width: 1344px;
    margin: 40px auto
  }
}

@media (min-width: 768px) {
  .index .partner-bar-pc {
    display: block
  }
  
  .index .partner-bar-m {
    display: none
  }
  
  .index .find_nav_left {
    width: 100%;
    height: 60px;
    overflow: hidden;
    position: relative
  }
  
  .index .find_nav_list {
    position: relative
  }
  
  .index .swipe .swipe_pc {
    display: block
  }
  
  .index .swipe .swipe_m {
    display: none
  }
  
  .swiper-container {
    width: 100%
  }
  
  .swiper-container .swiper_slide1 {
    background-image: url(/static/images/home/banner1.png)
  }
  
  .swiper-container .wohuan_desc_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 30%;
    left: 25%
  }
  
  .swiper-container .wohuan_desc_box img {
    width: 100%
  }
  
  .swiper-container .wohuan_desc_box button {
    width: 152px !important;
    height: 42px;
    border: 2px solid hsla(0, 0%, 100%, .3);
    border-radius: 21px;
    width: 102px;
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #fff;
    background-color: transparent !important;
    line-height: 24px;
    margin-top: 52px;
    cursor: pointer
  }
  
  .swiper-container .wohuan_desc_box .wohuan_title {
    font-size: 45px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #fff;
    line-height: 69px;
    opacity: .5
  }
  
  .swiper-container .wohuan_desc_box .wohuan_name {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #fff;
    line-height: 34px;
    letter-spacing: 5px
  }
  
  .swiper-container .wohuan_pic_pc {
    position: absolute;
    left: 14.6%;
    top: 67.2%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
  }
  
  .swiper-container .wohuan_pic_pc .wohuan_title {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    border-left: 2px solid #fff;
    padding-left: 20px
  }
  
  .swiper-container .wohuan_pic_pc .wohuan_name {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    opacity: .5;
    padding-top: 14px
  }
  
  .swiper-container .pagination {
    bottom: 52px !important
  }
  
  .swiper-container .swiper-pagination-switch {
    width: 89px !important;
    margin-right: 18px !important
  }
  
  .swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
    border-radius: 100%;
    color: #fff !important;
    background-color: hsla(0, 0%, 100%, 0)
  }
  
  .swiper-container .swiper-button-next:hover, .swiper-container .swiper-button-prev:hover {
    background-color: hsla(0, 0%, 100%, .2)
  }
  
  .swiper-container .swiper-button-next .iconfont, .swiper-container .swiper-button-prev .iconfont {
    color: hsla(0, 0%, 100%, .45) !important
  }
  
  .swiper-container .swiper-button-prev, .swiper-container .swiper-rtl .swiper-button-next {
    left: 20px !important
  }
  
  .swiper-container .swiper-button-next, .swiper-container .swiper-rtl .swiper-button-prev {
    right: 20px !important
  }
  
  .product_box {
    width: 100%
  }
  
  .product_box .product_big {
    width: 100%;
    margin-top: 39px
  }
  
  .product_box .product_sm_box {
    display: none
  }
  
  .scene_box {
    min-width: 1200px;
    width: 70%;
    margin: 0 auto;
    position: relative
  }
  
  .scene_box .scene_top {
    width: 100%;
    height: 235px;
    position: relative
  }
  
  .scene_box .scene_top .player_en {
    position: absolute;
    left: 0;
    top: 129px;
    width: 392px;
    height: 52px
  }
  
  .scene_box .scene_top .player_desc {
    position: absolute;
    right: 56px;
    top: 119px;
    width: 391px;
    height: 68px
  }
  
  .scene_box .palyer_img, .scene_box .player_progress, .scene_box .swiper_item_small {
    display: none
  }
  
  .scene_box .swiper_item_pc {
    width: 100%;
    height: 483px;
    position: relative;
    display: flex;
    margin: 0 auto 35px
  }
  
  .scene_box .swiper_item_pc .swiper_item_left {
    width: 25%
  }
  
  .scene_box .swiper_item_pc .swiper_item_left, .scene_box .swiper_item_pc .swiper_item_right {
    height: 100%;
    position: relative;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
  }
  
  .scene_box .swiper_item_pc .swiper_item_right {
    width: 75%
  }
  
  .scene_box .swiper_item_pc .swiper_item_right .swiper_item_img1, .scene_box .swiper_item_pc .swiper_item_right .swiper_item_img2, .scene_box .swiper_item_pc .swiper_item_right .swiper_item_img3, .scene_box .swiper_item_pc .swiper_item_right .swiper_item_img4, .scene_box .swiper_item_pc .swiper_item_right .swiper_item_img5 {
    width: 30%;
    position: absolute;
    top: 5%;
    z-index: 999
  }
  
  .scene_box .swiper_item_pc .swiper_item_right .swiper_item_img1, .scene_box .swiper_item_pc .swiper_item_right .swiper_item_img2, .scene_box .swiper_item_pc .swiper_item_right .swiper_item_img3, .scene_box .swiper_item_pc .swiper_item_right .swiper_item_img5 {
    left: 6%
  }
  
  .scene_box .swiper_item_pc .swiper_item_right .swiper_item_img4 {
    right: 6%
  }
  
  .scene_box .swiper_item_pc .img_mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, .5)
  }
  
  .scene_box .swiper_item_pc .img_mask:hover {
    background-color: transparent
  }
  
  .user_feedback {
    width: 100%;
    padding-bottom: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }
  
  .user_feedback .feedback_item {
    width: 24%
  }
  
  .user_feedback .feedback_item img {
    width: 100%
  }
  
  .user_feedback .feedback_item_one {
    padding-top: 20px
  }
  
  .user_feedback .feedback_item_two {
    padding-top: 65px
  }
  
  .user_feedback .feedback_item_thour {
    padding-top: 92px
  }
  
  .user_feedback .user_text1, .user_feedback .user_text2, .user_feedback .user_text3, .user_feedback .user_text4 {
    width: 100%;
    background-color: #2e3034;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center
  }
  
  .user_feedback .user_text1 {
    height: 220px
  }
  
  .user_feedback .user_text2 {
    height: 262px
  }
  
  .user_feedback .user_text3 {
    height: 237px
  }
  
  .user_feedback .user_text4 {
    height: 276px
  }
  
  .user_feedback .user_desc, .user_feedback .user_name {
    width: 224px
  }
  
  .user_feedback .user_name {
    font-size: 18px;
    opacity: .7
  }
  
  .user_feedback .user_desc, .user_feedback .user_name {
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #fff;
    line-height: 24px
  }
  
  .user_feedback .user_desc {
    font-size: 14px;
    opacity: .3;
    text-align: justify
  }
  
  .user_feedback .user_line {
    height: 12px;
    margin-top: 25px
  }
  
  .contact_box, .user_feedback .user_line {
    width: 100%;
    background-color: #2e3034
  }
  
  .contact_box .contact_inderbox {
    width: 85%;
    max-width: 1200px;
    border-bottom: 3px solid #373b45;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 110px 0 106px
  }
  
  .contact_box .contact_inderbox .contact_item {
    width: 33.333%;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: flex-end
  }
  
  .contact_box .contact_inderbox .contact_item .contact_item_i, .contact_box .contact_inderbox .contact_item .contact_item_i .contact_item_img {
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    align-items: center
  }
  
  .contact_box .contact_inderbox .contact_item .contact_item_i .contact_item_img {
    width: 100px;
    height: 110px
  }
  
  .contact_box .contact_inderbox .contact_item .contact_item_i .contact_item_img .wxchat_qr {
    width: 100px;
    display: none
  }
  
  .contact_box .contact_inderbox .contact_item .contact_item_i .contact_item_img .wxchat_img, .contact_box .contact_inderbox .contact_item .contact_item_i:hover .wxchat_qr {
    display: block
  }
  
  .contact_box .contact_inderbox .contact_item .contact_item_i:hover .wxchat_img {
    display: none
  }
  
  .contact_box .contact_inderbox .contact_item .contact_item_last {
    cursor: pointer
  }
  
  .contact_box .contact_inderbox .contact_item .contact_more {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #fff;
    line-height: 37px;
    opacity: .3;
    text-align: center;
    cursor: pointer
  }
  
  .contact_box .contact_inderbox .contact_item .contact_name {
    padding: 32px 0 23px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #fff;
    line-height: 37px;
    opacity: .7;
    text-align: center
  }
  
  .contact_box .contact_inderbox .contact_item .shop_img {
    width: 80px
  }
  
  .contact_box .contact_inderbox .contact_item .contact_img, .contact_box .contact_inderbox .contact_item .wxchat_img {
    width: 100px
  }
  
  .productlist {
    cursor: pointer
  }
  
  .productlist .info {
    padding-top: 126px
  }
  
  .productlist .info .info-text .intr {
    padding-top: 30px
  }
  
  .productlist .info .info-text .intr p {
    text-align: center
  }
  
  .productlist .info .info-text .learnMore {
    font-size: 32px;
    padding-top: 30px;
    line-height: 50px
  }
  
  .productlist .info .info-text .learnMore .iconfont {
    margin-left: 16px
  }
  
  .productlist .product1_large {
    display: block;
    width: 300px;
    margin-top: 110px
  }
  
  .productlist .product2_large {
    width: 65%;
    margin-top: 65px;
    margin-bottom: 100px;
    max-width: 1209px
  }
  
  .productlist .product3_large {
    width: 72%;
    margin-top: 65px;
    margin-bottom: 100px;
    max-width: 1343px
  }
  
  .productlist .product4_large {
    width: 49%;
    margin-top: 65px;
    margin-bottom: 100px;
    max-width: 918px
  }
  
  .productlist .product5_large {
    width: 71%;
    margin-top: 65px;
    margin-bottom: 100px;
    max-width: 1323px
  }
  
  .productlist .product6_large {
    width: 17%;
    margin-top: 65px;
    margin-bottom: 100px;
    max-width: 305px
  }
  
  .productlist .product1_small, .productlist .product2_small, .productlist .product3_small, .productlist .product4_small, .productlist .product5_small, .productlist .product6_small {
    display: none
  }
  
  .productlist .info {
    width: auto
  }
  
  .partner_container {
    width: 100%;
    background-color: #fff;
    padding: 0 13%;
    box-sizing: border-box
  }
  
  .partner_container .title {
    text-align: center;
    font-size: 56px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    padding-top: 126px;
    padding-bottom: 60px
  }
  
  .partner_container ul {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    padding-bottom: 70px
  }
  
  .partner_container ul li {
    width: 14.2%;
    padding-bottom: 2.8%
  }
  
  .partner_container ul li img {
    width: 90%
  }
  
  .scentbase-page .header {
    background-color: #212529
  }
  
  .scentbase-page .topBanner {
    width: 100%;
    height: 381px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
  }
  
  .scentbase-page .topBanner .scentbase_pc_banner {
    display: block;
    width: 1076px;
    height: 306px
  }
  
  .scentbase-page .topBanner .mobile_searchBar, .scentbase-page .topBanner .scentbase_mobile_banner {
    display: none
  }
  
  .scentbase-page .topBanner .pc_searchBar .search {
    display: block
  }
  
  .scentbase-page .title {
    border-top: none
  }
  
  .scentbase-page .title .bar7 input {
    width: 500px
  }
  
  .about-page {
    padding-top: 0
  }
  
  .about-page .about-banner-mobile {
    display: none
  }
  
  .about-page .about-banner-pc {
    display: block;
    width: 100%
  }
  
  .about-page .contract .tit {
    padding-top: 100px;
    padding-bottom: 50px
  }
  
  .about-page .contract .qrcode {
    margin-top: 21.5px
  }
  
  .about-page .contract .qrcode_imgBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
  }
  
  .productWapper .video_box {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden
  }
  
  .productWapper .video_box video {
    width: 100%;
    height: calc(100% - 83px);
    object-fit: cover
  }
  
  .productWapper .video_box .video_mask {
    width: 100%;
    height: calc(100% - 83px);
    background-color: rgba(116, 20, 20, 0);
    position: absolute;
    top: 0
  }
  
  .productWapper .video_box .video_mask img {
    width: 70px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 25px;
    cursor: pointer;
    animation: myfirst .7s infinite alternate;
    -webkit-animation: myfirst .7s infinite alternate
  }
  
  .productWapper ul .productItem {
    background-color: #000;
    width: 100%
  }
  
  .productWapper ul .productItem .item-title-first {
    padding-top: 213px;
    margin-bottom: 94px
  }
  
  .productWapper ul .productItem .item-title-first .title-first {
    font-size: 40px;
    line-height: 56px;
    text-align: center;
    margin-bottom: 16px;
    color: #fff
  }
  
  .productWapper ul .productItem .item-title-first .sub-title-first {
    text-align: center;
    font-size: 80px;
    line-height: 112px;
    font-weight: 500;
    color: #fff
  }
  
  .productWapper ul .productItem .item-title {
    padding-top: 126px;
    margin-bottom: 86px
  }
  
  .productWapper ul .productItem .item-title .title {
    font-size: 56px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    line-height: 78px;
    text-align: center;
    margin-bottom: 30px;
    color: #fff
  }
  
  .productWapper ul .productItem .item-title .sub-title {
    text-align: center;
    font-size: 32px;
    line-height: 50px;
    color: #ccc
  }
  
  .productWapper ul .productItem .imgBox .showImageBox_m {
    display: none
  }
  
  .productWapper ul .productItem .imgBox .showImageBox_pc {
    display: block;
    width: 75%;
    max-width: 1228px
  }
  
  .productWapper ul .productItem .imgBox .showPic_samll {
    display: none
  }
  
  .productWapper ul .productItem .imgBox .showPic_large {
    display: block
  }
  
  .productWapper ul .productItem .imgBox .showPic_large_pro1 {
    width: 65%;
    max-width: 1216px
  }
  
  .productWapper ul .productItem .imgBox .showPic_large_pro2 {
    width: 43%;
    max-width: 569px
  }
  
  .productWapper ul .productItem .imgBox .showPic_large_pro3 {
    width: 85%;
    max-width: 1624px
  }
  
  .productWapper ul .productItem .imgBox .showPic_large_pro4 {
    width: 80%;
    max-width: 1477px
  }
  
  .productWapper ul .productItem .imgBox .showPic_large_pro5 {
    width: 18%;
    max-width: 337px
  }
  
  .productWapper ul .productItem .pro_example {
    width: 100%;
    margin-bottom: 100px
  }
  
  .productWapper ul .productItem .pro_example .pro4_example {
    display: flex;
    align-items: center;
    flex-direction: column
  }
  
  .productWapper ul .productItem .pro_example .pro4_example .showPic_large_pro4 {
    width: 80%;
    max-width: 1477px
  }
  
  .productWapper ul .productItem .pro_example .pro4_example .showPic_samll {
    display: none
  }
  
  .productWapper ul .productItem .pro_example .pro_example_o {
    padding: 0 .8%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    max-width: 1380px
  }
  
  .productWapper ul .productItem .pro_example .ex_small {
    display: none
  }
  
  .productWapper ul .productItem .pro_example .pro_example_item {
    margin-bottom: 31px;
    display: flex;
    justify-content: center
  }
  
  .productWapper ul .productItem .pro_example .pro_example_item .pro_example_li {
    width: 95%;
    height: 100%;
    position: relative
  }
  
  .productWapper ul .productItem .pro_example .pro_example_item .pro_example_li img {
    width: 100%
  }
  
  .productWapper ul .productItem .pro_example .pro_example_item .pro_example_li .pro_title {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background-color: rgba(0, 0, 0, .8);
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ccc
  }
  
  .productWapper ul .productItem .pro_example .pro_example_item2 {
    width: 50%
  }
  
  .productWapper ul .productItem .detailBox .title {
    text-align: center;
    padding-top: 126px;
    font-size: 56px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    line-height: 78px
  }
  
  .productWapper ul .productItem .detailBox .detailContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: vertical;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 8%;
    margin: 20px auto 226px
  }
  
  .productWapper ul .productItem .detailBox .detailContainer .detail-item {
    width: 33.333%;
    padding: 80px 0 90px
  }
  
  .productWapper ul .productItem .detailBox .detailContainer .detail-item .detailItemTitle {
    overflow: hidden;
    text-align: center;
    margin-top: 26px;
    margin-bottom: 14px
  }
  
  .productWapper ul .productItem .detailBox .detailContainer .detail-item .detailItemTitle .icon {
    width: 15px;
    height: 15px;
    margin-right: 6px;
    vertical-align: text-bottom;
    margin-bottom: 2px
  }
  
  .productWapper ul .productItem .detailBox .detailContainer .detail-item .detailItemTitle span {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    line-height: 33px
  }
  
  .productWapper ul .productItem .detailBox .detailContainer .detail-item ul li {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 28px;
    text-align: center
  }
  
  .productWapper ul .productItem .detailBox .detailContainer .detail-item:nth-child(4), .productWapper ul .productItem .detailBox .detailContainer .detail-item:nth-child(5), .productWapper ul .productItem .detailBox .detailContainer .detail-item:nth-child(6) {
    border-bottom: none
  }
  
  .productWapper ul .productItem.contentCenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
  }
  
  .neckPlay {
    background: #000;
    width: 100%;
    margin-top: 83px !important
  }
  
  .neckPlay .detailBox .title {
    color: #fff
  }
  
  .neckPlay .detailBox .detailContainer .detail-item {
    border-bottom: 1px solid #666
  }
  
  .neckPlay .detailBox .detailContainer .detail-item .detailItemTitle span, .neckPlay .detailBox .detailContainer .detail-item ul li {
    color: #fff
  }
  
  .digitalPerfume {
    margin-top: 83px !important;
    width: 100%
  }
  
  .digitalPerfume .topBar {
    width: 100%;
    height: 900px;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
  }
  
  .digitalPerfume .topBar .topBanner_pc {
    display: block;
    margin-right: 144px
  }
  
  .digitalPerfume .topBar .topBanner_pc .title {
    font-size: 40px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #fff;
    line-height: 56px
  }
  
  .digitalPerfume .topBar .topBanner_pc .content {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #fff;
    line-height: 33px;
    margin-top: 24px
  }
  
  .digitalPerfume .topBar .topBanner_m, .digitalPerfume .topBar .topImage .topImage_m {
    display: none
  }
  
  .digitalPerfume .topBar .topImage .topImage_pc {
    display: block;
    width: 437px
  }
  
  .digitalPerfume .productDetail {
    background: #000
  }
  
  .digitalPerfume .productDetail .detailBox .title {
    color: #fff
  }
  
  .digitalPerfume .productDetail .detailBox .detailContainer .detail-item {
    border-bottom: 1px solid #666
  }
  
  .digitalPerfume .productDetail .detailBox .detailContainer .detail-item .detailItemTitle span, .digitalPerfume .productDetail .detailBox .detailContainer .detail-item ul li {
    color: #fff
  }
  
  .digitalPerfume .productDetail .showImageBox .showImage {
    background: #000
  }
  
  .digitalPerfume .productDetail .showImageBox .showImage .imgBox .showImageBox_pc {
    width: 240px
  }
  
  .digitalPerfume .productDetail .showImageBox .showImage .imgBox .showImageBox_pc.img2 {
    width: 600px
  }
  
  .digitalPerfume .productDetail .showImageBox .showImage .imgBox .showImageBox_pc.img3 {
    position: absolute;
    width: 950px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
  }
  
  .digitalPerfume .productDetail .showImageBox .showImage .showImageText .title {
    color: #fff
  }
  
  .digitalPerfume .productDetail .showImageBox .showImage .showImageText .sub-title {
    color: #ccc
  }
  
  .smellModule {
    margin-top: 83px !important;
    width: 100%
  }
  
  .smellModule .topBar {
    width: 100%;
    height: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #f8f8f8
  }
  
  .smellModule .topBar .topImage .topImage_m {
    display: none
  }
  
  .smellModule .topBar .topImage .topImage_pc {
    display: block;
    width: 100%
  }
  
  .smellModule .productDetail {
    background: #fff
  }
  
  .smellModule .productDetail .detailBox .title {
    color: #333
  }
  
  .smellModule .productDetail .detailBox .detailContainer .detail-item {
    border-bottom: 1px solid #ccc
  }
  
  .smellModule .productDetail .detailBox .detailContainer .detail-item .detailItemTitle span, .smellModule .productDetail .detailBox .detailContainer .detail-item ul li {
    color: #333
  }
  
  .smellModule .productDetail .showImageBox .showImage {
    position: relative
  }
  
  .header {
    min-width: 1200px
  }
  
  .header .logo a img {
    width: 100%
  }
  
  .header .logo a .logo_pc {
    display: block
  }
  
  .header .logo a .logo_sm, .header .logo a .toggleFont {
    display: none
  }
  
  .header .icon_subMenu_bodie {
    width: 91px;
    height: 60px
  }
  
  .header .icon_time_ma {
    width: 46px
  }
  
  .header .icon_car {
    width: 62px;
    height: 65px
  }
  
  .header .icon_perfume {
    width: 81px;
    height: 46px
  }
  
  .header .icon_ad_player {
    width: 30px
  }
  
  .err_page {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 3% auto
  }
  
  .err_page .err_img {
    width: 40%;
    max-width: 942px;
    margin: 0 auto;
    display: block
  }
  
  .err_page .font_desc {
    font-size: 24px;
    text-align: center
  }
  
  .err_page .index_back {
    width: 180px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 25px;
    border: 1px solid #16aab5;
    margin: 3% auto 0
  }
  
  .news_page .news_content {
    width: 100%;
    max-width: 1199px
  }
  
  .news_page .main_title span {
    padding-top: 85px;
    font-size: 26px;
    padding-bottom: 7px;
    margin-left: 20px
  }
  
  .news_page .news_items {
    padding: 10px 0 50px
  }
  
  .news_page .news_item {
    width: 33%;
    padding: 50px 20px 0
  }
  
  .news_page .news_item img {
    height: 220px;
    object-fit: cover;
    width: 100%
  }
  
  .news_page .news_item .new_title {
    font-size: 20px;
    line-height: 32px;
    padding: 14px 0 6px
  }
  
  .news_page .news_item .release_time {
    font-size: 14px;
    line-height: 15px
  }
  
  .article_page {
    padding-top: 83px;
    padding-bottom: 50px
  }
  
  .article_page .article_content {
    max-width: 700px;
    margin: auto;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px
  }
  
  .article_page .article_content .main_title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    padding: 50px 0 24px;
    letter-spacing: 3px
  }
  
  .article_page .article_content .release_time {
    font-size: 18px;
    color: #9b9b9b;
    padding-bottom: 60px
  }
}

@media (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  .header {
    min-width: 1200px
  }
  
  .header .logo a img {
    width: 100%
  }
  
  .header .logo a .toggleFont {
    display: none
  }
  
  .header .nav-bar .nav {
    width: 150px
  }
  
  .index .partner-bar-pc {
    width: 80%;
    padding: 0
  }
  
  .scentbase-page .title .bar7 input {
    width: 380px
  }
  
  .news_page .news_content {
    width: 90%
  }
  
  .news_page .main_title span {
    padding-top: 75px;
    font-size: 24px;
    padding-bottom: 7px;
    margin-left: 15px
  }
  
  .news_page .news_item {
    width: 50%;
    padding: 43px 15px 0
  }
  
  .news_page .news_item .new_title {
    font-size: 18px;
    line-height: 32px;
    padding: 14px 0 6px
  }
  
  .news_page .news_item .release_time {
    font-size: 12px;
    line-height: 15px
  }
}

@media (min-width: 768px) {
  .sub-type-select {
    display: none
  }
  
  .footer .record_number a:last-child {
    margin-left: 20px
  }
}

@media (min-width: 1400px) {
  .productWapper .product_desc {
    display: flex;
    margin-bottom: 100px
  }
  
  .productWapper .product_desc .pro_content, .productWapper .product_desc .pro_left, .productWapper .product_desc .pro_right {
    display: flex;
    justify-content: center
  }
  
  .productWapper .product_desc .pro_content img {
    width: 96%
  }
  
  .productWapper .product_desc .pro_left {
    width: 55%;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
    padding-right: 100px
  }
  
  .productWapper .product_desc .pro_left .pro_desc_img1 {
    width: 76%;
    max-width: 665px
  }
  
  .productWapper .product_desc .pro_left .pro_desc_img2 {
    width: 80%;
    max-width: 770px
  }
  
  .productWapper .product_desc .pro_left .pro_desc_img3 {
    width: 60%;
    max-width: 520px
  }
  
  .productWapper .product_desc .pro_left .pro_desc_img4 {
    width: 70%;
    max-width: 670px
  }
  
  .productWapper .product_desc .pro_right {
    width: 45%;
    font-size: 32px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ccc;
    line-height: 66px;
    flex-direction: column
  }
  
  .productWapper .product_desc .pro_right p {
    width: 85%;
    max-width: 633px;
    text-align: justify
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .productWapper .product_desc {
    display: flex;
    margin-bottom: 100px
  }
  
  .productWapper .product_desc .pro_content, .productWapper .product_desc .pro_left, .productWapper .product_desc .pro_right {
    display: flex;
    justify-content: center
  }
  
  .productWapper .product_desc .pro_content img {
    width: 96%
  }
  
  .productWapper .product_desc .pro_left {
    width: 55%;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
    padding-right: 100px
  }
  
  .productWapper .product_desc .pro_left .pro_desc_img1 {
    width: 76%;
    max-width: 665px
  }
  
  .productWapper .product_desc .pro_left .pro_desc_img2 {
    width: 80%;
    max-width: 770px
  }
  
  .productWapper .product_desc .pro_left .pro_desc_img3 {
    width: 60%;
    max-width: 520px
  }
  
  .productWapper .product_desc .pro_left .pro_desc_img4 {
    width: 70%;
    max-width: 570px
  }
  
  .productWapper .product_desc .pro_right {
    width: 45%;
    font-size: 28px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ccc;
    line-height: 56px;
    flex-direction: column
  }
  
  .productWapper .product_desc .pro_right p {
    width: 80%;
    max-width: 533px;
    text-align: justify
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .productWapper .product_desc {
    display: flex;
    flex-direction: column;
    margin-bottom: 100px
  }
  
  .productWapper .product_desc .pro_content, .productWapper .product_desc .pro_left, .productWapper .product_desc .pro_right {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
  }
  
  .productWapper .product_desc .pro_content img {
    width: 96%
  }
  
  .productWapper .product_desc .pro_left .pro_desc_img1 {
    width: 76%;
    max-width: 665px
  }
  
  .productWapper .product_desc .pro_left .pro_desc_img2 {
    width: 70%;
    max-width: 600px
  }
  
  .productWapper .product_desc .pro_left .pro_desc_img3 {
    width: 50%;
    max-width: 470px
  }
  
  .productWapper .product_desc .pro_left .pro_desc_img4 {
    width: 70%;
    max-width: 570px
  }
  
  .productWapper .product_desc .pro_right {
    font-size: 26px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ccc;
    line-height: 46px;
    flex-direction: column;
    margin-top: 55px
  }
  
  .productWapper .product_desc .pro_right p {
    width: 80%;
    max-width: 633px;
    text-align: justify
  }
}

@keyframes myfirst {
  0% {
    bottom: 25px
  }
  to {
    bottom: 38px
  }
}

.m-style {
  position: relative;
  text-align: center;
  zoom: 1;
  margin: 40px auto;
  display: flex;
  justify-content: center
}

.m-style:after, .m-style:before {
  content: "";
  display: table
}

.m-style:after {
  clear: both;
  overflow: hidden
}

.m-style span {
  float: left;
  margin: 0 5px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #bdbdbd;
  font-size: 14px
}

.m-style .active {
  background: #16aab5;
  color: #fff;
  border-radius: 6px;
  border: 1px solid #16aab5
}

.m-style .active, .m-style a {
  float: left;
  margin: 0 5px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 14px
}

.m-style a {
  background: #fff;
  border: 1px solid #ebebeb;
  color: #666;
  border-radius: 6px
}

.m-style a:hover {
  color: #fff;
  background: #16aab5
}

.m-style .next, .m-style .prev {
  font-family: Simsun;
  font-size: 16px;
  font-weight: 700
}

.count, .now {
  padding: 0 5px;
  color: red
}

.eg img {
  max-width: 800px;
  min-height: 500px
}

input {
  float: left;
  margin: 0 5px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #fff;
  border: 1px solid #ebebeb;
  outline: none;
  color: #bdbdbd;
  border-radius: 6px;
  font-size: 14px
}
