.container {
    min-width: 100%;
    padding: 5px 5px 1px;
}

.card {
    box-sizing: border-box;
    background-color: #ffffff;
    margin: 5px 0;
    padding: 0 15px 0;
    width: 100%;
    border-bottom: 1px solid #e1e5ee;
}

.ant-modal-body {
    padding: 5px;
}

.check-card-group-class {
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    display: flex;
    justify-content: center;
    flex: 1;
}

.index-value-card {
    border-radius: 15px;
    box-shadow: 0 5px 30px 0 rgb(0 0 0 / 7%);
    border: 1px solid transparent;
    cursor: pointer;
    display: flex;
    justify-content: center;
    flex: 1;
}

.top-right-check {
    position: absolute;
    top: 4px;
    right: 5px;
    color: rgb(255, 87, 83);
}

.top-right-check-unselected {
    display: none;
}

.index-value-card-selected {
    border: 1px solid rgb(255, 87, 77);
}

/*滚动条自定义样式*/
*::-webkit-scrollbar-thumb {
    background-color: #bfbfbf;
    outline: none;
    border-radius: 6px;
}

*::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.ant-table-summary {
    font-size: 16px;
}

.hide {
    display: none;
}


.konwledgesCard {
    width: 460px;
}
