.TableContent table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    border-radius: 5px 5px 0 0;

}

.TableContent tbody {
    display: block;
    height: 650px;
    overflow: auto;
}

.TableContent tbody::-webkit-scrollbar {
    width: 3px;
    height: 5px;
}

.TableContent tbody::-webkit-scrollbar-track {
    background-color: #fff;
}

.TableContent tbody::-webkit-scrollbar-thumb {
    width: 6px;
    border-radius: 3px;
    background-color: #999;
}

.TableContent th,
.TableContent td {
    padding: 12px 15px;
    width: 320px;
    text-align: center;
    border-bottom: 1px solid #dddddd;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 22px;
    font-style: normal;
}

.TableContent th {
    background-color: #EFEDEB;
    color: #ffffff;
    text-align: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #827566;
    line-height: 22px;
    text-align: center;
    font-style: normal;
}

.Breadcrumb {
    display: flex;
    align-items: center;
}

.Breadcrumb span {
    display: inline-block;
}

.Breadcrumb_title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    cursor: pointer;
}

.Breadcrumb_icon {
    width: 20px;
    height: 20px;
    background: url('../img/Breadcrumb_icon.png') no-repeat;
    background-size: 100%;
    margin-left: 5px;
    margin-right: 5px;
}

.Breadcrumb_now {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}

.tkContentTitle {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    margin-top: 20px;
    margin-bottom: 20px;
}

.accuracy {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    text-align: left;
    font-style: normal;
}
.tableoperate{
    display: flex;
    justify-content: space-between;
}
.tableoperateBOX{
    display: flex;
    font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 16px;
color: #333333;
line-height: 22px;
text-align: left;
font-style: normal;

}
.tableoperateItem{
    margin-right: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.tableoperateItem:hover{
    color: #BD1525;
}
.tableoperateItem span{
    display: inline-block;
    width: 20px;
    height: 20px;
 
}
.tableoperateItem1 span{
    background: url('../img/tkList_icon.png') no-repeat;
    background-size: 100%;
    margin-right: 5px;
}
.tableoperateItem2 span{
    background: url('../img/tkList_icon2.png') no-repeat;
    background-size: 100%;
    margin-right: 5px;
}
.tableoperateItem3 span{
    background: url('../img/tkList_icon3.png') no-repeat;
    background-size: 100%;
    margin-right: 5px;
}
