@import url("/global_common/index/css/watch-video-btn.css");




body {
    background-color: #fff;
}
.kv{
  position: relative;
  padding-bottom: 0;background-image: none;
}
.kv .kv-img{
  max-width: unset;
  width: 100%;
}
.kv .title{
  bottom: 50%;font-size: 2.8vw;text-align: center;
}
.kv .play{
  position: absolute;
  cursor: pointer;
  top: 53%;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  background-image: url(/global_common/common/images/refit/triangle_white.svg);
  background-size: 58%;
  background-position: 50% 33%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-color: #3252a3;
  width: 5vw;
  height: 5vw;
}

.kv .dot{
  position: absolute;
  bottom: 36%;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-color: #3252a3;
  width: 5vw;
  height: 5vw;
  cursor: pointer;
}
@keyframes circle-opacity{
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(1.6);
    }
}
.kv .dot:after{
  content: "";
  width: 100%;
  display: block;
  height: 100%;
  background-image: url(/global_common/common/images/refit/arrow_up_white.svg);
  background-size: 58%;
  background-position: 50% 33%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.kv .dot:before{
  content:  "";
  animation:circle-opacity 2s infinite;
  -webkit-animation:circle-opacity 2s infinite; 
  width: 100%;
  display: block;
  height: 100%;
  background-color: rgba(113,104,165);
  border-radius: 50%;
  transform: scale(0);
}
.part-container{
  /*max-height: 0; */overflow: hidden;transition: all 2.4s;
}
/*.part-container.show{
  max-height: 111500px;
}*/
.part {
    margin-top: 5vw;padding: 0 12.2vw;position: relative;
}
.part .title {
    text-align: center;
    font-size: 1.7vw;
    margin-bottom: 1.6vw;font-weight: bolder;
}
.part .text{
  font-size: 1.2vw;    line-height: 2.0;
}
.part-case-introduction .title{
  
}
.part-case-introduction .case_introduction img{
  width: 100%;
}
.part-case-introduction .transformation-demands{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center; padding-bottom: 1%;
}

.part-case-introduction .transformation-demands .pic{
  width: 45%;
}
.part-case-introduction .transformation-demands .pic img{
  width: 90%;
}
.part-case-introduction .transformation-demands .text-container{
  width: 41%;
  margin-left: 5%;
}
.part-case-introduction .transformation-demands .title{
  text-align: left;position: relative;display: inline-block;/*text-shadow: 0 0 5px black;*/
}
.part-case-introduction .transformation-demands .title:after{
  content: '';position: absolute;
  width: 74%;height: 0.1vw;background-color: #000;
  left: 0;bottom: -2%;z-index: -1;
}
/*.part-case-introduction .transformation-demands .swiper-part-case-introduction{
	padding-left: 40px;
    padding-right: 40px;
}*/

.part-case-introduction.kol1 .text-container{
  background-color: #eac7c7;
  padding: 2.8vw;
  color: #fff;
  border-radius: 3vw;
  margin-left: -9%;position: relative;
}
.part-case-introduction.kol1 .text-container::after{
  content: '';position: absolute;border: 40px solid;border-color: transparent #eac7c7 transparent transparent ;
  top: 0;left: 0;transform: translate(-100%, 85%);
}
.part-case-introduction.kol1 .text-container .title{
	    color: #000;
}
.part-case-introduction.kol1 .text-container .text{
	/*text-shadow: 1px 1px 0px black;*/    color: #000;
}
.part-case-introduction.kol1 .transformation-demands .title:after{
  background-color: #fff;background-color: #000;z-index: 0;width: 87%;    bottom: -12%;
}

.part-introduction .title{
  margin-bottom: 2vw;
}
.part-introduction .introduction {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem; 
}
.part-introduction .introduction.sp{
	display: flex!important;;
}
.part-introduction .introduction .title{
  text-align: left;position: relative;display: inline-block;margin-bottom: 0.6vw;
}
.part-introduction .introduction .pic, 
.part-introduction .introduction .text-container {
    width: 32%;
}
.part-introduction .introduction .pic{
	margin-right: 12%;
}
.part-introduction .introduction .text-container {
    width: 46%;
    padding: 0 3vw;font-size: 1.3vw;text-align: center;
}
.part-introduction .introduction .text-container .logo{
  text-align: center;
}
.part-introduction .introduction .text-container .logo .logo{
  width: 50%;margin-bottom: 0.25vw;
}

.part-introduction .introduction .text-container .social-networking{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 36px;
    justify-content: center;
}
.part-introduction .introduction .text-container .social-networking img{
	width:30%
}
.part-introduction .introduction .pic img{width: 100%}

.part-introduction .introduction .title:after{
  content: '';position: absolute;
  width: 74%;height: 0.1vw;background-color: #000;
  left: 50%;transform: translateX(-50%); bottom: -2%;z-index: -1;
}
.part-introduction .introduction .text .pdf-download{
  text-decoration: underline;
}
.part-introduction .introduction .text .pdf-download:last-of-type{
  margin-left: 1vw;
}
.part-introduction .introduction .text .pdf-download .icon{
  width: 1.6vw;
  vertical-align: middle;
  margin-left: 0.25vw;
}

.part-faq .title{
  text-align: left;position: relative;display: inline-block;margin-bottom: 0.6vw;
}
.part-faq .title:after{
  content: '';position: absolute;
  width: 90%;height: 0.1vw;background-color: #000;
  left: 0; bottom: -2%;z-index: -1;
} 
.part-faq .scroller{
  height: 20vw;overflow-y: scroll;
  padding: 0.25vw 1vw;
}
.part-faq .scroller::-webkit-scrollbar {
/*滚动条整体样式*/
  width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.part-faq .scroller::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius   : 10px;
  background-color: #000;
}
.part-faq .scroller::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #bcbcbc;
  border-radius: 10px;
}

