.hotline-group{position:fixed;bottom:25px;left:0;z-index:10}.hotline-group ul li{display:flex}.hotline-group ul li .button{display:flex;align-items:center;padding:0 10px;cursor:pointer;position:relative;height:40px;margin:2px 5px}.hotline-group ul li .button .nen-hot{background-color:#fbc531;position:absolute;width:100%;height:100%;top:0px;left:0px;border-radius:20px}.hotline-group ul li .button img{margin:0;transition:margin-right 0.25s cubic-bezier(0.4, 0, 0.2, 1);width:20px;animation:tada 1.2s infinite}.hotline-group ul li .button .text{width:0;overflow:hidden;transition:width 0.25s cubic-bezier(0.4, 0, 0.2, 1);white-space:nowrap;color:#000;z-index:2}.hotline-group ul li .button .text a{text-decoration:none;color:#000}.hotline-group ul li .button:hover img{margin-right:10px}.hotline-group ul li .button:hover .text{width:168px}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.3, 1.3, 1.3) rotate(3deg)}40%,60%,80%{transform:scale3d(1.3, 1.3, 1.3) rotate(-3deg)}to{transform:scaleX(1)}}
