*{margin:0;padding:0;box-sizing:border-box}#app,body,html{height:100%;width:100%;color:#333;font-family:PingFang SC,PingFang SC-Regular}ul{list-style:none}::-webkit-scrollbar{width:0;height:0;background-color:transparent}::-webkit-scrollbar-thumb{border-radius:3px;background-color:rgba(11,104,191,.4)}::-webkit-scrollbar-track-piece{background-color:transparent}.w-btn{width:200px;height:56px;cursor:pointer;background:#0b68bf;display:flex;align-items:center;justify-content:center;border-radius:4px;font-size:20px;color:#fff;transition:all .2s linear}.w-btn.small{width:144px;height:48px;font-size:16px}.w-btn:hover{background-color:rgba(11,104,191,.6)}.item-btn{cursor:pointer;color:#0b68bf;font-size:16px}.item-btn i{margin-left:8px}