.part-logo {
  text-align: right;
}
.part-product{
  background-color: #f5f5f5;padding-top: 2vw;
}
.part-product .titlle{margin-bottom: 2.6vw;}
.part-product .video-container {
  position: relative;
  margin-bottom: 3vw; 
}
.part-product .video-container .video-bg{
  max-width: unset; 
  width: 100%;
}
.part-product .video-container .play{
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  background-image: url(/global_common/common/images/refit/triangle_white.svg);
  background-size: 58%;
  background-position: 50% 33%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-color: #3252a3;
  width: 5vw;
  height: 5vw;
}


.part-product .before-after{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    /*margin-bottom: 2rem;*/
}
.part-product .before-after .title{
  font-size: 1.8vw;
  color: #fff;
  background-color: #3252a388;
  padding: 0.4vw 0.68vw;
  position: absolute;
  text-align: left;
  left: 2%;
  top: 2%;
  display: inline-block;
  z-index: 99;
}
.part-product .before-after .before .title{
  background-color: #00000088;
}
/*.part-product .before-after .title:after{
  content: '';position: absolute;
  width: 100%;height: 20%;background-color: #dbdde8;
  left: 0;bottom: 23%;z-index: -1;
}*/
.part-product .before-after .link{
  display: block;
}
.part-product .before-after .link:hover{

}
.part-product .before-after .link:hover img{
  opacity: 1 !important;
}
.before,.after{
  width: 48%;position: relative;
}
.part-product .before-after .text{
  text-align: center;
  padding-top: 5%;
  line-height: 2;
  bottom: 0;
  font-size: 1.3vw;
  margin: auto;
  position: absolute;
  right: 2%;
  color: #3252a3;
}
.part-product .before-after .before-img,
.part-product .before-after .after-img{
  width: 100%
}
.part-product .before-after .after .icon-3D{
  left: auto;
  top: 0%;
  width: 12%;
  right: 0%;
  transform: translate(-20%, 20%);
  position: absolute;
  z-index: 111;
} 
@keyframes rotation {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}
.part-product .before-after .after .icon-3D .icon-3D-1{
  width:100%;
  animation-name: rotation;
  animation-duration: 2.5s;animation-iteration-count: infinite;animation-timing-function: linear;
}
.part-product .before-after .after .icon-3D .icon-3D-2{
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 0) and (max-width: 1024px)
{  
  .part-product .before-after .after .icon-3D{
    width: 17%;
  }
}

.part-refit-introduction {
  /*margin-bottom: 100px !important;*/padding: 0;margin-left: auto; 
  margin-right: auto;margin-top: 0; padding-top:  5vw; background-color: #f5f5f5;
    /*width: 80%;*/
}
.part-refit-introduction .title{
  color: #3252a3;   position: relative;padding-bottom: 2vw;
}
.part-refit-introduction .title .arrow{
  position: absolute;
  transform: rotate(180deg) translateX(130%) translateY(-59%);
  width: 4vw;
}
.part-refit-introduction .container{
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  width: 100%;    display: block;margin: auto;
  /*height: 60vw;*/
  /*background-size: auto 100%;
  background-image: url(/global_common/common/images/refit/refit_introduction_bg_pc.jpg);
  background-repeat: no-repeat;
  background-position-x: 15%;*/
}
.part-refit-introduction .container .swiper-refit-introduction{
  width: 100%;
  /*height: 35vw;*/
}
.part-refit-introduction .container .swiper-refit-introduction .swiper-wrapper{
  /*transition-delay:.4s;*/
}
.part-refit-introduction .container .swiper-refit-introduction .swiper-slide{
  padding: 1vw;
  /*display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;    overflow: hidden;*/
}
.part-refit-introduction .container .swiper-refit-introduction .swiper-slide .left{
  width: 80%;margin: auto;
  position: relative;
  /*margin: 1% 1% 1% 4%;;*/
  box-shadow: 0px 0px 12px #555151e3;
  /*opacity: 0; transition: all .4s;transform: translateY(-100%);*/
}
.part-refit-introduction .container .swiper-refit-introduction .swiper-slide .left .pic{
  width: 100%
}
.part-refit-introduction .container .swiper-refit-introduction .swiper-slide .left .text{
  position: absolute;left: 1%;bottom: 1%;
}
.part-refit-introduction .container .swiper-refit-introduction .swiper-slide .left a:hover img{
  opacity: 1 !important;
}
.part-refit-introduction .container .swiper-refit-introduction .swiper-slide.ani-slide .right,
.part-refit-introduction .container .swiper-refit-introduction .swiper-slide.ani-slide .left{
  opacity: 1;/*transform: translateY(0%);*/
}
.part-refit-introduction .container .swiper-refit-introduction .swiper-slide .right{
  margin-top: 4%;
  /*opacity: 0; transition: all .3s;transform: translateY(-100%);transition-delay:.18s;*/
}
.part-refit-introduction .container .swiper-refit-introduction .button-prev,
.part-refit-introduction .container .swiper-refit-introduction .button-next{
  z-index: 1; 
  top: 45%;
}
.part-refit-introduction .container .swiper-refit-introduction .button-prev{
  /*transform: rotate(360deg) translateY(-60%);*/left: 22%;
}
.part-refit-introduction .container .swiper-refit-introduction .button-next{
  /*transform: rotate(180deg) translateY(-60%);*/right: 22%;left: inherit;
}
/*.part-refit-introduction .container .swiper-refit-introduction .swiper-slide .left.backdrop{
    -webkit-backdrop-filter: blur(3px); 
    backdrop-filter: blur(3px); 
    width: 100%;height: 100%;position: absolute;
}
.part-refit-introduction .container .left .swiper-slide.swiper-slide-active .backdrop, .swiper-slide.swiper-slide-duplicate-active .backdrop{ 
    -webkit-backdrop-filter: none; 
    backdrop-filter: none; 
}*/



