.scrolllayout{position:absolute;left:0;right:0;bottom:0;top:0;display:flex;overflow-y:auto;flex-direction:column;background:#efefef;transition:all 3s ease-in-out}.scrolllayout-flex{flex:1;background:#efefef;width:100%;min-width:1200px}*{padding:0;margin:0}:root{--line-height-color:#1bbda9;--phone-font-weight-bold:900}#app,.home-service{overflow:hidden}.home-service{position:fixed;top:50%;transform:translateY(-50%);right:20px;z-index:9999;background:#fff;border-radius:15px;width:200px;cursor:pointer}.home-service-top{background:var(--line-height-color);color:#fff;font-size:18px;font-weight:700;text-align:center;margin:0 auto;padding:5px 0 6px 0}.home-service-center{width:180px;height:70px;margin:8px auto 8px auto;display:flex;flex-direction:row;border:2px solid grey;border-radius:5px;justify-content:center;color:var(--line-height-color);font-weight:700;font-size:20px;align-items:center}.home-service-center-left{width:30px;height:27px;text-align:center}.home-service-center-left-img{width:100%;height:100%;display:block}.home-service-bottom{display:flex;flex-direction:row;justify-content:center;align-items:center;font-size:17px;padding:10px 0;font-weight:var(--phone-font-weight-bold);color:var(--line-height-color)}.home-service-bottom-left{width:15px;height:15px;margin-right:11px}.home-service-bottom-left-img{width:100%;height:100%;display:block}