body {
  margin: 0;
  padding: 0;
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px!important;
  color: #000;
  background-color: #FFF1EB;
}
a {
  text-decoration: none;
}
.dispn {
  display: none;
}
.sm-disp-b {
  display: none;
}
.cursp {
  cursor: pointer;
}
/* 细滚动条样式 */
.thinSCroll {
  /* 滚动条样式 */
  /* 滑块样式 */
  /* 滚动条轨道样式 */
}
.thinSCroll ::-webkit-scrollbar {
  width: 3px;
}
.thinSCroll ::-webkit-scrollbar-thumb {
  background-color: #996331;
  border-radius: 10px;
}
.thinSCroll ::-webkit-scrollbar-track {
  background-color: #FEE4D9;
  border-radius: 10px;
}
@keyframes stretch {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#nav {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 9999;
  transition: all 0.6s ease;
}
#nav .nav-box {
  width: 100%;
  max-width: 1900px;
  padding: 0 120px;
  margin: 0 auto;
  color: #fff;
}
#nav .nav-box .nav-b {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#nav .nav-box .nav-b .nav-b-t {
  text-align: left;
}
#nav .nav-box .nav-b .nav-b-t a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#nav .nav-box .nav-b .nav-b-t a img {
  width: 240px;
  object-fit: cover;
}
#nav .nav-box .nav-b .nav-b-t a > div {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-left: 8px;
}
#nav .nav-box .nav-b .nav-b-t:hover {
  animation: pulse;
  animation-duration: 0.6s;
}
#nav .nav-box .nav-b .nav-b-n {
  flex-grow: 1;
  max-width: 640px;
}
#nav .nav-box .nav-b .nav-b-n ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
#nav .nav-box .nav-b .nav-b-n ul li {
  padding: 8px 0;
  list-style: none;
}
#nav .nav-box .nav-b .nav-b-n ul li a {
  color: #dedede;
  transition: all 0.4s ease;
  padding: 8px;
}
#nav .nav-box .nav-b .nav-b-n ul li a:hover {
  color: #fff;
}
#nav .nav-box .nav-b .nav-b-n ul li:hover {
  animation: rubberBand;
  animation-duration: 0.8s;
}
#nav .nav-box .nav-b .nav-b-n .isActive {
  font-weight: 600;
  color: #fff;
}
#nav .nav-box .nav-b .nav-b-l {
  display: flex;
  justify-content: center;
  align-items: center;
}
#nav .nav-box .nav-b .nav-b-l img {
  width: 22px;
  height: 22px;
}
#nav .nav-box .nav-b .nav-b-l > div {
  font-size: 14px;
  margin-left: 2px;
}
#nav .nav-box .nav-b .nav-b-l .lang-dialog {
  width: 216px;
  position: fixed;
  top: 28px;
  right: 76px;
  padding: 8px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.4s ease;
  font-size: 12px;
}
#nav .nav-box .nav-b .nav-b-l .lang-dialog ul {
  padding: 8px 16px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#nav .nav-box .nav-b .nav-b-l .lang-dialog ul li {
  width: 50%;
  list-style: none;
  padding: 8px 0;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#nav .nav-box .nav-b .nav-b-l .lang-dialog ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  cursor: pointer;
  transition: all 0.4s ease;
}
#nav .nav-box .nav-b .nav-b-l .lang-dialog ul li a img {
  width: auto;
  height: 12px;
  object-fit: cover;
  margin-right: 3px;
}
#nav .nav-box .nav-b .nav-b-l .lang-dialog ul li a:hover {
  color: #996331;
}
#nav .nav-box .nav-b .nav-b-l:hover .lang-dialog {
  transform: scaleY(1);
  opacity: 1;
}
.nav-pink {
  background-color: transparent;
}
.nav-pink .nav-box .nav-b .nav-b-t {
  text-align: left;
}
.nav-pink .nav-box .nav-b .nav-b-t a {
  color: #000 !important;
}
.nav-pink .nav-box .nav-b .nav-b-n ul li a {
  color: #000 !important;
}
.nav-pink .nav-box .nav-b .nav-b-n ul li .isActive {
  color: #000 !important;
}
.nav-pink .nav-box .nav-b .nav-b-l .lang-text {
  color: #000 !important;
}
.nav-pink .nav-box .nav-b .nav-b-l .lang-dialog ul {
  background-color: #FFF1EB !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13) !important;
}
.nav-pink .nav-box .nav-b .nav-b-l .lang-dialog ul li a {
  color: #000 !important;
}
.nav-pink .nav-box .nav-b .nav-b-l .lang-dialog ul li a:hover {
  color: #996331 !important;
}
.nav-white {
  background-color: #FFF1EB;
  border-bottom: 1px solid #e9e9e9;
  height: 80px!important;
}
.nav-white .nav-box .nav-b .nav-b-t {
  text-align: left;
}
.nav-white .nav-box .nav-b .nav-b-t a {
  color: #000 !important;
}
.nav-white .nav-box .nav-b .nav-b-n ul li a {
  color: #000 !important;
}
.nav-white .nav-box .nav-b .nav-b-n ul li .isActive {
  color: #000 !important;
}
.nav-white .nav-box .nav-b .nav-b-l .lang-text {
  color: #000 !important;
}
.nav-white .nav-box .nav-b .nav-b-l .lang-dialog ul {
  background-color: #FFF1EB !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13) !important;
}
.nav-white .nav-box .nav-b .nav-b-l .lang-dialog ul li a {
  color: #000 !important;
}
.nav-white .nav-box .nav-b .nav-b-l .lang-dialog ul li a:hover {
  color: #996331 !important;
}
#func-side {
  position: fixed;
  right: 0;
  margin-top: 240px;
  color: #fff;
  z-index: 9998;
}
#func-side .func-side-box {
  width: 64px;
  padding: 16px 8px;
  margin-right: 16px;
  border: 1px solid #fff;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}
