.f-size-50 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  .f-size-50 {
    font-size: 40px;
  }
  .f-size-30 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1080px) {
  .f-size-50 {
    font-size: 32px;
  }
  .f-size-35 {
    font-size: 26px;
  }
  .f-size-25 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 735px) {
  .f-size-50 {
    font-size: 30px;
  }
  .f-size-35 {
    font-size: 22px;
  }
  .f-size-25 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 468px) {
  .f-size-50 {
    font-size: 28px;
  }
  .f-size-35 {
    font-size: 30px;
  }
  .f-size-25 {
    font-size: 16px;
  }
}
.slice_1 {
  background-color: #000000;
}
.slice_1 .section-content {
  padding: 13vw 0;
}
.slice_1 .ganbox .gan-links li {
  border-color: #e7731b;
  margin-bottom: 10px;
}
.slice_1 .tit {
  font-size: 66px;
  margin-bottom: 46px;
}
.slice_1 .videobtn {
  padding-top: 10vw;
  color: #07c5fb;
}
.slice_1 .videobtn .f-ib {
  cursor: pointer;
}
.slice_1 .yidong {
  display: inline-block;
}
.slice_1 .color-white {
  color: #e7731b;
  opacity: 0.85;
}
@media only screen and (max-width: 1370px) {
  .slice_1 .section-content {
    padding: 23vw 0;
  }
}
@media only screen and (max-width: 1209px) {
  .slice_1 .tit {
    margin-bottom: 30px;
    font-size: 50px;
  }
  .slice_1 .ganbox .gan-links li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 800px) {
  .slice_1 .section-content {
    padding: 40vw 0;
  }
}
@media only screen and (max-width: 735px) {
  .slice_1 .section-content {
    padding: 100px 0  90vw;
  }
  .slice_1 .tit {
    font-size: 9vw;
  }
}
@media only screen and (max-width: 550px) {
  .slice_1 .section-content {
    padding: 100px 0  90vw;
  }
  .slice_1 .tit {
    font-size: 11vw;
  }
  .slice_1 .ganbox .gan-links li {
    padding: 0 3vw;
  }
}
.slice_1_bg {
  background-image: url("/image/catalog/product/diet/NutriVisionMini/1.jpg?var=20220715");
  background-size: cover;
  background-position: bottom center;
  height: 100%;
  width: 100%;
  opacity: 0.7;
}
.nvmicon {
  background-image: url("/image/catalog/product/diet/NutriVisionMini/icons.png?var=20220715");
  background-size: 800%;
  width: 138px;
  height: 138px;
  margin: auto;
}
.minifeedericon {
  background-color: #0c0d21;
  padding-top: 100px;
  padding-bottom: 60px;
}
.minifeedericon .icon-box {
  text-align: center;
}
.minifeedericon .icon-item {
  text-align: center;
  width: 20%;
}
.minifeedericon .icon-txt {
  color: #cccccc;
  padding: 0 5px;
}
.minifeedericon .icon1 {
  background-position-x: 0%;
}
.minifeedericon .icon2 {
  background-position-x: 14.285%;
}
.minifeedericon .icon3 {
  background-position-x: 28.57%;
}
.minifeedericon .icon4 {
  background-position-x: 42.855%;
}
.minifeedericon .icon5 {
  background-position-x: 57.14%;
}
.minifeedericon .icon6 {
  background-position-x: 71.425%;
}
.minifeedericon .icon7 {
  background-position-x: 85.71%;
}
.minifeedericon .icon8 {
  background-position-x: 99.995%;
}
.minifeedericon .icon9 {
  background-image: url("/image/catalog/product/diet/NutriVisionMini/icon9.png?var=20220715");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}
