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. HDU1506: Largest Rectangle in a Histogram(最大子矩阵,好题动态优化左右边界)

    题目:http://acm.hdu.edu.cn/showproblem.php?pid=1506 刚开始没考虑时间复杂度,直接敲了,直接tle了,之后没有思路,然后看题解,看见大神写的优化非常棒. ...

  2. unittest 单元测试框架断言方法

    unittest单元测试框架的TestCase类下,测试结果断言方法:Assertion methods 方法 检查 版本 assertEqual(a, b)  a == b assertNotEqu ...

  3. Spark --idea无法new scala class

    问题: 无法新建Scala class 解决: 1.下载插件 setting-->Plugins-->安装scala插件-->提示重启idea-->自动提示你安装scala s ...

  4. CWinApp类CMultiDocTemplate类CDocument类CView类的关系

    转自:http://blog.csdn.net/bboot/article/details/26884011 不得不转,瞬间搞清了很多问题,短小精悍 1.CWinApp类   它包含并管理着应用程序的 ...

  5. hadoop2.7.x运行wordcount程序卡住在INFO mapreduce.Job: Running job:job _1469603958907_0002

    一.抛出问题 Hadoop集群(全分布式)配置好后,运行wordcount程序测试,发现每次运行都会卡住在Running job处,然后程序就呈现出卡死的状态. wordcount运行命令:[hado ...

  6. fetch 添加请求头headers

    // var headers = new Headers(); // headers.append('Authorization', localStorage.getItem('token')); f ...

  7. 使用 getopt 处理命令行长参数

    getopt命令并不是bash的内建命令,它是由util-linux包提供的外部命令. getopt 与 getopts 的区别 getopts 是 shell 内建命令, getopt 是一个独立外 ...

  8. sq 如何创建全局的临时表。

    全局临时表的生命周期一直持续到创建会话(不是创建级别)才终止.例如,如果你在存储过程中创建全局临时表,当超出存储过程的范围时,该表并不会被销毁.当创建会话终止后,SQL Server才会自动尝试删除该 ...

  9. Spark机器学习6·聚类模型(spark-shell)

    K-均值(K-mean)聚类 目的:最小化所有类簇中的方差之和 类簇内方差和(WCSS,within cluster sum of squared errors) fuzzy K-means 层次聚类 ...

  10. 在线修改GTID模式

    在线修改GTID模式 1. 在每一台机器上执行命令 SET @@GLOBAL.ENFORCE_GTID_CONSISTENCY = WARN; 这是很重要的一步,必须确保服务器上没有违反GTID规范的 ...