#func-side .func-side-box > div {
  height: 80px;
  margin: 4px 0;
  border-radius: 16px;
  cursor: pointer;
  position: relative;
}
#func-side .func-side-box > div .a-hidden {
  color: #fff;
}
#func-side .func-side-box > div .func-side-item-dialog {
  position: absolute;
  top: 16px;
  right: 80px;
  padding: 12px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  white-space: nowrap;
  transform: translateX(195px);
  opacity: 0;
  transition: all 0.4s ease;
}
#func-side .func-side-box > div .dialog-wechat {
  top: -20px;
}
#func-side .func-side-box > div .dialog-wechat img {
  width: 98px;
  height: 98px;
}
#func-side .func-side-box > div:hover .func-side-item-dialog {
  transform: translateX(0px);
  opacity: 1;
}
#func-side .func-side-box .func-side-item-i {
  width: 40px;
  height: 40px;
  margin-bottom: 4px;
  transition: all 0.4s ease;
}
#func-side .func-side-box .func-side-item-t {
  font-size: 14px;
  transition: all 0.4s ease;
}
#toTop-side {
  position: fixed;
  right: 29px;
  bottom: 64px;
  z-index: 9997;
  cursor: pointer;
  transition: all 0.6s ease;
  opacity: 0;
  transform: translateY(150px);
}
#toTop-side img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13) !important;
  transition: all 0.6s ease;
}
#toTop-side img:hover {
  transform: scale(1.1);
}
#home .home-a {
  width: 100%;
  height: 100vh;
}
#home .home-a .homea-swiper {
  height: 100%;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c {
  width: 520px;
  position: absolute;
  top: 50%;
  left: 20%;
  color: #fff;
  text-align: left;
  transform: translateY(-50%);
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .homea-c-t {
  font-size: 40px;
  line-height: 56px;
  font-weight: 600;
  margin-bottom: 24px;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .homea-c-c {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 32px;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .homea-c-b a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  color: #000;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .homea-c-b a > div {
  font-weight: 600;
  padding: 10px 32px;
  background-color: #fff;
  border-radius: 20px;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .homea-c-b a > div:hover {
  animation: pulse;
  animation-duration: 0.6s;
}
#home .home-a .homea-swiper .swiper-button-prev {
  width: 24px;
  height: 24px;
  padding: 12px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.15);
  opacity: 0.4;
  transition: all 0.4s ease;
  left: 9%;
}
#home .home-a .homea-swiper .swiper-button-next {
  width: 24px;
  height: 24px;
  padding: 12px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.15);
  opacity: 0.4;
  transition: all 0.4s ease;
  right: 9%;
}
#home .home-a .homea-swiper .swiper-button-next,
#home .home-a .homea-swiper .swiper-button-prev {
  color: #fff;
  opacity: 0.9;
}
#home .home-a .homea-swiper .swiper-button-next::after,
#home .home-a .homea-swiper .swiper-button-prev::after {
  font-size: 18px;
  font-weight: 600;
}
#home .home-a .homea-swiper .swiper-button-next:hover,
#home .home-a .homea-swiper .swiper-button-prev:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.35);
}
#home .home-b {
  padding: 56px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home .home-b .homeb-item {
  width: 21%;
  padding: 32px 24px;
  margin: 0 24px;
  background-color: #FEE4D9;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
#home .home-b .homeb-item img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  margin-right: 8px;
}
#home .home-b .homeb-item .homeb-item-t {
  font-weight: 600;
  line-height: 28px;
}
#home .home-b .homeb-item .homeb-item-c {
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#home .home-c {
  width: 100%;
}
#home .home-c .homec-title {
  font-size: 32px;
  font-weight: 600;
}
#home .home-c .homec-btn-box {
  padding-top: 24px;
}
#home .home-c .homec-btn-box a {
  color: #000;
}
#home .home-c .homec-btn-box a:hover {
  text-decoration: underline;
}
#home .home-c .homec-swiper {
  padding: 32px 0 48px;
  margin: 0 120px;
}
#home .home-c .homec-swiper .swiper-wrapper .swiper-slide a {
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
#home .home-c .homec-swiper .swiper-wrapper .swiper-slide a .homec-swiper-text-box {
  position: absolute;
  left: 24px;
  bottom: 16px;
  text-align: left;
  color: #fff;
}
#home .home-c .homec-swiper .swiper-wrapper .swiper-slide a .homec-swiper-text-box .homec-swiper-tb-t {
  margin-bottom: 8px;
}
#home .home-c .homec-swiper .swiper-wrapper .swiper-slide a .homec-swiper-text-box .homec-swiper-tb-b:hover {
  text-decoration: underline;
}
#home .home-c .homec-swiper .swiper-wrapper .swiper-slide .homec-pdbg {
  width: 100%;
  object-fit: cover;
}
#home .home-c .homec-swiper .swiper-wrapper .swiper-slide .homec-pd {
  height: 65%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#home .home-c .homec-swiper .swiper-wrapper .swiper-slide .swiper-slide-t {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 24px;
}
#home .home-c .homec-swiper .swiper-wrapper .swiper-slide .swiper-slide-b {
  display: inline-block;
  padding: 8px 25%;
  margin-top: 24px;
  font-size: 14px;
  line-height: 22px;
}
#home .home-c .homec-swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #996331;
}
#home .home-d {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 56px 0;
}
#home .home-d > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#home .home-d .homed-a {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 24px;
}
#home .home-d .homed-b {
  width: 50%;
  line-height: 28px;
  margin-bottom: 40px;
}
#home .home-d .homed-c {
  position: relative;
}
#home .home-d .homed-c #bg-video {
  width: 100%;
  object-fit: cover;
}
#home .home-d .homed-c .homed-c-b {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
}
#home .home-d .homed-c .homed-c-b .homed-cb-t {
  font-size: 40px;
  font-weight: 600;
}
#home .home-d .homed-c .homed-c-b a {
  display: flex;
  justify-content: center;
}
#home .home-d .homed-c .homed-c-b .homed-cb-b {
  padding: 10px 32px;
  margin-top: 24px;
  border-radius: 20px;
  background-color: #fff;
  color: #000;
  font-weight: 600;
}
#home .home-d .homed-c .homed-c-b .homed-cb-b:hover {
  animation: pulse;
  animation-duration: 0.6s;
}
#home .home-e {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#home .home-e .homee-tittle {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 32px;
}
#home .home-e .homee-box {
  width: 81%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
#home .home-e .homee-box .homee-a {
  width: 50%;
}
#home .home-e .homee-box .homee-a img {
  width: 100%;
  object-fit: cover;
}
#home .home-e .homee-box .homee-b {
  width: 27%;
  aspect-ratio: 1.2;
  border: 1px solid #996331;
  border-radius: 12px;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translateY(-50%);
}
#home .home-e .homee-box .homee-b a {
  position: absolute;
  bottom: -17px;
  right: 34px;
  color: #fff;
}
#home .home-e .homee-box .homee-b a div {
  width: max-content;
  font-weight: 600;
  padding: 8px 24px;
  background-color: #996331;
  border-radius: 20px;
}
#home .home-e .homee-box .homee-c {
  width: 55%;
  background-color: #FEE4D9;
  line-height: 28px;
  padding: 20px;
  border-radius: 8px;
  text-align: left;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#home .home-e .homee-box .homee-c span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
