The U.S. Food and Drug Administration is considering a ban on flavored
e-cigarettes in response to an "epidemic" of young people using e-cigarettes, the agency's leader said on Wednesday.
In a speech at FDA headquarters, Commissioner Scott Gottlieb said the agency would also revisit its compliance policy that extended the dates for manufacturers of flavored e-cigarettes to submit applications for premarket authorization.
"We see clear signs that youth use of electronic cigarettes has reached an epidemic proportion," Gottlieb said.
Gottlieb announced a number of steps the agency planned to take as part of a broader crackdown on the sale and marketing of e-cigarettes to kids. The agency issued 12 warning letters to companies that it says have deceptive marketing labels on e-liquids. "We cannot allow a whole new generation to become addicted to nicotine," he said.
Shares of British American Tobacco were up nearly 6 percent and shares of cigarette-maker Imperial Brands PLC were up more than 3 percent. Shares of cigarette and e-cigarette maker Altria Group also rose more than 6 percent, while Philip Morris International shares were up 4 percent.
Traders said proposed FDA action was less harsh than feared. Manufacturers offer and market e-cigarette flavors that appeal to minors, including candy, bubble gum and fruit flavors. The FDA said more than 2 million middle school and high school students used e-cigarettes in 2017.
The FDA is giving the five top-selling e-cigarette brands — Juul Labs Inc., Vuse, MarkTen XL, Blu and Logic — 60 days to provide plans for how they will mitigate sales to minors.
Juul Labs said it would work with the FDA on its request and is committed to preventing underage use of its product. But it added that "appropriate flavors play an important role in helping adult smokers switch," spokeswoman Victoria Davis said. The owners of Vuse, MarkTen XL, Blu and Logic did not
immediately respond to requests for comment.
"While we remain committed to advancing policies that promote the potential of e-cigarettes to help adult smokers move away from combustible cigarettes, that work can't come at the expense of kids," Gottlieb said.
As part of its broader enforcement efforts, the FDA said it issued more than 1,300 warning letters and fines to retailers who illegally sold e-cigarette products to minors.

L133的更多相关文章

  1. github标记

    <template> <a href="https://github.com/lmk123/Runner" class="github-corner&q ...

  2. Docker源码分析(六):Docker Daemon网络

    1. 前言 Docker作为一个开源的轻量级虚拟化容器引擎技术,已然给云计算领域带来了新的发展模式.Docker借助容器技术彻底释放了轻量级虚拟化技术的威力,让容器的伸缩.应用的运行都变得前所未有的方 ...

  3. 爬虫--Scrapy之Downloader Middleware

    下载器中间件(Downloader Middleware) 下载器中间件是介于Scrapy的request/response处理的钩子框架. 是用于全局修改Scrapy request和respons ...

  4. 将个人博客与github关联

    目录 将个人博客与github关联 将个人博客与github关联 #基于svg <a href="https://github.com/chatlotte" class=&q ...

  5. Hexo瞎折腾系列(3) - 添加GitHub彩带和GitHub Corner

    页面右上角添加GitHub彩带 你可以在这里找到一共12种样式的GitHub彩带,复制其中的超链代码. 在themes\next\layout\_layout.swig目录下找到头部彩带相关的代码: ...

  6. hexo + next搭建博客

    使用hexo和next主题搭建GitHub博客 安装node.js 在node.js 官网下载, 相应系统位数的软件包. 可以选择LTS长期支持版, 或者Current当前版本. 我这里选择的是Win ...

  7. UI5-技术篇-签字板

    签字板应用是通过创建自定义控件实现的,相关代码如下: 1.HTML <!DOCTYPE HTML> <html> <head> <meta http-equi ...

  8. C语言程序设计(十三) 文件操作

    第十三章 文件操作 文本文件:将数值型数据的每一位数字作为一个字符以其ASCII码的形式存储(每一位数字都单独占用一个字节的存储空间) 二进制文件:数据值是以二进制形式存储的 文本文件可以方便地被其他 ...

  9. python:简单爬取自己的一篇博客文章

    1.爬取文章地址:https://www.cnblogs.com/Mr-choa/p/12495157.html 爬取文章的标题.具体内容,保存到文章名.txt 代码如下: # 导入requests模 ...

随机推荐

  1. android 6 (API 23) 及更高版本 面向 NDK 开发者的 Android 变更

    Android N 已经出来,有了好大的变化,对于我们开发者来说,最大的影响莫过于**NDK**相关东西. 以下是在中国谷歌开发者社区看到的.里面有好多的变化,欢迎大家来讨论. 发布人:开发顾问 Dm ...

  2. Linux一键安装web环境全攻略(阿里云ECS服务器)

    摘自阿里云服务器官网,此处 一键安装包下载: 点此下载 安装须知 1.此安装包可在阿里云所有linux系统上部署安装,此安装包包含的软件及版本为: nginx:1.0.15.1.2.5.1.4.4 a ...

  3. decorator & generator & iterator

    装饰器(decorator): @staticmethod @classmethod 都既可以使用类名访问,也可以使用对象名访问, 但classmethod在定义时需要cls参数 生成器(genera ...

  4. java反射基础知识(一)

    一.反射 反射:JAVA反射机制是在运行状态中,对于任意一个类,都能够知道这个类的所有属性和方法:对于任意一个对象,都能够调用它的任意一个方法和属性:这种动态获取的信息以及动态调用对象的方法的功能称为 ...

  5. PyMySQL介绍

    pymysql介绍 PyMySQL介绍 PyMySQL 是在 Python3.x 版本中用于连接 MySQL 服务器的一个库,Python2中则使用mysqldb Django中也可以使用PyMySQ ...

  6. java.util.Calendar简介

    Calendar是一个抽象类,我们无法直接实例化它,它有一个具体子类实体类java.util.GregorianCalendar,这个类实现的就是我们日常所用的公历历法,或者叫做阳历.我们可以直接使用 ...

  7. 系统OOM复位定位

    定位OOM的工具: 1.多次收集Thread Dump信息kill -3  PID通过对比分析heap 对象信息和Thread信息来定位 2.通过 -Xloggc:D:/gc.log  -XX:+He ...

  8. undefined symbol: PyUnicodeUCS4_AsUTF8String

    python 默认是ucs2编码进行编译,重新编译使用ucs4. python:     ./configure --enable-unicode=ucs4        make && ...

  9. echo指令

    1.在Linux中echo命令用来在标准输出上显示一段字符,比如:echo "the echo command test!" 这个就会输出“the echo command tes ...

  10. 解决Vim插入模式下backspace按键无法删除字符的问题【转】

    本文转载自:https://blog.csdn.net/zxy987872674/article/details/64124959 最近使用某个服务器编辑文件时,快捷键i进入插入模式后,下方不出现in ...