.part-refit-introduction .container .right{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: flex-start;
  align-items: center;font-size: 1.3vw;margin: auto;
}
.part-refit-introduction .container .right .text{
  
}
.part-refit-introduction .container .right .title {
    font-size: 110%;
    color: #3252a3;
    position: relative;
    text-align: left;
    display: inline-block; 
}

.part-refit-introduction .container .right .title:after{
  content: '';
  position: absolute;
  width: 110%;
  height: 18%;
  background-color: #dbdde8;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20%;
  z-index: -1;

}


.part-refit-single-product {
  margin-top: 60px;
  margin-top: 0; padding-top:  5vw; background-color: #f5f5f5;padding-bottom: 1vw;
}
.part-refit-single-product .container .swiper-single-product{
  padding: 1rem 0 5.4vw 0;
}
.part-refit-single-product .container .swiper-slide.swiper-slide-active, 
.part-refit-single-product .container .swiper-slide.swiper-slide-duplicate-active{
    transform: scale(1.1);
}
.part-refit-single-product .container .swiper-slide{
    transform: scale(0.8);
    transition: all 0.35s;
    position:relative;
}
.part-refit-single-product .container .swiper-slide .text{
  text-align: center;display: block;font-size: 1.3vw;
}
.part-refit-single-product .container .swiper-slide img{
  width: 100%;
}
.part-refit-single-product .container .backdrop{
    /*-webkit-backdrop-filter: blur(3px); 
    backdrop-filter: blur(3px); */
    width: 100%;height: 100%;position: absolute;left: 0;top: 0;
}
.part-refit-single-product .container .swiper-slide.swiper-slide-active .backdrop, 
.part-refit-single-product .container .swiper-slide.swiper-slide-duplicate-active .backdrop{ 
    -webkit-backdrop-filter: none; 
    backdrop-filter: none; 
}

.part-refit-recommend-product {margin-top: 60px;}
.part-refit-recommend-product .container .swiper-recommend-product{
  padding: 1rem 0 5.4vw 0;
}
.part-refit-recommend-product .container .swiper-slide.swiper-slide-active, 
.part-refit-recommend-product .container .swiper-slide.swiper-slide-duplicate-active{
    transform: scale(1.1);
}
.part-refit-recommend-product .container .swiper-slide{
    transform: scale(0.8);
    transition: all 0.35s;
    position:relative;
}
.part-refit-recommend-product .container .swiper-slide .text{
  text-align: center;display: block;font-size: 1.4vw;
}
.part-refit-recommend-product .container .swiper-slide img{
  width: 100%;
}
.part-refit-recommend-product .container .backdrop{
    -webkit-backdrop-filter: blur(3px); 
    backdrop-filter: blur(3px); 
    width: 100%;height: 100%;position: absolute;left: 0;top: 0;
}
.part-refit-recommend-product .container .swiper-slide.swiper-slide-active .backdrop, 
.part-refit-recommend-product .container .swiper-slide.swiper-slide-duplicate-active .backdrop{ 
    -webkit-backdrop-filter: none; 
    backdrop-filter: none; 
}