#home .home-f {
  padding: 56px 0 40px;
}
#home .home-f .homef-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
  padding-bottom: 56px;
}
#home .home-f .homef-swiper .swiper-wrapper .swiper-slide a {
  display: flex;
  justify-content: center;
  color: #333;
  text-align: right;
}
#home .home-f .homef-swiper .swiper-wrapper .swiper-slide a img {
  width: 30%;
  margin: 0 1.5%;
  border-radius: 4px;
  object-fit: contain;
}
#home .home-f .homef-swiper .swiper-wrapper .swiper-slide a > div {
  width: 48%;
  margin: 0 1.5%;
}
#home .home-f .homef-swiper .swiper-wrapper .swiper-slide a > div .homef-sp-t1 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 24px;
}
#home .home-f .homef-swiper .swiper-wrapper .swiper-slide a > div .homef-sp-t2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 24px;
}
#home .home-f .homef-swiper .swiper-wrapper .swiper-slide a > div .homef-sp-t3 {
  font-size: 14px;
  line-height: 32px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 11;
}
#home .home-f .homef-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 12px;
  background-color: #e3bead;
}
#home .home-f .homef-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #996331;
}
#product {
  padding-top: 120px;
}
#product .product-a {
  position: relative;
}
#product .product-a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#product .product-a .producta-t {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#product .product-b {
  display: flex;
  justify-content: center;
  padding: 0 180px;
}
#product .product-b .product-b-box {
  width: 100%;
}
#product .product-b .product-b-box .productb-level1 {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 24px;
  padding: 0 6px;
}
#product .product-b .product-b-box .productb-level1 > div {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#product .product-b .product-b-box .productb-level1 > div > div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid #996331;
  border-radius: 30px;
  font-size: 14px;
}
#product .product-b .product-b-box .productb-level1 > div > div img {
  width: 21px;
  height: 21px;
  margin-right: 4px;
}
#product .product-b .product-b-box .productb-level1 .productb-level1-l > div {
  margin-right: 16px;
}
#product .product-b .product-b-box .productb-level1 .productb-level1-l > div,
#product .product-b .product-b-box .productb-level1 .productb-level1-r > div {
  position: relative;
}
#product .product-b .product-b-box .productb-level1 .productb-level1-l > div:hover > ul,
#product .product-b .product-b-box .productb-level1 .productb-level1-r > div:hover > ul {
  transform: scaleY(1);
  opacity: 1;
}
#product .product-b .product-b-box .productb-level1 .productb-level1-l > div > ul,
#product .product-b .product-b-box .productb-level1 .productb-level1-r > div > ul {
  width: 160px;
  height: 240px;
  overflow-y: auto;
  padding: 4px 0;
  margin: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13) !important;
  position: absolute;
  top: 38px;
  left: -1px;
  z-index: 2002;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.4s ease;
}
#product .product-b .product-b-box .productb-level1 .productb-level1-l > div > ul li,
#product .product-b .product-b-box .productb-level1 .productb-level1-r > div > ul li {
  list-style: none;
  text-align: left;
  padding: 0 16px;
  line-height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  background-color: #FFF1EB;
}
#product .product-b .product-b-box .productb-level1 .productb-level1-l > div > ul li:first-child,
#product .product-b .product-b-box .productb-level1 .productb-level1-r > div > ul li:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#product .product-b .product-b-box .productb-level1 .productb-level1-l > div > ul li:last-child,
#product .product-b .product-b-box .productb-level1 .productb-level1-r > div > ul li:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
#product .product-b .product-b-box .productb-level1 .productb-level1-l > div > ul li:hover,
#product .product-b .product-b-box .productb-level1 .productb-level1-r > div > ul li:hover {
  background: #FEE4D9;
}
#product .product-b .product-b-box .productb-level1 .productb-level1-l > div > ul li a,
#product .product-b .product-b-box .productb-level1 .productb-level1-r > div > ul li a {
  color: #000;
  text-decoration: none;
}
#product .product-b .product-b-box .productb-level1 .productb-level1-l > div > ul .select-active,
#product .product-b .product-b-box .productb-level1 .productb-level1-r > div > ul .select-active {
  background: #FEE4D9;
}
#product .product-b .product-b-box .productb-level2 {
  display: flex;
  justify-content: space-between;
  margin: 16px 0;
  padding: 0 6px;
}
#product .product-b .product-b-box .productb-level2 .productb-item-all {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 2px 16px;
  background-color: #FFDEC0;
  border: 1px solid #FFDEC0;
  border-radius: 30px;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
}
#product .product-b .product-b-box .productb-level2 .productb-item-all a {
  color: #393939;
  text-decoration: none;
}
#product .product-b .product-b-box .productb-level2 .productb-swiper {
  width: 100%;
  padding: 0;
  margin-left: 30px;
}
#product .product-b .product-b-box .productb-level2 .productb-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: flex-start;
}
#product .product-b .product-b-box .productb-level2 .productb-swiper .swiper-wrapper .swiper-slide a {
  width: 100%;
  display: contents;
  color: #393939;
  text-decoration: none;
}
#product .product-b .product-b-box .productb-level2 .productb-swiper .swiper-wrapper .swiper-slide a > div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 2px 0px;
  background-color: #FFDEC0;
  border: 1px solid #FFDEC0;
  border-radius: 30px;
  font-size: 14px;
  cursor: pointer;
}
#product .product-b .product-b-box .productb-level2 .productb-swiper .swiper-wrapper .swiper-slide a > div span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 8px;
}
#product .product-b .product-b-box .productb-level2 .select-active {
  font-weight: 600;
  background-color: #FFDEC0 !important;
  border: 1px solid #996331 !important;
}
#product .product-b .product-b-box .productb-level3 {
  display: flex;
  justify-content: space-between;
  margin: 16px 0;
  padding: 0 6px;
}
#product .product-b .product-b-box .productb-level3 .productb-item-all {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 2px 16px;
  background-color: #FFDEC0;
  border: 1px solid #FFDEC0;
  border-radius: 30px;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
}
#product .product-b .product-b-box .productb-level3 .productb-item-all a {
  color: #393939;
  text-decoration: none;
}
#product .product-b .product-b-box .productb-level3 .productb-swiper {
  width: 100%;
  padding: 0;
  margin-left: 30px;
}
#product .product-b .product-b-box .productb-level3 .productb-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: flex-start;
}
#product .product-b .product-b-box .productb-level3 .productb-swiper .swiper-wrapper .swiper-slide a {
  width: 100%;
  display: contents;
  color: #393939;
  text-decoration: none;
}
#product .product-b .product-b-box .productb-level3 .productb-swiper .swiper-wrapper .swiper-slide a > div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 2px 0px;
  background-color: #ffecda;
  border: 1px solid #FFDEC0;
  border-radius: 30px;
  font-size: 14px;
  cursor: pointer;
}
#product .product-b .product-b-box .productb-level3 .productb-swiper .swiper-wrapper .swiper-slide a > div span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 8px;
}
#product .product-b .product-b-box .productb-level3 .select-active {
  font-weight: 600;
  background-color: #ffecda !important;
  border: 1px solid #996331 !important;
}
#product .product-b .product-b-box .productb-item-box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 0 16px;
}
#product .product-b .product-b-box .productb-item-box .productb-item {
  width: 24%;
  aspect-ratio: 0.92;
  margin: 0.4% 0.5%;
  border-radius: 8px;
  background-color: #FEE4D9;
  position: relative;
  transition: all 0.4s ease;
}
#product .product-b .product-b-box .productb-item-box .productb-item:hover {
  transform: scale(1.05);
}
#product .product-b .product-b-box .productb-item-box .productb-item a {
  text-decoration: none;
}
#product .product-b .product-b-box .productb-item-box .productb-item img {
  height: 48%;
  border-radius: 8px;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-48%);
}
#product .product-b .product-b-box .productb-item-box .productb-item .productb-item-tb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  border-radius: 8px;
}
#product .product-b .product-b-box .productb-item-box .productb-item .productb-item-tb .productb-item-tb-t {
  color: #000;
  font-weight: 600;
  padding: 24px 16px 8px;
}
#product .product-b .product-b-box .productb-item-box .productb-item .productb-item-tb .productb-item-tb-c {
  color: #996331;
  padding: 0 16px 8px;
  font-size: 14px;
}
#product .product-b .product-b-box .productb-item-box .productb-item .productb-item-tb .productb-item-tb-b {
  position: absolute;
  bottom: 16px;
  right: 16px;
  color: #fff;
  padding: 10px 16px;
  border-radius: 20px;
  background: #996331;
  font-size: 14px;
}
#product-details {
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#product-details .product-details-content {
  width: 1168px;
  padding: 40px 0;
}
#product-details .product-details-content .product-details-a {
  display: flex;
  margin-bottom: 24px;
}
#product-details .product-details-content .product-details-a .product-details-a-l {
  width: 60%;
  margin-right: 3%;
}
#product-details .product-details-content .product-details-a .product-details-a-l .product-details-preview {
  border-radius: 8px;
  margin-bottom: 8px;
}
#product-details .product-details-content .product-details-a .product-details-a-l .product-details-preview img {
  width: 100%;
  height: 466px;
  object-fit: contain;
  border-radius: 8px;
}
#product-details .product-details-content .product-details-a .product-details-a-l .product-details-swiper-box .product-details-swiper {
  width: 100%;
}
#product-details .product-details-content .product-details-a .product-details-a-l .product-details-swiper-box .product-details-swiper .swiper-wrapper .swiper-slide img {
  width: 150px;
  height: 100px;
  padding: 8px;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  object-fit: contain;
}
#product-details .product-details-content .product-details-a .product-details-a-l .product-details-swiper-box .product-details-swiper .swiper-wrapper .swiper-slide .details-img-active {
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}
#product-details .product-details-content .product-details-a .product-details-a-l .product-details-swiper-box .product-details-swiper .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #996331;
}
#product-details .product-details-content .product-details-a .product-details-a-r {
  width: 37%;
  text-align: left;
  position: relative;
}
#product-details .product-details-content .product-details-a .product-details-a-r .details-params-t .details-params-t-t {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}
#product-details .product-details-content .product-details-a .product-details-a-r .details-params-t .details-params-t-c {
  font-size: 14px;
  margin-bottom: 24px;
}
#product-details .product-details-content .product-details-a .product-details-a-r .details-params-c .details-params-c-t {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 16px;
}
#product-details .product-details-content .product-details-a .product-details-a-r .details-params-c .details-params-c-c {
  line-height: 28px;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
