body {
  background-color: #f6f6f6;
}

.page {
  width: 100%;
  overflow: hidden;
}

.index-banner {
  display: block;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  height: 320px;
}

.index-banner__body {
  display: block;
  width: 1000px;
  margin: 0 auto;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -500px;
}

.index-banner__text {
  display: block;
  top: 40%;
  position: relative;
  font-weight: 500;
  color: #057dc1;
  text-align: left;
  width: 100%;
  margin: -30px auto 0px;
  text-align: center;
}

.index-banner__title {
  margin-bottom: 24px;
  font-size: 42px;
  line-height: 54px;
  font-weight: bold;
  border-bottom: 2px solid #057dc1;
  position: relative;
  letter-spacing: 2px;
}

.index-banner__title::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #057dc1;
  width: 100%;
  border-bottom: 2px solid #057dc1;
  left: 0;
  right: 0;
  bottom: -6px;
}

.index-banner__desc {
  margin-bottom: 24px;
  font-size: 24px;
  letter-spacing: 3px;
}

.index-banner img {
  width: 100%;
}

.index-search-container {
  padding: 60px 0;
}

.index-search-container .search-nav {
  margin-bottom: 16px;
}

.index-search-component {
  border: none;
  height: 48px;
  border-radius: 24px;
}

.index-search-component .search-confirm {
  border-radius: 24px;
  line-height: 48px;
}

.index-search-component .search-input {
  border-radius: 24px;
  line-height: 48px;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0 24px;
  font-size: 16px;
}

.top-bg {
  width: 100%;
  max-width: 1920px;
  left: 50%;
  margin: 0 auto;
}

.top-bg img {
  width: 100%;
}

.tab-box {
  width: 266px;
  height: 42px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  position: absolute;
  bottom: 117px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tab-item {
  float: left;
  width: 50%;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 42px;
  text-align: center;
}

.tab-item:first-child {
  border-radius: 40px 0px 0px 40px;
}

.tab-item:last-child {
  border-radius: 0 40px 40px 0;
}

.tab-active-item {
  color: rgba(102, 102, 102, 1);
  background: rgba(255, 255, 255, 0.95);
}

.content-container {
  width: 1200px;
  margin: 0 auto auto;
  position: relative;
  padding-top: 25px;
}

/*分类*/
.screening-box {
  width: 100%;
  background: #fff;
  padding: 0 32px;
  background: rgba(255, 255, 255, 1);
  box-sizing: border-box;
  margin-bottom: 20px;
  border-radius: 4px;
}

.search-input {
  width: 295px;
  height: 40px;
  border-radius: 4px 0 0 4px;
  border: 1px solid rgba(217, 217, 217, 1);
  border-right: 0;
  box-sizing: border-box;
  padding: 8px 16px;
  font-size: 16px;
  /* cursor: pointer; */
}

.search-input::placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.search-btn {
  width: 70px;
  height: 40px;
  background: #057dc1;
  border-radius: 0 4px 4px 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  line-height: 40px;
  text-align: center;
}

.search-btn.disable {
  background-color: rgba(33, 105, 149, 0.6);
}

/*分类筛选*/
.filter-content {
  padding-top: 16px;
  min-height: 56px;
  box-sizing: border-box;
  font-size: 14px;
  border-bottom: 1px dashed #e9e9e9;
  position: relative;
}

.filter-content:last-child {
  border: 0;
}

.filter-name {
  color: rgba(0, 0, 0, 0.65);
  margin-right: 16px;
  margin-bottom: 16px;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  height: 24px;
  line-height: 24px;
  width: 48px;
}

.filter-all a {
  height: 24px;
  text-align: center;
  float: left;
  color: rgba(0, 0, 0, 0.65);
  padding: 0 8px;
  margin-right: 20px;
  margin-bottom: 16px;
  cursor: pointer;
  line-height: 24px;
}

.filter-all.active a {
  background: #057dc1;
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
}

.filter-values {
  margin-left: 124px;
  transition: all 0.3s;
  position: relative;
  display: block;
}

.filter-list {
  display: block;
  overflow: hidden;
}

.filter-list li a {
  height: 24px;
  text-align: center;
  line-height: 24px;
  float: left;
  color: rgba(0, 0, 0, 0.65);
  padding: 0 8px;
  margin-right: 20px;
  margin-bottom: 16px;
  cursor: pointer;
}

.filter-list li.active,
.filter-list li.active a {
  background: #057dc1;
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
}

/*分页*/
.page-box {
  height: 55px;
  font-size: 24px;
  color: #999999;
}

#page-box {
  min-width: 810px;
  color: #999999 !important;
  margin: 25px auto;
}

