.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);height:64px}.navbar-container{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:100%}.navbar-logo{display:flex;align-items:center;gap:10px;text-decoration:none}.logo-icon{width:36px;height:36px}.logo-text{font-size:18px;font-weight:700;color:#087df2}.navbar-menu{display:flex;gap:32px;list-style:none}.navbar-link{font-size:14px;color:#5d5d5dd9;text-decoration:none;transition:color .2s;padding:4px 0;position:relative}.navbar-link:hover{color:#0a409d}.navbar-link.active{color:#0a409d;font-weight:600}.navbar-link.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:#0a409d;border-radius:1px}@media(max-width:768px){.navbar-menu{gap:16px}.navbar-link{font-size:13px}}.footer{margin-top:auto}.footer-wave{width:100%;height:60px}.footer-wave svg{width:100%;height:100%}.footer-content{background:linear-gradient(135deg,#1e3a5f,#2563eb);color:#fff;padding:40px 0 20px}.footer-container{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap}.footer-brand h3{font-size:18px;font-weight:700;margin-bottom:8px}.footer-brand p{font-size:13px;opacity:.8;max-width:280px}.footer-links{display:flex;gap:48px;flex-wrap:wrap}.footer-col h4{font-size:14px;font-weight:600;margin-bottom:12px}.footer-col ul{list-style:none}.footer-col li{font-size:13px;margin-bottom:6px}.footer-col li a{color:#fff;opacity:.7;text-decoration:none;transition:opacity .2s}.footer-col li a:hover{opacity:1}.footer-bottom{max-width:1200px;margin:32px auto 0;padding:16px 24px 0;border-top:1px solid rgba(255,255,255,.15);text-align:center}.footer-bottom p{font-size:12px;opacity:.6}.footer-police{display:inline-flex;align-items:center;gap:6px;margin-top:4px}.footer-police a{color:#fff;text-decoration:none;opacity:.6;font-size:12px}@media(max-width:768px){.footer-container{flex-direction:column;gap:24px}.footer-links{gap:24px}}.home-hero{background:linear-gradient(135deg,#f0f7ff,#e0ecff,#f5f0ff);padding:120px 0 80px;min-height:600px;display:flex;align-items:center}.home-hero-container{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:60px;width:100%}.home-hero-content{flex:1;max-width:560px}.home-hero-title{font-size:52px;font-weight:800;color:#1e3a5f;line-height:1.2;margin-bottom:20px}.home-hero-title span{display:block}.home-hero-subtitle{font-size:22px;color:#2563eb;font-weight:600;margin-bottom:16px}.home-hero-desc{font-size:15px;color:#666;line-height:1.8}.home-hero-image{flex-shrink:0;width:480px;height:360px}.home-hero-placeholder{width:100%;height:100%;border-radius:20px;object-fit:cover;display:block}@media(max-width:900px){.home-hero-container{flex-direction:column;text-align:center;gap:40px}.home-hero-title{font-size:36px}.home-hero-image{width:100%;max-width:480px;height:280px}}.core-values{padding:60px 0;background:#fff}.core-values-title{text-align:center;font-size:28px;font-weight:700;color:#1e3a5f;margin-bottom:48px}.core-values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.core-value-card{text-align:center;padding:32px 20px;border-radius:16px;background:#f8fafc;transition:transform .2s,box-shadow .2s}.core-value-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.core-value-icon{width:64px;height:64px;margin:0 auto 16px}.core-value-icon svg{width:100%;height:100%}.core-value-card h3{font-size:18px;font-weight:600;color:#333;margin-bottom:8px}.core-value-card p{font-size:13px;color:#666;line-height:1.6}@media(max-width:900px){.core-values-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.core-values-grid{grid-template-columns:1fr}}.product-showcase{padding:60px 0;background:#f8fafc}.showcase-title{text-align:center;font-size:28px;font-weight:700;color:#1e3a5f;margin-bottom:48px}.showcase-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.showcase-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0000000f;transition:transform .2s,box-shadow .2s;text-decoration:none;color:inherit}.showcase-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.showcase-image-placeholder{width:100%;height:200px;object-fit:cover;display:block}.showcase-info{padding:20px}.showcase-info h3{font-size:16px;font-weight:600;color:#333;margin-bottom:6px}.showcase-info p{font-size:13px;color:#666;line-height:1.5;margin-bottom:12px}.showcase-link{font-size:13px;color:#2563eb;font-weight:500}@media(max-width:900px){.showcase-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.showcase-grid{grid-template-columns:1fr}}.scenarios{padding:60px 0;background:#fff}.scenarios-title{text-align:center;font-size:28px;font-weight:700;color:#1e3a5f;margin-bottom:8px}.scenarios-subtitle{text-align:center;font-size:15px;color:#666;margin-bottom:48px}.scenarios-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.scenario-card{background:#f8fafc;border-radius:16px;overflow:hidden;transition:transform .2s,box-shadow .2s}.scenario-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.scenario-image-placeholder{width:100%;height:160px;object-fit:cover;display:block}.scenario-info{padding:20px}.scenario-info h3{font-size:18px;font-weight:600;color:#333;margin-bottom:8px}.scenario-info p{font-size:13px;color:#666;line-height:1.6}@media(max-width:900px){.scenarios-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.scenarios-grid{grid-template-columns:1fr}}.stats-section{padding:80px 0;background:linear-gradient(135deg,#1e3a5f,#2563eb);color:#fff}.stats-title{text-align:center;font-size:28px;font-weight:700;margin-bottom:48px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.stat-item{text-align:center}.stat-value{font-size:40px;font-weight:800;margin-bottom:8px}.stat-label{font-size:15px;opacity:.8}@media(max-width:768px){.stats-grid{grid-template-columns:repeat(2,1fr)}}.products-hero{background:linear-gradient(135deg,#f0f7ff,#e0ecff);padding:144px 0 60px;text-align:center}.products-hero-title{font-size:40px;font-weight:800;color:#1e3a5f;margin-bottom:16px}.products-hero-desc{font-size:16px;color:#666;max-width:600px;margin:0 auto}.products-list{padding:60px 0;background:#fff}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #0000000f;border:1px solid #f0f0f0;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.product-card-image{width:100%;height:220px;overflow:hidden}.product-card-image img{width:100%;height:100%;object-fit:cover;display:block}.product-card-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#64748b;font-size:14px;gap:4px}.product-card-placeholder small{font-size:11px;opacity:.6}.product-card-info{padding:24px}.product-card-info h3{font-size:18px;font-weight:600;color:#333;margin-bottom:8px}.product-card-info p{font-size:14px;color:#666;line-height:1.6;margin-bottom:16px}.product-card-link{font-size:14px;color:#2563eb;font-weight:500;text-decoration:none}.product-card-link:hover{text-decoration:underline}@media(max-width:900px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.products-grid{grid-template-columns:1fr}}.section-header{display:inline-block;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-size:22px;font-weight:700;padding:10px 32px;border-radius:24px;margin-bottom:28px;letter-spacing:.5px}.feature-item{display:flex;align-items:flex-start;gap:14px}.feature-item-icon{width:38px;height:38px;min-width:38px;background:#eff6ff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#3b82f6}.feature-item-icon svg{width:20px;height:20px}.feature-item-text h3{font-size:14px;font-weight:600;color:#333;margin-bottom:3px}.feature-item-text p{font-size:13px;color:#666;line-height:1.5}.feature-card{background:#fff;border-radius:12px;padding:24px 16px;display:flex;flex-direction:column;align-items:center;gap:12px;box-shadow:0 1px 4px #0000000d;border:1px solid #f0f0f0;transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.feature-card-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center}.feature-card-icon svg{width:36px;height:36px}.feature-card-title{font-size:14px;color:#333;font-weight:500}.system-software{padding:40px 0}.software-main{display:flex;gap:40px;margin-bottom:32px}.software-features{flex:1;display:flex;flex-direction:column;gap:18px}.software-dashboard{flex:1;max-width:480px}.dashboard-placeholder{width:100%;height:280px;border-radius:12px;object-fit:cover;display:block}.software-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:900px){.software-main{flex-direction:column}.software-dashboard{max-width:100%}.software-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.software-cards{grid-template-columns:1fr}}.evaluation-system{padding:0}.evaluation-main{display:flex;gap:40px}.evaluation-features{flex:1;display:flex;flex-direction:column;gap:18px}.evaluation-images{flex:1;max-width:480px;display:flex;flex-direction:column;gap:16px}.eval-chart-placeholder{width:100%;height:160px;border-radius:12px;object-fit:cover;display:block}.eval-devices-row{display:flex;gap:16px}.eval-device-placeholder,.eval-qr-placeholder{height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:13px;gap:4px}.eval-device-placeholder img,.eval-qr-placeholder img{height:100%;width:100%;object-fit:contain}@media(max-width:900px){.evaluation-main{flex-direction:column}.evaluation-images{max-width:100%}}.deployment-section{padding:0}.deployment-main{display:flex;justify-content:center;gap:80px;margin-bottom:24px}.deployment-item{display:flex;flex-direction:column;align-items:center;gap:12px}.deployment-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center}.deployment-icon svg{width:64px;height:64px}.deployment-label{font-size:14px;color:#333;font-weight:500}.deployment-desc{text-align:center;font-size:14px;color:#333}.deployment-desc strong{font-weight:600;margin-right:4px}@media(max-width:600px){.deployment-main{gap:40px}}.hardware-devices{padding:40px 0}.hardware-main{display:grid;grid-template-columns:1fr 1fr;gap:40px}.hardware-col{display:flex;flex-direction:column;gap:16px}.hardware-subtitle{font-size:16px;font-weight:600;color:#333}.hardware-desc{font-size:13px;color:#666;line-height:1.6}.hardware-image-placeholder{width:100%;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#64748b;font-size:14px;gap:4px}.hardware-image-placeholder small{font-size:11px;opacity:.6}.portable-features{display:flex;flex-direction:column;gap:10px}.portable-feature{display:flex;align-items:center;gap:10px;font-size:13px;color:#555}.portable-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#3b82f6}.portable-icon svg{width:16px;height:16px}@media(max-width:900px){.hardware-main{grid-template-columns:1fr}}.patient-equipment{padding:40px 0}.equipment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.equipment-card{display:flex;flex-direction:column;gap:12px}.equipment-title{font-size:15px;font-weight:600;color:#333}.equipment-desc{font-size:13px;color:#666;line-height:1.5}.equipment-image-placeholder{width:100%;flex:1;min-height:180px;border-radius:12px;overflow:hidden}.equipment-image-placeholder img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:900px){.equipment-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.equipment-grid{grid-template-columns:1fr}}.product-detail-hero.light-product-hero{background:url(https://sy-music.oss-cn-chengdu.aliyuncs.com/yyxj-official/light/1.%E9%A1%B6%E5%9B%BE.png) center / cover no-repeat;min-height:100vh;display:flex;align-items:center;padding:0;justify-content:center;text-align:center;position:relative;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.product-detail-hero.light-product-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#00000080,#0003,#0009);z-index:1}.product-detail-hero.light-product-hero h1,.product-detail-hero.light-product-hero p{color:#fff}.product-detail-hero.light-product-hero .container{padding:0 24px;position:relative;z-index:2}.product-detail-hero{background-image:url(https://sy-music.oss-cn-chengdu.aliyuncs.com/yyxj-official/VR/1.治疗场景图.png);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.product-detail-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#00000080,#0003,#0009);z-index:1}.product-detail-hero .container{position:relative;z-index:1}.product-detail-hero h1,.product-detail-hero p{color:#fff}.product-feature-card{overflow:hidden}.product-feature-img{width:100%;aspect-ratio:16 / 10;overflow:hidden;border-radius:10px;margin-bottom:14px}.product-feature-img img{width:100%;height:100%;object-fit:cover;display:block}.vr-arch-item{text-align:center}.vr-arch-img{width:100%;aspect-ratio:4 / 3;overflow:hidden;border-radius:12px;margin-bottom:10px;box-shadow:0 2px 10px #00000014}.vr-arch-img img{width:100%;height:100%;object-fit:cover;display:block}.vr-arch-item h4{font-size:15px;font-weight:600;color:#333;margin-bottom:4px}.vr-arch-item p{font-size:13px;color:#888}.vr-arch-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:768px){.vr-arch-grid{grid-template-columns:repeat(2,1fr)}}.product-detail-hero.vr-product-hero{background:url(https://sy-music.oss-cn-chengdu.aliyuncs.com/yyxj-official/VR/1.治疗场景图.png) center / cover no-repeat;min-height:100vh;display:flex;align-items:center;padding:0;justify-content:center;text-align:center;position:relative;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.product-detail-hero.vr-product-hero .container{padding:0 24px;position:relative;z-index:2}.cave-section{display:flex;gap:40px;margin-bottom:40px;align-items:center}.cave-section:nth-child(2n){flex-direction:row-reverse}.cave-section-text{flex:1}.cave-section-text h3{font-size:20px;font-weight:700;color:#1e3a5f;margin-bottom:12px}.cave-section-text p{font-size:14px;color:#666;line-height:1.8}.cave-section-img{flex:1;max-width:480px;width:100%;height:240px;object-fit:cover;border-radius:12px;display:block}@media(max-width:768px){.cave-section,.cave-section:nth-child(2n){flex-direction:column}.cave-section-img{max-width:100%;width:100%}}.product-detail-hero.cave-product-hero{background:url(https://sy-music.oss-cn-chengdu.aliyuncs.com/yyxj-official/cave/cave_banner.jpg) center / cover no-repeat;min-height:100vh;display:flex;align-items:center;padding:0;justify-content:center;text-align:center;position:relative;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.product-detail-hero.cave-product-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#00000080,#0003,#0009);z-index:1}.product-detail-hero.cave-product-hero h1,.product-detail-hero.cave-product-hero p{color:#fff}.product-detail-hero.cave-product-hero .container{padding:0 24px;position:relative;z-index:2}.product-detail-hero{height:100vh;width:100%;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;position:relative}.product-detail-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#00000073,#00000040);z-index:1}.product-detail-hero .container{position:relative;z-index:2}.product-detail-hero.sleep-pod-hero{background:url(https://sy-music.oss-cn-chengdu.aliyuncs.com/yyxj-official/sleep/banner%E5%9B%BE.png) center / cover no-repeat;min-height:400px;display:flex;align-items:center;position:relative}.product-detail-hero.sleep-pod-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#00000073,#00000040);z-index:1}.product-detail-hero.sleep-pod-hero .container{position:relative;z-index:2}.product-section img.product-image-placeholder{width:100%;height:auto;max-height:520px;object-fit:contain;background:none;border-radius:12px;display:block}.product-detail-hero{background:linear-gradient(135deg,#1a2d4d,#1e3a5f);padding:124px 0 40px}.product-detail-hero .container{max-width:1200px;margin:0 auto;padding:0 24px}.product-detail-hero h1{font-size:36px;font-weight:800;color:#fff;margin-bottom:12px}.product-detail-hero p{font-size:16px;color:#ffffffe6;max-width:700px}.product-detail-content{padding:40px 0}.product-detail-content .container{max-width:1200px;margin:0 auto;padding:0 24px}.product-section{margin-bottom:40px}.product-section-title{font-size:22px;font-weight:700;color:#1e3a5f;margin-bottom:24px}.product-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-feature-card{background:#f8fafc;border-radius:12px;padding:24px}.product-feature-card h4{font-size:16px;font-weight:600;color:#333;margin-bottom:8px}.product-feature-card p{font-size:13px;color:#666;line-height:1.6}.product-image-placeholder{width:100%;height:240px;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#64748b;font-size:14px;gap:4px}.product-image-placeholder.small{height:160px}.product-bottom-bar{background:linear-gradient(135deg,#1e3a5f,#2563eb);color:#fff;padding:32px 0}.product-bottom-bar .container{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-around;flex-wrap:wrap;gap:20px}.product-bottom-item{text-align:center}.product-bottom-item h4{font-size:14px;font-weight:600;margin-bottom:4px}.product-bottom-item p{font-size:12px;opacity:.8}@media(max-width:768px){.product-features-grid{grid-template-columns:1fr}.product-detail-hero h1{font-size:28px}}.about-page{padding-top:64px;background-image:url(https://sy-music.oss-cn-chengdu.aliyuncs.com/yyxj-official/about/2.%E4%BC%81%E4%B8%9A%E8%83%8C%E6%99%AF%E5%BA%95%E5%9B%BE.png);background-size:cover;background-position:center;background-repeat:no-repeat}.about-hero{padding:80px 0 60px}.about-hero-container{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:40px}.about-hero-title{font-size:40px;font-weight:800;color:#1e3a5f;line-height:1.2}.about-hero-subtitle{font-size:18px;color:#2563eb;font-weight:600;margin-top:12px}.about-hero-image{flex-shrink:0;width:400px;height:280px}.about-hero-placeholder{width:100%;height:100%;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#5a8fd4;font-size:15px;gap:6px}.about-hero-placeholder small{font-size:11px;opacity:.6}.company-intro{padding:60px 0}.intro-container{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;gap:60px}.intro-left{flex:1}.intro-left h2{font-size:24px;font-weight:700;color:#1e3a5f;margin-bottom:20px}.intro-left p{font-size:14px;color:#666;line-height:1.8;margin-bottom:12px}.intro-right{width:360px;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.intro-stat{text-align:center;padding:24px;background:#f8fafc;border-radius:12px}.intro-stat-value{font-size:28px;font-weight:800;color:#2563eb;margin-bottom:4px}.intro-stat-label{font-size:13px;color:#666}.company-position{padding:60px 0;text-align:center}.company-position h2{font-size:24px;font-weight:700;color:#1e3a5f;margin-bottom:32px}.position-card{max-width:480px;margin:0 auto;padding:40px;background:#fff;border-radius:16px;box-shadow:0 2px 12px #0000000f}.position-icon{width:64px;height:64px;margin:0 auto 16px;color:#2563eb}.position-card h3{font-size:20px;font-weight:600;color:#333;margin-bottom:8px}.position-card p{font-size:14px;color:#666}.core-beliefs{padding:60px 0}.core-beliefs h2{text-align:center;font-size:24px;font-weight:700;color:#1e3a5f;margin-bottom:48px}.beliefs-grid{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.belief-card{text-align:center;padding:40px 24px;background:#f8fafc;border-radius:16px}.belief-icon{width:56px;height:56px;margin:0 auto 16px;color:#2563eb}.belief-card h3{font-size:20px;font-weight:600;color:#333;margin-bottom:12px}.belief-card p{font-size:14px;color:#666;line-height:1.6}.about-slogan{padding:80px 0;background:linear-gradient(135deg,#1e3a5f,#2563eb);text-align:center;color:#fff}.about-slogan h2{font-size:36px;font-weight:800;margin-bottom:12px}.about-slogan p{font-size:16px;opacity:.8}@media(max-width:900px){.about-hero-container{flex-direction:column;text-align:center}.about-hero-image{width:100%;max-width:400px}.intro-container{flex-direction:column}.intro-right{width:100%}.beliefs-grid{grid-template-columns:1fr}}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section-wrapper{padding:40px 0}.light-bg{background:#f8fafc}.two-col-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;padding:40px 24px}.page-footer{text-align:center;padding:20px 24px;font-size:12px;color:#999;background:#f8fafc;border-top:1px solid #f0f0f0}@media(max-width:900px){.two-col-grid{grid-template-columns:1fr}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-blue: #2563eb;--primary-dark: #1d4ed8;--text-primary: #333;--text-secondary: #666;--bg-section: #f8fafc;--bg-white: #fff;--max-width: 1200px;--border-radius: 12px}body{font-family:Microsoft YaHei,PingFang SC,Helvetica Neue,Arial,sans-serif;background:#fff;min-height:100vh;color:#333;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;display:block}
