/*语音 视频 文章 问答公用*/

.none{ display: none; }

.flex{ display: flex; }

.health_tab_box{ line-height: 50px; font-size: 16px; background: #fff; border-bottom: 1px solid #eee; }

.health_tab{ width: 50%; text-align: center; }

.health_tab.on{ position: relative; color: #000; font-size: 18px; }
.health_tab.on:after{ position: absolute; width: 40px; height: 2px; background: #62d7bf; content: ''; bottom: 0; left: 50%; margin-left: -20px; }

.health_more{ text-align: center; line-height: .6rem; color: #62d7bf; font-size: .32rem; background-color: #fff; display: block; margin:0 auto; }

.health_info{ padding-bottom: 20px; }

