.header {
  margin-bottom: 0px;
}

.chanel-banner {
  background: var(--theme-color);
  min-width: 1120px;
}

.chanel-banner .chanel-banner-inner {
  width: 1120px;
  margin: 0px auto;
  padding-bottom: 50px;
}

.crumb-nav {
  display: flex;
  color: #ffffff;
  padding: 20px 0px;
}

.crumb-nav .crumb-item {
  margin-right: 5px;
  color: #ffffff;
}

.crumb-nav .crumb-icon {
  margin-right: 5px;
}

.detail {
  border-radius: 10px;
  background: #ffffff;
  margin: -50px auto 20px auto;
  padding: 50px;
}

.detail .detail-image {
  width: 200px;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.05);
  position: relative;
}

.detail .detail-image::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.detail .detail-image::after {
  content: "";
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.detail .detail-image img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.detail .detail-inner {
  display: flex;
  align-items: self-start;
}

.detail .detail-inner .detail-des {
  flex: 1;
  padding-left: 20px;
}

.detail .detail-inner .detail-des .detail-title {
  padding: 2px 0px;
  font-weight: bold;
  font-size: 18px;
  font-weight: bold;
}

.detail .detail-inner .detail-des .detail-info {
  padding: 2px 0px;
}
