@charset "UTF-8";
.tabs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-top: 0.9867rem;
}
.tabs-container h1 {
  margin-bottom: 0.68rem;
}

.tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.12rem;
     -moz-column-gap: 0.12rem;
          column-gap: 0.12rem;
  margin: 0 auto;
}

.tab-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.2533rem;
  height: 1.3067rem;
  border: 0.0267rem solid #3A76FF;
  background-color: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
}
.tab-btn:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.tab-btn .img {
  width: 0.8rem;
  height: 0.8rem;
  overflow: hidden;
}
.tab-btn .img > img {
  width: 100%;
  height: 100%;
}
.tab-btn > p {
  font-size: 0.24rem;
  line-height: 0.2933rem;
  color: #000;
  font-weight: 400;
  text-align: center;
}
.tab-btn.active {
  border-color: transparent;
}
.tab-btn.active > p {
  color: #345AFF;
  font-weight: bold;
}

.tab-pane {
  display: none;
}

.tab-wrapper h2 {
  text-align: center;
  font-size: 0.5867rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 0.8533rem;
}
.tab-wrapper h2.lt {
  text-align: left;
}
.tab-wrapper .tag-icon {
  margin-left: 0.2933rem;
}
.tab-wrapper .tab-wrap .tab-txt {
  padding: 0 0.5867rem;
}
.tab-wrapper .tab-wrap .tab-img {
  padding: 0 0.32rem;
  margin-top: 0.6533rem;
}
.tab-wrapper .tab-wrap .tab-img > img {
  width: 100%;
  height: auto;
  -o-object-fit: fill;
     object-fit: fill;
}
.tab-wrapper p {
  text-align: justify;
}

.tag-icon {
  display: inline-block;
  height: 0.64rem;
  padding-left: 0.2267rem;
  padding-right: 0.24rem;
  line-height: 0.64rem;
  letter-spacing: 0.13em;
  font-size: 0.4267rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#345AFF), to(#457AFF));
  background: linear-gradient(0deg, #345AFF 0%, #457AFF 100%);
  border-radius: 0.32rem 0.32rem 0.32rem 0;
}
.tag-icon.plr19 {
  padding-left: 19px;
  padding-right: 19px;
}

.tag-icon2 {
  display: inline-block;
  height: 0.4533rem;
  padding-left: 0.36rem;
  padding-right: 0.4533rem;
  font-size: 0.2933rem;
  line-height: 0.4533rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #486AFF;
  border-radius: 0.32rem 0.0667rem 0.32rem 0.0667rem;
}

.tag-icon3 {
  display: inline-block;
  padding: 0.0667rem 0.3867rem 0.0667rem 0.2933rem;
  font-size: 0.2533rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #486AFF;
  border-radius: 0.2667rem 0.0533rem 0.2667rem 0.0533rem;
}

/** led内页样式 */
.tab-led-wrapper {
  padding-top: 1.2533rem;
  padding-bottom: 0.7333rem;
}

.tab-led-wrapper1 {
  padding-top: 1.4533rem;
  padding-bottom: 1.4rem;
}
.tab-led-wrapper1 .tab-led-wrap {
  padding: 0 0.32rem;
}
.tab-led-wrapper1 .tab-led-wrap .tab-led-lt .p2 {
  padding-left: 0.24rem;
  padding-right: 2rem;
  margin-top: 0.6rem;
}
.tab-led-wrapper1 .tab-led-wrap .tab-led-lt > .img {
  margin-top: 0.44rem;
  width: 100%;
}
.tab-led-wrapper1 .tab-led-wrap .tab-led-lt > .img > img {
  width: 100%;
  height: auto;
  -o-object-fit: fill;
     object-fit: fill;
}
.tab-led-wrapper1 .tab-led-wrap .tab-led-rt {
  margin-top: 0.9067rem;
  padding: 0 0.52rem;
}
.tab-led-wrapper1 .tab-led-wrap .tab-led-rt li {
  position: relative;
  padding-left: 0.32rem;
  text-align: justify;
  font-size: 0.2667rem;
  line-height: 0.4rem;
}
.tab-led-wrapper1 .tab-led-wrap .tab-led-rt li::before {
  position: absolute;
  left: 0;
  top: 0.16rem;
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background-color: #000;
  border-radius: 50%;
}
.tab-led-wrapper1 .tab-led-wrap .tab-led-rt li + li {
  margin-top: 0.48rem;
}

.tab-led-wrapper2 {
  padding-top: 1.2533rem;
  padding-bottom: 1.3333rem;
}
.tab-led-wrapper2 .tab-led-wrap {
  padding: 0 0.32rem;
}
.tab-led-wrapper2 .tab-led-wrap .p2 {
  padding-left: 0.24rem;
  padding-right: 1.3333rem;
  margin-top: 0.6rem;
}
.tab-led-wrapper2 .tab-led-wrap .tab-img {
  text-align: center;
  width: 100%;
  margin-top: 0.48rem;
}
.tab-led-wrapper2 .tab-led-wrap .tab-img > img {
  width: 100%;
}
.tab-led-wrapper2 .tab-led-wrap .tab-img .mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 0.2267rem;
}
.tab-led-wrapper2 .tab-led-wrap .tab-img .mark span {
  font-size: 0.1733rem;
  font-weight: bold;
  color: #000;
  line-height: 0.2267rem;
}
.tab-led-wrapper2 .tab-led-wrap .tab-img .mark span.normal {
  font-weight: 400;
}
.tab-led-wrapper2 .tab-led-wrap .tab-txt-wrapper {
  margin-top: 1.3067rem;
}
.tab-led-wrapper2 .tab-led-wrap .tab-txt-wrapper .tab-txt-wrap {
  padding: 0 0.5333rem;
  margin-top: 0.88rem;
}
.tab-led-wrapper2 .tab-led-wrap .tab-txt-wrapper .tab-txt-wrap > p {
  line-height: 0.48rem;
  font-size: 0.32rem;
}
.tab-led-wrapper2 .tab-led-wrap .tab-txt-wrapper h3 {
  margin-top: 0.1733rem;
  margin-bottom: 0.16rem;
  font-weight: bold;
  font-size: 0.3733rem;
  line-height: 0.48rem;
  color: #000;
}

