.box_item_c06 {
    margin-bottom: 30px;
}

.box_item_c06 .box_img {
    aspect-ratio: 3/2;
    background-color: #c9deff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    border-radius: 10px;
}
.box_item_c06 .box_img.has_bg::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: radial-gradient(circle, rgba(238, 174, 202, 0.0144432773) 33%, rgba(134, 131, 131, 0.5494572829) 100%);
    opacity: 1;
    transition: opacity 0.3s ease;
    border-radius: 10px;
}
.box_item_c06 .box_img .z_time {
    opacity: 0.6;
    font-weight: lighter;
    transition: opacity 0.3s ease;
}
.box_item_c06 .box_img .price {
    background: rgba(0, 0, 0, 0.4);
    font-weight: lighter;
    font-size: 16px;
    color: #FFFFFF;
    padding: 4px 10px;
    position: absolute;
    border-radius: 8px 0 0 8px;
    right: 0;
    bottom: 15px;
}
.box_item_c06 .box_img .z_title {
    transition: all 0.3s ease;
}
.box_item_c06:hover .box_img.has_bg::before {
    opacity: 0;
}
.box_item_c06:hover .box_img .z_time {
    opacity: 1;
}
.box_item_c06:hover .box_img .z_title {
    text-shadow: 5px 5px 10px black;
}
.box_item_c06 .title {
    color: #333;
    font-size: 15px;
}

.box_item_c06 .title:hover {
    color: #000;
}


.panel_widget .list-item {
    margin-top: 2px;
}
.panel_widget .list-item .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f5f5f5;
    font-weight: initial;
    color: #777777;
    height: 47px;
    line-height: 43px;
    border-top: none;
    margin-bottom: 1px;
    padding: 5px 15px;
    font-size: 14px;
    border-left: 2px solid #9CA3AF;
}
.panel_widget .list-item .item:hover {
    background: #EEEEEE;
}

.box_panel_body img {
    width: 100%;
}

.border-radius-5 {
    border-radius: 5px;
}

.border-radius-10 {
    border-radius: 10px;
}