#product-details .product-details-content .product-details-a .product-details-a-r .details-params-ct a {
  color: #393939;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}
#product-details .product-details-content .product-details-a .product-details-a-r .details-params-ct img {
  width: 32px;
  height: 32px;
  margin-right: 4px;
}
#product-details .product-details-content .product-details-a .product-details-a-r .details-params-ct span {
  line-height: 24px;
}
#product-details .product-details-content .product-details-a .product-details-a-r .details-params-ct .details-params-rct-t {
  font-size: 22px;
  color: #00479d;
}
#product-details .product-details-content .product-details-a .product-details-a-r .details-params-b {
  position: absolute;
  left: 0;
  bottom: 104px;
}
#product-details .product-details-content .product-details-a .product-details-a-r .details-params-b > div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 48px;
  border-radius: 30px;
  background-color: #996331;
  color: #fff;
  cursor: pointer;
}
#product-details .product-details-content .product-details-a .product-details-a-r .details-params-b > div img {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
#product-details .product-details-content .product-details-b {
  display: flex;
  justify-content: center;
  text-align: left;
}
#product-details .product-details-content .product-details-b .product-details-b-box .product-details-b-t .product-details-bt-btnbox {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 24px;
}
#product-details .product-details-content .product-details-b .product-details-b-box .product-details-b-t .product-details-bt-btnbox > div {
  padding: 0 16px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  color: #fff;
  margin-right: 1px;
  cursor: pointer;
}
#product-details .product-details-content .product-details-b .product-details-b-box .product-details-b-t .product-details-bt-btnbox .btn-active {
  background-color: #996331;
}
#product-details .product-details-content .product-details-b .product-details-b-box .product-details-content-b .product-details-content-bt {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 16px;
}
#product-details .product-details-content .product-details-b .product-details-b-box .product-details-content-b .product-details-content-bc {
  line-height: 24px;
}
#product-details .product-details-content .product-details-b .product-details-b-box .product-details-content-b .product-content-arg-a {
  margin-bottom: 24px;
}
#product-details .product-details-content .product-details-b .product-details-b-box .product-details-content-b .product-content-arg-t {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
#product-details .product-details-content .product-details-b .product-details-b-box .product-details-content-b .product-arg-c img {
  width: 100%;
  height: 330px;
}
#product-details .product-details-content .product-details-b .product-details-b-box .product-details-content-b .product-arg-d img {
  width: 100%;
  height: 310px;
}
#product-details .product-details-content .product-details-b .product-details-b-box .product-details-content-b form {
  padding: 0px;
}
#product-details .product-details-content .product-details-b .product-details-b-box .product-details-content-b form > div {
  margin: 8px 0;
  text-align: left;
  display: flex;
  flex-direction: column;
}
#product-details .product-details-content .product-details-b .product-details-b-box .product-details-content-b form > div span {
  margin: 8px 0;
}
#product-details .product-details-content .product-details-b .product-details-b-box .product-details-content-b form > div input {
  width: auto;
  height: 32px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #FEE4D9;
  font-family: Arial, sans-serif;
}
#product-details .product-details-content .product-details-b .product-details-b-box .product-details-content-b form > div textarea {
  width: auto;
  height: 58px;
  padding: 12px;
  margin-bottom: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #FEE4D9;
  resize: none;
  font-family: Arial, sans-serif;
}
#product-details .product-details-content .product-details-b .product-details-b-box .product-details-content-b form > div input:focus,
#product-details .product-details-content .product-details-b .product-details-b-box .product-details-content-b form > div textarea:focus {
  outline: none;
}
#product-details .product-details-content .product-details-b .product-details-b-box .product-details-content-b form button {
  width: 100%;
  height: 40px;
  border: 0;
  border-radius: 6px;
  background: #996331;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
}
#product-details .product-details-content .product-details-c .product-details-c-t {
  font-size: 28px;
  font-weight: 600;
  line-height: 80px;
  text-align: left;
  border-bottom: 1px solid #bbb;
  margin: 8px 0 16px;
}
#product-details .product-details-content .product-details-c .product-details-c-s .product-details-cs-swiper .swiper-wrapper .swiper-slide img {
  height: 160px;
  object-fit: cover;
}
#product-details .product-details-content .product-details-c .product-details-c-s .product-details-cs-swiper .swiper-wrapper .swiper-slide > div {
  font-size: 18px;
  margin-bottom: 4px;
}
#product-details .product-details-content .product-details-c .product-details-c-s .product-details-cs-swiper .swiper-wrapper .swiper-slide > a {
  color: #996331;
}
#product-details .product-details-content .product-details-c .product-details-c-s .product-details-cs-swiper .swiper-wrapper .swiper-slide > a:hover {
  text-decoration: underline;
}
#contact-dialog {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.35);
  z-index: 9999;
}
#contact-dialog .dialog-box {
  width: 600px;
  height: 75vh;
  padding-top: 40px;
  margin: 120px auto 0;
  background: #FFF1EB;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  animation: stretch 0.4s forwards;
}
#contact-dialog .dialog-box img {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
#contact-dialog .dialog-box .dialog-content {
  height: 100%;
  overflow-y: auto;
}
#contact-dialog .dialog-box .dialog-content .dialog-content-t {
  font-size: 28px;
  font-weight: 600;
  padding: 24px 48px 16px;
}
#contact-dialog .dialog-box .dialog-content .dialog-content-c {
  font-size: 14px;
  line-height: 24px;
  padding: 0 48px 24px;
}
#contact-dialog .dialog-box .dialog-content form {
  padding: 0 48px 64px;
}
#contact-dialog .dialog-box .dialog-content form > div {
  margin: 8px 0;
  text-align: left;
  display: flex;
  flex-direction: column;
}
#contact-dialog .dialog-box .dialog-content form > div span {
  margin: 8px 0;
  font-size: 14px;
}
#contact-dialog .dialog-box .dialog-content form > div input {
  width: auto;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: Arial, sans-serif;
  background-color: #FEE4D9;
}
#contact-dialog .dialog-box .dialog-content form > div textarea {
  width: auto;
  height: 112px;
  padding: 12px;
  margin-bottom: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  resize: none;
  font-family: Arial, sans-serif;
  background-color: #FEE4D9;
}
#contact-dialog .dialog-box .dialog-content form > div input:focus,
#contact-dialog .dialog-box .dialog-content form > div textarea:focus {
  outline: none;
}
#contact-dialog .dialog-box .dialog-content form button {
  height: 42px;
  margin: 0 48px;
  border: 0;
  border-radius: 8px;
  background-color: #996331;
  color: #fefefe;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
}
#about {
  padding-top: 120px;
}
#about .about-a {
  position: relative;
}
#about .about-a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#about .about-a .abouta-t {
  width: 720px;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#about .about-b {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 120px 80px 220px;
}
#about .about-b .aboutb-l {
  width: 54%;
  margin-right: 1%;
  line-height: 28px;
  font-weight: 600;
  text-align: left;
}
#about .about-b .aboutb-r {
  width: 45%;
}
#about .about-b .aboutb-r img {
  width: 100%;
  object-fit: cover;
}
#blog {
  padding-top: 120px;
}
#blog .blog-a {
  position: relative;
}
#blog .blog-a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#blog .blog-a .producta-t {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#blog .blog-b {
  display: flex;
  justify-content: center;
  padding: 32px 180px 0;
}
#blog .blog-b .blog-item-box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 0 16px;
}
#blog .blog-b .blog-item-box .blog-item {
  width: 30.3%;
  padding: 1%;
  margin: 0.4% 0.5%;
  border-radius: 8px;
  background-color: #FEE4D9;
  position: relative;
  transition: all 0.4s ease;
}
#blog .blog-b .blog-item-box .blog-item:hover {
  transform: scale(1.02);
}
#blog .blog-b .blog-item-box .blog-item a {
  text-decoration: none;
}
#blog .blog-b .blog-item-box .blog-item img {
  width: 100%;
  height: 178px;
  border-radius: 4px;
  object-fit: cover;
}
#blog .blog-b .blog-item-box .blog-item .blog-item-tb {
  width: 100%;
  text-align: left;
  border-radius: 8px;
}
#blog .blog-b .blog-item-box .blog-item .blog-item-tb .blog-item-tb-t {
  font-size: 17px;
  line-height: 40px;
  font-weight: 600;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#blog .blog-b .blog-item-box .blog-item .blog-item-tb .blog-item-tb-b {
  color: #996331;
  font-size: 14px;
  text-align: right;
}
#blog .blog-b .blog-item-box .blog-item .blog-item-tb .blog-item-tb-b:hover {
  text-decoration: underline;
}
#blog-details {
  padding-top: 120px;
}
#blog-details img {
  max-width: 100%;
}
#blog-details > div {
  padding: 16px 180px 40px;
}
#contact {
  padding-top: 120px;
}
#contact .contact-a {
  position: relative;
}
#contact .contact-a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#contact .contact-a .contacta-t {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#contact .contact-b {
  padding: 40px 16px;
}
#contact .contact-b .contactb-t {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 24px;
}
#contact .contact-b .contactb-c {
  color: #81848A;
}
#contact .contact-c {
  display: flex;
  padding: 0 18% 40px;
  position: relative;
}
#contact .contact-c .contact-b-l {
  width: 40%;
  margin-right: 5%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#contact .contact-c .contact-b-l .contact-bl-item {
  display: flex;
  align-items: center;
  margin-bottom: 48px;
}
#contact .contact-c .contact-b-l .contact-bl-item img {
  width: 60px;
  height: 60px;
  margin-right: 12px;
}
#contact .contact-c .contact-b-l .contact-bl-item .contact-bl-t {
  font-weight: 600;
  margin-bottom: 4px;
}
#contact .contact-c .contact-b-l .contact-bl-item .contact-bl-c {
  font-size: 14px;
  color: #81848A;
}
#contact .contact-c .contact-b-l .contact-bl-item:last-child {
  margin: 0;
}
#contact .contact-c .contact-b-r {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#contact .contact-c .contact-b-r .contact-br-t {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 16px;
}
#contact .contact-c .contact-b-r #contact-form {
  width: 100%;
}
#contact .contact-c .contact-b-r .contact-b-r-item {
  width: 100%;
  text-align: left;
}
#contact .contact-c .contact-b-r .contact-b-r-item .contact-b-r-1 {
  font-size: 0;
}
#contact .contact-c .contact-b-r .contact-b-r-item .contact-b-r-1 input {
  width: calc(49% - 32px);
  height: 48px;
  margin: 8px 0;
  padding: 0 16px;
  font-family: Arial, sans-serif;
}
#contact .contact-c .contact-b-r .contact-b-r-item .contact-b-r-1 input:first-child {
  margin-right: 1%;
}
#contact .contact-c .contact-b-r .contact-b-r-item .contact-b-r-1 input:last-child {
  margin-left: 1%;
}
#contact .contact-c .contact-b-r .contact-b-r-item .contact-b-r-2 input {
  width: calc(100% - 32px);
  height: 48px;
  margin: 8px 0;
  padding: 0 16px;
  font-family: Arial, sans-serif;
}
#contact .contact-c .contact-b-r .contact-b-r-item .contact-b-ipt {
  background: #FEE4D9;
  color: #000;
  border: none;
  border-radius: 6px;
  font-size: 14px!important;
}
#contact .contact-c .contact-b-r .contact-b-r-item .contact-b-texta {
  width: calc(100% - 32px);
  height: 144px;
  margin: 8px 0 16px;
  padding: 16px;
  font-family: Arial, sans-serif;
  background: #FEE4D9;
  color: #000;
  border-radius: 4px;
  border: none;
  resize: none;
}
#contact .contact-c .contact-b-r .contact-b-r-item .contact-b-ipt:focus,
#contact .contact-c .contact-b-r .contact-b-r-item .contact-b-texta:focus {
  outline: none;
}
#contact .contact-c .contact-b-r .contact-b-r-item .contact-b-r-btn {
  padding: 12px 28px;
  font-weight: 600;
  border: 0;
  border-radius: 8px;
  background: #996331;
  color: #fff;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
}
#contact .contact-c .contact-b-pst {
  width: 70%;
  overflow: hidden;
  position: absolute;
  top: -50px;
  left: 18%;
  font-size: 140px;
  font-weight: 600;
  letter-spacing: 4px;
  text-align: left;
  color: #FFF1EB;
  text-shadow: -1px -1px 0 rgba(153, 99, 49, 0.17), 1px -1px 0 rgba(153, 99, 49, 0.17), -1px 1px 0 rgba(153, 99, 49, 0.17), 1px 1px 0 rgba(153, 99, 49, 0.17);
  z-index: -1;
}
#success {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#success .success-t {
  font-size: 64px;
  font-weight: 600;
  margin-bottom: 16px;
}
#footer {
  background-color: #141615;
  color: #D1D1D1;
}
#footer .footer-box .footer-t {
  display: flex;
  text-align: left;
  font-size: 14px;
  padding: 56px 96px 0;
}
#footer .footer-box .footer-t .footer-t-l {
  width: 60%;
  display: flex;
  position: relative;
}
#footer .footer-box .footer-t .footer-t-l > div {
  flex: 1;
  padding-right: 2%;
}
#footer .footer-box .footer-t .footer-t-l > div:last-child {
  padding-right: 8%;
}
#footer .footer-box .footer-t .footer-t-l > div > div {
  font-size: 18px;
  font-weight: 600;
  margin: 8px 0 24px;
  color: #fff;
}
#footer .footer-box .footer-t .footer-t-l > div ul {
  padding: 0;
  margin: 0;
}
#footer .footer-box .footer-t .footer-t-l > div ul li {
  list-style: none;
  margin-bottom: 8px;
}
#footer .footer-box .footer-t .footer-t-l > div ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: #D1D1D1;
  line-height: 22px;
}
#footer .footer-box .footer-t .footer-t-l > div ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
#footer .footer-box .footer-t .footer-t-l > div ul li a img {
  width: 16px;
  object-fit: cover;
  margin: 4px 4px 0 0;
}
#footer .footer-box .footer-t .footer-t-r {
  width: 40%;
}
#footer .footer-box .footer-t .footer-t-r .footer-t-r-a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}
#footer .footer-box .footer-t .footer-t-r .footer-t-r-a img {
  width: 38px;
  height: 38px;
}
#footer .footer-box .footer-t .footer-t-r .footer-t-r-a > div {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
}
#footer .footer-box .footer-t .footer-t-r .footer-t-r-b {
  margin-bottom: 32px;
  line-height: 22px;
}
#footer .footer-box .footer-t .footer-t-r .footer-t-r-c {
  display: flex;
  margin-bottom: 32px;
  position: relative;
}
#footer .footer-box .footer-t .footer-t-r .footer-t-r-c input {
  width: 100%;
  height: 52px;
  padding: 0 168px 0 16px;
  color: #fff;
  background-color: #141615;
  border: 1px solid #fff;
  border-radius: 30px;
  font-size: 18px;
  font-family: Arial, sans-serif;
}
#footer .footer-box .footer-t .footer-t-r .footer-t-r-c input:focus {
  outline: none;
}
#footer .footer-box .footer-t .footer-t-r .footer-t-r-c .footer-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 16px 32px;
  border: 0;
  border-radius: 30px;
  background-color: #fff;
  color: #000;
  font-size: 18px;
  letter-spacing: 1px;
  white-space: nowrap;
  cursor: pointer;
}
#footer .footer-box .footer-t .footer-t-r .footer-t-r-d a {
  margin-right: 16px;
}
#footer .footer-box .footer-t .footer-t-r .footer-t-r-d a img {
  width: 28px;
  height: 28px;
  transition: all 0.4s ease;
}
#footer .footer-box .footer-t .footer-t-r .footer-t-r-d a img:hover {
  transform: scale(1.2);
}
#footer .footer-box .footer-b {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  cursor: pointer;
  background-color: #000;
}
#footer .footer-box .footer-b a {
  color: #D1D1D1;
  margin-left: 16px;
}
#footer .footer-box .footer-b a:hover {
  text-decoration: underline;
}
#statement {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
#statement a {
  color: #fff;
  text-decoration: none;
}
#statement a:hover {
  text-decoration: underline;
}
#pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0 40px;
}
@media (max-width: 1560px) {
  #home .home-e .homee-box .homee-c span {
    -webkit-line-clamp: 6;
  }
}
@media (max-width: 992px) {
  .sm-disp-n {
    display: none!important;
  }
  .sm-disp-b {
    display: block!important;
  }
  .nav-white {
    height: 64px!important;
  }
  #nav {
    height: 80px;
  }
  #nav .nav-box {
    padding: 0;
  }
  #nav .nav-box .nav-b .nav-b-t {
    justify-content: flex-start;
    padding: 0 32px 0 16px;
    text-align: left;
  }
  #nav .nav-box .nav-b .nav-b-t a img {
    width: 180px;
  }
  #nav .nav-box #panel {
    display: flex!important;
    justify-content: flex-end;
    position: fixed;
    top: 8px;
    right: -256px;
    height: calc(100vh + 9px);
    z-index: 3008;
  }
  #nav .nav-box #panel .nav-mob-iocn {
    width: 18px;
    height: 18px;
  }
  #nav .nav-box #panel .dialog-box {
    width: 256px;
    position: relative;
    top: -30px;
    margin-left: 16px;
    background: rgba(40, 48, 52, 0.75);
    backdrop-filter: blur(10px);
  }
  #nav .nav-box #panel .dialog-box .close-btn-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 16px 18px 112px;
    border-bottom: 1px solid #ddd;
  }
  #nav .nav-box #panel .dialog-box .close-btn-box img {
    width: 24px;
    height: 24px;
  }
  #nav .nav-box #panel .dialog-box .panel-menu {
    padding: 8px 0px;
    font-size: 16px;
    display: flex;
    overflow: hidden;
  }
  #nav .nav-box #panel .dialog-box .panel-menu ul {
    width: 100%;
    padding: 0;
    margin: 0;
    flex-shrink: 0;
    transition: all 0.4s ease;
  }
  #nav .nav-box #panel .dialog-box .panel-menu ul li {
    height: 55px;
    list-style: none;
    letter-spacing: 1px;
    text-align: left;
    width: 100%;
  }
  #nav .nav-box #panel .dialog-box .panel-menu ul li a {
    padding-left: 40px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #ccc !important;
  }
  #nav .nav-box #panel .dialog-box .panel-menu ul li .isActive {
    font-weight: 600;
    color: #fff !important;
  }
  #func-side {
    animation: none;
  }
  #toTop-side {
    bottom: 40px;
  }
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c {
    width: calc(100% - 32px);
    left: 16px;
    text-align: center;
  }
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .homea-c-t {
    font-size: 28px;
    line-height: 36px;
  }
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .homea-c-c {
    font-size: 16px;
    line-height: 28px;
  }
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .homea-c-b a {
    justify-content: center;
  }
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .homea-c-b a > div {
    padding: 12px 24px;
  }
  #home .home-b {
    flex-direction: column;
    padding: 24px 16px;
  }
  #home .home-b .homeb-item {
    width: calc(100% - 32px);
    height: 56px;
    padding: 24px 16px;
    margin: 0 0 16px;
    justify-content: flex-start;
  }
  #home .home-b .homeb-item img {
    width: 48px;
    height: 48px;
  }
  #home .home-b .homeb-item .homeb-item-c {
    font-size: 14px;
  }
  #home .home-c .homec-title {
    font-size: 28px;
    padding: 0 16px;
  }
  #home .home-c .homec-btn-box {
    padding-top: 16px;
  }
  #home .home-c .homec-swiper {
    width: calc(100% - 28px);
    padding: 16px 14px 24px;
    margin: 0;
  }
  #home .home-c .homec-swiper .swiper-wrapper .swiper-slide a .homec-swiper-text-box {
    left: 16px;
    bottom: 8px;
  }
  #home .home-c .homec-swiper .swiper-wrapper .swiper-slide a .homec-swiper-text-box .homec-swiper-tb-t {
    font-size: 14px;
    margin-bottom: 4px;
  }
  #home .home-c .homec-swiper .swiper-wrapper .swiper-slide a .homec-swiper-text-box .homec-swiper-tb-b {
    font-size: 12px;
  }
  #home .home-d {
    padding: 16px 0;
  }
  #home .home-d .homed-a {
    padding: 0 16px;
    font-size: 24px;
    margin-bottom: 8px;
  }
  #home .home-d .homed-b {
    width: calc(100% - 32px);
    padding: 0 16px;
    margin-bottom: 24px;
  }
  #home .home-d .homed-c img {
    height: 280px;
  }
  #home .home-d .homed-c .homed-c-b {
    width: calc(100% - 32px);
  }
  #home .home-d .homed-c .homed-c-b .homed-cb-t {
    font-size: 22px;
  }
  #home .home-e {
    padding: 16px 0 48px;
  }
  #home .home-e .homee-tittle {
    margin-bottom: 16px;
  }
  #home .home-e .homee-box {
    width: calc(100% - 32px);
    flex-direction: column;
  }
  #home .home-e .homee-box .homee-a {
    width: 100%;
  }
  #home .home-e .homee-box .homee-b {
    position: static;
    width: 100%;
    height: 320px;
    transform: translateY(32px);
    z-index: 2002;
  }
  #home .home-e .homee-box .homee-b a {
    right: 50%;
    bottom: -25px;
    transform: translateX(50%);
  }
  #home .home-e .homee-box .homee-b a div {
    padding: 16px 40px;
    border-radius: 30px;
  }
  #home .home-e .homee-box .homee-c {
    width: calc(100% - 40px);
    height: 272px;
    top: auto;
    bottom: 0;
    transform: translateY(6px);
  }
  #home .home-e .homee-box .homee-c span {
    -webkit-line-clamp: 10;
  }
  #home .home-f {
    padding: 40px 0 24px;
  }
  #home .home-f .homef-swiper .swiper-wrapper {
    padding-bottom: 48px;
  }
  #home .home-f .homef-swiper .swiper-wrapper .swiper-slide a {
    text-align: left;
  }
  #home .home-f .homef-swiper .swiper-wrapper .swiper-slide a img {
    width: 100%;
    margin: 0 0 16px;
  }
  #home .home-f .homef-swiper .swiper-wrapper .swiper-slide a > div {
    width: 88%;
    margin: 0;
  }
  #home .home-f .homef-swiper .swiper-wrapper .swiper-slide a > div .homef-sp-t1 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 16px;
  }
  #home .home-f .homef-swiper .swiper-wrapper .swiper-slide a > div .homef-sp-t2 {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 16px;
  }
  #home .home-f .homef-swiper .swiper-wrapper .swiper-slide a > div .homef-sp-t3 {
    font-size: 14px;
  }
  #home .home-f .homef-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 6px;
  }
  #product {
    padding-top: 0px;
  }
  #product .product-a {
    height: 280px;
  }
  #product .product-a .producta-t {
    width: calc(100% - 32px);
    font-size: 22px;
  }
  #product .product-b {
    padding: 0;
  }
  #product .product-b .product-b-box {
    width: 100%;
  }
  #product .product-b .product-b-box .productb-level1 {
    margin: 16px 0;
    padding: 0 16px;
  }
  #product .product-b .product-b-box .productb-level1 > div > div > ul {
    width: 152px!important;
  }
  #product .product-b .product-b-box .productb-level1 > div > div > ul li {
    margin-top: -1px;
  }
  #product .product-b .product-b-box .productb-level2 {
    margin-bottom: 16px;
    padding: 0 16px;
  }
  #product .product-b .product-b-box .productb-level2 .productb-item-all {
    padding: 2px 8px;
  }
  #product .product-b .product-b-box .productb-level2 .productb-swiper {
    margin-left: 15px;
  }
  #product .product-b .product-b-box .productb-level3 {
    margin-bottom: 16px;
    padding: 0 16px;
  }
  #product .product-b .product-b-box .productb-level3 .productb-item-all {
    padding: 2px 8px;
  }
  #product .product-b .product-b-box .productb-level3 .productb-swiper {
    margin-left: 15px;
  }
  #product .product-b .product-b-box .productb-item-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 0 8px;
  }
  #product .product-b .product-b-box .productb-item-box .productb-item {
    width: 94%;
    margin: 0 0 12px;
  }
  #product .product-b .product-b-box .productb-item-box .productb-item:hover {
    transform: none;
    box-shadow: none;
  }
  #product .product-b .product-b-box .productb-item-box .productb-item .productb-item-tb {
    font-weight: 600;
  }
  #product-details {
    padding-top: 80px;
  }
  #product-details .product-details-content {
    width: 100%;
    padding: 16px 0 24px;
    display: flex;
    flex-direction: column;
  }
  #product-details .product-details-content .product-details-a {
    flex-direction: column;
  }
  #product-details .product-details-content .product-details-a .product-details-a-l {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  #product-details .product-details-content .product-details-a .product-details-a-l .product-details-swiper-box .product-details-swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    padding: 0;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
  }
  #product-details .product-details-content .product-details-a .product-details-a-l .product-details-swiper-box .product-details-swiper .swiper-wrapper .swiper-slide .details-img-active {
    border: 0;
    border-radius: 8px;
  }
  #product-details .product-details-content .product-details-a .product-details-a-r {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #product-details .product-details-content .product-details-a .product-details-a-r > div {
    width: 94%;
  }
  #product-details .product-details-content .product-details-a .product-details-a-r .details-params-c {
    margin-bottom: 8px;
  }
  #product-details .product-details-content .product-details-a .product-details-a-r .details-params-c .details-params-c-t {
    margin-bottom: 16px;
  }
  #product-details .product-details-content .product-details-a .product-details-a-r .details-params-b {
    position: static;
    display: flex;
    justify-content: center;
  }
  #product-details .product-details-content .product-details-a .product-details-a-r .details-params-b a {
    width: 80%;
  }
  #product-details .product-details-content .product-details-a .product-details-a-r .details-params-b a > div {
    width: 70%;
  }
  #product-details .product-details-content .product-details-b {
    padding: 0 16px;
  }
  #product-details .product-details-content .product-details-b .product-details-b-box {
    width: 100%;
  }
  #product-details .product-details-content .product-details-c .product-details-c-t {
    margin: 8px 16px 16px;
  }
  #product-details .product-details-content .product-details-c .product-details-c-s .product-details-cs-swiper .swiper-wrapper .swiper-slide img {
    height: 200px;
    object-fit: cover;
  }
  #about {
    padding-top: 80px;
  }
  #about .about-a {
    height: 280px;
  }
  #about .about-a .abouta-t {
    width: calc(100% - 32px);
    font-size: 22px;
  }
  #about .about-b {
    flex-direction: column;
    padding: 24px 16px 32px;
    margin: 0;
    position: relative;
  }
  #about .about-b .aboutb-mob {
    width: 100%;
    font-size: 96px;
    font-weight: 600;
    white-space: nowrap;
    color: rgba(153, 99, 49, 0.22);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-70%);
  }
  #about .about-b .aboutb-l {
    width: 100%;
    margin: 0;
    font-size: 14px;
    -webkit-line-clamp: none;
  }
  #about .about-b .aboutb-r {
    width: 70%;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.4;
  }
  #blog {
    padding-top: 80px;
  }
  #blog .blog-a {
    height: 280px;
  }
  #blog .blog-a .producta-t {
    width: calc(100% - 32px);
    font-size: 22px;
  }
  #blog .blog-b {
    padding: 0;
  }
  #blog .blog-b .blog-item-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px 0 8px;
  }
  #blog .blog-b .blog-item-box .blog-item {
    width: 85%;
    padding: 5%;
    margin: 0 0 12px;
  }
  #blog .blog-b .blog-item-box .blog-item:hover {
    transform: none;
    box-shadow: none;
  }
  #blog-details {
    padding-top: 80px;
  }
  #blog-details > div {
    padding: 8px 16px 24px;
  }
  #contact {
    padding-top: 80px;
  }
  #contact .contact-a {
    height: 280px;
  }
  #contact .contact-a .contacta-t {
    width: calc(100% - 32px);
    font-size: 22px;
  }
  #contact .contact-b {
    text-align: left;
  }
  #contact .contact-b .contactb-t {
    font-size: 32px;
  }
  #contact .contact-c {
    padding: 0 16px 24px;
    flex-direction: column;
  }
  #contact .contact-c .contact-b-l {
    width: 100%;
    margin: 0 0 40px;
  }
  #contact .contact-c .contact-b-l .contact-bl-item {
    margin-bottom: 24px;
  }
  #contact .contact-c .contact-b-r {
    width: 100%;
  }
  #contact .contact-c .contact-b-r .contact-br-t {
    font-size: 32px;
    margin-bottom: 0;
  }
  #contact .contact-c .contact-b-r .contact-b-r-item .contact-b-r-1 input {
    width: calc(100% - 32px);
    margin: 8px 0!important;
  }
  #contact .contact-c .contact-b-pst {
    width: 100%;
    top: 176px;
    left: 0;
    font-size: 88px;
    text-align: center;
  }
  #footer {
    padding: 16px 0 4px;
  }
  #footer .footer-box {
    padding: 0 24px;
  }
  #footer .footer-box .footer-t {
    flex-direction: column;
    padding: 0;
  }
  #footer .footer-box .footer-t .footer-t-l {
    width: 100%;
    margin-bottom: 16px;
    flex-direction: column;
  }
  #footer .footer-box .footer-t .footer-t-l > div {
    padding: 0;
  }
  #footer .footer-box .footer-t .footer-t-l > div > div {
    margin: 16px 0 24px;
  }
  #footer .footer-box .footer-t .footer-t-l > div ul li {
    margin-bottom: 16px;
  }
  #footer .footer-box .footer-t .footer-t-r {
    width: 100%;
  }
  #footer .footer-box .footer-t .footer-t-r .footer-t-r-b {
    margin-bottom: 24px;
  }
  #footer .footer-box .footer-t .footer-t-r .footer-t-r-c {
    margin-bottom: 24px;
  }
  #footer .footer-box .footer-t .footer-t-r .footer-t-r-c input {
    height: 40px;
  }
  #footer .footer-box .footer-t .footer-t-r .footer-t-r-c .footer-search-btn {
    padding: 10px 24px;
  }
  #pagination {
    padding: 8px 0 32px;
  }
}
