.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #211510;
    background-clip: border-box;
    border: 1px solid rgba(255, 255, 255, .125);
    border-radius: .25rem;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, .03);
    border-bottom: 1px solid rgba(255, 255, 255, .125);
    border-left-width: 6px;
    border-left-style: solid;
    border-left-color: #db9710;
    color: #ebdeb8;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    color: #e9ecef;
}

.card-foot {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, .03);
    border-bottom: 1px solid rgba(255, 255, 255, .125);
    color: #ebdeb8;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-foot a {
    font-size: 0.7rem;
    padding:0.3rem 0.6rem;
    box-sizing: border-box;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}
.pl-1, .px-1 {
    padding-left: .25rem !important;
}
.pr-1, .px-1 {
    padding-right: .25rem !important;
}

.mt-0, .my-0 {
    margin-top: 0 !important;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #ebdeb8;
}
table {
    border-collapse: collapse;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #343a40;
}

.table td, .table th {
    /*padding: .75rem;*/
    vertical-align: top;
    border-top: 1px solid #343a40;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
tr {
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
}

tr:hover {
    background-color: rgba(255, 255, 255, 0.19) !important;
}

td {
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
}

td:first-child {
    border-left: 0;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.FT_background_green {
    background: linear-gradient(45deg, #8fc920 0%, #29b94a 100%);
}
.FT_border_none {
    border: none;
}
.text-white {
    color: #fff !important;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #d3d3d3;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/*修改 驱动样式*/
.qd_info{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.qd_info div{
    padding: 0.75rem;
    box-sizing: border-box;
}
.qd_info img{
    width:60px;
    height:44px;
}