/**
 * 通用样式
 */

a,
a:hover {
    color: inherit !important;
    text-decoration: none !important;
}

ol,
ul,
dl {
    list-style: none;
}

p {
    margin: 0px;
}

.text-12 {
    font-size: 12px;
}

.navbar-nav .nav-item .nav-link {
    color: #fff !important;
}

.navbar-nav .active {
    border-bottom: 2px solid #fff;
}

.container {
    padding: 0 !important;
}

input,
button,
select {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: 0px solid transparent;
    outline: none;
}

select:focus {
    outline: none !important;
    border: none;
    box-shadow: none;
}
button:focus {
    outline: none !important;
    border: none;
    box-shadow: none;
}
