.-scan-bottle-manual {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10005;
    background-color: white;
    padding: 0 30upx;
    &__title {
        font-size: 40upx;
        color: #222;
        font-weight: bold;
        text-align: center;
        margin-top: 60upx;
    }
    &__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;
    }
}