.jigou-box .item {
  margin-bottom: 30px;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  height: 144px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.jigou-box .item img {
  transition: all 0.4s;
}
.jigou-box .item:hover img {
  transform: scale(1.05);
}
.jigou-box .item.expand-divide::after {
  height: 4px;
}
@media screen and (max-width: 768px) {
  .jigou-box .item {
    height: 110px;
  }
}
.details-box {
  padding: 60px 0;
}
.details-box .page-title {
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .details-box .page-title {
    font-size: 20px;
  }
}
.details-box .intro {
  display: flex;
  background: #f7fafd;
  padding: 30px;
  margin-top: 30px;
}
.details-box .intro .intro-lf {
  flex: 3;
}
.details-box .intro .intro-lf > li {
  display: flex;
  margin-top: 8px;
  align-items: baseline;
}
.details-box .intro .intro-lf > li .key {
  flex: none;
  font-weight: bold;
  font-size: 16px;
}
.details-box .intro .intro-lf > li .value {
  line-height: 30px;
}
.details-box .intro .intro-lf > li .link-btn {
  margin-top: 12px;
  padding: 17px 40px;
  color: #fff;
  background: linear-gradient(137deg, #1824ec 0%, #981111 100%);
}
.details-box .intro .intro-rt {
  flex: 2;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: 30px;
  margin-top: -100px;
}
@media screen and (max-width: 768px) {
  .details-box .intro {
    padding: 16px;
  }
  .details-box .intro .intro-rt {
    display: none;
  }
  .details-box .intro .intro-lf {
    flex: auto;
  }
  .details-box .intro .intro-lf > li {
    flex-wrap: wrap;
  }
  .details-box .intro .intro-lf > li .key {
    width: 100%;
  }
}
.details-box .section {
  width: 70%;
  font-size: 16px;
  line-height: 32px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .details-box .section {
    width: 100%;
  }
}
.details-box .member {
  margin: 60px 0 20px;
}
.details-box .member .item {
  margin-bottom: 30px;
  text-align: center;
}
.details-box .member .item .name {
  margin: 18px 0 6px;
  font-size: 20px;
  font-weight: bold;
}
.details-box .member .item .tag {
  color: #999999;
}
.details-box .other .title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
}
.details-box .other .item {
  height: 144px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .details-box .other .item {
    height: 110px;
  }
}