.minifeedericon .section-content {
  width: 1400px;
  padding: 0 10px;
}
@media only screen and (max-width: 735px) {
  .minifeedericon {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .minifeedericon .nvmicon {
    width: 80px;
    height: 80px;
  }
  .minifeedericon .icon-item {
    text-align: center;
    width: 33%;
  }
  .minifeedericon .icon-txt {
    font-size: 14px;
  }
}
@media only screen and (max-width: 535px) {
  .minifeedericon .icon-txt {
    font-size: 12px;
  }
}
.diyiicon-item-img {
  background-image: url("/image/catalog/product/diet/NutriVisionMini/icon.png?var=20220715");
  background-size: 300%;
  background-position: center;
}
.slice3 {
  background-color: #000000;
  position: relative;
}
.slice3 .diyiceng {
  height: 150vh;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.slice3 .diyiceng .slice3txt {
  width: 900px;
  max-width: 100%;
  opacity: 0;
  -webkit-transform: translateY(40px) translateX(-50%);
  transform: translateY(40px) translateX(-50%);
  -webkit-transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.slice3 .diyiceng .slice3txt .txt {
  width: 90%;
  margin: auto;
  margin-bottom: 40px;
}
.slice3 .diyiceng.skrollable-after .slice3txt {
  opacity: 1;
  -webkit-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
}
.slice3 .diyiicon {
  font-size: 0;
}
.slice3 .diyiicon-item-txt {
  font-size: 16px;
}
.slice3 .diyiicon-item {
  display: inline-block;
  vertical-align: top;
  padding: 20px 50px;
}
.slice3 .diyiicon-item-img {
  width: 90px;
  height: 90px;
  margin: auto;
  margin-bottom: 20px;
  background-position-x: 0%;
}
@media only screen and (max-width: 735px) {
  .slice3 .diyiicon-item {
    padding: 0;
    width: 33.3%;
  }
  .slice3 .diyiicon-item-img {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 500px) {
  .slice3 .diyiicon-item-img {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 500px) {
  .slice3 .diyiicon-item-img {
    width: 50px;
    height: 50px;
  }
}
.slice3 .diyiicon2 {
  background-position-x: 50%;
}
.slice3 .diyiicon3 {
  background-position-x: 100%;
}
.slice3 .section-content {
  width: 1500px;
}
.slice3 .tianchong {
  height: 200vh;
}
.slice3 .fixedbgbox,
.slice3 .slice3fixedbg {
  height: 66vw;
  width: 100%;
  min-height: 150vh;
}
.slice3 .fixedbgbox,
.slice3 .slice3fixedbg {
  position: absolute;
}
.slice3 .skrollable-after.slice3fixedbg {
  position: fixed;
  bottom: 0;
}
.slice3 .fixedbgbox.skrollable-after {
  top: auto;
  bottom: 0;
}
.slice3 .fixedbgbox.skrollable-after .skrollable-after.slice3fixedbg {
  position: relative;
  bottom: 0;
}
.slice3box {
  padding-bottom: 60px;
}
.slice3box .slice3-item {
  background-color: #ffffff;
  border-radius: 50px;
  font-size: 0;
  position: relative;
  overflow: hidden;
  max-width: 90%;
  margin: auto;
  margin-bottom: 60px;
}
.slice3box .slice3-item-txt,
.slice3box .slice3-item-img {
  width: 50%;
  vertical-align: middle;
  display: inline-block;
}
@media only screen and (max-width: 735px) {
  .slice3box .slice3-item-txt,
  .slice3box .slice3-item-img {
    display: block;
    width: 100%;
    margin: auto;
  }
}
.slice3box .slice3txt {
  width: 600px;
  max-width: 80%;
  margin-left: 10%;
  padding: 50px 0 ;
}
@media only screen and (max-width: 735px) {
  .slice3box .slice3txt {
    padding-bottom: 10px;
  }
}
.slice3box .slice3-item-img {
  position: relative;
  z-index: 1;
  height: 700px;
}
@media only screen and (max-width: 735px) {
  .slice3box .slice3-item-img {
    height: auto;
  }
}
.slice3box .slice3-item-txt {
  position: relative;
  z-index: 2;
}
.slice3box .slice3video {
  position: relative;
  padding: 0% 3%;
  width: 40%;
  margin: auto;
  max-height: 100%;
  height: 100%;
}
.slice3box .slice3video video {
  width: auto;
  height: auto;
  max-width: 89%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slice3box .yidong {
  display: none;
}
@media only screen and (max-width: 735px) {
  .slice3box .slice3video {
    width: 32vw;
    height: 77vw;
    margin-bottom: 40px;
  }
  .slice3box .yidong {
    display: block;
  }
  .slice3box .pcduan {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .slice3box .slice3video {
    width: 38vw;
    height: 87vw;
  }
  .slice3box .slice3-item {
    border-radius: 10px;
    max-width: 100%;
  }
}
.sys_android .slice3videoimg,
.sys_uc .slice3videoimg {
  background-image: url("/image/catalog/product/diet/NutriVisionMini/3-2-3.jpg?var=20220715");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 95%;
  height: 100%;
  top: 0;
  left: 2%;
}
.slice3img1 {
  background-image: url("/image/catalog/product/diet/NutriVisionMini/3-1.jpg?var=20220715");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 816px;
  height: 816px;
  margin-top: -10%;
  margin-left: -10%;
  margin-bottom: -10%;
}
@media only screen and (max-width: 1080px) {
  .slice3img1 {
    margin-left: -30%;
    max-width: 100vw;
    max-height: 100vw;
  }
}
@media only screen and (max-width: 735px) {
  .slice3img1 {
    max-width: 50vw;
    max-height: 60vw;
    margin: auto;
  }
}
.slice3img2 {
  background-image: url("/image/catalog/product/diet/NutriVisionMini/3-2-1.png?var=20220715");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.slice3img3 {
  background-image: url("/image/catalog/product/diet/NutriVisionMini/3-3.jpg?var=20220715");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 735px) {
  .slice3img3 {
    height: 60vw;
  }
}
@media only screen and (max-width: 500px) {
  .slice3img3 {
    height: 100vw;
  }
}
.slice3fixedbg {
  background-image: url("/image/catalog/product/diet/NutriVisionMini/2-2.jpg?var=20220715");
  background-size: cover;
  background-position: center;
}
.slice4 .media-txt,
.slice4 .media-img {
  width: 50%;
}
.slice4 .slice4txt {
  width: 600px;
  max-width: 90%;
  margin: auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 1370px) {
  .slice4 .slice4txt {
    padding: 30px;
  }
}
@media only screen and (max-width: 970px) {
  .slice4 {
    padding-bottom: 50px;
  }
  .slice4 .slice4txt {
    padding: 60px 0 30px;
  }
  .slice4 .media-box {
    text-align: center;
  }
  .slice4 .media-txt,
  .slice4 .media-img {
    width: 80%;
  }
  .slice4 .slice4img {
    border-radius: 4px;
  }
}
@media only screen and (max-width: 735px) {
  .slice4 .media-txt,
  .slice4 .media-img {
    width: 90%;
  }
  .slice4 .slice4img {
    height: 75vw;
  }
}
.slice4img {
  background-image: url("/image/catalog/product/diet/NutriVisionMini/4.jpg?var=20220715");
  background-position: center;
  background-size: cover;
  height: 56vw;
}
.slice5img {
  background-image: url("/image/catalog/product/diet/NutriVisionMini/5_cn.jpg?var=20220715");
  background-repeat: no-repeat;
  background-size: contain;
  height: 50vw;
  margin-bottom: -15vw;
  margin-left: auto;
  width: 50vw;
  margin-right: 33vw;
}
.slice5img.en {
  background-image: url("/image/catalog/product/diet/NutriVisionMini/5_en.jpg?var=20220715");
}
.slice5 {
  background-color: #b1ccd3;
  padding-top: 10vw;
}
.slice5 .section-content {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1800px;
  height: 100%;
}
.slice5 .slice5txt {
  width: 700px;
  max-width: 40vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0%, -50%);
}
@media only screen and (max-width: 1370px) {
  .slice5 .slice5img {
    margin-right: 43vw;
    height: 74vw;
  }
}
@media only screen and (max-width: 735px) {
  .slice5 {
    padding-top: 60px;
  }
  .slice5 .section-content {
    position: relative;
    transform: none;
    left: 0;
  }
  .slice5 .slice5txt {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    transform: none;
    max-width: 90%;
  }
  .slice5 .fullbgimg {
    padding-top: 60px;
  }
  .slice5 .slice5img {
    margin-right: -31vw;
    height: 102vw;
    width: 100vw;
    margin-bottom: -24vw;
  }
}
@media only screen and (max-width: 500px) {
  .slice5 .fullbgimg {
    padding-top: 30px;
  }
  .slice5 .slice5img {
    margin-right: -31vw;
    height: 172vw;
    width: 122vw;
    margin-bottom: -55vw;
  }
}
.tiexin {
  background-color: #ecf1f4;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 80px;
}
.tiexin .tiexintxt {
  padding-top: 180px;
  padding-bottom: 130px;
  max-width: 90%;
  margin: auto;
  color: #7d868c;
}
.tiexin .tiexinimg-txt-sub {
  font-size: 0.6em;
  font-weight: 400;
}
.tiexin .section-content {
  width: 1400px;
}
.tiexin .tiexinimg-txt {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.tiexin.jp .tiexinimg-txt-sub {
  padding-top: 10px;
  text-align: left;
}
.tiexin .grid-item {
  padding: 15px;
}
.tiexin .grid {
  width: 1215px;
  max-width: 100%;
  margin: auto;
}
.tiexin-img {
  box-sizing: border-box;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 584px;
  max-width: 100%;
  height: 711px;
  max-height: 54.5vw;
  padding: 30px;
  margin: auto;
  border-radius: 10%;
}
.tiexinimg1 {
  background-image: url("/image/catalog/product/diet/NutriMini/7-1.jpg?var=20220715");
}
.tiexinimg2 {
  background-image: url("/image/catalog/product/diet/NutriMini/7-2.jpg?var=20220715");
}
.tiexinimg3 {
  background-image: url("/image/catalog/product/diet/NutriMini/7-3.jpg?var=20220715");
}
.tiexinimg4 {
  background-image: url("/image/catalog/product/diet/NutriMini/7-4.jpg?var=20220715");
}
@media only screen and (max-width: 1205px) {
  .tiexin .tiexinimg-txt {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .tiexin .tiexintxt {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .tiexin .tiexinimg-txt {
    font-size: 20px;
  }
  .tiexin-img {
    padding: 8%;
  }
}
@media only screen and (max-width: 735px) {
  .tiexin .grid {
    text-align: center;
  }
  .tiexin .tiexintxt {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .tiexin .tiexinimg-txt {
    padding: 0;
  }
  .tiexin .section-content {
    padding: 0 1%;
  }
  .tiexin .grid-item {
    padding: 1%;
  }
  .tiexin-img {
    max-height: 55.5vw;
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 735px) {
  .tiexin .grid-item {
    width: 80%;
    float: none;
    margin: auto;
  }
  .tiexin-img {
    max-height: 90vw;
  }
}
.donghua {
  background-color: #000;
  display: none;
}
.donghua .section-content {
  width: 1400px;
  max-width: 85%;
}
.donghua .donghua-txt {
  color: #ffffff;
  width: 80%;
  margin: auto;
}
.donghua .media-img,
.donghua .media-txt {
  width: 50%;
}
@media only screen and (max-width: 735px) {
  .donghua .donghua-txt {
    padding-top: 20vw;
  }
  .donghua .media-txt {
    width: 100%;
    margin: auto;
  }
  .donghua .media-img {
    width: 80%;
    display: block;
    margin: auto;
    margin-top: -30vw;
  }
}
@media only screen and (max-width: 500px) {
  .donghua .media-img {
    width: 100%;
  }
  .donghua .donghua-txt {
    width: 90%;
  }
  .donghua.en .section-content {
    max-width: 100%;
  }
}
.donghua .buyiyang {
  width: 500px;
  margin: auto;
}
@media only screen and (min-width: 1921px) {
  .donghua .buyiyang {
    width: 650px;
  }
}
@media only screen and (max-width: 1405px) {
  .donghua .buyiyang {
    width: 400px;
  }
}
@media only screen and (max-width: 1080px) {
  .donghua .buyiyang {
    width: 300px;
  }
}
@media only screen and (max-width: 735px) {
  .donghua .buyiyang {
    width: 70vw;
  }
}
.donghua.caifen .buyiyang {
  width: 600px;
}
@media only screen and (min-width: 1921px) {
  .donghua.caifen .buyiyang {
    width: 700px;
  }
}
@media only screen and (max-width: 1405px) {
  .donghua.caifen .buyiyang {
    width: 450px;
  }
}
@media only screen and (max-width: 1080px) {
  .donghua.caifen .buyiyang {
    width: 350px;
  }
}
@media only screen and (max-width: 735px) {
  .donghua.caifen .buyiyang {
    width: 74vw;
  }
}
.donghuaimg {
  height: 100vh;
  max-height: 134vw;
  background-image: url("/image/catalog/product/diet/NutriMini/donghua1.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 735px) {
  .donghua2 .media-img {
    margin-top: -10vw !important;
  }
}
.donghuaimg2 {
  background-image: url('/image/catalog/product/diet/NutriMini/donghua2.png');
}
.donghuaimg3 {
  background-image: url('/image/catalog/product/diet/NutriMini/wufeng.gif');
}
.donghuaimg5 {
  background-size: 2000% 100%;
  background-image: url('/image/catalog/product/diet/NutriMini/mada.jpg');
  background-repeat: no-repeat;
  animation-name: keyframes-linshi;
  animation-duration: 0.8s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: steps(1);
}
@keyframes keyframes-linshi {
  0% {
    width: 100%;
    height: 0;
    padding-bottom: 180%;
    background-image: url('/image/catalog/product/diet/NutriMini/mada.jpg');
    background-size: 2000% 100%;
  }
  5.00% {
    background-position: 5.26315789% 0%;
  }
  10.00% {
    background-position: 10.52631579% 0%;
  }
  15.00% {
    background-position: 15.78947368% 0%;
  }
  20.00% {
    background-position: 21.05263158% 0%;
  }
  25.00% {
    background-position: 26.31578947% 0%;
  }
  30.00% {
    background-position: 31.57894737% 0%;
  }
  35.00% {
    background-position: 36.84210526% 0%;
  }
  40.00% {
    background-position: 42.10526316% 0%;
  }
  45.00% {
    background-position: 47.36842105% 0%;
  }
  50.00% {
    background-position: 52.63157895% 0%;
  }
  55.00% {
    background-position: 57.89473684% 0%;
  }
  60.00% {
    background-position: 63.15789474% 0%;
  }
  65.00% {
    background-position: 68.42105263% 0%;
  }
  70.00% {
    background-position: 73.68421053% 0%;
  }
  75.00% {
    background-position: 78.94736842% 0%;
  }
  80.00% {
    background-position: 84.21052632% 0%;
  }
  85.00% {
    background-position: 89.47368421% 0%;
  }
  90.00% {
    background-position: 94.73684211% 0%;
  }
  95.00%,
  100% {
    background-position: 100% 0%;
  }
}
.donghua6 {
  padding-top: 200px;
}
@media only screen and (max-width: 735px) {
  .donghua6 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 505px) {
  .donghua6 {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 735px) {
  .donghua6 .xian .txt {
    top: -2vw;
    font-size: 4vw;
  }
}
@media only screen and (max-width: 380px) {
  .donghua6 .xian .txt {
    top: -2vw;
    font-size: 4vw;
  }
}
.donghua6 .xian {
  position: absolute;
  border-color: #f96808;
  width: 50%;
}
.donghua6 .xian .yuan {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f96808;
  position: absolute;
  right: 0;
  top: -3px;
}
.donghua6 .xian .txt {
  position: absolute;
  color: #ffffff;
  right: 112%;
  top: -17px;
  white-space: nowrap;
}
.donghua6 .xian1 {
  left: -21%;
  top: 10%;
}
.donghua6 .xian2 {
  left: -21%;
  top: 30%;
}
@media only screen and (max-width: 735px) {
  .donghua6.en .section-content {
    max-width: 100%;
  }
  .donghua6.en .xian .txt {
    top: -3vw;
    font-size: 2.9vw;
  }
}
.donghuaimg6 {
  background-image: url('/image/catalog/product/diet/NutriMini/gai.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 630px;
  height: 590px;
  max-width: 50vw;
  max-height: 46vw;
  margin-left: auto;
  margin-right: 0;
  margin-top: 100px;
  position: relative;
}
.caifen.active .caifenimg {
  animation-name: caifen;
  animation-duration: 3s;
  animation-delay: 0s;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-timing-function: steps(1);
}
.caifenimg {
  width: 100%;
  height: 0;
  padding-bottom: 166.24319419%;
  background-image: url('/image/catalog/product/diet/NutriMini/caifen.jpg');
  background-size: 2500% 100%;
  background-repeat: no-repeat;
}
@keyframes caifen {
  0% {
    width: 100%;
    height: 0;
    padding-bottom: 166.24319419%;
    background-image: url('/image/catalog/product/diet/NutriMini/caifen.jpg');
    background-size: 2500% 100%;
  }
  4.00% {
    background-position: 4.16666667% 0%;
  }
  8.00% {
    background-position: 8.33333333% 0%;
  }
  12.00% {
    background-position: 12.5% 0%;
  }
  16.00% {
    background-position: 16.66666667% 0%;
  }
  20.00% {
    background-position: 20.83333333% 0%;
  }
  24.00% {
    background-position: 25% 0%;
  }
  28.00% {
    background-position: 29.16666667% 0%;
  }
  32.00% {
    background-position: 33.33333333% 0%;
  }
  36.00% {
    background-position: 37.5% 0%;
  }
  40.00% {
    background-position: 41.66666667% 0%;
  }
  44.00% {
    background-position: 45.83333333% 0%;
  }
  48.00% {
    background-position: 50% 0%;
  }
  52.00% {
    background-position: 54.16666667% 0%;
  }
  56.00% {
    background-position: 58.33333333% 0%;
  }
  60.00% {
    background-position: 62.5% 0%;
  }
  64.00% {
    background-position: 66.66666667% 0%;
  }
  68.00% {
    background-position: 70.83333333% 0%;
  }
  72.00% {
    background-position: 75% 0%;
  }
  76.00% {
    background-position: 79.16666667% 0%;
  }
  80.00% {
    background-position: 83.33333333% 0%;
  }
  84.00% {
    background-position: 87.5% 0%;
  }
  88.00% {
    background-position: 91.66666667% 0%;
  }
  92.00% {
    background-position: 95.83333333% 0%;
  }
  96.00%,
  100% {
    background-position: 100% 0%;
  }
}
.scroll-box {
  background-color: #000;
}
.scroll-box .scroll-section-productbg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.scroll-box .scroll-section {
  min-height: 700px;
  height: 110vh;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .scroll-box .scroll-section {
    min-height: 500px;
    height: 130vh;
  }
}
.scroll-box .scroll-section .section-content {
  width: 1400px;
  height: 100%;
  margin: auto;
  max-width: 85%;
}
.scroll-box .scroll-section .scroll-section-txtbox {
  width: 100%;
  height: 100vh;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .scroll-box .scroll-section .scroll-section-txtbox {
    position: absolute !important;
  }
}
.scroll-box .scroll-section.skrollable-before .scroll-section-txtbox {
  position: fixed;
}
.scroll-box .scroll-section .scroll-section-txt {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-54%);
  width: 600px;
  max-width: 50%;
}
@media only screen and (max-width: 1024px) {
  .scroll-box .scroll-section .scroll-section-txt {
    max-width: 80%;
    top: 50vw;
    transform: none;
  }
}
.scroll-box .scroll-section.diyige .scroll-section-txtbox {
  position: absolute;
}
@media only screen and (max-width: 1024px) {
  .scroll-box .scroll-section.diyige .scroll-section-txt {
    max-width: 80%;
    top: auto;
    bottom: 0;
    transform: none;
  }
}
@media only screen and (max-width: 1024px) {
  .scroll-box .scroll-section.zuihou .scroll-section-txt {
    max-width: 80%;
    top: 10vw;
    bottom: auto;
    transform: none;
  }
}
.scroll-box .scroll-section .tit,
.scroll-box .scroll-section .txt {
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.5s;
}
.scroll-box .scroll-section .txt {
  transition-delay: 0.1s;
}
.scroll-box .scroll-section.skrollable-between .scroll-section-txtbox {
  position: fixed;
  top: 0;
}
.scroll-box .scroll-section.skrollable-between .tit,
.scroll-box .scroll-section.skrollable-between .txt {
  transform: translateY(0);
  opacity: 1;
}
.scroll-box .scroll-section.skrollable-after .scroll-section-txtbox {
  position: fixed;
  top: 0;
}
.scroll-box .scroll-section.skrollable-after .tit,
.scroll-box .scroll-section.skrollable-after .txt {
  opacity: 0;
  transform: translateY(-40px);
}
.scroll-box .scroll-section.zuihou.skrollable .scroll-section-txtbox {
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 500px) {
  .scroll-box.en .scroll-section .scroll-section-txt {
    max-width: 100%;
  }
}
.scroll-box.skrollable-after .scroll-section .scroll-section-txtbox {
  visibility: hidden !important;
}
html.sys_android #scrollbox {
  display: none;
}
html.sys_android .donghua {
  display: block;
}
.productbg {
  position: absolute;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  top: 0;
  z-index: 1;
}
.productbg .canvas-box {
  position: absolute;
  top: 50%;
  font-size: 0;
  transform: translateY(-54%) translateX(10%);
  right: -19%;
}
@media only screen and (max-width: 1820px) {
  .productbg .canvas-box {
    transform: translateY(-54%) translateX(17%);
  }
}
@media only screen and (max-width: 1024px) {
  .productbg .canvas-box {
    top: auto;
    bottom: 50px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media only screen and (max-width: 500px) {
  .productbg .canvas-box {
    bottom: 20vw;
  }
}
.productbg .section-content {
  width: 1650px;
  max-width: 82%;
  height: 100%;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .productbg .section-content {
    max-width: 100%;
  }
}
.productbg.skrollable-between {
  position: fixed;
  top: 0;
}
.productbg.skrollable-after {
  bottom: 0;
  top: auto;
}
.productbg canvas {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 1500px;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 0;
  transition: opacity 1s ;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .productbg canvas {
    max-width: 1500px;
  }
}
@media only screen and (max-width: 800px) {
  .productbg canvas {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 1024px) and (max-height: 900px) {
  .productbg canvas {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 750px) {
  .productbg canvas {
    max-width: 750px;
  }
}
@media only screen and (max-width: 460px) {
  .productbg canvas {
    max-width: 750px;
  }
}
@media only screen and (max-width: 380px) {
  .productbg canvas {
    max-width: 550px;
  }
}
@media only screen and (max-width: 350px) {
  .productbg canvas {
    max-width: 550px;
  }
}
#shijiao {
  transition: all 0.5s;
}
.gaitxt {
  width: 1500px;
  height: 1000px;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 150;
  opacity: 0;
  font-size: 16px;
  transition: opacity 1s ;
}
.gaitxt .xian {
  position: absolute;
  border-color: #f96808;
  width: 18%;
}
@media only screen and (max-width: 1700px) {
  .gaitxt .xian {
    width: 14vw;
  }
}
@media only screen and (max-width: 1500px) {
  .gaitxt .xian {
    width: 10vw;
  }
}
@media only screen and (max-width: 1024px) {
  .gaitxt .xian {
    width: 110px;
  }
}
@media only screen and (max-width: 735px) {
  .gaitxt .xian {
    width: 60px;
  }
}
@media only screen and (max-width: 380px) {
  .gaitxt .xian {
    width: 50px;
  }
}
.gaitxt .xian .yuan {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f96808;
  position: absolute;
  right: 0;
  top: -3px;
}
.gaitxt .xian .txt {
  position: absolute;
  color: #ffffff;
  right: 100%;
  top: -17px;
  padding-right: 10PX;
  white-space: nowrap;
  text-shadow: 0 0 5px black;
}
.gaitxt .xian1 {
  right: 57%;
  top: 47.2%;
}
.gaitxt .xian2 {
  right: 57%;
  top: 62%;
}
@media only screen and (max-width: 735px) {
  .gaitxt .xian .txt {
    top: -1em;
    font-size: 20px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 380px) {
  .gaitxt .xian .txt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 350px) {
  .gaitxt .xian .txt {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1500px) {
  .gaitxt .xian1 {
    right: 50.6%;
    top: 46.3%;
  }
  .gaitxt .xian2 {
    right: 50.6%;
  }
}
@media only screen and (max-width: 735px) {
  .gaitxt.en .section-content {
    max-width: 100%;
  }
  .gaitxt.en .xian .txt {
    top: -14px;
    font-size: 13px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 735px) and only screen and (max-width: 380px) {
  .gaitxt.en .xian .txt {
    font-size: 12px;
  }
}
#scrollsection6,
#scrollsection5 {
  height: 130vh;
}
#canvas-zhanwei {
  position: relative;
  top: 0;
  transform: none;
}
#neibubox {
  transition: opacity 1s ;
}
#canvas-productbg {
  width: auto;
  height: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: 0;
  z-index: 1;
  opacity: 1;
}
#canvas-productbg2 {
  opacity: 1;
}
#canvas-zhuanye {
  opacity: 0.3;
}
#canvas-mada {
  opacity: 0.2;
}
#canvas-liangtong {
  opacity: 1;
}
#canvas-xian {
  animation-iteration-count: 2;
}
@keyframes shan {
  0%,
  60% {
    opacity: 0;
  }
  50%,
  100% {
    opacity: 1;
  }
}
.xuhang {
  background-color: #b6c3cb;
}
.xuhang .section-content,
.xuhang .xuhangbeizhutxt {
  width: 1500px;
  margin: auto;
  max-width: 90%;
}
.xuhang .xuhangtxt {
  width: 550px;
  max-width: 100%;
  padding-top: 24vw;
}
.xuhang .xuhangicon {
  padding-top: 20px;
}
.xuhang .xuhangicon .xuhangicon-item {
  display: inline-block;
  vertical-align: top;
}
.xuhang .xuhangicon .xuhangicon-item + .xuhangicon-item {
  margin-left: 50px;
}
.xuhang .xuhangicon .xuhangicon-txt {
  font-size: 24px;
  color: #f60;
  text-align: center;
  padding-top: 15px;
}
.xuhang .xuhangbeizhu {
  position: absolute;
  bottom: 50px;
  width: 100%;
  color: #333;
  font-size: 16px;
  text-shadow: 0 0 2px #b6c3cb;
}
@media only screen and (max-width: 1080px) {
  .xuhang .xuhangicon .xuhangicon-img {
    width: 60px;
    height: 60px;
  }
  .xuhang .xuhangicon .xuhangicon-txt {
    font-size: 16px;
  }
  .xuhang .xuhangtxt {
    padding-top: 10vw;
  }
  .xuhang .xuhangimg {
    margin-top: -15vw;
    width: 62vw;
  }
  .xuhang .xuhangbeizhu {
    bottom: 30px;
  }
}
@media only screen and (max-width: 880px) {
  .xuhang .xuhangimg {
    margin-top: -5vw;
    width: 80vw;
    height: 77vw;
  }
}
@media only screen and (max-width: 735px) {
  .xuhang .xuhangimg {
    margin-top: 0vw;
    width: 88vw;
    height: 88vw;
  }
  .xuhang .xuhangbeizhu {
    bottom: 20px;
  }
}
.xuhangicon-img {
  background-image: url("/image/catalog/product/diet/NutriMini/usb.png");
  background-size: contain;
  width: 100px;
  height: 100px;
  margin: auto;
}
.xuhangicon2 {
  background-image: url("/image/catalog/product/diet/NutriMini/battery.png");
}
.xuhangimg {
  background-image: url("/image/catalog/product/diet/NutriVisionMini/dianchi.jpg");
  height: 60vw;
  background-size: cover;
  background-position: top left;
  width: 50vw;
  margin-left: auto;
  margin-top: -37vw;
}
.rongliang {
  background-color: #000;
}
.rongliang .media-img {
  width: 55%;
}
.rongliang .media-txt {
  width: 45%;
}
.rongliang .rongliang-txt {
  width: 600px;
  max-width: 90%;
}
.rongliang .media-img {
  padding-top: 6vw;
}
.rongliang .rongliangtedian {
  color: #f60;
  font-size: 24px;
  padding-top: 30px;
}
.rongliang .rongliangtedian .rongliangtedian-item {
  display: inline-block;
  vertical-align: top;
  padding-right: 50px;
}
.rongliang .rongliangtedian .rongliangtedian-item + .rongliangtedian-item {
  padding-left: 50px;
  padding-right: 0;
  text-align: center;
  border-left: 2px solid #f60;
}
.rongliang .rongliangtedian .rongliangtedian-small {
  padding-top: 5px;
}
.rongliang .rongliangtedian-big {
  font-size: 0;
}
.rongliang .rongliangtedian-big span {
  font-size: 90px;
  line-height: 1;
}
.rongliang .rongliangtedian-big .danwei {
  font-size: 30px;
  margin-left: 10px;
}
.rongliang .yidong {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .rongliang .rongliangtedian {
    font-size: 2vw;
  }
  .rongliang .rongliangtedian .rongliangtedian-item {
    padding-right: 10%;
  }
  .rongliang .rongliangtedian .rongliangtedian-item + .rongliangtedian-item {
    padding-left: 10%;
  }
  .rongliang .rongliangtedian .rongliangtedian-big span {
    font-size: 7vw;
  }
  .rongliang .rongliangtedian .rongliangtedian-big .danwei {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 735px) {
  .rongliang {
    padding-bottom: 30px;
  }
  .rongliang .rongliangtedian {
    font-size: 4vw;
  }
  .rongliang .rongliangtedian .rongliangtedian-big span {
    font-size: 10vw;
  }
  .rongliang .rongliangtedian .rongliangtedian-big .danwei {
    font-size: 4vw;
  }
  .rongliang .rongliang-txt {
    margin: auto;
    padding: 60px 0 30px;
  }
  .rongliang .media-img,
  .rongliang .media-txt {
    width: 100%;
  }
  .rongliang .yidong {
    display: block;
  }
  .rongliang .pcduan {
    display: none;
  }
  .rongliang .rongliangimg {
    height: 107vw;
    width: 80%;
    margin-bottom: -43vw;
  }
}
@media only screen and (max-width: 500px) {
  .rongliang .rongliangimg {
    height: 148vw;
    width: 80%;
    margin-bottom: -64vw;
  }
}
.rongliangimg {
  background-image: url("/image/catalog/product/diet/NutriVisionMini/8.jpg");
  height: 60vw;
  width: 80%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  margin-bottom: -9vw;
}
.feederSize {
  background-image: url("/image/catalog/product/diet/NutriVisionMini/size.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 300px;
  height: 300px;
  max-width: 100%;
  max-height: 60vw;
}
.feederbtn {
  background-image: url("/image/catalog/product/diet/NutriVisionMini/buton2.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  max-width: 100%;
  max-height: 60vw;
}
.baozhuang-list {
  background: url("/image/catalog/product/diet/NutriVisionMini/mini_feeder.jpg") no-repeat;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 150px !important;
  height: 210px  !important;
}
.Bowl {
  background-image: url("/image/catalog/product/diet/NutriMini/Bowl.jpg");
}
.ps {
  background-image: url("/image/catalog/product/diet/NutriMini/Desiccant.jpg");
}
.usb {
  background-image: url("/image/catalog/product/diet/NutriVisionMini/usb.jpg") !important;
}
