/* 
首页
  医疗资源
    药企资源 
*/

.reset-hover-cursor a,
.reset-hover-cursor a * {
  cursor: default;
}

/* 
首页
  搜索 icon 
*/

.els-product-search-box .els-searchbutton.reset-bg-color {
  background-color: transparent;
}

/* 
首页
  核心服务
    处方外购/流便民服务：四大核心
    国际互联网医院服务: 一站式服务
*/

.reset-hover-cursor {
  cursor: pointer;
}


/* 
 footer
   备案
*/

.footer-link-a {
  color: #aaa;
}

/* 
中国药品价格登记服务
  国内资讯: 标题
*/

.reset-link-title {
  font-weight: 900;
}

/* 
 header 返回旧版
*/

.back-old-system:hover a {
  color: #1B65B9;
}


/* 
 药品查询
 操作 详情 按钮

*/

.btn-details-style {
  white-space: nowrap;
}


/* 
 中国药品价格登记服务 
  创新药： 药品展示 
*/

.custom-cxy-title {
  display: flex;
  margin-top: 50px;
}

.custom-cxy-title>div {
  margin-right: 50px;
}

.custom-cxy-title>a {
  color: #444;
}

.custom-cxy-title>a:hover {
  color: #1e60ad;
}

/* 中国好械详情表格固定列宽 */
.detail-table {
  table-layout: fixed;
}

.els-creative>.custom-product-search {
  margin-top: -230px;
}

.custom-padding-top {
  margin-top: 180px;
}


/* 导航标签按钮样式 */
.nav-tabs-wrapper {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  gap: 20px;
  /* padding: 0 10px; */
  margin-bottom: 10px;
  margin-top: -15px;
}

.nav-tab-btn {
  padding: 10px 24px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 5px 5px 0 0 ;
  transition: all 0.2s ease;
  border-bottom: none;
}

/* 悬停效果 */
.nav-tab-btn:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

/* 激活状态 - 底部边框加粗作为横条 */
.nav-tab-btn.active {
  color: #1B65B9;
  font-weight: 500;
  border: 1px solid #1B65B9;
  border-top: 3px solid #1B65B9;
  border-bottom: none;
  background-color: #F4F8FF;
}