.common-bg {
  background-image: url("../images/carbonPeixunDetail_bg.jpg");
}

.main-box {
  min-height: calc(100vh - 125px - 265px);
}

.main-box .w1200 {
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
}

.details-box {
  margin-top: -60px;
}

.details-box .breadcrumbs {
  margin: 0;
}

.details-box .breadcrumbs-container {
  padding: 20px 20px 0px 20px;
  border-radius: 16px 16px 0px 0px !important;
}

.details-box .w1200 {
  border-radius: 0px;
}

.details-box .details-wrapper {
  display: flex;
  justify-content: space-between;
}

.details-box .details-wrapper .details-left {
  width: 230px;
  background-color: #fff;
}

.details-box .details-wrapper .details-left .max-img-box {
  width: 100%;
  height: 300px;
  background-color: #fff;
  box-sizing: border-box;
}

.details-box .details-wrapper .details-left .max-img-box img {
  width: 100%;
  height: 100%;
}

.details-box .details-wrapper .details-right {
  flex: 1;
  margin-left: 40px;
}

.details-box .details-wrapper .details-right .right-head {
  display: flex;
  align-items: center;
  height: 66px;
}

.details-box .details-wrapper .details-right .right-head .logo {
  height: 66px;
  width: 66px;
  border-radius: 50%;
  margin-right: 18px;
}

.details-box .details-wrapper .details-right .right-head .title {
  width: 430px;
  flex: 1 1;
  margin-right: 10px;
  font-size: 24px;
  color: #383b40;
  line-height: 28px;
  font-weight: 550;
}

.details-box .details-wrapper .details-right .right-head .btn {
  display: flex;
  align-items: flex-end;
}

.details-box .details-wrapper .details-right .right-head .btn .collect {
  padding: 0 14px;
  height: 32px;
  line-height: 32px;
  color: #383b40;
  border-radius: 2px;
  font-size: 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
}

.details-box .details-wrapper .details-right .right-head .btn .share {
  padding: 0 14px;
  height: 32px;
  line-height: 32px;
  color: #383b40;
  border-radius: 2px;
  font-size: 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
}

.details-box .details-wrapper .details-right .right-head .btn .share:hover {
  color: var(--primary);
}

.details-box .details-wrapper .details-right .right-desc {
  padding-top: 25px;
  width: 760px;
  font-size: 14px;
  color: #383b40;
  text-align: justify;
  line-height: 28px;
}

.details-box .details-wrapper .details-right .right-desc p {
  line-height: 3;
}

.detail-box {
  margin-bottom: 80px;
}

.detail-box .detail-wrapper {
  overflow: hidden;
}

.detail-box .w1200 {
  border-radius: 0px 0px 4px 4px;
}

.detail-box .hr {
  margin: 20px 0px;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum", "tnum";
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.detail-box .detail-desc {
  margin-bottom: 20px;
}

.detail-box .detail-desc .title-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 26px;
}

.detail-box .detail-desc .title-wrapper .title-name {
  position: relative;
  padding: 5px 0px;
  height: 18px;
  line-height: 18px;
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #383b40;
  font-weight: 600;
}

.detail-box .detail-desc .title-wrapper .title-name::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: 4px;
  background: var(--primary-disabled);
}

.detail-box .detail-desc .title-wrapper .right-box {
  display: flex;
  align-items: center;
}
