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. node.js---sails项目开发(6)--- 实现分页功能

    只需要添加一个文件即可  api/blueprints/find.js     代码如下 /** * Module dependencies */ var util = require('util') ...

  2. Python HTML Resolution Demo - SGMLParser & PyQuery

    1. SGMLParser: 这里定义了一个Parse类,继承SGMLParser里面的方法.使用一个变量is_h4做标记判定html文件中的h4标签,如果遇到h4标签,则将标签内的内容加入到Pars ...

  3. PHP基础学习代码案例

    <?php print 'hello world ! '; echo '<br/>'; ?> <?php $number="16"; $number2 ...

  4. Python(递归)

    递归函数 在函数内部,可以调用其他函数.如果一个函数在内部调用自身本身,这个函数就是递归函数. 举个例子,我们来计算阶乘n! = 1 x 2 x 3 x ... x n,用函数fact(n)表示,可以 ...

  5. mybatis参数处理 $#

  6. Django CRM 数据库增删改查

    原文链接 http://www.cnblogs.com/yangmv/p/5327477.html

  7. 2018-2019-2 20165114《网络对抗技术》Exp2 后门原理与实践

    目录 一.实验准备 二.实验内容 三.基础问题回答 四.实验过程及步骤 五.实验总结与体会 六.实验中遇到的问题与错误. 一.实验准备 1.后门概念 后门就是不经过正常认证流程而访问系统的通道. 哪里 ...

  8. APPIUM API整理(python)---其他辅助类

    App运行类 1.current_activity current_activity(self): 用法: print(driver.current_activity()) Retrieves the ...

  9. Oracle 集合操作

    在 Oracle 中提供了三种类型集合操作:并(UNION).交(INTERSECT).差(MINUS) · UNION:将多个查询的结果组合到一个查询结果之中,没有重复内容 · UNION ALL: ...

  10. Linux 一键安装最新内核并开启 BBR 脚本

    原文链接   https://teddysun.com/489.html 请到原文链接仔细阅读后操作.建议查看过脚本内容后操作,方便理解运行过程. 使用root用户登录,运行以下命令: wget -- ...