@charset "UTF-8";
html,
body {
  margin: 0;
  padding: 0;
  color: #292b2d;
  background-color: #fff;
  font-family: "Microsoft YaHei", 微软雅黑, Arial, sans-serif !important;
}
*{
  color: #292b2d !important;
}
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
ul,
ol,
dl,
dd {
  margin: 0;
  padding: 0;
}

.detail .banner {
  position: relative;
}
.detail .banner img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail .banner .logo *{
  color: #fff !important;
}
.detail .banner .logo {
  position: absolute;
  top: 45%;
  left: 60%;
  width: 80%;
  transform: translate(-60%, -50%);
  word-wrap: break-word;
}
.detail .banner .logo .power {
  font-size: 20pt;
  font-weight: 700;
}
.detail .banner .logo .setup {
  font-size: 22px;
}
.detail .items {
  padding-inline: 14vw;
  padding-top: 8vh;
}
.detail .items h1 {
  padding-block: 50px;
  margin: 0px 0px 10px;
  padding: 0px;
  font-size: 40px;
}
.detail .items .offer .content {
  display: flex;
  gap: 40px;
}
.detail .items .offer .content .img {
  flex: 1;
}
.detail .items .offer .content .img img {
  min-height: 300px;
  max-width: 100%;
  max-height: 100%;
}
.detail .items .offer .content .text {
  flex: 1;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  flex-direction: column;
}
.detail .items .offer .content .text .p1 {
  margin-bottom: 20px;
  font-size: 12pt;
  word-break: break-all;
  white-space: pre-wrap;
}
.detail .items .features{
  margin-top: 50px;
}

.detail .items .series .seriesImg {
  position: relative;
  height: 40.5vw;
}
.detail .items .series .seriesImg .img {
  width: 100% !important;
  height: 40.5vw;
  background-image: url(./img/2.jpg);
  background-size: 100% 100%;
}
.detail .items .series .seriesImg .position {
  position: absolute;
  display: block;
  width: 20%;
}
.detail .items .series p {
  line-height: 24px;
  font-size: 1vw;
}
.detail .items .series h4 {
  line-height: 3vw;
  font-weight: 700;
  font-size: 1.4vw;
  color: #fff;
  margin-bottom: 10px;
}
.detail .items .series .p1 {
  left: 6vw;
  top: 10.8vw;
}
.detail .items .series .p2 {
  left: 5.5vw;
  top: 30.6vw;
}
.detail .items .series .p3 {
  right: 1.5vw;
  top: 10.8vw;
}
.detail .items .series .p4 {
  top: 20.5vw;
  right: -4vw;
}
.detail .items .series .p5 {
  top: 30.4vw;
  right: 2.5vw;
}
.detail .items .advantages :nth-child(even) {
  flex-direction: row-reverse;
}
.detail .items .advantages .content {
  display: flex;
  gap: 100px;
  margin-bottom: 50px;
}
.detail .items .advantages .content .img {
  flex: 1;
}
.detail .items .advantages .content .img img {
  width: 100%;
}
.detail .items .advantages .content .text {
  flex: 1;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.detail .items .advantages .content .text h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 24px;
}
.detail .items .advantages .content .text li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

@media screen and (max-width: 760px) {
  table{
    background-color: rgb(255, 255, 255);
    width: 100vw;
    text-align: center;
    overflow: auto;
    display: block;
  }
  .detail .banner .logo {
    width: 90%;
  }
  .detail .banner .logo .power {
    font-size: 2.25rem !important;
    font-weight: 700;
  }
  .detail .banner .logo .setup {
    font-size: 1.8rem !important;
  }
  .detail .items {
    padding-inline: 6vw;
    padding-top: 2vh;
  }
  .detail .items h1 {
    font-size: 30px;
    padding-block: 30px;
  }
  .detail .items .offer .content {
    flex-direction: column;
  }
  .detail .items .offer .content .text {
    font-size: 14px;
    line-height: normal;
  }
  .detail .items .features p {
    font-size: 14px;
    line-height: normal;
  }
  .detail .items .series .seriesImg .img {
    background-image: url(./img/3.jpg);
    height: 100%;
  }
  .detail .items .series p {
    font-size: 1vw;
    line-height: normal;
  }
  .detail .items .series h4 {
    font-weight: 700;
    font-size: 1.4vw;
    color: #292b2d;
    line-height: normal;
  }
  .detail .items .advantages .content {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
  .detail .items .advantages .content .text h3 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 20px;
  }
  .detail .items .advantages .content .text li {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 10px;
  }
  .detail .items .advantages .content .text ul {
    padding-left: 6vw;
  }
}/*# sourceMappingURL=detail.css.map */
.detail .card-label *{
  color: #051c96 !important;
}
.detail .card-label {
  background-color: #fafafc;
  font-size: 20px;
  text-align: left;
  margin: 10px 0px;
  margin-inline: 14vw;
}
.crumb {
  align-items: center;
  display: flex;
  padding: 10px 5px;
}
.crumb-item.fa-angle-double-right:before {
  margin: 6px;
}