#IpDetails {
  margin-top: 70px;
  margin-bottom: 0.48rem;
}

#IpDetails .detailsInfo {
  width: 12rem;
  margin: auto;
  padding-top: 0.53rem;
}

#IpDetails .detailsInfo>h2 {
  font-weight: 600;
  font-size: 22px;
  color: #222222;
  text-align: center;
  margin-bottom: 0.41rem;
  position: relative;
}

#IpDetails .detailsInfo>h2::after,
#IpDetails .detailsInfo>h2::before {
  content: "";
  position: absolute;
}

#IpDetails .detailsInfo>h2::after {
  width: 1.5rem;
  height: 1px;
  background-color: #e5e5e5;
  left: calc(50% - 0.75rem);
  bottom: -0.23rem;
}

#IpDetails .detailsInfo>h2::before {
  width: 6px;
  height: 6px;
  background-color: #666666;
  left: calc(50% - 3px);
  bottom: -0.26rem;
  z-index: 1;
  transform: rotate(45deg);
}

#IpDetails .detailsInfo .collaborate {
  text-align: center;
}

#IpDetails .detailsInfo .collaborate button {
  background-color: #2858f8;
  width: 1.14rem;
  height: 0.36rem;
  line-height: 0.36rem;
  border-radius: 4px;
  color: #ffffff;
}

#IpDetails .detailsInfo .collaborate button .iconfont {
  font-size: 14px;
}

#IpDetails .detailsInfo .collaborate button:active {
  opacity: 0.75;
}

#IpDetails .detailsInfo .tags {
  border-bottom: 1px solid #eeeeee;
  padding: 0.16rem 0;
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  position: relative;
}

#IpDetails .detailsInfo .tags div {
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  cursor: pointer;
}

#IpDetails .detailsInfo .tags div.active {
  font-weight: 600;
  color: #222222;
}

#IpDetails .detailsInfo .tags div:not(:last-child) {
  margin-right: 0.3rem;
}

#IpDetails .detailsInfo .tags .line {
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 0.68rem;
  bottom: -1px;
  left: 0;
  background-color: #2858f8;
  border-radius: 1.5px;
  transition: all 0.3s ease;
}

.tabContent {
  padding-top: 0.24rem;
  display: none;
}

.tabContent.active {
  display: block;
}

.brandIntroduction .highlights {
  font-weight: 400;
  font-size: 13px;
  color: #333649;
  line-height: 18px;
  text-align: left;
  margin-bottom: 0.15rem;
}

.brandIntroduction img {
  width: 100%;
}

.ipApplication .applicationList,
.businessCase .caseList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 24px;
}

.ipApplication .applicationItem,
.businessCase .caseItem {
  cursor: pointer;
  overflow: hidden;
}

.ipApplication .applicationItem img,
.businessCase .caseItem img {
  width: 100%;
  height: 2.14rem;
  border-radius: 4px;
  object-fit: cover;
}

.ipApplication .applicationItem p,
.businessCase .caseItem p {
  margin-top: 0.16rem;
  font-weight: 400;
  font-size: 14px;
  color: #333649;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/* IP应用图弹框详情 */
.ipAppDetail,
.ipCaseDetail {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2000;
  align-items: center;
  justify-content: center;
  display: none;
}

.ipAppDetail .dialogContainter,
.ipCaseDetail .dialogContainter {
  position: relative;
  width: 8.2rem;
  height: 83vh;
  background-color: #ffffff;
  border-radius: 12px;
  padding-top: 0.32rem;
  display: flex;
  flex-direction: column;
}

.ipAppDetail .dialogCloseBtn,
.ipCaseDetail .dialogCloseBtn {
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background-color: #ffffff5d;
  position: absolute;
  color: #ffffff;
  top: 0;
  right: -0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.appDetailContent h3 {
  font-weight: 600;
  font-size: 26px;
  color: #222222;
  text-align: center;
  margin-bottom: 24px;
}

.appDetailContent {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.appDetailContent .detailsContent {
  flex: 1;
  overflow: auto;
  padding: 0 0.24rem 0.24rem;
}

.appDetailContent .detailsContent .creativeDesc {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #333649;
  margin-bottom: 24px;
}

.appDetailContent .detailsContent .worksInfo {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.appDetailContent .detailsContent .worksInfo .worksInfoItem:nth-child(1) {
  margin-right: 0.59rem;
}

.appDetailContent .detailsContent .worksInfo span:nth-child(1) {
  color: #999999;
}

.appDetailContent .detailsContent .worksInfo span:nth-child(2) {
  color: #333649;
}

.appDetailContent .detailsContent .worksDetail img {
  width: 100%;
}

.sectionLabel {
  position: relative;
  color: #333649;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  line-height: 100%;
  margin-bottom: 12px;
}

.sectionLabel::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #2858F81c;
  z-index: 1;
  top: -2px;
  right: -6px;
}

/* 商业应用图弹框详情 */
.caseDetailContent {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 0.24rem 0.24rem;
}

.caseDetailContent .detailContent {
  flex: 1;
  overflow: auto;
  font-size: 0;
}

.caseDetailContent .detailContent video {
  width: 100%;
  height: 100%;
}

.caseDetailContent .detailContent img {
  max-width: 100%;
}

.caseDetailContent h3 {
  font-weight: 600;
  font-size: 26px;
  color: #222222;
  text-align: center;
  margin-bottom: 24px;
}

.detailsInfo .intro {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
}

/* 展开收起 */
.text-wrap {
  display: flex;
  position: relative;
  width: 100%;
}

.expand {
  font-size: 90%;
  line-height: 10px;
  padding: 0 10px;
  color: #2858f8;
  cursor: pointer;
  float: right;
  clear: both;
  display: none;
}

.expand::after {
  content: '展开';
  position: absolute;
  width: 32px;
  bottom: 28px;
  right: 0;
}

.text-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  --trunk: false;
  animation: check 1s;
  animation-timeline: scroll(self);
  margin-bottom: 20px;
}

.text-content::before {
  content: '';
  float: right;
  height: 48px;
}

.text-wrap:has(:checked) .text-content {
  -webkit-line-clamp: 999 !important;
}

.text-wrap:has(:checked) .expand::after {
  content: '收起';
}

.text-wrap:has(:checked) .expand {
  display: initial;
}

@keyframes check {

  from,
  to {
    --trunk: true;
  }
}

@container style(--trunk: true) {
  .expand {
    display: initial;
  }
}

/* 提交成功弹框 */
.successDialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2000;
  align-items: center;
  justify-content: center;
  display: none;
}

.successDialog .dialogContainter {
  width: 376px;
  height: 277px;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.successDialog .dialogContainter .iconfont {
  font-size: 0.58rem;
  color: #2858f8;
  margin-top: 48px;
}

.successDialog .dialogContainter p:nth-of-type(1) {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  text-align: center;
  margin-top: 7px;
}

.successDialog .dialogContainter p:nth-of-type(2) {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 26px;
  text-align: center;
  margin-top: 10px;
}

.successDialog .dialogContainter button {
  width: 104px;
  height: 38px;
  background: #2858F8;
  border-radius: 2px;
  color: #ffffff;
  margin-top: 36px;
}