@charset "utf-8";body{max-width:750px;margin:0 auto;background-color:#050505}.main{padding-bottom:.5rem;font-size:0;line-height:0}.main .top{position:relative}.main .bg{width:100%}.main .btn-group{position:absolute;bottom:.1rem;left:0;width:100%;display:flex;justify-content:center}.main .btn-group .btn{width:3.74rem;height:1.37rem;-webkit-animation:breathe 1s infinite;animation:breathe 1s infinite}.main .btn-group .btn img{height:100%}.btn-gohome{cursor:pointer}.aside-service{position:fixed;top:3.3rem;right:0;width:.77rem;height:2.51rem;background:url(../images/service.png) no-repeat;background-size:cover}@media (min-width:750px){.aside-service{right:50%;margin-right:-375px}}@-webkit-keyframes breathe{from{transform:scale(1)}50%{transform:scale(.9)}to{transform:scale(1)}}@keyframes breathe{from{transform:scale(1)}50%{transform:scale(.9)}to{transform:scale(1)}}