*{margin:0;padding:0}#app-container{width:100vw;min-height:100vh;text-align:center;background-color:#66be74}#app-container .header{background:#fff;height:68px;width:100%;padding:0 120px;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box}#app-container .header img{width:103px;height:28px}#app-container .header .btns{display:flex}#app-container .header .btns .btn{cursor:pointer}#app-container .header .btns .btn+.btn{margin-left:16px}#app-container .header .btns span{color:#00c261;line-height:20px;font-size:14px}#app-container .main{width:100vw;text-align:center}#app-container .main-img{width:100%}#app-container .footer{width:100vw;background:#000;color:#fff}#app-container .footer .link{font-size:12px;color:#969799;text-decoration:none;line-height:22px}#app-container .footer .link:hover{color:#fff}