
.table-dark{
    --bs-table-bg: #FFFFFF;
}
.content-title-border{
    border-left: 4px solid #2672FF;
    height: 17px;
    padding: 6px 0;
}
.item-title{
    margin-left: 5px;
    font-weight: 500;
    font-size: 18px;
    color: #252B3A;
}
.grid-title{
    font-weight: 500;
    font-size: 20px;
    color: #252B3A;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.grid-content {
    display: table-cell;
    vertical-align: middle;
    height: 3rem;
    text-align: center;
}
.grid-content span{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    text-align: left;
    font-style: normal;
    text-transform: none;

}
.btn-outline-secondary2 {
    color: #ffffff;
    border: 0px;
    background-color: #2672FF;
}
.serach-input2 {
    border:0;
    border-radius: 100px;
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show{
    border-color: #ffffff;
    border-radius: 100px;
}
.btn-look {
    padding: 0 5px;
    border: 0;
    font-size: 14px;
    font-weight: 400;
}
.btn-look2 {
    padding: 0.1rem 1rem;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid;
    border-radius: 100px;
}

.box-card {
    box-shadow: none !important;
    border: 0 !important;
}
.el-carousel__container{
    height:310px;
}
.container-empty{
    width: 100%;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    height: 200px; /* 你可以根据需要设置高度 */
    background: #ffffff;
}
.el-carousel__indicators{
    display: none;
}