.part-refit-past-review{
  text-align: center;
}
.part-refit-past-review .container{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.part-refit-past-review .container .item{
  width: 32%;position: relative;overflow: hidden;margin-right: 2%;
}
.part-refit-past-review .container .item .text{
  /*display: flex;*/
  height: 32%;
  position: absolute;
  bottom: 0;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-end; 
}
.part-refit-past-review .container .item:nth-of-type(1) .text{
  background-color: rgba(187,150,150,1);
}
.part-refit-past-review .container .item:nth-of-type(2) .text{
  background-color: rgba(154,165,149,1);
}
.part-refit-past-review .container .item:nth-of-type(3) .text{
  background-color: rgba(202,187,140,1);
}
.part-refit-past-review .container .item .title{
  color: #000;    text-shadow: 0 0 2px #00000000;
  margin-bottom: 0;
  font-weight: normal;
  position: absolute;
  text-align: left;
  font-size: 1.6vw;
  font-weight: bolder;
  top: 5%;
  left: 5%;
}
.part-refit-past-review .container .item .number{
  font-size: 7.6vw;
  color: #000;   text-shadow: 0 0 2px #00000061;
  position: absolute;
  right: -1px;
  line-height: 1;
  display: inline;
  bottom: -6px;
}
.part-refit-past-review .container .item .number1{
  font-size: 7.6vw;
  color: #fff;
  position: absolute;
  right: -1px;
  line-height: 1;
  display: inline;
  bottom: -6px;
}
.part-refit-past-review .container .item .arrow{
  width: 8%;
  transform: rotate(90deg);
  left: 4%;
  bottom: 7%;
  position: absolute;
}
.part-refit-past-review .container .item .pic{
  width: 100%;
}
.part-refit-past-review .container .item:hover .pic{
  transform: scale(1.05);
}
.part-refit-past-review .more{
  background-color: #3252a3;
  padding: 0.8vw 1.2vw;
  color: #fff; 
  margin-top: 1vw; 
  display: block;
  margin: 3vw auto;
  border-radius: 0.3vw;
  display: inline-block;
  position: relative;
  font-size: 1.3vw;
  font-weight: bolder;
  text-align: center;
}
/*.part-refit-past-review .more:before{
  content: "";
  animation: circle-opacity 2s infinite;
  -webkit-animation: circle-opacity 2s infinite;
  width: 100%;
  display: block;
  position: absolute;
  height: 100%;
  background-color: rgba(113,104,165);
  border-radius: 50%;
  transform: scale(0);
  z-index: -1;
  left: 0;
  top: 0;
}*/

.part-more{
  padding-bottom: 2vw;
}
.part-more .container{
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.part .container .banner{
  width: 50%;
}
.part .container .banner .img{
  width: 100%;
}

.button-prev,.button-next{
  background-color: #3252a3;width: 3vw;height: 3vw; 
  transform: translateX(-50%) rotate(180deg);
  background-image: url(/global_common/common/images/refit/arrow_up_white.svg);
  background-size: 58%;
  background-position: 50% 33%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-color: #3252a3;
  cursor: pointer;position: absolute;
  left: 48%;
  bottom: 0%;z-index:999;
} 
.button-prev{
  transform: translateX(-70%) rotate(270deg);
}
.button-next{
  transform: translateX(80%) rotate(90deg);
}
.button-prev.swiper-button-disabled,.button-next.swiper-button-disabled{
  background-color: #ccc;
}


@media screen and (min-width: 0) and (max-width: 1024px)
{
  .kv{margin-bottom:0;}
  .kv img{
    height: 100vh;
    object-fit: cover;
  }
  .kv .title{
    bottom: 57%;
    font-size: 5.8vw;
    left: 0;
    right: 0;
    font-weight: bolder;
    transform: none;
    text-align: center;
  }
  .kv .play{
    width: 14vw;
    height: 14vw;
    bottom: 49%;
    top: auto;
  }
  .kv .dot{
    width: 12vw;
    height: 12vw;
    bottom: 45%;
  }
  .kv.auto .kv-img{
  	height: auto;
  }
  .kv.auto .play{
  	bottom: 41%;
  }
  .part{
    padding: 0;margin-top: 9vw;
  }
  .part .title{
    font-size: 5.6vw;
  }
  .part .text{
    font-size: 4vw;
  }
  .part-case-introduction{}
  .part-case-introduction-kv .kv-img{
    height: auto;
  }
  .part-case-introduction .transformation-demands{ 
    flex-direction: column-reverse; padding-left: 8vw;padding-right: 8vw;
  }
  .part-case-introduction .transformation-demands .text-container{ 
    width: 100%;
    margin-left: unset; padding: 6vw 5vw 6vw 5vw;
  }
  .part-case-introduction .transformation-demands .pic {
    width: 100%; margin-top: 4vw;
  }
  .part-case-introduction.kol1 .text-container::after{
  	display:none;
  }
  .part-case-introduction.kol1 .transformation-demands{
  	flex-direction: column;
  }
  .part-case-introduction.kol1 .transformation-demands .pic{
  	margin-bottom: 4vw;
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;position: relative;
  }
  .part-case-introduction.kol1 .transformation-demands .pic .title{
  	width: 62%;
    background-color: #eac7c7;
    border-radius: 3vw;
    color: #fff;color: #000;
    font-size: 7vw;
    padding: 3vw 3vw 2vw 4vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
  }
  .part-case-introduction.kol1 .transformation-demands .title:after{
  	background-color: #fff;background-color: #000;
    z-index: 0;
    width: 55%;
    bottom: 36%;
    height: 0.6vw;
    left: 4vw;
  }
  .part-case-introduction.kol1 .transformation-demands .pic .img{
  	width: 30%;
    border-radius: 2vw;
  }
  .part-case-introduction.kol1 .transformation-demands .pic:after{
	content: '';
	position: absolute;
    border: 5vw solid;
    border-color: transparent #eac7c7 transparent transparent;
    top: 0;
    left: 38%;
    transform: translate(-100%, 32%);
  }
  .part-introduction .introduction .text-container{
    width: 100%;    text-align: left;padding-left: 8vw;padding-right: 8vw;
  }
  .part-introduction .introduction .text-container .logo{
    line-height: 2.4;    font-size: 3.6vw;
  }
  .part-introduction .introduction .text-container .logo .logo{
    width: 54%;
  } 
  .part-introduction .introduction .text-container .social-networking{
	flex-direction: column;
  }
  .part-introduction .introduction .text-container .social-networking img{
	width:46%;
  }
  .part-introduction .introduction{
    flex-direction: column;
  }
  .part-introduction .introduction .pic{
    width: 50%;
    margin: auto;
    text-align: center;margin-top: 4vw;
  }
  .part-introduction .introduction .title{
    margin-top: 2vw;font-size: 5vw; 
  }
  .part-introduction .introduction .title:after{
    left: 0%;height: 1px;transform: none;
  }
  .part-introduction .introduction .text { 
    /*padding: 0 13vw;*/
    /*font-size: 2.46vw;*/
    width: 100%;
    margin-top: 2vw;
  }
  .part-introduction .introduction .text .pdf-download .icon{
    width: 3vw;    margin-left: 1vw;
  }
  .part-introduction .introduction .text .pdf-download:last-of-type{
    margin-left: 3vw;
  }
  .part-faq{
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .part-faq > .title{
    font-size: 5vw;
  }
  .part-faq .faq-more-link{
    display: block;
    text-align: center;
    font-weight: bolder;
    font-size: 4vw;
  }
  .part-product{
    padding-top: 2.5vw;
  }
  .part-product .video-container .play{
    top: 39%;width: 12vw;
    height: 12vw;
  }
  .part-product .before-after{
    padding: 0 8vw;flex-direction: column;
  }
  .part-product .before-after .title{
    font-size: 3vw;left: 0; top: 0;
  }
  .part-product .before-after .before, .part-product .before-after .after {
    width: 100%;
  }
  .part-product .before-after .text{
    font-size: 2.46vw;
  }
  .part-refit-introduction{
    margin-top: 0;
    padding-top: 6vw;
  }
  .part-refit-introduction .title{
    font-size: 5vw; padding-top: 2vw;
    padding-bottom: 5vw;
  }
  .part-refit-introduction .title .arrow{
    transform: rotate(180deg) translateX(188%) translateY(-99%);
    width: 7vw;
  }
  .part-refit-introduction .container{   
    background-size: contain;
    background-position: center 11%;align-items: flex-start; padding-bottom: 10vw;
  }
  .part-refit-introduction .container .swiper-refit-introduction{
     /*padding-bottom: 10vw;*/
  }
  .part-refit-introduction .container .swiper-refit-introduction .swiper-wrapper{
    transition-delay:inherit;
  }
  .part-refit-introduction .container .swiper-refit-introduction .swiper-slide .left,
  .part-refit-introduction .container .swiper-refit-introduction .swiper-slide .right{
    /*transform: none;opacity: 1;transition:none;    width: 54%;*/
    box-shadow: 0px 0px 1vw #555151e3;
  }
  .part-refit-introduction .container .swiper-refit-introduction .swiper-slide .right{
    margin-top: 10vw;width: 100%;
  }
  .part-refit-introduction .container .swiper-refit-introduction .swiper-slide .left .text{
    font-size: 3vw;
  }
  .part-refit-introduction .container .swiper-refit-introduction .swiper-slide{
    flex-direction: column;
  }
  .part-refit-introduction .container .right .title{
    display: none;
  }
  .part-refit-introduction .container .right .text{
    font-size: 2.46vw;
  }
  .part-refit-introduction .container .button-prev, 
  .part-refit-introduction .container .button-next{
    left: 48%;
    width: 8vw;
    height: 8vw;
    bottom: 7%;
    top: auto;    z-index: 999;
  }
  .part-refit-introduction .container .button-prev{
    transform: translateX(-110%) rotate(-90deg);
  }
  .part-refit-introduction .container .button-next{
    transform: translateX(60%) rotate(90deg);
  }
  .part-refit-single-product{
    margin-top: 0;
    padding-top: 6vw;padding-bottom: 6vw;
  }
  .part-refit-single-product .button-prev,
  .part-refit-single-product .button-next{
    width: 8vw;
    height: 8vw;bottom: 2%;
  }
  .part-refit-single-product .container .swiper-single-product{
    padding: 2vw 0 12vw 0;
  }
  .part-refit-single-product .container .swiper-slide .text{
    font-size: 3vw;
  }
  .part-refit-single-product .button-prev{
    transform: translateX(-110%) rotate(-90deg);
  }
  .part-refit-single-product .button-next{
    transform: translateX(60%) rotate(90deg);
  }
  .part-refit-recommend-product .button-prev,
  .part-refit-recommend-product .button-next{
    width: 8vw;
    height: 8vw;bottom: 2%;
  }
  .part-refit-recommend-product .container .swiper-recommend-product{
    padding: 2vw 0 12vw 0;
  }
  .part-refit-recommend-product .container .swiper-slide .text{
    font-size: 2.46vw;
  }
  .part-refit-recommend-product .button-prev{
    transform: translateX(-80%) rotate(-90deg);
  }
  .part-refit-recommend-product .button-next{
    transform: translateX(30%) rotate(90deg);
  }
  .part-refit-past-review > .title{
    margin-bottom: 3.6vw;
  }
  .part-refit-past-review .container .item .title{
    font-size: 3vw;   font-weight: bolder;text-shadow: none;
    color: #000;
  }
  .part-refit-past-review .container .item .number{
    font-size: 10vw;bottom: -2%;    color: #000;
  }
    .part-refit-past-review .container .item .number1{
    font-size: 10vw;bottom: -2%;color: #000
  }
  .part-refit-past-review .more{
    font-size: 3.3vw;
    font-weight: bolder;
    padding: 1.4vw 3vw;
    border-radius: 1vw;    margin-top: 6vw;
  }
  .part-more > .title{
    margin-bottom: 2vw;
  }
  .part-more .container{
    flex-direction: column;padding: 0 8vw;margin-bottom: 12vw;
  }
  .part-more .container .banner{
    width: 100%;
  }
}






.store{
    /* max-width: 1024px; */
    margin: 70px auto 4px auto;
    position: relative;
}
.content {
    position: absolute;
    top: 26%;
    right: 50%;
    transform: translateX(136%);
}
.store .title{
    font-weight: normal;font-size: 20px;
    text-align: center;
    padding-top: 20px;padding-bottom: 10px;
    margin-bottom: 22px; 
}
.store .desc{
    font-size: 12px;   
    text-align: center;
    padding-bottom: 20px; 
}
.store .watch-video-btn{ 
    margin: 0;
    z-index: 10;
}
.store .watch-video-btn .watch-video-btn-a-text{
    padding: 0;
}

.watch-video-btn {
    margin-top:30px;margin-bottom: 136px; margin-left: auto;  margin-right: auto; 
    border: 1px solid #111;
    width: 289px;height: 52px;
}
.watch-video-btn a{color: #111}
.watch-video-btn a:hover,
.watch-video-btn .watch-video-btn-a:hover{color:#fff;}

@media screen and (min-width: 0) and (max-width: 1024px) {
	    
  .store .content{
      right: 56%;
  }
}

@media screen and (min-width: 0) and (max-width: 640px) {
  .store{
  	margin-bottom: 80px;
  }
  .store .content{
      position: absolute;
      top: 50%; left: 50%;
      width: 100%;
      transform: translateY(-8%) translateX(-50%);
  }
  .store .title{
      font-weight: normal;font-size: 22px; 
  }
  .store .desc{
      font-size: 12px;    
  }
  .store .watch-video-btn{ 
      width: 60%;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
  }
  .store .watch-video-btn .watch-video-btn-a-text{
      font-size: 16px;
  }
}
@media screen and (min-width: 0) and (max-width: 640px) {
  .view-pc {
    display : none !important;
  }
}

.view-sp {
  display : none !important;
}
@media screen and (min-width: 0) and (max-width: 640px) {
  .view-sp {
    display : block !important;
  }
}


.store .tmall,.store .jd{
	position: absolute;
    width: 38px;
    height: 38px;
    left: 60%;
    bottom: 16%;
	background-repeat: no-repeat;
    background-position: center;
	background-size: contain;
}
.store .tmall{
	background-image: url(/global_common/common/images/icon_tmall.png);
}
.store .jd{
	left: 64%;
	background-image: url(/global_common/common/images/icon_jd.png);
}

@media screen and (min-width: 0) and (max-width: 1024px) {
  .store .tmall, .store .jd{
      bottom: 7%;
  }
  .store .jd {
    left: 66%; 
	}
}
@media screen and (min-width: 0) and (max-width: 640px) {
	.store .tmall,.store .jd{
		position: absolute;
		width: 10vw;
		height: 10vw;
		left: 48%;
		transform: translateX(-50%);
		top: 106%;
		bottom: auto;
	}
	.store .tmall{
		transform: translateX(-110%);
	}
	.store .jd{
		transform: translateX(60%);
	}
}











.modalMessage-bg{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;z-index: 999;
}
.modalMessage-bg.is-active{
  display: block;
}
#modalMessage {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  /*left: 0;
  top: 0;
  width: 100%;
  height: 100%;*/
  width: 90%;height: 90%;left: 50%;top: 50%;transform: translate(-50%,-50%);box-shadow: 0px 0px 1vw #555151e3;
  background: rgba(0, 0, 0, 0.85);
  z-index: 10100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s linear, visibility 0s 0.3s;
  transition: opacity 0.3s linear, visibility 0s 0.3s;
}

#modalMessage.is-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear, visibility 0s;
  transition: opacity 0.3s linear, visibility 0s;
}

@media (min-width: 768px) {
  #modalMessage {
    padding: 8.33333vw;
  }
}

#modalMessage .btnClose {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  #modalMessage .btnClose {
    bottom: 2.43056vw;
    font-size: 1.66667vw;
    position: fixed;
    color: #fff;
    height: 3.47222vw;
    padding: 0 1.38889vw;
    cursor: pointer;
  }
}

