.asp-mp-searchbar {
    /* 增加的样式*/
    opacity: 0.89;
    .direction-left{
        justify-content: flex-start;
    }
    .direction-right{
        justify-content: flex-start;
        flex-direction: row-reverse
    }
    .uni-searchbar__text-placeholder{
        color: rgba(0,0,0,0.45);
        margin-left:0px;
        font-weight: bold;
        &:focus{
            color: rgba(0,0,0,0.45);
        }
    }
    .uni-searchbar__box-icon-search{
        color: rgba(0,0,0,0.45);
        font-weight: bold;
    }
    .uni-searchbar__box-search-input{
        color: rgba(0,0,0,0.85);
        font-weight: bold;
    }
    .uni-searchbar__cancel{
        color: #323233;
        font-weight: 400;
        font-size: 16px;
        font-weight: bold;
    }
    .disabled{
        opacity: 0.44;
    }
}