.wrap {
  padding-left: 36px;
  padding-right: 31px;
}
.banner {
  margin: 36px 31px 28px 0;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.banner img {
  border-radius: 15px;
  max-width: 100%;
  max-height: 100%;
}
.banner .banner-words {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.banner .banner-title {
  color: #FFF;
  text-shadow: 0px 4px 25.9px rgba(19, 121, 137, 0.36);
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 8px;
  text-align: center;
}
.banner .banner-desc {
  color: #FFF;
  text-shadow: 0px 4px 18.8px rgba(17, 144, 123, 0.72);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  opacity: 0.6;
}
.industry {
  margin-bottom: 24px;
}
.industry span:first-child {
  color: #999;
  margin-left: -12px;
}
.industry span {
  margin-left: 12px;
  cursor: pointer;
  color: #262626;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 12px;
}
.industry span.active {
  color: #0BB899;
  font-weight: 500;
  border-radius: 100px;
  background: #EFFCFA;
}
.storyboard {
  margin-bottom: 20px;
}
.storyboard span:first-child {
  color: #999;
}
.storyboard span {
  margin-left: 36px;
  color: #262626;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
.storyboard .active {
  color: #0BB899;
  font-weight: 500;
  border-radius: 100px;
  background: #EFFCFA;
}
.script-square-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 24px;
  border-top: 1px solid #EEEEEE;
}
.script-square-list .square-item {
  width: 211px;
  height: 193px;
  margin-right: 28px;
  margin-bottom: 28px;
  border-radius: 16px;
  border: 1px solid #EEE;
  cursor: pointer;
}
.script-square-list .square-item img {
  width: 211px;
  height: 119px;
  border-radius: 16px 16px 0px 0px;
  margin-bottom: 8px;
}
.script-square-list .square-item .square-title {
  color: #262626;
  font-size: 14px;
  font-weight: 600;
  padding-left: 12px;
  padding-right: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.script-square-list .square-item .square-desc {
  height: 28px;
  padding-left: 12px;
  padding-right: 16px;
  padding-bottom: 8px;
  color: #999;
  font-size: 12px;
  font-weight: 500;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
}
