.form-group-single-item .list {
    max-height: 410px;
    overflow: auto;
}

.pro_select_list {
    width: 100%;
    font-size: 16px;
    box-shadow: 0px 0px 35px rgba(0, 162, 255, 0.1);
    border-radius: 10px;
    background-color: #ecfbff;
}

.pro_select_list .list-group-item:first-child {
    color: #fff;
}

.pro_select_list .list-group-item .title {
    flex: 1;
}

.pro_select_list .list-group-item .titleFlex {
    flex: 1.2;
}

.pro_select_list .list-group-item .djCerter div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-group .list-group-item.bg-info {
    background: var(--bs-pro-list);
}

.djFlex {
    display: flex;
    align-items: center;
}

.pro_select_list .list-group-item .title:first-child {
    padding-left: 20px;
}

.pro_select_list .list-group-item .marRiTable {
    margin-right: 15px;
    flex: 1.2;
}

.pro_select_list .list-group-item .faceMarRI {
    flex: 1.2;
}

.maLeIcon {
    margin-left: 15px;
}

.djCerter {
    text-align: center !important;
}

.overAuto {
    overflow: auto;
}

.imgProduct {
    width: 40%;
}

.page-goto {
    position: absolute;
    right: 0;
    width: 90px;
}

.page-goto input {
    padding: 5px 2px;
    margin: 0 5px;
    text-align: center;
}

.listSort {
    margin-left: 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 18px;
    /* transform: translateY(-4px); */
}

.listSort i {
    display: block;
}

.arrow-up {
    /* 添加向上箭头样式 */
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 7px solid rgb(255, 255, 255);
}

.arrow-down {
    /* 添加向下箭头样式 */
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid rgb(255, 255, 255);
}

.arrow-up.active {
    /* 添加选中时的向上箭头样式 */
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 7px solid #ffd57f;
}

.arrow-down.active {
    /* 添加选中时的向下箭头样式 */
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #ffd57f;
}

#diagonal,
#fps,
#resolution {
    cursor: pointer;
}

.djHei {
    height: 60px;
    line-height: 60px;
}

#imageModal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow-y: auto;
    max-height: 90%;
}
