.my-filter-box {
    width: 100%;
    padding: 10px 0;
    display: flex;
}

.my-filter-category {
    flex: 1;
    background: #f9f9f9;
    /* border-left: 7px #ccc solid; */
    position: relative;
}

.category-item {
    font-size: 16px;
    padding: 10px 30px;
    cursor: pointer;
    color: #363636;
    font-weight: bold;
    border-left: 7px #ccc solid;
    /*border-bottom: 2px #ccc solid;*/
}

.category-item.current {
    color: red !important;
    /* background: #F6EEEE; */
    border-left: 7px red solid;
}

.my-filter-box .my-filter-warp {
    flex-basis: 80%;
    margin-left: 2.5%;
    /*border: 1px #646566 solid;*/
    border-radius: 5px;
    /*padding: 5px 5px;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.my-filter-warp .warp50.my-warp-item {
    box-sizing: border-box;
    flex-basis: 48%;
    margin: 3px 0;
    display: inline-block;
    border-radius: 5px;
    min-height: 102px;
    border: 1px solid rgba(213, 213, 213, 1);
}

.warp50.my-warp-item .my-warp-item-content {
    min-height: 85px;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    box-sizing: border-box;
}

.my-warp-item .my-warp-item-title {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-radius: 5px 5px 0 0;
    height: 30px;
    background: rgba(64, 63, 64, 1);
    border: 1px solid #646566;
    color: rgba(255, 255, 255, 1);
    /*margin-left: 5px;*/
    text-align: left;
    padding-left: 5px;
    vertical-align: center;
}

.my-warp-item .my-warp-item-content {
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    width: 100%;
}

.my-filter-warp .my-warp-item {
    box-sizing: border-box;
    margin: 3px 0;
    display: inline-block;
    border-radius: 5px;
    min-height: 102px;
    border: 1px solid rgba(213, 213, 213, 1);
}

.my-th {
    background: #646566;
    display: flex;
    border: 1px #646566 solid;
}

.my-table-item {
    color: #f2f3f5;
    font-size: 12px;
    /*padding: 2px 5px;*/
    border: 1px #f2f3f5 solid;
    border-top: none;
    border-bottom: none;
    text-align: center;
}

.my-th .my-table-item {
    color: #f2f3f5;
    font-size: 12px;
    padding: 2px 5px;
    border: 1px #f2f3f5 solid;
    border-top: none;
    border-bottom: none;
    text-align: center;
}

.my-th .my-th-item {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    flex-wrap: wrap;
}

.my-page {
    /*padding: ;*/
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.my-page .page-total {
    font-size: 24px;
    font-weight: bold;
}

.my-page-component {
    flex: 1;
    text-align: end;
    display: flex;
    height: 20px;
    justify-content: end;
    align-items: center;
    color: #575757 !important;
}

.my-page-component select {
    box-sizing: border-box !important;
    color: #575757 !important;
    border: 1px solid #ccc;
    font-size: 12px;
    height: 100%;
    width: 80px;
}

.my-page-component .page-size {
    display: flex;
    height: 100%;
    align-items: center;
}

.my-page select:focus {
    border: #646566 1px solid;
    border-right: 3px;
}

.my-page select:focus-visible {
    border: #646566 1px solid;
}

.my-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px !important;
}

.my-page .page-item {
    cursor: pointer;
    box-sizing: border-box;
    border: #646566 1px solid;
    border-radius: 5px;
    height: 100%;
    padding: 1px 5px;
    color: #646566;
    font-size: 12px;
    margin: 0 2px;
}

.page-item.page-active {
    background: #646566;
    border: 1px #646566 solid;
    color: #fff;
}

.my-page-component input {
    box-sizing: border-box;
    height: 100%;
    width: 35px;
    text-align: center;
}

.my-page-component button {
    border-radius: 5px;
    background: #fff;
    color: #646566;
    margin: 0 auto;
}

.table-sort {
    border: 1px rgba(213, 213, 213, 1) solid;
    display: flex;
}

.table-sort .my-table-item {
    color: #646566;
    font-size: 12px;
    padding: 2px 5px;
    border: 1px rgba(213, 213, 213, 1) solid;
    border-top: none;
    border-bottom: none;
    text-align: center;
}

.div-content {

}

.div-content .my-table-item {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #646566;
    font-size: 12px;
    border: 1px rgba(213, 213, 213, 1) solid;
    border-top: none;
    border-bottom: none;
    text-align: center;
    min-height: 35px;
}

.table-sort .my-table-item div{
    height: 100%;
    /*border-right: rgba(213, 213, 213, 1) 1px solid !important;*/
}
.div-content .my-table-item div{
    height: 100%;
    border-right: rgba(213, 213, 213, 1) 1px solid !important;
}

.table-sort svg {
    padding-bottom: 5px!important;
}


.table-sort .sort-icon {
    cursor: pointer !important;
}

.img-icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.pic-preview-box {
    position: absolute;
    display: none;
    color: #fff;
}

.my-filter-res {
    margin: 10px 0;
}

.tips-span {
    margin-left: 10px;
    width: 18px;
    height: 18px;
    text-align: center;
    vertical-align: middle;
    font-size: 10px !important;
    border-radius: 50%;
    color: #000;
    background: #fff;
    cursor: pointer;
}
.my-page-foot {
    margin-top: 10px;
}

.th-b {
    display: inline-block;
    width: 100%;
}

.clean-res {
    text-align: center;
}

.text-red {
    color: red;
}