* {
  margin: 0;
  padding: 0;
}
.container_h5 {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 7.5rem;
  height: auto;
  margin: 0 auto;
  padding-bottom: 0.3rem;
  background: url('img/top_bg.png') no-repeat #fff;
  background-size: contain;
}
.container_h5 .detail_lump {
  position: relative;
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
  padding-top: 0.7rem;
}
.container_h5 .detail_lump .top_pic_bar {
  position: relative;
  width: 6.6rem;
  margin: 0 auto;
  margin-bottom: 0.8rem;
  display: block;
}
.container_h5 .detail_lump .top_pic_bar img {
  width: 100%;
}
.container_h5 .detail_lump .top_pic_bar .title {
  width: 6.6rem;
  font-size: 0.32rem;
  color: #fff;
  position: absolute;
  display: block;
  bottom: -0.6rem;
}
.container_h5 .detail_lump .top_pic_bar .title > span {
  display: block;
  background: #000;
  padding: 0.1rem 0.2rem;
}
.container_h5 .detail_lump .content_lump {
  position: relative;
  width: 6.6rem;
  margin: 0 auto;
  font-size: 0.28rem;
  line-height: 0.36rem;
  display: block;
}
.container_h5 .detail_lump .content_lump   b  {
  font-size: 0.26rem;
  display: block;
  text-align: center;
  color: #fff;
  background: #00bde3;
  width: 2rem;
  height: 0.7rem;
  line-height: 0.7rem;
  border-radius: 0.06rem;
  margin: 0.2rem auto;
  box-shadow: 0 0.03rem 0.05rem #878787;
}
.container_pc {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
  background: url('img/top_bg.png') no-repeat 0 -200px #fff;
  background-size: contain;
}
.container_pc .detail_lump {
  position: relative;
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
}
.container_pc .detail_lump .top_pic_bar {
  position: relative;
  padding-top: 100px;
  width: 1440px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.container_pc .detail_lump .top_pic_bar img {
  width: 720px;
}
.container_pc .detail_lump .top_pic_bar .title {
  font-size: 42px;
  color: #fff;
  position: absolute;
  display: block;
  bottom: -60px;
}
.container_pc .detail_lump .top_pic_bar .title > span {
  display: block;
  background: #000;
  padding: 10px 20px;
}
.container_pc .detail_lump .content_lump {
  position: relative;
  padding-top: 100px;
  width: 1100px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.container_pc .detail_lump .content_lump img {
  width: 528px;
  height: 452px;
}
.container_pc .detail_lump .content_lump p {
  margin-left: 50px;
  font-size: 20px;
  line-height: 32px;
}
.container_pc .detail_lump .content_lump p >span b {
  display: block;
  text-align: center;
  color: #fff;
  background: #00bde3;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  margin: 10px auto;
  box-shadow: 0 3px 5px #878787;
}
