.designer-waiting {
  width: 100%;
  height: auto;
  min-width: 1190px;
  background: linear-gradient(to right, #0c050a, #2e0609, #29030a, #0c050a);
}
.designer-waiting__title {
  width: 100%;
  height: 640px;
  min-width: 1190px;
  background: #0325c4 url('/public/img/activity/designer/wawitingBG.png') no-repeat top;
  background-size: auto;
}
.designer-waiting__title span {
  font-family: PingFangSC-Semibold;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #9c6d35;
}
.designer-waiting .designer-search {
  display: flex;
  min-width: 1190px;
  height: 46px;
  padding: 10px 0 30px;
  justify-content: center;
}
.designer-waiting .designer-search-left {
  margin-right: 10px;
}
.designer-waiting .designer-search-left span {
  display: inline-block;
  width: 140px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #c3896a;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.designer-waiting .designer-search-left .span-left {
  border-radius: 4px 0 0 4px;
  margin-right: -4px;
}
.designer-waiting .designer-search-left .span-right {
  border-radius: 0 4px 4px 0;
}
.designer-waiting .designer-search-left span.check {
  background-color: #f5cd8f;
  color: #5e3201;
}
.designer-waiting .designer-search-right {
  width: 280px;
  height: 46px;
  margin-left: 10px;
  box-sizing: border-box;
  border: 1px solid #c1a98c;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
}
.designer-waiting .designer-search-right input {
  width: 204px;
  height: 44px;
  border: none;
  text-indent: 40px;
  font-size: 18px;
  color: #fff;
  border-radius: 4px;
  background: #2b0409 url('/public/img/activity/designer/search.png') no-repeat 10px 10px;
}
.designer-waiting .designer-search-right span {
  display: inline-block;
  width: 70px;
  height: 44px;
  background-color: #f3ca87;
  color: #fff;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
}
.designer-waiting .search-fix {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px 0;
}
.designer-waiting__content {
  margin: auto;
  width: 1190px;
  height: auto;
  padding-bottom: 55px;
}
.designer-waiting__content-item {
  margin: 0 20px 20px 0;
  display: inline-block;
  vertical-align: top;
  width: 282px;
  height: 296px;
  border-radius: 8px;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
}
.designer-waiting__content-item img {
  width: 252px;
  height: 150px;
}
.designer-waiting__content-item .user {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
}
.designer-waiting__content-item .user .name {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.designer-waiting__content-item .user .number {
  font-size: 18px;
  color: #ff6900;
}
.designer-waiting__content-item div.descr {
  margin-top: 8px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  color: #000;
  display: flex;
  justify-content: space-between;
}
.designer-waiting__content-item div.descr .detail {
  font-size: 14px;
  font-weight: normal;
  color: #6d6d6d;
  cursor: pointer;
}
.designer-waiting__content-item .qrcode {
  margin-top: 10px;
  width: 252px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 6px;
  background-color: #f2d598;
  cursor: pointer;
}
.designer-waiting__content-item .qrcode .qr-img {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  vertical-align: sub;
  background: url('/public/img/activity/designer/qrcode.png') no-repeat;
}
.designer-waiting__content-item .qrcode .qr-text {
  font-size: 16px;
  color: #5e3201;
}
.designer-waiting__content-item .QRCord-container {
  display: none;
  width: 282px;
  height: 296px;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9;
}
.designer-waiting__content-item .QRCord-container .QRCord {
  padding-left: 68px;
  padding-top: 73px;
  padding-bottom: 70px;
}
.designer-waiting__content-item:nth-child(4n+0) {
  margin-right: 0px;
}
.designer-waiting__content-item:hover {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(206, 206, 206, 0);
  box-shadow: 0px 2px 10px 0px rgba(206, 206, 206, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.designer-waiting .list-empty {
  width: 100%;
  height: 500px;
  text-align: center;
}
.designer-waiting .list-empty img {
  margin-top: 100px;
  width: 240px;
  height: 240px;
  margin-bottom: 20px;
}
.designer-waiting .list-empty p {
  font-size: 18px;
  color: #fff;
}
.designer-waiting .dialog-title {
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #222222;
}
.designer-waiting .dialog__txt {
  margin-bottom: 15px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #222222;
}
.designer-waiting .dialog__title {
  margin: 18px 0 15px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #222222;
}
.designer-waiting .dialog__descr {
  margin-bottom: 18px;
  font-family: MicrosoftYaHeiSemilight;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #6d6d6d;
}
.designer-waiting .dialog__footer button {
  cursor: pointer;
  display: inline-block;
  width: 240px;
  height: 48px;
  background-image: linear-gradient(0deg, #ff3030 0%, #ff7752 100%);
  border-radius: 2px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
.designer-waiting .el-dialog--center .el-dialog__body {
  padding: 25px 60px 30px !important;
}
