.sideNavigation {
    padding-top: 50px;
    width: 240px;
    height: 650px;
    background: linear-gradient(180deg, #CBAC62 0%, rgba(102, 86, 49, 0.8) 100%);
    border-radius: 16px 16px 16px 16px;
    position: relative;
    top: 100px;
    left: 50px;
    text-align: center;
    z-index: 2;
    position: absolute;
    top: 120px;
}

.sideNavigation-text {
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}

.sideNavigation-pic {
    position: absolute;
    bottom: 0;
    left: 26px;
}
.selectStyle{
    color: #FFDA7E;
    text-decoration: underline;
}
