/*******************************************公共样式部分*****/
/*引入阿里巴巴矢量图标*/
@font-face {
    font-family: 'iconfont';
    src: url('//at.alicdn.com/t/font_1476410055_888769.eot'); /* IE9*/
    src: url('//at.alicdn.com/t/font_1476410055_888769.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//at.alicdn.com/t/font_1476410055_888769.woff') format('woff'), /* chrome、firefox */
    url('//at.alicdn.com/t/font_1476410055_888769.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('//at.alicdn.com/t/font_1476410055_888769.svg#iconfont') format('svg'); /* iOS 4.1- */
  }
                      
                      
                                         
  .iconfont{
      font-family:"iconfont";
      font-size:16px;
      font-style:normal;
    padding-right: 5px;
  }
  /*引入字体*/
  body{
    font-family: -apple-system,BlinkMacSystemFont,Neue Haas Grotesk Text Pro,Arial Nova,Segoe UI,Helvetica Neue,\.PingFang SC,PingFang SC,Microsoft YaHei,Microsoft JhengHei,Source Han Sans SC,Noto Sans CJK SC,Source Han Sans CN,Noto Sans SC,Source Han Sans TC,Noto Sans CJK TC,Hiragino Sans GB,sans-serif;
  }
  /*body,button, input, select, textarea,h1 ,h2, h3, h4, h5, h6 { font-family: Microsoft YaHei,'宋体' , Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;}*/
  body, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, form, input, textarea, button, pre, img {
      margin: 0;
      padding: 0;
      line-height: 1.5;
  }
  ul, ul li {
      list-style: none;
  }
  /*加粗程度*/
  b, strong {
      font-weight: 600;
  }
  /*所有链接为黑色*/
  a{
      color: #3e3e3e;
  }
  .row {
      margin-right: 0px;
      margin-left: 0px;
  }
  .container {
    width: 1200px;
  }
  .container-fluid{
    min-width: 1200px;
  }
  /*顶部搜索按钮颜色*/
  .top-search-btn{
    color: #fff;
    background-color: #3CB78B;
    border-color: #3CB78B;
  }
  /*表单颜色*/
  .form-control:focus {
      border-color: #3CB78B;
      outline: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
      box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  }
  /*链接鼠标经过时为公司颜色*/
  a:hover {
      text-decoration: none;
      color: #00aa98;
  }
  /*修改分页颜色*/
  .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
      background-color: #3CB78B;
      border-color: #3CB78B;
  }
  .pagination>li>a, .pagination>li>span {
      color: #3CB78B;
  }
  /*内容左侧*/
  .content_left{
      border-right: 1px solid #E5E5E5;
    padding-left: 0px;
    padding-right: 0px;
  }
  /*****************************************************图文链表*********************/
  .media_list{
      margin-right: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #E5E5E5;
  }
  /*列表中的时间、阅读量等等显示格式*/
  .more_info{
    padding-right: 20px;
      font-size: 12px;
      color: #717171;
  }
  /*去掉导航栏圆角*/
  .navbar {
    border-radius: 0px;
  }
  /*导航菜单-非激活文字颜色*/
  .navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
  }
  /*导航栏其他图标经过颜色*/
  .nav>li>a:focus, .nav>li>a:hover {
    border-bottom: 4px solid #3CB78B;
  }
  .nav>li.active>a {
    border-bottom: 4px solid #3CB78B;
  }
  /*菜单-更多点击后颜色*/
  .nav .open>a, .nav .open>a:hover {
    border-color: #3CB78B;
  }
  /*面包屑导航背景*/
  .breadcrumb {
    background-color: #ffffff; 
  }
  /*导航菜单底部无空行*/
  .navbar {
    margin-bottom: 0px; 
  }
  /*导航菜单鼠标进过显示更多*/
  .nav > li:hover .dropdown-menu {
    display: block;
  }
  /*导航下内容减除覆盖*/
  .nav-bottom{
    padding-top: 55px;  
  }
  /*列表底部*/
  .media-footer{
    position:absolute;
    bottom:0;
  }
  /*列表*/
  .media-body{
    position:relative;
  }
  /*列表内容部分*/
  .media-content{
    padding-bottom: 35px;
  }
  /*修改面包导航边距*/
  .breadcrumb {
    padding: 0px;
    padding-top: 8px;
    margin-bottom: 15px;
  }
  /*页面面包导航下广告*/
  .top-ads{
    padding-bottom: 20px;
  }
  .search-content em{
    color:red;
    font-style:normal;
  }
  /***********************************************底部导航**************************/
  .footer {
      display: flex;
      min-width: 1200px;
      border-top: 8px solid #000;
      background-color: #272b35;
  }
  .footer .ft-main {
      margin-left: auto;
      margin-right: auto;
      padding: 15px 0;
      width: 1200px;
      line-height: 1.8;
  }
  .cf {
      zoom: 1;
  }
  .footer .ft-col {
      float: left;
      padding-right: 20px;
      margin-right: 25px;
      height: 196px;
  }
  .footer .ft-intro {
      float: left;
      padding-right: 20px;
      width: 770px;
      color: #c2c2c2;
  }
  .footer .ft-main h3 {
      color: #c2c2c2;
  }
  
  .footer .ft-main a {
      color: #c2c2c2;
  }
  .footer .ft-main a:hover {
      color: #00aa98;
  }
  .footer .copyright {
      margin-top: 20px;
      font-weight: bold;
  }
  .footer .ft-intro .btm-logo>p{
      text-indent:2em;
  }
  /**********************************************搜索页面部分****************************/
  .search-hot{
      font-weight: bold;
      margin-top: 5px;
      margin-bottom: 5px;
  }
  .search-hot>span{
      font-weight: normal;
      margin-right: 15px;
  }
  /*搜索框下来源*/
  .search-from-div {
      width: 100%;
      height: 41px;
      border-bottom: 1px solid #eee;
  }
  .search-content-div{
    margin-top: 25px;
  }
  .current-from {
      border-bottom: 3px solid #3CB78B;
      font-weight: 700;
  }
  .search-from-li, .search-from-li a {
      color: #535353;
  }
  .search-from-li {
      padding: 12px 9px 8px;
      margin-right: 22px;
  }
  .search-from-li, .search-from-li a {
      color: #535353;
  }
  .search-fielt {
      padding-top: 10px;
  }
  /*搜索页面的相关内容部分*/
  .search-relate {
      margin-top: 20px;
      margin-bottom: 20px;
  }
  .search-relate-title {
      color: #333;
      font-size: 14px;
      font-weight: 700;
  }
  .search-relate-content {
      width: 600px;
      margin-top: 8px;
  }
  .search-relate-content span {
      width: 140px;
      padding-right: 10px;
      overflow: hidden;
      white-space: nowrap;
      float: left;
      line-height: 26px;
      text-overflow: ellipsis;
  }
  .login-div{
      padding-top: 20px;
      padding-bottom: 20px;
      width: 800px;
      margin: 0 auto;
      border: 1px solid #ddd;
      border-radius: 4px;
      margin-top: 20px;
      margin-bottom: 20px;
  }
  .login-left {
      margin-top: 15px;
  }
  .login-right{
      padding-left: 50px;
      border-left: 1px solid #ddd;
  }
  .login-title{
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
  }
  
  /*登陆后用户信息*/
  .login-user-info>li>a:focus, .login-user-info>li>a:hover {
    border-bottom: 0px solid #3CB78B;
    color:#3CB78B;
  }
  /************************************************书籍中心******************/
  .book-chapter>li{
    font-size: 14px;
    padding: 8px;
    border-bottom: 1px solid #eeeeee;
  }
  .book-chapter-active{
    border-radius: 5px;
    font-weight: bold;
    background-color: #f3f3f3;
  }
  .book-chapter-active>a{
    color: #3cb78b;
  }
  .book-chapter-active>span{
    color: #3cb78b;
  }
  .book-name{
    padding-bottom: 5px;
    border-bottom: 1px solid #eeeeee;
  }
  .book-chapter-name{
    margin: 10px 0px;
    border-bottom: 3px solid #f5f5f5;
  }
  .book-chapter-name>span{
    border-bottom: 3px solid #3cb78b;
    color: #3c3b3c;
    font-size: 16px;
    padding-bottom: 3px;
  }
  .book-chapter {
    padding: 0px 15px;
  }
  .book-info-more{
    margin-top: 15px;
  }
  .book-pic>img{
    margin-right: 15px;
    margin-bottom: 10px;
    width: 150px;
  }
  .book-content{
    padding-bottom: 40px;
    padding-top:20px;
  }
  .book-content img{
    max-width: 100%;
  }
  .book-content blockquote{
    font-size: 14px;
  }
  .book-content h1,h2,h3,h4,h5{
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .zhibo-label{
    margin-right: 5px;
    font-weight: 500;
  }
  .zhibo-alert{
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .index-div{
    width:700px;
    margin:0px auto;
    color: #fff;
  }
  .index-div>div{
      padding-bottom: 20px;
  }
  .index-title{
    font-size: 50px;
  }
  .index-search-input{
    width: 700px !important;
    height: 45px;
  }
  .index-data{
    padding-bottom:30px;
    padding-top: 30px;
    background-color: rgba(255, 255, 255, 0.51);
    margin-top: 100px;
    display: flex;
  }
  .index-data-div{
  
  }
  .index-data-div>div{
    height: 100px;
  }
  .index-data-left{
    font-size: 40px;
  }
  .index-data-right{
    font-size: 20px;
  }
  .index-title-main{
    margin-bottom: 60px;
    color: #524f4f;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.7;
  }
  .index-video-main{
    margin-bottom: 60px;
    color: #3d444f;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
  }
  .index-video-sub{
    margin-top: -50px;
    margin-bottom: 60px;
    color: #9ba3af;
    font-weight: 400;
    font-size: 15px;
  }
  .index-title-sub{
    margin-top: -50px;
    margin-bottom: 60px;
    color: #9ba3af;
    font-weight: 400;
    font-size: 16px;
  }
  .index-card{
    padding-top: 50px;
    border-bottom: 1px solid #d0d4d9;
    padding-bottom: 20px;
  }
  .index-font-other{
    font-size: 150px;
  }
  .index-font-video{
    color:#437CB2;
    font-size: 40px;
  }
  .index-font-book{
    color: #A66D1B;
    font-size: 80px;
  }
  .index-book-main{
    font-weight: 300;
    font-size: 20px;
  }
  .index-book-sub{
    color: #7c8490;
    font-size: 14px;
    line-height: 1.65;
  }
  .index-other-pic{
    margin-top: -50px;
  }
  .index-card-other{
    padding-left: 80px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .index-card-book{
    padding-bottom: 80px;
  }
  .index-search-hot>span>a{
      color:#fff;
  }
  .index-search-hot>span>a:hover {
      text-decoration: none;
      color: #00aa98;
  }
  .video-event-box{
      margin-bottom: 27px;
  }
  .title-box{
      margin-bottom: 22px;
      border-bottom: 1px solid #dcddde;
      overflow: hidden;
      height: 46px;
      line-height: 46px;
      font-size: 14px;   
  }
  .video-cart-title{
    float: left;
    font-size: 24px;
    font-weight: 400;
  }
  .video-card{
    border: 1px solid #ECECEC;
    border-radius: 5px;
    margin-right: 10px;
    margin-left: 10px;
    padding-left: 0px;
    padding-right: 0px;
    width: 30.9%;
    float: left;
    margin-bottom: 15px;
  }
  .video-thumbnail{
    position: relative;
    height: 126px;
    /*background-color: rgba(6, 6, 6, 0.76);*/
  }
  .video-thumbnail img{
      display: block;
      width: 100%;
      height: 100%;
      opacity: 1;
  }
  .video-thumbnail .icon-play {
      position: absolute;
      left: 100px;
      bottom: 30px;
      font-size: 50px;
      color: #ffffff;;
  }
  .video-title-bar h3{
    font-size: 14px;
  }
  .video-title-bar{
    overflow: hidden;
    height:50px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .video-figure_mask{
    font-size: 12px;
    color: #fff2f2;
    background-color: rgba(90, 86, 86, 0.55);
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 25px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .video-list-shaixuan{
    border: 1px solid #eee;
    background-color: #f7f7f7;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    line-height: 2;
  }
  .shaixuan-current{
    background-color: #3cb78b;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
  }
  .shaixuan-current>a{
    color: #fff;
  }
  .video-card:hover{
    -webkit-box-shadow:0 2px 4px #dbdbdb;
    border-color:#3cb78b;
  }
  .video-mask{
    top: 0px;
    position: absolute;
  /*  background-color: rgba(97, 95, 95, 0.33);*/
    left: 0px;
    width: 100%;
    height: 100%;
  }
  .video-card>a:hover{
    color:#000;
  }
  /*******************************************用药手册********************8*/
  /*药物详情*/
  .drug-content-name{
    font-size: 16px;
    color: #3CB78B;
    line-height: 24px;
    font-weight: bold;
    border-bottom: 1px solid #d3dbe1;
    padding-bottom: 7px;
    padding-left: 3px;
    margin-bottom: 13px;
  }
  .drug-content-value{
    line-height: 28px;
    padding-bottom: 25px;
    padding-left: 15px;
  }
  .drug-name{
    padding-bottom: 5px;
  }
  .left-video-thumbnail {
      position: relative;
      height: 140px;
  }
  .left-video-thumbnail .left-icon-play {
      position: absolute;
      left: 90px;
      bottom: 35px;
      font-size: 50px;
      color: #ffffff;
  }
  .left-video-title-bar {
      overflow: hidden;
      height: 30px;
      padding-left: 5px;
      padding-right: 5px;
  }
  .left-video-thumbnail img {
      display: block;
      width: 100%;
      height: 100%;
  }
  .left-video-title-bar h3 {
      font-size: 14px;
  }
  
  /*用药首页分类*/
  .drugs-cate{
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .drugs-sub{
    padding-right: 10px;
  }
  .drugs-parent{
    color: #3CB78B;
    font-weight: bold;
  }
  .panel-default>.panel-heading {
      font-weight: bold;
  }
  .steps {
      margin-left: 350px;
      position: relative;
      margin-top: 20px;
  }
  .steps-steps {
      margin: 0;
      padding: 0;
      display: inline-block;
      background: #fff;
  }
  .steps-steps li {
      display: inline-block;
      position: relative;
      margin-right: 5px;
      line-height: 18px;
      list-style: none;
      padding: 12px 17px 10px 30px;
      background: #efefef;
      zoom: 1;
  }
  .steps-steps .active {
      color: #fff;
      background: #3cb78b;
  }
  .steps-steps li:first-child:before {
      border: 0;
  }
  .steps-steps li:first-child {
      -moz-border-radius: 4px 0 0 4px;
      -webkit-border-radius: 4px 0 0 4px;
      border-radius: 4px 0 0 4px;
      padding-left: 12px;
  }
  .steps-steps li:before {
      position: absolute;
      left: 0;
      top: 0;
      height: 0;
      width: 0;
      border-bottom: 20px inset transparent;
      border-left: 20px solid #fff;
      border-top: 20px inset transparent;
      content: "";
  }
  .steps-steps .label {
      margin: 0 5px 0 0;
      padding: 1px 5px 2px;
      position: relative;
      top: -1px;
  }
  .steps-steps .active:after {
      border-left-color: #3cb78b;
  }
  .steps-steps li:after {
      position: absolute;
      right: -20px;
      top: 0;
      height: 0;
      width: 0;
      border-bottom: 20px inset transparent;
      border-left: 20px solid #efefef;
      border-top: 20px inset transparent;
      content: "";
      z-index: 2;
  }
  .steps-steps.clickable li:not(.active) {
      cursor: pointer;
  }
  .steps-steps li:last-child {
      -moz-border-radius: 0 4px 4px 0;
      -webkit-border-radius: 0 4px 4px 0;
      border-radius: 0 4px 4px 0;
      margin-right: 0;
  }
  .steps-steps a {
      color: #333;
  }
  .steps-steps .label {
      margin: 0 5px 0 0;
      padding: 1px 5px 2px;
      position: relative;
      top: -1px;
  }
  .label-inverse, .badge-inverse {
      background-color: #333;
  }
  .steps-steps .active a {
      color: #fff;
      cursor: default;
  }
  .register-div {
      padding-top: 100px;
      padding-bottom: 100px;
      width: 600px;
      margin: 0 auto;
      margin-top: 20px;
      margin-bottom: 20px;
  }