.titelNav{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 48px 0 57px 0;
    display: flex;
    justify-content: space-around;

}
.choose_titleNav{
    color: #333333 !important;
}
.titelNav>div{
    height: 58px;
    display: flex;
    align-items: center;
    font-size: 36px;
    font-family: TsangerJinKai01-9128;
    font-weight: normal;
    color: rgba(33, 33, 33, 0.5);
    line-height: 36px;
    display: flex;
    
}
.titelNavD{
    cursor: pointer
}
.chooseL-log{
    width: 16px;
    height: 100%;
    border-radius: 5px;

}
.chooseL-log>div{
    width: 11px;
    height: 11px;
    background: url("https://static.huanziwang.com/hmweapp/Et_indexLog3.png?1") no-repeat;
    background-size: 100%;
}

.chooseR-log{
    width: 16px;
    height: 100%;
    border-radius: 5px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.chooseR-log>div{
    width: 11px;
    height: 11px;
    background: url("https://static.huanziwang.com/hmweapp/Et_indexLog3.png?1") no-repeat;
    background-size: 100%;
    transform:rotate(180deg);
}