@charset "UTF-8";
/**
 * 首页
 * date: 2022-11-17
 * author: jyxuan;
 */
html,
body {
  height: auto;
}

body {
  background: url("../images/body_bg.jpg") no-repeat center top/auto 100%;
}

#header {
  height: auto;
}
.header.index-header {
  background-color: transparent;
  box-shadow: none;
}
.header.index-header .header-title {
  background-image: url("../images/header_logo.png");
}
.header.index-header .header-link {
  color: #fff;
}
.header.index-header .header-item:hover::before, .header.index-header .header-item.active::before {
  background-color: #fff;
}
.header.index-header .header-sub-menu {
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: none;
}
.header.index-header .header-sub-item:hover .header-sub-link {
  color: #0066ff;
}
.header.index-header .header-sub-link {
  color: #fff;
}
.header.index-header .header-search-input {
  color: #fff;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
}
.header.index-header .header-search-input::placeholder {
  color: #fff;
}
.header.index-header .header-search-icon {
  background-image: url("../images/search_icon.png");
}

/* 首页公共样式 */
.index-box {
  padding-top: 50px;
}
.index-hd {
  margin-bottom: 24px;
  height: 30px;
}
.index-title {
  padding-left: 17px;
  height: 100%;
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  background: url("../images/index_hd_icon.png") no-repeat left center;
}
.index-sub-title {
  margin: 9px 0 0 20px;
  color: #a6a6b2;
  font-size: 18px;
}
#date-wrap {
  width: 130px;
  background: url("../images/calendar_icon.png") no-repeat right center, #f5f5f6;
}
.index-more {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 2px;
  width: 56px;
  height: 26px;
  color: #0066ff;
  border: 1px solid #0066ff;
  border-radius: 2px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.index-more:hover {
  background-color: #f1f7ff;
}
.index-bd {
  height: calc(100% - 54px);
  background-color: #fff;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.index-tabs {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 20px 10px;
  height: 60px;
  border-bottom: 1px solid #e6e6e6;
}
.index-tab {
  position: relative;
  margin-right: 12px;
  padding: 0 8px;
  height: 100%;
  font-size: 18px;
  line-height: 60px;
  cursor: pointer;
}
.index-tab.active {
  color: #0066ff;
}
.index-tab.active::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0066ff;
}
.index-list {
  height: 294px;
  overflow: auto;
}
.index-item {
  margin-bottom: 6px;
  height: 44px;
}
.index-item:last-child {
  margin-bottom: 0;
}
.index-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  height: 100%;
  font-size: 16px;
  line-height: 44px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.index-link:hover {
  background-color: #f0f6ff;
}
.index-link:hover .index-col-1 {
  color: #0066ff;
}
.index-col-1 {
  width: 702px;
  color: #333;
}
.index-col-2 {
  max-width: 80px;
  text-align: center;
}
.index-col-2.ongoing {
  color: #ff6b00;
}
.index-col-2.finish {
  color: #7a93b9;
}
.index-col-3 {
  max-width: 80px;
  color: #333;
  text-align: center;
}
.index-col-4 {
  width: 89px;
  color: #999;
}

