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

.designerMain .navBar {
  width: 100%;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
}

.designerMain .navBarContent {
  width: 260px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: 400;
  color: #787878;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.designerMain .topSwipers {
  width: 100%;
}

.designerMain .imgBig {
  width: 100%;
}

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

.designerMain .search {
  width: 100%;
  min-height: 182px;
  padding: 8px 30px;
  background: #f7f8fc;
}

.designerMain .searchRow {
  width: 100%;
  min-height: 55px;
  display: flex;
  flex-direction: row;
}

.designerMain .searchTitle {
  width: 78px;
  height: 55px;
  font-size: 14px;
  font-weight: bold;
  color: #111111;
  line-height: 55px;
  margin-right: 30px;
}

.designerMain .searchCol {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #787878;
  line-height: 55px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 1px solid #eeeeee;
}

.designerMain .last {
  border-bottom: 0;
}

.designerMain .searchCell {
  color: #787878;
  margin-right: 30px;
  cursor: pointer;
}

.designerMain .searchCell:active {
  color: #ff6400;
}

.designerMain .list {
  margin-left: -26px;
  width: 1226px;
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.designerMain .listItem {
  width: 280px;
  height: 395px;
  margin-top: 36px;
  margin-left: 26px;
}

.designerMain .personNew {
  width: 280px;
  height: 115px;
}

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

.designerMain .itemTitle {
  margin-top: 21px;
  font-size: 20px;
  font-weight: bold;
  color: #111111;
  line-height: 24px;
}

.designerMain .identity {
  margin-top: 2px;
  font-size: 14px;
  font-weight: bold;
  color: #111111;
  line-height: 24px;
}

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

.designerMain .designerPagination {
  margin-bottom: 100px;
}

.designerMain .process {
  width: 100%;
  height: 536px;
  background: #f5f6fb;
  padding: 100px 0;
}

.designerMain .processTitle {
  font-size: 30px;
  font-weight: bold;
  color: #111111;
  line-height: 30px;
  text-align: center;
}

.designerMain .steps {
  width: 891px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-top: 50px;
}

.designerMain .stepItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #111111;
}

.designerMain .stepImg {
  width: 86px;
  height: 86px;
  margin-top: 15px;
}

.designerMain .stepText {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}

.designerMain .stepItem:hover {
  color: #ff6400;
}

.designerMain .stepLine {
  width: 28px;
  height: 19px;
}

.designerMain .processBtn {
  margin: 0 auto;
  margin-top: 56px;
  width: 200px;
  height: 40px;
  background: #ff6400;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}
