h2.page-header {
    margin: 10px 0 25px 0;
    padding-bottom: 15px;
}
.user-baseinfo {
    margin-bottom: 25px;
}
.user-baseinfo table tr td {
    color: #000;
}
@media (min-width: 992px) {
    .user-center .avatar-text,
    .user-center .avatar-img {
        height: 150px;
        width: 150px;
        border-radius: 150px;
        line-height: 150px;
        font-size: 70px;
    }
    .user-center .avatar-img {
        font-size: 0;
    }
    .user-center .avatar-img img {
        height: 150px;
        width: 150px;
        border-radius: 150px;
    }
}
.sidebar-toggle {
    display: none;
}

body.sidebar-open .sidenav {
    left: 0;
    width: 250px;
    box-shadow: 0 6px 27px rgba(0, 0, 0, 0.075);
}
body.sidebar-open .sidebar-toggle i:before {
    content: "\f00d";
}

#content-container{
    margin-top: 20px;
}

.panel {
    margin-bottom: 18px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.card_item_title {
    font-size: 15px;
    font-weight: bold;
    color: #E4002B;
    margin-left: 30px;
}

.card_item_allprice_item {
    margin-left: 30px;
    display: flex;
    align-items: center;
}

.card_item_allprice {
    font-size: 22px;
    font-weight: 400;
    color: #E4002B;
    position: relative;
}

.card_item_allprice::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 10px;
    border-color: transparent transparent #eee;
}

.card_item_allprice_yuan {
    font-size: 34px;
    font-weight: 500;
}

.recharge {
    margin-left: 30px;
    cursor: pointer;
}

.balance_withdraw {
    margin-left: 30px;
    cursor: pointer;
}

.withdraw {
    margin-left: 30px;
    cursor: pointer;
}

.card_item_details_box {
    padding: 20px 30px;
    background-color: #FAFAFA;
    border-top: 1px solid #eee;
    margin-top: 10px;
    display: flex;
    align-items: center;
    border-radius: 0 0 10px 10px;
}

.card_item_details_box_item_title {
    font-size: 15px;
    color: #666666;
}

.card_item_details_box_item_price {
    font-size: 15px;
}

.card_item_details_box_jia {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin: 0 50px;
}

.level_box {
    padding: 30px;
    background-color: #FFFFFF;
    border-radius: 15px;
    margin-top: 20px;
}

.level_item {
    margin-bottom: 30px;
}

.level_item:last-child {
    margin-bottom: 0;
}

.unlock_text {
    color: #FFC300;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.unlock_image {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.progress_box {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.level_item_title {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.layui-progress-text {
    position: relative;
    top: 0;
    right: 15px;
    line-height: 18px;
    font-size: 12px;
    color: #FFFFFF;
}

.profile_main{
    width: 85%;
    height: 100%;
    padding: 20px;
    overflow-y: auto;
}

.profile_main_item_box{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.profile_main_item_boxs{
    display: flex;
    align-items: self-start;
    margin: 10px 0 20px 20px;
}

.form_title {
    width: 15%;
    font-size: 15px;
    margin-right: 10px;
}

.form_content {
    width: calc(85% - 10px);
    font-size: 16px;
}

.image{
    width: 180px;
    height: 120px;
    object-fit: cover;
    cursor: pointer;
}

.images{
    width: 180px;
    height: 120px;
    margin-right: 10px;
    object-fit: cover;
}

.upload_box {
    width: 180px;
    height: 120px;
    border: 1px solid #F4F4F4;
    position: relative;
}

.upload_card_box {
    width: 180px;
    height: 120px;
    border: 1px solid #F4F4F4;
    position: relative;
    margin-right: 20px;
}

.upload_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form_input_file {
    width: 180px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.form_input_files {
    width: 180px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.form-controls{
    width: 100%;
    height: 33px;
    padding: 6px 0;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555555;
}



.btn-xs{
    padding: 3px 8px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 5px;
}

.table-responsive {
    position: relative;
}

.table-responsive-x {
    overflow-x: auto;
    white-space: nowrap;
}

.positive_table{
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 0 !important;
}

table {
    width: 100%;
    border-collapse: collapse;
}

.loading_box{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #FFFFFF;
    top: 0;
    z-index: 10;
    text-align: center;
}

.driver_box {
    /*display: flex;*/
    padding-left: 16.66666667%;
}

.driver_box_item {
    width: 240px;
    height: 90px;
    border: 1px solid #999999;
    border-radius: 10px;
    padding: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    /* 或其他适合的显示类型 */
}

.driver_box_item_info {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.driver_box_item_info div {
    margin-right: 10px;
}

.driver_box_item::before {
    content: '';
    position: absolute;
    right: 0;
    /* 定位到右下角 */
    bottom: 0;
    width: 0;
    height: 0;
    border-radius: 0 0 10px 0;
    border-left: 30px solid transparent;
    /* 左边框透明 */
    border-top: 30px solid transparent;
    /* 上边框透明 */
    border-bottom: 30px solid #999999;
    /* 下边框红色，形成向下三角形 */
    z-index: 1;
    /* 确保三角形在底层 */
}

/* 显示 √ 的伪元素 */
.driver_box_item::after {
    content: '√';
    position: absolute;
    right: 5px;
    /* 微调位置，使 √ 居中 */
    bottom: 0;
    color: #FFFFFF;
    /* 白色文字 */
    font-size: 15px;
    /* 调整字体大小 */
    z-index: 99;
    /* 确保 √ 在顶层 */
}

.driver_active {
    border: 1px solid #E4002B;
}

.driver_active::before {
    border-bottom: 30px solid #E4002B;
    /* 下边框红色，形成向下三角形 */
}

.text-success {
    --bs-text-opacity: 1;
    color: var(--primary-color) !important;
}

.type_box{
    display: flex;
    align-items: center;
}

.type_item_box{
    padding: 10px 20px;
    background-color: #FFFFFF;
    font-size: 15px;
    cursor: pointer;
}

.type_item_box_active{
    color: #E4002B;
    background-color: #fce5ea;
    border-radius: 5px 5px 0 0;
}

.order_box{
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 2px 2px 10px 5px #f8f9fa;
    border-radius: 5px;
    padding: 20px;
}

.order_item_box{
    display: flex;
    align-items: center;
}