﻿/* #region 主样式 */
:root {
  --theme: #d6111e
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden
}

.cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: var(--theme);
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3sease-in-out
}

.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme);
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: all 0.08s ease-out
}

@font-face {
  font-family: 'MyCustomFont';
  src: url('../fonts/方正兰亭刊黑_GBK.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'MyCustomFont';
  font-size: 20px;
  line-height: 26px;
  color: #fff
}

html {
  overflow-y: scroll;
  overflow-x: hidden
}

body::-webkit-scrollbar {
  width: 5px;
  height: 5px
}

body::-webkit-scrollbar-corner {
  background: transparent
}

body::-webkit-scrollbar-thumb {
  min-height: 20px;
  background-clip: content-box;
  border-radius: 20px;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, .8) inset
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #fff;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 768px) {
  #phone-number {
    top: 46px;
    right: -7px;
  }
}

@media (max-width: 767px) {
  #phone-number {
    display: none;
  }
}


@media (min-width: 1200px) {
  #phone-number {
    top: 46px;
    right: -75px;
  }
}

@media (min-width: 1440px) {
  #phone-number {
    top: 46px;
    right: -200px;
  }
}

@media (max-width: 450px) {
  .header-navigation .phone-number {
    display: none;
  }
}

.block-title {
  margin-bottom: 55px;
}

.block-title__tag-line {
  margin: 0;
  color: #a5a5a5;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1em;
  border-bottom: 2px solid #d99578;
  padding-top: 20px;
  display: inline-block;
}

.block-title__title {
  margin: 0;
  color: #302e2f;
  font-size: 44px;
  margin-top: 20px;
}

.block-title__sub-title {
  margin: 0;
  font-size: 20px;
  line-height: 20px;
  color: #302e2f;
  margin-top: 30px;
}

/* bootstrap*/
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.bootstrap-select>.dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
}

.bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid #f2ebe8;
}

.bootstrap-select .dropdown-menu>li:first-child>a {
  padding-top: 10px;
}

.bootstrap-select .dropdown-menu>li:last-child>a {
  padding-bottom: 10px;
}

.bootstrap-select .dropdown-menu>li.selected>a {
  background: #d99578;
  color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
  font-size: 16px;
  font-weight: 900;
  padding: 9px 20px;
  color: #302e2f;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
  background: #d99578;
  color: #fff;
  cursor: pointer;
}

.scroll-to-top {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #292728;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 990;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: none;
  border: 1px solid #393838;
}

@media (max-width: 480px) {
  .scroll-to-top {
    width: 40px;
    height: 40px;
  }
}

.scroll-to-top i {
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  position: relative;
  z-index: 10;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

@media (max-width: 480px) {
  .scroll-to-top i {
    font-size: 14px;
    line-height: 40px;
  }
}

.scroll-to-top:hover {
  background: #d99578;
  border-color: #d99578;
}

.scroll-to-top:hover i {
  color: #fff;
}

/* datepicker */
.datepicker {
  min-width: 300px;
}

.datepicker table {
  width: 100%;
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
  background-color: #d99578;
  background-image: none;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
  background-color: #d99578;
  background-image: none;
}

/* #endregion */

/* #region 头部style */

@media (max-width:1199px) {
  .current {
    background-color: rgba(225, 225, 225, .6);
  }
}

.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  background-color: transparent;
}

.header-navigation .container {
  background: transparent;
  position: relative;
  display: block;
}

