.-scan-bottle-manual {
    // position: fixed;
    // left: 0;
    // top: 0;
    // right: 0;
    // bottom: 0;
    // z-index: 10005;
    width: 100%;
    min-height: 100%;
    background: #F5F6F8;
    padding: 60upx 30rpx 30rpx;
    box-sizing: border-box;
    &__title {
        font-size: 40upx;
        color: #222;
        font-weight: bold;
        text-align: center;
    }
    &__image {
        width: 510upx;
        height: 168upx;
        display: block;
        margin: 60upx auto 0;
    }
    &__content {
        margin-top: 80upx;
        border-bottom: 2upx solid #E5E7ED;
        padding-bottom: 20upx;
        display: block;
    }
    &__input {
        font-size: 40upx;
        color: #222;
        text-align: center;
        &_placeholder {
            color: #888888;
        }
    }
    &__btn {
        margin-top: 120upx;
    }
}