* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'simsun';
  src: url('simsun.ttf');
  src:
    url('simsun.eot?v=20260828001#font-spider') format('embedded-opentype'),
    url('simsun.woff?v=20260828001') format('woff'),
    url('simsun.ttf?v=20260828001') format('truetype'),
    url('simsun.svg?v=20260828001') format('svg');
  font-weight: normal;
  font-style: normal;
}

.ff_simsun {
  font-family: "simsun";
}

img {
  max-width: 100%;
  border: 0;
  display: block;
}

.navbar-mob img,
.navbar-pc img,
.footer img {
  max-height: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both
}

html {
  font-size: 100px;
  font-family: "宋体";
}

body {
  font-size: .14rem;
  color: #333333;
}

.body-container {
  padding-top: 1rem;
}

.popup {
  display: none;
}

.mob {
  display: none;
}

.pc {
  display: block;
}

.navbar-mob {
  display: none;
}

.navbar-pc {
  background: #fff;
  position: fixed;
  z-index: 99999;
  width: 100%;
  top: 0;
  left: 0;
}

.navbar-pc .header {
  height: 1rem;
}

.navbar-pc .header .logo {
  float: left;
  height: .3rem;
  padding: .35rem 0 0 .6rem;
}

.navbar-pc .header .pull-right {
  float: right;
  color: #3A3A3A;
  padding-right: .4rem;
  height: 100%;
}

.navbar-pc .header .items-name-group {
  float: left;
  top: .25rem;
  position: relative;
  font-size: 0;
}

.navbar-pc .header .items-name-group a,
.navbar-pc .header .items-name-group span {
  margin: 0 .72vw;
  line-height: .5rem;
  font-size: .2rem;
  display: inline-block;
  vertical-align: bottom;
  height: .5rem;
}

.navbar-pc .header .items-name-group a.active,
.navbar-pc .header .items-name-group span.active,
.navbar-pc .header .items-name-group a:hover,
.navbar-pc .header .items-name-group span:hover {
  color: #A6792E;
}

.navbar-pc .store_query {
  background: url(../img/icon-location-pc@2x.png) 0 center no-repeat;
  background-size: auto .3rem;
  padding-left: .22rem;
  display: inline-block;
}

.navbar-pc .header .search {
  float: left;
  line-height: .5rem;
  top: .25rem;
  position: relative;
  background: url(../img/icon-search-mob@3x.png) 0 center no-repeat;
  background-size: auto .3rem;
  padding-left: .29rem;
  font-size: .2rem;
  cursor: pointer;
  height: .5rem;
}

.navbar-pc .header .search .input-box {
  position: absolute;
  width: 0;
  height: .4rem;
  background: #efefef;
  right: 0;
  line-height: .4rem;
  right: -.1rem;
  top: .05rem;
}

.navbar-pc .header .search input {
  height: 100%;
  width: 100%;
  padding: 0 .5rem 0 .15rem;
  box-sizing: border-box;
  background: transparent;
  border: 0;
  outline: 0;
}

