@charset "UTF-8";
.page-search {
  padding: 0 10px;
  text-align: center;
}
.page-search .search-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 8px 24px 0px rgba(110, 126, 146, 0.1);
  border-radius: 8px;
}
.page-search .search-container .select-box {
  position: relative;
}
.page-search .search-container .select-box .dropdown-toggle {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 10px;
  justify-content: center;
  height: 36px;
  cursor: pointer;
}
.page-search .search-container .search-input {
  flex: 1;
  padding: 8px 10px;
  border: 0px solid #ddd;
  border-radius: 8px 0 0 8px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s ease;
  color: #272636;
  letter-spacing: 0;
  font-weight: 400;
}
.page-search .search-container .search-input:focus {
  border-color: #007bff;
}
.page-search .search-container .search-btn {
  background: #1F88C8;
  border-radius: 6px;
  color: white;
  border: none;
  padding: 0px 12px;
  margin: 0 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
.page-search .search-container .search-btn:hover {
  background-color: #0056b3;
}
.page-search .search-container .icon-search {
  font-size: 18px;
}

.index-banner {
  padding: 10px;
}
.index-banner .index-focus-swiper {
  height: 190px !important;
}
.index-banner .index-focus-swiper .swiper-slide {
  display: block;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.index-menu-bar .index-menu-swiper {
  width: 100%;
  height: auto;
}
.index-menu-bar .index-menu-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.index-menu-bar .index-menu-swiper .swiper-slide .icon {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 6px;
}
.index-menu-bar .index-menu-swiper .swiper-slide .icon img {
  width: 36px;
  height: 36px;
}
.index-menu-bar .index-menu-swiper .swiper-slide .text {
  margin-top: 5px;
  font-size: 12px;
  color: #272636;
  letter-spacing: 0;
  text-align: center;
  line-height: 14px;
  font-weight: 500;
}
.index-menu-bar .index-menu-swiper .swiper-slide:nth-child(-n+4) {
  margin-bottom: 20px;
}
.index-menu-bar .swiper-scrollbar {
  width: 30px;
  height: 5px;
  opacity: 1 !important;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.index-menu-bar .swiper-scrollbar .swiper-scrollbar-drag {
  background: #1F88C8;
  border-radius: 2px;
}

.index-service-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* 第一行：两列 */
  column-gap: 10px;
  /* 横向间距为 10px */
  row-gap: 0px;
  /* 纵向间距为 0 */
  padding: 10px;
}
.index-service-card .card-item {
  position: relative;
  height: 130px;
  border-radius: 16px;
  overflow: hidden;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left;
}
.index-service-card .card-item .card-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  border-radius: 16px;
  overflow: hidden;
}
.index-service-card .card-item .card-content {
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  padding: 25px 15px;
}
.index-service-card .card-item .card-content h3 {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
}
.index-service-card .card-item .card-content p {
  font-size: 14px;
  margin: 4px 0 0;
  opacity: 0.9;
}
.index-service-card .card-item .arrow-icon {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 12px;
  height: 12px;
  display: inline-block;
  background-size: contain;
  background-image: url(/static/home/images/arrow.png);
}
.index-service-card .card-entrust {
  grid-column: span 2;
  /* 占据两列 */
  height: 90px;
}
.index-service-card .card-entrust .arrow-icon {
  right: 15px !important;
  bottom: 20px;
  left: inherit;
}

.index-standard-box {
  padding: 10px;
  background: #EDF2F7;
}
.index-standard-box .standard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.index-standard-box .standard-header .standard-title {
  font-size: 18px;
  color: #272636;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  font-weight: 600;
}
.index-standard-box .index-standard-swiper {
  height: 80px;
}
.index-standard-box .index-standard-swiper .standard-row {
  display: flex;
  gap: 10px;
}
.index-standard-box .index-standard-swiper .standard-item {
  flex: 1;
  width: auto;
  width: 180px;
  padding: 10px;
  background: #ffffff;
  box-shadow: 0px 8px 24px 0px rgba(110, 126, 146, 0.1);
  border-radius: 8px;
}
.index-standard-box .index-standard-swiper .standard-item .thumb {
  padding: 5px;
  background: #F5F6F7;
  border-radius: 8px;
  width: 35px;
  flex: none;
  height: 35px;
}
.index-standard-box .index-standard-swiper .standard-item .standard-info {
  flex: auto;
  min-width: 0;
}
.index-standard-box .index-standard-swiper .standard-item .standard-info .title {
  height: 36px;
}
.index-standard-box .index-standard-swiper .standard-item .standard-info .more {
  color: #1F88C8;
  letter-spacing: 0;
  text-align: right;
  font-weight: 400;
}
.index-standard-box .index-standard-swiper .standard-item .text-color {
  color: #62B2E0 !important;
}

.index-sales-box {
  position: relative;
  background: #F1F5F9;
  background-image: linear-gradient(180deg, #41B1F5 0%, #F2F6FA 100%);
  border-radius: 16px 16px 0px 0px;
  padding: 10px;
}
.index-sales-box::before {
  position: absolute;
  content: '';
  top: -17px;
  right: 0px;
  background-image: url(/static/home/images/sales-icon.png);
  width: 90px;
  height: 70px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left;
  z-index: 1;
}
.index-sales-box .sales-heard {
  z-index: 2;
  position: relative;
}
.index-sales-box .sales-heard .title {
  padding: 10px 10px 10px 10px;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 600;
}
.index-sales-box .sales-heard .sales-menu-box {
  display: flex;
  justify-content: space-between;
}
.index-sales-box .sales-heard .sales-menu-box .btn-release {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid white;
  border-radius: 20px;
  color: #272636;
  text-align: center;
  line-height: 24px;
  font-weight: 600;
  padding: 4px 40px;
  flex: none;
}
.index-sales-box .sales-heard .sales-menu-box .sales-tabs-box {
  display: flex;
  align-items: center;
}
.index-sales-box .sales-heard .sales-menu-box .sales-tabs-box .sales-tabs-title {
  flex: none;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  font-weight: 200;
  padding: 0 10px;
}
.index-sales-box .sales-heard .sales-menu-box .sales-tabs-box .sales-tabs-title.active {
  position: relative;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  font-weight: 600;
}
.index-sales-box .sales-heard .sales-menu-box .sales-tabs-box .sales-tabs-title.active::before {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  width: 24px;
  height: 3px;
  background: #ffffff;
}
.index-sales-box .sales-tables {
  background: #FFFFFF;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 10px;
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.index-sales-box .sales-tables .sales-table-thead {
  background: #F6F9FC;
  border-radius: 8px;
  padding: 10px;
  display: flex;
}
.index-sales-box .sales-tables .sales-table-thead .item-title {
  font-size: 12px;
  color: #272636;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 500;
  padding: 0 10px;
  flex: 1;
}
.index-sales-box .sales-tables .sales-detail-box {
  display: flex;
  flex-direction: column;
}
.index-sales-box .sales-tables .sales-detail-box .sales-detail-item {
  display: flex;
  padding: 10px 0px;
  border-bottom: 1px solid #F0F3F6;
}
.index-sales-box .sales-tables .sales-detail-box .sales-detail-item .label {
  font-size: 12px;
  color: #272636;
  letter-spacing: 0;
  font-weight: 600;
  background: #E8F3F9;
  border-radius: 4px;
  padding: 4px 8px;
}
.index-sales-box .sales-tables .sales-detail-box .sales-detail-item:last-child {
  border-bottom: none;
}
.index-sales-box .sales-tables .goods {
  flex: auto;
  max-width: 100px;
  overflow: hidden;
  margin-right: 10px;
}
.index-sales-box .sales-tables .dosage {
  flex: 1;
}
.index-sales-box .sales-tables .num {
  flex: 1;
}
.index-sales-box .sales-more {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #ffffff;
  display: block;
  color: #333333;
}

.index-recommed-goods {
  background-image: linear-gradient(90deg, #FFF7F1 0%, #FFFFFF 100%);
  border: 1px solid white;
  border-radius: 8px;
  padding: 10px;
}
.index-recommed-goods .recommed-goods-heard {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-recommed-goods .recommed-goods-heard .title {
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #272636;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 600;
}
.index-recommed-goods .recommed-item {
  width: 150px;
  background: #FFFFFF;
  border: 1px solid #f8d3ba;
  border-radius: 8px;
}
.index-recommed-goods .recommed-item .thumb {
  width: 148px;
  height: 148px;
  overflow: hidden;
  position: relative;
}
.index-recommed-goods .recommed-item .title {
  color: #272636;
  letter-spacing: 0;
  line-height: 14px;
  font-weight: 600;
}
.index-recommed-goods .recommed-item .pirce {
  font-family: Arial-BoldMT;
  font-size: 14px;
  color: #FF473A;
  letter-spacing: 0;
  font-weight: 700;
}
.index-recommed-goods .recommed-item .company {
  font-size: 10px;
  color: #272636;
  letter-spacing: 0;
  line-height: 12px;
  font-weight: 400;
}

.index-recommed-company {
  background-image: linear-gradient(180deg, #FFFFFF 0%, #F2F6FA 100%);
  border-radius: 16px 16px 0px 0px;
  padding: 15px;
}
.index-recommed-company .recommed-title {
  font-size: 16px;
  color: #272636;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.index-recommed-company .recommed-tabs .tabs-header {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
  justify-content: center;
}
.index-recommed-company .recommed-tabs .tabs-header .tab-item {
  padding: 5px 15px;
  font-family: PingFangSC-Light;
  font-size: 14px;
  color: #272636;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  font-weight: 200;
}
.index-recommed-company .recommed-tabs .tabs-header .tab-item.active {
  position: relative;
  font-size: 14px;
  color: #272636;
  text-align: center;
  line-height: 20px;
  font-weight: 600;
}
.index-recommed-company .recommed-tabs .tabs-header .tab-item.active::before {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
  background: #1F88C8;
  width: 24px;
  height: 3px;
}
.index-recommed-company .tab-content {
  display: inline-block;
}
.index-recommed-company .tab-content .tab-pane {
  display: none;
}
.index-recommed-company .tab-content .tab-pane .company-item {
  margin-bottom: 10px;
}
.index-recommed-company .tab-content .tab-pane .company-item .company-logo {
  background: #FFFFFF;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
}
.index-recommed-company .tab-content .tab-pane .company-item .company-logo img {
  width: 100%;
  height: 65px;
  border-radius: 8px;
}
.index-recommed-company .tab-content .tab-pane .company-item .company-name {
  margin-top: 10px;
  font-size: 12px;
  color: #272636;
  letter-spacing: 0;
  text-align: center;
  line-height: 12px;
  font-weight: 400;
}
.index-recommed-company .tab-content .tab-pane.active {
  display: block;
}

.index-service-box {
  background: linear-gradient(263deg, #B0D6FC 0%, #ECF4FC 50%, #98C5F5 100%);
  padding: 15px;
  border-radius: 16px 16px 0 0;
  box-shadow: 0px 8px 24px 0px rgba(110, 126, 146, 0.1);
}
.index-service-box .service-box .service-title {
  font-size: 16px;
  color: #272636;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 600;
}
.index-service-box .service-box .service-list-box {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin: 15px 0;
}
.index-service-box .service-box .service-list-box::-webkit-scrollbar {
  display: none;
}
.index-service-box .service-box .service-list-box .service-list {
  display: flex;
  min-width: 0;
}
.index-service-box .service-box .service-list-box .service-list .service-item {
  width: 240px;
  height: 140px;
  margin-right: 10px;
  flex: none;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 8px;
}
.index-service-box .service-box .service-list-box .service-list .service-item .service-foter {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #ffffff;
  padding: 5px 10px;
  background: rgba(0, 37, 60, 0.6);
  border-radius: 0px 0px 8px 8px;
}

.index-market-box {
  background-image: linear-gradient(180deg, #5B8CFF 0%, #F2F6FA 100%);
  border-radius: 16px 16px 0px 0px;
  padding: 15px;
  margin-top: -10px;
}
.index-market-box .market-heard {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.index-market-box .market-heard .market-tabs-title {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  padding: 5px 20px;
}
.index-market-box .market-heard .market-tabs-title.active {
  position: relative;
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 600;
}
.index-market-box .market-heard .market-tabs-title.active::before {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
  background: #ffffff;
  width: 24px;
  height: 3px;
  border-radius: 3px;
}
.index-market-box .market-content {
  padding: 10px;
  background: #FFFFFF;
  border-radius: 16px;
}
.index-market-box .market-content .market-tabs-content .market-tab-pane {
  display: none;
}
.index-market-box .market-content .market-tabs-content .market-tab-pane.active {
  display: block;
}
.index-market-box .market-content .market-tabs-content .market-tab-pane .article-list .article-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 36px;
  cursor: pointer;
  padding: 0 10px;
}
.index-market-box .market-content .market-tabs-content .market-tab-pane .article-list .article-item .dot {
  width: 5px;
  height: 0;
  padding-bottom: 5px;
  flex: none;
  border-radius: 50%;
  background-color: #55b7fd;
  margin-right: 10px;
}
.index-market-box .market-content .market-tabs-content .market-tab-pane .article-list .article-item .article-title {
  font-size: 14px;
  flex: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10px;
  min-width: 0;
  color: #333;
}
.index-market-box .market-content .market-tabs-content .market-tab-pane .article-list .article-item .article-time {
  font-size: 14px;
  flex: none;
}
.index-market-box .market-content .market-tabs-content .market-category-tabs {
  display: flex;
  margin-bottom: 15px;
  padding: 0 10px;
}
.index-market-box .market-content .market-tabs-content .market-category-tabs .category-item {
  flex: 1;
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
  color: #272636;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 500;
  border-bottom: 2px solid transparent;
}
.index-market-box .market-content .market-tabs-content .market-category-tabs .category-item.active {
  position: relative;
  font-size: 14px;
  color: #2E2C39;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  font-weight: 600;
}
.index-market-box .market-content .market-tabs-content .market-category-tabs .category-item.active::before {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
  background: #1F88C8;
  border-radius: 2px;
  width: 24px;
  height: 3px;
}
.index-market-box .market-content .market-tabs-content .market-table {
  border-radius: 8px;
  overflow: hidden;
}
.index-market-box .market-content .market-tabs-content .market-table .table-header {
  background: #F6F9FC;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  align-items: center;
}
.index-market-box .market-content .market-tabs-content .market-table .table-header .header-cell {
  font-size: 12px;
  color: #2E2C39;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 500;
  padding: 0 10px;
  flex: auto;
}
.index-market-box .market-content .market-tabs-content .market-table .table-header .header-cell.num-cell {
  font-family: PingFangSC-Regular;
  font-size: 10px;
  color: #1F88C8;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  padding: 0;
}
.index-market-box .market-content .market-tabs-content .market-table .table-header .header-cell.goods {
  width: 100px;
}
.index-market-box .market-content .market-tabs-content .market-table .table-header .header-cell:nth-child(1) {
  text-align: left;
}
.index-market-box .market-content .market-tabs-content .market-table .table-body {
  padding: 10px 8px;
}
.index-market-box .market-content .market-tabs-content .market-table .table-body .table-row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E8E8E8;
  padding: 10px 0;
}
.index-market-box .market-content .market-tabs-content .market-table .table-body .table-row:last-child {
  border-bottom: none;
}
.index-market-box .market-content .market-tabs-content .market-table .table-body .table-row .cell {
  font-size: 12px;
  color: #272636;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  flex: 1;
}
.index-market-box .market-content .market-tabs-content .market-table .table-body .table-row .cell.product-name {
  width: 100px;
  text-align: left;
  flex: none;
}
.index-market-box .market-content .market-tabs-content .market-table .table-body .table-row .cell.product-name .label {
  background: #E8F3F9;
  border-radius: 4px;
  padding: 4px 8px;
}
.index-market-box .table-footer {
  text-align: center;
}
.index-market-box .table-footer .footer-link {
  font-size: 12px;
  color: #2E2C39;
  letter-spacing: 0;
  font-weight: 200;
  line-height: 20px;
  cursor: pointer;
}
