/* 工程品牌案例详情 公用样式 */
/* 选中样式 */
.active-news span {
  border-bottom: 1px solid var(--active-color);
}
.active-news a {
 color: var(--active-color);
}
/* banner */
.gc-case-banner .gc-banner-pic {
  max-height: 600px;
}
.gc-banner-detail {
  top: 50%;
  text-align: left;
  transform: translate3d(-50%, -50%, 0);
}
.banner-content-titlie,
.banner-content-subtitle {
  padding-left: 0;
}
.banner-content-titlie {
  line-height: 70px;
  letter-spacing: 1.5px;
}
.banner-content-subtitle {
  font-size: 16px;
  letter-spacing: 0.7px;
  margin-top: 6px;
}
/* main */
.brand-detail-top {
  color: #808080;
  display: flex;
  align-items: center;
  justify-content:space-between;
  margin: 74px 0 25px;
}
.brand-detail-top-span {
  font-size: 16px;
  line-height: 24px;
}
.brand-detail-top-span + .brand-detail-top-span {
  margin-left: 25px;
}
.brand-detail-likes {
  padding: 5px 20px;
  box-sizing: border-box;
  color: #B2B2B2;
  font-size: 16px;
  text-align: center;
  border: 1px solid #808080;
  cursor: pointer;
}
.brand-detail-likes-numb {
  margin-left: 8px;
}
.brand-detail-likes-img {
  margin-right: 5px;
  width: 14px;
  vertical-align: bottom;
}
.brand-detail-content {
  color: #808080;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #AFAFAF;
  padding-top: 64px;
}
.brand-detail-content p {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.8px;
}
.brand-detail-content img {
  display: block;
}
/* 左边 */
.detail-content-left {
  width: 802px;
  position: relative;
}
.details-content-title {
  color: var(--theme-color);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.detail-briefly, .detail-reference {
  color: #808080;
}
.detail-briefly p,
.detail-reference p{
  margin-bottom: 26px;
  text-align:justify;
}

.detail-briefly>img,
.detail-briefly>video,
.detail-briefly>audio,
.detail-reference>img,
.detail-reference>video,
.detail-reference>audio{
  margin-bottom: 26px;
}

.detail-briefly img,
.detail-briefly video,
.detail-briefly audio,
.detail-reference img,
.detail-reference video,
.detail-reference audio{
  width: 100%;
}

.detail-briefly :last-child,
.detail-reference :last-child  {
  margin-bottom: 0;
}

/* 右边 */
.detail-content-right {
  width: 312px;
}
.brand-title {
  color: var(--theme-color);
  font-size: 24px;
}
.brand-subtitle {
  color: #B2B2B2;
  font-size: 12px;
  margin: 8px 0 32px;
}
.detail-sharing-list {
  border-top: 1px solid #AFAFAF;
  padding-top: 18px;
  display: flex;
  flex-direction: column;
}
.detail-sharing-item {
  width: 100%;
  height: 172px;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
.detail-sharing-item>a{
  display: block;
  width: 100%;
  height: 100%;
}
.detail-sharing-item + .detail-sharing-item {
  margin-top: 14px;
}
.detail-sharing-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-sharing-pic-name {
  width: 100%;
  height: 80px;
  font-size: 16px;
  line-height: 20px;
  background: linear-gradient(
0deg,#000, transparent);
  color: #FFFFFF;
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 14px 14px;
  box-sizing: border-box;
}
.pic-name-img {
  width: 14px;
  height: 14px;
  margin: 0 10px 2px 0;
}
.brand-detail-likes-phone {
  display: none;
}

/* 分页器 */
.brand-detail-more {
  color: #AFAFAF;
  display: flex;
  justify-content: space-between;
  margin-top: 162px;
}
.brand-detail-more a {
  color: #AFAFAF
}
.detail-more-previous, .detail-more-next {
  display: flex;
  align-items: center;
}
.detail-more-previous-button, .detail-more-next-button {
  width: 122px;
  height: 28px;
  border: 1px solid #AFAFAF;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.detail-more-previous-button {
  margin-right: 22px;
  font-size: 14px;
}
.detail-more-next-button {
  margin-left: 22px;
  font-size: 14px;
}
.previous-button-img {
  width: 20px;
  height: 8px;
  display: block;
}
.detail-more-previous-button .previous-button-img {
  margin-right: 10px;
}
.detail-more-next-button .previous-button-img {
  margin-left: 10px;
}
.detail-more-title {
  width: 178px;
  font-size: 12px;
  white-space:nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
}
.brand-detail-return {
  width: 514px;
}
.brand-detail-return .line {
  border-color: #AFAFAF;
  width: 133px;
}
.brand-detail-return .txt {
  color: #AFAFAF;
  border-color: #AFAFAF;
  line-height: 25px;
}
.brand-detail-return .txt::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .gc-container {
    padding: 0 40px 130px;
  }
  .gc-case-banner .gc-banner-pic {
    min-width: 100%;
    max-height: none;
    height: 606px;
  }
  .gc-banner-detail {
    padding: 0 80px 0 44px;
    box-sizing: border-box;
  }
  .banner-content-titlie {
    line-height: 62px;
  }
  .banner-content-subtitle {
    line-height: 25px;
    letter-spacing: 0.6px;
  }
  .brand-detail-top {
    margin: 72px 0 34px;
  }
  .brand-detail-top-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .brand-detail-likes {
    display: none;
  }
  .brand-detail-top-span {
    font-size: 19px;
  }
  .brand-detail-top-span.date {
    display: none;
  }
  .brand-detail-content {
    flex-direction: column;
    padding-top: 54px;
    border-color: #000000;
  }
  .detail-content-left {
    width: 100%;
  }
  .brand-detail-content p {
    font-size: 26px;
    line-height: 58px;
  }
  .detail-briefly p,
  .detail-reference p {
    margin-bottom: 58px;
  }
  .detail-content-right {
    width: 100%;
    margin-top: 103px;
  }
  .brand-title {
    font-size: 32px;
  }
  .brand-subtitle {
    font-size: 16px;
    margin: 10px 0 30px;
  }
  .detail-sharing-list {
    border-color: #000000;
    padding-top: 36px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .detail-sharing-item {
    width: 324px;
    height: 182px;
    margin-bottom: 22px;
    border-radius: 0;
  }
  .detail-sharing-item + .detail-sharing-item {
    margin-top: 0;
  }
  .detail-sharing-pic-name {
    line-height: 24px;
  }
  .pic-name-img {
    width: 15px;
    height: 15px;
  }
  .brand-detail-more {
    margin-top: 76px;
  }
  .detail-more-previous-button,
  .detail-more-next-button {
    width: 212px;
    height: 40px;
    font-size: 20px;
  }
  .previous-button-img {
    width: 28px;
    height: 14px;
  }
  .detail-more-title {
    display: none;
  }
  .brand-detail-return {
    width: auto;
  }
  .brand-detail-return .line {
    display: none;
  }
  .brand-detail-return .txt {
    width: 212px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
  }
  .detail-more-previous-button {
    margin-right: 0;
  }
  .detail-more-next-button {
    margin-left: 0;
  }
}