.code-discover-body {
    position: relative;
    width: 95%;
    min-height: 100px;
    height: auto;
    overflow-x: hidden;
    padding: 20px 0px 0px 0px;
}
.label-level-1-box {
    position: relative;
    width: 100%;
    height: 40px;
}
.label-level-child-box {
    position: relative;
    width: 100%;
    height: 110px;
    border-radius: 5px;
    background-color: whitesmoke;
}
.label-level-2-box {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 10px;
    height: 50px;
    line-height: 50px;
}
.label-level-3-box {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 10px;
    height: 30px;
    line-height: 30px;
}
.search-top-info {
    position: relative;
    height: 280px;
    width: 100%;
    padding: 50px 0px 50px 0px;
}
.label-level-1-box button {
   height: 40px;
   padding: 0px 15px;
    margin: 0px 5px;
    border-radius: 6px 6px 0px 0px;
    background-color: transparent;
    color: black;
    border: none;
}
.label-level-1-box button span{
    padding: 8px 5px;
}
.label-level-1-box button:hover {
    background-color: whitesmoke;
    color: #1e80ff;
}
.label-level-1-box button.selected {
    background-color: whitesmoke;
    color: #1e80ff;
}
.label-level-1-box button.selected span {
    border-bottom: 2px solid #1e80ff;
}
.label-level-2-box button {
    height: 35px;
    line-height: 35px;
    padding: 0px 18px;
    border: none;
    border-radius: 3px;
    margin: 0px 10px;
    background-color: white;
    color: black;
}
.label-level-2-box button:hover {
    background-color: #eaf2ff;
    color: #1e80ff;
}
.label-level-2-box button.selected {
    background-color: #eaf2ff;
    color: #1e80ff;
}
.label-level-3-box button {
    font-size: 13px;
    color: #65696a;
    margin: 0px 10px;
    border: none;
    background-color: transparent;
}
.label-level-3-box button:hover {
    color: #1e80ff;
}
.label-level-3-box button.selected {
    color: #1e80ff;
}
.search-top-topic {
    line-height: 50px;
    color: black;
    font-family: "Rajdhani",sans-serif;
}
.search-top-topic-desc {
    transition: all 0s ease 0s;
    color: rgb(153, 153, 153);
    font-size: 14px;
    display: block;
    line-height: 20px;
    text-align: center;
    border-radius: 0px;
    margin-top: 10px;
}
#label-level3-selected {
    color: #0a7ee5;
    font-family: "Rajdhani",sans-serif;
}
#label-level3-total-count {
    color: #e5570a;
    font-family: "Rajdhani",sans-serif;
}
#label-level3-pick-count {
    color: #23a167;
    font-family: "Rajdhani",sans-serif;
}
#label-level3-total-user-count {
    color: #147080;
    font-family: "Rajdhani",sans-serif;
}
.code-discover-list-body {
    position: relative;
    background-color: whitesmoke;
    min-height: 500px;
    width: 100%;
    height: auto;
    padding: 30px 0px;
}
.slogan-footer {
    height: 300px;
    line-height: 300px;
    font-size: 30px;
    color: #bfc5d0;
    font-family: "Rajdhani",sans-serif;
    margin-bottom: -100px;
}
.list-sort-box {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 45px;
    line-height: 45px;
}
.list-sort-box button {
    color: black;
    border: none;
    height: 45px;
    background-color: transparent;
    width: 100px;
    margin-right: 0px;
    border-radius: 5px 5px 0px 0px;
}
.list-sort-box button:hover {
    background-color: whitesmoke;
    color: #1e80ff;
}
.list-sort-box button.selected {
    background-color: whitesmoke;
    color: #1e80ff;
}
.search-top-topic-focus button {
    margin-top: 20px;
    width: 200px;
    height: 35px;
    border-radius: 5px;
    border: none;
    background-color: #f6eee5;
    color: #e57906;
}
.search-top-topic-active-user {
    position: relative;
    height: 25px;
    margin-top: 25px;
    width: calc(100% - 600px);
}
.search-top-topic-active-user img {
    width: 25px;
    height: 25px;
    border-radius: 999px;
    margin: 0px 3px;
    cursor: pointer;
    transition: all 0.5s;
}
.search-top-topic-active-user img:hover {
    transform: scale(1.2);
}
@media screen and (max-width: 1601px) {
    .code-list-item {
        position: relative;
        padding: 10px;
        width: calc(25% - 20px);
        margin: 0px 20px 20px 0px;
        height: auto;
        min-height: 100px;
        border-radius: 5px;
        background-color: white;
        float: left;
        border: 1px solid #e0dfdf;
    }
}
@media screen and (min-width: 1600px) {
    .code-list-item {
        position: relative;
        padding: 10px;
        width: calc(20% - 20px);
        margin: 0px 20px 20px 0px;
        height: auto;
        min-height: 100px;
        border-radius: 5px;
        background-color: white;
        float: left;
        border: 1px solid #e0dfdf;
    }
}
.code-list-item:hover {
    cursor: pointer;
}
.code-list-item-cover-box {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    /*height: 150px;*/
    overflow: hidden;
    background-color: #24262d;
    border-radius: 5px;
    overflow: hidden;
}
.code-list-item-cover-box img {
    height: 100%;
}
.code-list-item-title {
    position: relative;
    padding: 10px 0px;
    font-family: "Rajdhani",sans-serif;
    text-align: left;
    color: #24262d;
    border-bottom: 1px solid whitesmoke;
}
.code-list-item-other-info {
    height: 30px;
    margin-top: 15px;
    line-height: 28px;
}
.code-list-item-other-info img {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 999px;
}
.code-list-item-author-name {
    font-size: 13px;
    float: left;
    margin-left: 10px;
    color: #6c6d6f;
}
.code-list-item-pub-date {
    float: right;
    font-size: 13px;
    color: #979797;
}