.meets-page {
  margin-top: 30px;
}
.meets-page .meet-container .body {
  display: flex;
  flex-direction: column;
}
.meets-page .meet-container .body .empty-block {
  display: flex;
  justify-content: center;
  align-items: center;
}
.meets-page .meet-container .body .item {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 15px;
}
.meets-page .meet-container .body .item .top {
  display: flex;
  width: 100%;
  height: 54px;
}
.meets-page .meet-container .body .item .top .avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
}
.meets-page .meet-container .body .item .top .user {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  box-sizing: border-box;
  padding: 5px 0;
  margin-left: 6px;
}
.meets-page .meet-container .body .item .top .user .nickname-gender {
  display: flex;
  align-items: center;
}
.meets-page .meet-container .body .item .top .user .nickname-gender span:first-child {
  max-width: 200px;
  margin-right: 5px;
}
.meets-page .meet-container .body .item .top .user .nickname-gender span:last-child {
  margin-left: 5px;
}
.meets-page .meet-container .body .item .top .user .role {
  display: flex;
  align-items: center;
}
.meets-page .meet-container .body .item .top .user .role span {
  box-sizing: border-box;
  border-radius: 2px;
  margin-right: 6px;
}
.meets-page .meet-container .body .item .top .region-price {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 8px 0;
  justify-content: space-between;
}
.meets-page .meet-container .body .item .top .region-price .region {
  display: flex;
  justify-content: flex-end;
}
.meets-page .meet-container .body .item .top .region-price .region span:first-child {
  margin-right: 4px;
}
.meets-page .meet-container .body .item .top .region-price .price {
  display: flex;
  align-items: center;
}
.meets-page .meet-container .body .item .top .region-price .price span {
  margin-right: 4px;
}
.meets-page .meet-container .body .item .top .region-price .price span:last-child {
  margin-right: 0;
}
.meets-page .meet-container .body .item .content {
  margin-top: 8px;
}
.meets-page .meet-container .body .item .images {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  overflow: hidden;
}
.meets-page .meet-container .body .item .images .image-wrapper {
  display: flex;
  white-space: nowrap;
  width: 100%;
}
.meets-page .meet-container .body .item .images .image-wrapper .scroll-view {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: inherit;
  overflow-x: auto hidden;
}
.meets-page .meet-container .body .item .images .image-wrapper .image-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 180px;
  border-radius: 8px;
  margin-right: 20px;
  position: relative;
}
.meets-page .meet-container .body .item .images .image-wrapper .image-item .img-cover {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
}
.meets-page .meet-container .body .item .images .image-wrapper .image-item:last-child {
  margin-right: 0;
}
.meets-page .meet-container .body .item .time {
  display: flex;
  margin: 6px 0;
}
.meets-page .meet-container .body .item .time span {
  margin-right: 6px;
}
.meets-page .meet-container .body .item .tags {
  display: flex;
  margin-top: 5px;
}
.meets-page .meet-container .body .item .tags span {
  display: flex;
  border: 1px solid;
  box-sizing: border-box;
  padding: 1px 6px;
  border-radius: 18px;
  margin-right: 4px;
}
.meets-page .meet-container .body .item .tags span:last-child {
  margin-right: 0px;
}
.meets-page .meet-container .body .pagination {
  margin-top: 10px;
}
.meets-page .meet-container .side-bar {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
}
.meets-page .meet-container .side-bar .qrcode {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 12px;
  margin-top: 12px;
}
.meets-page .meet-container .side-bar .qrcode span {
  display: flex;
  align-items: center;
  width: 100%;
  height: 45px;
  border-bottom: 1px solid;
  box-sizing: border-box;
  padding-left: 12px;
}
.meets-page .meet-container .side-bar .qrcode img {
  margin-top: 8px;
  width: 140px;
  height: 140px;
}
.meets-page .meet-container .side-bar .qrcode:first-child {
  margin-top: 12px;
}

@media (max-width: 768px) {
  .nickname-gender span:first-child {
    max-width: 100px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .side-bar img {
    width: 100px !important;
    height: 100px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .side-bar img {
    width: 120px !important;
    height: 120px !important;
  }
}
