.-scan-bottle-select-type {
    // position: fixed;
    // left: 0;
    // top: 0;
    // right: 0;
    // bottom: 0;
    // z-index: 10005;
    width: 100%;
    min-height: 100%;
    background: #F5F6F8;
    box-sizing: border-box;
    padding: 40rpx 30upx 30rpx;
    .title {
        font-size: 32upx;
        color: #222;
        margin: 0 15upx 20upx;
        &__required {
            font-size: 32rpx;
            color: #F23F3F;
        }
    }
    .options {
        height: 92upx;
        border-radius: 20upx;
        border: 2upx solid #888888;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 36upx;
        color: #222222;
        margin-bottom: 20upx;
        &_active {
            background: #EBF6FF;
            border-radius: 20upx;
            border-color: #1783E5;
            color: #1783E5;
        }
        &-wrap {
            padding-bottom: 20rpx;
        }
    }
    .footer {
        margin: 60upx 30upx 10upx;
    }
}