#page-box p {
  height: 24px;
  line-height: 24px;
  margin-right: 50px;
}

#page-box p:last-of-type {
  margin-right: 0;
}

.page-box img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-right: 40px;
  margin-left: 40px;
}

.page-box div {
  cursor: pointer;
  list-style-type: none;
  font-size: 14px;
  color: #9b9b9b;
  border: 1px solid #cdcdcd;
  min-width: 30px;
  line-height: 28px;
  height: 30px;
  padding: 0 6px;
  box-sizing: border-box;
  margin: 0 1px;
  text-align: center;
  margin: 0 5px;
  float: left;
  border-radius: 2px;
}

#page-box .page-active,
#page-box div:hover {
  background: #057dc1;
  border: 1px solid #057dc1;
  color: #fff;
}

.empty-box {
  margin: 50px 0px;
}

ul.data-prod__group {
  overflow: hidden;
  list-style: none;
  display: block;
  margin: -8px;
}

li.data-prod__item {
  float: left;
  width: 33.3333333333%;
  box-sizing: border-box;
  padding: 8px;
}

.data-prod__link {
  display: block;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 0 transparent;
  transition: box-shadow 0.3s;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 4px;
  padding: 16px 12px;
}

.data-prod__link:hover {
  z-index: 2;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
}

.data-prod__header {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}

.data-prod__thumb {
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  border-radius: 4px;
  margin-right: 12px;
  box-sizing: border-box;
}

.data-prod__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.data-prod__content {
  flex: 1;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  flex-direction: column;
  width: 0;
}

.data-prod__title {
  width: 100%;
  color: #373d41;
  cursor: pointer;
  font-size: 16px !important;
  font-weight: 700;
  height: 24px;
  line-height: 24px;
  margin: 0 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.data-prod__extra {
  display: block;
  padding: 8px 0px;
  border-top: 1px #f5f5f5 solid;
}

.data-prod__intro {
  color: #999999;
  font-size: 14px;
  line-height: 20px;
  height: 60px;
  color: #999999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.data-prod__provider {
  padding: 3px 8px;
  font-size: 14px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  display: block;
  background: rgba(33, 105, 149, 0.1);
  color: #057dc1;
  margin-bottom: 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-break: break-all;
}

.data-prod__tags {
  display: flex;
  margin-bottom: 6px;
  align-items: center;
  min-height: 26px;
  width: 100%;
}

.data-prod__tag {
  display: block;
  max-width: 100%;
  padding: 3px 8px;
  background: rgba(33, 105, 149, 0.1);
  border-radius: 2px;
  color: #505c7b;
  line-height: 20px;
  margin-right: 8px;
  background-color: #f7f7f9;
  text-overflow: ellipsis;
  white-space: nowrap;

  overflow: hidden;
  word-break: break-all;
}

.data-prod__price {
  font-size: 14px;
  min-height: 56px;
  background: rgba(33, 105, 149, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 8px;
  border-radius: 4px;
}

.data-prod__price-amount {
  font-size: 14px;
  color: #ff0000;
  line-height: 32px;
  position: relative;
  font-family: PingFangSC-Medium;
}

.data-prod__price-amount .big {
  font-size: 20px;
  font-weight: bold;
}

.data-prod_buy {
  background-color: transparent;
  border: 1px solid #ff0000 !important;
  border-radius: 0;
  width: 100px;
  height: 32px;
  line-height: 32px;
  color: #ff0000;
  font-size: 14px;
  outline: 0;
  transition: all 0.3s;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: center;
  margin-bottom: 20px;
}

.pagination li {
  padding: 0 5px;
}

.pagination a,
.pagination span {
  position: relative;
  display: block;
  color: #057dc1;
  border-radius: 4px;
  text-decoration: none;
  background-color: #fff;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .pagination a {
    transition: none;
  }
}

.pagination a:hover {
  z-index: 2;
  color: #fff;
  background-color: #057dc1;
}

.pagination li:not(:first-child) a {
  margin-left: -1px;
}

.pagination li.active a,
.pagination li.active span {
  z-index: 3;
  color: #fff;
  background-color: #057dc1;
}

.pagination li.disabled a,
.pagination li.disabled span {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.pagination a,
.pagination span {
  padding: 8px 16px;
}
