
.tk1RightTitle{
    width: 80px;
    font-family: PingFangSC, PingFang SC;
font-weight: 500;
font-size: 20px;
color: #000000;
line-height: 28px;
text-align: left;
font-style: normal;
border-bottom: 2px solid #BE1525;
margin-bottom: 25px;
}
.Required{
    color: red;
}
.tkcontent{
    display: flex;
    margin-top: 20px;
    width: 1000px;
    flex-wrap: wrap;
}
.tkitem{
    width: 120px;
    height: 120px;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    cursor: pointer;
    margin-right: 20px;
    margin-top: 30px;
}
.tkitem:hover{
    border: 1px solid #BE1525;
}
.tkitem:hover div:last-child{
    color: #BE1525;
}
.tkitem-img img{
    width: 120px;
    height: 120px;
    border-radius: 8px;
}
.tkitem div:last-child{
    text-align: center;
    color: #000000;
}

.tkList{
    display: flex;
}
.tkList_item{
    height: 40px;
    text-align: center;
    font-family: PingFang SC;
    font-size: 20px;
    line-height: 40px;
    margin-right: 40px;
    cursor: pointer;
}
.tkList_item_active{
    border-bottom: 2px solid #BE1525;
}