.-scan-bottle-select-type {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10005;
    background-color: white;
    padding: 0 30upx;
    .title {
        font-size: 36upx;
        color: #222;
        font-weight: bold;
        margin: 40upx 30upx 80upx;
    }
    .options {
        height: 132upx;
        border-radius: 20upx;
        border: 2upx solid #888888;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 40upx;
        font-weight: bold;
        color: #222222;
        margin-bottom: 40upx;
        &_active {
            background: #EBF6FF;
            border-radius: 20upx;
            border-color: #1783E5;
            color: #1783E5;
        }
    }
    .footer {
        margin: 10upx 30upx 0;
    }
}