.portal {
  margin: 16px;
  font-size: 14px;
  background: #ffffff;
  padding: 20px 16px 70px 16px;
}
.portal .preview {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  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;
}
.portal .preview .image {
  height: 85%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portal .foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.portal .title {
  font-size: 16px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.portal .info {
  color: #6ac1b8;
  font-size: 12px;
  margin-top: -18px;
}
.portal .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #666666;
}
.portal .link {
  color: #427bd4;
  cursor: pointer;
}
.portal .hr {
  border-top: 1px solid #d9d9d9;
  padding-top: 24px;
  margin-top: 80px;
}
.portal .intro {
  width: 60px;
}
.portal .selected {
  border: 2px solid #427bd4;
}
.portal .cc .el-checkbox__inner {
  border: 1px solid red;
}
.portal .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
  margin-left: 60px;
}
.portal .desc .lin {
  color: #427bd4;
  cursor: pointer;
  margin-left: 32px;
}
.portal .desc .tit {
  font-size: 18px;
}
.portal .desc .text {
  margin-top: 12px;
}
.portal .img {
  margin-right: 20px;
  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;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

