<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.production-main {
  width: 100%;
  overflow: hidden;
  background: #F5F5F5;
}
.production-main .stylist-info {
  position: relative;
  width: 100%;
  height: 420px;
  background: linear-gradient(3deg, #131217, #32323B, #131217);
  margin-bottom: 50px;
}
.production-main .stylist-info .stylist-info-container {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: absolute;
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 408px;
}
.production-main .stylist-info .stylist-info-container::after {
  position: absolute;
  top: 2px;
  right: 75px;
  content: '';
  width: 675px;
  height: 96px;
  background: url('../images/designTeam/d.png') center / 100% 100% no-repeat;
}
.production-main .stylist-info .stylist-info-container .info-pic {
  position: relative;
  z-index: 1;
  width: 280px;
  height: 408px;
}
.production-main .stylist-info .stylist-info-container .info-pic img {
  width: 100%;
  height: 100%;
}
.production-main .stylist-info .stylist-info-container .info-wrapper {
  position: relative;
  z-index: 1;
  width: 823px;
  height: 408px;
}
.production-main .stylist-info .stylist-info-container .info-wrapper .stylist-info-wrapper {
  overflow: hidden;
  width: 100%;
  text-align: center;
  color: #fff;
}
.production-main .stylist-info .stylist-info-container .info-wrapper .stylist-info-wrapper .info-name {
  font-size: 30px;
  font-weight: bold;
  margin-top: 30px;
}
.production-main .stylist-info .stylist-info-container .info-wrapper .stylist-info-wrapper .info-other {
  font-size: 20px;
  font-weight: bold;
}
.production-main .stylist-info .stylist-info-container .info-wrapper .stylist-info-wrapper .info-motto {
  width: 600px;
  position: relative;
  font-size: 20px;
  margin-top: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 auto;
}
.production-main .stylist-info .stylist-info-container .info-wrapper .stylist-info-wrapper .info-motto::after {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 32px;
  height: 4px;
  background: #FFFFFF;
}
.production-main .stylist-info .stylist-info-container .info-wrapper .info-style {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 55px;
  color: #E6E6E6;
  margin-top: 25px;
}
.production-main .stylist-info .stylist-info-container .info-wrapper .info-style .style-wrapper .wrapper-pack {
  position: relative;
  padding-left: 10px;
  margin-bottom: 20px;
}
.production-main .stylist-info .stylist-info-container .info-wrapper .info-style .style-wrapper .wrapper-pack::after {
  position: absolute;
  left: 0;
  top: 5px;
  content: '';
  width: 4px;
  height: 27px;
  background: #EEEEEE;
}
.production-main .stylist-info .stylist-info-container .info-wrapper .info-style .style-wrapper .wrapper-pack .label {
  font-size: 18px;
  font-weight: bold;
}
.production-main .stylist-info .stylist-info-container .info-wrapper .info-style .style-wrapper .wrapper-pack .value {
  font-size: 16px;
}
.production-main .stylist-info .stylist-info-container .info-wrapper .info-style .info-btn {
  width: 240px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  background: #F9A828;
  border-radius: 5px;
}
.production-main .stylist-info .stylist-info-container .info-wrapper .info-style .info-btn &gt; a {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.production-main .production-case {
  width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
}
.production-main .production-case .production-case-title {
  text-align: center;
  color: #1F1F1F;
}
.production-main .production-case .production-case-title .title1 {
  font-size: 36px;
  font-weight: 400;
}
.production-main .production-case .production-case-title .title2 {
  font-size: 24px;
}
.production-main .production-case .case-filter-list {
  width: 1200px;
  overflow: hidden;
  margin: 48px 0 84px;
}
.production-main .production-case .case-filter-list .filter-list-item {
  width: 390px;
  height: 388px;
  float: left;
  margin: 0 15px 20px 0;
}
.production-main .production-case .case-filter-list .filter-list-item:hover {
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.1);
}
.production-main .production-case .case-filter-list .filter-list-item:nth-child(3n+3) {
  margin-right: 0;
}
.production-main .production-case .case-filter-list .filter-list-item .list-item-pic {
  width: 390px;
  height: 240px;
}
.production-main .production-case .case-filter-list .filter-list-item .list-item-pic a,
.production-main .production-case .case-filter-list .filter-list-item .list-item-pic img {
  width: 100%;
  height: 100%;
}
.production-main .production-case .case-filter-list .filter-list-item .list-item-wrepper {
  width: 390px;
  height: 150px;
  background: #FFFFFF;
}
.production-main .production-case .case-filter-list .filter-list-item .list-item-wrepper .list-item-info {
  text-align: center;
  width: 100%;
  height: 101px;
  padding: 16px 0;
}
.production-main .production-case .case-filter-list .filter-list-item .list-item-wrepper .list-item-info .info-address {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  padding: 0 9px;
  border-bottom: 4px solid #2462AC;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.production-main .production-case .case-filter-list .filter-list-item .list-item-wrepper .list-item-info .info-other {
  text-align: center;
  font-size: 16px;
  color: #666;
}
.production-main .production-case .case-filter-list .filter-list-item .list-item-wrepper .list-item-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.production-main .production-case .case-filter-list .filter-list-item .list-item-wrepper .list-item-btn &gt; div {
  position: relative;
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #2462AC;
}
.production-main .production-case .case-filter-list .filter-list-item .list-item-wrepper .list-item-btn &gt; div &gt; a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}
.production-main .production-case .case-filter-list .filter-list-item .list-item-wrepper .list-item-btn .check {
  border: 1px solid #2462AC;
  margin-left: 52px;
  background: #fff;
}
.production-main .production-case .case-filter-list .filter-list-item .list-item-wrepper .list-item-btn .check &gt; a {
  color: #2462AC;
}
</pre></body></html>