/* 轮播图 */
.banner {
  position: relative;
  height: 520px;
}
.banner-swiper {
  height: 100%;
}
.banner-swiper .swiper-pagination {
  bottom: 165px;
  width: unset;
  height: 3px;
}
.banner-swiper .swiper-pagination-bullet {
  margin-right: 10px;
  width: 52px;
  height: 3px;
  vertical-align: top;
  border-radius: 0;
  background-color: #d7dbe0;
  opacity: 1;
}
.banner-swiper .swiper-pagination-bullet-active {
  background-color: #0066ff;
}
.banner-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-title {
  margin-top: 87px;
  height: 59px;
  font-size: 40px;
  line-height: 59px;
}
.banner-text {
  margin-top: 23px;
  width: 480px;
  color: #909090;
  line-height: 30px;
}
.banner-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
}
.menu {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -37px;
  height: 156px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 4px 20px 0 #b9d3ff;
  overflow: hidden;
}
.menu-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.menu-item:hover .menu-link {
  color: #fff;
  font-weight: bold;
}
.menu-item:nth-child(1) {
  background: url("../images/menu_item_img1.png") no-repeat center 34px;
}
.menu-item:nth-child(1):hover {
  background: url("../images/menu_item_img1_active.png") no-repeat center 34px, linear-gradient(to bottom, #4594ff, #0167ff);
}
.menu-item:nth-child(2) {
  background: url("../images/menu_item_img2.png") no-repeat center 34px;
}
.menu-item:nth-child(2):hover {
  background: url("../images/menu_item_img2_active.png") no-repeat center 34px, linear-gradient(to bottom, #4594ff, #0167ff);
}
.menu-item:nth-child(3) {
  background: url("../images/menu_item_img3.png") no-repeat center 34px;
}
.menu-item:nth-child(3):hover {
  background: url("../images/menu_item_img3_active.png") no-repeat center 34px, linear-gradient(to bottom, #4594ff, #0167ff);
}
.menu-item:nth-child(4) {
  background: url("../images/menu_item_img4.png") no-repeat center 34px;
}
.menu-item:nth-child(4):hover {
  background: url("../images/menu_item_img4_active.png") no-repeat center 34px, linear-gradient(to bottom, #4594ff, #0167ff);
}
.menu-item:nth-child(5) {
  background: url("../images/menu_item_img5.png") no-repeat center 34px;
}
.menu-item:nth-child(5):hover {
  background: url("../images/menu_item_img5_active.png") no-repeat center 34px, linear-gradient(to bottom, #4594ff, #0167ff);
}
.menu-item:nth-child(6) {
  background: url("../images/menu_item_img6.png") no-repeat center 34px;
}
.menu-item:nth-child(6):hover {
  background: url("../images/menu_item_img6_active.png") no-repeat center 34px, linear-gradient(to bottom, #4594ff, #0167ff);
}
.menu-link {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 104px;
  height: 100%;
  color: #333;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
}

/* 招标采购、阳光e购 */
.bid-sun {
  height: 434px;
}

/* 招标采购 */
.bid {
  width: 832px;
  height: 100%;
}

/* 阳光e购 */
.sun {
  width: 408px;
  height: 100%;
}
.sun-link {
  display: block;
  height: 100%;
}
.sun-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 非招标采购、每日标讯 */
.purchase-daily {
  height: 434px;
}

/* 非招标采购 */
.purchase {
  width: 832px;
  height: 100%;
}

/* 每日标讯 */
.daily {
  width: 408px;
  height: 100%;
}
.daily-list {
  height: 100%;
}
.daily-list.str_active {
  background-color: unset;
}
.daily-item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 2px;
  height: 74px;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.daily-item:hover {
  border-color: #0066ff;
}
.daily-item:hover .daily-index {
  background-image: url("../images/daily_index_hover_bg.png");
}
.daily-item:hover .daily-title {
  color: #0066ff;
}
.daily-link {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
  height: 100%;
}
.daily-index {
  position: absolute;
  top: -1px;
  left: -1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 3px;
  width: 24px;
  height: 24px;
  color: #fff;
  font-size: 12px;
  font-style: italic;
  background: url("../images/daily_index_bg.png") no-repeat center;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}
.daily-title {
  height: 24px;
  color: #333;
  font-size: 16px;
  line-height: 24px;
}
.daily-text {
  margin-top: 8px;
  height: 21px;
  color: #999;
  line-height: 21px;
}
.daily-location, .daily-time {
  width: 50%;
}
.daily-location {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 10px;
}

/* 电子保函平台 */
.platform {
  height: 225px;
}
.platform .index-bd {
  padding: 16px;
}
.platform-list {
  display: flex;
  height: 100%;
}
.platform-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  width: 0;
  border-radius: 3px;
  background: no-repeat center;
}
.platform-item:nth-child(1) {
  background-image: url("../images/platform_bg11.png");
}
.platform-item:nth-child(2) {
  background-image: url("../images/platform_bg1.png");
}
.platform-item:nth-child(3) {
  background-image: url("../images/platform_bg2.png");
}
.platform-item:nth-child(4) {
  background-image: url("../images/platform_bg4.png");
}
.platform-item + .platform-item {
  margin-left: 16px;
}
.platform-text {
  margin-top: 6px;
  height: 27px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
}

/* 新闻资讯、最新加盟供应商 */
.news-supplier {
  height: 370px;
}

/* 新闻资讯 */
.news {
  width: 832px;
  height: 100%;
}
.news-swiper {
  width: 415px;
  height: 100%;
}
.news-swiper .swiper-pagination {
  bottom: 16px;
  left: unset;
  right: 7px;
  width: unset;
  height: 8px;
}
.news-swiper .swiper-pagination-bullet {
  margin: 0 3px;
  vertical-align: top;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
.news-swiper .swiper-pagination-bullet-active {
  background-color: #fff;
}
.news-text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
}
.news-text {
  width: 236px;
  height: 100%;
  color: #fff;
  line-height: 40px;
}
.news-tabview {
  width: calc(100% - 415px);
  height: 100%;
}
.news-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 10px;
  padding: 0 20px;
  height: 244px;
  overflow: auto;
}
.news-item {
  margin-bottom: 6px;
  height: 44px;
}
.news-item:last-child {
  margin-bottom: 0;
}
.news-link {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 17px;
  height: 100%;
  font-size: 16px;
  line-height: 44px;
  background: url("../images/supplier_item_img.png") no-repeat left center;
}
.news-link:hover .news-name {
  color: #0066ff;
}
.news-name {
  max-width: calc(100% - 100px);
  color: #333;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.news-date {
  color: #999;
}

/* 最新加盟供应商 */
.supplier {
  width: 408px;
  height: 100%;
}
.supplier-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 10px;
  padding: 0 20px;
  height: 294px;
  overflow: auto;
}
.supplier-item {
  margin-bottom: 6px;
  height: 44px;
}
.supplier-item:last-child {
  margin-bottom: 0;
}
.supplier-link {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 17px;
  height: 100%;
  font-size: 16px;
  line-height: 44px;
  background: url("../images/supplier_item_img.png") no-repeat left center;
}
.supplier-link:hover .supplier-name {
  color: #0066ff;
}
.supplier-name {
  max-width: calc(100% - 100px);
  color: #333;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.supplier-date {
  color: #999;
}

/* 信息统计分析 */
.info {
  height: 479px;
}
.info-panel {
  width: 416px;
  height: 100%;
  color: #fff;
  background: url("../images/info_panel_bg.png") no-repeat center;
}
.info-panel-title {
  height: 59px;
  font-size: 22px;
  text-align: center;
  line-height: 59px;
}
.info-panel-list {
  margin-top: 23px;
}
.info-panel-item {
  margin: 0 auto 30px;
  width: 329px;
  height: 60px;
  background: url("../images/info_panel_img.png") no-repeat 120px center;
}
.info-panel-item:last-child {
  margin-bottom: 0;
}
.info-panel-texts:nth-child(1) {
  width: 128px;
}
.info-panel-texts:nth-child(2) {
  width: 140px;
}
.info-panel-text:nth-child(1) {
  height: 24px;
  font-size: 16px;
  line-height: 24px;
}
.info-panel-text:nth-child(2) {
  height: 36px;
  line-height: 36px;
}
.info-panel-num {
  margin-right: 6px;
  font-size: 20px;
  font-weight: bold;
}
.info-panel-total {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 23px auto 0;
  width: 355px;
  height: 50px;
  font-size: 16px;
  text-align: center;
  line-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
}
.info-panel-total .info-panel-num {
  margin-left: 16px;
  color: #00ffc2;
  font-size: 24px;
  vertical-align: top;
}
.info-swiper {
  width: calc(100% - 416px);
  height: 100%;
}
.info-swiper .swiper-pagination {
  bottom: 13px;
  left: 0;
  right: 0;
  margin: auto;
  width: unset;
  height: 5px;
}
.info-swiper .swiper-pagination-bullet {
  margin: 0 10px !important;
  width: 44px;
  height: 5px;
  vertical-align: top;
  border-radius: 2.5px;
  background-color: #d9d9d9;
  opacity: 1;
}
.info-swiper .swiper-pagination-bullet-active {
  background-color: #0066ff;
}
.info-tabs {
  margin-top: 14px;
}
.info-tab {
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #d2d2d2;
  cursor: pointer;
}
.info-tab:first-child {
  border-radius: 4px 0 0 4px;
}
.info-tab:last-child {
  border-radius: 0 4px 4px 0;
}
.info-tab.active {
  color: #fff;
  border-color: #0066ff;
  background-color: #0066ff;
}
.info-legend {
  height: 36px;
}
.info-chart {
  margin: 0 20px;
  height: calc(100% - 70px);
}
.info-chart-box {
  height: 100%;
}

/* 广告宣传 */
.advertise {
  margin-bottom: 50px;
  height: 215px;
}
.advertise-link {
  display: block;
  height: 100%;
}
.advertise-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}


			/* 侧边栏 */
			.sidebar {
				position: fixed;
				right: 20px;
				top: 50%;
				-webkit-transform: translateY(-50%);
				transform: translateY(-50%);
			}

			.sidebar-list > li {
				position: relative;
				width: 86px;
				height: 90px;
				line-height: 25px;
				text-align: center;
				border-radius: 4px;
				background-color: white;
				-webkit-box-shadow: 0px 4px 38px 0px rgba(17, 60, 74, 0.11);
				box-shadow: 0px 4px 38px 0px rgba(17, 60, 74, 0.11);
			}

			.sidebar-list > li:nth-child(1) {
				background: #fff url('../images/icon-sidebar1.png') no-repeat center 19px;
			}

			.sidebar-list > li:nth-child(2) {
				background: #fff url('../images/icon-sidebar2.png') no-repeat center 19px;
			}

			.sidebar-list > li:hover:nth-child(1) {
				background: #108dee url('../images/icon-sidebar1-hover.png') no-repeat center 19px;
			}

			.sidebar-list > li:hover:nth-child(2) {
				background: #108dee url('../images/icon-sidebar2-hover.png') no-repeat center 19px;
			}

			.sidebar-list > li:hover > a {
				color: #fff;
			}

			.sidebar-list > li:hover > .tel-wrap {
				display: block;
			}

			.sidebar-list > li > a {
				display: block;
				height: 100%;
				padding-top: 55px;
				color: #666;
			}

			.sidebar-list > li + li {
				margin-top: 10px;
			}

			.tel-wrap {
				width: 260px;
				height: auto;
				background-color: white;
				position: absolute;
				top: 0;
				left: -270px;
				font-size: 16px;
				padding: 8px 12px;
				font-weight: bold;
				line-height: 24px;
				color: #333333;
				-moz-box-shadow: 0px 0px 11px #d8d8d8;
				-webkit-box-shadow: 0px 0px 11px #d8d8d8;
				box-shadow: 0px 0px 11px #d8d8d8;
				display: none;
				text-align: left;
			}
			
/* 2025-5-22 */
.bid-area {
  display: flex;
  justify-content: space-between;

  margin-top: 67px;
  height: 534px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}

.bid-area .tab-hd {
  position: relative;
  flex-shrink: 0;
  width: 180px;
  background: linear-gradient(90deg, #0469FF 0%, #82B7FF 141.8%);

}

.bid-area .tab-hd:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../images/bid_hd_bg.png") left top no-repeat;
}

.bid-area .tab-bd {
  flex: 1;
}

.tab-hd-item {
  position: relative;
  z-index: 152;
  margin-top: 20px;
  padding-left: 40px;
  font-size: 18px;
  color: #fff;
  height: 42px;
  line-height: 42px;
  cursor: pointer;
}

.tab-hd-item:first-child {
  margin-top: 30px;
}

.tab-hd-item.active {
  font-weight: 700;
  background: url("../images/hd_item_active.png") left center no-repeat;
}

.tab-bd-item {
  box-sizing: border-box;
  height: 100%;
  padding: 16px;
}

.notice-items {
  display: flex;
  align-items: center;
}

.notice-item {
  padding: 0 16px;
  margin-right: 13px;
  height: 46px;
  line-height: 46px;
  border-radius: 23px;
  font-size: 18px;
  cursor: pointer;
  background-color: #F5F5F5;
}

.notice-item.active {
  color: #fff;
  background: linear-gradient(180deg, #4594FF 0%, #0167FF 100%);
}

.info-items {
  margin-top: 12px;
}

.info-item {
  margin-top: 6px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  height: 24px;
  font-size: 16px;
  overflow: hidden;
}

.info-item:first-child {
  margin-top: 0;
}

.info-item>a {
  flex: 1;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 0;
  color: #333;
}

.info-tip {
  margin-left: 24px;
  min-width: 60px;
  text-align: center;
}

.info-date {
  margin-left: 24px;
  color: #999;
}


.info-item>a+.info-tip {
  color: #FF6B00;
}

.info-item:hover {
  background-color: #F0F6FF;
}

.info-item:hover>a {
  color: #0066FF;
}

.notice-more {
  box-sizing: border-box;
  margin-left: auto;
  color: #0066FF;
  border: 1px solid #0066FF;
  padding-left: 7px;
  width: 56px;
  height: 26px;
  line-height: 26px;
  border-radius: 2px;
  background: url("../images/more_ico.png") 43px 50% no-repeat;
}

.business-column {
  margin-top: 51px;
}

.column-box {
  border-radius: 8px;
  background-color: #fff;
  padding: 16px;
}

.column-items {
  display: flex;


}

.column-item {
  flex: 1;
  text-align: center;
}

/*.news-date {
  box-sizing: border-box;
  width: 166px;
  height: 26px;
  line-height: 26px;
  border-radius: 4px;
  border: 1px solid #D6D6D6;
  padding-left: 7px;
  margin-right: 16px;
  background: url("../images/date_ico.png") 143px 50% no-repeat #fff;
}*/

.information-con {
  height: 249px;
}
.information-items {
  display: flex;
  flex-wrap: wrap;
  max-height:340px;
  width:1280px;
}

.information-item {
   position: relative;
   width: calc(( 100% - 24px ) / 3);
   background-color: #fff;
   border-radius: 8px;
   box-sizing: border-box;
   padding: 10px 15px 10px 20px;
   overflow: hidden;
  margin-bottom:12px;
  border: 1px solid #fff;
}

.information-item:not(:nth-child(3n)) {
  margin-right: 12px;
}

.information-item > .num {
  position: absolute;
  left: 2px;
  top:0;
  font-style: italic;
  color:#fff;
  transform: rotateZ(7deg);
  font-weight: 700;
  font-size: 12px;
}

.information-info {
  margin-top: 8px;
  display: flex;
  height: 21px;
  line-height: 21px;
}

.information-info > p {
  color:#999;
  margin-right: 48px;
  max-width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.information-info > p:last-child {
  margin-right: 0;
}

 
.information-item:before {
  position: absolute;
  content: "";
  left:0;
  top:0;
  width: 0;
height: 0;
border-style: solid;
border-width: 24px 24px 0 0;
border-color: #8298B9 transparent transparent transparent;
}
 
 

.information-item >a {
  display:block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color:#333;
}

.information-item:hover {
  border-color: #0066FF;
}

.information-item:hover >a {
    color:#0066FF;
}

.information-item:hover:before  {
  border-color: #0066FF transparent transparent transparent;
}

.information-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  height: 163px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0,0.06);

}

.information-empty > p {
  padding-top: 82px;
   line-height: 21px;
   color:#8D8D8D;
   text-align: center;
   background: url("../images/empty_img.png") center top no-repeat;
}


.daily .index-bd {
   height:316px;
}

.purchase-daily .news-date {
   width: auto;
   background: none;
   border: 0;
  height:44px;
  line-height:44px;
  margin-right:0;
}

.purchase-daily .news-name {
  max-width: calc(100% - 111px);
}

.purchase-daily .news .index-bd .news-item {
    margin-bottom: 0; 
}

.purchase-daily .news-list {
    margin-top: 16px; 
}

.purchase-daily .news-link:hover .news-date {
    color: #0066ff;
}

.purchase-daily .index-bd .news-list {
   height: 300px;
   margin-top: 10px;
}

.purchase-daily .index-bd .news-item {
    margin-bottom: 6px;
}


.purchase-daily .index-tabs {
  border-bottom: none;
}

.purchase-daily .index-tab {
    margin-top:14px;
    margin-right: 13px;
    padding: 0 16px;
    height: 46px;
    font-size: 18px;
    line-height: 46px;
    cursor: pointer;
  border-radius:23px;
  background-color:#F5F5F5;
}

.purchase-daily .index-tab.active {
  color:#fff;
   background: linear-gradient(180deg, #4594FF 0%, #0167FF 100%);
}
.purchase-daily .index-tab.active:before {
   display:none;
}

.purchase-daily .news-swiper {
   border-top-left-radius:8px;
   border-bottom-left-radius:8px;
}