/* 此样式有共用 */
.tab-case-wrapper {
  padding: 1.4533rem 0.32rem 2.7333rem;
}
.tab-case-wrapper .tab-led-case-wrapper {
  margin-top: 0.0267rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tab-case-wrapper .tab-led-case-wrapper > div {
  width: calc(50% - 0.1333rem);
  margin-top: 0.5333rem;
}
.tab-case-wrapper .tab-led-case-wrapper > div > img {
  width: 100%;
}

/* lcd 内页样式 */
.tab-lcd-wrapper {
  padding-top: 1.2533rem;
  padding-bottom: 1.3333rem;
}

.tab-lcd-wrapper1 {
  padding: 1.4533rem 0.32rem 1.6533rem;
}
.tab-lcd-wrapper1 .tab-lcd-lt {
  margin-top: 1.0667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tab-lcd-wrapper1 .tab-lcd-lt .img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tab-lcd-wrapper1 .tab-lcd-lt .img-wrapper .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tab-lcd-wrapper1 .tab-lcd-lt .img-wrapper .img-wrap > img {
  width: 1.32rem;
  height: 1.32rem;
}
.tab-lcd-wrapper1 .tab-lcd-lt .img-wrapper .img-wrap > p {
  margin-top: 0.2rem;
  font-size: 0.28rem;
  line-height: normal;
  color: #000;
}
.tab-lcd-wrapper1 .tab-lcd-lt .img-block {
  width: 100%;
  margin-top: 0.6133rem;
}
.tab-lcd-wrapper1 .tab-lcd-lt .img-block > img {
  width: 100%;
}
.tab-lcd-wrapper1 .tab-lcd-rt {
  margin-top: 1.0667rem;
}
.tab-lcd-wrapper1 .tab-lcd-rt .txt-wrap {
  margin-top: 0.8667rem;
  padding: 0 0.2667rem 0 0.2667rem;
}
.tab-lcd-wrapper1 .tab-lcd-rt .txt-wrap h3 {
  display: inline-block;
  margin-bottom: 0.28rem;
  padding: 0.0533rem 0.8267rem;
  font-size: 0.3067rem;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #486AFF;
  border-radius: 0.28rem 0.0533rem 0.28rem 0.0533rem;
}
.tab-lcd-wrapper1 .tab-lcd-rt .txt-wrap > p {
  position: relative;
  padding-left: 0.32rem;
  font-size: 0.32rem;
  line-height: 0.5867rem;
  text-align: justify;
}
.tab-lcd-wrapper1 .tab-lcd-rt .txt-wrap > p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.24rem;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  background-color: #000;
}

.tab-lcd-wrapper2 {
  padding: 1.5067rem 0.6rem 1.64rem;
}
.tab-lcd-wrapper2 .tab-lcd-wrap .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.6267rem;
}
.tab-lcd-wrapper2 .tab-lcd-wrap .img-wrap .txt {
  margin-right: 0.36rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.tab-lcd-wrapper2 .tab-lcd-wrap .img-wrap .txt h3 {
  margin-top: 0.12rem;
  font-size: 0.2933rem;
  line-height: 0.32rem;
  color: #000;
  font-weight: bold;
}
.tab-lcd-wrapper2 .tab-lcd-wrap .img-wrap .txt > p {
  line-height: 0.3867rem;
  margin-top: 0.16rem;
  font-size: 0.2533rem;
  text-align: justify;
}
.tab-lcd-wrapper2 .tab-lcd-wrap .img-wrap > img {
  width: 4.5467rem;
  height: 3.7467rem;
}

.tab-lcd-wrapper3 {
  padding: 1.36rem 0.32rem 1.24rem;
}
.tab-lcd-wrapper3 > h2 {
  padding-left: 0.2667rem;
}
.tab-lcd-wrapper3 .tab-lcd-wrap h3 {
  font-size: 0.3733rem;
  line-height: 0.64rem;
  color: #333;
  font-weight: 400;
  padding-left: 0.2667rem;
}
.tab-lcd-wrapper3 .tab-lcd-wrap .tab-lcd-lt {
  margin-top: 0.5333rem;
}
.tab-lcd-wrapper3 .tab-lcd-wrap .tab-lcd-lt > img {
  width: 100%;
}
.tab-lcd-wrapper3 .tab-lcd-wrap .tab-lcd-rt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tab-lcd-wrapper3 .tab-lcd-wrap .tab-lcd-rt .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.8rem;
  width: 54%;
}
.tab-lcd-wrapper3 .tab-lcd-wrap .tab-lcd-rt .img-wrap > img {
  display: block;
  width: 1.1867rem;
  height: 1.1867rem;
  margin-right: 0.5467rem;
}
.tab-lcd-wrapper3 .tab-lcd-wrap .tab-lcd-rt .img-wrap p {
  margin-top: 0.1733rem;
  line-height: 0.4133rem;
  font-size: 0.2933rem;
}