@media (max-width: 767px) {
  #modalMessage .btnClose {
    bottom: 7.33333vw;
    line-height: 1;
    height: 10.66667vw;
    font-size: 4.26667vw;
    position: absolute;
    color: #353535;
    padding: 0 2.66667vw;
  }
}

#modalMessage .btnClose svg {
  display: block;
}

@media (min-width: 768px) {
  #modalMessage .btnClose svg {
    width: 1.31944vw;
    height: 1.31944vw;
    margin-right: 0.83333vw;
  }
}

@media (max-width: 767px) {
  #modalMessage .btnClose svg {
    width: 3.2vw;
    height: 3.2vw;
    margin-right: 2.13333vw;
  }
}

#modalMessage .btnClose svg path {
  fill: currentColor;
}

#modalMessage .modal_container {
  background: #fff;
  position: relative;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  #modalMessage .modal_container {
    padding: 5.55556vw;
    padding-right: 2.77778vw;
  }
}

@media (max-width: 767px) {
  #modalMessage .modal_container {
    padding: 5.33333vw;padding-right: 2vw;
    padding-top: 10.66667vw;
    padding-bottom: 25.33333vw;
  }
}

#modalMessage .modal_container .modal_inner {
  height: 100%;
  position: relative;
  overflow: hidden;
}

