
.form-control:focus {
    border-color: #ff6d9b !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 0, 0, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 0, 0, 0.6) !important;
}
.form-control-fous:focus {
    border-color: #fff !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, 0.6) !important;
}

.btn-jihe {
    color: #ffffff;
    background-color: #ff0000;
    border-color: #d6094a;
}

.btn-jihe-light {
    border: 1px solid #ff0000;
    padding: 6px 10px;
}

.actionable {
    cursor: pointer;
}

.divider {
    border-bottom: 1px solid #cccccc;
}

:focus {
    outline: none !important;
}

:root {
    /*主色调 基佬红*/
    --main-color: #666;
    --minor-color: #666;
}

li {
    list-style-type: none;
}

a {
    color: #888889;
    text-decoration: none;
    /* font-size: 12px; */
}

a:hover, a:focus {
    color: var(--main-color);
    text-decoration: none !important;
}

ul, li {
    list-style: none;
    /* margin-left: 0; */
    padding: 0;
}



