.bottom-menu[data-v-7cac7f18]{position:fixed;bottom:0;left:0;right:0;height:.6rem;background-color:#fff;box-shadow:0 -.02rem .1rem rgba(0,0,0,.05);display:flex;align-items:center;justify-content:center;z-index:1000}.bottom-menu .menu-container[data-v-7cac7f18]{display:flex;justify-content:space-around;align-items:center;width:100%;height:100%;padding:0 .2rem;box-sizing:border-box}.bottom-menu .menu-container .menu-item[data-v-7cac7f18]{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;position:relative;cursor:pointer}.bottom-menu .menu-container .menu-item .icon[data-v-7cac7f18]{width:.24rem;height:.24rem;background-size:contain;background-repeat:no-repeat;background-position:50%;margin-bottom:.04rem}.bottom-menu .menu-container .menu-item span[data-v-7cac7f18]{font-size:.12rem;color:#666}.bottom-menu .menu-container .menu-item.active[data-v-7cac7f18]{background-color:#fff;border-radius:50%;padding:.2rem;width:1rem;height:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box}.bottom-menu .menu-container .menu-item.active .icon[data-v-7cac7f18]{width:.4rem;height:.4rem;margin-bottom:.05rem}.bottom-menu .menu-container .menu-item.active span[data-v-7cac7f18]{color:#3498db;font-weight:500;font-size:.14rem}.bottom-menu .menu-container .menu-item .home-icon[data-v-7cac7f18]{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23999"><path d="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z"/></svg>')}.bottom-menu .menu-container .menu-item .console-icon[data-v-7cac7f18]{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%233498db"><rect x="3" y="3" width="18" height="14" rx="2" ry="2"/><line x1="8" y1="21" x2="16" y2="21"/><line x1="12" y1="17" x2="12" y2="21"/><path d="M8 10l4 2 4-2"/></svg>')}.bottom-menu .menu-container .menu-item .profile-icon[data-v-7cac7f18]{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23999"><path d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"/></svg>')}.national-marketing-page{padding:.2rem;background-color:#f5f5f5;min-height:100vh;font-family:Arial,sans-serif}.national-marketing-page .header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.2rem;position:sticky;top:0;background-color:#f5f5f5;padding:.1rem 0;z-index:100}.national-marketing-page .header .title{font-size:.24rem;font-weight:700;color:#333}.national-marketing-page .header .header-icons{display:flex;gap:.15rem}.national-marketing-page .header .header-icons .icon{width:.24rem;height:.24rem;background-size:contain;background-repeat:no-repeat;background-position:50%}.national-marketing-page .header .header-icons .user-icon{background-image:url(https://img.icons8.com/ios-filled/50/000000/user.png?image_size=square&prompt=user+icon+simple+line+icon)}.national-marketing-page .header .header-icons .book-icon{background-image:url(https://img.icons8.com/ios-filled/50/000000/book.png?image_size=square&prompt=book+icon+simple+line+icon)}.national-marketing-page .header .header-icons .question-icon{background-image:url(https://img.icons8.com/ios-filled/50/000000/help.png?image_size=square&prompt=question+mark+icon+simple+line+icon)}.national-marketing-page .banner{position:relative;border-radius:.15rem;margin-bottom:.3rem;overflow:hidden;color:#fff}.national-marketing-page .banner .banner-image{width:100%;height:auto;display:block}.national-marketing-page .banner .banner-content{position:absolute;top:0;left:0;right:0;bottom:0;padding:.25rem;display:flex;flex-direction:column}.national-marketing-page .banner .banner-content .banner-title{font-size:.24rem;font-weight:700;margin-bottom:.1rem;margin-top:-.1rem}.national-marketing-page .banner .banner-content .banner-description{font-size:.14rem;line-height:1.4;margin-bottom:.15rem;opacity:.9}.national-marketing-page .banner .banner-content .banner-tag{display:inline-block;background-color:hsla(0,0%,100%,.2);padding:.04rem .1rem;border-radius:.15rem;font-size:.12rem;margin-bottom:.2rem;width:1.5rem;text-align:center}.national-marketing-page .features-section{margin-bottom:.3rem}.national-marketing-page .features-section .section-title{font-size:.18rem;font-weight:700;color:#333;margin-bottom:.2rem;display:flex;align-items:center}.national-marketing-page .features-section .section-title:before{content:"";width:.08rem;height:.08rem;border-radius:50%;background-color:#f39c12;margin-right:.08rem}.national-marketing-page .features-section .features-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.15rem}.national-marketing-page .features-section .feature-card{background-color:#fff;padding:.2rem;border-radius:.1rem;box-shadow:0 .02rem .04rem rgba(0,0,0,.05);display:flex;flex-direction:column;align-items:center;text-align:center;gap:.1rem;position:relative}.national-marketing-page .features-section .feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:.06rem;border-top-left-radius:.1rem;border-top-right-radius:.1rem;background:linear-gradient(90deg,var(--color-start),var(--color-end))}.national-marketing-page .features-section .feature-card:first-child{--color-start:#3498db;--color-end:#2ecc71}.national-marketing-page .features-section .feature-card:nth-child(2){--color-start:#e74c3c;--color-end:#f39c12}.national-marketing-page .features-section .feature-card:nth-child(3){--color-start:#9b59b6;--color-end:#3498db}.national-marketing-page .features-section .feature-card:nth-child(4){--color-start:#1abc9c;--color-end:#3498db}.national-marketing-page .features-section .feature-card:nth-child(5){--color-start:#f1c40f;--color-end:#e67e22}.national-marketing-page .features-section .feature-card:nth-child(6){--color-start:#3498db;--color-end:#9b59b6}.national-marketing-page .features-section .feature-card .feature-icon{width:.5rem;height:.5rem;background-size:contain;background-repeat:no-repeat;background-position:50%;margin-bottom:.05rem}.national-marketing-page .features-section .feature-card .search-account-icon{background-image:url(../img/32.8a861cc5.png)}.national-marketing-page .features-section .feature-card .collect-video-icon{background-image:url(../img/33.2215a6ca.png)}.national-marketing-page .features-section .feature-card .search-video-icon{background-image:url(../img/34.ffb2c4ee.png)}.national-marketing-page .features-section .feature-card .specify-list-icon{background-image:url(../img/35.a057156a.png)}.national-marketing-page .features-section .feature-card .search-comment-icon{background-image:url(../img/36.311c82c0.png)}.national-marketing-page .features-section .feature-card .visitor-reach-icon{background-image:url(../img/37.5d3f2347.png)}.national-marketing-page .features-section .feature-card .feature-title{font-size:.16rem;font-weight:700;color:#333;margin-bottom:.05rem}.national-marketing-page .features-section .feature-card .feature-description{font-size:.12rem;color:#666;margin:0}.national-marketing-page .local-center-section{margin-bottom:.8rem}.national-marketing-page .local-center-section .center-card{position:relative;border-radius:.1rem;overflow:hidden;box-shadow:0 .02rem .04rem rgba(0,0,0,.05)}.national-marketing-page .local-center-section .center-card .center-image{width:100%;height:auto;display:block}.national-marketing-page .local-center-section .center-card .center-button{position:absolute;bottom:.2rem;right:.2rem;background-color:#ff6b35;color:#fff;border:none;padding:.08rem .16rem;border-radius:.2rem;font-size:.14rem;cursor:pointer;z-index:10}.national-marketing-page .bottom-placeholder{height:.5rem}