.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;
  margin-bottom: 3.2rem;
  background-color: #ffffff;
}
.details .breadcrumbbox {
  padding-left: 1.3rem;
  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;
  padding-left: 1.3rem;
}
.details h6 {
  padding-left: 1.3rem;
  margin-top: 0.7rem;
  font-weight: 400;
  font-size: 1.4rem;
  color: #5f6167;
}
.details .simpleinfo {
  padding-left: 1.3rem;
  margin-top: 1rem;
  font-weight: 400;
  font-size: 1.4rem;
  color: #5f6167;
}
.details .show_img_box {
  height: 50.3rem;
  box-sizing: border-box;
  padding-top: 3.3rem;
  padding-bottom: 3.3rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.details .show_img_box .bigbox {
  transition: all 0.5s;
  width: 76.1rem;
  height: 43.7rem;
  margin-right: 3.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_img_box .bigbox img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.details .show_img_box .rightchoose {
  padding-top: 1rem;
  width: 22.1rem;
}
.details .show_img_box .rightchoose .takeshow {
  opacity: 1 !important;
}
.details .show_img_box .rightchoose .itemimg {
  transition: all 0.5s;
  opacity: 0.6;
  cursor: pointer;
  width: 100%;
  height: 12.7rem;
  background-color: #f9f9f9;
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 1.9rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.details .show_img_box .rightchoose .itemimg img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
}
.details .show_small_img_box {
  margin-top: 3rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.details .show_small_img_box .block {
  width: 27.6rem;
}
.details .show_small_img_box .block .imgbox {
  width: 100%;
  height: 20.3rem;
  background-color: #f9f9f9;
  border-radius: 1rem;
  margin-bottom: 0.9rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.details .show_small_img_box .block .imgbox img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.details .show_small_img_box .block .text1 {
  padding-left: 1rem;
  font-weight: 800;
  font-size: 1.4rem;
  color: #3b3b43;
  margin-bottom: 0.3rem;
}
.details .show_small_img_box .block .text2 {
  padding-left: 1rem;
  font-weight: 400;
  font-size: 1.2rem;
  color: #3b3b43;
}
