#navbar-logo {
    height: 80px;
}

.nav-item {
    position: relative;
}

.nav-link.active::after {
    content: '';
    position: absolute;
    left: 1rem;
    bottom: 0;
    width: 20px;
    height: 3px;
    background-color: #feb000;
}

a{
    text-decoration: none;
}

.product-download-btn{
    background-color: #67C23A;
    color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 24px;
}
.product-download-btn.info{
    background-color: #909399;
}
