.header {
  background-color: #1c212b;
  border-bottom: none;
}
@media (min-width: 1200px) {
  .details .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 120rem;
    box-sizing: border-box;
  }
}
.details {
  margin-top: 72px;
}
.details .breadcrumbbox {
  padding-top: 3.8rem;
  padding-bottom: 3.3rem;
  font-weight: 800;
  font-size: 1.4rem;
  color: #2f333c;
  line-height: 20px;
}
.details .breadcrumbbox span {
  margin-left: 1.5rem;
  color: #196cff;
}
.details h2 {
  font-weight: 800;
  font-size: 2.4rem;
  color: #2f333c;
  margin-bottom: 2.8rem;
}
.details .detail_info_introuction div {
  margin-bottom: 1.8rem;
  font-weight: 400;
  font-size: 1.4rem;
  color: #5f6167;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.details .detail_info_introuction div p {
  flex-shrink: 0;
  width: 7rem;
}
.details .detail_info_introuction div span {
  flex-shrink: 0;
  flex: 1;
}
.details .show_there_img {
  margin-top: 4.4rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding-bottom: 4.7rem;
}
.details .show_there_img .bgimg {
  margin-right: 3rem;
  flex: 1;
  height: 31.9rem;
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: #f9f9f9;
}
.details .show_there_img .bgimg:nth-last-child(1) {
  margin-right: 0;
}
.details .show_there_img .bgimg img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
