.CabDetHead {
  width: 95%;
  margin: 4rem auto 0.625rem;
}

.CabDetHeadT {
  display: flex;
  align-items: flex-start;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
}

.CabDetHeadTit {
    max-width: 70%;
    color: #333;
    font-size: 1.1rem;
    display: inline-block;
    margin-right: 1rem;
    font-weight: 600;
}

.CabDetHeadBtn {
    color: #3aa0ff;
    font-size: 0.875rem;
    display: inline-block;
}

.CabDetHeadBtn img {
  width: 1rem;
  height: 1rem;
}

.CabDetHeadPar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #666666;
  gap: 0.1rem 0.25rem;
}

.CabDetHeadPar div {
  font-size: 0.875rem;
}

.DetImg {
  width: 96%;
  margin: 0.625rem auto;
  background: #f8f8f8;
  border-radius: 0.5rem;
  box-sizing: border-box;
  padding: 0.5rem;
}

.DetImgTxt {
    font-size: 0.875rem;
    color: #333;
    margin: 0.5rem 0;
}

.DetImgDX {
  width: 100%;
  box-sizing: border-box;
}

.DetImgDVideo {
    display: none;
    width: 100%;
    height: 13rem;
    border-radius: 0.25rem;
    margin-bottom: 0.625rem;
    background: #fff;
    display: block;
}

    .DetImgDVideo video {
        width: 100%;
        height: 13rem;
        border-radius: 0.25rem;
    }

.DetImgDImg {
  width: 100%;
  height: 13rem;
  background: #fff;
  border-radius: 0.25rem;
  margin-bottom: 0.625rem;
}

.DetImgD {
  width: 100%;
  height: 13rem;
  border-radius: 0.25rem;
  /*object-fit: cover;*/
}

.DetImgX {
  padding: 0.25rem;
  border-radius: 0.5rem;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  height: 5.5rem;
  display: flex;
  overflow-x: auto;
  -ms-overflow-style: none; /* IE 和 Edge */
  scrollbar-width: none; /* 火狐 */
  gap: 0.25rem;
}

.DetImgXIt {
  flex-shrink: 0;
  box-sizing: border-box;
  width: 7rem;
  height: 5rem;
  border-radius: 0.25rem;
  transition: border 0.3s;
}

.DetImgXIt.active {
  border: 0.125rem solid #3aa0ff;
}