/* dlp内页样式 */
.tab-dlp-wrapper {
  padding-top: 1.2533rem;
  padding-bottom: 1.12rem;
}
.tab-dlp-wrapper .tab-img {
  width: 100%;
}

.tab-dlp-wrapper1 {
  padding: 1.2933rem 0.32rem 1.48rem;
}
.tab-dlp-wrapper1 h2 {
  text-align: left;
  margin-bottom: 0.6rem;
}
.tab-dlp-wrapper1 .img-block > img {
  width: 100%;
}
.tab-dlp-wrapper1 .rt-wrap {
  margin-top: 0.8667rem;
  padding-left: 0.2667rem;
}
.tab-dlp-wrapper1 .rt-wrap:first-child {
  margin-top: 0.9867rem;
}
.tab-dlp-wrapper1 .rt-wrap > p {
  position: relative;
  padding-left: 0.2667rem;
  margin-top: 0.2667rem;
  font-size: 0.32rem;
  line-height: 0.48rem;
}
.tab-dlp-wrapper1 .rt-wrap > p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2133rem;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background-color: #000;
}

.tab-dlp-wrapper2 {
  padding: 1.56rem 0.32rem 0.88rem;
}
.tab-dlp-wrapper2.pb {
  padding-bottom: 2.72rem;
}
.tab-dlp-wrapper2 h2 {
  margin-bottom: 0.5067rem;
}
.tab-dlp-wrapper2 .img-wrap {
  margin-top: 0.6933rem;
}
.tab-dlp-wrapper2 .img-wrap > img {
  display: block;
  width: 100%;
}
.tab-dlp-wrapper2 .img-wrap > img + img {
  margin-top: 0.2rem;
}

/* 产品组件内页样式 */
.tab-component-wrapper {
  padding: 0.9733rem 0.32rem 2.6667rem;
}
.tab-component-wrapper .img-block > img {
  width: 100%;
}
.tab-component-wrapper p {
  text-align: justify;
}
.tab-component-wrapper h3 {
  font-size: 0.48rem;
  color: #000;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 0.4rem;
}
.tab-component-wrapper .txt-wrap {
  padding: 0.5067rem 0.4rem;
}