:root {
  --pad: calc(50vw - 825px);
}

@media (max-width: 1720px) {
  :root {
    --pad: calc(50vw - 705px);
  }
}

@media (max-width: 1470px) {
  :root {
    --pad: calc(50vw - 660px);
  }
}

@media (max-width: 1400px) {
  :root {
    --pad: calc(50vw - 570px);
  }
}

@media (max-width: 1199px) {
  :root {
    --pad: 6vw;
  }
}

@media (max-width: 991px) {
  :root {
    --pad: 7.5vw;
  }
}

@media (max-width: 767px) {
  :root {
    --pad: 15px;
  }
}

.ff,
.banner .mobile-video:before {
  font-family: "iconfont" !important;
}

.iconfont {
  font-size: inherit;
}

@font-face {
  font-family: 'Inter Tight';
  src: local('Inter Tight Regular'), local('InterTight-Regular'), url('../fonts/InterTight-Regular.woff2') format('woff2'), url('../fonts/InterTight-Regular.woff') format('woff'), url('../fonts/InterTight-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter Tight';
  src: local('Inter Tight Medium'), local('InterTight-Medium'), url('../fonts/InterTight-Medium.woff2') format('woff2'), url('../fonts/InterTight-Medium.woff') format('woff'), url('../fonts/InterTight-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter Tight';
  src: local('Inter Tight SemiBold'), local('InterTight-SemiBold'), url('../fonts/InterTight-SemiBold.woff2') format('woff2'), url('../fonts/InterTight-SemiBold.woff') format('woff'), url('../fonts/InterTight-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Inter Tight', Arial, Helvetica, "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "PingFang SC", "Hiragino Sans GB", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-weight: normal;
  overscroll-behavior: none;
  overflow-x: hidden;
  color: #000000;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.row {
  --bs-gutter-x: 1.875rem;
}

:root {
  scroll-behavior: unset;
}

.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}

.img-box img,
.img-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.fszero {
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.fszero h1 {
  margin: 0;
}

.wrap-map .map-content {
  display: none;
}

[lang=zh-CN] .share-cn {
  display: block;
}

[lang=zh-CN] .share-other {
  display: none;
}

[lang=zh-CN] .wrap-map .map-content {
  display: block;
}

[lang=zh-CN] .wrap-map .map {
  display: none;
}

[lang=zh-CN] .box-follow {
  display: none;
}

.a2a_kit {
  display: inline-block;
  vertical-align: middle;
}

@-ms-viewport {
  width: auto !important;
}

li,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

button,
input,
textarea {
  border: none;
  outline: none;
}

a[data-fancybox] {
  outline: none;
}

a[data-fancybox] img {
  outline: none !important;
}

.slick-slide {
  outline: none;
}

.slick-slide a {
  outline: none !important;
}

@media (min-width: 1200px) {
  .wow {
    visibility: hidden;
  }
}

img[data-lazy] {
  background: url(../images/ajax-loader.gif) no-repeat center;
}

img.lazy {
  min-width: 1px;
  min-height: 1px;
  background: url(../images/ajax-loader.gif) no-repeat center;
}

.lazy {
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}

.loaded {
  background-size: cover;
}

.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list,
.slick-slide img,
.slick-slider .slick-track img,
.slick-slider .slick-list img {
  -webkit-transform: translateZ(1px);
  -webkit-transform: translate3d(0, 0, 1px);
  transform: translateZ(1px);
  transform: translate3d(0, 0, 1px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
}

.transform-0 {
  -webkit-transform: translate(0) !important;
  -ms-transform: translate(0) !important;
  transform: translate(0) !important;
}

.slick-disabled {
  cursor: no-drop;
  opacity: 0.5;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body.searchactive {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (min-width: 1470px) {
  .container {
    max-width: 1440px;
  }
}

@media (min-width: 1720px) {
  .container {
    max-width: 1680px;
  }

  .con1410 {
    max-width: 1440px;
  }
}

@media (max-width: 767px) {
  .col-6:nth-child(2n+1) {
    padding-right: 7.5px;
  }

  .col-6:nth-child(2n) {
    padding-left: 7.5px;
  }
}

.fancybox-slide--iframe .fancybox-content {
  width: 100%;
  max-width: 80%;
  height: 100%;
  min-height: 50%;
  max-height: 80%;
  margin: 0;
}

.fancybox-slide--video video {
  max-width: 80%;
  padding: 0;
}

@media (max-width: 767px) {
  .fancybox-slide--video video {
    max-width: 95%;
  }
}

.fancybox-slide>video {
  padding: 0;
}

.swiper-lazy {
  background: url(../images/ajax-loader.gif) no-repeat center;
}

.scrollbar::-webkit-scrollbar {
  width: 6px;
  position: absolute;
  left: 0;
  z-index: 2;
}

.scrollbar::-webkit-scrollbar-track {
  background-color: #eee;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: #dcdcdc;
}

.slick-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 0;
  top: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: none;
  transform: translateY(-50%);
  z-index: 6;
  cursor: pointer;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -5%;
  border-radius: 50%;
  background: #F7F7F7;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 991px) {
  .slick-arrow {
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: -30px;
  }
}

@media (max-width: 767px) {
  .slick-arrow {
    left: -15px;
  }
}

.slick-arrow:before {
  font-family: "iconfont" !important;
  content: '\e749';
  font-size: 18px;
  transform: rotate(180deg);
  display: block;
}

.slick-arrow.slick-next {
  left: auto;
  right: -5%;
}

@media (max-width: 991px) {
  .slick-arrow.slick-next {
    right: -30px;
  }
}

@media (max-width: 767px) {
  .slick-arrow.slick-next {
    right: -15px;
  }
}

.slick-arrow.slick-next:before {
  transform: rotate(0deg);
}

.slick-arrow:hover {
  background-color: #046C60;
  color: #ffffff;
}

.slick-arrow.swiper-button-disabled {
  opacity: 0.5;
}

.arrow-bottom {
  padding-bottom: 30px;
}

.arrow-bottom .slick-arrow {
  top: auto;
  left: 50%;
  margin-left: -60px;
  bottom: 0;
}

.arrow-bottom .slick-arrow.slick-next {
  left: auto;
  right: 50%;
  margin-right: -60px;
}

@media (min-width: 768px) {
  .arrow-top-right .slick-arrow {
    top: -120px;
    left: auto;
    right: 70px;
    transform: translateY(0);
  }

  .arrow-top-right .slick-arrow.slick-next {
    right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .arrow-top-right .slick-arrow {
    top: -60px;
  }
}

.arrow-down-center {
  padding-bottom: 130px;
}

@media (max-width: 1199px) {
  .arrow-down-center {
    padding-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .arrow-down-center {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .arrow-down-center {
    padding-bottom: 50px;
  }
}

.arrow-down-center .slick-arrow {
  top: auto;
  bottom: 0;
  left: calc(50% - 70px);
  transform: translateY(0);
}

@media (max-width: 991px) {
  .arrow-down-center .slick-arrow {
    left: calc(50% - 50px);
  }
}

@media (max-width: 767px) {
  .arrow-down-center .slick-arrow {
    left: calc(50% - 40px);
  }
}

.arrow-down-center .slick-next {
  left: auto;
  right: calc(50% - 70px);
}

@media (max-width: 991px) {
  .arrow-down-center .slick-next {
    right: calc(50% - 50px);
  }
}

@media (max-width: 767px) {
  .arrow-down-center .slick-next {
    right: calc(50% - 40px);
  }
}

.prev-next {
  font-size: 0;
}

.prev-next .slick-arrow {
  position: relative;
  top: auto;
  transform: translateY(0);
  display: inline-block;
  vertical-align: middle;
  left: 0;
  right: 0;
  text-align: center;
}

@media (max-width: 767px) {
  .prev-next .slick-arrow {
    margin: 0;
  }
}

.prev-next .slick-arrow.slick-next {
  right: 0;
  margin-left: 16px;
}

.slick-dots {
  text-align: center;
}

@media (max-width: 1199px) {
  .slick-dots {
    margin-top: 30px;
  }
}

.slick-dots li {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  border: 1px solid #046C60;
  margin: 0 10px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.slick-dots li button {
  display: none;
}

.slick-dots li.slick-active {
  background-color: #046C60;
}

.center {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.slick-list {
  margin: 0 -15px;
}

@media (max-width: 1199px) {
  .slick-list {
    margin: 0 -10px;
  }
}

@media (max-width: 767px) {
  .slick-list {
    margin: 0 -5px;
  }
}

.slick-list .slick-slide {
  padding: 0 15px;
}

@media (max-width: 1199px) {
  .slick-list .slick-slide {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .slick-list .slick-slide {
    padding: 0 5px;
  }
}

.slick-slide-pad-50 .slick-list {
  margin: 0 -25px;
}

@media (max-width: 1560px) {
  .slick-slide-pad-50 .slick-list {
    margin: 0 -15px;
  }
}

@media (max-width: 1199px) {
  .slick-slide-pad-50 .slick-list {
    margin: 0 -10px;
  }
}

@media (max-width: 767px) {
  .slick-slide-pad-50 .slick-list {
    margin: 0 -5px;
  }
}

.slick-slide-pad-50 .slick-list .slick-slide {
  padding: 0 25px;
}

@media (max-width: 1560px) {
  .slick-slide-pad-50 .slick-list .slick-slide {
    padding: 0 15px;
  }
}

@media (max-width: 1199px) {
  .slick-slide-pad-50 .slick-list .slick-slide {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .slick-slide-pad-50 .slick-list .slick-slide {
    padding: 0 5px;
  }
}

.slick-heightall .slick-track {
  display: flex;
}

.slick-heightall .slick-track .slick-slide {
  height: auto;
}

.slick-heightall .slick-track .slick-slide>div {
  height: 100%;
}

.slick-heightall .slick-track .slick-slide>div>div {
  height: 100%;
}

.share-cn {
  display: none;
}

.addcart {
  cursor: pointer;
}

.addcart.active .icon:before {
  content: '\e69a';
}

.translate {
  min-width: 158px;
}

@media (max-width: 767px) {
  .translate {
    min-width: 145px;
  }
}

@media (max-width: 767px) {
  .translate .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
    font-size: 12px;
  }
}

.translate .goog-te-gadget-simple {
  border-color: #ffffff;
}

.fluid_html_on_pause,
.fluid_pseudo_poster,
.fluid_controls_container {
  display: none;
}

.map-content label {
  max-width: 200px;
  line-height: 30px !important;
  padding: 0 10px !important;
  border: none !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
}

.mt-40 {
  margin-top: 40px;
}

@media (max-width: 1400px) {
  .mt-40 {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .mt-40 {
    margin-top: 20px;
  }
}

.mt-50 {
  margin-top: 50px;
}

@media (max-width: 1400px) {
  .mt-50 {
    margin-top: 30px;
  }
}

.fz-22 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

@media (max-width: 1400px) {
  .fz-22 {
    font-size: 20px;
  }
}

.water-ripples {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  border: 1px solid rgba(4, 108, 96, 0.25);
  position: relative;
}

.water-ripples::before,
.water-ripples::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid #046C60;
}

.water-ripples:before {
  transform: translate(-50%, -50%) scale(2);
  opacity: 0.2;
}

.water-ripples:after {
  transform: translate(-50%, -50%) scale(2.5);
  opacity: 0.1;
}

.water-ripples span::before,
.water-ripples span::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid #046C60;
  opacity: 0.4;
}

.water-ripples span:after {
  transform: translate(-50%, -50%) scale(1.5);
  opacity: 0.3;
}

.water-ripples .iconfont {
  font-size: 40px;
}

.item-hover:hover .water-ripples::before,
.item-hover:hover .water-ripples::after {
  opacity: 0;
  animation: point_kuo 4s linear infinite;
}

.item-hover:hover .water-ripples::after {
  animation-delay: 3s;
}

.item-hover:hover .water-ripples::before {
  animation-delay: 2s;
}

.item-hover:hover .water-ripples span::before,
.item-hover:hover .water-ripples span::after {
  opacity: 0;
  animation: point_kuo 4s linear infinite;
}

.item-hover:hover .water-ripples span::after {
  animation-delay: 1s;
}

.item-hover:hover .water-ripples span::before {
  animation-delay: 0s;
}

@keyframes point_kuo {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }

  100% {
    transform: translate(-50%, -50%) scale(3.5);
    opacity: 0;
  }
}

.common-share ul {
  display: flex;
  align-items: center;
  margin: 0 -20px;
}

.common-share ul li {
  display: flex;
  align-items: center;
}

.common-share ul li a {
  display: block;
  padding: 0 20px;
  line-height: 30px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.common-share ul li a:hover {
  color: #058E7D;
}

.common-share ul li:after {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  background-color: #EEEEEE;
}

.common-share ul li .icon {
  font-size: 20px;
}

.common-share ul li:last-child:after {
  display: none;
}

.formbox {
  margin-top: 10px;
}

.formbox form ul {
  margin: 0 -10px;
}

.formbox form ul li {
  padding: 0 10px;
}

.formbox form .group {
  position: relative;
  margin-top: 20px;
}

.formbox form .group label {
  position: absolute;
  line-height: 52px;
  top: 0px;
  left: 20px;
  font-size: 16px;
  color: #5B6C6A;
  transition: all 0.3s ease;
  z-index: 3;
  pointer-events: none;
}

@media (max-width: 767px) {
  .formbox form .group label {
    line-height: 40px;
    left: 10px;
    font-size: 14px;
  }
}

.formbox form .group input,
.formbox form .group textarea {
  padding: 15px 20px;
  border-radius: 0px;
  background: none;
  outline: 0;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  z-index: 2;
  border-radius: 5px;
  background: #F8F8F8;
  resize: vertical;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 767px) {

  .formbox form .group input,
  .formbox form .group textarea {
    line-height: 20px;
    padding: 10px;
    font-size: 14px;
  }
}

.formbox form .group input:placeholder-shown+label,
.formbox form .group textarea:placeholder-shown+label {
  top: 0px;
  background-color: transparent;
}

.formbox form .group-read input {
  color: #ffffff !important;
  background: #058E7D !important;
  border-color: #058E7D !important;
}

.formbox form .group input:focus+label,
.formbox form .group textarea:focus+label,
.formbox form .group input:valid+label,
.formbox form .group textarea:valid+label {
  top: -36px;
  left: 20px;
  opacity: 0.8;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

@media (max-width: 767px) {

  .formbox form .group input:focus+label,
  .formbox form .group textarea:focus+label,
  .formbox form .group input:valid+label,
  .formbox form .group textarea:valid+label {
    left: 10px;
    top: -30px;
  }
}

.submit-group {
  margin-top: 50px;
  text-align: center;
}

@media (max-width: 1560px) {
  .submit-group {
    margin-top: 30px;
  }
}

.submit-group .submit {
  height: 52px;
  padding: 0 10px;
  background-color: #058E7D;
  color: #ffffff;
  border-radius: 100px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

@media (max-width: 767px) {
  .submit-group .submit {
    padding: 0 40px;
    height: 40px;
  }
}

.submit-group .submit .iconfont {
  font-size: 20px;
  margin-left: 4px;
  transform: rotate(-45deg);
}

.submit-group .submit:hover {
  background-color: #046C60;
}

.submit-group .submit:hover .iconfont {
  animation: swing 1s 0s ease both;
}

.wrap-reviews .title-product-show {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wrap-reviews .write-review a {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 30/16;
  color: #058E7D;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  padding: 10px 0;
}

.wrap-reviews .write-review a .iconfont {
  float: right;
  margin-left: 6px;
  font-size: 20px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.wrap-reviews .write-review a:hover {
  text-decoration: underline;
}

.wrap-reviews .reviews-list {
  margin-top: 10px;
}

.wrap-reviews .reviews-list>ul>li {
  margin-top: 30px;
}

.wrap-reviews .reviews-list .item {
  padding: 30px 30px 30px 80px;
  border-radius: 15px;
  background: #F7F7F7;
  position: relative;
}

@media (max-width: 1199px) {
  .wrap-reviews .reviews-list .item {
    border-radius: 5px;
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .wrap-reviews .reviews-list .item {
    padding: 15px;
  }
}

.wrap-reviews .reviews-list .item .iconfont {
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: block;
  background-color: #ffffff;
  color: #058E7D;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .wrap-reviews .reviews-list .item .iconfont {
    position: relative;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}

.wrap-reviews .reviews-list .item .title-reviews {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

@media (max-width: 991px) {
  .wrap-reviews .reviews-list .item .title-reviews {
    font-size: 18px;
  }
}

.wrap-reviews .reviews-list .item .editor-content {
  margin-top: 20px;
}

.wrap-reviews .reviews-message {
  border-radius: 15px;
  background: #F7F7F7;
  padding: 50px;
  margin-top: 50px;
  display: none;
}

@media (max-width: 1199px) {
  .wrap-reviews .reviews-message {
    padding: 30px;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .wrap-reviews .reviews-message {
    padding: 30px 14px;
  }
}

.wrap-reviews .reviews-message form input,
.wrap-reviews .reviews-message form textarea {
  background-color: #ffffff;
}

.wrap-reviews .reviews-message .submit-close {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrap-reviews .reviews-message .submit-group .submit {
  width: fit-content;
  min-width: 210px;
  text-align: center;
  margin-right: 16px;
}

.wrap-reviews .reviews-message .close-group {
  margin-top: 50px;
}

@media (max-width: 1560px) {
  .wrap-reviews .reviews-message .close-group {
    margin-top: 30px;
  }
}

.wrap-reviews .reviews-message .close-group a {
  width: fit-content;
  min-width: 210px;
  border: 1px solid #058E7D;
  color: #058E7D;
  display: flex;
  align-items: center;
  height: 52px;
  text-align: center;
  justify-content: center;
  border-radius: 100px;
}

.wrap-reviews .reviews-message .close-group a .iconfont {
  font-size: 20px;
  margin-left: 6px;
}

.header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #ffffff;
}

.header .header-top {
  background-color: #046C60;
  color: #ffffff;
}

.header .header-top p {
  margin: 0;
  line-height: 40px;
}

.header .header-top a span {
  -webkit-transition: background-size 0.56s;
  transition: background-size 0.56s;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 100%);
  background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
  background-repeat: no-repeat;
  background-position: 0 95%;
  background-size: 0 1px;
}

.header .header-top a:hover span {
  background-size: 100% 1px;
}

@media (max-width: 1199px) {
  .header .header-top .welcome {
    display: none;
  }
}

@media (max-width: 767px) {
  .header .header-top .email {
    display: none;
  }
}

@media (max-width: 767px) {
  .header .translate {
    position: absolute;
    top: 7px;
    right: 10px;
  }
}

.header .logo {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  height: 76px;
  display: block;
}

@media (max-width: 1400px) {
  .header .logo {
    padding: 5px 0;
  }
}

@media (max-width: 1199px) {
  .header .logo {
    height: 60px;
  }
}

.header .logo img {
  height: 100%;
  display: block;
}

.header .header-right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.header .serach-part {
  cursor: pointer;
}

.header .find {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 40px;
  margin-left: 30px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 767px) {
  .header .find {
    margin-left: 0;
    font-size: 16px;
  }
}

.header .find .iconfont {
  font-size: 24px;
  margin-right: 6px;
}

.header .find:hover {
  color: #058E7D;
}

.header .search-wrap {
  position: fixed;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 9;
  padding: 10px;
  display: none;
}

.header .search-wrap::after {
  width: 100%;
  height: 15%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, #ffffff 100%);
  pointer-events: none;
}

.header .search-wrap::before {
  width: 100%;
  height: 35%;
  position: absolute;
  top: 15%;
  left: 0;
  content: "";
  background-color: #fff;
  pointer-events: none;
}

.header .search-wrap .search-close {
  position: absolute;
  right: 10%;
  top: 5%;
  color: #ffffff;
  transform: rotate(45deg);
  cursor: pointer;
  z-index: 10;
}

@media (max-width: 1199px) {
  .header .search-wrap .search-close {
    right: 5%;
  }
}

.header .search-wrap .search-close .icon {
  font-size: 30px;
  color: #000000;
}

.header .search-wrap .search-box {
  position: absolute;
  width: 80%;
  border-bottom: 2px solid #000000;
  top: 27%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  transform: translateY(-50%);
  left: 10%;
  z-index: 10;
}

@media (max-width: 1199px) {
  .header .search-wrap .search-box {
    width: 90%;
    left: 5%;
  }
}

.header .search-wrap input {
  width: 100%;
  padding: 15px;
  line-height: 30px;
  color: #656C78;
}

.header .search-wrap .submit {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  width: 46px;
  height: 60px;
  line-height: 60px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 20px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.header .search-wrap .submit:before {
  font-family: "iconfont" !important;
  content: "\e60e";
}

.header .search-wrap .submit:hover {
  background-color: #058E7D;
  color: #ffffff;
}

.header .cart {
  display: flex;
  align-items: center;
  margin-left: 30px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 767px) {
  .header .cart {
    margin-left: 10px;
  }
}

.header .cart .iconfont {
  font-size: 22px;
  margin-right: 6px;
}

.header .cart img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  transition: all 0.5s;
  margin-right: 6px;
  filter: grayscale(100%) brightness(0%);
}

.header .cart:hover {
  color: #058E7D;
}

.header .cart:hover img {
  filter: none;
}

.header .language {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

@media (max-width: 767px) {
  .header .language {
    margin-left: 10px;
  }
}

.header .language a {
  display: flex;
  align-items: center;
  font-size: 18px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 1199px) {
  .header .language a {
    font-size: 16px;
  }
}

.header .language a img {
  width: 26px;
  margin-right: 10px;
}

.header .language a:hover {
  color: #046C60;
}

.header .pc-nav {
  margin-left: 5vw;
}

@media (max-width: 1199px) {
  .header .pc-nav {
    display: none;
  }
}

.header .pc-nav>ul {
  display: flex;
  align-items: center;
  margin: 0 -30px;
}

@media (max-width: 1470px) {
  .header .pc-nav>ul {
    margin: 0 -20px;
  }
}

.header .pc-nav>ul>li {
  position: relative;
  display: flex;
  align-items: center;
}

.header .pc-nav>ul>li>a {
  height: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 24px;
  font-size: 18px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 1560px) {
  .header .pc-nav>ul>li>a {
    padding: 0 20px;
  }
}

@media (max-width: 1470px) {
  .header .pc-nav>ul>li>a {
    padding: 0 14px;
  }
}

@media (max-width: 1400px) {
  .header .pc-nav>ul>li>a {
    font-size: 16px;
  }
}

.header .pc-nav>ul>li>a .iconfont {
  margin-right: 6px;
  font-size: 20px;
}

.header .pc-nav>ul>li.more>a:after {
  font-family: "iconfont" !important;
  content: '\e602';
  margin-left: 6px;
}

.header .pc-nav>ul>li.active>a,
.header .pc-nav>ul>li:hover>a {
  color: #046C60;
}

.header .pc-nav .nav-list2 {
  position: absolute;
  top: 100%;
  background-color: #ffffff;
  z-index: 9;
  font-size: 14px;
  display: none;
  text-align: left;
  min-width: 100%;
  left: 0px;
  border-radius: 0 0 10px 10px;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header .pc-nav .nav-list2>li {
  position: relative;
}

.header .pc-nav .nav-list2>li>a {
  display: block;
  padding: 10px 24px;
  line-height: 24px;
  font-size: 15px;
  white-space: nowrap;
  border-radius: 10px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-transform: capitalize;
}

@media (max-width: 1560px) {
  .header .pc-nav .nav-list2>li>a {
    padding: 5px 20px;
  }
}

.header .pc-nav .nav-list2>li:hover>a {
  background-color: #058E7D;
  color: #ffffff;
}

.header .pc-nav .nav-list3 {
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #ffffff;
  display: none;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header .pc-nav .nav-list3>li>a {
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  white-space: nowrap;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 10px;
}

.header .pc-nav .nav-list3>li:hover>a {
  background-color: #058E7D;
  color: #ffffff;
}

.header .btn-menu {
  display: none;
  position: relative;
  width: 24px;
  height: 40px;
}

@media (max-width: 1199px) {
  .header .btn-menu {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }
}

.header .btn-menu div {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header .btn-menu div:before,
.header .btn-menu div:after {
  content: "";
  display: block;
  background: #058E7D;
  height: 2px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.header .btn-menu div span {
  background: #058E7D;
  display: block;
  height: 2px;
  margin: 5px 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.header.stuck .header-info {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.hc-mobile-nav {
  text-transform: capitalize;
}

.hc-mobile-nav .lst-clone {
  display: none;
}

.hc-mobile-nav p {
  margin: 0;
}

.hc-mobile-nav li.nav-close {
  padding-top: 40px;
}

.hc-mobile-nav .nav-list2 li.nav-parent>a {
  padding-right: 44px;
  padding-left: 30px;
}

.hc-mobile-nav .nav-list3 li a {
  padding-left: 40px;
}

.hc-mobile-nav ul {
  text-indent: 0 !important;
}

.hc-mobile-nav .nav-wrapper {
  background-color: #ffffff;
  color: #333333;
}

.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a,
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-none .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open,
.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover {
  background-color: #eeeeee;
}

.hc-mobile-nav li.nav-close span::before,
.hc-mobile-nav li.nav-close span::after,
.hc-mobile-nav span.nav-next::before,
.hc-mobile-nav li.nav-back span::before {
  border-color: #222222;
}

.hc-mobile-nav:not(.touch-device) a:hover {
  background-color: #eeeeee;
}

.online-wrap {
  position: fixed;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}

@media (max-width: 991px) {
  .online-wrap {
    top: auto;
    transform: translateY(0);
    bottom: 100px;
  }
}

.online-wrap .btn {
  width: 44px;
  height: 44px;
  padding: 0;
  line-height: 44px;
  color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: #058E7D;
  border: 1px solid #058E7D;
  transform-origin: center center;
  text-align: center;
  outline: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

@media (min-width: 992px) {
  .online-wrap .btn {
    display: none;
  }
}

.online-wrap .btn:before {
  display: inline-block;
  font-family: "iconfont" !important;
  content: "\e625";
  font-size: 18px;
  font-weight: bold;
  transition: transform 0.3s;
}

.online-wrap .btn.active:before {
  transform: rotate(180deg);
}

.online-wrap .code-pic {
  display: none;
  position: fixed;
  z-index: 101;
  bottom: 180px;
  right: 45px;
  max-width: 120px;
}

.online-wrap .code-pic .pic-box {
  background-color: #fff;
}

.online-wrap .code-pic img {
  display: block;
  max-width: 100%;
}

.online-wrap .online {
  transition: right 0.3s;
  position: relative;
}

@media (max-width: 991px) {
  .online-wrap .online {
    top: auto;
    bottom: 70px;
    right: -60px;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    position: absolute;
  }

  .online-wrap .online.active {
    right: 0px;
  }
}

.online-wrap .online ul {
  border-radius: 100px;
  background: rgba(4, 108, 96, 0.35);
  backdrop-filter: blur(3px);
  padding: 5px;
}

.online-wrap .online a {
  position: relative;
  display: block;
  width: 46px;
  height: 46px;
  text-align: center;
  border-radius: 50%;
  line-height: 46px;
  padding: 0;
  margin: 7px 0;
  color: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 991px) {
  .online-wrap .online a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.online-wrap .online a .iconfont {
  font-size: 22px;
}

.online-wrap .online a:hover {
  background-color: #058E7D;
}

@media (max-width: 991px) {
  .online-wrap .online a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .online-wrap .online a:before {
    font-size: 20px;
  }
}

.online-wrap .online .codenum {
  position: relative;
}

.online-wrap .online .codenum .open-num {
  white-space: nowrap;
  position: absolute;
  z-index: -1;
  right: -300px;
  top: 0px;
  padding-right: 0px;
  transition: right 0.3s;
}

.online-wrap .online .codenum .open-num p {
  background: #058E7D;
  margin: 0;
  color: #ffffff;
  padding: 0 20px;
  line-height: 46px;
  display: block;
  border-radius: 100px;
}

@media (min-width: 1200px) {
  .online-wrap .online .codenum:hover .open-num {
    right: 100%;
  }
}

.online-wrap .online .code {
  position: relative;
}

@media (max-width: 767px) {
  .online-wrap .online .code:before {
    font-size: 22px;
  }
}

.online-wrap .online .code .mask {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 10;
  width: 130px;
  height: 130px;
  padding-right: 5px;
}

.online-wrap .online .code .mask .mask-box {
  background-color: #fff;
  border: 1px solid #e5e5e5;
}

.online-wrap .online .code .mask img {
  width: 100%;
  display: block;
}

.online-wrap .online .code .mask p {
  font-size: 13px;
  color: #888;
  line-height: 16px;
  margin: 5px 0 8px 0;
}

.online-wrap .online .online-cart span {
  width: 18px;
  height: 18px;
  background-color: #058E7D;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
}

.online-wrap .online .online-top {
  border: 5px solid rgba(5, 142, 125, 0.35);
  border-radius: 50%;
  margin-top: 30px;
  opacity: 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.online-wrap .online .online-top .backtop {
  width: 46px;
  height: 46px;
  background-color: #058E7D;
  color: #ffffff;
  border-radius: 50%;
  line-height: 46px;
  margin: 0;
  text-align: center;
}

.online-wrap .online .online-top.show {
  opacity: 1;
}

.xs-online {
  position: fixed;
  z-index: 8;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #058E7D;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
  display: none;
  color: #ffffff;
  padding-bottom: calc(constant(safe-area-inset-bottom) - 15px);
  padding-bottom: calc(env(safe-area-inset-bottom) - 15px);
}

@media (max-width: 991px) {
  .xs-online {
    display: block !important;
  }
}

.xs-online ul {
  text-align: center;
  padding: 0;
  margin: 0;
}

.xs-online ul li {
  float: left;
  width: 20%;
  list-style: none;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.xs-online ul li>a {
  font-size: 10px;
  display: block;
  padding: 8px 0;
  color: inherit;
  text-transform: uppercase;
}

.xs-online ul li>a .iconfont {
  display: block;
  font-size: 20px;
}

.xs-online ul li:first-child {
  border-left: none;
}

.xs-online ul li:last-child {
  border-right: none;
}

.xs-online ul li.xs-online-wechat>a {
  position: relative;
}

.xs-online ul li.xs-online-wechat>a:hover img {
  display: block;
}

.xs-online ul li.xs-online-wechat>a img {
  position: absolute;
  bottom: 57px;
  width: 100%;
  left: 0;
  display: none;
}

.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  user-select: none;
  z-index: 8;
  font-size: 0;
  clear: both;
}

.banner img {
  display: block;
  width: 100%;
}

.banner .swiper-slide {
  overflow: hidden;
}

.banner .swiper-pagination {
  position: absolute;
  z-index: 2;
  bottom: 24px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.15);
  padding: 5px 10px;
  width: auto;
  border-radius: 100px;
}

@media (max-width: 1199px) {
  .banner .swiper-pagination {
    bottom: 10px;
  }
}

.banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 100px;
  background: #ffffff;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #058E7D;
}

.banner .slick-arrow {
  text-align: center;
  border: none;
  color: #ffffff;
  top: calc(50% + 40px);
  width: auto;
  background: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.banner .slick-arrow:before {
  font-size: 30px;
}

.banner .slick-arrow:hover {
  background: none;
  color: #046C60;
}

.banner .slick-prev {
  left: 2%;
}

@media (max-width: 991px) {
  .banner .slick-prev {
    left: 0%;
  }
}

.banner .slick-next {
  right: 2%;
}

@media (max-width: 991px) {
  .banner .slick-next {
    right: 0%;
  }
}

.banner .item {
  display: block;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .banner .item {
    width: 110%;
    max-width: 110%;
    margin-left: -5%;
  }
}

.banner-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner.hide-arrow .slick-arrow,
.banner.hide-arrow .swiper-pagination {
  display: none !important;
}

.banner.hide-video video {
  display: none !important;
}

.banner-video-box {
  display: block;
  padding-bottom: calc(836 / 1920 * 100%);
  position: relative;
  transform: translateZ(10px);
}

.banner-video-box .fluid_video_wrapper {
  position: absolute;
  z-index: 10;
}

.banner-video-box .fluid_initial_play {
  background-color: #058E7D !important;
}

.banner .mobile-video {
  display: block;
  position: relative;
}

.banner .mobile-video:after {
  z-index: 2;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}

.banner .mobile-video:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 3;
  font-size: 50px;
  color: #fff;
  content: "\e644";
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.banner-in {
  position: relative;
  overflow: hidden;
}

.banner-in img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 1920px) {
  .banner-in img {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .banner-in img {
    width: 140%;
    margin-left: -20%;
  }
}

.banner-in .wrap-location {
  position: absolute;
  bottom: 30px;
  z-index: 6;
  width: 100%;
  right: 0;
  background: none;
}

@media (max-width: 1199px) {
  .banner-in .wrap-location {
    bottom: 10px;
  }
}

.banner-in .wrap-location .location {
  display: flex;
  justify-content: flex-end;
  color: #058E7D;
}

.banner-in .wrap-location .location ul {
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(2px);
  width: fit-content;
  padding: 0 20px 0 44px;
}

.banner-in .wrap-location .location ul:before {
  left: 20px;
}

@media (max-width: 1199px) {
  .banner-in .wrap-location .location ul:before {
    top: 10px;
  }
}

@media (max-width: 1199px) {
  .banner-in .wrap-location .location ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@keyframes movedong {
  0% {
    stroke-dashoffset: 300%;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes moveshou {
  0% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: 300%;
  }
}

.box {
  padding: 60px 0;
  overflow: hidden;
}

@media (max-width: 1560px) {
  .box {
    padding: 50px 0;
  }
}

@media (max-width: 1470px) {
  .box {
    padding: 40px 0;
  }
}

@media (max-width: 991px) {
  .box {
    padding: 30px 0;
  }
}

.title h2 {
  font-size: 42px;
  line-height: 60/48;
  font-weight: 600;
}

@media (max-width: 1560px) {
  .title h2 {
    font-size: 40px;
  }
}

@media (max-width: 1400px) {
  .title h2 {
    font-size: 36px;
  }
}

@media (max-width: 1199px) {
  .title h2 {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  .title h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .title h2 {
    font-size: 24px;
  }
}

.title .editor-content {
  max-width: 790px;
  margin: 0 auto;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .title .editor-content {
    margin-top: 10px;
  }
}

.common-more a {
  display: flex;
  width: fit-content;
  align-items: center;
  color: #656C78;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.common-more a .iconfont {
  margin-left: 12px;
}

.common-more1 a {
  display: flex;
  width: fit-content;
  align-items: center;
  color: #656C78;
  line-height: 26px;
  padding: 15px 40px;
  border-radius: 50px;
  margin: 0 auto;
  border: 1px solid #046C60;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 1199px) {
  .common-more1 a {
    padding: 10px 30px;
  }
}

@media (max-width: 767px) {
  .common-more1 a {
    padding: 10px 20px;
    line-height: 20px;
  }
}

.common-more1 a .iconfont {
  margin-left: 12px;
}

.common-more1 a:hover {
  background-color: #046C60;
  color: #ffffff;
}

.common-more2 a {
  display: flex;
  width: fit-content;
  align-items: center;
  color: #ffffff;
  line-height: 26px;
  padding: 15px 40px;
  border-radius: 50px;
  margin: 0 auto;
  background-color: #046C60;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 1199px) {
  .common-more2 a {
    padding: 10px 30px;
  }
}

@media (max-width: 767px) {
  .common-more2 a {
    padding: 10px 20px;
    line-height: 20px;
  }
}

.common-more2 a .iconfont {
  margin-left: 12px;
}

.common-more2 a:hover {
  background-color: #058E7D;
  color: #ffffff;
}

.common-more2.white a {
  background-color: #ffffff;
  color: #058E7D;
}

.common-more2.white a:hover {
  background-color: #058E7D;
  color: #ffffff;
}

.common-product-item {
  border-radius: 15px;
  background: #F7F7F7;
  overflow: hidden;
  position: relative;
}

.common-product-item .pic .img-box {
  mix-blend-mode: multiply;
  padding-bottom: calc(880 / 660 * 100%);
}

.common-product-item .pic .img-box img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.common-product-item .text {
  position: absolute;
  width: calc(100% - 20px);
  bottom: 10px;
  left: 10px;
  z-index: 6;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(2px);
  padding: 20px;
}

@media (max-width: 1400px) {
  .common-product-item .text {
    padding: 10px;
  }
}

@media (max-width: 1199px) {
  .common-product-item .text {
    padding-right: 60px;
  }
}

.common-product-item .text .title-subtitle {
  color: #5B6C6A;
  line-height: 24px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.common-product-item .text .title-product {
  font-size: 20px;
  line-height: 30px;
  height: 30px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.common-product-item .text .addcart {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 6;
  padding: 15px;
  line-height: 22px;
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  width: 0%;
  border: 1px solid #058E7D;
  color: #058E7D;
  border-radius: 100px;
  opacity: 0;
  white-space: nowrap;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 1199px) {
  .common-product-item .text .addcart {
    opacity: 1;
    font-size: 0;
    width: 40px;
    height: 40px;
    left: auto;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    padding: 0;
    line-height: 40px;
    text-align: center;
    display: block;
  }
}

.common-product-item .text .addcart img {
  margin-left: 4px;
  width: 16px;
  height: 16px;
  object-fit: cover;
  transition: all 0.5s;
}

@media (max-width: 1199px) {
  .common-product-item .text .addcart img {
    margin-left: 0;
  }
}

.common-product-item .text .addcart .iconfont {
  margin-left: 4px;
  font-size: 20px;
}

@media (max-width: 1199px) {
  .common-product-item .text .addcart .iconfont {
    margin-left: 0;
  }
}

.common-product-item .text .addcart:hover {
  background-color: #058E7D;
  color: #ffffff;
}

.common-product-item .text .addcart:hover img {
  filter: brightness(0) invert(1);
}

@media (min-width: 1200px) {
  .common-product-item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  .common-product-item:hover .text .title-subtitle,
  .common-product-item:hover .text .title-product {
    opacity: 0;
  }

  .common-product-item:hover .text .addcart {
    width: 80%;
    opacity: 1;
  }
}

.box-product .slick-list {
  overflow: visible;
}

.box-category-color .title-category {
  max-width: 690px;
  margin: 0 auto;
}

.box-category-color .title-category h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 40/30;
}

@media (max-width: 1199px) {
  .box-category-color .title-category h2 {
    font-size: 24px;
  }
}

.box-category-color .category-color .item {
  position: relative;
  display: block;
  border-radius: 15px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .box-category-color .category-color .item {
    border-radius: 5px;
  }
}

.box-category-color .category-color .item .img-box img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.box-category-color .category-color .item .title-color {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 6;
  width: 100%;
  text-align: center;
}

.box-category-color .category-color .item .title-color span {
  display: inline-block;
  padding: 4px 16px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(2px);
  line-height: 20px;
  color: #ffffff;
}

@media (min-width: 1200px) {
  .box-category-color .category-color .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.box-category-color .category-color .slick-arrow {
  background-color: #ffffff;
}

.box-category-color .category-color .slick-arrow:hover {
  background-color: #058E7D;
}

@media (max-width: 991px) {
  .box-choose .choose>ul>li {
    margin: 20px 0;
  }
}

@media (max-width: 767px) {
  .box-choose .choose>ul>li {
    margin: 10px 0;
  }
}

.box-choose .choose .item {
  border-radius: 15px;
  border: 1px solid rgba(5, 142, 125, 0.25);
  backdrop-filter: blur(2px);
  padding: 60px 30px 80px 30px;
  height: 100%;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1400px) {
  .box-choose .choose .item {
    padding: 30px 15px 50px 15px;
  }
}

.box-choose .choose .item:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(33deg, rgba(5, 142, 125, 0.15) 0%, rgba(5, 142, 125, 0.05) 29.77%, rgba(5, 142, 125, 0) 49.61%, rgba(5, 142, 125, 0.05) 79.38%, rgba(5, 142, 125, 0.15) 99.22%);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.box-choose .choose .item .icon {
  position: relative;
  z-index: 6;
}

.box-choose .choose .item .icon .iconfont {
  line-height: 1;
  font-size: 60px;
  display: inline-block;
}

@media (max-width: 1400px) {
  .box-choose .choose .item .icon .iconfont {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .box-choose .choose .item .icon .iconfont {
    font-size: 40px;
  }
}

.box-choose .choose .item .icon svg {
  line-height: 1;
  width: 60px;
  height: 60px;
  display: inline-block;
}

@media (max-width: 1400px) {
  .box-choose .choose .item .icon svg {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 991px) {
  .box-choose .choose .item .icon svg {
    width: 40px;
    height: 40px;
  }
}

.box-choose .choose .item .title-choose {
  position: relative;
  z-index: 6;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.box-choose .choose .item .editor-content {
  position: relative;
  z-index: 6;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .box-choose .choose .item .editor-content {
    margin-top: 10px;
  }
}

@media (min-width: 1200px) {
  .box-choose .choose .item:hover {
    border-color: #058E7D;
  }

  .box-choose .choose .item:hover:before {
    opacity: 1;
  }

  .box-choose .choose .item:hover .icon {
    color: #058E7D;
  }

  .box-choose .choose .item:hover .icon .iconfont {
    animation: swing 1s 0s ease both;
  }

  .box-choose .choose .item:hover .icon svg {
    fill: #058E7D;
    animation: swing 1s 0s ease both;
  }

  .box-choose .choose .item:hover .title-choose {
    color: #058E7D;
  }
}

.common-news-item .pic {
  border-radius: 15px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .common-news-item .pic {
    border-radius: 5px;
  }
}

.common-news-item .pic .img-box {
  padding-bottom: calc(580 / 1040 * 100%);
}

.common-news-item .pic .img-box img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.common-news-item .text {
  padding-top: 40px;
}

@media (max-width: 991px) {
  .common-news-item .text {
    padding-top: 20px;
  }
}

.common-news-item .text .date {
  display: flex;
  align-items: center;
  line-height: 20px;
  color: #5B6C6A;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.common-news-item .text .date .iconfont {
  font-size: 20px;
  margin-right: 6px;
}

.common-news-item .text .title-news {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 60px;
  margin-top: 14px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 1199px) {
  .common-news-item .text .title-news {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .common-news-item .text .title-news {
    font-size: 18px;
    line-height: 24px;
    max-height: 48px;
  }
}

.common-news-item .text .editor-content {
  margin-top: 10px;
  max-height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .common-news-item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  .common-news-item:hover .text .date,
  .common-news-item:hover .text .title-news {
    color: #058E7D;
  }
}

.box-news .news .slick-list {
  margin: 0 -22px;
}

@media (max-width: 1560px) {
  .box-news .news .slick-list {
    margin: 0 -15px;
  }
}

@media (max-width: 1199px) {
  .box-news .news .slick-list {
    margin: 0 -10px;
  }
}

.box-news .news .slick-list .slick-slide {
  padding: 0 22px;
}

@media (max-width: 1560px) {
  .box-news .news .slick-list .slick-slide {
    padding: 0 15px;
  }
}

@media (max-width: 1199px) {
  .box-news .news .slick-list .slick-slide {
    padding: 0 10px;
  }
}

.footer {
  color: #ffffff;
  overflow: hidden;
  background-position: top center;
}

@media (max-width: 991px) {
  .footer {
    padding-bottom: 80px;
  }
}

.footer .title-foot h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24/20;
  color: #ffffff;
}

@media (max-width: 767px) {
  .footer .title-foot h3 {
    font-size: 18px;
  }
}

.footer .message {
  padding: 70px 20% 70px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  width: 57%;
}

@media (max-width: 1400px) {
  .footer .message {
    width: 50%;
    padding-right: 10%;
  }
}

@media (max-width: 991px) {
  .footer .message {
    width: 100%;
    padding: 30px 0;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
}

.footer .message .title-message h3 {
  font-size: 36px;
  font-weight: 600;
}

@media (max-width: 1560px) {
  .footer .message .title-message h3 {
    font-size: 30px;
  }
}

@media (max-width: 1199px) {
  .footer .message .title-message h3 {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .footer .message .title-message h3 {
    font-size: 20px;
  }
}

.footer .message .form {
  margin-top: 40px;
}

@media (max-width: 1560px) {
  .footer .message .form {
    margin-top: 30px;
  }
}

@media (max-width: 1199px) {
  .footer .message .form {
    margin-top: 20px;
  }
}

.footer .message .form form {
  display: flex;
  padding: 5px;
  border-radius: 100px;
  border: 1px solid #ffffff;
}

.footer .message .form form input {
  width: 100%;
  border-radius: 100px;
  line-height: 46px;
  padding: 0 15px;
  background: none;
  color: #ffffff;
}

.footer .message .form form input::-webkit-input-placeholder,
.footer .message .form form textarea::-webkit-input-placeholder {
  color: #ffffff;
}

.footer .message .form form input:-o-placeholder,
.footer .message .form form textarea:-o-placeholder {
  color: #ffffff;
}

.footer .message .form form input::-moz-placeholder,
.footer .message .form form textarea::-moz-placeholder {
  color: #ffffff;
}

.footer .message .form form input:-ms-input-placeholder,
.footer .message .form form textarea:-ms-input-placeholder {
  color: #ffffff;
}

.footer .message .form form input:focus::-webkit-input-placeholder,
.footer .message .form form textarea:focus::-webkit-input-placeholder {
  color: #c5c5c5;
}

.footer .message .form form input:focus::-o-placeholder,
.footer .message .form form textarea:focus::-o-placeholder {
  color: #c5c5c5;
}

.footer .message .form form input:focus::-moz-placeholder,
.footer .message .form form textarea:focus::-moz-placeholder {
  color: #c5c5c5;
}

.footer .message .form form input:focus::-ms-input-placeholder,
.footer .message .form form textarea:focus::-ms-input-placeholder {
  color: #c5c5c5;
}

.footer .message .form form .submit {
  padding: 0;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background-color: #ffffff;
  border-radius: 50%;
  flex-shrink: 0;
  display: block;
  color: #058E7D;
}

.footer .message .form form .submit .iconfont {
  display: block;
  font-size: 20px;
  transform: rotate(-45deg);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.footer .message .form form .submit:hover .iconfont {
  transform: rotate(0deg);
}

.footer .message .text {
  margin-top: 20px;
}

.footer .message .text p {
  padding-left: 30px;
  color: #ffffff;
  position: relative;
}

.footer .message .text p:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  left: 5px;
  top: 12px;
}

.footer .foot-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 43%;
}

@media (max-width: 1400px) {
  .footer .foot-right {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .footer .foot-right {
    width: 100%;
  }
}

.footer .foot-right .right-top {
  padding: 70px 0;
}

@media (max-width: 991px) {
  .footer .foot-right .right-top {
    padding: 30px 0;
  }
}

.footer .foot-nav {
  padding-left: 10%;
}

@media (max-width: 991px) {
  .footer .foot-nav {
    padding-left: 0;
  }
}

.footer .foot-nav .foot-info {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .footer .foot-nav .foot-info {
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .footer .foot-nav .foot-info>ul {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .footer .foot-nav .foot-info>ul>li {
    margin-right: 20px;
  }
}

.footer .foot-nav .foot-info>ul>li>a {
  display: block;
  padding: 8px 0;
  line-height: 22px;
  font-size: 18px;
}

@media (max-width: 767px) {
  .footer .foot-nav .foot-info>ul>li>a {
    font-size: 16px;
  }
}

.footer .foot-nav .foot-info>ul>li>a span {
  -webkit-transition: background-size 0.56s;
  transition: background-size 0.56s;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 100%);
  background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
  background-repeat: no-repeat;
  background-position: 0 95%;
  background-size: 0 1px;
}

.footer .foot-nav .foot-info>ul>li>a:hover span {
  background-size: 100% 1px;
}

.footer .foot-text {
  width: 50%;
}

@media (max-width: 991px) {
  .footer .foot-text {
    width: 100%;
    margin-top: 15px;
  }
}

.footer .foot-text .foot-info {
  margin-top: 10px;
}

.footer .foot-text .foot-info .item {
  margin-top: 20px;
}

.footer .foot-text .foot-info .address p {
  font-size: 18px;
  line-height: 29/18;
  margin: 0;
}

@media (max-width: 767px) {
  .footer .foot-text .foot-info .address p {
    font-size: 16px;
  }
}

.footer .foot-text .foot-info .item-link p a {
  min-width: 240px;
  display: flex;
  width: fit-content;
  padding: 14px 24px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 100px;
  font-size: 18px;
  line-height: 22px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 767px) {
  .footer .foot-text .foot-info .item-link p a {
    font-size: 16px;
  }
}

.footer .foot-text .foot-info .item-link p a .iconfont {
  font-size: 22px;
  margin-right: 6px;
}

.footer .foot-text .foot-info .item-link p a:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

.footer .share {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.footer .share>ul {
  display: flex;
}

.footer .share>ul>li {
  position: relative;
  flex: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.footer .share>ul>li:last-child {
  border-right: none;
}

.footer .share>ul>li>a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  line-height: 32px;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 767px) {
  .footer .share>ul>li>a {
    font-size: 0;
  }
}

.footer .share>ul>li>a .iconfont {
  font-size: 20px;
  margin-right: 6px;
}

@media (max-width: 767px) {
  .footer .share>ul>li>a .iconfont {
    margin-right: 0;
    font-size: 24px;
  }
}

.footer .share>ul>li:hover>a {
  background-color: rgba(255, 255, 255, 0.25);
}

.footer .copyright {
  padding: 25px 0;
  line-height: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.footer .copyright p {
  line-height: 30/16;
  margin: 0;
}

@media (max-width: 767px) {
  .footer .copyright p {
    font-size: 14px;
  }
}

.footer .copyright p a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.footer .copyright p a:hover {
  text-decoration: underline;
}

.footer .copyright .link {
  display: flex;
  align-items: center;
  margin-right: 26px;
}

.footer .copyright .link a {
  display: flex;
  width: fit-content;
  align-items: center;
}

.footer .copyright .link a .iconfont {
  margin-left: 4px;
  float: right;
}

.footer .copyright .link a:hover {
  text-decoration: underline;
}

.footer .copyright .link span {
  margin: 0 26px;
}

.wrap {
  padding: 90px 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .wrap {
    padding: 50px 0;
  }
}

.title-in h2 {
  font-size: 46px;
  line-height: 50/36;
  margin: 0;
  font-family: 'Urbanist', Arial, serif;
  text-transform: capitalize;
  font-weight: bold;
}

@media (max-width: 1560px) {
  .title-in h2 {
    font-size: 40px;
  }
}

@media (max-width: 1199px) {
  .title-in h2 {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .title-in h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .title-in h2 {
    font-size: 26px;
  }
}

.wrap-location {
  background: #F7F7F7;
  color: #5B6C6A;
}

.wrap-location .location {
  line-height: 22px;
}

.wrap-location .location>ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  position: relative;
  padding-left: 28px;
}

.wrap-location .location>ul:before {
  font-family: "iconfont" !important;
  content: '\e818';
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 20px;
}

.wrap-location .location>ul>li {
  display: flex;
  align-items: center;
}

.wrap-location .location>ul>li:after {
  content: '>';
  margin: 0 4px;
}

.wrap-location .location>ul>li:last-child:after {
  display: none;
}

.wrap-location .location>ul>li>a {
  display: block;
  padding: 15px 0;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .wrap-location .location>ul>li>a {
    line-height: 20px;
  }
}

.wrap-location .location>ul>li>a:hover {
  text-decoration: underline;
}

.wrap-location-product {
  background-color: #046C60;
  padding-top: 100px;
  color: #ffffff;
}

@media (max-width: 1199px) {
  .wrap-location-product {
    padding-top: 0px;
  }
}

.wrap-about-menu {
  position: sticky;
  top: 104px;
  z-index: 8;
  width: 100%;
  padding: 40px 0 10px;
  background-color: #ffffff;
}

@media (max-width: 1199px) {
  .wrap-about-menu {
    top: 60px;
  }
}

.wrap-about-menu .sidenav-deputy>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -5px;
}

.wrap-about-menu .sidenav-deputy>ul>li {
  padding: 0 5px;
  margin-bottom: 10px;
}

.wrap-about-menu .sidenav-deputy>ul>li>a {
  text-align: center;
  min-width: 180px;
  display: block;
  line-height: 22px;
  padding: 15px 0;
  border-radius: 100px;
  border: 1px solid rgba(5, 142, 125, 0.2);
  backdrop-filter: blur(2px);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #058E7D;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .wrap-about-menu .sidenav-deputy>ul>li>a {
    min-width: 150px;
    padding: 10px 0;
  }
}

.wrap-about-menu .sidenav-deputy>ul>li.active>a {
  background-color: #058E7D;
  color: #ffffff;
}

.wrap-sidenav {
  position: relative;
}

@media (max-width: 1199px) {
  .wrap-sidenav {
    display: none;
  }
}

.wrap-sidenav .title-sidenav {
  font-size: 24px;
  font-weight: bold;
  line-height: 40/24;
  position: relative;
  z-index: 6;
  color: #058E7D;
}

.wrap-sidenav .sidenav {
  position: relative;
  z-index: 6;
}

.wrap-sidenav .sidenav .slevel-1>li {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #E6E6E6;
}

.wrap-sidenav .sidenav .slevel-1>li>a {
  display: block;
  padding: 20px 50px 20px 0px;
  line-height: 30px;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  border-radius: 6px;
}

.wrap-sidenav .sidenav .slevel-1>li>a:after {
  font-family: "iconfont" !important;
  content: '\e602';
  position: absolute;
  right: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  top: 20px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.wrap-sidenav .sidenav .slevel-1>li.active>a,
.wrap-sidenav .sidenav .slevel-1>li:hover>a {
  color: #058E7D;
}

.wrap-sidenav .sidenav .slevel-1>li.active>a:after,
.wrap-sidenav .sidenav .slevel-1>li:hover>a:after {
  transform: rotate(180deg);
}

.wrap-sidenav .sidenav .slevel-1>li.active .slevel-2 {
  display: block;
}

.wrap-sidenav .sidenav .slevel-2 {
  display: none;
  padding: 0 0 24px 0;
  margin: 0 auto;
}

.wrap-sidenav .sidenav .slevel-2>li {
  position: relative;
  z-index: 4;
}

.wrap-sidenav .sidenav .slevel-2>li>a {
  display: block;
  line-height: 20px;
  font-size: 14px;
  padding: 6px 0px;
  color: #5B6C6A;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}

.wrap-sidenav .sidenav .slevel-2>li>a:after {
  font-family: "iconfont" !important;
  content: '\e749';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.wrap-sidenav .sidenav .slevel-2>li.active>a,
.wrap-sidenav .sidenav .slevel-2>li:hover>a {
  color: #058E7D;
}

.wrap-sidenav .sidenav .slevel-2>li.active>a:after,
.wrap-sidenav .sidenav .slevel-2>li:hover>a:after {
  opacity: 1;
}

.xs-product-nav {
  overflow: hidden;
  display: none;
  padding: 20px 0 0 0;
}

@media (max-width: 1199px) {
  .xs-product-nav {
    display: block;
  }
}

.xs-product-nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
}

.xs-product-nav ul>li {
  display: inline-block;
  vertical-align: top;
  height: auto;
  overflow: hidden;
  padding: 4px;
}

@media (max-width: 767px) {
  .xs-product-nav ul>li {
    width: 50%;
  }
}

.xs-product-nav ul>li>a {
  line-height: 24px;
  padding: 4px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #dcdcdc;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .xs-product-nav ul>li>a {
    line-height: 20px;
    font-size: 14px;
  }
}

.xs-product-nav ul>li.active>a {
  background-color: #058E7D;
  border-color: #058E7D;
  color: #ffffff;
}

.wrap-about .about {
  padding-bottom: 170px;
  background: linear-gradient(53deg, #EEFFFD 0%, #FFF 38.04%);
}

@media (max-width: 767px) {
  .wrap-about .about {
    padding-bottom: 120px;
  }
}

.wrap-about .title {
  max-width: 1310px;
  margin: 0 auto;
}

.wrap-about .title h2 {
  font-size: 36px;
}

@media (max-width: 1560px) {
  .wrap-about .title h2 {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .wrap-about .title h2 {
    font-size: 24px;
  }
}

.wrap-about .video {
  position: relative;
}

.wrap-about .video .play {
  width: 200px;
  height: 200px;
  background: url(../images/play.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top: -100px;
  cursor: pointer;
  animation: roate360 10s linear infinite;
}

@media (max-width: 1199px) {
  .wrap-about .video .play {
    width: 140px;
    height: 140px;
    top: -70px;
    margin-left: -70px;
  }
}

.wrap-about .video img {
  width: 100%;
}

.wrap-about .video .slick-video-text {
  position: absolute;
  width: 100%;
  bottom: 50px;
}

@media (max-width: 1199px) {
  .wrap-about .video .slick-video-text {
    bottom: 20px;
  }
}

.wrap-about .video .slick-video-text .slick-list {
  width: 164%;
  margin-left: -32%;
}

.wrap-about .video .slick-video-text .item p {
  font-size: 5vw;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
}

@keyframes roate360 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.wrap-exhibitions .exhibitions .item {
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
}

.wrap-exhibitions .exhibitions .item .img-box {
  padding-bottom: calc(580 / 1040 * 100%);
}

.wrap-exhibitions .exhibitions .item .img-box img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

@media (min-width: 1200px) {
  .wrap-exhibitions .exhibitions .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.wrap-factory .factory-left {
  width: 50%;
  padding-right: 8%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .wrap-factory .factory-left {
    padding-right: 4%;
  }
}

@media (max-width: 767px) {
  .wrap-factory .factory-left {
    width: 100%;
    padding-right: 0;
  }
}

.wrap-factory .factory-left .editor-content p {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  line-height: 28/20;
}

@media (max-width: 1560px) {
  .wrap-factory .factory-left .editor-content p {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .wrap-factory .factory-left .editor-content p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .wrap-factory .factory-left .prev-next {
    display: none;
  }
}

.wrap-factory .factory-right {
  width: 50%;
}

@media (max-width: 767px) {
  .wrap-factory .factory-right {
    width: 100%;
    margin-top: 30px;
  }
}

.wrap-factory .factory-right .slick-factory {
  width: 50vw;
  overflow: hidden;
  padding-right: var(--pad);
}

@media (max-width: 767px) {
  .wrap-factory .factory-right .slick-factory {
    width: 100%;
    padding-right: 0;
    overflow: visible;
  }
}

.wrap-factory .factory-right .slick-list {
  overflow: visible;
}

@media (max-width: 767px) {
  .wrap-factory .factory-right .slick-list {
    overflow: hidden;
  }
}

.wrap-factory .factory-right .item {
  cursor: pointer;
}

.wrap-factory .factory-right .item .img-box {
  border-radius: 15px;
  padding-bottom: calc(460 / 820 * 100%);
}

.wrap-factory .factory-right .item .img-box img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

@media (min-width: 1200px) {
  .wrap-factory .factory-right .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.pagination-info {
  margin-top: 80px;
}

@media (max-width: 1560px) {
  .pagination-info {
    margin-top: 60px;
  }
}

@media (max-width: 1199px) {
  .pagination-info {
    margin-top: 30px;
  }
}

.pagination {
  display: inline-block;
}

.pagination a,
.pagination span:not(.ellipsis) {
  min-width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px;
  padding: 0 5px;
  background: none;
  vertical-align: middle;
  font-size: 16px;
  overflow: hidden;
  border-radius: 50%;
  background: #F7F7F7;
}

@media (min-width: 1200px) {

  .pagination a,
  .pagination span:not(.ellipsis) {
    transition: 0.2s;
  }

  .pagination a:hover,
  .pagination span:not(.ellipsis):hover {
    background-color: #058E7D;
    color: #ffffff;
  }
}

@media (max-width: 1199.98px) {

  .pagination a,
  .pagination span:not(.ellipsis) {
    min-width: 30px;
    line-height: 30px;
    height: 30px;
  }

  .pagination a:active,
  .pagination span:not(.ellipsis):active {
    background-color: #058E7D;
    color: #ffffff;
  }
}

@media (max-width: 767.98px) {

  .pagination a,
  .pagination span:not(.ellipsis) {
    margin: 0 3px;
    font-size: 14px;
  }
}

.pagination span.current {
  background-color: #058E7D;
  color: #ffffff;
}

.pagination span.current.prev,
.pagination span.current.next {
  display: none;
}

.pagination .next:hover,
.pagination .prev:hover {
  background-color: #058E7D;
  color: #ffffff;
}

.pagination .prev:before {
  font-family: "iconfont" !important;
  content: '\e749';
  transform: rotate(-180deg);
}

.pagination .next:before {
  font-family: "iconfont" !important;
  content: '\e749';
}

@media (max-width: 991px) {
  .wrap-details {
    padding-left: 0;
    padding-right: 0;
  }
}

.wrap-details .title-details h2 {
  font-size: 30px;
  margin: 10px 0 0 0;
  line-height: 1.2;
  font-weight: bold;
}

@media (max-width: 1470px) {
  .wrap-details .title-details h2 {
    font-size: 24px;
  }
}

@media (max-width: 1199px) {
  .wrap-details .title-details h2 {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .wrap-details .title-details h2 {
    font-size: 18px;
  }
}

.wrap-details .title-details .date {
  font-size: 16px;
  line-height: 30/16;
  color: #058E7D;
  font-weight: 500;
}

@media (max-width: 991px) {
  .wrap-details .title-details .date {
    font-size: 14px;
  }
}

.wrap-details .details .text {
  margin-top: 30px;
}

.wrap-details .details .text h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 30/22;
}

@media (max-width: 1199px) {
  .wrap-details .details .text h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .wrap-details .details .text h3 {
    font-size: 18px;
  }
}

.wrap-details .share {
  margin-top: 30px;
}

.wrap-details .share p {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.wrap-details .share p,
.wrap-details .share .a2a_kit {
  display: inline-block;
  vertical-align: middle;
}

.wrap-details .relate-details {
  margin-top: 70px;
  font-size: 0;
  padding: 10px;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}

@media (max-width: 991px) {
  .wrap-details .relate-details {
    margin-top: 40px;
  }
}

.wrap-details .relate-details a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 36px;
  height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding-left: 50px;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
  font-weight: bold;
}

@media (max-width: 767px) {
  .wrap-details .relate-details a {
    font-size: 14px;
  }
}

.wrap-details .relate-details a:before {
  font-family: "iconfont" !important;
  content: "\eb60";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  width: 36px;
  height: 36px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.wrap-details .relate-details a.prev:after {
  content: "";
  top: 11px;
  width: 1px;
  height: 16px;
  background-color: #c7cdd4;
  position: absolute;
  right: 0;
}

.wrap-details .relate-details a:hover:before {
  background-color: #058E7D;
}

.wrap-details .relate-details .next {
  text-align: right;
}

@media (max-width: 767px) {
  .wrap-details .relate-details .next {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .wrap-details .relate-details .next a {
    padding-left: 0;
    padding-right: 50px;
  }

  .wrap-details .relate-details .next a:before {
    transform: rotate(180deg);
    left: auto;
    right: 0;
  }
}

.wrap-contact .title {
  max-width: 860px;
  margin: 0 auto;
}

.wrap-contact .contact .item {
  border-radius: 15px;
  border: 1px solid rgba(5, 142, 125, 0.25);
  background: linear-gradient(134deg, rgba(239, 255, 254, 0) 50%, #EFFFFE 100%);
  padding: 50px 30px 70px;
  height: 100%;
}

@media (max-width: 1470px) {
  .wrap-contact .contact .item {
    padding: 30px 30px 50px 30px;
  }
}

@media (max-width: 767px) {
  .wrap-contact .contact .item {
    padding: 30px 20px;
  }
}

.wrap-contact .contact .item .icon {
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  color: #058E7D;
  border-radius: 100px;
  background: rgba(32, 132, 118, 0.05);
}

@media (max-width: 767px) {
  .wrap-contact .contact .item .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

.wrap-contact .contact .item .icon .iconfont {
  font-size: 30px;
}

@media (max-width: 767px) {
  .wrap-contact .contact .item .icon .iconfont {
    font-size: 24px;
  }
}

.wrap-contact .contact .item .title-contact {
  font-size: 30px;
  line-height: 40/30;
  font-weight: 500;
  margin-top: 20px;
}

@media (max-width: 1470px) {
  .wrap-contact .contact .item .title-contact {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .wrap-contact .contact .item .title-contact {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .wrap-contact .contact .item .title-contact {
    font-size: 18px;
  }
}

.wrap-contact .contact .item .note {
  margin-top: 50px;
}

@media (max-width: 1470px) {
  .wrap-contact .contact .item .note {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .wrap-contact .contact .item .note {
    margin-top: 20px;
  }
}

.wrap-contact .contact .item .note h4 {
  font-size: 16px;
  line-height: 24px;
  color: #5B6C6A;
  font-weight: normal;
}

.wrap-contact .contact .item .note p {
  line-height: 24px;
  color: #5B6C6A;
}

.wrap-contact .contact .item .note p a span {
  -webkit-transition: background-size 0.56s;
  transition: background-size 0.56s;
  background-image: -webkit-gradient(linear, left top, right top, from(#058E7D), to(#058E7D));
  background-image: -webkit-linear-gradient(left, #058E7D 0%, #058E7D 100%);
  background-image: linear-gradient(to right, #058E7D 0%, #058E7D 100%);
  background-repeat: no-repeat;
  background-position: 0 95%;
  background-size: 0 1px;
}

.wrap-contact .contact .item .note p a:hover {
  color: #058E7D;
}

.wrap-contact .contact .item .note p a:hover span {
  background-size: 100% 1px;
}

.wrap-message .title {
  max-width: 660px;
  margin: 0 auto;
}

.wrap-message .title h2 {
  font-size: 36px;
}

@media (max-width: 1560px) {
  .wrap-message .title h2 {
    font-size: 32px;
  }
}

@media (max-width: 1199px) {
  .wrap-message .title h2 {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .wrap-message .title h2 {
    font-size: 24px;
  }
}

.wrap-message .message .pic {
  width: 50%;
  border-radius: 15px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .wrap-message .message .pic {
    border-radius: 5px;
  }
}

@media (max-width: 991px) {
  .wrap-message .message .pic {
    width: 100%;
    display: none;
  }
}

.wrap-message .message .pic img {
  width: 100%;
}

.wrap-message .message .formbox {
  width: 50%;
  padding-left: 30px;
}

@media (max-width: 991px) {
  .wrap-message .message .formbox {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
}

.wrap-product-top {
  padding: 50px 0;
}

.wrap-product-top .editor-content {
  margin-top: 20px;
}

.wrap-product-top .title h2 {
  font-size: 36px;
}

@media (max-width: 1560px) {
  .wrap-product-top .title h2 {
    font-size: 30px;
  }
}

@media (max-width: 1199px) {
  .wrap-product-top .title h2 {
    font-size: 24px;
  }
}

#productcontent {
  position: relative;
  top: -130px;
}

.wrap-product {
  padding-top: 50px;
}

@media (max-width: 1199px) {
  .wrap-product {
    padding-top: 30px;
  }
}

.wrap-product .product {
  margin-top: -30px;
}

.wrap-product .product>ul>li {
  margin-top: 30px;
}

.wrap-product-show {
  overflow: visible;
}

.wrap-product-show .carousel {
  overflow: hidden;
  position: sticky;
  top: 124px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media (max-width: 1199px) {
  .wrap-product-show .carousel {
    top: 60px;
  }
}

@media (max-width: 767px) {
  .wrap-product-show .carousel {
    position: relative;
    top: 0;
  }
}

.wrap-product-show .carousel .item-video {
  position: relative;
  z-index: 3;
}

.wrap-product-show .carousel .item {
  background: #F7F7F7;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #f7f7f7;
}

@media (max-width: 1199px) {
  .wrap-product-show .carousel .item {
    border-radius: 5px;
  }
}

.wrap-product-show .carousel .item .img-box {
  mix-blend-mode: multiply;
}

.wrap-product-show .carousel .img-box {
  padding-bottom: calc(880 / 660 * 100%);
}

.wrap-product-show .carousel .slider-for {
  width: 83%;
}

@media (max-width: 767px) {
  .wrap-product-show .carousel .slider-for {
    width: 100%;
  }
}

.wrap-product-show .carousel .zoom {
  cursor: crosshair;
  position: relative;
}

.wrap-product-show .carousel iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrap-product-show .carousel .slick-arrow {
  background-color: #ffffff;
}

.wrap-product-show .carousel .slick-arrow:hover {
  background-color: #046C60;
}

.wrap-product-show .carousel .slick-prev {
  left: 0;
}

.wrap-product-show .carousel .slick-next {
  right: 0;
}

.wrap-product-show .slider-nav {
  width: calc(17% - 12px);
  margin-left: 12px;
  padding-right: 2px;
}

@media (max-width: 767px) {
  .wrap-product-show .slider-nav {
    width: 100%;
    padding: 0;
    margin: 10px 0 0 0;
  }
}

.wrap-product-show .slider-nav .slick-list {
  margin: -6px 0;
}

@media (max-width: 767px) {
  .wrap-product-show .slider-nav .slick-list {
    margin: 0 -3px;
  }
}

.wrap-product-show .slider-nav .slick-slide {
  padding: 6px 0;
}

@media (max-width: 767px) {
  .wrap-product-show .slider-nav .slick-slide {
    padding: 0 3px;
  }
}

.wrap-product-show .slider-nav .item-video {
  position: relative;
}

.wrap-product-show .slider-nav .item-video:after {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background: url(../images/play.png) no-repeat center;
  background-size: cover;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 6;
}

.wrap-product-show .slider-nav .slick-current .item {
  border: 1px solid #058E7D;
}

.wrap-product-show .carousel-right {
  padding-left: 3%;
}

@media (max-width: 1400px) {
  .wrap-product-show .carousel-right {
    padding-left: 30px;
  }
}

@media (max-width: 1199px) {
  .wrap-product-show .carousel-right {
    padding-left: 15px;
    margin-top: 30px;
  }
}

.wrap-product-show .title-product-show h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 42/32;
  margin-top: 10px;
}

@media (max-width: 1560px) {
  .wrap-product-show .title-product-show h2 {
    font-size: 32px;
  }
}

@media (max-width: 1470px) {
  .wrap-product-show .title-product-show h2 {
    font-size: 30px;
  }
}

@media (max-width: 1199px) {
  .wrap-product-show .title-product-show h2 {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .wrap-product-show .title-product-show h2 {
    font-size: 24px;
  }
}

.wrap-product-show .info-box .share {
  margin-top: 20px;
}

.wrap-product-show .info-box .size {
  margin-top: 50px;
}

@media (max-width: 1199px) {
  .wrap-product-show .info-box .size {
    margin-top: 30px;
  }
}

.wrap-product-show .info-box .size .title-info-size h3 {
  font-size: 16px;
  line-height: 24/16;
  color: #5B6C6A;
}

.wrap-product-show .info-box .size .size-list>ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px;
}

.wrap-product-show .info-box .size .size-list>ul>li {
  padding: 0 3px;
  margin: 3px 0;
}

.wrap-product-show .info-box .size .size-list>ul>li span {
  text-align: center;
  min-width: 84px;
  line-height: 48px;
  display: block;
  border-radius: 15px;
  background: #F8F8F8;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 1560px) {
  .wrap-product-show .info-box .size .size-list>ul>li span {
    min-width: 60px;
    line-height: 40px;
  }
}

@media (max-width: 1199px) {
  .wrap-product-show .info-box .size .size-list>ul>li span {
    border-radius: 5px;
  }
}

.wrap-product-show .info-box .size .size-list>ul>li.active span {
  background-color: #058E7D;
  color: #ffffff;
}

.wrap-product-show .info-box .size .color-list .color-list2 {
  display: none;
  font-size: 14px;
  line-height: calc(24 / 16);
  color: #5B6C6A;
  margin-bottom: 10px;
}

.wrap-product-show .info-box .size .color-list .action {
  display: block;
}

.wrap-product-show .info-box .size .size-list2 .slider-color .slick-track {
  margin-left: 0;
  display: flex;
  width: 100% !important;
  flex-wrap: wrap;
  transform: none !important;
}

.wrap-product-show .info-box .size .size-list2 .slider-color .color-item {
  width: 30px !important;
  height: 30px;
  cursor: pointer;
  border-radius: 50%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border: 1px solid #727478;
  margin-bottom: 10px;
}

.wrap-product-show .info-box .size .size-list2 .slider-color .color-item>div {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrap-product-show .info-box .size .size-list2 .slider-color .color-item>div>span {
  display: none;
  color: #fff;
}

.wrap-product-show .info-box .size .size-list2 .slider-color .slick-current .color-item>div>span {
  display: block;
}

.wrap-product-show .info-box .details {
  border-top: 1px solid #E6E6E6;
  margin-top: 30px;
}

.wrap-product-show .info-box .details .item {
  padding: 15px 0;
  border-bottom: 1px solid #E6E6E6;
}

.wrap-product-show .info-box .details .item .title-info-details {
  padding: 15px 30px 15px 0;
  color: #5B6C6A;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.wrap-product-show .info-box .details .item .title-info-details:after {
  font-family: "iconfont" !important;
  content: '\e602';
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 15px;
  text-align: center;
}

.wrap-product-show .info-box .details .item .title-info-details h3 {
  font-size: 16px;
  font-weight: normal;
}

.wrap-product-show .info-box .details .item .text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30/18;
  color: #000000;
}

@media (max-width: 1199px) {
  .wrap-product-show .info-box .details .item .text p {
    font-size: 16px;
  }
}

.wrap-product-show .info-box .details .current .item .title-info-details {
  color: #058E7D;
}

.wrap-product-show .info-box .details .current .item .title-info-details:after {
  transform: rotate(180deg);
}

.wrap-product-show .info-box .link {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1560px) {
  .wrap-product-show .info-box .link {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .wrap-product-show .info-box .link {
    flex-wrap: wrap;
  }
}

.wrap-product-show .info-box .link a {
  padding: 15px 30px;
  width: 220px;
  border: 1px solid #058E7D;
  line-height: 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  color: #058E7D;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  justify-content: center;
}

@media (max-width: 1199px) {
  .wrap-product-show .info-box .link a {
    padding: 10px;
  }
}

@media (max-width: 991px) {
  .wrap-product-show .info-box .link a {
    line-height: 24px;
  }
}

@media (max-width: 480px) {
  .wrap-product-show .info-box .link a {
    width: 100%;
    margin: 5px 0;
  }
}

.wrap-product-show .info-box .link a .iconfont {
  font-size: 20px;
  margin: 0 6px;
}

.wrap-product-show .info-box .link .active {
  width: calc(100% - 240px);
  background-color: #058E7D;
  color: #ffffff;
}

@media (max-width: 480px) {
  .wrap-product-show .info-box .link .active {
    width: 100%;
  }
}

.wrap-product-show .wrap-show-menu {
  z-index: 9;
  position: sticky;
  top: 124px;
  padding: 10px 0;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  background-color: #ffffff;
}

@media (max-width: 1199px) {
  .wrap-product-show .wrap-show-menu {
    top: 100px;
  }
}

.wrap-product-show .wrap-show-menu .sidenav-deputy>ul {
  display: flex;
  align-items: center;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  margin: 0 -8px;
}

.wrap-product-show .wrap-show-menu .sidenav-deputy>ul>li {
  padding: 0 8px;
}

.wrap-product-show .wrap-show-menu .sidenav-deputy>ul>li>a {
  padding: 10px 30px;
  line-height: 28px;
  font-weight: 500;
  display: block;
  border-radius: 100px;
  background: #F8F8F8;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.wrap-product-show .wrap-show-menu .sidenav-deputy>ul>li.active>a {
  background-color: #058E7D;
  color: #ffffff;
}

.wrap-product-show .stickybox {
  padding: 70px 0 0 0;
}

@media (max-width: 767px) {
  .wrap-product-show .stickybox {
    padding: 60px 0 0 0;
  }
}

.wrap-product-show .parameter h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32/22;
}

@media (max-width: 991px) {
  .wrap-product-show .parameter h3 {
    font-size: 18px;
  }
}

.wrap-product-show .parameter .certificate-info .slick-product-certificate {
  margin-top: 16px;
  font-size: 0;
}

.wrap-product-show .parameter .certificate-info .item {
  border-radius: 15px;
  border: 1px solid #E6E6E6;
  overflow: hidden;
}

.wrap-product-show .parameter .certificate-info .item .img-box {
  padding-bottom: calc(340 / 610 * 100%);
}

.wrap-product-show .inquiry .formbox {
  border-radius: 15px;
  background: #F7F7F7;
  padding: 50px;
  margin-top: 40px;
}

@media (max-width: 1560px) {
  .wrap-product-show .inquiry .formbox {
    padding: 30px;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .wrap-product-show .inquiry .formbox {
    padding: 30px 15px;
  }
}

.wrap-product-show .inquiry .formbox form input,
.wrap-product-show .inquiry .formbox form textarea {
  background-color: #ffffff;
}

.wrap-product-show .inquiry .formbox .submit-group .submit {
  width: fit-content;
  min-width: 210px;
  margin: 0 auto;
}

.wrap-product-show .relate-product .slick-related {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .wrap-product-show .relate-product .slick-related {
    margin-top: 20px;
  }
}

.wrap-category-color .title-category {
  max-width: 690px;
  margin: 0 auto;
}

.wrap-category-color .title-category h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 40/30;
}

@media (max-width: 1199px) {
  .wrap-category-color .title-category h2 {
    font-size: 24px;
  }
}

.wrap-category-color .category-color {
  overflow-x: scroll;
  padding-bottom: 20px;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  /* iOS 惯性滚动 */
}

.wrap-category-color .category-color::-webkit-scrollbar {
  height: 8px;
  position: absolute;
  top: 0px;
}

.wrap-category-color .category-color::-webkit-scrollbar-track {
  background-color: #dcdcdc;
}

.wrap-category-color .category-color::-webkit-scrollbar-thumb {
  background-color: #058E7D;
}

@media (min-width: 1200px) {
  .wrap-category-color .category-color ul li {
    width: 100/8%;
  }
}

.wrap-category-color .category-color ul {
  display: flex;
  flex-wrap: nowrap;
}

@media (max-width: 991px) {
  .wrap-category-color .category-color ul {
    margin: 0 -5px;
  }
}

@media (max-width: 991px) {
  .wrap-category-color .category-color ul li {
    padding: 0 5px;
  }
}

.wrap-category-color .category-color .item {
  position: relative;
  display: block;
  border-radius: 15px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .wrap-category-color .category-color .item {
    border-radius: 5px;
  }
}

.wrap-category-color .category-color .item .img-box img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.wrap-category-color .category-color .item .title-color {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 6;
  width: 100%;
  text-align: center;
}

.wrap-category-color .category-color .item .title-color span {
  display: inline-block;
  padding: 4px 16px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(2px);
  line-height: 20px;
  color: #ffffff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media (min-width: 1200px) {
  .wrap-category-color .category-color .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.wrap-category-color .category-color .active .item .title-color span {
  background-color: #058E7D;
}

.wrap-sitemap .sitemap .title h2 {
  margin: 0;
}

.wrap-sitemap .sitemap>ul>li {
  width: 100%;
  position: relative;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .wrap-sitemap .sitemap>ul>li {
    padding-left: 0;
    min-height: 38px;
    margin-top: 20px;
  }
}

.wrap-sitemap .sitemap>ul>li>a {
  font-size: 18px;
  min-width: 240px;
  display: inline-block;
  padding: 10px 30px;
  font-weight: bold;
  line-height: 28px;
  text-transform: uppercase;
  border: 1px solid #dcdcdc;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .wrap-sitemap .sitemap>ul>li>a {
    font-size: 16px;
    padding: 4px 10px;
    min-width: 140px;
  }
}

.wrap-sitemap .sitemap>ul>li:hover>a {
  background-color: #058E7D;
  border-color: #058E7D;
  color: #ffffff;
}

.wrap-sitemap .sitemap>ul>li:hover>a {
  text-decoration: underline;
  background-color: #058E7D;
  border-color: #058E7D;
}

.wrap-sitemap .sitemap>ul>li>ul {
  margin: 0 -15px;
  font-size: 0;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .wrap-sitemap .sitemap>ul>li>ul {
    margin: 0 -5px;
    margin-top: 20px;
  }
}

.wrap-sitemap .sitemap>ul>li>ul>li {
  list-style: none;
  position: relative;
}

.wrap-sitemap .sitemap>ul>li>ul>li>a {
  font-size: 16px;
  line-height: 30px;
  padding: 5px 20px;
  display: block;
  text-transform: capitalize;
  position: relative;
}

.wrap-sitemap .sitemap>ul>li>ul>li>a img {
  filter: brightness(1) invert(1);
}

.wrap-sitemap .sitemap>ul>li>ul>li>ul>li {
  display: inline-block;
  vertical-align: top;
}

.wrap-sitemap .sitemap>ul>li>ul>li>ul>li>a {
  display: block;
  padding: 5px 30px;
  font-size: 16px;
  color: #999999;
}

.wrap-sitemap .sitemap>ul>li>ul>li>ul>li>a:before {
  content: "-";
}

.wrap-sitemap .sitemap>ul>li>ul>li>ul>li:hover>a {
  color: #058E7D;
}

.wrap-sitemap .sitemap>ul>li>ul>li:hover>a {
  color: #058E7D;
  text-decoration: underline;
}

.wrap-sitemap .sitemap>ul>li>ul>li:hover>a:before {
  opacity: 1;
}

.wrap-sitemap .sitemap-vertical {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .wrap-sitemap .sitemap-vertical {
    margin-top: 20px;
  }
}

.wrap-sitemap .sitemap-vertical>ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 -15px;
}

@media (max-width: 1199px) {
  .wrap-sitemap .sitemap-vertical>ul {
    display: block;
  }
}

.wrap-sitemap .sitemap-vertical>ul>li {
  padding: 0 15px;
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1199px) {
  .wrap-sitemap .sitemap-vertical>ul>li {
    display: block;
  }
}

.wrap-sitemap .sitemap-vertical>ul>li>a {
  font-size: 18px;
  display: inline-block;
  padding: 10px 20px;
  font-weight: bold;
  line-height: 28px;
  text-transform: capitalize;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 767px) {
  .wrap-sitemap .sitemap-vertical>ul>li>a {
    font-size: 16px;
    padding: 10px;
  }
}

.wrap-sitemap .sitemap-vertical>ul>li>ul {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .wrap-sitemap .sitemap-vertical>ul>li>ul {
    margin-top: 0;
  }
}

.wrap-sitemap .sitemap-vertical>ul>li>ul>li {
  list-style: none;
  vertical-align: top;
  position: relative;
}

@media (max-width: 1199px) {
  .wrap-sitemap .sitemap-vertical>ul>li>ul>li {
    display: inline-block;
    vertical-align: top;
  }
}

.wrap-sitemap .sitemap-vertical>ul>li>ul>li>a {
  font-size: 16px;
  line-height: 30px;
  padding: 5px 20px;
  display: block;
  text-transform: capitalize;
  position: relative;
  color: #656C78;
}

@media (max-width: 767px) {
  .wrap-sitemap .sitemap-vertical>ul>li>ul>li>a {
    font-size: 15px;
    padding: 5px 10px;
  }
}

@media (max-width: 1199px) {
  .wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li {
    display: inline-block;
    vertical-align: top;
  }
}

.wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li>a {
  display: block;
  padding: 5px 30px;
  font-size: 14px;
  color: #999999;
}

@media (max-width: 767px) {
  .wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li>a {
    padding: 5px 15px;
  }
}

.wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li>a:before {
  content: "-";
}

.wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li:hover>a {
  color: #058E7D;
  text-decoration: underline;
}

.wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li:hover>a:before {
  opacity: 1;
}

.wrap-sitemap .sitemap-vertical>ul>li>ul>li:hover>a {
  color: #058E7D;
  text-decoration: underline;
}

.wrap-sitemap .sitemap-vertical>ul>li>ul>li:hover>a:before {
  opacity: 1;
}

.wrap-sitemap .sitemap-vertical>ul>li:hover>a {
  color: #058E7D;
}

.wrap-inquiryinfo .container {
  padding-left: 0;
  padding-right: 0;
}

.wrap-inquiryinfo .inquiry-info {
  width: 100%;
  border-collapse: collapse;
  font-size: 0;
}

.wrap-inquiryinfo .inquiry-info .title-inquiry-info {
  background-color: #f7f7f7;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .wrap-inquiryinfo .inquiry-info .title-inquiry-info {
    padding: 0;
  }
}

.wrap-inquiryinfo .inquiry-info .title-inquiry-info>div {
  font-size: 16px;
}

@media (max-width: 767px) {
  .wrap-inquiryinfo .inquiry-info .title-inquiry-info>div {
    font-size: 14px;
    padding: 0 10px;
  }
}

.wrap-inquiryinfo .inquiry-info .inquiry-list {
  border-bottom: 1px solid #dfdfdf;
}

.wrap-inquiryinfo .inquiry-info .checkbox,
.wrap-inquiryinfo .inquiry-info .pimg,
.wrap-inquiryinfo .inquiry-info .pname,
.wrap-inquiryinfo .inquiry-info .number,
.wrap-inquiryinfo .inquiry-info .Operation,
.wrap-inquiryinfo .inquiry-info .psize {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding: 20px 10px;
  word-break: break-word;
}

@media (max-width: 1470px) {

  .wrap-inquiryinfo .inquiry-info .checkbox,
  .wrap-inquiryinfo .inquiry-info .pimg,
  .wrap-inquiryinfo .inquiry-info .pname,
  .wrap-inquiryinfo .inquiry-info .number,
  .wrap-inquiryinfo .inquiry-info .Operation,
  .wrap-inquiryinfo .inquiry-info .psize {
    padding: 20px 10px;
  }
}

@media (max-width: 767px) {

  .wrap-inquiryinfo .inquiry-info .checkbox,
  .wrap-inquiryinfo .inquiry-info .pimg,
  .wrap-inquiryinfo .inquiry-info .pname,
  .wrap-inquiryinfo .inquiry-info .number,
  .wrap-inquiryinfo .inquiry-info .Operation,
  .wrap-inquiryinfo .inquiry-info .psize {
    padding: 20px 10px;
  }
}

.wrap-inquiryinfo .inquiry-info .checkbox {
  width: 10%;
}

@media (max-width: 767px) {
  .wrap-inquiryinfo .inquiry-info .checkbox {
    width: 30px;
  }
}

.wrap-inquiryinfo .inquiry-info .Operation {
  width: 14%;
  text-align: center;
}

@media (max-width: 767px) {
  .wrap-inquiryinfo .inquiry-info .Operation {
    width: 30px;
  }
}

.wrap-inquiryinfo .inquiry-info .pimg {
  width: 14%;
}

@media (max-width: 767px) {
  .wrap-inquiryinfo .inquiry-info .pimg {
    width: calc(44% - 30px);
  }
}

.wrap-inquiryinfo .inquiry-info .pimg .img-box {
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: calc(440 / 330 * 100%);
  background: #f7f7f7;
}

.wrap-inquiryinfo .inquiry-info .pimg .img-box img {
  mix-blend-mode: multiply;
}

.wrap-inquiryinfo .inquiry-info .number {
  width: 20%;
}

@media (max-width: 767px) {
  .wrap-inquiryinfo .inquiry-info .number {
    width: calc(56% - 30px);
    padding: 10px;
  }
}

.wrap-inquiryinfo .inquiry-info .pname {
  width: 28%;
}

.wrap-inquiryinfo .inquiry-info .psize {
  width: 10%;
}

.wrap-inquiryinfo .inquiry-info .check-all .substitite {
  padding-left: 0;
}

@media (max-width: 767px) {
  .wrap-inquiryinfo .inquiry-info .check-all span {
    display: none;
  }
}

.wrap-inquiryinfo .inquiry-info .all,
.wrap-inquiryinfo .inquiry-info span {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

.wrap-inquiryinfo .inquiry-info .check-all {
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline-block;
}

@media (max-width: 767px) {
  .wrap-inquiryinfo .inquiry-info .hidden-xs {
    display: none;
  }
}

.wrap-inquiryinfo .inquiry-info .visible-xs {
  display: none;
}

@media (max-width: 767px) {
  .wrap-inquiryinfo .inquiry-info .visible-xs {
    display: block;
  }
}

.wrap-inquiryinfo .inquiry-info .Each,
.wrap-inquiryinfo .inquiry-info .all {
  width: 12px;
  height: 12px;
  margin-right: 10px;
  -webkit-appearance: none;
  border: 1px solid #999;
  background: none;
  outline: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-top: -2px;
}

.wrap-inquiryinfo .inquiry-info .Each:checked::after,
.wrap-inquiryinfo .inquiry-info .all:checked::after {
  font-family: "iconfont";
  content: "\e656";
  font-size: 18px;
  position: absolute;
  top: -12px;
  left: 0;
  color: #058E7D;
}

.wrap-inquiryinfo .inquiry-info .change .Each::after {
  font-family: "iconfont";
  content: "\e656";
  font-size: 18px;
  position: absolute;
  top: -12px;
  left: 0;
  color: #058E7D;
}

.wrap-inquiryinfo .inquiry-info input {
  width: 60px;
  height: 34px;
  line-height: 34px;
  position: relative;
  text-align: center;
  font-size: 16px;
  outline: none;
  vertical-align: top;
  border: none;
}

@media (max-width: 991px) {
  .wrap-inquiryinfo .inquiry-info input {
    width: 30px;
  }
}

@media (max-width: 767px) {
  .wrap-inquiryinfo .inquiry-info input {
    height: 25px;
    line-height: 25px;
    border-left: none;
    border-right: none;
    font-size: 14px;
    width: 25px;
  }
}

.wrap-inquiryinfo .inquiry-info .del1,
.wrap-inquiryinfo .inquiry-info .add1 {
  width: 34px;
  height: 36px;
  line-height: 36px;
  padding: 0;
  display: inline-block;
  border: 1px solid #e5e5e5;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  font-size: 20px;
  margin: 0;
  margin-top: -2px;
  vertical-align: middle;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 767px) {

  .wrap-inquiryinfo .inquiry-info .del1,
  .wrap-inquiryinfo .inquiry-info .add1 {
    width: 25px;
    position: relative;
    z-index: 8;
    height: 25px;
    line-height: 25px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin: 0 auto;
  }
}

.wrap-inquiryinfo .inquiry-info .del1:hover,
.wrap-inquiryinfo .inquiry-info .add1:hover {
  background-color: #058E7D;
  border-color: #058E7D;
  color: #ffffff;
}

.wrap-inquiryinfo .inquiry-info .add1 {
  margin-top: -1px;
  margin-left: 2px;
}

.wrap-inquiryinfo .inquiry-info .pic {
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  overflow: hidden;
}

.wrap-inquiryinfo .inquiry-info p {
  line-height: 24px;
  margin: 0;
}

@media (max-width: 767px) {
  .wrap-inquiryinfo .inquiry-info p {
    margin-bottom: 4px;
    font-size: 13px;
  }
}

.wrap-inquiryinfo .iclose {
  text-align: center;
  float: none;
  cursor: pointer;
  opacity: 1;
}

.wrap-inquiryinfo .iclose::after {
  font-family: "iconfont";
  content: "\e632";
  font-size: 20px;
  font-weight: normal;
  color: #787878;
}

@media (max-width: 767px) {
  .wrap-inquiryinfo .iclose::after {
    font-size: 16px;
  }
}

.wrap-inquiryinfo .iclose:hover::after {
  color: #058E7D;
}

.wrap-inquiryinfo .inquiry-message {
  padding-top: 80px;
}

@media (max-width: 991px) {
  .wrap-inquiryinfo .inquiry-message {
    padding-top: 50px;
  }
}

.wrap-inquiryinfo .inquiry {
  padding-top: 80px;
}

@media (max-width: 991px) {
  .wrap-inquiryinfo .inquiry {
    padding-top: 50px;
  }
}

.wrap-inquiry .formbox .submit-group .submit {
  width: fit-content;
  min-width: 210px;
  margin: 0 auto;
}

.editor-content p {
  color: #5B6C6A;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}

@media (max-width: 767px) {
  .editor-content p {
    font-size: 14px;
    line-height: 24/14;
  }
}

.editor-content h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 32/22;
}

@media (max-width: 1560px) {
  .editor-content h3 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .editor-content h3 {
    font-size: 18px;
  }
}

.editor-content img {
  max-width: 100% !important;
  height: auto !important;
}

.editor-content ul,
.editor-content ol {
  padding-left: 1em;
}

.editor-content ul li,
.editor-content ol li {
  list-style: inherit;
}

.editor-content .table-box {
  overflow: auto;
  width: 100%;
  max-width: 100%;
  line-height: 26/16;
  margin-top: 20px;
}

.editor-content .table-box table {
  line-height: 1.2;
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 16px;
}

.editor-content .table-box table p {
  font-size: 16px;
}

.editor-content .table-box table tr,
.editor-content .table-box table td,
.editor-content .table-box table th {
  width: auto !important;
  height: auto !important;
}

.editor-content .table-box table td,
.editor-content .table-box table th {
  font-weight: normal;
  padding: 15px 20px !important;
  border: 1px solid #dcdcdc;
}

@media (max-width: 480px) {

  .editor-content .table-box table td,
  .editor-content .table-box table th {
    padding: 8px !important;
  }
}

.editor-content .table-box table tr p,
.editor-content .table-box table tr span {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}

.editor-content .table-box table th {
  text-align: center;
}

.auto-adjust-img.is-mobile img {
  max-width: 100% !important;
  height: auto !important;
  margin: 5px 0;
}

.auto-adjust-img p.contains-pictures {
  padding: 0;
  margin: 0 -5px !important;
  font-size: 0 !important;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .auto-adjust-img p.contains-pictures {
    white-space: nowrap;
  }
}

.auto-adjust-img p.contains-pictures>img {
  display: inline-block;
  margin: 5px;
}

@media (max-width: 768px) {
  .wrap-product-show .info-box .size .size-list2 .slider-color .color-item {
    width: 26px !important;
    min-width: 26px;
    height: 26px;
  }

  .wrap-product-show .info-box .size .size-list2 .slider-color .color-item>div {
    width: 25px;
    height: 25px;
  }
}


.art-video-player::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 10;
}
.art-video-player .art-bottom {
  display: none !important;
}
.art-mask {
  display: none !important;
}
.breadcrumb {
  margin-bottom: 0;
}
.auto-adjust-img img {
  max-width: 100% !important;
  height: auto !important;
}
.auto-adjust-img.is-mobile img {
  max-width: 100% !important;
  height: auto !important;
  margin: 5px 0;
}
.auto-adjust-img p.contains-pictures {
  font-size: 0 !important;
  overflow-x: hidden;
  margin: 0 -5px !important;
  padding: 0;
}
@media (min-width: 768px) {
  .auto-adjust-img p.contains-pictures {
    white-space: nowrap;
  }
}
.auto-adjust-img p.contains-pictures > img {
  display: inline-block;
  margin: 5px;
}