.header-navigation .container .logo-box {
  float: left;
  position: absolute;
  top: 50%;
  left: -170px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-navigation .container .navbar-brand {
  height: auto;
  margin: 0;
  padding: 10px 0;
  border-right: 1px solid rgba(255, 255, 255, .3);
  padding-right: 40px;
}

.header-navigation .container .menu-toggler {
  display: none;
}

.header-navigation .container .right-side-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-navigation .main-navigation {
  float: right;
  text-align: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1200px) {
  .header-navigation .main-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-navigation .phone-number {
  float: right;
  position: absolute;
  top: 50%;
  right: -200px;
  transform: translateY(-50%);
  font-size: 25px;
  color: #fff;
}

.header-navigation ul.navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}

.header-navigation ul.navigation-box>li {
  position: relative;
  padding: 32px 0;
  display: inline-block;
  vertical-align: middle;
  /* Second Level Menu */
  /* Thrid Level Menu */
}

.header-navigation ul.navigation-box>li+li {
  margin-left: 45px;
}

.header-navigation ul.navigation-box>li:first-child {
  padding-left: 0;
}

.header-navigation ul.navigation-box>li:last-child {
  padding-right: 0;
}

.header-navigation ul.navigation-box>li>a {
  font-size: 30px;
  color: #ffffff;
  padding: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
  display: block;
}

.header-navigation ul.navigation-box>li.current>a,
.header-navigation ul.navigation-box>li:hover>a {
  color: gold;
}

.header-navigation ul.navigation-box>li>ul>li ul {
  /* no more nested showen */
  display: none;
}

.stricked-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #302e2f;
  -webkit-box-shadow: 0px 6px 13px 0px RGBA(0, 0, 0, 0.06);
  box-shadow: 0px 6px 13px 0px RGBA(0, 0, 0, 0.06);
  opacity: 0;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.stricked-menu.stricky-fixed {
  opacity: 0.7;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.site-header__header-one {
  background-color: #302e2f;
}

.site-header__header-one .container {
  padding-right: 280px;
}

/* #endregion */

/* #region 身体 style 1-轮播图 */
.slider-one__slider-1 {
  background-image: url(../images/slider/slider-1-1.jpg);
}

.slider-one__slider-2 {
  background-image: url(../images/slider/slider-1-2.jpg);
}

.slider-one__slider-3 {
  background-image: url(../images/slider/slider-1-3.jpg);
}

.slider-one__slider-4 {
  background-image: url(../images/slider/slider-1-4.jpg);
}

.slider-one {
  position: relative;
}

.slider-one .item {
  overflow: hidden;
}

.slider-one__title {
  margin: 0;
  color: #fff;
  font-size: 48px;
  line-height: 68px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.slider-one__tag-line {
  margin: 0;
  color: #fff;
  font-size: 18px;
  margin-bottom: 23px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  position: relative;
  display: inline-block;
}

.slider-one__tag-line:before,
.slider-one__tag-line:after {
  content: '';
  width: 10000px;
  height: 1px;
  background-color: #fff;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider-one__tag-line:before {
  left: calc(100% + 30px);
}

.slider-one__tag-line:after {
  right: calc(100% + 30px);
}

.slider-one__text {
  margin: 0;
  color: #fff;
  font-size: 18px;
  margin-top: 25px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.slider-one__btn {
  background-color: #fff;
  color: #302e2f;
  margin-top: 35px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.slider-one .active .slider-one__tag-line {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.slider-one .active .slider-one__title {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.slider-one .active .slider-one__text {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.slider-one .active .slider-one__btn {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.slider-one .owl-theme .owl-nav.disabled+.owl-dots {
  margin: 0;
}

.slider-one .owl-theme .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}

.slider-one .owl-theme .owl-dots .owl-dot {
  outline: none;
}

.slider-one .owl-theme .owl-dots .owl-dot span {
  margin: 0 5px;
  padding: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: white;
  border-radius: 4px;
  background-color: transparent;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: border .4s ease, background .4s ease, -webkit-transform .4s ease;
  transition: border .4s ease, background .4s ease, -webkit-transform .4s ease;
  transition: border .4s ease, background .4s ease, transform .4s ease;
  transition: border .4s ease, background .4s ease, transform .4s ease, -webkit-transform .4s ease;
}

.slider-one .owl-theme .owl-dots .owl-dot:hover span,
.slider-one .owl-theme .owl-dots .owl-dot.active span {
  border-color: #d99578;
  background-color: #d99578;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slider-one__nav-text {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleY(0);
  transform: translateX(-50%) scaleY(0);
  text-align: center;
  width: 100%;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.slider-one__nav-left,
.slider-one__nav-right {
  color: #fff;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.slider-one__nav-left i,
.slider-one__nav-right i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
}

.slider-one__nav-left i:after,
.slider-one__nav-right i:after {
  content: '';
  width: 90px;
  height: 1px;
  background-color: #fff;
  right: 5px;
  position: relative;
}

.slider-one__nav-left:hover,
.slider-one__nav-right:hover {
  color: #fff;
}

.slider-one__nav-left:hover .slider-one__nav-text,
.slider-one__nav-right:hover .slider-one__nav-text {
  -webkit-transform: translateX(-50%) scaleY(1);
  transform: translateX(-50%) scaleY(1);
}

.slider-one__nav-left {
  left: 2%;
}

.slider-one__nav-right {
  right: 2%;
}

.slider-one__nav-right i {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.slider-one__nav-right i:after {
  right: -5px;
}

[class*=slider-one__slider-],
[class*=slider-two__slider-] {
  background-color: #302e2f;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

[class*=slider-one__slider-] {
  padding-top: 435px;
  padding-bottom: 145px;
}

/* #endregion */

/* #region 身体 style 2-关于我们 */
.about-two {
  padding-top: 120px;
  padding-bottom: 120px;
}

.about-two .block-title,
.about-two .block-title__title,
.about-two .block-title__sub-title {
  margin: 0;
}

.about-two .block-title__title {
  margin-top: 15px;
}

.about-two .block-title__sub-title {
  margin-top: 30px;
  line-height: 30px;
  font-weight: 100;
  margin-bottom: 25px;
}

.about-two__text {
  margin: 0;
  line-height: 30px;
  font-weight: 100;
  color: #000;
}

.about-two__text+.about-two__text {
  margin-top: 15px;
}

.about-two__btn {
  margin-top: 35px;
}

.about-two__image {
  width: 370px;
  height: 360px;
  background-color: #d99578;
  position: relative;
}

/* #endregion */

/* #region 身体 style 3-案例展示 */

.video-one {
  position: relative;
  background-image: url(../images/background/video-bg-1-1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 110px;
  padding-bottom: 120px;
}

.video-one:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(#d99578), color-stop(82%, #302e2f));
  background-image: linear-gradient(-90deg, #d99578 0%, #302e2f 82%);
  opacity: .95;
}

.video-one:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 30px;
  background-image: url(../images/background/video-decor-1-1.png);
  background-repeat: repeat-x;
}

.video-one .container {
  position: relative;
}

.exhibhition-one {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #302e2f;
  position: relative;
}


.exhibhition-one .block-title__title {
  color: #fff;
}

.exhibhition-one__single {
  margin-bottom: 30px;
}

.exhibhition-one__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

@media (max-width: 425px) {
  .exhibhition-one__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.exhibhition-one__bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

@media (max-width: 425px) {
  .exhibhition-one__bottom-left {
    margin-bottom: 30px;
  }
}

.exhibhition-one__bottom-left:before {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 10px;
  width: 44px;
  height: 32px;
  border-bottom: 1px solid #3f3e3f;
  border-right: 1px solid #3f3e3f;
}

.exhibhition-one__bottom-left span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1em;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.exhibhition-one__bottom-left span i {
  color: #646162;
  font-size: 21px;
  margin-left: 10px;
}

.exhibhition-one__bottom-left span:nth-child(2) {
  margin-top: 10px;
}

.exhibhition-one__bottom-left span:nth-child(2):before {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #d99578;
  margin-right: 10px;
}

.exhibhition-one__btn {
  border-style: solid;
  border-width: 1px;
  border-color: #3f3e3f;
  border-radius: 4px;
  background-color: #393738;
  padding: 8px 27px;
}

.exhibhition-one__btn:hover {
  background-color: #d99578;
  border-color: #d99578;
}

.exhibhition-one__title {
  margin: 0;
  font-size: 15px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 44px;
}

.exhibhition-one__title a {
  color: inherit;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.exhibhition-one__title a:hover {
  color: #d99578;
}

.exhibhition-one__category {
  display: inline-block;
  margin: 0;
  color: #d99578;
  font-size: 20px;
  line-height: 1em;
  margin-top: 20px;
  margin-bottom: 10px;
}

.exhibhition-one__image {
  -webkit-transition: -webkit-box-shadow .4s ease;
  transition: -webkit-box-shadow .4s ease;
  transition: box-shadow .4s ease;
  transition: box-shadow .4s ease, -webkit-box-shadow .4s ease;
}

.exhibhition-one__image-inner {
  position: relative;
  overflow: hidden;
}

.exhibhition-one__image-inner>img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.exhibhition-one__image-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 44px;
  color: #fff;
  opacity: 0;
  -webkit-transform: perspective(100px) translateZ(40px);
  transform: perspective(100px) translateZ(40px);
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, transform .4s ease;
  transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
}

.exhibhition-one__single:hover .exhibhition-one__image {
  -webkit-box-shadow: 5px 8.66px 40px 0px rgba(20, 20, 20, 0.75);
  box-shadow: 5px 8.66px 40px 0px rgba(20, 20, 20, 0.75);
}

.exhibhition-one__single:hover [class*=exhibhition-one__image-border-] {
  -webkit-transform: perspective(40px) translateZ(0px);
  transform: perspective(40px) translateZ(0px);
  opacity: 1;
}

.exhibhition-one__single:hover .exhibhition-one__image-inner>img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.exhibhition-one__single:hover .exhibhition-one__image-link {
  color: #fff;
  opacity: 0.7;
  -webkit-transform: perspective(100px) translateZ(0px);
  transform: perspective(100px) translateZ(0px);
}

[class*=exhibhition-one__image-border-] {
  width: 32px;
  height: 32px;
  border: 2px solid #d99578;
  position: absolute;
  z-index: 10;
  -webkit-transform: perspective(40px) translateZ(-20px);
  transform: perspective(40px) translateZ(-20px);
  opacity: 0;
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, transform .4s ease;
  transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
}

.exhibhition-one__image-border-1 {
  border-right: 0;
  border-bottom: 0;
  top: 0;
  left: 0;
}

.exhibhition-one__image-border-2 {
  border-left: 0;
  border-bottom: 0;
  top: 0;
  right: 0;
}

.exhibhition-one__image-border-3 {
  border-top: 0;
  border-right: 0;
  bottom: 0;
  left: 0;
}

.exhibhition-one__image-border-4 {
  border-top: 0;
  border-left: 0;
  bottom: 0;
  right: 0;
}

.exhibhition-one__page {
  padding-bottom: 120px;
  background-color: #fff;
}

.exhibhition-one__page:before {
  display: none;
}

.exhibhition-one__page .exhibhition-one__single {
  margin-bottom: 60px;
}

.exhibhition-one__page .exhibhition-one__title {
  color: #302e2f;
}

.exhibhition-one__page .exhibhition-one__bottom-left span {
  color: #777777;
}

.exhibhition-one__page .exhibhition-one__bottom-left::before {
  border-color: #e4e4e4;
}

.exhibhition-one__page .exhibhition-one__bottom-left::after {
  background-color: #e4e4e4;
}

.exhibhition-one__page .exhibhition-one__bottom-left span i {
  color: #aeaeae;
}

.exhibhition-one__page .exhibhition-one__btn {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  color: #302e2f;
}

.exhibhition-one__page .exhibhition-one__btn:hover {
  background-color: #d99578;
  border-color: #d99578;
  color: #fff;
}

.exhibhition-one__more-link {
  display: inline-block;
}

.exhibhition-one__more-link i {
  background-color: #302e2f;
  font-style: normal;
  color: #fff;
  display: inline-block;
  width: 58px;
  height: 58px;
  line-height: 58px;
  font-size: 36px;
  border-radius: 50%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.exhibhition-one__more-link span {
  color: #302e2f;
  font-size: 13px;
  display: block;
  line-height: 1em;
  margin-top: 20px;
}

.exhibhition-one__more-link:hover i {
  background-color: #d99578;
}

.exhibhition-one__menu {
  position: absolute;
  bottom: 0;
  right: 15px;
  border: none;
}

@media (max-width: 767px) {
  .exhibhition-one__menu {
    position: relative;
    bottom: auto;
    right: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
}

.exhibhition-one__menu .nav-item+.nav-item {
  margin-left: 2px;
}

@media (max-width: 320px) {
  .exhibhition-one__menu .nav-item+.nav-item {
    margin-bottom: 2px;
  }
}

.exhibhition-one__menu .nav-link {
  background-color: #d99578;
  color: #fff;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  padding: 9px 15.5px;
}

.exhibhition-one__menu .dropdown-toggle::after {
  border: 0;
  width: auto;
  height: auto;
  content: '\f107';
  font-size: 18px;
  line-height: 1em;
  vertical-align: middle;
  margin-left: 15px;
}

/* #endregion */

/* #region 身体 style 4-资讯动态 */
.testimonials-one {
  background-image: url(../images/background/testi-1-1-bg.jpg);
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0;
}

@media (max-width: 1440px) {
  .testimonials-one {
    background-position: center center;
  }
}

.testimonials-one__single {
  text-align: center;
}

.blog-two__single {
  margin-bottom: 30px;
}

.blog-two__image {
  background-color: #1d1c1d;
  overflow: hidden;
  position: relative;
}

.blog-two__image>img {
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, transform .4s ease;
  transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
}

.blog-two__image>a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scaleY(0);
  transform: translate(-50%, -50%) scaleY(0);
  font-size: 44px;
  opacity: 0;
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease, opacity .4s ease;
  transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.blog-two__image>.link {
  width: 375px;
  height: 495px;
  line-height: 495px;
  text-align: center;
}

.blog-two__title {
  font-size: 20px;
  line-height: 32px;
  margin: 0;
  color: #302e2f;
}

.blog-two__title::after {
  content: '';
  width: 70px;
  height: 1px;
  background-color: #e4e4e4;
  display: block;
  margin-top: 21px;
  margin-bottom: 22px;
}

.blog-two__title a {
  color: inherit;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-two__title a:hover {
  color: #d99578;
}

.blog-two__text {
  margin: 0;
  color: #777777;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 25px;
}

.blog-two__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.blog-two__meta a,
.blog-two__meta span {
  color: #9c9c9c;
  text-transform: uppercase;
  font-size: 13px;
}

.blog-two__meta a {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-two__meta a:hover {
  color: #d99578;
}

.blog-two__meta span {
  margin-left: 3px;
  margin-right: 3px;
}

.blog-two__content {
  padding-left: 30px;
  padding-right: 25px;
  padding-top: 32px;
  padding-bottom: 30px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
}

.blog-two__single:hover .blog-two__image>img {
  opacity: 0.4;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.blog-two__single:hover .blog-two__image>a {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scaleY(1);
  transform: translate(-50%, -50%) scaleY(1);
}

/* #endregion */

/* #region 身体 style 5-联系我们 */
.contact-one {
  padding-top: 120px;
}

.contact-one__btn {
  background-color: #302e2f;
  color: #fff;
  margin-top: 20px;
}

.contact-one__btn:hover {
  background-color: #d99578;
  color: #fff;
}

.contact-one__field {
  margin: 0;
}

.contact-one__field input,
.contact-one__field textarea {
  width: 100%;
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4e4;
  border-radius: 4px;
  height: 50px;
  padding-left: 15px;
  margin-bottom: 20px;
}

.contact-one__field textarea {
  height: 136px;
  padding-top: 15px;
}

.contact-one__field label {
  margin: 0;
  color: #302e2f;
  font-size: 14px;
}

.contact-one__title {
  margin: 0;
  font-size: 20px;
  color: #302e2f;
  margin-bottom: 15px;
}

.contact-one__text {
  margin: 0;
  color: #777777;
  font-size: 16px;
  line-height: 24px;
}

.contact-one__text a {
  color: inherit;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.contact-one__text a:hover {
  color: #d99578;
}

.contact-one__text+.contact-one__text {
  margin-top: 10px;
}

.contact-one__list {
  margin: 0;
  border-left: 1px solid #e4e4e4;
  padding-left: 30px;
  margin-left: -15px;
}

@media (max-width: 991px) {
  .contact-one__list {
    border-left: 0px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    padding-left: 0px;
    margin-left: 0px;
    padding-top: 30px;
    margin-top: 20px;
  }
}

.contact-one__list li {
  font-size: 22px;
  color: #777777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1em;
}

.contact-one__list li+li {
  margin-top: 28px;
}

.contact-one__list-name {
  width: 80px;
  font-size: 25px;
  color: #302e2f;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-right: 25px;
  line-height: 1em;
}

.contact-one__list-colon {
  font-size: 16px;
  color: #777777;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  display: block;
}

.contact-one__content {
  margin-top: 40px;
}

.contact-one__main,
.contact-one__form {
  margin-bottom: 60px;
}

.about-area.style-one {
  background-image: linear-gradient(180deg,
      rgba(89, 217, 141, 0.14901960784313725) 0%,
      rgba(255, 255, 255, 0.9999999999999999) 86%,
      rgba(255, 255, 255, 0.9999999999999999) 86%);
  position: relative;
  padding: 360px 0 90px;
  margin-top: -240px;
}

.about-area.style-one.inner {
  margin-top: 0;
  padding: 120px 0 90px;
}

.about-area.style-one .section-title {
  margin-bottom: 48px;
  margin-left: 95px;
}

.about-area.style-one .section-title h4 {
  width: 155px;
  height: 38px;
}

.about-area.style-one .section-title h4::before {
  width: 155px;
  height: 38px;
}

.style-one .about-thumb,
.about-thumb2 {
  overflow: hidden;
  position: relative;
}

.style-one .about-thumb img,
.about-thumb2 img {
  width: 100%;
}

.style-one .about-thumb:after,
.about-thumb2::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.style-one .about-thumb:hover:after,
.about-thumb2:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.style-one .about-list-item {
  margin-top: 60px;
}

.style-one .about-list-item ul li {
  font-size: 17px;
  line-height: 26px;
  color: #0d1718;
  font-weight: 500;
  font-family: "Open Sans";
  margin-bottom: 16px;
}

.style-one .about-list-item ul li img {
  margin-right: 14px;
}

.style-one .about-wrapper-thumb {
  display: flex;
  gap: 45px;
  margin-left: 28px;
  align-items: center;
}

.style-one .about-counter-item {
  margin-top: 15px;
}

.style-one .about-counter-box.upper {
  position: relative;
  z-index: 1;
  margin-bottom: 54px;
}

.style-one .about-counter-box.upper::before {
  position: absolute;
  content: "";
  opacity: 0.102;
  width: 312px;
  height: 1px;
  background-color: #0d1718;
  bottom: -20px;
  left: 0;
}

.style-one .about-counter-content h4 {
  display: inline-block;
  font-size: 36px;
  line-height: 46px;
  color: #0d1718;
  font-weight: 500;
  font-family: "Unbounded";
  margin: 20px 0 4px;
}

.style-one .about-counter-content p {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  font-weight: 400;
  font-family: "Open Sans";
}

.style-one .about-counter-content span {
  display: inline-block;
  font-size: 36px;
  line-height: 46px;
  color: #0d1718;
  font-weight: 500;
  font-family: "Unbounded";
}

.style-one .about-btn {
  margin-top: 45px;
}

.why-choose-us {
  position: relative;
  background-color: var(--bg-theme-color4);
  background-repeat: no-repeat;
  background-position: center;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.why-choose-us .icon {
  position: absolute;
  left: calc(50% - 217px);
  top: 5px;
  pointer-events: none;
}

.why-choose-us .content-column {
  position: relative;
}

.why-choose-us .content-column .inner-column {
  position: relative;
  padding: 120px 0 110px;
  padding-right: 70px;
}

@media (max-width: 1199.98px) {
  .why-choose-us .content-column .inner-column {
    padding-right: 0;
  }
}

.why-choose-us .content-column .sec-title {
  margin-bottom: 35px;
}

.why-choose-us .content-column .sec-title .text {
  font-size: 16px;
  line-height: 30px;
}

.why-choose-us .content-column .info-box {
  position: relative;
  padding-left: 95px;
  min-height: 65px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9e0e6;
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  .why-choose-us .content-column .info-box {
    padding-left: 0;
    text-align: center;
  }
}

.why-choose-us .content-column .info-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.why-choose-us .content-column .info-box:hover .icon {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.why-choose-us .content-column .info-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  font-size: 64px;
  color: var(--theme-color1);
  line-height: 1em;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media (max-width: 575.98px) {
  .why-choose-us .content-column .info-box .icon {
    display: block;
    position: relative;
  }
}

.why-choose-us .content-column .info-box .sub-title {
  position: relative;
  font-size: 14px;
  line-height: 25px;
  color: #73787d;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.why-choose-us .content-column .info-box .title {
  margin-bottom: 0;
}

.why-choose-us .content-column .info-box .read-more {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 52px;
  width: 52px;
  background-color: #fff;
  border-radius: 50%;
  color: var(--theme-color2);
  margin-top: 5px;
}

@media (max-width: 575.98px) {
  .why-choose-us .content-column .info-box .read-more {
    position: relative;
    margin: 20px auto 0;
  }
}

.why-choose-us .image-column {
  position: relative;
}

@media (max-width: 1199.98px) {
  .why-choose-us .image-column {
    display: none;
  }
}

.why-choose-us .image-column .inner-column {
  position: relative;
}

.why-choose-us .image-column .image {
  position: relative;
  margin-right: -337px;
  margin-left: -60px;
  margin-bottom: 0;
  text-align: right;
}

.why-choose-us .image-column .image img {
  width: 100%;
}


.work-process-one {
  position: relative;
  z-index: 1;
  background-color: var(--handyfix-gray2, #EDF8FE);
}

.work-process-one__item {
  padding: 40px 40px 35px;
  background-color: var(--handyfix-white, #fff);
  border-radius: 5px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.work-process-one__item__top {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  margin-bottom: 15px;
}

.work-process-one__item__icon {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  z-index: 1;
}

.work-process-one__item__icon i {
  font-size: 40px;
  color: var(--handyfix-base, #0F3567);
  right: 2px;
  top: -4px;
  position: relative;
}

#i-cont {
  position: relative;
  left: 6px;
}

.work-process-one__item__icon::after {
  content: "";
  position: absolute;
  width: 65px;
  height: 65px;
  top: 0;
  right: 0;
  border-radius: 50%;
  background-color: var(--handyfix-primary, #018BF8);
  opacity: 0.3;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

.work-process-one__item__title {
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
}

.work-process-one__item__text {
  margin-bottom: 30px;
}

.work-process-one__item__btn .handyfix-btn {
  padding: 0;
  background-color: transparent;
  color: var(--handyfix-primary, #018BF8);
}

.work-process-one__item__btn .handyfix-btn::after {
  display: none;
}

.work-process-one__item__btn .handyfix-btn:hover {
  color: var(--handyfix-base, #0F3567);
}

.work-process-one__item:hover .work-process-one__item__icon::after {
  animation: scaleTwo 500ms linear;
}


.section-space-bottom {
  padding-bottom: 120px;
  padding-top: 120px;
  color: #000;
}

@media (max-width: 991px) {
  .section-space-bottom {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}

.section-title {
  margin-bottom: 48px;
}

.section-title.text-center {
  margin-bottom: 42px;
}

.section-title.center {
  margin-bottom: 53px;
}

.section-title h4 {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  border-radius: 20px;
  background-color: #0d1718;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  width: 238px;
  height: 38px;
  line-height: 38px;
  padding-left: 20px;
  margin-bottom: 28px;
}

.section-title h4::before {
  position: absolute;
  content: "";
  width: 238px;
  height: 38px;
  border-radius: 20px;
  background-color: #59d98e;
  left: 0;
  top: 4px;
  z-index: -1;
}

.section-title h4 i {
  display: inline-block;
  color: #84e3ab;
  margin-right: 10px;
}

.section-title h4 span {
  display: inline-block;
  margin-left: 10px;
}

.section-title h1 {
  font-size: 40px;
  line-height: 46px;
  color: #0d1718;
  font-weight: 500;
  margin: 0;
}

.section-title h2 {
  font-size: 40px;
  line-height: 55px;
  color: #0d1718;
  font-weight: 600;
  margin: 0;
}

.section-title p {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  font-weight: 400;
  font-family: "Open Sans";
  padding: 15px 0 0;
}

/* #endregion */

/* #region 个体 style 1-企业讯息-小界面 */
.thm-btn {
  border: none;
  outline: none;
  background-color: #d99578;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 52px;
  border-radius: 4px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.thm-btn:hover {
  background-color: #302e2f;
  color: #fff;
}

.thm-btn i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  font-size: 20px;
  margin-left: 13px;
}

.event-three {
  padding: 120px 0;
}

.event-three__single {
  margin-bottom: 50px;
}

.event-three__single:hover .event-three__content {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-color: #ffffff;
}

.event-three__image {
  position: relative;
}

.event-three__image>img {
  width: 100%;
}

.event-three__title {
  position: absolute;
  bottom: 65px;
  left: 0px;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  padding: 0 29px;
  margin: 0;
}

.event-three__title a {
  color: inherit;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.event-three__title a:hover {
  color: #d99578;
}

.event-three__text {
  margin: 0;
  margin-bottom: 15px;
}

.event-three__cat {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  color: #302e2f;
  line-height: 24px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.event-three__cat:hover {
  background-color: #302e2f;
  color: #fff;
}

.event-three__content {
  border: 1px solid #e4e4e4;
  border-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.event-three__content:before {
  content: '';
  width: calc(100% - 20px);
  background-color: #fff;
  height: 40px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.event-three__btn {
  width: 100%;
  height: 50px;
  padding: 0;
  position: relative;
  background-color: #302e2f;
}

@media (max-width: 375px) {
  .event-three__btn {
    font-size: 12px;
  }
}

.event-three__btn .main-text,
.event-three__btn .hover-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  overflow: hidden;
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, transform .4s ease;
  transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
}

.event-three__btn .hover-text {
  opacity: 0;
}

.event-three__btn:hover {
  background-color: #d99578;
}

.event-three__btn:hover .main-text {
  opacity: 0;
}

.event-three__btn:hover .hover-text {
  opacity: 1;
}

.event-three__list {
  margin: 0;
  margin-bottom: 20px;
}

.event-three__list li+li {
  border-top: 1px solid #e4e4e4;
  padding-top: 20px;
  margin-top: 20px;
}

.event-three__list span {
  color: #302e2f;
  font-size: 18px;
}

.event-three__list p {
  margin: 0;
  font-size: 18px;
}

.event-three__list p i {
  color: #d99578;
}

.event-three .post-pagination {
  margin-top: 10px;
}

/* #endregion */

/* #region 个体 style 2-展品展示-小界面 */
.product-sorting {
  padding-top: 120px;
  color: #000;
}

.product-sorting .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e4e4e4;
}

@media (max-width: 425px) {
  .product-sorting .inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.product-sorting .inner-container p {
  margin: 0;
  color: #777777;
  font-size: 16px;
}

.product-one__single {
  margin-bottom: 50px;
}

.product-one__single:hover .product-one__stars {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.product-one__image>img {
  width: 100%;
}

.product-one__content {
  padding-top: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.product-one__title {
  color: #302e2f;
  font-size: 16px;
  margin: 0;
  margin-bottom: 5px;
}


.product-one__stars {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  margin: 0;
  line-height: 1em;
  padding-top: 5px;
  padding-bottom: 10px;
  opacity: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease, opacity .4s ease;
  transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease;
}

.product-one__stars span {
  color: #777777;
  font-size: 15px;
  margin-left: 5px;
}

/* #endregion */

/* #region 每页翻页样式 */
.post-pagination {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-pagination__two a {
  font-size: 18px;
}

.post-pagination a {
  color: #302e2f;
  font-size: 20px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding-left: 18.5px;
  padding-right: 18.5px;
  padding-top: 11px;
  padding-bottom: 11px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.post-pagination a.active,
.post-pagination a:hover {
  color: #fff;
  background-color: #d99578;
  border-color: #d99578;
}

.post-pagination a+a {
  margin-left: 10px;
}

.post-pagination a.active {
  cursor: auto;
}

/* #endregion */

/* #region 脚部 styles */

.site-footer {
  background-color: #302e2f;
  background-image: url(../images/resources/footer-bg-1-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  padding-bottom: 97px;
  padding-top: 103px;
  font-size: 20px;
}

.site-footer .container {
  text-align: center;
}

.site-footer__copy {
  color: #fff;
  margin-top: 15px;
  /* line-height: 30px; */
}

.site-footer__copy a {
  color: #d99578;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.site-footer__copy a:hover {
  color: #fff;
}

.site-footer .container .code {
  display: inline;
}

.site-footer .container .code img {
  width: 100px;
  height: 100px;
}

/* #endregion */

/* #region 缩放图 style */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

.enlarged-img {
  max-width: 80%;
  max-height: 80%;
  transform: scale(0.8);
  transition: transform 0.4s ease;
  border-radius: 10px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.overlay.active .enlarged-img {
  transform: scale(1);
}

.close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 30px;
  color: white;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.close-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg);
}

/* #endregion */

/* #region 内容界面 style */
.blog-details {
  padding-top: 120px;
  padding-bottom: 120px;
}

.blog-details .blog-four__single:before {
  display: none;
}

.blog-details .blog-four__single:hover .blog-four__image>img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.blog-details .blog-four__text+.blog-four__text {
  margin-top: 30px;
}

.blog-details__gallery {
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog-details__gallery .row.low-gutter {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -10px;
}

.blog-details__gallery .row.low-gutter [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.blog-details__gallery img {
  width: 100%;
  margin-top: 10px;
}

.blog-details__subtitle {
  margin: 0;
  font-size: 20px;
  color: #302e2f;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 36px;
}

.blog-details__title {
  font-size: 24px;
  margin: 0;
  color: #302e2f;
  margin-bottom: 20px;
  margin-top: 20px;
}

.blog-details__list {
  margin: 0;
  margin-top: 20px;
}

.blog-details__list li {
  position: relative;
  padding-left: 28px;
  color: #777777;
}

.blog-details__list li+li {
  margin-top: 15px;
}

.blog-details__list li:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #d99578;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

.blog-details__tags {
  margin: 0;
  font-size: 12px;
  color: #302e2f;
  margin-top: 20px;
  margin-bottom: 30px;
}

.blog-details__tags a {
  color: #777777;
  font-size: 16px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-details__tags a:hover {
  color: #d99578;
}

.blog-details__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 50px;
  margin-bottom: 60px;
}

.blog-details__social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #777777;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4e4;
  border-radius: 4px;
  padding: 8px 18px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-details__social a+a {
  margin-left: 20px;
}

@media (max-width: 480px) {
  .blog-details__social a+a {
    margin-left: 0;
  }
}

.blog-details__social a i {
  margin-right: 10px;
}

.blog-details__social a:hover {
  background-color: #d99578;
  border-color: #d99578;
  color: #fff;
}

@media (max-width: 480px) {
  .blog-details__social a {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 10px;
  }
}

.blog-details .product-details__review-form__text {
  margin-bottom: 30px;
}

.blog-details .product-details__review-form {
  margin-top: 75px;
}

[class*=blog-details__nav__] {
  text-align: center;
  border: 1px solid #e4e4e4;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

[class*=blog-details__nav__] span {
  text-transform: uppercase;
  font-size: 13px;
  text-transform: uppercase;
  color: #777777;
}

[class*=blog-details__nav__] h3 {
  color: #302e2f;
  font-size: 20px;
  margin-top: 10px;
}

[class*=blog-details__nav__] h3 a {
  color: inherit;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

[class*=blog-details__nav__] h3 a:hover {
  color: #d99578;
}

.blog-details__comment {
  margin-top: 60px;
}

.blog-details__comment-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 375px) {
  .blog-details__comment-single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.blog-details__comment-single+.blog-details__comment-single {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e4e4e4;
}

.blog-details__comment-image {
  margin-right: 30px;
}

@media (max-width: 375px) {
  .blog-details__comment-image {
    margin-bottom: 20px;
  }
}

.blog-details__comment-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-details__comment-title {
  margin: 0;
  color: #302e2f;
  font-size: 24px;
  margin-bottom: 30px;
}

.blog-details__comment-name {
  margin: 0;
  font-size: 16px;
  color: #302e2f;
}

.blog-details__comment-date {
  font-size: 14px;
  margin-left: 10px;
}

.blog-details__comment-text {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 15px;
}

.blog-details__comment-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #302e2f;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-details__comment-link:hover {
  color: #d99578;
}

.blog-details__comment-link span {
  margin-left: 5px;
  font-size: 15px;
}

.blog-four {
  padding: 120px 0;
}

.blog-four__single {
  position: relative;
  padding-left: 100px;
}

.blog-four__single:before {
  content: '';
  width: 1px;
  height: calc(100% - 90px);
  background-color: #e4e4e4;
  position: absolute;
  bottom: 0;
  left: 35px;
}

@media (max-width: 575px) {
  .blog-four__single {
    padding-left: 0;
  }

  .blog-four__single:before {
    display: none;
  }
}

.blog-four__single+.blog-four__single {
  margin-top: 20px;
}

.blog-four__image {
  background-color: #1d1c1d;
  overflow: hidden;
  position: relative;
}

.blog-four__image>img {
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, transform .4s ease;
  transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
}

.blog-four__image>a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scaleY(0);
  transform: translate(-50%, -50%) scaleY(0);
  font-size: 44px;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease, opacity .4s ease;
  transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.blog-four__date {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #d99578;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

@media (max-width: 575px) {
  .blog-four__date {
    left: 20px;
    top: 20px;
  }
}

.blog-four__date span {
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  display: block;
  text-transform: uppercase;
  text-align: center;
}

.blog-four__date span b {
  display: block;
  line-height: 1em;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 10px;
}

.blog-four__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-four__meta a,
.blog-four__meta span {
  color: #9c9c9c;
  text-transform: uppercase;
  font-size: 13px;
}

.blog-four__meta a {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-four__meta a:hover {
  color: #d99578;
}

.blog-four__meta span {
  margin-left: 3px;
  margin-right: 3px;
}

.blog-four__title {
  font-size: 30px;
  line-height: 32px;
  margin: 0;
  color: #302e2f;
  margin-top: 12px;
}

.blog-four__title::after {
  content: '';
  width: 70px;
  height: 1px;
  background-color: #e4e4e4;
  display: block;
  margin-top: 21px;
  margin-bottom: 22px;
}

.blog-four__title a {
  color: inherit;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-four__title a:hover {
  color: #d99578;
}

.blog-four__text {
  margin: 0;
  color: #777777;
  font-size: 16px;
  line-height: 26px;
}

.blog-four__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

@media (max-width: 375px) {
  .blog-four__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.blog-four__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 375px) {
  .blog-four__social {
    margin-top: 20px;
  }
}

.blog-four__social span {
  color: #302e2f;
  font-size: 16px;
}

.blog-four__social a {
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4e4;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  text-align: center;
  color: #777777;
  line-height: 50px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-four__social a {
  margin-left: 10px;
}

.blog-four__social a:hover {
  background-color: #d99578;
  border-color: #d99578;
  color: #fff;
}

.blog-four__content {
  padding-top: 32px;
}

.blog-four__btn {
  padding: 12px 42px;
  background-color: #302e2f;
}

.blog-four__btn:hover {
  background-color: #d99578;
}

.blog-four__single:hover .blog-four__image>img {
  opacity: 0.1;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.blog-four__single:hover .blog-four__image>a {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scaleY(1);
  transform: translate(-50%, -50%) scaleY(1);
}

.blog-four .post-pagination {
  margin-top: 70px;
}

/* #endregion */