.home-goods-container{width:100%;padding:0 0 2rem}.home-goods-container .goods-list-wrap{max-width:1200px;margin:0 auto}.home-goods-container .top-goods-item{position:relative}.home-goods-container .top-goods-item .top-product-bg-img{width:100%;display:block;font-size:0}.home-goods-container .top-goods-item .top-product-bg-img>img{width:100%;height:auto;border-radius:1.5rem}.home-goods-container .top-goods-item .top-goods-box{position:absolute;width:100%;height:100%;left:0;top:0;display:flex;border-radius:1.5rem;overflow:hidden}.home-goods-container .top-goods-item .top-goods-content{width:40%;padding-left:6%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.home-goods-container .top-goods-item .top-goods-content .product-title{font-size:1.15rem}.home-goods-container .top-goods-item .top-goods-content .product-subtitle{font-size:1.5rem;font-weight:700;padding:.5rem 0;font-family:HarmonyOS_Sans_Medium}.home-goods-container .top-goods-item .top-goods-content .product-btn-box{margin-top:1rem}.home-goods-container .top-goods-item .top-product-img{width:40%;margin:0 10%;display:flex;align-items:center;justify-content:center;overflow:hidden}.home-goods-container .top-goods-item .top-product-img>img{width:100%;height:auto;transition:.5s linear}.home-goods-container .top-goods-item .top-product-img:hover>img{transform:scale(1.03)}.home-goods-container .top-goods-item .goods-icon-box{position:absolute;top:0;left:0;background-color:#f6d34b;border-top-left-radius:1.5rem;border-bottom-right-radius:1.5rem;padding:.5rem 1rem}.home-goods-container .top-goods-item .goods-icon-box>span{color:#fff;font-size:1rem}.home-goods-container .vertical-goods-list{margin-top:2%;display:flex;flex-wrap:wrap}.home-goods-container .vertical-goods-item{margin-right:2%;width:32%;border-radius:1rem;background-image:linear-gradient(180deg,#f8f9fd,#f6f7fb,#f0f1f6,#e5e8ef,#dbdfe8,#d5d9e4);padding:2rem 0 1rem;overflow:hidden;position:relative}.home-goods-container .vertical-goods-item:nth-child(3n){margin-right:0}.home-goods-container .vertical-goods-item .vertical-goods-content{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem}.home-goods-container .vertical-goods-item .vertical-goods-content .product-title{font-size:1rem;text-align:center}.home-goods-container .vertical-goods-item .vertical-goods-content .product-subtitle{font-size:1.5rem;font-weight:700;padding:.5rem 0;text-align:center;font-family:HarmonyOS_Sans_Medium}.home-goods-container .vertical-goods-item .vertical-goods-content .product-btn-box{margin-top:.5rem;display:flex;align-items:center;color:#f6d34b;cursor:pointer;transition:.35s linear}.home-goods-container .vertical-goods-item .vertical-goods-content .product-btn-box>a{font-size:1rem;color:#f6d34b}.home-goods-container .vertical-goods-item .vertical-goods-content .product-btn-box .icon-arrow-right{font-size:1rem;transition:all .35s linear}.home-goods-container .vertical-goods-item .vertical-goods-content .product-btn-box:hover{filter:brightness(1.05)}.home-goods-container .vertical-goods-item .vertical-goods-content .product-btn-box:hover .icon-arrow-right{transform:translateX(10px)}.home-goods-container .vertical-goods-item .vertical-product-img{width:100%;font-size:0;display:block;overflow:hidden;transition:.5s linear;padding:0 2rem}.home-goods-container .vertical-goods-item .vertical-product-img>img{transform:translateY(100%);opacity:0;width:100%;height:auto}.home-goods-container .vertical-goods-item .vertical-product-img:hover{transform:scale(1.03)}.home-goods-container .vertical-goods-item .goods-icon-box{position:absolute;top:0;left:0;background-color:#f6d34b;border-top-left-radius:1rem;border-bottom-right-radius:1rem;padding:.5rem 1rem}.home-goods-container .vertical-goods-item .goods-icon-box>span{color:#fff;font-size:1rem}.home-goods-container .vertical-goods-item-slide:first-child .vertical-product-img>img{-webkit-animation:imgSlideUp .5s ease-out forwards;animation:imgSlideUp .5s ease-out forwards}.home-goods-container .vertical-goods-item-slide:nth-child(2) .vertical-product-img>img{-webkit-animation:imgSlideUp .85s ease-out forwards;animation:imgSlideUp .85s ease-out forwards}.home-goods-container .vertical-goods-item-slide:nth-child(3) .vertical-product-img>img{-webkit-animation:imgSlideUp 1.25s ease-out forwards;animation:imgSlideUp 1.25s ease-out forwards}@-webkit-keyframes imgSlideUp{0%{transform:translateY(100%);opacity:0}50%{opacity:1}to{transform:translateY(0);opacity:1}}@keyframes imgSlideUp{0%{transform:translateY(100%);opacity:0}50%{opacity:1}to{transform:translateY(0);opacity:1}}@media screen and (max-width:1250px){.home-goods-container{padding:0 2% 2rem}}@media screen and (max-width:767px){.home-goods-container{padding:0 4% 2rem}.home-goods-container .top-goods-item{margin-bottom:3rem}.home-goods-container .top-goods-item .top-product-bg-img{display:none}.home-goods-container .top-goods-item .top-goods-box{position:unset;display:flex;flex-direction:column-reverse;border-radius:unset}.home-goods-container .top-goods-item .top-goods-content{padding:1rem 0;width:100%}.home-goods-container .top-goods-item .top-goods-content .product-title{font-size:1rem}.home-goods-container .top-goods-item .top-goods-content .product-subtitle{font-size:1.25rem}.home-goods-container .top-goods-item .top-goods-content .product-btn-box{margin-bottom:1rem}.home-goods-container .top-goods-item .top-goods-content .product-btn-box>a{padding:.5rem 2rem}.home-goods-container .top-goods-item .top-product-img{width:100%;margin:0;background-image:linear-gradient(180deg,#f8f9fd,#f6f7fb,#f0f1f6,#e5e8ef,#dbdfe8,#d5d9e4);border-radius:1rem;padding:5%}.home-goods-container .top-goods-item .top-product-img>img{border-radius:1rem}.home-goods-container .top-goods-item .goods-icon-box{border-top-left-radius:1rem;border-bottom-right-radius:1rem}.home-goods-container .top-goods-item .goods-icon-box>span{font-size:.9rem}.home-goods-container .vertical-goods-item{margin-right:0;width:100%;padding:0;display:flex;flex-direction:column-reverse;background-image:unset;margin-bottom:3rem;overflow:hidden}.home-goods-container .vertical-goods-item:last-child{margin-bottom:0}.home-goods-container .vertical-goods-item .vertical-goods-content{padding:1rem 0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin-bottom:1rem;width:100%}.home-goods-container .vertical-goods-item .vertical-goods-content .product-title{font-size:1rem;text-align:left}.home-goods-container .vertical-goods-item .vertical-goods-content .product-subtitle{font-size:1.25rem;padding:.5rem 0;text-align:left}.home-goods-container .vertical-goods-item .vertical-goods-content .product-btn-box{margin-top:1rem;color:#fff}.home-goods-container .vertical-goods-item .vertical-goods-content .product-btn-box>a{font-size:1rem;color:#fff;padding:.5rem 2rem}.home-goods-container .vertical-goods-item .vertical-goods-content .product-btn-box:hover{filter:unset;color:#f6d34b;background-color:#fff}.home-goods-container .vertical-goods-item .vertical-goods-content .product-btn-box:hover>a{color:#f6d34b}.home-goods-container .vertical-goods-item .vertical-product-img{background-image:linear-gradient(180deg,#f8f9fd,#f6f7fb,#f0f1f6,#e5e8ef,#dbdfe8,#d5d9e4);border-radius:1rem;display:flex;justify-content:center;align-items:center;padding:5%}.home-goods-container .vertical-goods-item .vertical-product-img>img{border-radius:1rem}.home-goods-container .vertical-goods-item .vertical-product-img:hover{transform:unset}.home-goods-container .vertical-goods-item .goods-icon-box>span{font-size:.9rem}.home-goods-container .vertical-goods-item-slide:first-child .vertical-product-img>img{-webkit-animation:imgSlideUp 1.5s ease-out forwards;animation:imgSlideUp 1.5s ease-out forwards}.home-goods-container .vertical-goods-item-slide:nth-child(2) .vertical-product-img>img{-webkit-animation:imgSlideUp 2s ease-out forwards;animation:imgSlideUp 2s ease-out forwards}.home-goods-container .vertical-goods-item-slide:nth-child(3) .vertical-product-img>img{-webkit-animation:imgSlideUp 2.5s ease-out forwards;animation:imgSlideUp 2.5s ease-out forwards}}.scene-navigation-container{max-width:1200px;margin:0 auto;padding:3rem 0}.scene-navigation-container .scene-navigation-wrap{display:flex;flex-wrap:wrap;flex-direction:row}.scene-navigation-container .left-scene-navigation{width:45.66667%;margin-right:.83333%}.scene-navigation-container .right-scene-navigation{width:53.5%}.scene-navigation-container .right-scene-navigation .right-bottom-scene{margin-top:1.43%;display:flex;flex-wrap:wrap}.scene-navigation-container .right-scene-navigation .right-bottom-scene .scene-navigation-item{width:49.2%;margin-right:1.6%}.scene-navigation-container .right-scene-navigation .right-bottom-scene .scene-navigation-item:nth-child(2n){margin-right:0}.scene-navigation-container .scene-navigation-item{width:100%;position:relative;overflow:hidden;border-radius:.75rem}.scene-navigation-container .scene-navigation-item .scene-navigation-img{border-radius:.75rem;width:100%;display:block;font-size:0;overflow:hidden;transition:.5s linear}.scene-navigation-container .scene-navigation-item .scene-navigation-img>img{border-radius:.75rem;width:100%;height:auto;transition:.5s linear}.scene-navigation-container .scene-navigation-item .scene-text-box{position:absolute;left:5%;bottom:24px;color:#fff;font-size:1.15rem;overflow:hidden}.scene-navigation-container .scene-navigation-item .scene-text-box .scene-nav-subtitle,.scene-navigation-container .scene-navigation-item .scene-text-box .scene-nav-title{transition:all .35s linear}.scene-navigation-container .scene-navigation-item:hover .scene-navigation-img>img{transform:scale(1.02)}.scene-navigation-container .scene-navigation-item:hover .scene-text-box .scene-nav-subtitle,.scene-navigation-container .scene-navigation-item:hover .scene-text-box .scene-nav-title{color:#f6d34b}@media screen and (max-width:1250px){.scene-navigation-container{padding:3rem 2%}}@media screen and (max-width:767px){.scene-navigation-container{padding:1rem 0}.scene-navigation-container .scene-navigation-item .scene-text-box{left:0;width:100%;text-align:center;bottom:20px;font-size:1rem}.scene-navigation-container .scene-navigation-wrap{position:relative;padding:1rem 0 4rem}.scene-navigation-container .scene-navigation-wrap .scene-navigation-pagination{bottom:4%;width:100%;display:flex;justify-content:center}.scene-navigation-container .scene-navigation-wrap .scene-navigation-pagination .swiper-pagination-bullet{background-color:transparent;border:1px solid #f6d34b;border-radius:50%;width:12px;height:12px;opacity:1;cursor:pointer;margin-right:5px}.scene-navigation-container .scene-navigation-wrap .scene-navigation-pagination .swiper-pagination-bullet:last-child{margin-right:0}.scene-navigation-container .scene-navigation-wrap .scene-navigation-pagination .swiper-pagination-bullet-active{background-color:#f6d34b}}.home-media-coverage-container{width:100%;overflow:hidden;position:relative;padding:0 0 4rem}.home-media-coverage-container .media-wrap{max-width:1200px;position:relative;margin:0 auto}.home-media-coverage-container .media-title{text-align:center;width:100%;margin:0 auto}.home-media-coverage-container .media-title .index-module-title{padding-bottom:1rem}.home-media-coverage-container .media-title .index-learn-more{padding:1rem 0 2rem}.home-media-coverage-container .media-title .index-learn-more>a{color:#f6d34b;font-size:1.25rem}.home-media-coverage-container .index-media-brand-list{flex-wrap:wrap;display:flex;justify-content:center;width:100%;margin-bottom:1rem}.home-media-coverage-container .index-media-brand-list:last-child{margin-bottom:0}.home-media-coverage-container .index-media-brand-list .index-media-brand-item{width:11.1875%;margin-right:1.5%;margin-bottom:15px;display:block;font-size:0;background-color:#f4f8fb;border-radius:1rem}.home-media-coverage-container .index-media-brand-list .index-media-brand-item>img{border-radius:1rem;width:100%;height:auto}.home-media-coverage-container .index-media-brand-list .index-media-brand-item:last-child{margin-right:0}.home-media-coverage-container .index-media-brand-list .media-brand-item-4{width:13%}.home-media-coverage-container .index-media-brand-list .media-brand-item-6{width:15%;margin-right:2%}@media screen and (max-width:1250px){.home-media-coverage-container{padding:0 2% 4rem}}@media screen and (max-width:767px){.home-media-coverage-container{padding:0 3% 4rem}.home-media-coverage-container .media-title .index-module-title{font-size:1.5rem}.home-media-coverage-container .media-title .index-learn-more{padding:.5rem 0}.home-media-coverage-container .media-title .index-learn-more>a{font-size:1.15rem}.home-media-coverage-container .index-media-brand-list .index-media-brand-item{width:31%;margin-right:3.5%;margin-bottom:3.5%}.home-media-coverage-container .index-media-brand-list .index-media-brand-item:nth-child(3n){margin-right:0}}.brand-insight-container{background-color:#f4f8fb;padding:4rem 0}.brand-insight-container .brand-insight-wrap{max-width:1200px;margin:0 auto}.brand-insight-container .brand-insight-module-box{display:flex;padding:2rem 0}.brand-insight-container .brand-insight-module-box .brand-insight-module-title{width:35%;margin-right:10%;text-align:left;font-size:2rem;font-weight:700;font-family:HarmonyOS_Sans_Medium}.brand-insight-container .brand-insight-module-box .brand-insight-module-desc{width:55%;text-align:right;font-size:1rem}.brand-insight-container .brand-insight-list{display:flex;flex-wrap:wrap}.brand-insight-container .brand-insight-list .brand-insight-item{width:32%;margin-right:2%;position:relative}.brand-insight-container .brand-insight-list .brand-insight-item .scene-navigation-img{width:100%;font-size:0;border-radius:1.75rem;display:block}.brand-insight-container .brand-insight-list .brand-insight-item .scene-navigation-img>img{border-radius:1.75rem;width:100%;height:auto}.brand-insight-container .brand-insight-list .brand-insight-item:nth-child(3n){margin-right:0}.brand-insight-container .brand-insight-list .brand-insight-item .brand-insight-box{position:absolute;left:0;width:100%;padding:0 3% 0 5%;bottom:6%;color:#fff;overflow:hidden;cursor:pointer;transition:all .5s linear;z-index:3}.brand-insight-container .brand-insight-list .brand-insight-item .insight-title{font-size:1.5rem;font-weight:700;transition:all .5s linear;transform:translateY(96px)}.brand-insight-container .brand-insight-list .brand-insight-item .insight-subtitle{font-size:1.15rem;min-height:48px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.brand-insight-container .brand-insight-list .brand-insight-item .insight-btn-text{margin-top:.5rem;font-size:1.15rem;color:#f6d34b;display:flex;align-items:flex-end}.brand-insight-container .brand-insight-list .brand-insight-item .insight-btn-text>i{font-size:1.25rem;display:inline-block;transition:all .35s linear;transform:rotate(270deg)}.brand-insight-container .brand-insight-list .brand-insight-item .insight-btn-text:hover>i{transform:rotate(270deg) translateY(10px)}.brand-insight-container .brand-insight-list .brand-insight-item .insight-slide-box{transition:all .5s linear;min-height:83px;padding:.5rem 0;transform:translateY(96px)}.brand-insight-container .brand-insight-list .brand-insight-item .insight-shadow-box{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;border-radius:1.75rem;transition:all .35s linear;z-index:1}.brand-insight-container .brand-insight-list .brand-insight-item:hover .insight-title{transform:translateY(0)}.brand-insight-container .brand-insight-list .brand-insight-item:hover .insight-slide-box{transform:translateY(0)}.brand-insight-container .brand-insight-list .brand-insight-item:hover .insight-shadow-box{opacity:.3;background-image:linear-gradient(180deg,#c6ccd4,#767c87)}@media screen and (max-width:1250px){.brand-insight-container{padding:4rem 2%}}@media screen and (max-width:767px){.brand-insight-container{padding:4rem 4% 6rem}.brand-insight-container .brand-insight-module-box{display:flex;flex-direction:column;padding:0 0 3rem}.brand-insight-container .brand-insight-module-box .brand-insight-module-title{width:100%;margin-right:0;text-align:left;font-size:2rem}.brand-insight-container .brand-insight-module-box .brand-insight-module-desc{margin-top:1rem;width:100%;text-align:left;font-size:1rem}.brand-insight-container .brand-insight-list .brand-insight-item{width:100%;margin-right:0;margin-bottom:2rem}.brand-insight-container .brand-insight-list .brand-insight-item .brand-insight-box{bottom:3%}.brand-insight-container .brand-insight-list .brand-insight-item .insight-title{font-size:1.25rem;transform:translateY(0)}.brand-insight-container .brand-insight-list .brand-insight-item .insight-subtitle{font-size:1rem;min-height:unset;display:block;-webkit-line-clamp:unset;-webkit-box-orient:vertical;overflow:unset}.brand-insight-container .brand-insight-list .brand-insight-item .insight-btn-text{font-size:1rem}.brand-insight-container .brand-insight-list .brand-insight-item .insight-slide-box{min-height:unset;transform:translateY(0)}.brand-insight-container .brand-insight-list .brand-insight-item .insight-shadow-box{display:none}.brand-insight-container .brand-insight-list .brand-insight-item:hover .insight-shadow-box{display:none}}