﻿*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans','Droid Sans','Helvetica Neue',sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f0f0f0;margin:0;padding:0}#app{width:414px;min-height:100vh;margin:0 auto;overflow-x:clip;background-color:#fff}@media (max-width:414px){#app{width:100%}}.component-wrapper{position:relative;width:100%}.component-consultation-btn-text-wrapper,.component-fixed-button-wrapper,.component-wechat-card-fixed-wrapper,.component-wechat-fixed-button-wrapper,.component-wechat-id-card-fixed-wrapper,.component-wechat-text-button-fixed-wrapper{max-width:414px;left:50%!important;right:auto!important;transform:translateX(-50%)}.loading{display:flex;justify-content:center;align-items:center;min-height:100vh;font-size:16px;color:#999}@keyframes scrollListUp{0%{transform:translateY(0)}100%{transform:translateY(-44px)}}@keyframes scrollListSlideUp{0%{opacity:0;transform:translateY(10px)}100%{opacity:1;transform:translateY(0)}}@keyframes scale-animation{0%,100%{transform:scale(1.02)}50%{transform:scale(.9)}}.animation-scale{animation:1s ease-in-out infinite scale-animation}@keyframes fade-animation{0%,100%{opacity:1}50%{opacity:.5}}.animation-fade{animation:1s ease-in-out infinite fade-animation}.animation-slide{animation:1s ease-in-out infinite slide-animation}@keyframes bounce-animation{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.animation-bounce{animation:1s ease-in-out infinite bounce-animation}@keyframes meteor-animation{0%{left:-100%}100%{left:100%}}.animation-meteor{position:relative;overflow:hidden}.animation-meteor::before{content:'';position:absolute;top:0;left:-100%;width:50px;height:100%;background:linear-gradient(90deg,transparent 0,rgba(255,255,255,.8) 50%,transparent 100%);animation:1.2s ease-in-out infinite meteor-animation;pointer-events:none}