#modalMessage .modal_container .modal_inner .scroller-bar {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: #e7e8e8;
  overflow: hidden;
}

@media (min-width: 768px) {
  #modalMessage .modal_container .modal_inner .scroller-bar {
    width: 0.41667vw;
    border-radius: 0.41667vw;
  }
}

@media (max-width: 767px) {
  #modalMessage .modal_container .modal_inner .scroller-bar {
    width: 1.06667vw;
    border-radius: 1.06667vw;
  }
}

#modalMessage .modal_container .modal_inner .scroller-bar .scroller-bar-inner {
  background: #3e4042;
  width: 100%;
}

@media (min-width: 768px) {
  #modalMessage .modal_container .modal_inner .scroller-bar .scroller-bar-inner {
    border-radius: 0.41667vw;
    min-height: 3.47222vw;
  }
}

@media (max-width: 767px) {
  #modalMessage .modal_container .modal_inner .scroller-bar .scroller-bar-inner {
    min-height: 13.33333vw;
    border-radius: 1.06667vw;
  }
}

#modalMessage .modal_container .modal_scroller {
  position: relative;
  height: 100%;
  overflow-y: auto;
}

@media (min-width: 768px) {
  #modalMessage .modal_container .modal_scroller {
    margin-right: -1.38889vw;
    padding-right: 4.16667vw;
  }
}

