.mobile-header {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 28px 0;
  transition: background-color 0.6s;
  z-index: 100;
}
.header.hide {
  transform: translateY(-100%);
  transition: transform 0.6s;
}
.header .left, .header .right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .left {
  left: 0.365rem;
  width: 0.26rem;
  height: 0.26rem;
  display: flex;
  align-items: center;
  border-radius: 0.26rem;
  transition: width 0.5s;
  will-change: width, background-color;
  background-color: transparent;
  overflow: hidden;
  transition: all 0.3s;
}
.header .left:hover {
  background-color: rgba(180, 157, 129, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.header .left:hover .search-btn {
  color: #fff;
}
.header .left.show {
  width: 1.563rem;
  background-color: rgba(180, 157, 129, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.header .left.show .search-btn {
  color: #fff;
}
.header .left.show .input {
  display: block;
  opacity: 1;
  visibility: visible;
}
.header .left .input {
  display: none;
  overflow: hidden;
  color: #fff;
  padding-right: 0.052rem;
  flex: 1;
  min-width: 0;
  opacity: 0;
  height: 100%;
  visibility: hidden;
  background-color: transparent;
  font-size: max(12px, 0.094rem);
}
.header .left .search-btn {
  display: block;
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
  background-color: transparent;
  font-size: 0;
  z-index: 2;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.header .middle {
  display: flex;
  align-items: center;
}
.header .middle a {
  display: block;
}
.header .middle .link {
  position: relative;
  margin: 0 0.104rem;
  width: max(110px, 0.781rem);
  line-height: max(36px, 0.26rem);
  height: max(36px, 0.26rem);
  text-align: center;
  overflow: hidden;
  border-radius: 20px;
  font-size: max(14px, 0.094rem);
}
.header .middle .link::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0, #262129 0%, #2B262C 100%);
  opacity: 0;
  transition: all 0.5s;
}
.header .middle .link span {
  display: block;
  transition: transform 0.5s;
}
.header .middle .link .t1 {
  transform: translate3d(0, -100%, 0);
}
.header .middle .link .t2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform: translate3d(0, -100%, 0);
  font-size: max(14px, 0.094rem);
  font-family: "meiryo";
  color: #fff;
}
.header .middle .link:hover::before {
  opacity: 1;
}
.header .middle .link:hover .t2 {
  transform: translate3d(0, 0, 0);
}
.header .middle .link:hover .t1 {
  transform: translate3d(0, 100%, 0);
}
.header .middle .logo {
  position: relative;
  margin: 0 0.208rem;
  width: 0.63rem;
  height: 0.68rem;
  transition: all 0.6s;
}
.header .middle .logo img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.6s;
  will-change: opcacity;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.header .middle .logo .img-w {
  opacity: 1;
  visibility: visible;
}
.header .right {
  right: 0.365rem;
  font-family: "meiryo";
}
.header .right .language .btn {
  font-size: max(14px, 0.094rem);
}
.header.fixed {
  padding: 0.104rem 0 0.13rem;
  background-color: rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.header.fixed .middle .logo {
  height: 0.479rem;
}
.header.fixed .middle .logo .img-w {
  opacity: 0;
  visibility: hidden;
}
.header.fixed .middle .logo .img-x {
  opacity: 1;
  visibility: visible;
}
.header:hover {
  background-color: rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.scroll-detector {
  width: 100%;
  height: 1px;
}

.home-banner .container {
  position: relative;
}
.home-banner .txt {
  position: absolute;
  top: 2.12rem;
  left: 10%;
  z-index: 2;
}
.home-banner .txt h3 {
  margin-bottom: 10px;
  font-size: 0.35rem;
  font-family: "Gilroy-Bold";
  color: rgba(255, 255, 255, 0.85);
}
.home-banner .txt p {
  font-size: 0.18rem;
  opacity: 0.9;
  max-width: 4.43rem;
}
.home-banner .swiper {
  height: 100vh;
}
.home-banner .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0.82rem;
}
.home-banner .swiper-pagination .swiper-pagination-bullet {
  display: block;
  margin: 0 10px;
  width: 8px;
  height: 8px;
  opacity: 1;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.home-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #b49d81;
  border-color: #b49d81;
}
.home-banner .swiper-slide {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.home-banner .video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
}

.main {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../img/home_bg.png");
  background-position: left 5.73rem;
}

.yuyue-main {
  background-image: url("../img/yuyue.png");
  background-position: center top;
  background-size: cover;
}

.soucang-main {
  background-image: url("../img/soucang.png");
  background-position: center top;
  background-size: cover;
}

@keyframes spanEnterLeft {
  0% {
    transform: translate3d(110%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes spanLeaveLeft {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes spanEnterRight {
  0% {
    transform: translate3d(-110%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes spanLeaveRight {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(110%, 0, 0);
  }
}
.product-wrap {
  position: relative;
  padding-top: 0.521rem;
}
.product-wrap .swiper {
  padding: 0.59rem 0 0.9rem;
}
.product-wrap .product-item {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0.26rem;
  background: url("../img/product_bg.png") no-repeat;
  background-size: cover;
}
.product-wrap .product-item a {
  padding: 0.13rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.product-wrap .product-item .top {
  display: inline-block;
  padding: 0 12px;
  padding-top: 2px;
  line-height: 0.188rem;
  border-radius: 20px;
  font-size: max(12px, 0.083rem);
  background-color: #645353;
}
.product-wrap .product-item .img {
  flex: 1;
  min-height: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-wrap .product-item .img img {
  display: block;
  max-height: 1.67rem;
}
.product-wrap .product-item .bottom {
  margin-top: auto;
}
.product-wrap .product-item .bottom .t1 {
  margin-bottom: 6px;
  font-size: var(--text-lg);
  font-family: "MicrosoftYaHei-Bold";
}
.product-wrap .product-item .bottom .more {
  display: flex;
  align-items: center;
  font-size: var(--text-sm);
  color: #af9973;
}
.product-wrap .product-item .bottom .more i {
  margin-left: 4px;
  font-size: 18px;
}
.product-wrap .text {
  position: absolute;
  top: 0.313rem;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: "Impact";
  font-size: 0.833rem;
  color: rgba(221, 204, 196, 0.8);
  line-height: 1;
}
.product-wrap .text li {
  display: none;
  height: 100%;
  flex-direction: column;
}
.product-wrap .text li.active {
  display: flex;
}
.product-wrap .text li.animating {
  display: flex;
}
.product-wrap .text li.enter-left .col span {
  animation: spanEnterLeft 1s both cubic-bezier(0.16, 1, 0.3, 1);
}
.product-wrap .text li.leave-left .col span {
  animation: spanLeaveLeft 1s both cubic-bezier(0.16, 1, 0.3, 1);
}
.product-wrap .text li.enter-right .col span {
  animation: spanEnterRight 1s both cubic-bezier(0.16, 1, 0.3, 1);
}
.product-wrap .text li.leave-right .col span {
  animation: spanLeaveRight 1s both cubic-bezier(0.16, 1, 0.3, 1);
}
.product-wrap .text li.enter-left, .product-wrap .text li.enter-right, .product-wrap .text li.leave-left, .product-wrap .text li.leave-right {
  /*   span{
      animation-delay: 0.2s; 
    } */
}
.product-wrap .text li.enter-left .col div:nth-child(1) span, .product-wrap .text li.enter-right .col div:nth-child(1) span, .product-wrap .text li.leave-left .col div:nth-child(1) span, .product-wrap .text li.leave-right .col div:nth-child(1) span {
  animation-delay: 0.1s;
}
.product-wrap .text li.enter-left .col div:nth-child(2) span, .product-wrap .text li.enter-right .col div:nth-child(2) span, .product-wrap .text li.leave-left .col div:nth-child(2) span, .product-wrap .text li.leave-right .col div:nth-child(2) span {
  animation-delay: 0.2s;
}
.product-wrap .text li.enter-left .col div:nth-child(3) span, .product-wrap .text li.enter-right .col div:nth-child(3) span, .product-wrap .text li.leave-left .col div:nth-child(3) span, .product-wrap .text li.leave-right .col div:nth-child(3) span {
  animation-delay: 0.3s;
}
.product-wrap .text li.enter-left .col div:nth-child(4) span, .product-wrap .text li.enter-right .col div:nth-child(4) span, .product-wrap .text li.leave-left .col div:nth-child(4) span, .product-wrap .text li.leave-right .col div:nth-child(4) span {
  animation-delay: 0.4s;
}
.product-wrap .text li.enter-left .col div:nth-child(5) span, .product-wrap .text li.enter-right .col div:nth-child(5) span, .product-wrap .text li.leave-left .col div:nth-child(5) span, .product-wrap .text li.leave-right .col div:nth-child(5) span {
  animation-delay: 0.5s;
}
.product-wrap .text li.enter-left .col div:nth-child(6) span, .product-wrap .text li.enter-right .col div:nth-child(6) span, .product-wrap .text li.leave-left .col div:nth-child(6) span, .product-wrap .text li.leave-right .col div:nth-child(6) span {
  animation-delay: 0.6s;
}
.product-wrap .text li.enter-left .col div:nth-child(7) span, .product-wrap .text li.enter-right .col div:nth-child(7) span, .product-wrap .text li.leave-left .col div:nth-child(7) span, .product-wrap .text li.leave-right .col div:nth-child(7) span {
  animation-delay: 0.7s;
}
.product-wrap .text li.enter-left .col div:nth-child(8) span, .product-wrap .text li.enter-right .col div:nth-child(8) span, .product-wrap .text li.leave-left .col div:nth-child(8) span, .product-wrap .text li.leave-right .col div:nth-child(8) span {
  animation-delay: 0.8s;
}
.product-wrap .text li.enter-left .col div:nth-child(9) span, .product-wrap .text li.enter-right .col div:nth-child(9) span, .product-wrap .text li.leave-left .col div:nth-child(9) span, .product-wrap .text li.leave-right .col div:nth-child(9) span {
  animation-delay: 0.9s;
}
.product-wrap .text .row {
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.product-wrap .text .col {
  display: flex;
}
.product-wrap .text .col div {
  overflow: hidden;
}
.product-wrap .text .col span {
  padding: 0 0.073rem;
  will-change: transform;
  display: block;
}
.product-wrap .text .top {
  top: 0;
}
.product-wrap .text .bottom {
  bottom: 0;
}
.product-wrap .btns {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  /* width: 8.302rem; */
  width: 100%;
  z-index: 2;
}
.product-wrap .btns .btn {
  margin-top: -0.365rem;
  width: max(40px, 0.339rem);
  height: max(70px, 0.521rem);
  background: url("../img/swiper-button-bg.png") no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  opacity: 0.5;
}
.product-wrap .btns .btn::after {
  display: none;
}
.product-wrap .btns .btn i {
  font-size: max(32px, 0.208rem);
  color: #f5d7a5;
}
.product-wrap .btns .swiper-button-prev, .product-wrap .btns .swiper-button-next {
  transition: all 0.3s;
}
.product-wrap .btns .swiper-button-prev:hover, .product-wrap .btns .swiper-button-next:hover {
  opacity: 1;
}
.product-wrap .btns .swiper-button-prev {
  left: calc(.755rem + 30px );
  /* &:hover{
    transform: translate3d(-3px,0,0);
  } */
}
.product-wrap .btns .swiper-button-next {
  right: calc(.755rem + 30px);
  /* &:hover{
    transform: translate3d(5px,0,0);
  } */
}
@media only screen and (min-width: 1920px) {
  .product-wrap .btns .swiper-button-prev {
    left: calc(.573rem + .26rem);
  }
  .product-wrap .btns .swiper-button-next {
    right: calc(.573rem + .26rem);  
  }
}
.product-wrap .btns .swiper-button-next i {
  transform: rotate(180deg);
}

.home-brand {
  margin-top: 0.59rem;
}
.home-brand .hd {
  margin-bottom: 0.42rem;
}
.home-brand .bd ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.home-brand .bd li {
  position: relative;
  width: 100%;
  height: 2.81rem;
  background-color: rgba(19, 16, 20, 0.6);
  outline: 1px solid rgba(255, 255, 255, 0.1);
}
.home-brand .bd li:hover .bg {
  opacity: 1;
}
.home-brand .bd li .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.home-brand .bd li .logo img {
  display: block;
  width: 1.563rem;
}
.home-brand .bd li .bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
  will-change: opacity;
  transition: all 0.6s 0.2s;
}
.home-brand .global-dropdown .btn, .home-brand .global-dropdown .dropdown {
  font-size: max(14px, 0.094rem);
}

.home-about {
  margin-top: 0.83rem;
}
.home-about .hd {
  margin-bottom: 38px;
}
.home-about .bd {
  display: flex;
  align-items: center;
  overflow: hidden;
  font-family: "meiryo";
}
.home-about .bd .img {
  width: 4.68rem;
}
.home-about .bd .content {
  flex: 1;
  min-width: 0;
  margin-left: 0.32rem;
}
.home-about .bd .title {
  margin-bottom: 0.23rem;
  font-size: 0.25rem;
}
.home-about .bd .desc {
  margin-bottom: 0.31rem;
  padding-right: 1.563rem;
  line-height: 30px;
  font-size: max(14px, 0.083rem);
}

.news-wrap {
  margin-top: 0.406rem;
  font-family: "meiryo";
}
.news-wrap .hd {
  margin-bottom: 30px;
}
.news-wrap ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.news-wrap ul a {
  padding: 0.417rem 0;
  display: flex;
  align-items: flex-start;
}
.news-wrap ul .txt {
  flex: 1;
  min-width: 0;
}
.news-wrap ul .txt .top {
  margin-bottom: max(15px, 0.286rem);
  display: flex;
  align-items: center;
}
.news-wrap ul .txt .top .date {
  font-size: max(12px, 0.094rem);
  color: #b49d81;
}
.news-wrap ul .txt .top .tag {
  margin-left: 20px;
  display: block;
  background: #645353;
  border-radius: 10px 0 10px 0;
  font-size: 12px;
  width: 42px;
  line-height: 22px;
  text-align: center;
}
.news-wrap ul .txt h4 {
  margin-right: 0.781rem;
  width: 2.24rem;
  font-size: max(18px, 0.156rem);
  font-family: "meiryob";
}
.news-wrap ul .txt .desc {
  width: 2.167rem;
  color: #b49d81;
  font-size: max(14px, 0.094rem);
}
.news-wrap ul .img {
  width: 2.188rem;
  height: 1.302rem;
}
.news-wrap ul .img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.104rem;
}
.news-wrap .btn {
  margin-top: max(30px, 0.365rem);
  display: flex;
  justify-content: center;
}

.video-wrap {
  margin-top: 0.708rem;
}
.video-wrap .hd {
  margin-bottom: 0.313rem;
}

.video-wrap {
  margin-top: 0.708rem;
  padding-bottom: 0.599rem;
}
.video-wrap .hd {
  margin-bottom: 0.313rem;
}
.video-wrap .bd {
  position: relative;
}
.video-wrap .swiper-slide {
  border-radius: max(14px, 0.104rem);
  overflow: hidden;
  background: url("../img/video_bg.png") no-repeat;
  background-size: cover;
  background-position: center;
}
.video-wrap .swiper-slide .img {
  position: relative;
  height: 1.719rem;
  overflow: hidden;
}
.video-wrap .swiper-slide .img img {
  height: 100%;
}
.video-wrap .swiper-slide .img::before, .video-wrap .swiper-slide .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-wrap .swiper-slide .img::before {
  width: 110%;
  background: url("../img/mark.png") no-repeat center;
  background-size: cover;
}
.video-wrap .swiper-slide .img::after {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/play.png") no-repeat center;
  background-size: 0.313rem;
  border-radius: 50%;
  z-index: 2;
}
.video-wrap .swiper-slide .txt {
  display: flex;
  flex-direction: column;
  padding: 0.208rem;
  height: 1.302rem;
  font-family: "meiryo";
}
.video-wrap .swiper-slide .txt .title {
  font-size: max(16px, 0.125rem);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.video-wrap .swiper-slide .txt .date {
  margin-top: auto;
  font-size: max(14px, 0.083rem);
}
.video-wrap .swiper-button-next, .video-wrap .swiper-button-prev {
  top: 1.344rem;
  width: max(40px, 0.339rem);
  height: max(40px, 0.339rem);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s;
}
.video-wrap .swiper-button-next::after, .video-wrap .swiper-button-prev::after {
  font-size: 16px;
  color: #fff;
}
.video-wrap .swiper-button-next:hover, .video-wrap .swiper-button-prev:hover {
  background-color: #968776;
  border-color: #968776;
}
.video-wrap .swiper-button-prev {
  left: 1rem;
}
.video-wrap .swiper-button-next {
  right: 1rem;
}
.video-wrap .btn {
  margin-top: 0.406rem;
  display: flex;
  justify-content: center;
}

.footer {
  background: url("../img/footer_bg.png") no-repeat;
  background-size: 100% 100%;
  color: #968776;
  font-size: max(14px, 0.083rem);
  font-family: "meiryo";
}
.footer .bd {
  display: flex;
  align-items: flex-end;
  padding-top: 0.24rem;
  padding-bottom: 0.292rem;
}
.footer .bd .logo {
  display: block;
}
.footer .bd .logo img {
  display: block;
  width: 100%;
}
.footer .bd .logo1 {
  margin-right: 0.469rem;
  width: max(80px, 0.625rem);
}
.footer .bd .logo2 {
  margin-right: 0.26rem;
  width: max(110px, 1.042rem);
}
.footer .bd ul {
  flex: 1;
  min-width: 0;
  gap: 0.104rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.footer .bd .label {
  margin-bottom: 4px;
}
.footer .ft {
  padding-top: 0.182rem;
  padding-bottom: 0.182rem;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 1;
}
.footer .ft .logo {
  margin-right: 20px;
  width: 220px;
  height: auto;
}
.footer .ft .copyright {
  margin-bottom: 7px;
  align-self: flex-end;
}
.footer .ft .share {
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: max(10px, 0.104rem);
}
.footer .ft li {
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
  background-color: #ffffff;
  border: solid 1px #ffffff;
}
.footer .ft a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.footer .ft img {
  display: block;
}

#goTop {
  display: none;
  position: fixed;
  right: 0.323rem;
  bottom: 0.167rem;
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
  color: #000;
  background-color: #968776;
  z-index: 10;
  transition: all 0.3s;
  opacity: 0.2;
}
#goTop:hover {
  opacity: 1;
  background-color: #B49D81;
}
#goTop:hover i {
  color: #fff;
}
#goTop i {
  transition: all 0.3s;
}
#goTop a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.page-banner {
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 5.729rem;
}
.page-banner h3 {
  margin-top: 1.896rem;
  font-size: 0.354rem;
  font-family: "Gilroy-Bold";
}

.product-swiper {
  margin: 0.417rem 0 0.594rem;
}

.product-list-wrap {
  padding-bottom: 0.964rem;
}
.product-list-wrap .hd {
  margin-bottom: 0.208rem;
}
.product-list-wrap .filter-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.344rem;
}
.product-list-wrap .filter-box .total {
  font-size: max(14px, 0.083rem);
  color: #b49d81;
  font-family: "meiryob";
}
.product-list-wrap .filter-box .filter-list {
  display: flex;
  gap: 0.13rem;
}
.product-list-wrap .filter-box .filter-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.125rem;
  padding-right: 0.156rem;
  width: 0.901rem;
  height: 0.26rem;
  border-radius: 0.156rem;
  background-color: #645353;
  font-size: 0.094rem;
  color: #b49d81;
  font-family: "meiryo";
}
.product-list-wrap .filter-box .filter-list a.active {
  background-color: #b49d81;
  color: #fff;
}
.product-list-wrap .filter-box .filter-list a.active i {
  transform: rotate(180deg);
}
.product-list-wrap .filter-box .filter-list a:hover {
  background-color: #b49d81;
  color: #fff;
}
.product-list-wrap .filter-box .layui-form-checkbox[lay-skin=primary] > i {
  background-color: transparent;
  border-color: #b49d81;
}
.product-list-wrap .filter-box .layui-form-checkbox[lay-skin=primary] > div {
  color: #b49d81;
  font-family: "meiryo";
}
.product-list-wrap .filter-box .layui-form-checked[lay-skin=primary] > i {
  border-color: #b49d81 !important;
  background-color: #b49d81;
}
.product-list-wrap .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.26rem;
}
.product-list-wrap .list li {
  height: 2.604rem;
  background: url("../img/product_bg.png") no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0.26rem;
  overflow: hidden;
}
.product-list-wrap .list li a {
  padding: 0.156rem;
  padding-bottom: 0.198rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.product-list-wrap .list li .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-list-wrap .list li .top .tags {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
}
.product-list-wrap .list li .top .tags span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.469rem;
  height: 0.208rem;
  font-size: 0.094rem;
  font-family: "MicrosoftYaHei";
  font-weight: bold;
  background-image: linear-gradient(126deg, #5E4D3F, #46354A);
  border-radius: 20px;
}
.product-list-wrap .list li .top .log {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.156rem;
  width: 0.281rem;
  height: 0.208rem;
  background-image: linear-gradient(126deg, #583637, #665240);
}
.product-list-wrap .list li .top .log img {
  width: 0.104rem;
}
.product-list-wrap .list li .middle {
  padding: 0.104rem 0 8px;
  display: flex;
  justify-content: center;
  flex: 1;
  min-height: 0;
}
.product-list-wrap .list li .middle img {
  max-height: 100%;
}
.product-list-wrap .list li .info {
  display: flex;
  justify-content: space-between;
  font-size: max(14px, 0.094rem);
}
.product-list-wrap .list li .more {
  display: flex;
  align-items: center;
  font-size: max(12px, 0.073rem);
  color: #af9973;
}

.layui-form .layui-input, .layui-form .layui-textarea {
  color: #413536;
}
.layui-form .layui-input::-moz-placeholder, .layui-form .layui-textarea::-moz-placeholder {
  color: #413536;
}
.layui-form .layui-input::placeholder, .layui-form .layui-textarea::placeholder {
  color: #413536;
}
.layui-form .layui-input:focus, .layui-form .layui-textarea:focus {
  border-color: #b49d81 !important;
}
.layui-form .layui-input:hover, .layui-form .layui-textarea:hover {
  border-color: #b49d81 !important;
}
.layui-form .layui-form-select dl dd.layui-this {
  color: #b49d81;
}

.product-detail {
  padding-top: 1.302rem;
  padding-bottom: 0.677rem;
}
.product-detail .hd {
  margin-bottom: 0.208rem;
  font-family: "MicrosoftYaHei";
  font-size: 0.156rem;
  color: #fff;
}
.product-detail .bd {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-detail .product-detail-left, .product-detail .product-detail-right {
  width: 4.01rem;
}

.product-detail-left .big {
  position: relative;
  padding: 0.495rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.01rem;
  background: url("../img/big_bg.png") no-repeat;
  background-size: cover;
  border-radius: 0.26rem;
}
.product-detail-left .big img {
  max-height: 100%;
}
.product-detail-left .big .collect-button {
  position: absolute;
  top: 20px;
  right: 32px;
  cursor: pointer;
}
.product-detail-left .big .collect-button i {
  font-size: 48px;
}
.product-detail-left .big .icon-aixin1 {
  color: #b49d81;
}
.product-detail-left .small {
  margin: 0.208rem 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.104rem;
}
.product-detail-left .small li {
  height: 0.719rem;
  background: url("../img/small_bg.png") no-repeat;
  background-size: cover;
  border-radius: 0.135rem;
  font-size: 0;
}
.product-detail-left .small li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.product-detail-left .small li img {
  display: block;
  max-height: 76%;
}
.product-detail-left .video-box {
  position: relative;
  margin-bottom: 0.323rem;
  width: 100%;
  height: 2.24rem;
  background-color: #131014;
  border-radius: 2.6vw;
  overflow: hidden;
}
.product-detail-left .video-box .pay-btn {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #b49d81;
  font-size: 0.302rem;
  z-index: 2;
}
.product-detail-left .video-box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-detail-left .detail-box {
  margin-bottom: 0.365rem;
}
.product-detail-left .detail-box .detail-item {
  margin-bottom: 0.365rem;
}
.product-detail-left .detail-box .detail-item:last-child {
  margin-bottom: 0;
}
.product-detail-left .detail-box h3 {
  margin-bottom: 0.156rem;
  font-size: 0.188rem;
  color: #b49d81;
}
.product-detail-left .detail-box .table {
  color: #b49d81;
  font-size: max(12px, 0.094rem);
}
.product-detail-left .detail-box .table li {
  display: flex;
  height: 50px;
}
.product-detail-left .detail-box .table li:last-child {
  border: none;
}
.product-detail-left .detail-box .table .label, .product-detail-left .detail-box .table .value {
  display: flex;
  align-items: center;
}
.product-detail-left .detail-box .table .label {
  padding-left: 0.104rem;
  width: 1.042rem;
  height: 100%;
  background-color: #251F21;
}
.product-detail-left .detail-box .table .value {
  padding: 0 0.177rem;
  flex: 1;
  min-width: 0;
  height: 100%;
}
.product-detail-left .desc-box {
  color: #b49d81;
}
.product-detail-left .desc-box .desc-item {
  margin-bottom: 0.391rem;
}
.product-detail-left .desc-box .desc-item:last-child {
  margin-bottom: 0;
}
.product-detail-left .desc-box h3 {
  margin-bottom: 0.104rem;
  font-size: 0.188rem;
}
.product-detail-left .desc-box p {
  font-size: max(14px, 0.094rem);
}

.product-detail-right {
  padding: 0.208rem 0.26rem;
  border: 1px solid #473a39;
  border-radius: 0.26rem;
  font-family: "MicrosoftYaHei";
}
.product-detail-right .tag {
  margin-bottom: 0.26rem;
  display: inline-block;
  padding: 0.052rem 0.104rem;
  line-height: 1;
  border-radius: 0.104rem;
  font-size: max(12px, 0.083rem);
  color: #fff;
  background-color: #645353;
}
.product-detail-right .name {
  font-size: 0.26rem;
}
.product-detail-right .hr {
  margin: 0.188rem 0 0.26rem;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.product-detail-right .tax {
  margin-bottom: 0.208rem;
}
.product-detail-right .tax .have {
  margin-bottom: 0.104rem;
  font-size: 0.313rem;
}
.product-detail-right .tax .no {
  font-size: 0.125rem;
  color: #b49d81;
}
.product-detail-right .tax-list {
  padding: 0.26rem;
  background-color: rgba(180, 157, 129, 0.15);
  border-radius: 0.208rem;
}
.product-detail-right .tax-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.188rem 0;
}
.product-detail-right .tax-list li {
  display: flex;
  align-items: center;
  width: 50%;
}
.product-detail-right .tax-list img {
  display: block;
  width: 0.156rem;
}
.product-detail-right .tax-list span {
  margin-left: 0.094rem;
  font-size: max(14px, 0.125rem);
  color: #b49d81;
}
.product-detail-right .tax-list .desc {
  margin-top: 0.229rem;
  font-size: 0.104rem;
  color: #b49d81;
}
.product-detail-right .tax-list .desc p {
  margin-bottom: 0.156rem;
}
.product-detail-right .tax-list .desc p:last-child {
  margin-bottom: 0;
}
.product-detail-right .count {
  margin-top: 0.219rem;
  text-align: center;
  font-size: max(16px, 0.125rem);
}
.product-detail-right .consult {
  margin: 0.219rem 0 0.188rem;
  font-size: 0.156rem;
}
.product-detail-right .consult a {
  position: relative;
  margin-bottom: 0.146rem;
  display: block;
  width: 100%;
  height: 0.521rem;
  border-radius: 0.208rem;
  overflow: hidden;
}
.product-detail-right .consult a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #8f7150 2%, #b49d81 100%), linear-gradient(#bf9d63, #bf9d63);
  transition: all 0.3s;
}
.product-detail-right .consult a:last-child {
  margin-bottom: 0;
}
.product-detail-right .consult a:hover {
  box-shadow: 0 0 0 1px #bf9d63;
}
.product-detail-right .consult a:hover::before {
  opacity: 0;
}
.product-detail-right .consult .box {
  position: relative;
  z-index: 1;
  padding: 0 0.234rem;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.product-detail-right .consult i {
  margin-right: 15px;
  font-size: max(18px, 0.198rem);
}
.product-detail-right .consult img {
  display: block;
  margin-right: 0.135rem;
  width: max(30px, 0.208rem);
}
.product-detail-right .pay-info {
  margin-bottom: 0.521rem;
  padding: 0.234rem 0.26rem;
  background-color: rgba(180, 157, 129, 0.15);
  border-radius: 0.208rem;
}
.product-detail-right .pay-info .title {
  margin-bottom: 0.104rem;
  font-size: 0.156rem;
  color: #b49d81;
}
.product-detail-right .pay-info .title span {
  color: #fff;
}
.product-detail-right .pay-info .info {
  margin-bottom: 0.135rem;
  font-size: max(14px, 0.094rem);
  color: #b49d81;
}
.product-detail-right .pay-info .info p {
  padding: 3px 0;
}
.product-detail-right .pay-info .img {
  margin-bottom: 0.156rem;
  font-size: 0;
  display: block;
}
.product-detail-right .pay-info .tit {
  margin-bottom: 0.156rem;
  font-size: max(16px, 0.125rem);
  color: #b49d81;
}
.product-detail-right .pay-info .layui-form {
  color: #b49d81;
}
.product-detail-right .pay-info .layui-form-item {
  margin-bottom: 0.094rem;
  display: flex;
  align-items: center;
  font-size: max(14px, 0.094rem);
}
.product-detail-right .pay-info .layui-form-item:last-child {
  margin-top: 0.156rem;
  margin-bottom: 0;
}
.product-detail-right .pay-info .layui-form-label {
  padding: 0;
  width: 0.729rem;
  text-align: left;
}
.product-detail-right .pay-info .layui-form-val {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}
.product-detail-right .pay-info .layui-form-val span {
  display: block;
  margin-left: 0.083rem;
}
.product-detail-right .pay-info .layui-form-val .select-block {
  margin-right: 0.073rem;
  flex: 1;
  min-width: 0;
}
.product-detail-right .pay-info .layui-input {
  flex: 1;
  min-width: 0;
  height: 0.26rem;
  background-color: #b49d81;
  border-radius: 0.052rem;
  font-size: max(14px, 0.094rem);
  border-color: #b49d81;
}
.product-detail-right .pay-info .select-block .layui-edge {
  border-top-color: #413536;
}
.product-detail-right .pay-info .submit-btn {
  width: 100%;
  height: 0.354rem;
  background-color: #947857;
  border-radius: 0.052rem;
  color: #fff;
  font-size: max(16px, 0.125rem);
}
.product-detail-right .product-info .desc {
  margin-bottom: 0.26rem;
  font-size: 0.125rem;
  line-height: 0.208rem;
  color: #b49d81;
}
.product-detail-right .product-info .tags {
  margin-bottom: 0.26rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.052rem;
  font-size: 0.104rem;
  color: #b49d81;
}
.product-detail-right .product-info .tags a {
  padding: 0 0.104rem 0 0.063rem;
  display: flex;
  align-items: center;
  height: 0.26rem;
  border-radius: 0.104rem;
  background-color: #32282f;
}
.product-detail-right .product-info .share {
  margin-bottom: 0.26rem;
  display: flex;
  align-items: center;
  gap: 0.104rem;
}
.product-detail-right .product-info .share a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
  background-color: #fff;
}
.product-detail-right .product-info .share a img {
  display: block;
  max-height: 55%;
}
.product-detail-right .product-desc .text {
  padding: 0.26rem;
  font-size: max(14px, 0.094rem);
  color: #b49d81;
  background-color: rgba(180, 157, 129, 0.1);
  border-radius: 0.208rem;
}
.product-detail-right .product-desc .text h3 {
  margin-bottom: 0.156rem;
  font-size: 0.156rem;
}
.product-detail-right .product-desc .text p {
  padding: 3px 0;
}
.product-detail-right .product-desc .collect {
  margin: 0 auto 0.313rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.125rem;
  color: #b49d81;
}
.product-detail-right .product-desc .collect i {
  margin-right: 0.078rem;
  font-size: 30px;
}
.product-detail-right .product-desc .t {
  margin-bottom: 0.13rem;
  color: #b49d81;
  font-size: max(14px, 0.094rem);
}
.product-detail-right .product-desc .btns a {
  margin-bottom: 0.135rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 0.521rem;
  border-radius: 0.208rem;
  border: solid 1px #b49d81;
  font-size: 0.156rem;
  color: #b49d81;
  transition: all 0.3s;
}
.product-detail-right .product-desc .btns a:hover {
  background-color: #b49d81;
  color: #32282f;
}
.product-detail-right .product-desc .btns a:last-child {
  margin-bottom: 0;
}

.about-wrap {
  padding: 0.854rem 0 0.813rem;
  font-family: "meiryo";
}
.about-wrap .container {
  padding: 0;
  max-width: 5rem;
}
.about-wrap .img {
  margin-bottom: 0.469rem;
}
.about-wrap .detail .logo {
  margin: 0 auto 0.323rem;
  height: 0.865rem;
}
.about-wrap .detail .txt {
  margin-bottom: 0.625rem;
  font-size: max(14px, 0.094rem);
  line-height: 1.8;
  color: #fff;
  text-align: center;
}
.about-wrap .detail .contact {
  margin-bottom: 0.156rem;
  padding: 0.365rem 0.323rem;
  background-image: linear-gradient(90deg, #1D1923 2%, #4D3E39 100%);
  border-radius: 0.26rem;
  text-align: center;
}
.about-wrap .detail .contact .hr {
  margin: 0.286rem 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.about-wrap .detail .contact .icon {
  margin: 0 auto;
  margin-bottom: 0.156rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.146rem;
  height: 0.313rem;
  line-height: 1;
  border-radius: 0.104rem;
  font-size: max(16px, 0.104rem);
  font-family: "meiryob";
  color: #b3935e;
  background-image: linear-gradient(125deg, #231c2c 0%, #483d41 100%);
}
.about-wrap .detail .contact .icon p {
  padding-top: 3px;
}
.about-wrap .detail .contact img {
  margin-right: 10px;
  display: block;
  width: max(18px, 0.135rem);
}
.about-wrap .detail .contact .desc {
  font-size: max(14px, 0.094rem);
  line-height: 1.8;
}
.about-wrap .detail .contact .phone {
  font-size: max(18px, 0.156rem);
  font-family: "meiryob";
}
.about-wrap .detail .map {
  border-radius: 0.26rem;
  overflow: hidden;
}
.about-wrap .detail .address {
  margin-top: 0.469rem;
  text-align: center;
  font-size: max(14px, 0.094rem);
}
.about-wrap .detail .address .item {
  margin-bottom: 0.156rem;
}
.about-wrap .detail .address .item:last-child {
  margin-bottom: 0;
}
.about-wrap .detail .address .title {
  margin-bottom: 10px;
  font-size: max(18px, 0.125rem);
}
.about-wrap .detail .address .desc p {
  margin-bottom: 6px;
}
.about-wrap .detail .address .desc p:last-child {
  margin-bottom: 0;
}

.news-page {
  margin: 0;
  padding-top: 0.417rem;
  padding-bottom: 0.781rem;
}

.pagination {
  margin-top: 0.365rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #645353;
  font-family: "Gilroy-Bold";
  font-size: 18px;
}
.pagination a i {
  font-size: 18px;
}
.pagination a.active, .pagination a:hover {
  background-color: #b3935e;
  color: #fff;
}

.article-main {
  padding-top: 1.219rem;
}

.breadcrumbs {
  margin-bottom: 0.156rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b49d81;
  font-size: max(14px, 0.094rem);
  font-family: "meiryo";
}
.breadcrumbs a::after {
  content: ">";
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs a:hover {
  color: #fff;
}

.article-wrap {
  margin: 0 auto;
  margin-bottom: 0.729rem;
  padding: 0 0.365rem 0.547rem;
  max-width: 7.292rem;
  border-radius: 0.26rem;
  background-color: rgba(255, 255, 255, 0.1);
  font-family: "meiryo";
}
.article-wrap .hd {
  padding: 0.443rem 0.521rem 0.26rem;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.article-wrap .hd h3 {
  margin-bottom: 0.26rem;
  font-size: 0.25rem;
}
.article-wrap .hd p {
  font-size: max(14px, 0.094rem);
  color: #b49d81;
}
.article-wrap .bd {
  padding: 0.391rem 0 0.26rem;
  font-size: max(14px, 0.094rem);
  line-height: 1.8;
}
.article-wrap .bd img {
  margin: 0 auto;
}
.article-wrap .ft {
  padding-top: 0.286rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.article-wrap .ft a {
  margin: 0 0.156rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.313rem;
  height: 0.313rem;
  border-radius: 50%;
  background-image: linear-gradient(-5deg, #8f7150 2%, #b49d81 100%), linear-gradient(#8dcfaf, #8dcfaf);
}
.article-wrap .ft a:first-child i {
  transform: rotate(180deg);
}
.article-wrap .ft i {
  font-size: 0.156rem;
}

.payment-tabs {
  margin-top: 0.625rem;
  margin-bottom: 0.391rem;
  width: 100%;
  font-size: max(14px, 0.104rem);
  font-family: "meiryo";
}
.payment-tabs ul {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 7.292rem;
  gap: 0.156rem;
}
.payment-tabs ul li.active a {
  background-color: #b49d81;
  color: #fff;
}
.payment-tabs a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.094rem;
  height: 0.313rem;
  border-radius: 0.156rem;
  background-color: #645353;
  color: #b49d81;
}

.payment-wrap {
  margin: 0 auto;
  padding-bottom: 0.625rem;
  max-width: 7.292rem;
  font-family: "meiryo";
}
.payment-wrap .payment-item {
  margin-bottom: 20px;
  padding: 0.26rem;
  border-radius: 0.26rem;
  background-color: rgba(100, 83, 83, 0.4);
}
.payment-wrap .title {
  margin-bottom: 0.156rem;
  display: flex;
  align-items: center;
  font-size: max(18px, 0.156rem);
  font-weight: bold;
  color: #b49d81;
}
.payment-wrap .title img {
  display: block;
  margin-right: 16px;
  width: max(38px, 0.24rem);
}
.payment-wrap .content {
  font-size: max(14px, 0.083rem);
  line-height: 2;
}
.payment-wrap .content .sub_tit {
  margin-bottom: 0.104rem;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: max(16px, 0.125rem);
  line-height: 1;
  font-family: "meiryob";
}
.payment-wrap .content .sub_tit b {
  margin-right: 0.13rem;
  font-size: 0.167rem;
}
.payment-wrap .notice {
  color: #b49d81;
}
.payment-wrap .img {
  margin-bottom: 0.234rem;
  display: flex;
  justify-content: center;
}
.payment-wrap h4 {
  font-size: max(18px, 0.125rem);
}

.payment-mode {
  font-family: "meiryo";
}
.payment-mode .tips {
  margin-bottom: 0.182rem;
}
.payment-mode .tips .tit {
  font-size: max(18px, 0.125rem);
}
.payment-mode .tips .desc {
  color: #b49d81;
}
.payment-mode .item .tit {
  display: flex;
  align-items: center;
  font-size: max(18px, 0.125rem);
  color: #b49d81;
}
.payment-mode .item .tit i {
  margin-right: 10px;
  display: block;
  width: max(8px, 0.063rem);
  height: max(8px, 0.063rem);
  border-radius: 50%;
  background-color: #b49d81;
}
.payment-mode .item-1 {
  margin-bottom: 0.365rem;
}
.payment-mode .item-1 .tit {
  margin-bottom: 0.286rem;
}
.payment-mode .item-1 ul {
  margin-bottom: 0.521rem;
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 0 0.573rem;
}
.payment-mode .item-1 ul .img {
  margin: 0 auto 0.104rem;
  width: 0.521rem;
  border-radius: 50%;
}
.payment-mode .item-1 ul .txt {
  font-size: 16px;
}
.payment-mode .item-1 ul .t1 {
  font-size: max(18px, 0.125rem);
}
.payment-mode .item-2 {
  margin-bottom: 0.469rem;
}
.payment-mode .item-2 .tit {
  margin-bottom: 0.156rem;
}
.payment-mode .item-2 .sub_tit {
  margin-bottom: 0.156rem;
}
.payment-mode .item-3 {
  margin-bottom: 0.365rem;
}
.payment-mode .item-3 .tit {
  margin-bottom: 0.26rem;
}
.payment-mode .item-4 .tit {
  margin-bottom: 0.234rem;
}
.payment-mode .table-item {
  margin-bottom: 0.26rem;
  text-align: center;
}
.payment-mode .table-item .table-title {
  margin-bottom: 0.198rem;
}
.payment-mode .table-item .table-title p {
  margin-bottom: 0.208rem;
}
.payment-mode .table-item .table-title img {
  display: block;
  margin: 0 auto;
}
.payment-mode .table-item .table-box {
  border: solid 1px rgba(180, 157, 129, 0.4);
}
.payment-mode .table-item .table-head {
  display: flex;
  align-items: center;
  font-weight: bold;
  background-color: #B49D81;
  font-size: max(14px, 0.094rem);
}
.payment-mode .table-item .table-body {
  font-size: max(12px, 0.083rem);
}
.payment-mode .table-item .table-body li {
  display: flex;
  border-bottom: 1px solid rgba(180, 157, 129, 0.4);
}
.payment-mode .table-item .table-body li:last-child {
  border: none;
}
.payment-mode .table-item .table-body li:nth-child(2n) {
  background-color: #3A3036;
}
.payment-mode .table-item .table-head li,
.payment-mode .table-item .table-body span {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: max(40px, 0.26rem);
}
.payment-mode .item-5 .tit {
  margin-bottom: 0.13rem;
}
.payment-mode .item-5 .text {
  margin-bottom: 0.182rem;
}
.payment-mode .item-5 .notice {
  margin-bottom: 0.26rem;
}
.payment-mode .item-5 .img {
  margin-bottom: 0;
}

.payment-baoxiu ul {
  margin-bottom: 0.182rem;
  line-height: 1.8;
  font-size: max(16px, 0.125rem);
}
.payment-baoxiu ul li {
  display: flex;
}
.payment-baoxiu ul .label {
  margin-right: 0.104rem;
  width: 0.521rem;
}

.layui-layer-dialog .layui-layer-content {
  color: #000;
}
.layui-layer-dialog.layui-layer-msg .layui-layer-content {
  color: #fff;
}

.slidebar {
  position: fixed;
  top: 30%;
  right: 0.156rem;
  text-align: center;
  font-size: max(12px, 0.083rem);
  color: #b49d81;
  z-index: 99;
}
.slidebar a {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: max(80px, 0.521rem);
  height: max(80px, 0.521rem);
  /*   background: url("../img/btn_bg.png") no-repeat;
    background-size: cover; */
  background: linear-gradient(220deg, #5D4949, #2C2430 75%);
  border-radius: max(10px, 0.104rem);
  transition: background 1s;
}
.slidebar a:hover {
  background: linear-gradient(45deg, #2C2430, #5D4949 55%);
  color: #fff;
}
.slidebar a:last-child {
  margin-bottom: 0;
}
.slidebar .img {
  position: relative;
  padding-bottom: 4px;
}
.slidebar .img i {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
.slidebar .img .icon-Timealt2 {
  font-weight: 400;
}
.slidebar .img img {
  display: block;
  height: max(16px, 0.24rem);
}
.slidebar .img span {
  position: absolute;
  top: -2px;
  right: -8px;
  display: block;
  padding: 0 4px;
  width: max(20px, 0.135rem);
  height: max(20px, 0.135rem);
  line-height: max(20px, 0.135rem);
  border-radius: max(20px, 0.001rem);
  background-color: #b49d81;
  font-size: max(12px, 0.083rem);
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yuyue-wrap {
  margin: 0 auto;
  padding: 0.208rem 0 0.781rem;
  max-width: 6.563rem;
}
.yuyue-wrap .hd {
  margin-bottom: 0.365rem;
  text-align: center;
  font-size: 0.313rem;
}
.yuyue-wrap .bd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.yuyue-wrap .bd li {
  margin-bottom: max(20px, 0.208rem);
  width: 48.5%;
}
.yuyue-wrap .bd li:last-child {
  width: 100%;
}
.yuyue-wrap .bd .label {
  margin-bottom: max(10px, 0.13rem);
  font-size: max(14px, 0.094rem);
  color: #b49d81;
}
.yuyue-wrap .bd .input-block input, .yuyue-wrap .bd .input-block textarea {
  display: block;
  padding: 0 max(10px, 0.104rem);
  width: 100%;
  height: max(48px, 0.365rem);
  box-shadow: 0 0 0 1px #6C5D53;
  background-color: rgba(180, 157, 129, 0.1);
  border-radius: max(10px, 0.083rem);
  font-size: max(14px, 0.104rem);
  transition: all 0.3s;
}
.yuyue-wrap .bd .input-block input:focus, .yuyue-wrap .bd .input-block textarea:focus {
  box-shadow: 0 0 0 2px #b49d81;
}
.yuyue-wrap .bd .input-block textarea {
  padding: max(10px, 0.104rem);
  resize: none;
  height: 1.458rem;
}
.yuyue-wrap .bd .submit-btn {
  margin: 0 auto;
  margin-top: 0.156rem;
  display: block;
  width: 2.969rem;
  height: 0.354rem;
  color: #fff;
  font-size: 0.125rem;
  border-radius: 10px;
  background-color: rgba(148, 120, 87, 0.8);
  cursor: pointer;
  transition: all 0.3s;
}
.yuyue-wrap .bd .submit-btn:hover {
  background-color: #947857;
}

.soucang-wrap {
  margin: 0 auto;
  padding-top: 0.313rem;
  padding-bottom: 0.833rem;
  min-height: 74vh;
  max-width: 7.708rem;
}
.soucang-wrap .hd {
  margin-bottom: 0.417rem;
  text-align: center;
  font-size: max(24px, 0.313rem);
}
.soucang-wrap .bd ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.208rem;
}
.soucang-wrap .bd li {
  position: relative;
  background-image: linear-gradient(145deg, #17131D, #38302e 100%);
  border-radius: 0.26rem;
}
.soucang-wrap .bd a {
  display: block;
  padding: 0.469rem 0.234rem 0.188rem;
  width: 100%;
  height: 100%;
}
.soucang-wrap .bd .img {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.soucang-wrap .bd .img img {
  display: block;
  height: 1.667rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.soucang-wrap .bd .txt {
  margin-top: 10px;
  font-size: max(14px, 0.094rem);
}
.soucang-wrap .bd .txt p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.soucang-wrap .bd .txt .more {
  justify-content: flex-start;
  font-size: max(12px, 0.073rem);
  color: #af9973;
}
.soucang-wrap .bd .txt .more span {
  margin-right: 10px;
}
.soucang-wrap .bd .close-btn {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #B49D81;
  z-index: 2;
}

.layui-laydate .layui-this, .layui-laydate .layui-this > div {
  background-color: #947857 !important;
}

.layui-laydate-footer span[lay-type=date] {
  color: #947857;
}

.popup-wrap {
  display: none;
  padding: 20px;
  width: 560px;
  background: linear-gradient(180deg, #1D1923 2%, #4D3E39 100%);
  border-radius: 10px;
}

.yuyue-popup {
  background-color: transparent;
}
.yuyue-popup .hd {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.yuyue-popup .bd {
  padding: 20px 0;
}
.yuyue-popup .bd li {
  padding: 5px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.yuyue-popup .bd .label {
  width: 120px;
}
.yuyue-popup .ft {
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
}
.yuyue-popup .ft a {
  display: block;
  text-align: center;
  line-height: 36px;
  width: 100px;
  background-color: #947857;
  border-radius: 5px;
  transition: all 0.3s;
}
.yuyue-popup .ft .cancel-button {
  margin-right: 30px;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8);
}
.yuyue-popup .ft .cancel-button:hover {
  box-shadow: none;
  background-color: #947857;
  color: #fff;
}
.yuyue-popup .ft .confirm-button:hover {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8);
}



/* 新增 */
@media screen and (max-width:568px){
	.popup-wrap{width: 100%;padding: 10px;}
	.popup-wrap h3{font-size: 16px;}
	.popup-wrap span{font-size: 14px;}
}