.container-wrapper {
  padding-bottom: 13.7%;
  min-height: 540px;
  background: url(../image/price-main-bg.jpg) no-repeat center calc(100% + 90px)/1920px 541px;
}
.container-wrapper > .container .top-wrapper {
  margin-top: 56px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.container-wrapper > .container .top-wrapper .title {
  font-size: 38px;
  font-weight: 700;
  color: #742341;
  padding-bottom: 12px;
}
.container-wrapper > .container .top-wrapper .input-wrapper {
  position: relative;
  width: 338px;
  height: 48px;
}
.container-wrapper > .container .top-wrapper .input-wrapper input {
  border: 1px solid rgba(51, 51, 51, 0.6);
  outline: none;
  height: 100%;
  width: 100%;
  border-radius: 24px;
  padding-left: 32px;
  padding-right: 55px;
  color: #742341;
  font-size: 16px;
  transition: all 0.5s;
}
.container-wrapper > .container .top-wrapper .input-wrapper input:focus {
  border-color: #742341;
}
.container-wrapper > .container .top-wrapper .input-wrapper .search-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 20px;
  width: 45px;
}
.container-wrapper > .container .top-wrapper .input-wrapper .search-icon .icon {
  width: 25px;
  height: 25px;
}
.container-wrapper > .container .filter-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 58px;
}
.container-wrapper > .container .filter-list .filter-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 220px;
  margin-bottom: 21px;
  border-radius: 24px;
  border: 1px solid rgba(51, 51, 51, 0.6);
  color: #742341;
}
.container-wrapper > .container .filter-list .filter-item.active,
.container-wrapper > .container .filter-list .filter-item:hover {
  background-color: #742341;
  border-color: #742341;
  color: #fff;
}
.container-wrapper > .container .filter-list .filter-item.placeholder {
  height: 0;
  margin-bottom: 0;
  border: none;
}
.container-wrapper > .container .category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 57px;
}
.container-wrapper > .container .category-list .category-item {
  width: 426px;
  height: 235px;
  padding: 28px 23px 60px;
  margin-bottom: 32px;
  border: 1px solid #eee;
  background-color: #fbfbfb;
}
.container-wrapper > .container .category-list .category-item:hover .header::after {
  width: 100%;
}
.container-wrapper > .container .category-list .category-item.placeholder {
  height: 0;
  padding: 0;
  margin-bottom: 0;
  border: none;
}
.container-wrapper > .container .category-list .category-item .header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 2px solid #eeeeee;
  font-size: 20px;
  color: #742341;
  font-weight: 700;
}
.container-wrapper > .container .category-list .category-item .header::after {
  position: absolute;
  content: '';
  left: 0;
  width: 0;
  bottom: 0;
  height: 2px;
  background-color: #742341;
  transition: all 0.3s ease-in-out;
}
.container-wrapper > .container .category-list .category-item .expert-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 28px;
  color: #333;
}
.container-wrapper > .container .category-list .category-item .expert-list .expert-item {
  width: 96px;
  margin-bottom: 20px;
  font-size: 18px;
}
.container-wrapper > .container .category-list .category-item .expert-list .expert-item:hover {
  color: #742341;
  text-decoration: underline;
}
.container-wrapper > .container .category-list .category-item .expert-list .expert-item.placeholder {
  height: 0;
  margin-bottom: 0;
}
@media (max-width: 1340px) {
  .container-wrapper > .container .filter-list .filter-item {
    width: 24%;
  }
  .container-wrapper > .container .category-list .category-item {
    width: 32%;
  }
  .container-wrapper > .container .category-list .category-item .expert-list .expert-item {
    width: 26%;
  }
}
@media (max-width: 900px) {
  .container-wrapper > .container .category-list .category-item {
    width: 49%;
  }
}
@media (max-width: 768px) {
  .container-wrapper > .container .top-wrapper {
    flex-direction: column;
    margin-top: 20px;
    align-items: flex-start;
  }
  .container-wrapper > .container .top-wrapper .title {
    font-size: 34px;
  }
  .container-wrapper > .container .filter-list {
    margin-top: 30px;
  }
  .container-wrapper > .container .filter-list .filter-item {
    width: 49%;
    margin-bottom: 12px;
  }
  .container-wrapper > .container .category-list {
    margin-top: 20px;
  }
  .container-wrapper > .container .category-list .category-item {
    width: 100%;
    height: 220px;
    margin-bottom: 15px;
  }
  .container-wrapper > .container .category-list .category-item .header {
    padding-bottom: 20px;
  }
  .container-wrapper > .container .category-list .category-item .expert-list .expert-item {
    width: 26%;
  }
}