.navbar-pc .header .search .btn {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.navbar-pc .header .search .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

.navbar-pc .main {
  padding: 0 7.29vw;
  box-sizing: border-box;
  display: none;
  position: absolute;
  width: 100%;
  top: 1rem;
  background: #fff;
}

.navbar-pc .main .nav-inner {
  display: none;
  height: 350px;
}

.navbar-pc .main h3 {
  padding: .4rem 0 .2rem;
  font-weight: normal;
  border-bottom: 1px solid #E4E3DE;
  font-size: .18rem;
}

.navbar-pc .main .block {
  float: left;
  width: 30.05%;
  margin-right: 4.925%;
}

.navbar-pc .main .block.kv {
  margin-right: 0;
  padding-top: .4rem;
}

.navbar-pc .main .flex-2 {
  padding: .36rem 0 0 0;
}

.navbar-pc .main li {
  line-height: .24rem;
  font-size: .16rem;
  margin-bottom: .08rem;
}

.navbar-pc .main .flex-2 ul {
  width: 50%;
  float: left;
}

.footer {
  background-image: linear-gradient(180deg, #D8D4CE 0%, rgba(238, 238, 238, 0.30) 100%);

}

.footer .head {
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-align: center;
  border-bottom: 1px solid rgba(199, 196, 185, .5);
}

.footer .head .shops {
  float: left;
  width: 1.9rem;
  height: .5rem;
  background: url(../img/icon-location-pc@2x.png) rgba(255, 255, 255, 0.30) .54rem center no-repeat;
  background-size: auto .22rem;
  border: 1px solid rgba(80, 80, 80, 0.80);
  font-size: .14rem;
  color: #424242;
  line-height: .5rem;
  padding-left: .84rem;
  text-align: left;
  box-sizing: border-box;
}

/* .footer .head ul{
  float: right;
} */
.footer .head li {
  margin: 0 .18rem;
  display: inline-block;
  position: relative;
}

.footer .head li:hover {
  color: #A6792E;
}

.footer .head li:hover .icon {
  border-color: #A6792E;
}

.footer .head .icon {
  width: .56rem;
  height: .56rem;
  border-radius: 50%;
  margin: 0 auto;
  border: 1px solid rgba(80, 80, 80, 0.80);
  cursor: pointer;
  position: relative;
}

.footer .head .wechat-icon {
  background: url(../img/footer-icon1@2x.png) rgba(255, 255, 255, 0.30) center center no-repeat;
  background-size: .32rem;
}

.footer .head li:hover .wechat-icon {
  background: url(../img/footer-icon1-hover@2x.png) rgba(255, 255, 255, 0.30) center center no-repeat;
  background-size: .32rem;
}

.footer .head .webo-icon {
  background: url(../img/footer-icon2@2x.png) rgba(255, 255, 255, 0.30) center center no-repeat;
  background-size: .32rem;
}

.footer .head li:hover .webo-icon {
  background: url(../img/footer-icon2-hover@2x.png) rgba(255, 255, 255, 0.30) center center no-repeat;
  background-size: .32rem;
}

.footer .head .mail-icon {
  background: url(../img/footer-icon3@2x.png) rgba(255, 255, 255, 0.30) center center no-repeat;
  background-size: .32rem;
}

.footer .head li:hover .mail-icon {
  background: url(../img/footer-icon3-hover@2x.png) rgba(255, 255, 255, 0.30) center center no-repeat;
  background-size: .32rem;
}

.footer .head p {
  margin-top: .2rem;
}

.footer .legal {
  padding: .16rem 0 .4rem;
  text-align: center;
  color: #333333;
}

.footer .legal a {
  display: inline-block;
  line-height: .17rem;
  text-align: center;
  border-right: 1px solid #C7C4B9;
  box-sizing: border-box;
  padding: 0 .2rem;
  font-size: .14rem;
}

.footer .legal a:last-of-type {
  border: 0
}

.footer h6 {
  color: #333333;
  line-height: .24rem;
  text-align: center;
  padding: .4rem 0 .08rem;
  font-size: .14rem;
}

.footer .wechat-pop {
  position: absolute;
  background: #fff;
  width: 3.28rem;
  height: 3.39rem;
  background: url(../img/weixin-bg@2x.png) no-repeat;
  background-size: cover;
  padding-top: .73rem;
  box-sizing: border-box;
  bottom: .6rem;
  left: 50%;
  margin-left: -1.64rem;
  display: none;
}

.footer .close {
  width: .24rem;
  position: absolute;
  right: .16rem;
  top: .16rem;
  /* z-index: 2; */
}

.footer .qrcode {
  width: 1.6rem;
  margin: 0 auto;
}

.footer .footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 .4rem;
  box-sizing: border-box;
}

.footer .company-information {
  display: inline-block;
  height: .24rem;
  position: relative;
}

.footer .info1 {
  background: url(../img/zhizhao.png) 0 center no-repeat;
  background-size: auto .2rem;
  height: .24rem;
  width: .24rem;
  top: .08rem;
}

.footer .info4 {
  background: url(../img/police_badge.png) 0 center no-repeat;
  background-size: auto .2rem;
  padding-left: .26rem;
  margin-left: .48rem;
}

.more {
  width: 1.78rem;
  height: .6rem;
  line-height: .6rem;
  border: 1px solid rgba(166, 121, 46, .5);
  display: block;
  font-size: .12rem;
  letter-spacing: .5px;
  color: #A6792E;
  padding-left: .36rem;
  background: url(../img/btn-arrow@2x.png) 1.2rem center no-repeat;
  background-size: .3rem auto;
  box-sizing: border-box;
  text-align: left;
}

.more:hover {
  box-shadow: 0 0 .24rem rgba(210, 184, 137, .3);
}

.swiper-container .pagination {
  position: absolute;
  width: 100%;
  text-align: right;
  padding-right: 1rem;
  box-sizing: border-box;
  bottom: .26rem !important;
}

.swiper-pagination-switch {
  width: .67rem;
  height: .02rem;
  opacity: 0.3;
  background: #A6792E;
  display: inline-block;
  margin: 0 .03rem;
}

.swiper-active-switch {
  opacity: 1;
}

.index-module {
  margin-top: .9rem;
}

.index-module .title-container {
  margin-bottom: .5rem;
  height: .92rem;
}

.index-module .title-container img {
  height: 100%;
  margin: 0 auto;
}

.banner-swiper-container a {
  display: block;
}

.index-new-product {
  position: relative;
}

.index-new-product .link-area {
  display: block;
}

.index-new-product .bg {
  background: url(../img/index/new-banner1@2x-pichi.jpg) center 0 no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
}

.new-swiper-container .pagination1 {
  position: absolute;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  bottom: .26rem !important;
}

.index-new-product .inner {
  padding: 20.46vh 0 20.46vh 21.14vw;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  /* height: calc(100vh * 0.2046); */
}

/* .new-swiper-container,.index-new-product .inner{
  height: calc(100vh * 0.695);
}
@media (max-height: 1009px) {
  .index-new-product .inner {
    height: calc(100vw / 375 * 60);

  }
  .new-swiper-container,.index-new-product .inner{
  height: calc(100vw / 375 * 310);
}
} */

.index-new-product20240416002 .inner {
  padding: 20.46vh 0 20.46vh 14.5vw;
}

.index-new-product .slogan {
  font-size: .36rem;
  line-height: .51rem;
}

.index-new-product .products-name {
  font-size: .2rem;
  letter-spacing: 2px;
  line-height: .3rem;
  margin-top: .12rem;
  margin-bottom: .52rem;
}

.index-new-product .products-name2 {

  margin-bottom: -.12rem
}

.index-new-product .more {
  font-size: .15rem;
}

.index-new-product2 .bg {
  background: url(../img/index/new-banner2@2x-pichi.jpg) center 0 no-repeat;
  background-size: cover;
}

.index-new-product3 .bg {
  background: url(../img/starproduct2/banner/new-banner2-pc@2x-pichi.jpg) center 0 no-repeat;
  background-size: cover;
}

.index-new-product4 .bg {
  background: url(../img/starproduct2/banner/new-banner4_0506.jpg?) center 0 no-repeat;
  background-size: cover;
}

.index-new-product5 .bg {
  background: url(../img/starproduct2/banner/new-banner5.jpg) center 0 no-repeat;
  background-size: cover;
}

.index-new-product5 .more {
  color: #333333;
  border-color: rgba(51, 51, 51, .5);
}

.index-new-product6 .bg {
  background: url(../img/newproduct/0712/index_bg.jpg) center 0 no-repeat;
  background-size: cover;
}

.index-new-product6 .more {
  color: #333333;
  border-color: rgba(51, 51, 51, .5);
}

.index-new-product3 {
  color: #FFD8A5;
}

.index-new-product3 .more {
  color: #E9BC82;
  border-color: #E9BC82;
}

.index-new-product2 .effect {
  font-size: .2rem;
  margin-top: .1rem;
  line-height: .29rem;
}

.index-new-product2 .products-name {
  margin-top: .4rem;
}

.index-new-product2 .man {
  width: 8.6458vw;
  position: absolute;
  right: 2.1875vw;
  bottom: 2.3248vh;
}

.index-star-product {
  position: relative;
  height: 74.89vh;
  background: url(../img/content_bg.jpg) center bottom no-repeat;
  background-size: 100% 59.57vh;
  width: 100%;
  overflow: hidden;
}

.index-star-product-item {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.index-star-product .inner {
  position: relative;
  z-index: -1;
  /* margin-left: 35vw; */
  box-sizing: border-box;
}

.index-star-product .pic {
  height: 3.328rem;
  width: 1.824rem;
  position: absolute;
  left: 35.657%;
  /* top: .17rem; */
  z-index: 2;
  bottom: 20vh;
}

.index-star-product .pic img {
  height: 100%;
}

.index-star-product .inner .content {
  height: 74.89vh;
  padding-top: 15.32vh;
  background: url(../img/content_bg.jpg) center bottom no-repeat;
  background-size: 100% 59.57vh;
  box-sizing: border-box;
}

.index-star-product .text {
  position: absolute;
  left: 69.78%;
  bottom: 8.51vh;
  z-index: 3;
}

.index-star-product .text .link-area {
  display: block;
}

.index-star-product .bg {
  height: 66.49vh;
  position: absolute;
  z-index: 1;
  width: 63%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.index-star-product .slogan {
  font-size: .36rem;
  line-height: .5rem;
  position: relative;
  z-index: 3;
}

.index-star-product .products-name {
  font-size: .2rem;
  letter-spacing: 2px;
  margin-top: .12rem;
  line-height: .3rem;
  /* padding-bottom: 13vh; */
}

.index-star-product .more {
  /* position: absolute;
  right: 10.46%;
  bottom:13vh; */
  margin-top: .52rem;
}

.index-star-product .index-star-product-pagination {
  position: absolute;
  top: 70.5vh;
  right: 37%;
  height: .02rem;
}

.index-star-product .index-star-product-pagination span {
  width: 4.27vw;
  height: .02rem;
  opacity: 0.3;
  background: #A6792E;
  display: block;
  margin-right: .14rem;
  cursor: pointer;
  float: left;
}

.index-star-product .index-star-product-pagination span:last-of-type {
  margin-right: 0;
}

.index-star-product .index-star-product-pagination span.active {
  opacity: 1;
}

.index-brand-tvc {
  position: relative;
  background: url(../img/index/brand-bg@2x-pichi.jpg) 0 0 no-repeat;
  background-size: cover;
}

.index-brand-tvc .link-area {
  display: block;
}

.index-brand-tvc .inner {
  margin-top: 1.9rem;
  background: url(../img/index/brand-bg@2x-pichi.jpg) 0 0 no-repeat;
  background-size: cover;
  width: 100%;
  height: 62vh;
}

.index-brand-tvc .title {
  font-size: .36rem;
  line-height: .5rem;
  background: url(../img/index/symble@2x.png) 8.75vw 9.25vh no-repeat;
  background-size: .65rem auto;
  padding: 20vh 0 0 10.98vw;
}

.index-brand-tvc .slogan {
  font-size: .24rem;
  line-height: .5rem;
  padding-left: 10.98vw;
  margin-top: 0.08rem;
}

.index-brand-tvc .more {
  margin-left: 10.98vw;
  margin-top: 4.6vh;
}

.index-brand-tvc .bg {
  position: absolute;
  top: -1.6rem;
  height: 85vh;
  width: 60%;
  right: 0;
  overflow: hidden;
}

.index-brand-tvc .video-container {
  position: absolute;
  width: 100%;
}

.index-brand-tvc .bg video {
  width: 100%;
}

.index-benefits {
  margin-bottom: 70px;
}

.index-benefits .inner {
  height: 64.81vh;
  background: url(../img/index/benefits-banner-pichi.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 12vh;
  box-sizing: border-box;
}

.index-benefits .inner img {
  height: 14.35vh;
  margin-left: 61.3vw;
}

.index-benefits .inner p {
  margin-left: 61.3vw;
}

.index-benefits .inner .title {
  font-size: .36rem;
  letter-spacing: 3px;
  line-height: .52rem;
  position: relative;
}

.index-benefits .inner img {
  width: 2.1rem;
  height: auto;
  margin-bottom: .37rem;
}

.index-benefits .inner .slogan {
  font-size: .24rem;
  letter-spacing: 2px;
  line-height: .35rem;
  margin-top: .1rem;
}

.index-benefits .more {
  width: 1.78rem;
  height: .6rem;
  text-align: center;
  /* background: url(../img/btn-arrow@2x.png) 82.3% center no-repeat;
  background-size: .3rem auto; */
  margin-left: 61.3vw;
  margin-top: 7.4vh;
}

.index-kv a {
  display: block;
  width: 50%;
  float: left;
}

/* 内页 */
/* star product */
.star-product-container {
  /* background: url(../img/starproduct/star-bg.jpg) no-repeat;
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:center; */
}

.star-product-container .star-main-container {
  padding: .68rem .6rem 1.2rem;
  margin: 0 auto;
  max-width: 14rem;
}

.star-product-container .star-main-title {
  /* max-width: 8.04rem; */
  height: .8rem;
  margin: 0 auto;
}

.star-product-container .star-main-title img {
  height: 100%;
  margin: 0 auto;
}

.star-product-container .star-products-list {
  margin-top: 1.25rem;
}

.star-product-container .star-products-group:nth-of-type(2n) .star-products-image {
  float: right;
}

.star-product-container .star-products-image {
  width: 50%;
  float: left;
}

.star-product-container .star-products2,
.star-product-container .star-products3 {
  margin-top: .7rem;
}

.star-product-container .star-products4 .star-products-image {
  position: relative;
  top: -.96rem;
}

.star-product-container .star-products-image img {
  width: 100%;
}

.star-product-container .star-products-content {
  width: 50%;
  float: left;
  text-align: center;
  height: 100%;
  padding-top: 1.48rem;
  box-sizing: border-box;
}

.star-product-container .star-products-content .slogan {
  font-size: .24rem;
  line-height: .3rem;
}

.star-product-container .star-products-content .title {
  font-size: .4rem;
  line-height: .4rem;
  padding-top: .4rem;
}

.star-product-container .star-products-content .name {
  border-top: 1px solid #979797;
  line-height: .37rem;
  padding: 0 .04rem;
  border-bottom: 1px solid #979797;
  font-size: .2rem;
  color: #3A3A3A;
  display: inline-block;
  margin-top: .4rem;
}

.star-product-container .star-products-content .more {
  margin: .84rem auto 0;
}

.star-product-container2 .star-products-content .more {
  color: #79582F;
  border-color: #98703F;
}

/*  huodonglistinfo*/
.huodonglistinfo-main-container {
  padding: .7rem .6rem 1.2rem;
  margin: 0 auto;
  max-width: 11rem;
}

.huodonglistinfo-main-container .huodonglistinfo-main-title {
  /* max-width: 7.76rem; */
  height: .8rem;
  margin: 0 auto;
}

.huodonglistinfo-main-container .huodonglistinfo-main-title img {
  height: 100%;
  margin: 0 auto;
}

.huodonglistinfo-main-container .huodonglistinfo-list {
  margin-top: 1.3rem;
}

.huodonglistinfo-main-container .huodonglistinfo-group {}

.huodonglistinfo-main-container .huodonglistinfo-item {
  width: 46.85%;
  float: left;
  margin-right: 6.3%;
  margin-bottom: .9rem;
}

.huodonglistinfo-main-container .huodonglistinfo-item a {
  display: block;
}

.huodonglistinfo-main-container .huodonglistinfo-item:nth-of-type(2n) {
  margin-right: 0;
}

.huodonglistinfo-main-container .huodonglistinfo-item .desc {
  line-height: .26rem;
  margin-top: .3rem;
  height: 58px;
  overflow: hidden;
}

.huodonglistinfo-main-container .huodonglistinfo-item .info {
  margin-top: .13rem;
  line-height: .35rem;
}

.huodonglistinfo-main-container .huodonglistinfo-item .time {
  color: #A7A7A7;
}

.huodonglistinfo-main-container .huodonglistinfo-item .tag {
  color: #A6792E;
  padding-left: .2rem;
}

.huodonglistinfo-pagination {
  padding: .72rem 0 .78rem;
  border-top: 1px solid #E4E3DE;
  border-bottom: 1px solid #E4E3DE;
  color: #A7A7A7;
  position: relative;
  text-align: center;
}

.huodonglistinfo-pagination .prev {
  background: url(../img/huodonglistinfo/arrow-small-left@2x.png) .22rem center no-repeat;
  background-size: .1rem;
  padding-left: .5rem;
  position: absolute;
  left: 0;
  top: .72rem;
  cursor: pointer;
}

.huodonglistinfo-pagination .prev:hover {
  background: url(../img/huodonglistinfo/arrow-small-left-h@2x.png) .22rem center no-repeat;
  background-size: .1rem;
  color: #A6792E;
}

.huodonglistinfo-pagination .next {
  background: url(../img/huodonglistinfo/arrow-small-right@2x.png) 70% center no-repeat;
  background-size: .1rem;
  padding-right: .5rem;
  position: absolute;
  right: 0;
  top: .72rem;
  cursor: pointer;
}

.huodonglistinfo-pagination .next:hover {
  background: url(../img/huodonglistinfo/arrow-small-right-h@2x.png) 70% center no-repeat;
  background-size: .1rem;
  color: #A6792E;
}

.huodonglistinfo-pagination li {
  display: inline-block;
  margin: 0 .15rem;
  /* padding: 0 .1rem; */
  cursor: pointer;
}

.huodonglistinfo-pagination li:hover,
.huodonglistinfo-pagination li.active {
  color: #A6792E;
}

.tvc-container {}

.tvc-container .tvc-main-container {
  margin: .7rem auto 0;
  max-width: 14.4rem;
}

.tvc-container .tvc-main-title {
  /* max-width: 7.46rem; */
  margin: 0 auto;
  height: .8rem;
}

.tvc-container .tvc-main-title img {
  height: 100%;
  margin: 0 auto;
}

.tvc-container .tvc-main-container2 {
  max-width: 14.4rem;
  margin: 0 auto;
}

.tvc-container .tvc-switch {
  border-bottom: 1px solid #E2E1DC;
  padding: .38rem 0 0 0;
  margin-bottom: .5rem;
}

.tvc-container .tvc-switch span {
  line-height: .74rem;
  text-align: center;
  float: left;
  width: 50%;
  position: relative;
  color: #ABA289;
  cursor: pointer;
}

.tvc-container .tvc-switch span.active::after {
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, #CB9048 0%, #F2C489 100%);
  box-shadow: 0 4px 30px 0 rgba(166, 121, 46, 0.30);
  height: .04rem;
}

.tvc-container .tvc-switch span.active {
  color: #A6792E;
}

.tvc-container .tvc-swiper-container,
.tvc-container .tvc-swiper-container2 {
  width: 100%;
  height: 584px;
  color: #fff;
  text-align: center;
}

.tvc-container .tvc-swiper-container .swiper-slide,
.tvc-container .tvc-swiper-container2 .swiper-slide {
  height: 100%;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.tvc-container .tvc-swiper-container .swiper-slide-visible,
.tvc-container .tvc-swiper-container2 .swiper-slide-visible {
  -webkit-transform: scale(0.61);
  -moz-transform: scale(0.61);
  -ms-transform: scale(0.61);
  -o-transform: scale(0.61);
  transform: scale(0.61);
}

.tvc-container .tvc-swiper-container .swiper-slide-active,
.tvc-container .tvc-swiper-container2 .swiper-slide-active {
  top: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.tvc-container .videos-container {
  padding: 0 .6rem;
  max-width: 14.4rem;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.tvc-container .videos-main {
  width: 100%;
  overflow: hidden;
}

.tvc-container .swiper-container-crop {
  position: relative;
}

.tvc-container .tvc-swiper-container video {
  width: 100%;
}

.tvc-container .arrow {
  position: absolute;
  top: 50%;
  width: .44rem;
  height: .88rem;
  background: url(../img/tvc/arrow-left@2x.png) no-repeat;
  background-size: cover;
  left: 0;
  cursor: pointer;
  margin-top: -.44rem;
}

.tvc-container .arrow-right {
  left: auto;
  background: url(../img/tvc/arrow-right@2x.png) no-repeat;
  background-size: cover;
  right: 0;
}

.tvc-container .tvc-video-title {
  margin: .46rem 0;
  text-align: center;
}

.tvc-container .tvc-video-title span {
  display: none;
  line-height: .5rem;
  font-size: .32rem;
}

.tvc-container .tvc-video-title span:first-of-type {
  display: block;
}

.tvc-container .tvc-video-title2 {
  margin: 0 auto;
}

.tvc-container .tvc-video-title2 span {
  display: block;
  float: left;
  width: 32%;
  margin-right: 2%;
  border: 1px solid #A6792E;
  color: #A6792E;
  line-height: .6rem;
  text-align: center;
  margin-bottom: .2rem;
  box-sizing: border-box;
  cursor: pointer;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tvc-container .tvc-video-title2 span:nth-of-type(3n) {
  margin-right: 0;
}

.tvc-container .tvc-video-title2 span.active {
  border-color: #F2C489;
  color: #fff;
  background: url(../img/tvc/btn-line.jpg) repeat-y;
  background-size: 100% auto;
  box-shadow: 0 2px 15px 0 rgba(166, 121, 46, 0.30);
}

.tvc-container .videos-content-container {
  padding-bottom: 1.2rem;
}

/*  */
.abouturara-container .abouturara-main-container {
  margin: 0 auto;
  padding: .68rem .6rem 1.2rem;
  max-width: 11rem;
  text-align: center;
}

.abouturara-container .title {
  margin-bottom: .8rem;
}

.abouturara-container .inner-sub-title {
  margin: .8rem 0 0;
}

.abouturara-main-container img {
  margin: 0 auto;
}

.abouturara-main-container p {
  line-height: .28rem;
  font-size: .15rem;
}

.abouturara-main-container .about-content {
  margin-bottom: .8rem;
}

/*  */
.detail-main-container {
  margin: 0 auto;
  padding: 0 1rem .9rem;
  max-width: 9.9rem;
  font-family: "Microsoft YaHei";
}

.menu-nav {
  padding: .34rem 0;
}

.menu-nav a {
  display: inline-block;
  margin-right: .1rem;
  background: url(../img/detail/icon_arrow-mob@3x.png) right center no-repeat;
  background-size: .1rem;
  line-height: .24rem;
  padding-right: .14rem;
  /* text-align: center; */
}

.menu-nav a:last-of-type {
  color: #A77926;
  background: transparent;
}

.detail-product-info .detail-product-image {
  width: 48.48%;
  float: left;
}

.detail-product-info .detail-product-image img {
  width: 100%;
}

.detail-product-content {
  float: left;
  width: 51.52%;
  padding-left: .4rem;
  box-sizing: border-box;
  display: table;
  height: 4.35rem;
}

.detail-product-content .table-cell {
  display: table-cell;
  vertical-align: middle;
}

.detail-product-content .tag {
  line-height: .18rem;
  font-size: .19rem;
}

.detail-product-content .name {
  font-size: 0;
  line-height: .4rem;
  margin-top: .07rem;
}

.detail-product-content .name span {
  font-size: .29rem;
}

.detail-product-content .alias {
  font-size: .12rem;
  line-height: 18px;
  margin-top: .1rem;
}

.detail-product-content .name .use-sun {
  height: .24rem;
  display: inline-block;
  position: relative;
  top: .03rem;
  left: .05rem;
  background: url(../img/detail/details-icon1@3x.png)no-repeat;
  background-size: cover;
  width: .24rem;

}

.detail-product-content .name .use-night {
  height: .24rem;
  display: inline-block;
  position: relative;
  top: .03rem;
  left: .05rem;
  background: url(../img/detail/details-icon2@3x.png)no-repeat;
  background-size: cover;
  width: .24rem;
}

.detail-product-content .name-en {
  font-size: .14rem;
  line-height: 18px;
  margin-top: .1rem;
  font-family: Tahoma, "sans_serif";
}

.detail-product-content .product-thumbnail {
  margin-top: .2rem;
}

.detail-product-content .product-thumbnail img {
  max-height: .6rem;
}

.detail-product-content .product-substances {
  margin-top: .2rem;
  font-size: .15rem;
}

.detail-product-content .product-substances li {
  background: url(../img/detail/details-point@3x.png) 0 .04rem no-repeat;
  background-size: .16rem;
  line-height: .24rem;
  padding-left: .2rem;
  margin-bottom: .11rem;
  /* display: inline-block; */
  /* margin-right: .1rem; */
}

.detail-product-content .product-substances li:last-of-type {
  margin-bottom: 0;
}

.detail-product-content .product-price {
  margin-top: .24rem;
  font-size: .16rem;
  font-family: Tahoma, "sans_serif";
}

.detail-product-content .product-price span {
  padding-right: .13rem;
  display: block;
  line-height: .26rem;
}

.detail-product-content .shop-query {
  height: .38rem;
  width: 1.12rem;
  line-height: .36rem;
  /* background: url(../img/detail/icon_arrow-mob@3x.png) 1.23rem center no-repeat;
  background-size: .1rem; */
  border: 1px solid #333333;
  text-align: center;
  box-sizing: border-box;
  margin-top: .24rem;
  font-size: .16rem;
}

.detail-product-content .shop-query a {
  display: block;
}

.detail-inner-body {
  margin-top: .6rem;
}

.detail-inner-body .detail-inner-block {
  margin-bottom: .6rem;
}

.detail-inner-body .detail-inner-block:last-of-type {
  margin-bottom: 0;
}

.recommended-products {
  text-align: center;
  margin: .8rem auto 0;
  width: 48vw;
}

.recommended-products .item {
  width: 16vw;
  border: 1px solid #C7C4B9;
  text-align: center;
  padding: .33rem .33rem 0;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-left: -1px;
}

.recommended-products .item a {
  display: block;
}

.recommended-products .item:hover {
  border-color: #A6792E;
  z-index: 2;
}

.recommended-products .item p {
  padding: 3.5vw 0 5.625vw;
  font-size: 20px;
  color: #505050;
}

.inner-sub-title {
  font-size: .24rem;
  text-align: center;
  position: relative;
  line-height: .18rem;
  margin-bottom: .2rem;
}

.inner-sub-title::before {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  top: .09rem;
  background: #333333;
  z-index: -1;
}

.inner-sub-title span {
  display: inline-block;
  background: #fff;
  padding: 0 .2rem;
}

.detail-inner-body .sub-desc {
  line-height: 24px;
  font-size: .16rem;
  margin-top: .3rem;
}

.detail-inner-body .instructions {
  margin-top: .3rem;
}

.detail-inner-body .steps-for-usage {
  margin-top: .3rem;
}

.detail-inner-body .instructions p,
.detail-inner-body .sub-desc p {
  margin-bottom: .2rem;
  line-height: .3rem;
  font-size: .16rem;
}

.detail-inner-body .instructions p img,
.detail-inner-body .sub-desc p img {
  /* height: .24rem; */
  margin-right: .1rem;
  display: inline;
  vertical-align: bottom;
}

.detail-inner-body .steps-for-usage li {
  width: 16.8%;
  float: left;
  text-align: center;
  position: relative;
  margin-right: 4%;
}

.detail-inner-body .steps-for-usage li:nth-of-type(5n) {
  margin-right: 0;
}

.detail-inner-body .steps-for-usage li:nth-of-type(5n)::after,
.detail-inner-body .steps-for-usage li:last-of-type::after {
  background: transparent;
}

.detail-inner-body .steps-for-usage li::after {
  content: "";
  height: .38rem;
  width: .16rem;
  background: url(../img/detail/details-arrow-l@3x.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: -.16rem;
  top: 50%;
  margin-top: -.08rem;
}

.detail-inner-body .steps-for-usage li.current {
  color: #A6792E;
}

.detail-inner-body .steps-for-usage li.current::before {
  content: "";
  width: .52rem;
  height: .32rem;
  background: url(../img/detail/details-highlight-mob@3x.png);
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.detail-inner-body .steps-for-usage p {
  margin-top: .14rem;
  line-height: .18rem;
  font-size: .12rem;
  box-sizing: border-box;
}

/* storelist */
.storelist-main-container {
  margin: 0 auto;
  max-width: 10rem;
  padding: 0 .6rem;
}

.storelist-main-container .pub-main-title {
  margin-top: .38rem;
}

.storelist-main-container .select-group {
  margin-top: .8rem;
}

.storelist-main-container .input-item {
  float: left;
  padding-right: .2rem;
  width: 22%;
  box-sizing: border-box;
  position: relative;
}

.storelist-main-container .sel::after {
  content: "";
  background: url(../img/select-bg.png) #fff center center no-repeat;
  background-size: .26rem auto;
  width: .38rem;
  height: .38rem;
  position: absolute;
  top: .01rem;
  right: .21rem;
  z-index: 9;
}

.storelist-main-container select,
.storelist-main-container input,
.storelist-main-container button {
  height: .4rem;
  border: 1px solid #A77926;
  padding: 0 .12rem;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  color: #333;
}

.storelist-main-container select {
  padding-right: .4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
}

select::-ms-expand {
  display: none;
}

.storelist-main-container .btn {
  width: 12%;
  padding-right: 0;
}

.storelist-main-container button {
  background: #A77926;
  color: #fff;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #333;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #333;
}

.storelist-main-container {
  padding-bottom: 1.4rem;
}

.storelist-main-container .divShopList {
  padding: .3rem 0 0;
}

.storelist-main-container .divShopList .coordinate {
  padding: .15rem 0;
  border-bottom: 1px solid #999;
}

.storelist-main-container .divShopList .coordinate:after {
  content: '';
  display: block;
  clear: both
}

.storelist-main-container .divShopList .coordinate>div {
  float: left;
  padding-right: .1rem;
  box-sizing: border-box;
}

.storelist-main-container .divShopList .ellipse {
  width: 4%;
}

.storelist-main-container .divShopList .ellipse span {
  color: #a6782f;
}

.storelist-main-container .divShopList .seat {
  width: 8%;
}

.storelist-main-container .divShopList .shop-name {
  width: 28%;
}

.storelist-main-container .divShopList .address {
  width: 44%;
}

.storelist-main-container .divShopList .landline {
  width: 12%;
}

.storelist-main-container .divShopList .landline1 {
  width: 4%;
  background: url(../img/20190918.jpg) center center no-repeat;
  background-size: .17rem .24rem;
  height: .24rem;
}

.storelist-main-container #allmap {
  height: 600px;
}

.paging {
  margin-bottom: .5rem;
  text-align: center;
}

.paging li {
  display: inline-block;
  border: 1px solid #999;
  display: inline-block;
  padding: 0 .1rem;
  line-height: .24rem;
  margin: .03rem;
}

/*  */
.products-list-container .banner {
  width: 100%;
}

.products-list-main-container {
  margin: 0 auto;
  max-width: 10rem;
  padding: 0 1rem 1rem;
}

.products-list-main-container .products-list-content {
  margin-top: .2rem;
}

.products-list-main-container .products-list-content .nodata {
  text-align: center;
  font-size: .3rem;
  line-height: 3rem;
}

.products-list-main-container .products-item {
  width: 25%;
  text-align: center;
  float: left;
  margin-bottom: .3rem;
}

.products-list-main-container .products-item .pic {
  overflow: hidden;
  cursor: pointer;
}

.products-list-main-container .products-item .pic a {
  display: block;
}

.products-list-main-container .products-item .pic img {
  transition: all 200ms ease;
}

.products-list-main-container .products-item .pic img:hover {
  transform: scale(1.05);
}

.products-list-main-container .introduce {
  margin-top: .17rem;
  font-size: .16rem;
}

.products-list-main-container .price {
  margin-top: .05rem;
  line-height: .18rem;
}

.products-list-main-container .price span {
  padding: 0 .05rem;
  display: block;
}

.products-list-main-container .effect {
  margin-top: .1rem;
  line-height: .18rem;
}

.products-list-main-container .btn {
  margin-top: .16rem;
}

.products-list-main-container .btn a {
  display: inline-block;
  width: 1.12rem;
  height: .38rem;
  border: 1px solid #333333;
  line-height: .36rem;
  /* background: url(../img/icon_arrow@3x.png) .76rem center no-repeat;
  background-size: .14rem; */
  text-align: left;
  box-sizing: border-box;
  text-align: center;
}

.law-main-container {
  margin: 0 auto;
  padding: .7rem 1rem 1.2rem;
  max-width: 10rem;
}

.law-main-container .has-top2 {
  margin-top: .34rem;
}

.law-main-container .title-word {
  font-size: .16rem;
  margin-bottom: .1rem;
}

.law-main-container .primary-coverage {
  line-height: .28rem;
}

/*  */
.sitemap-main-container {
  margin: 0 auto;
  padding: 0 1rem 1.2rem;
  max-width: 10rem;
}

.sitemap-main-container .sitemap-flex {
  width: 50%;
  float: left;
}

.sitemap-main-container .items-group {
  width: 50%;
  float: left;
  margin-top: .3rem;
}

.sitemap-main-container .items-group p {
  font-size: .16rem;
  color: #A6792E;
  margin-bottom: .15rem;
}

.sitemap-main-container .items-group ul {
  margin-bottom: .38rem;
}

.sitemap-main-container .items-group li {
  margin: .07rem 0;
}

/*  */
.contactus-main-container {
  margin: 0 auto;
  padding: .7rem 1rem 1.2rem;
  max-width: 10rem;
}

.contactus-main-container .title {
  font-size: .18rem;
  margin-bottom: .16rem;
  margin-top: .5rem;
}

.contactus-main-container .phone-number {
  font-size: .16rem;
  margin-bottom: .32rem;
  padding-left: .3rem;
}

.contactus-main-container .phone-number span {
  line-height: .3rem;
  background: url(../img/contactus/telephone.png) right center no-repeat;
  background-size: auto 100%;
  padding-right: .36rem;
  display: inline-block;
}

.contactus-main-container .number2 span {
  background: url(../img/contactus/mobile_phone.png) right center no-repeat;
  background-size: auto 100%;
}

.contactus-main-container .phone-number img {
  height: .3rem;
  display: inline-block;
  vertical-align: bottom;
  margin-left: .15rem;
}

.contactus-main-container .weixin {
  margin-left: .25rem;
}

.contactus-main-container .text {
  padding-left: .3rem;
  line-height: .26rem;
}

.contactus-main-container .text p {
  margin-bottom: .16rem;
}

.news-detail-main-container {
  padding: 0 1rem;
  max-width: 10rem;
  margin: 0 auto 1rem;
}

.news-detail-main-container .news-title {
  font-size: .2rem;
  text-align: center;
  margin-bottom: .3rem;
}

.news-detail-main-container .news-detail-content p {
  line-height: .28rem;
  text-indent: 2em;
}

.news-detail-main-container .news-detail-content p a {
  font-size: .14rem !important;
  text-decoration: underline;
  color: #3bafda;
}

.news-detail-main-container .news-detail-content img {
  margin: .3rem auto;
}

.news-detail-main-container .news-detail-content table {
    width: 100%;
}
.news-detail-main-container .news-detail-content .center {
    text-align: center;
}

.detail-recommended-products {
  text-align: center;
  margin-top: .4rem;
  font-size: 0;
}

.detail-recommended-products .item {
  max-width: 2.53rem;
  /* width: 13.17vw; */
  width: 33.33%;
  display: inline-block;
  text-align: center;
  /* margin: 0 .17rem; */
}

.detail-recommended-products .item:hover {
  box-shadow: 0 0 20px rgba(166, 121, 42, .2);
}

.detail-recommended-products .item img {
  width: 2rem;
  display: block;
  margin: .07rem auto .29rem;
}

.detail-recommended-products .item p {
  font-size: .18rem;
  line-height: .36rem;
}

.detail-recommended-products .item a {
  display: block;
}

.detail-recommended-products .item span {
  line-height: .36rem;
  display: inline-block;
  text-align: center;
  color: #333;
  font-size: .14rem;
  border: 1px solid #333;
  width: 1.12rem;
  margin-top: .38rem;
  margin-bottom: .35rem;
}

/*-----*/
.star-product-container .star-products-content {
  padding-top: 12.385vw;
}

.more {
  background: transparent;
  padding-left: 0;
  text-align: center;
  font-size: .15rem;
}

.star-product-container .star-products2 {
  margin-top: 0;
}

.star-product-container .star-products2 .star-products-content {
  padding-top: 12.8125vw;
}

.star-product-container .star-products3 {
  margin-top: 0;
}

.star-product-container .star-products3 .star-products-content {
  padding-top: 9vw;
}

.star-product-container .star-products4 .star-products-image {
  top: -5vw;
}

#v2-container {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.storelist-container .huodonglistinfo-pagination {
  border: 0;
  padding: .4rem 0;
  display: none;
}

.storelist-container .huodonglistinfo-pagination.show {
  display: block;
}

.storelist-container .huodonglistinfo-pagination.hide {
  display: none;
}

.storelist-container .huodonglistinfo-pagination .prev {
  top: .4rem;
}

.storelist-container .huodonglistinfo-pagination .next {
  top: .4rem;
}

.pub-main-title {
  /*   max-width: 8.04rem; */
  height: .8rem;
  margin: 0 auto;
}

.pub-main-title img {
  height: 100%;
  margin: 0 auto;
}

.abouturara-main-container img.img-responsive {
  margin-top: .1rem;
}

.banner-swiper-container .swiper-slide {
  transform: translate3d(0, 0, 0);
}

.new-swiper-container .swiper-slide {
  transform: translate3d(0, 0, 0);
}

/* ---------------- */
.star-product-container2 {
  /*background: url(../img/starproduct2/bg-pc-pichi.jpg) center 0 no-repeat;*/
  background: url(../img/newproduct/0712/bg.jpg) center 1rem no-repeat;
  background-size: 19.2rem auto;
  color: #79582F;
}

.star-product-container2 .star-products-content .name {
  color: #79582F;
}

.star-product-container2 .star-products-content .name {
  border-color: #98703F;
}

.products-list-main-container .products-item .info {
  height: 95px;
  position: relative;
}

.products-list-main-container .products-item .info .effect {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
}

.index-new-product1213001 .slogan,
.index-new-product1213001 .products-name2,
.index-new-product1213001 .more,
.index-new-product0116001 .more,
.index-new-product0330001 .more,
.index-new-product0527 .more,
.index-new-product0330001 .more,
.index-new-product20231023 .more {
  color: #333333;
}

.index-new-product1213002 .slogan,
.index-new-product1213002 .products-name2,
.index-new-product1213002 .more {
  color: #40220C;
}

.index-new-product1213001 .products-name2,
.index-new-product1213002 .products-name2,
.index-new-product0116001 .products-name2,
.index-new-product0330001 .products-name2,
.index-new-product0527 .products-name2,
.index-new-product20231023 .products-name2,
.index-new-product20231204 .products-name2,
.index-new-product20240122 .products-name2 {
  margin-bottom: .99rem;
}

.index-new-product1213002 .more {
  border-color: #6F5D4F;
}

.index-new-product1213001 .more,
.index-new-product0116001 .more,
.index-new-product0330001 .more,
.index-new-product0527 .more,
.index-new-product20231023 .more {
  border-color: #5A5857;
}

.index-new-product .bg1213001 {
  background: url(../img/1213/banner2_001.jpg) center 0 no-repeat;
  background-size: cover;
}

.index-new-product .bg0116001 {
  background: url(../img/banner0115005.jpg) center 0 no-repeat;
  background-size: cover;
}

.index-new-product .bg1213002 {
  background: url(../img/1213/banner2_002.jpg) center 0 no-repeat;
  background-size: cover;
}

.index-new-product .bg0330001 {
  background: url(../img/0330/banner02.jpg) center 0 no-repeat;
  background-size: cover;
}

.index-new-product .bg0527 {
  background: url(../img/newproduct/new-banner0527.jpg) center 0 no-repeat;
  background-size: cover;
}

.index-new-product .bg20231023 {
  background: url(../img/index/pc-new-product-20232023.jpg) center 0 no-repeat;
  background-size: cover;
}

.index-new-product .bg20231204 {
  background: url(../img/index/pc-new-product-20231204.jpg?v=1204001) center 0 no-repeat;
  background-size: cover;
}

.index-new-product .bg20240122 {
  background: url(../img/banner240122.jpg) center 0 no-repeat;
  background-size: cover;
}

.index-new-product .bg20240416001 {
  background: url(../img/index/new-banner240416001-pc.jpg) center 0 no-repeat;
  background-size: cover;
}

.index-new-product .bg20240416002 {
  background: url(../img/index/new-banner241125001-nsxl-pc.jpg) center 0 no-repeat;
  background-size: cover;
}

.index-new-product .bg20241118 {
  background: url(../img/index/index-new-product20241126.jpg) center 0 no-repeat;
  background-size: cover;
}

.index-new-product20231204 .products-name2,
.index-new-product20231204 .slogan {
  color: #98703F;
}

.index-brand-tvc .tip {
  margin-top: .94rem;
  color: #A6792E;
  font-size: .12rem;
  line-height: 20px;
  padding-left: 10.98vw;
}

.index-brand-tvc sup {
  font-size: 8px;
  position: relative;
  top: -.1rem;
}

.index-new-product20240122 .slogan,
.index-new-product20240122 .products-name2 {
  color: #BE8C4A;
}

.index-new-product20231204 .products-name2,
.index-new-product20231204 .slogan {
  color: #EAD592;
}

.index-new-product20231204 .slogan sup {
  font-size: .14rem;
  position: relative;
  top: -.1rem;
}

@media (max-height: 915px) {
  .index-brand-tvc .tip {
    margin-top: .65rem;

  }
}

.index-new-product20240416001 .products-name2,
.index-new-product20240416001 .slogan {
  color: #612E05;
}

.index-new-product20240416001 .more {
  color: #612E05;
  border-color: #612E05;
}

.index-new-product20240416002 .products-name2,
.index-new-product20240416002 .slogan {
  color: #CCD2D5;
}

.index-new-product20240416002 .more {
  color: #CCD2D5;
  border-color: #CCD2D5;
}

.index-new-product20231204 .more {
  color: #EAD592;
  border-color: #EAD592;
}

.star-product-container .star-products-content .slogan2 {
  line-height: .36rem;
}

.divShopList .nodata {
  text-align: center;
  font-size: .18rem;
  padding: 0 0 .3rem 0;
}

.storelist-container .show {
  display: block !important;
}

.storelist-container .hide {
  display: none !important;
}

/* ---0730 */
.banner-swiper-container {
  height: calc(100vw * 0.36458);
}

.new-swiper-container,
.index-new-product .inner {
  height: calc(100vh * 0.695);
}

.index-new-product .inner {
  padding-top: calc(100vh *0.2046);
}

@media (max-width: 1009px) {
  .banner-swiper-container {
    height: calc(100vw * 1.33333333);
  }

  .new-swiper-container,
  .index-new-product .inner {
    height: calc(100vw / 375 * 310);
  }

  .index-new-product .inner {
    padding-top: calc(100vw / 375 * 60);
  }
}
.index-new-product .bg20260826 {
  background: url(../img/index/index-new-product20260826.jpg) center 0 no-repeat;
  background-size: cover;
}