@media (max-width: 767px) {
  #modalMessage .modal_container .modal_scroller {
    /*margin-right: -2.66667vw;*/
    padding-right: 2vw;
  }
}

#modalMessage .modal_container .modal_scroller .modal_scroller_inner {
  position: relative;
}

@media (min-width: 768px) {
  #modalMessage .modal_container .modal_scroller .modal_scroller_inner h3 {
    font-size: 2.5vw;
    line-height: 3.75vw;
    margin-bottom: 1.38889vw;
  }
}

@media (max-width: 767px) {
  #modalMessage .modal_container .modal_scroller .modal_scroller_inner h3 {
    font-size: 7.2vw;
    line-height: 10.66667vw;
    margin-bottom: 2.66667vw;
  }
}

#modalMessage .modal_container .modal_scroller .modal_scroller_inner p {
  color: #666666;
}

@media (min-width: 768px) {
  #modalMessage .modal_container .modal_scroller .modal_scroller_inner p {
    font-size: 1.25vw;
    line-height: 2.77778vw;
  }
}

@media (max-width: 767px) {
  #modalMessage .modal_container .modal_scroller .modal_scroller_inner p {
    font-size: 3.46667vw;
    line-height: 7.46667vw;
  }
}

#modalMessage .modal_container .modal_scroller .modal_scroller_inner p + p {
  margin-top: 2em;
}

#modalMessage .modal_container .modal_scroller .modal_scroller_inner .sign {
  display: table;
  margin-left: auto;
}

@media (min-width: 768px) {
  #modalMessage .modal_container .modal_scroller .modal_scroller_inner .sign {
    margin-top: 4.16667vw;
  }
  #modalMessage .modal_container .modal_scroller .modal_scroller_inner .sign p {
    font-size: 0.97222vw;
    text-align: right;
    line-height: 1.52778vw;
    margin-top: 1.38889vw;
  }
  #modalMessage .modal_container .modal_scroller .modal_scroller_inner .sign img {
    width: 11.45833vw;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  #modalMessage .modal_container .modal_scroller .modal_scroller_inner .sign {
    margin-top: 14.66667vw;
  }
  #modalMessage .modal_container .modal_scroller .modal_scroller_inner .sign p {
    font-size: 3.2vw;
    text-align: right;
    line-height: 5.06667vw;
    margin-top: 2.66667vw;
  }
  #modalMessage .modal_container .modal_scroller .modal_scroller_inner .sign img {
    width: 44vw;
    margin-left: auto;
  }
}

.modal_scroller::-webkit-scrollbar {
/*滚动条整体样式*/
  width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.modal_scroller::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius   : 10px;
  background-color: #000;
}
.modal_scroller::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #bcbcbc;
  border-radius: 10px;
}

.modal
{
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;

    display: none; 

    width: 100vw;
    height: 100vh;
}
.modal .modal-bg
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    opacity: .8;
    background: #000;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}
.modal .modal-inner
{
    position: absolute;
    z-index: 1; 
    top: 0;
    left: 50%;

    width: 100%;
    max-width: 1024px;
    height: 100%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.modal #player
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 90%;
    padding-top: 50%;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
@media screen and (min-width: 0) and (max-width: 1024px)
{
    .modal #player
    {
        min-width: 0;
        padding-top: 0%;
        height: 50vh;
    }
}
.modal #player iframe,
.modal #player video
{
    position: absolute;
    top: 0;
    right: 0;
    border: 0 none;
    width: 100% !important;
    height: 100% !important;
    display: none;
    background-color: #000;
}
.modal .modal-close
{
    position: absolute;
    z-index: 10;
    top: -70px;
    right: -10px;

    width: 50px;
    height: 50px;

    background-color: rgba(0,0,0,0);

    cursor: pointer;
    -webkit-transition: all .5s ease;
            transition: all .5s ease; 
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
@media screen and (min-width: 0) and (max-width: 1024px)
{
    .modal .modal-close
    {
        top: -60px;
        right: 0;

        width: 40px;
        height: 40px;
    }
}
.modal .modal-close:hover
{
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
}
.modal .modal-close:before
{
    position: absolute;
    top: 25px;
    right: 0;

    width: 100%;
    height: 2px;

    content: '';

    background: #fff;
}
@media screen and (min-width: 0) and (max-width: 1024px)
{
    .modal .modal-close:before
    {
        top: 20px;
        height: 1px;
    }
}
.modal .modal-close:after
{
    position: absolute;
    top: 0;
    left: 25px;

    width: 2px;
    height: 100%;

    content: '';

    background: #fff;
}
@media screen and (min-width: 0) and (max-width: 1024px)
{
    .modal .modal-close:after
    {
        left: 20px;
        width: 1px;
    }
}


@media screen and (max-width: 1024px) {
	.mean-container .mean-bar{
	    min-width: auto;
	}
    #body_inner {
        width: 100%;
        min-width: auto;
    }
	footer #footer_inner {
        width: 100%;
    }
	#footer_global .inner {
       	width: 100%;
    }
	
	
	
	
	
	
	
	
