.designerDetailMain .topContent {
  width: 100%;
  height: 755px;
  background: #f7f8fc;
}
.designerDetailMain .topContentMain {
  width: 1081px;
  height: 684px;
  margin: 0 auto;
  padding: 34px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.designerDetailMain .personNew {
  width: 391px;
  height: 458px;
  background: #f7f8fc;
  margin-top: 61px;
}
.designerDetailMain .bigTitle {
  font-size: 30px;
  font-weight: bold;
  color: #111111;
  line-height: 30px;
}
.designerDetailMain .twoTitle {
  margin-top: 28px;
  font-size: 24px;
  font-weight: bold;
  color: #111111;
  line-height: 24px;
}
.designerDetailMain .titleList {
  margin-top: 18px;
  font-size: 20px;
  font-weight: 400;
  color: #111111;
  line-height: 40px;
}
.designerDetailMain .processBtn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.designerDetailMain .processBtnLeft {
  margin-top: 23px;
  width: 185px;
  height: 40px;
  background: #ff6400;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.designerDetailMain .processBtnRight {
  margin-top: 23px;
  width: 185px;
  height: 40px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #111111;
  border: 1px solid #111111;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
}
.designerDetailMain .personImg {
  width: 450px;
  height: 684px;
  background: #939194;
  border-radius: 6px;

}

.designerDetailMain .content {
  width: 1220px;
  margin: 0 auto;
}
.designerDetailMain .contentTitle {
  margin-top: 70px;
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  color: #111111;
  line-height: 30px;
  text-align: center;
}
.designerDetailMain .contentSubTitle {
  margin: 16px 0 50px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #484848;
  line-height: 16px;
  text-align: center;
}


.yzalListGroup:hover {
  transition: all 0.2s;
  box-shadow: 0px 8px 16px 1px rgb(190 190 190 / 30%);
}
.yzalListGroup {
  margin: 0 0 22px 12px;
  width: 291px;
  height: 330px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  transition: all 0.2s;
  overflow: hidden;
}
.yzalListGroup:hover {
  transition: all 0.2s;
  box-shadow: 0px 8px 16px 1px rgb(190 190 190 / 30%);
}
.yzalListGroup {
  margin: 0 0 22px 12px;
  width: 291px;
  height: 330px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  transition: all 0.2s;
  overflow: hidden;
  float:left
}
.yzalListGroup .poster {
  position: relative;
  top: -1px;
  left: -1px;
  transition: all 0.2s;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.yzalListGroup .poster img {
  height: 206px;
  width: 291px;
  border-radius: 6px 6px 0 0;
  object-fit: cover;
}

.yzalListGroup .groupFoot {
  display: flex;
  height: 87px;
  margin: 15px 13px 0;
}
.yzalListGroup .info {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yzalListGroup .info .title {
  margin-top: 4px;
  font-size: 18px;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yzalListGroup .info .title a {
  color:#000 !important;
}
.yzalListGroup .info .tags {
  margin: 9px 0;
  font-size: 14px;
  color: #484848;
  line-height: 1;
}
.yzalListGroup .info .tags a {
  color: #484848;
}
.yzalListGroup .info .tags .split {
  margin: 0 4px;
}
.yzalListGroup .info .findHim {
  width: 100px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #787878;
  background: #e5e5e5;
  border-radius: 16px;
  cursor: pointer;
}
.designerDetailMain .detailTitle {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  line-height: 24px;
}
.designerDetailMain .list {
  margin-left: -26px;
  width: 1226px;
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 101px;
}
.designerDetailMain .listItem {
  width: 280px;
  height: 395px;
  margin-left: 26px;
}
.designerDetailMain .itemImg {
  width: 280px;
  height: 280px;
  background: #939194;
  border-radius: 10px;
  object-fit: cover;
}
.designerDetailMain .personName {
  width: 280px;
  height: 115px;
}
.designerDetailMain .itemTitle {
  margin-top: 21px;
  font-size: 20px;
  font-weight: bold;
  color: #111111;
  line-height: 24px;
}
.designerDetailMain .identity {
  margin-top: 2px;
  font-size: 14px;
  font-weight: bold;
  color: #111111;
  line-height: 24px;
}
.designerDetailMain .signature {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #787878;
  line-height: 22px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}