.tabs{width:100%;max-width:466px;height:50px;margin:0 auto;padding:0 5px;display:flex;align-items:center;background:#2c2c2c;border-radius:14px}.tabs-item{display:flex;flex:1;font-size:14px;margin:5px}.tabs-item.router-link-active .btn-wrap{background:linear-gradient(90deg,#5ac9e5,#7c5bff)}.tabs-item .btn-wrap{flex:1}.tabs-item .btn-wrap .btn{width:100%;background:#333;font-weight:400}@media screen and (max-width:500px){.tabs{flex-direction:column;height:auto}.tabs-item{width:100%}}