.upload-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.upload-thumb .upload-list {
  display: inline-block;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-right: 8px;
}
.upload-thumb .upload-list img {
  -o-object-fit: cover;
     object-fit: cover;
}
.upload-thumb .upload-btn {
  display: inline-block;
}
.upload-thumb .upload-list-cover {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.upload-thumb .upload-list:hover .upload-list-cover {
  display: block;
}
.upload-thumb .upload-list-cover i {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  margin: 0 2px;
}
.upload-thumb .list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.upload-thumb .thumb-ghost {
  opacity: 0.5;
  background: #c8ebfb;
}

.pass-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.pass-check .title {
  font-weight: 600;
  font-size: 16px;
  color: #2f3033;
}
.pass-check .desc {
  font-size: 14px;
  line-height: 28px;
  margin: 15px 0;
}

.own-space .own-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.own-space .own-wrap .title {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  margin-bottom: 12px;
}
.own-space .own-wrap .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e8e8e8;
}
.own-space .own-wrap .item .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.own-space .own-wrap .item .social .logo {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
}
.own-space .own-wrap .item .title {
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 22px;
}
.own-space .own-wrap .item .desc {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 22px;
}
.own-space .own-wrap .item .desc .red {
  color: #ed3f14;
}
.own-space .own-wrap .item .desc .middle {
  color: #faad14;
}
.own-space .own-wrap .item .desc .green {
  color: #52c41a;
}

