.poster-item {
  width: 248px;
  height: 440px;
  margin: 20px 15px;
  position: relative;
}
.poster-item img {
  width: 100%;
  height: 100%;
  background: #d8d8d8;
  border-radius: 13px;
}
.poster-item:hover {
  height: 455px;
  width: 257px;
  margin: 20px 10px 0px 10px;
}
.poster-item .item-modal {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.3);
  border-radius: 14px;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.poster-item .item-modal .download-title {
  width: 114px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}
.poster-item .item-modal .download-title .student-name {
  color: #43d186;
  margin: 0 5px;
}
.poster-item .item-modal .download-btn {
  width: 114px;
  height: 32px;
  background: #43d186;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 10px;
}
.poster-item .item-modal .download-btn span {
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 22px;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
}
.poster-item .item-modal .icon_enter {
  background: #43d186;
  border-radius: 0;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.canvas {
  display: none;
}
.percent-txt {
  text-align: center;
  margin: 10px 0;
}
.spin-content {
  width: 100%;
  position: absolute;
  left: 0;
  top: 40%;
  text-align: center;
}
.modal-height {
  position: relative;
}
.studyReportTemplate {
  position: relative;
}
.codeIdent {
  position: absolute;
  color: #fff;
  font-weight: bold;
  top: 24px;
  right: 0;
  padding: 5px 12px 5px 15px;
  border-radius: 20px 0 0 20px;
  background: rgba(47, 46, 46, 0.6);
  font-size: 16px;
}
.qrCodeShare {
  width: 85px;
  height: 85px;
  position: absolute;
  right: 17px;
  bottom: 16px;
}
.qrCode {
  width: 100px;
  height: 100px;
  position: absolute;
  right: 21px;
  bottom: 25px;
}

.poster-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow-x: auto;
  cursor: pointer;
  padding-bottom: 20px;
}

.poster-container {
  padding: 20px 20px 20px 0;
  background: #ffffff;
}
.poster-content {
  min-height: 300px;
}
.el-tabs--border-card {
  border: none;
  box-shadow: none;
  background: #f7f7f7;
  border-radius: 0px 30px 30px 30px;
}
.el-tabs__nav-scroll {
  background: #ffffff;
  border: none;
}
.el-tabs__header.is-left {
  border-bottom: 1px solid #fff;
}
.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left.is-active {
  border: 1px solid #f7f7f7;
  border-left: 6px solid #43d186;
  background: #f7f7f7;
}
.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left {
  padding: 0px 50px;
  font-size: 16px;
  height: 70px;
  line-height: 70px;
}
.el-tabs--left .el-tabs__header.is-left {
  margin-right: 0px;
}
.el-tabs--border-card .el-tabs__content {
  padding-top: 0px;
}
.posterTip {
  padding: 10px 0;
}
.el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active {
  color: #43d186;
}
.el-tabs--border-card > .el-tabs__header .el-tabs__item:not(.is-disabled):hover {
  color: #43d186;
}
.header-top {
  padding: 18px 20px;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 16px;
}
.header-title {
  font-size: 16px;
  font-weight: 600;
}
.student-avtor {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.student-info {
  font-size: 16px;
  color: #333;
  margin-top: 5px;
}
.right-wrap {
  display: -ms-flexbox;
  display: flex;
}
.share-btnWrap {
  height: 36px;
  background: #f7f7f7;
  border-radius: 10px;
  line-height: 36px;
  padding: 0 10px;
  cursor: pointer;
  margin-left: 10px;
}
.icon_enter {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

