* {
    margin: 0;
    padding: 0;
}

.content_panel {
    width: 100%;
    margin-top: 0px;
    background-color: white;
    padding-top: 20px;
}

#filter {
    padding-left: 60px;
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: fixed;
}

.awardGroup>h2 {
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;

}

.awardGroup {
    margin: 12px 0;
    height: fit-content;
}

#KeywordBtnBox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.KeywordBtn {
    margin: 4px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 20px;
    border-left: rgba(0, 0, 0, 0.1) solid 4px;
    cursor: pointer;
}

.kb_active {
    border-left: #32E1C6 solid 4px;
}

.KeywordBtn>p {
    font-size: 16px;
    font-weight: 200;
    margin: 0 8px;
    color: rgba(0, 0, 0, 0.45) !important;
}

.KeywordBtn>p>a {
    text-decoration: none !important;
    color: rgba(0, 0, 0, 0.45) !important;
}

.proudct_block {
    width: 85%;
    padding-top: 90px;
    margin-right: 30px;
    margin-left: 12%;
}

.award_block {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.award_item {
    width: 20%;
    display: flex;
    height: auto;
    flex-flow: column nowrap;
    margin: 20px;
    cursor: pointer;
}

.award_item img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.award_item .title {
    font-family: 'HarmonyOS_Sans_SC';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.85);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px 0;
}

.award_item .sub_title {
    font-family: 'HarmonyOS_Sans_SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.45);
}

.array_title {
    font-family: 'HarmonyOS_Sans_SC';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 200%;
    color: rgba(0, 0, 0, 0.85);
    margin-left: 20px;
}

.nav_block {
    padding-left: 60px;
    background-color: white;
    width: 100%;
    margin-top: 20px;
}

.nav1 {
    font-family: 'HarmonyOS_Sans_SC';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.45);
}

.nav1 a {
    text-decoration: none !important;
    color: rgba(0, 0, 0, 0.45) !important;
}

.nav2 {
    font-family: 'HarmonyOS_Sans_SC';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.85);
}

.array_award {
    text-decoration: none;
}

@media (max-width: 768px) {
    #filter {
        display: none;
    }
}