/* uni样式微调整 */


.uni-form-item {
    display: flex;
}

.uni-input {
    margin: 20rpx 10rpx;
    border: none;
    border-radius: 20rpx;
    height: 70rpx;
}

.uni-textarea {
    padding: 16rpx 26rpx;
    border: 2rpx solid #e6e6e6;
    border-radius: 20rpx;
    margin: 10rpx;
}

.uni-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.uni-searchbar {
    width: 288px;
    height: 37px;
    display: flex;
    flex-direction: row;
    position: relative;
    padding: 8px;
    background-color: #fff;
}

.uni-searchbar__box {
    display: flex;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    flex: 1;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    height: 36px;
    padding: 5px 8px 5px 0;
    font-size: 14px;
    border-width: .5px;
    border-style: solid;
    border-color: #e5e5e5;
    border-radius: 100px;
    background-color: rgb(248, 248, 248);
}

.uni-searchbar__box .uni-icons {
    display: flex;
    flex-direction: row;
    width: 32px;
    justify-content: center;
    align-items: center;
    color: rgb(153, 153, 153);
    font-size: 18px;
}

.uni-searchbar__box {
    display: flex;
    flex-direction: row;
    width: 32px;
    justify-content: center;
    align-items: center;
    color: rgb(153, 153, 153);
}

.uni-searchbar__box .uni-input {
    background-color: rgb(248, 248, 248);
}