.input-bobox {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    &-write {
        height: 100upx;
        background-color: white;
        display: flex;
        align-items: center;
        padding: 0 36upx;
        border-bottom: 2upx solid #E5E7ED;
    }
    &-body {
        flex: 1;
        background-color: #F5F6F8;
        padding: 20upx 26upx 0;
        overflow: hidden;
    }
    &-container {
        height: 100%;
        width: 100%;
        background-color: white;
        border-radius: 26upx 26upx 0 0;
    }
    &-result {
        // height: 100%;
        overflow: hidden;
        padding: 0 26upx;
    }
    &-list-wrap {
        &:last-child {
            padding-bottom: 0;
            padding-bottom: env(safe-area-inset-bottom);
            padding-bottom: constant(safe-area-inset-bottom);
        }
    }
    &-list {
        border-bottom: 2upx solid #E5E7ED;
        padding: 24upx 26upx;
        &__name {
            font-size: 32upx;
            font-weight: bold;
            line-height: 44upx;
            color: #222222;
        }
        &__desc {
            font-size: 28upx;
            color: #888888;
            line-height: 40upx;
            margin-top: 2upx;
        }
    }
}

.address-tips {
    height: 138upx;
    padding: 0 20upx;
}