footer{
	padding:10% 0 0;
}


footer #footer_inner{
	width:100%;
	margin:0 auto 0;
}

footer dl{
	color:#acacac;color:#fff;
	padding:0;
}

footer dl#products{
	width:100%;
	float: inherit;
	margin-bottom:10%;
}

footer dl#products dd{
	width:45%;
	float: left;
	margin-right:10%;
}

footer dl#products dd:nth-child(odd){
	margin-right:0!important;
}

footer dl#products02{
	width:100%;
	float: inherit;
	margin-bottom:10%;
}


footer dl#products02 dd{
	width:45%;
	float: left;
	margin-right:10%;
}

footer dl#products02 dd:nth-child(odd){
	margin-right:0!important;
}

footer dl#contact{
	width:100%;
	float: inherit;
	margin-bottom:10%;
}

footer dl#contact dd{
	width:45%;
	float: left;
	margin-right:10%;
}

footer dl#contact dd:nth-child(odd){
	margin-right:0!important;
}

footer dl#company{
	width:100%;
	float: inherit;
	margin-bottom:10%;
}

footer dl#company dd{
	width:45%;
	float: left;
	margin-right:10%;
}

footer dl#company dd:nth-child(odd){
	margin-right:0!important;
}

footer dl#connect{
	width:100%;
	float: inherit;
	margin-bottom:10%;
}

footer dl#connect dd{
	width:45%;
	float: left;
	margin-right:10%;
}

footer dl#connect dd:nth-child(odd){
	margin-right:0!important;
}

footer dt{
	font-size:20px;
	font-weight:bold;
	margin-bottom:30px;
	line-height:1;
}

footer dd{
	padding-bottom:18px;
	line-height:1;
}

footer dd a:link{
	color:#FFF;
	text-decoration:none;
}

footer dd a:visited{
	color:#FFF;
	text-decoration:none;
}

footer dd a:hover{
	text-decoration:underline;
	color:#FFF;
}

footer dd a:active{
	text-decoration:none;
	color:#FFF;
} 
footer .qrcode-pc{display:none}
footer .qrcode-sp{display:block}
footer .qrcode{
	float: left !important;
}
footer .qrcode .image-befor {
    transform: rotateY(180deg);
}
footer .qrcode .image-after {
    transform: rotateY(0deg);
}

#footerNav{
	clear:both;
	background:#000;
	height: auto;
	width:100%;
	margin:0 auto;
	padding-top:10%;
}

#footerNav a:link{
	color:#FFF;
	text-decoration:none;
}

#footerNav a:visited{
	color:#FFF;
	text-decoration:none;
}

#footerNav a:hover{
	text-decoration:underline;
	color:#FFF;
}

#footerNav a:active{
	text-decoration:none;
	color:#FFF;
}

#footerNav #f_logo{
	float:left;
	width:137px;
	margin-right:45px;
	display:none;
}

#footerNav ul{
	margin: 0 auto;
	float:inherit;
}



#footerNav ul li:first-child
{
	border-left:none;
	padding-left:0;
}

#footerNav ul li:last-child
{
	border-right:none;
	padding-right:0;
}

#footerNav ul li{
	display:block;
	float:left;
	margin-top:0;
	line-height:1;
	border-right:1px solid #FFF;
	padding-right:3%;
	padding-left:3%;
}

#copy{
	float:right;
	margin-top:10%;
	line-height:1;
	clear:both;
}


#copy #sp_f_logo{
	width:22%;
	height: auto;
	float:left;
}

#copy small{
	float:right;
	line-height:45px;        text-align: left;
}

#twitter{
	background-image:url(../images/ico_twitter.png);
	background-repeat:no-repeat;
	background-position:left top;
	background-size: contain;
	padding:7px 0 8px 25px;
	margin-left:0;
	height:20px;
}

#facebook{
	background-image:url(../images/ico_facebook.png);
	background-repeat:no-repeat;
	background-size: contain;
	padding:7px 0 8px 25px;
	margin-left:0;
	height:20px;
}

#pinterest{
	background-image:url(../images/ico_pinterest.png);
	background-repeat:no-repeat;
	background-size: contain;
	padding:7px 0 8px 25px;
	margin-left:0;
	height:20px;
}

#youtube{
	background-image:url(../images/ico_youtube.png);
	background-repeat:no-repeat;
	background-size: contain;
	padding:7px 0 8px 25px;
	margin-left:0;
	height:20px;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}
@media screen and (max-width:1024px) { 
	.pc{
		display:block!important;
	}	
	.sp,
	.part-introduction .introduction.sp{
		display:none!important;
	}
}