.designerDetailMain {
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
}

.designerDetailMain .topContent {
  width: 100%;
  height: 650px;
  background: #f7f8fc;
}

.designerDetailMain .topContentMain {
  width: 1081px;
  height: 581px;
  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;
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 400;
  color: #111111;
  line-height: 20px;
}

.designerDetailMain .honorItem {
  font-size: 16px;
  font-weight: 400;
  color: #111111;
  line-height: 30px;
}

.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: 581px;
  height: 581px;
  background: #939194;
  border-radius: 6px;
  object-fit: cover;
}

.designerDetailMain .content {
  width: 1200px;
  margin: 0 auto;
}

.designerDetailMain .contentTitle {
  margin-top: 100px;
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  color: #111111;
  line-height: 30px;
  text-align: center;
}

.designerDetailMain .contentSubTitle {
  margin-top: 16px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #484848;
  line-height: 16px;
  text-align: center;
}

.designerDetailMain .contentSubTitle {
  margin-top: 16px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #484848;
  line-height: 16px;
  text-align: center;
}

.designerDetailMain .works {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 100px;
}

.designerDetailMain .worksItem {
  margin-bottom: 40px;
  position: relative;
}

.designerDetailMain .worksImg {
  width: 580px;
  height: 332px;
  background: #000000;
  border-radius: 10px;
}

.designerDetailMain .vrImg {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 265px;
  top: 141px;
  display: none;
}

.designerDetailMain .worksTitle {
  margin-left: 4px;
  margin-top: 19px;
  font-size: 20px;
  font-weight: bold;
  color: #111111;
  line-height: 20px;
}

.designerDetailMain .worksSubTitle {
  margin-left: 4px;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #787878;
  line-height: 14px;
}

.designerDetailMain .detailTitle {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  line-height: 24px;
}

.designerDetailMain .worksTwo {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 100px;
}

.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 .personName {
  width: 280px;
  height: 115px;
}

.designerDetailMain .itemImg {
  width: 280px;
  height: 280px;
  background: #939194;
  border-radius: 10px;
  object-fit: cover;
}

.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;
}
