@keyframes pace-spinner{from{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes zoomInOut{from{transform:scale(1.15)}50%{transform:none}100%{transform:scale(1.15)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeInDown{from{opacity:0;transform:translate(0,-10px)}to{opacity:1;transform:none}}@keyframes fadeInUp{from{opacity:0;transform:translate(0,20px)}to{opacity:1;transform:none}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;transform:translate(0,-20px)}}@keyframes fadeInModal{from{opacity:0;transform:scale(.95) translateY(5px)}to{opacity:1;transform:none}}@keyframes tada{0%{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{transform:scale3d(1,1,1)}}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{transform:none}}@keyframes scaleUp{0%{transform:scale(.8) translateY(100vh);opacity:0}100%{transform:none;opacity:1}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.15,1.15,1.15)}to{transform:scaleX(1)}}.scaleUp{animation:scaleUp .5s cubic-bezier(.165,.84,.44,1) forwards}@keyframes scaleDown{0%{transform:scale(1) translateY(0);opacity:1}100%{transform:scale(.8) translateY(100vh);opacity:0}}.scaleDown{animation:scaleDown .5s cubic-bezier(.165,.84,.44,1) forwards}.zoomIn{animation:zoomIn .2s ease both!important}.zoomOut{animation:zoomOut .2s ease both!important}.fadeIn{animation:fadeIn .2s ease both!important}.fadeOut{animation:fadeOut .2s ease both!important}.fadeInUp{animation:fadeInUp .2s ease both!important}.fadeInDown{animation:fadeInDown .2s ease both!important}.fadeInModal{animation:fadeInModal .2s ease both!important}.fadeOutUp{animation:fadeOutUp .2s ease both!important}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}@keyframes fadeInOutLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translate3d(100%,0,0)}}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transform:translateZ(0) scaleY(.95);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transform:translateZ(0) scaleY(.95);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}:root{--header-height:53px;--footer-height:58px;--main-height:calc(var(--100vh, 100vh) - var(--header-height) - var(--footer-height));--tabbar-height:58px;--bg-video-height:calc(var(--100vh) - var(--header-height) - var(--tabbar-height));--btn-size:32px;--btn-icon-size:14px;--btn-position-inset:12px;--btn-radius:12px;--mm-primary:#ffbc0d;--mm-secondary:#0d3a25;--mm-border-radius:20px;--mm-border-radius-sm:16px}@media (min-width:768px){:root{--header-height:60px;--tabbar-height:80px;--btn-size:48px;--btn-icon-size:20px;--btn-position-inset:20px;--btn-radius:16px}}@media (min-width:991px){:root{--header-height:61px;--footer-height:320px;--tabbar-height:0px}}html.isMiniProgram{--header-height:0px;--tabbar-height:0px}html.isMiniProgram .mobile-bottom-bar,html.isMiniProgram footer,html.isMiniProgram header{display:none!important}html.isMiniProgram .main-content{min-height:100vh;padding-bottom:0!important}img{max-width:100%}.main-content{min-height:calc(100vh - 120px)}@media (min-width:991px){.main-content{padding-bottom:0}}.main-content img{display:block;-o-object-fit:contain;object-fit:contain}@media (min-width:768px){.visible-mobile{display:none}}.page-wrap header{position:fixed;left:0;right:0;top:0;background-color:transparent;pointer-events:none}.page-wrap header .inner-wrap{pointer-events:all}.mobile-bottom-bar{box-sizing:content-box;padding-bottom:env(safe-area-inset-bottom)}.farm-topic-page{--page-nav-height:54px;--section-title:60px;--plyr-color-main:var(--mm-primary);--plyr-video-controls-background:none;padding-top:var(--page-nav-height);font-size:16px;font-weight:400;line-height:24px;letter-spacing:.05em;opacity:0;transition:opacity .32s ease;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.farm-topic-page.page-ready{opacity:1}.farm-topic-page strong{font-weight:700}@media (min-width:768px){.farm-topic-page{--page-nav-height:61px;--section-title:80px;font-size:24px;line-height:36px}}.farm-topic-page h2{margin-top:0;margin-bottom:16px;font-size:0;font-weight:700;line-height:1}@media (min-width:768px){.farm-topic-page h2{margin-bottom:20px}}.farm-topic-page h2 img{display:block;height:calc(var(--section-title) * var(--section-title-scale,1))}.farm-topic-page__container{padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto;width:100%;max-width:1160px;color:var(--mm-secondary)}@media (min-width:768px){.farm-topic-page__container{padding-left:20px;padding-right:20px}}.farm-topic-page__section-first{--bg-mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 3708 225' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve'%3E %3Cuse x='0' y='0' width='1237' height='225' xlink:href='%23video-mask'%3E%3C/use%3E %3Cuse x='1236' y='0' width='1237' height='225' xlink:href='%23video-mask'%3E %3C/use%3E %3Cuse x='2472' y='0' width='1237' height='225' xlink:href='%23video-mask'%3E%3C/use%3E %3Csymbol id='video-mask' viewBox='0 0 1237 225'%3E %3Cdefs%3E %3CclipPath id='mask'%3E %3Crect width='1237' height='225' rx='0'/%3E %3C/clipPath%3E %3C/defs%3E %3Cpath clip-path='url(%23mask)' fill='%23FFF' fill-rule='evenodd' d='M1237 0H0v225h1237V0Zm-122.19 214.255c-63.12 10.176-83.43-86.577-70.13-129.445 3.71-11.97 11.63-23.277 23.02-29.81q7.74-4.44 18.81-5.323c38.39-3.059 31.8-6.859 38.71-30.77 5.06-14.732 33.55-9.187 31.28 2.161-.35 1.731-.82 3.018-1.17 3.961-.66 1.809-.86 2.355 1.17 2.355 11.64 0 18.82-12.99 40.47-12.99 17.96 0 29.93 4.818 29.93 12.99 0 5.541-20.95 20.99-39.18 20.207 0 7.238 19.86 4.43 29.93 12.56 10.07 8.131 15.02 23.568 16.1 32.493q1.25 10.205-.09 23.167c-4.01 38.873-23.7 93.085-70.98 98.382q-7.88.883-17.03-.317c-11.07-1.451-19.9-1.37-30.84.379ZM880.276 31.045c.984-.08 1.928-.156 2.724-.156 37.9.002 58.655.151 96.555.151 30.505 0 51.035 16.584 51.035 41.681.28 8.905.21 13.414.12 19.106-.05 3.283-.11 6.96-.11 12.1 4.45 11.212 1.28 20.863-2.19 31.432-.44 1.351-.89 2.717-1.32 4.103-1.61 5.089-10.52-1.134-15.64-4.71-.38-.269-.75-.524-1.09-.757q-.63 4.535-.3 12.176c.21 4.809 1.91 9.986 1.91 14.991 0 4.422-1.61 11.036-1.61 15.342 0 9.295 3.42 14.928 3.42 24.178 0 16.275-31.54 16.853-39.338 7.847l-.764.001c-5.92.011-12.255.022-15.862-5.624-2.323-3.635-1.712-7.511-1.092-11.435.286-1.816.574-3.642.574-5.46 0-4.198-.677-8.874-2.186-12.769-4.28-6.262-5.091-15.028-5.091-22.42 0-2.14-1.952-1.873-3.352-1.68-.262.036-.505.069-.712.083-7.53.522-19.836-.05-27.522-1.562-10.099-1.986-11.388 2.125-12.609 11.898-.711 5.687-2.864 9.269-6.311 13.804-1.419 6.407.221 13.958 1.93 20.102 5.642 20.29-20.79 26.576-34.662 17.429-1.521 0-3.153.097-4.833.197-6.783.402-14.361.852-18.708-4.833q-2.405-3.144-2.405-7.189c0-3.528.98-6.553 1.925-9.47 1.402-4.329 2.728-8.422.661-13.573-1.263-3.145-.931-6.349-.602-9.525.361-3.479.718-6.924-1.029-10.221-1.03-1.942-2.333-4.098-4.14-5.424-17.845-13.086-22.422-37.516-22.422-57.854a33.62 33.62 0 0 1-9.08-1.18c-10.232-2.764-20.064-11.099-18.798-22.675.405-3.707 1.861-7.111 3.475-10.432 2.791-5.748 5.374-18.43 2.37-22.094-3.701-4.513-12.325-15.726-5.866-20.757 3.217-1.66 6.636-.787 10.126.104 2.873.734 5.794 1.48 8.693.837 2.32-.515 4.62-2.877 7.298-3.967 10.949-4.453 23.07-4.056 32.897 3.967 6.884-2.267 20.023-4.983 26.064-.819q5.891 3.438.903 12.1c-1.076 3.604 3.227 3.257 6.964 2.957Zm-722.109 53.8c-17.895 5.12-75.235 5.542-68.75-19.865 1.789-7.35 10.224-5.554 16.17-7.59q2.664-.912 4.759-2.811 2.198-1.993 3.211-4.566 1.218-3.096.411-6.17-.282-1.075-.788-2.048l.012-.028q.931-2.13 1.03-4.36.095-2.138-.583-4.107.162-.214.315-.436 2-2.91 1.809-6.388-.274-4.986-4.764-8.499-2.943-2.302-7.258-4.052-3.995-1.621-8.765-2.615-4.74-.987-9.649-1.232-5.123-.256-9.84.33-11.116 1.38-17.425 6.935-3.798 3.344-5.432 7.914-1.221 3.414-1.154 7.315-.56.398-1.126.82-1.373-1.04-2.337-1.675-3.152-2.076-6.072-2.92-2.862-.828-5.626-.128-2.706.684-4.689 2.66-1.938 1.93-2.696 4.61-.76 2.693-.148 5.541.37 1.725 1.119 3.604-1.811.35-3.255.768-6.71 1.939-10.45 6.137-2.625 2.947-3.421 6.817-.712 3.458.153 7.097.801 3.368 2.803 6.283.64.931 1.362 1.757-4.01 7.398-7.021 16.444-6.24 18.742-6.977 37.329-.834 21.003 5.642 38.03c14.48 38.072 71.977 56.944 109.725 46.322q8.346-2.349 16.174-7.008c9.832-5.853 19.805-18.524 29.996-22.419 10.571-4.04 18.105-7.355 28.03-13.017 11.327-6.462 23.614-22.109 18.069-35.689q6.697-8.223 10.66-17.393c2.287-5.29 2.393-11.895-1.365-16.551-3.444-4.267-2.224-7.939-.875-12 .826-2.487 1.7-5.12 1.583-8.127-.459-11.73-12.099-14.863-21.787-11.207-16.078 6.067-23.374 11.207-40.78 16.187Zm319.031-39.842c-6.457 13.002-24.202 64.722-18.37 102.054 2.208 14.133 8.512 33.544 12.757 37.76 1.481 1.47.25 4.821-.962 8.121-.936 2.55-1.861 5.068-1.516 6.666 1.319 6.103 6.539 9.786 12.078 11.928 7.275 2.815 16.369 4.095 23.813 1.202 4.057-1.577 5.08-4.618 6.01-7.384.932-2.773 1.771-5.27 5.48-5.746 8.733-1.119 28.246-5.601 41.843-20.4 18.17-12.225 53.082-73.438 46.435-91.849-2.874-7.962-13.223-8.576-20.977-9.035-3.471-.206-6.421-.38-7.949-1.17-1.792-.925-1.76-2.117-1.709-4.016.009-.34.019-.7.019-1.087 0-2.245.974-6.78 1.689-10.197 5.454-26.032-2.067-59.313-31.105-49.322-13.549 4.662-24.661 16.777-32.247 28.42-2.334 3.583-2.227 7.68-5.183 9.157-2.041 1.02-5.125-.317-6.633-2.04-8.174-9.745-14.298-14.322-23.473-3.062Zm192.884 4.98c.567-3.98 1.204-8.452 3.357-13.361 10.543-24.036 43.005-31.604 65.44-21.151 18.663 8.695 30.387 28.33 34.249 48q2.002 10.199 1.468 21.09c-.505 10.318 5.393 13.147 12.504 16.558 3.832 1.838 8.016 3.846 11.74 7.285 10.767 9.944 17.133 22.751 15.183 37.704-5.204 39.891-54.089 67.566-92.489 64.897q-11.402-.793-21.212-5.553c-7.402-3.592-10.815-1.145-15.141 1.955-3.062 2.195-6.582 4.718-12.297 5.66-28.289 4.663-50.979-8.243-58.355-36.681-6.501-25.068-4.077-53.254 7.433-76.572 7.277-14.743 17.973-27.484 34.129-32.326 12.009-3.598 12.861-9.575 13.991-17.505ZM405.148 30.331q2.03 5.702.527 10.566c21.904 7.861 34.684 28.334 40.494 51.654 6.336 25.435 2.449 55.415-10.571 78.129-25.887 45.159-91.447 55.494-135.177 32.44-18.451-1.408-34.196-7.872-48.748-20.186-33.576-28.411-28.645-112.187 7.975-134.147 14.088-8.449 18.616-8.144 24.623-9.976 6.229-4.536 12.445-6.93 18.395-8.096q2.299-12.534 11.482-15.884 10.499-3.831 33 5.669c2.253-2.604 8.574-5.67 12.595-5.669 3.931 0 6.267.56 11.418 2.884 4.804 2.169 5.987 5.93 5.987 8.616q24.5-5.831 28 4Z'/%3E %3C/symbol%3E %3C/svg%3E");height:calc(var(--100vh,100vh) * 2);background-color:#eee}.farm-topic-page__section-first .bg-video,.farm-topic-page__section-first .bg-video-mask{top:var(--header-height);left:0;right:0;overflow:hidden}.farm-topic-page__section-first .bg-video-mask{height:calc(var(--100vh) - var(--header-height) - var(--tabbar-height) + 1px)}.farm-topic-page__section-first .bg-video{height:var(--bg-video-height)}.farm-topic-page__section-first .bg-video{position:sticky;z-index:0}.farm-topic-page__section-first .bg-video>canvas,.farm-topic-page__section-first .bg-video>img,.farm-topic-page__section-first .bg-video>video{position:absolute;top:0;left:0;display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.farm-topic-page__section-first .bg-video__slogan{position:absolute;top:50%;left:50%;z-index:1;display:flex;gap:16px;color:#fff;text-align:center;transform:translate(-50%,-50%)}.farm-topic-page__section-first .bg-video__slogan_1,.farm-topic-page__section-first .bg-video__slogan_2{display:flex;gap:4px}.farm-topic-page__section-first .bg-video__slogan_1 svg:nth-child(1){--ani-index:1}.farm-topic-page__section-first .bg-video__slogan_1 svg:nth-child(2){--ani-index:2}.farm-topic-page__section-first .bg-video__slogan_1 svg:nth-child(3){--ani-index:3}.farm-topic-page__section-first .bg-video__slogan_1 svg:nth-child(4){--ani-index:4}.farm-topic-page__section-first .bg-video__slogan_2 svg:nth-child(1){--ani-index:4}.farm-topic-page__section-first .bg-video__slogan_2 svg:nth-child(2){--ani-index:3}.farm-topic-page__section-first .bg-video__slogan_2 svg:nth-child(3){--ani-index:2}.farm-topic-page__section-first .bg-video__slogan_2 svg:nth-child(4){--ani-index:1}.farm-topic-page__section-first .bg-video__slogan svg,.farm-topic-page__section-first .bg-video__slogan_text{--progress:min(
    calc(-4 + var(--first-screen-removal-progress) * 6 + var(--ani-index) / 4),
    1
  );opacity:var(--progress);transform:translateY(calc(-50% * var(--progress)));transition:all 50ms linear}.farm-topic-page__section-first .bg-video__slogan svg{fill:#fff;height:88px}.farm-topic-page__section-first .bg-video__slogan_text{--ani-index:1;position:absolute;top:100%;margin-top:12px;left:-50px;right:-50px;font-size:20px;line-height:30px}.farm-topic-page__section-first .bg-video__slogan_text strong{display:inline-block;padding-left:6px;padding-right:6px;transform:scale(1.14)}@media (max-width:767px){.farm-topic-page__section-first .bg-video__slogan_text{font-size:16px;line-height:28px}.farm-topic-page__section-first .bg-video__slogan_text i{display:block}}.farm-topic-page__section-first .bg-video__slogan_text__sm{position:absolute;width:100%;font-size:14px;line-height:18px;margin-top:8px}@media (max-width:767px){.farm-topic-page__section-first .bg-video__slogan_text__sm{font-size:12px}}@media (max-width:767px){.farm-topic-page__section-first .bg-video__slogan{flex-direction:column}.farm-topic-page__section-first .bg-video__slogan svg{height:68px}}.farm-topic-page__section-first .bg-video__remove{--progress:min(calc(-4 + var(--first-screen-removal-progress) * 6), 1);position:absolute;right:20px;bottom:20px;width:48px;height:48px;cursor:pointer;opacity:var(--progress)}.farm-topic-page__section-first .bg-video__remove.ani{animation:bounce 1s linear}.farm-topic-page__section-first .bg-video-mask{--mask-offset-center:78.5%;--mask-start-coordinate:calc(var(--mask-offset-center) + 3%) center;--mask-offset-1:calc(var(--mask-offset-center) - 128vw);--mask-offset-2:calc(var(--mask-offset-center) + 60vw);--mask-offset-3:calc(var(--mask-offset-center) - 60vw);position:absolute;z-index:2;display:grid;grid-template-rows:repeat(3,1fr)}@media (min-width:991px){.farm-topic-page__section-first .bg-video-mask{--mask-offset-center:56.6%;--mask-start-coordinate:var(--mask-offset-center) center;--mask-offset-1:calc(var(--mask-offset-center) - 60vw);--mask-offset-2:calc(var(--mask-offset-center) + 26vw);--mask-offset-3:calc(var(--mask-offset-center) - 26vw)}}.farm-topic-page__section-first .bg-video-mask>div{background-image:var(--bg-mask);background-position:var(--mask-start-coordinate);background-size:auto 100%;margin-top:-1px;transition:1.6s ease;transition-property:background-position,-webkit-mask-position;transition-property:background-position,mask-position;transition-property:background-position,mask-position,-webkit-mask-position;background-image:none;background-color:#fff;-webkit-mask-image:var(--bg-mask);mask-image:var(--bg-mask);-webkit-mask-position:var(--mask-start-coordinate);mask-position:var(--mask-start-coordinate);-webkit-mask-size:auto 100%;mask-size:auto 100%}@media (min-width:991px){.farm-topic-page__section-first .bg-video-mask{padding-top:var(--header-height)}.farm-topic-page__section-first .bg-video-mask ::before{content:"";display:block;position:absolute;top:0;left:0;right:0;height:var(--header-height);background-color:#fff}}.page-ready .farm-topic-page__section-first .bg-video-mask__1{background-position:var(--mask-offset-1);-webkit-mask-position:var(--mask-offset-1);mask-position:var(--mask-offset-1)}.page-ready .farm-topic-page__section-first .bg-video-mask__2{background-position:var(--mask-offset-2);-webkit-mask-position:var(--mask-offset-2);mask-position:var(--mask-offset-2)}.page-ready .farm-topic-page__section-first .bg-video-mask__3{background-position:var(--mask-offset-3);-webkit-mask-position:var(--mask-offset-3);mask-position:var(--mask-offset-3)}.farm-topic-page__cage-less-chicken-1,.farm-topic-page__cage-less-chicken-2{position:relative;text-align:center}.farm-topic-page__cage-less-chicken-1 .section-textinfo,.farm-topic-page__cage-less-chicken-2 .section-textinfo{padding-top:80px;margin:auto}.farm-topic-page__cage-less-chicken-1 .section-textinfo h2 img,.farm-topic-page__cage-less-chicken-2 .section-textinfo h2 img{margin:auto}.farm-topic-page__cage-less-chicken-1{background-color:#fed403}.farm-topic-page__cage-less-chicken-1 .ratio{max-width:928px;margin:auto;border-radius:var(--mm-border-radius);overflow:hidden}.farm-topic-page__cage-less-chicken-2{padding:8vw 0;background-color:#fef9ed}.farm-topic-page__wave-bg-top{position:absolute;left:0;right:0;top:0;width:100%;transform:translateY(50%) scaleY(.5) rotate(180deg);transform-origin:top}.farm-topic-page__wave-bg-top use{animation:move-wave 24s linear infinite}.farm-topic-page__wave-bg-bottom{position:absolute;left:0;right:0;bottom:0;width:100%;transform:scaleY(.5);transform-origin:bottom}.farm-topic-page__wave-bg-bottom use{animation:move-wave 20s linear infinite}.farm-topic-page__section-videos{padding:20px 0;overflow:hidden}@media (min-width:768px){.farm-topic-page__section-videos{padding:60px 0 0}}.farm-topic-page__section-cards{position:relative;padding:8vw 0;background-color:#f1f8dd}@media (min-width:768px){.farm-topic-page__section-cards .section-textinfo{padding-bottom:60px}}.farm-topic-page__section-cards__top-wave{position:absolute;left:0;right:0;top:0;width:100%;transform:translateY(50%) scaleY(.5) rotate(180deg);transform-origin:top}.farm-topic-page__section-cards__top-wave use{animation:move-wave 24s linear infinite}.farm-topic-page__section-cards__footer-wave{position:absolute;left:0;right:0;bottom:0;width:100%;transform:scaleY(.5);transform-origin:bottom}.farm-topic-page__section-cards__footer-wave use{animation:move-wave 20s linear infinite}.farm-topic-page__section-cards .cards{position:relative;z-index:3}.farm-topic-page__section-last{position:relative;padding-bottom:20px;text-align:center;overflow:hidden;border-bottom:var(--mm-primary) 40px solid}@media (min-width:768px){.farm-topic-page__section-last{padding-bottom:60px}}.farm-topic-page__section-last .section-textinfo{margin:auto}@media (min-width:768px){.farm-topic-page__section-last .section-textinfo{padding-bottom:60px}}.farm-topic-page__section-last .section-textinfo h2{display:flex;justify-content:center}.farm-topic-page__section-last .farm-topic-page__container{position:relative}.farm-topic-page__section-last .ratio{z-index:2;margin:auto;max-width:88%}@media (min-width:991px){.farm-topic-page__section-last .ratio{max-width:928px}}.farm-topic-page__section-last .svg{position:absolute;bottom:0;animation:move-on-wave 12s ease-in-out infinite}.farm-topic-page__section-last .svg svg{width:100%;height:100%}.farm-topic-page__section-last .svg--corn{left:-2%;bottom:40px;width:170px;height:182px;animation-delay:-10s}.farm-topic-page__section-last .svg--tomato{right:-5%;width:206px;height:146px;animation-delay:-4s}.farm-topic-page__section-last .svg--lettuce{left:-3%;bottom:-6%;width:216px;height:206px;animation-delay:-10.5s}@media (max-width:991px){.farm-topic-page__section-last .svg--corn{left:-2%;bottom:2vw;width:15vw;height:18vw}.farm-topic-page__section-last .svg--tomato{right:-4%;width:18vw;height:13vw}.farm-topic-page__section-last .svg--lettuce{left:-3%;bottom:-3vw;width:17vw;height:16vw}}.section-textinfo{max-width:740px;padding-top:40px;padding-bottom:40px}.ratio{position:relative}.ratio::before{content:"";display:block;padding-top:var(--aspect-ratio)}.ratio--16x9{--aspect-ratio:calc(9 / 16 * 100%)}.ratio--9x16{--aspect-ratio:calc(16 / 9 * 100%)}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.svg-wave-footer{position:absolute;bottom:-1px;left:0;z-index:-1;width:100%}.parallax>use{animation:move-wave 12s linear infinite}.parallax>use:nth-child(1){animation-delay:-2s}.parallax>use:nth-child(2){animation-delay:-2s;animation-duration:5s}.parallax>use:nth-child(3){animation-delay:-4s;animation-duration:3s}@keyframes move-wave{0%{transform:translate(-90px,0)}100%{transform:translate(86px,0)}}@keyframes move-on-wave{0%,1%{transform:translateY(2vw)}49%,50%,51%{transform:translateY(-10vw)}100%,99%{transform:translateY(2vw)}}.svg-btn__bg{fill:var(--mm-primary)}.svg-btn__icon{fill:#fff}.cards{display:grid;grid-template-columns:repeat(2,1fr);gap:40px 16px}@media (min-width:768px){.cards{gap:80px 20px}}.cards img{-webkit-user-select:none;-moz-user-select:none;user-select:none}.card{--icon-space:0;--transform-origin:10% 90%;--icon-rotate:16deg;position:relative;display:flex}@media (min-width:768px){.card{--icon-space:10%}}@media (max-width:767px){.card::after{content:"";display:none;position:fixed;inset:0;z-index:10;background-color:rgba(241,248,221,.7);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:fadeIn .5s ease both}}.card:nth-child(4n),.card:nth-child(4n-1){--icon-rotate:-16deg;--transform-origin:90% 90%;flex-direction:row-reverse}.card:nth-child(4n) .card-icon,.card:nth-child(4n-1) .card-icon{left:var(--icon-space);right:auto}.card:nth-child(4n) .card-icon>div,.card:nth-child(4n-1) .card-icon>div{transform:scaleX(-1)}.card__before{position:relative;transition:all .6s ease;transition-property:transform,opacity}.card__before>img{background-color:#fff;aspect-ratio:3/4}.card__after{color:#fff;background-color:#1c6509;border-radius:var(--mm-border-radius);overflow:hidden;opacity:0;pointer-events:none;transition:all .6s ease;transition-property:transform,opacity}@media (max-width:767px){.card__after{position:fixed;top:50%;left:16px;right:16px;z-index:100;transform:translateY(-50%)}.card__after .card-sub-title{display:block;margin-bottom:5px}}@media (min-width:768px){.card__after{position:absolute;inset:0;z-index:2}.card__after img{position:absolute;inset:0;width:100%;height:100%;z-index:-1}.card__after .card-sub-title{display:none}}.card__after .card__info{background:0 0;transform:translateY(10px) scale(1.04)}.card__info{position:absolute;left:0;right:0;bottom:0;display:flex;flex-direction:column;padding:50px 15px 15px 15px;gap:5px;color:#fff;background:linear-gradient(#0000,rgba(0,0,0,.6));transition:all .6s ease;transition-property:transform,opacity}@media (min-width:768px){.card__info{padding:50px 20px 20px 20px}}.card-content{position:relative;flex-grow:1;max-width:80%;border-radius:var(--mm-border-radius);aspect-ratio:3/4;overflow:hidden;cursor:pointer}@media (min-width:768px){.card-content{max-width:360px}}@media (hover:hover){.card-content:hover .card-btn{background-color:var(--mm-primary)}.card-content:hover~.card-icon{transform:rotate(var(--icon-rotate))}}.card-type{position:absolute;left:15px;top:15px;font-size:14px;font-weight:700;line-height:20px;letter-spacing:.06em;color:#fff}@media (min-width:768px){.card-type{left:20px;top:25px}}.card-title{font-size:16px;font-weight:700;line-height:24px}@media (min-width:768px){.card-title{font-size:28px;line-height:42px}}.card__after .card-title{font-size:28px;line-height:42px}.card-sub-title{font-size:16px;line-height:24px}@media (max-width:767px){.card-sub-title{display:none}}.card-description{font-size:16px;line-height:24px}.card-icon{position:absolute;z-index:-1;width:50%;max-width:230px;aspect-ratio:1;bottom:0;right:var(--icon-space);transition:transform .4s ease;transform-origin:var(--transform-origin)}.card-icon img{display:block}.card-btn{position:absolute;top:var(--btn-position-inset);right:var(--btn-position-inset);z-index:2;display:flex;justify-content:center;align-items:center;width:var(--btn-size);height:var(--btn-size);background-color:#93b731;border-radius:var(--btn-radius);transition:background-color .2s ease}.card-btn svg{display:block;width:var(--btn-icon-size);height:var(--btn-icon-size);fill:#fff;transition:.2s ease;transition-property:transform,fill}.card__after .card-btn{--btn-size:48px;--btn-icon-size:20px;--btn-position-inset:20px;--btn-radius:16px;background-color:var(--mm-primary)}.card__after .card-btn svg{transform:rotate(45deg) scale(1.04)}.card-readmore{align-self:flex-start;display:inline-flex;padding:12px 16px;margin-top:10px;font-size:16px;font-weight:700;line-height:24px;color:#000;background-color:var(--mm-primary);border-radius:24px}.card-readmore:hover{color:#000}@media (max-width:767px){.card--show::after{display:block;opacity:1}}@media (min-width:768px){.card--show .card-btn{background-color:var(--mm-primary)}.card--show .card-btn svg{transform:rotate(45deg) scale(1.04)}.card--show .card__before .card__info{transform:translateY(20px)}}.card--show .card__after{opacity:1;pointer-events:auto}.card--show .card__after .card__info{opacity:1;transform:none}.card{pointer-events:none}.card .card-content__mask{position:absolute;top:0;bottom:0;left:0;right:0;z-index:10;border-radius:var(--mm-border-radius);overflow:hidden;pointer-events:none}.card .card-content__mask::before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:#93b731;animation:seeCard 1s ease both;animation-play-state:paused}.card .card-icon img{animation-play-state:paused}@media (max-width:767px){.card .card-icon img{animation:rubberBand 1s ease both}}.card:nth-child(4n-1) .card-icon img,.card:nth-child(4n-2) .card-icon img{animation-delay:.12s}.card.ani-running{pointer-events:auto}.card.ani-running .card-content__mask::before,.card.ani-running .card-icon img{animation-play-state:running}@keyframes seeCard{60%{background-color:#0d3a25}100%{transform:translateY(-101%)}}.videos{position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.videos .swiper-container{overflow:visible}.videos .swiper-slide{display:flex;flex-direction:column;max-width:400px}.videos .swiper-slide .media-locked{position:absolute}.videos .swiper-slide .ratio{border-radius:var(--mm-border-radius);overflow:hidden;transform:translateZ(0)}.videos .swiper-slide .ratio video{cursor:pointer;-o-object-fit:cover;object-fit:cover}.videos .swiper-slide .ratio svg{position:absolute;top:auto;bottom:20px;left:20px;right:auto;z-index:1;width:56px;height:56px;cursor:pointer}.videos .swiper-slide .text-link{margin-top:20px;align-self:flex-start}.videos .swiper-buttons{position:absolute;right:0;bottom:calc(100% + 40px)}.videos .plyr,.videos video{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.media-locked{position:relative}.media-locked::after{content:"";position:absolute;inset:0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.media-locked svg{position:absolute;top:auto;bottom:20px;left:20px;right:auto;z-index:1;width:56px;height:56px;cursor:pointer;fill:#fff}.farm-topic-page__section-videos{overflow:hidden}.text-link{display:inline-flex;align-items:center;font-size:16px;line-height:24px;font-weight:700;color:var(--mm-secondary)}.text-link svg{width:16px;height:16px;margin-left:4px;fill:var(--mm-primary)}.text-link:hover{color:var(--mm-secondary)}.swiper-buttons{padding:4px;background-color:var(--mm-secondary);border-radius:16px}.swiper-buttons,.swiper-buttons>span{display:flex;justify-content:center;align-items:center}.swiper-buttons>span{position:static;width:40px;height:40px;margin:0;border-radius:12px;background-size:18px;transition:background-color .2s ease}.swiper-buttons>span:hover{background-color:#93b731}.swiper-buttons .swiper-button-disabled{pointer-events:none}.swiper-buttons .swiper-button-prev{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E %3Cpath fill='%23FFF' d='m10.955 16.811-6.54-6.54a2 2 0 0 1 0-2.829l6.54-6.54a1.275 1.275 0 0 1 1.803 1.803L6.606 8.857l6.152 6.151a1.275 1.275 0 1 1-1.803 1.803'/%3E %3C/svg%3E")}.swiper-buttons .swiper-button-next{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E %3Cpath fill='%23FFF' d='m6.758 16.811 6.54-6.54a2 2 0 0 0 0-2.829L6.759.902a1.275 1.275 0 0 0-1.803 1.803l6.152 6.152-6.152 6.151a1.275 1.275 0 1 0 1.803 1.803'/%3E %3C/svg%3E")}.plyr__control--overlaid{display:flex;justify-content:center;align-items:center;padding:0;background:0 0;border-radius:0}.plyr__control--overlaid svg{position:static;width:64px;height:64px;fill:var(--mm-primary)}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{background:0 0!important}.plyr__poster,.plyr__video-wrapper{border-radius:var(--mm-border-radius);overflow:hidden}.plyr__video-wrapper{background:0 0}.plyr__poster{border-radius:var(--mm-border-radius);background-size:cover}.plyr--paused .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.modal-pop-video{position:fixed}html:not(.isDesktop) .modal-pop-video{top:50%;left:50%;width:0;height:0;overflow:hidden}html.isDesktop .modal-pop-video{display:none;top:0;bottom:0;left:0;right:0;z-index:3001;background:#000;opacity:0;transition-duration:.5s;transition-delay:var(--delay);transition-timing-function:cubic-bezier(.4,0,.2,1);transition-property:opacity}html.isDesktop .modal-pop-video.show{opacity:1}.modal-pop-video.zoomIn{animation:zoomIn .5s cubic-bezier(.65,0,.35,1) both}.modal-pop-video__close{position:absolute;top:32px;right:32px;width:48px;height:48px;z-index:2;background-image:url("data:image/svg+xml,%3Csvg width='62' height='62' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23FFF' d='M61.285 1.074a3.028 3.028 0 0 1-.36 4.268l-1.094.929c-3.759 3.206-6.779 5.95-9.052 8.224a71.828 71.828 0 0 0-3.851 4.148l-.519.613-2.783 3.424-.062.085-.034.106c-.33.962-.882 1.732-2.255 3.141l-.45.456c-1.125 1.124-1.875 1.769-2.862 2.489l-1.077.766c-.57.411-1.006.76-1.523 1.233l.409.385c.6.565 1.113 1.06 1.77 1.71l1.554 1.543c.232.229.453.443.67.65l1.442 1.368.37.363c.745.738 1.536 1.593 2.833 3.065l.693.79c.585.67 1.104 1.275 1.614 1.876l2.48 2.963.11.128c.977 1.144 1.941 2.18 3.53 3.768a82.17 82.17 0 0 0 7.981 7.007 3.028 3.028 0 1 1-3.695 4.799 88.227 88.227 0 0 1-8.569-7.524l-.947-.957a63.059 63.059 0 0 1-2.47-2.654l-.908-1.064c-.477-.57-1.335-1.602-1.396-1.674l-.736-.876c-.491-.579-.991-1.16-1.557-1.808l-1.394-1.58a46.48 46.48 0 0 0-1.717-1.842l-.588-.574-1.037-.981a90.325 90.325 0 0 1-.947-.915l-1.565-1.554a92.465 92.465 0 0 0-1.473-1.428l-.47-.439a26.518 26.518 0 0 1-2.679 3.117l-.794.794c-.925.911-1.57 1.5-2.217 2.03l-1.946 1.52-.662.538c-.465.383-.981.82-1.578 1.338l-1.268 1.101c-.31.267-.611.524-.912.779l-2.963 2.48-.128.11c-1.144.977-2.18 1.941-3.768 3.53a82.17 82.17 0 0 0-7.007 7.981 3.028 3.028 0 1 1-4.799-3.695 88.227 88.227 0 0 1 7.524-8.569l.957-.947a63.059 63.059 0 0 1 2.654-2.47l1.064-.908c.57-.477 1.602-1.335 1.674-1.396l.876-.736c.29-.246.58-.494.878-.75l1.566-1.358a76.165 76.165 0 0 1 1.88-1.573l.235-.189c.195-.155.376-.298.567-.446l1.076-.83.25-.201c.54-.444 1.103-.963 2.03-1.885l.22-.22c1.052-1.052 1.585-1.66 2.295-2.606l.586-.794-.036-.035c-1.775-1.759-3.204-3.109-4.274-4.042a3.028 3.028 0 0 1-.367-.381c-1.324-1.64-2.492-2.895-3.482-3.753l-.492-.408-2.475-2.007a77.237 77.237 0 0 1-5.623-5.116C7.586 12.878 4.424 9.374.715 4.983a3.028 3.028 0 1 1 4.627-3.909l.929 1.095c3.206 3.759 5.95 6.779 8.224 9.052a71.828 71.828 0 0 0 4.148 3.851l.506.43c.298.25.8.66 1.326 1.087l.352.285c.762.617 1.489 1.202 1.638 1.326 1.282 1.066 2.668 2.514 4.181 4.353l.182.224.55.491a117.99 117.99 0 0 1 3.63 3.463 22.02 22.02 0 0 1 2.327-1.914l.588-.418c.936-.655 1.467-1.08 2.364-1.962l.254-.252c.599-.598.99-1.018 1.21-1.287l.088-.112.036-.108c.071-.207.145-.389.249-.594l.114-.215c.184-.331.416-.668.716-1.045l2.426-2.99a77.237 77.237 0 0 1 5.116-5.623c2.626-2.625 6.13-5.787 10.521-9.496a3.028 3.028 0 0 1 4.268.36Z'/%3E%3C/svg%3E");background-size:cover;cursor:pointer}.modal-pop-video video{display:block;width:100%;height:100%}.pop-video img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.swiper-video-wrap .swiper-container{height:100%;border-radius:var(--mm-border-radius);overflow:hidden}.swiper-video-wrap .swiper-buttons{padding:0}@media (max-width:767px){.swiper-video-wrap .swiper-buttons{display:none}}.swiper-video-wrap .swiper-buttons .swiper-button-disabled{pointer-events:none}.swiper-video-wrap .swiper-buttons>div{width:var(--btn-size);height:var(--btn-size);border-radius:var(--btn-radius);background-color:rgba(255,255,255,.15);background-size:20px;transition:background .4s ease;pointer-events:auto}.swiper-video-wrap .swiper-buttons>div:hover{background-color:#93b731}.swiper-video-wrap .swiper-pagination{top:100%;left:0;right:0;display:flex;justify-content:center;margin-top:12px}.swiper-video-wrap img,.swiper-video-wrap video{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.swiper-pagination-bullet{background-color:#fff;opacity:1;transition:width .4s ease;border-radius:8px;margin:0 4px}.swiper-pagination-bullet-active{width:20px}.pop-video__icon{position:absolute;top:50%;left:50%;z-index:2;width:64px;height:64px;fill:var(--mm-primary);cursor:pointer;transform:translate(-50%,-50%)}.fist-techniques-tips{font-size:14px;margin-top:4rem}.fist-techniques{--title-height:30px;--desc-fz:16px;margin-top:3rem}@media (min-width:768px){.fist-techniques{--title-height:40px;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:60px 20px;margin-top:4rem}}@media (max-width:767px){.fist-techniques{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px;overflow:hidden}.fist-techniques .swiper-container{overflow:visible}}.fist-techniques__item{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.fist-techniques__item.swiper-slide{align-self:center}.fist-techniques__title{height:var(--title-height);margin-bottom:15px}.fist-techniques__desc{flex-grow:1;font-size:var(--desc-fz);line-height:1.5}.fist-techniques__img{display:block;width:100%;margin-top:12px}.fist-techniques .swiper-pagination{margin:20px 0;position:relative}.emoji-pack{--columns:4;--gap:24px 0;--item-padding:0 16px;--title-height:24px;display:grid;grid-template-columns:repeat(var(--columns),1fr);gap:var(--gap);max-width:940px;margin:0 auto 40px}@media (min-width:768px){.emoji-pack{--gap:24px 15px;--item-padding:0 30px;--title-height:40px}}.emoji-pack__item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--item-padding)}.emoji-pack__title{height:var(--title-height);margin-bottom:15px}.emoji-pack__gif{margin:auto}.qrcode{display:flex;flex-direction:column;justify-content:center;padding:15px;width:170px;margin:auto auto 40px;font-size:14px;line-height:22px;color:#000;background-color:#fed403;border-radius:var(--mm-border-radius)}.qrcode__img{display:block;aspect-ratio:1}.qrcode__text{margin-top:15px;text-align:center}.card-readmore--douying,.card-readmore--xiaohongshu{margin-top:40px}.card-readmore--douying:empty,.card-readmore--xiaohongshu:empty{display:none}html.isWechat .card-readmore--douying{display:none}html:not(.isWechat) .card-readmore--xiaohongshu{display:none}
/*# sourceMappingURL=farm.min.css.map */
