/* product */
.pro-show {
  background-color: #f1f1f1;
  padding: 1rem 0;
  line-height: 1.66;
  font-size: 16px;
}

.pro-show .text h2 {
  font-size: 40px;
  color: #304d67;
  margin-bottom: 32px;
}
.pro-show .text span.tag {
  background-color: #30b2be;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  padding: 0 12px;
  border-radius: 7px;
  text-align: center;
  margin-right: 10px;
}
.pro-show .text .series {
  margin-bottom: 20px;
}
.pro-show .text .series a {
  margin-right: 12px;
  font-size: 18px;
}
.pro-show .text .series a.active {
  color: #30b2be;
}
.pro-show .text .key-data {
  margin-bottom: 20px;
}
.pro-show .text .key-data .feed {
  margin-right: 26px;
}
.pro-show .text .contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 7px;
  margin-right: 20px;
  width: 30%;
}
.pro-show .text .contact a img {
  margin-right: 10px;
}

.pro-show .text .contact a:nth-child(1) {
  background: #25d366;
}
.pro-show .text .contact a:nth-child(2) {
  background: #30b2be;
}

.pro-show .text .contact a:nth-child(3) {
  border: 1px solid #30b2be;
  color: #30b2be;
  margin-right: 0;
}
.pro-show .text p {
  margin-top: 20px;
}
.pro-detail {
  margin-top: 1rem;
}
.pro-detail .class-tit {
  margin-bottom: 0.5rem;
}
.pro-detail .pro-principle .class-tit {
  margin-top: 0;
}
.pro-detail .pro-principle p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 20px;
}
.pro-detail .pro-principle img {
  max-width: 100%;
}

.pro-detail .pro-feature img {
  width: 32%;
}
.pro-detail .pro-feature ul {
  /* margin-top: 28px; */
  counter-reset: my;
}
.pro-detail .pro-feature ul li {
  font-size: 16px;
  line-height: 1.8;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.pro-detail .pro-feature ul li::before {
  counter-increment: my;
  content: "0" counter(my);
  background-color: #30b2be;
  color: #fff;
  border-radius: 7px;
  width: 30px;
  text-align: center;
  padding: 3px 0px;
  font-size: 28px;
  font-weight: 500;
  margin-right: 20px;
  line-height: 1;
  font-family: Haettenschweiler;
  flex-shrink: 0;
}

.pro-detail .pro-argument {
  overflow: hidden;
}
.pro-detail .pro-argument .table table,
.pro-detail .pro-argument .table table td,
.pro-detail .pro-argument .table table th {
  border: 1px solid #fff;
}
.pro-detail .pro-argument .table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.pro-detail .pro-argument .table table td,
.pro-detail .pro-argument .table table th {
  height: 48px;
  text-align: center;
  padding: 0 5px;
  word-break: break-all;
}
.pro-detail .pro-argument .table table th {
  background-color: #30b2be;
  color: #fff;
  font-weight: 500;
}
.pro-detail .pro-argument .table table tr:nth-child(2n) {
  background-color: #e3e4e4;
}
.pro-detail .pro-argument .table table tr:nth-child(2n + 1) {
  background-color: #f2f2f2;
}
.pro-detail .right h2 {
  font-size: 24px;
  margin: 0 0 30px;
}
.pro-detail .right .case {
  margin-bottom: 42px;
}
.pro-detail .right .case h2 {
  margin-top: 12px;
}
.pro-detail .right .case a {
  position: relative;
  margin-bottom: 12px;
  width: 100%;
}
.pro-detail .right .case a h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(48, 77, 103, 0.5);
  color: #fff;
  font-weight: 500;
  padding: 12px 3px;
}
.pro-detail .right .scroll-fixed {
  /* padding-top: 42px; */
  background-color: #fff;
}
.pro-detail .right .scroll-fixed.fixed {
  top: 0;
  z-index: 1000;
}
.pro-detail .right .pro-nav ul.first > li {
  margin-bottom: 10px;
}
.pro-detail .right .pro-nav ul.first > li > a {
  font-size: 18px;
  color: #304d67;
  width: 100%;
  line-height: 50px;
  background-color: #f1f1f1;
  border-radius: 15px;
  padding-left: 20px;
  position: relative;
}
.pro-detail .right .pro-nav ul.first > li > a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: all 0.3s;
}
.pro-detail .right .pro-nav ul.first > li > a.active img {
  transform: translateY(-50%) rotate(180deg);
}
.pro-detail .right .pro-nav ul.first > li ul {
  display: none;
}
.pro-detail .right .pro-nav ul.first > li ul a {
  color: #999;
  line-height: 2;
  width: 100%;
  padding-left: 22px;
}

.pro-detail .right .contact a {
  padding: 28px 18px 28px 60px;
  font-size: 36px;
  color: #30b2be;
  background-color: #f1f1f1;
  border-radius: 15px;
  background: #f1f1f1 url(../images/2-8.png) no-repeat 20px center;
  font-weight: 600;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
}
.pro-detail .right .contact .item {
  max-width: 49.5%;
}
.pro-detail .right .contact .item .img-box {
  padding: 18px;
  border-radius: 15px;
  background-color: #f4f4f4;
}
.pro-detail .right .contact .item .img-box img {
  max-width: 136px;
}
.pro-detail .right .contact .item span {
  display: block;
  margin-top: 10px;
  text-align: center;
}
/* case */
.case-show h2 {
  font-size: 36px;
  color: #304d67;
  margin-bottom: 24px;
  line-height: 1.4;
}
.case-show .text .contact {
  margin-top: 24px;
}
.case-show .img img {
  max-width: 49%;
}
.case-detail .case-feature p {
  font-size: 16px;
  line-height: 1.5;
}
.pro-popular .item img {
  background-color: #dbe7f5;
}

.pro-popular .item h3 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 16px;
}
.detail-foot-nav {
  margin: 1rem 0 0.5rem;
  color: #999;
  font-size: 16px;
}
.detail-foot-nav a:first-child {
  margin-right: 12px;
}
.detail-foot-nav a:first-child::before {
  content: "<<";
}
.detail-foot-nav a:last-child::after {
  content: ">>";
}

/* news */
.news-tit h2 {
  padding-bottom: 0.32rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.news-detail .left p {
  line-height: 2;
  padding-bottom: 10px;
}
.news-detail .left h3 {
  margin: 12px 0;
}
.news-detail .left ul {
  margin: 12px 0;
}
.news-detail .left ul li {
  line-height: 2;
  padding-bottom: 10px;
}
.news-detail .left img {
  margin: 8px 0;
}
/* solution */
.sol-show .text h2 {
  font-size: 30px;
}
.sol-detail .pro-principle p {
  margin-bottom: 10px;
}
.sol-detail .pro-principle img {
  width: auto;
  max-width: 50%;
}
.pro-case h3 {
  margin-top: 12px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1439px) {
  .pro-show .text span.tag {
    font-size: 16px;
  }
  .pro-show .text .key-data .feed {
    margin-right: 10px;
  }
  .pro-show .text .key-data span.tag {
    margin-right: 0;
  }
  .pro-detail .right .contact a {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .pro-show .text h2 {
    font-size: 32px;
    line-height: 1.2;
  }
  .pro-show .text span.tag {
    font-size: 14px;
    padding: 0 4px;
    border-radius: 4px;
  }
  .pro-show .text .series a {
    font-size: 16px;
  }
  .pro-show .text .key-data span {
    font-size: 14px;
  }
  .pro-show .text .contact a {
    font-size: 14px;
    margin-right: 8px;
    width: 32%;
  }
  .pro-show .text p {
    font-size: 14px;
  }
  .pro-detail .class-tit h2 {
    font-size: 26px;
  }

  .pro-detail .right .pro-nav ul.first > li > a {
    font-size: 14px;
  }
  .pro-detail .right .case a h3 {
    font-size: 14px;
  }
  .pro-detail .right .contact a {
    font-size: 26px;
    padding-left: 50px;
    background-position-x: 12px;
  }
  .pro-detail .right .contact .item .img-box {
    padding: 14px;
  }
  .case-show h2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .pro-show .text {
    margin-bottom: 20px;
  }

  .pro-detail .right .contact .item:first-child {
    margin-right: 30px;
  }
  .case-show h2 {
    font-size: 26px;
  }
  .pro-case h3 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .pro-detail .pro-feature ul li {
    font-size: 14px;
  }
  .pro-detail .pro-principle p {
    font-size: 14px;
  }
  .pro-detail .pro-argument .table {
    overflow-x: scroll;
  }
  .pro-detail .pro-argument .table table {
    table-layout: inherit;
  }
  .pro-detail .pro-argument .table table td,
  .pro-detail .pro-argument .table table th {
    word-break: normal;
  }
  .detail-foot-nav {
    font-size: 14px;
  }
  .case-show h2 {
    font-size: 24px;
  }
  .case-detail .case-feature p {
    font-size: 14px;
  }
  .pro-popular .item h3 {
    font-size: 14px;
  }
  .detail-foot-nav a:first-child {
    margin-bottom: 10px;
  }
  .detail-foot-nav a:last-child::after {
    content: "";
  }
  .detail-foot-nav a:last-child::before {
    content: "<<";
  }
}
@media (max-width: 575px) {
  .pro-show {
    padding: 28px 0;
  }
  .pro-show .text h2 {
    font-size: 24px;
  }
  .pro-show .text .key-data {
    flex-wrap: wrap;
  }
  .pro-show .text .key-data .feed {
    margin-bottom: 5px;
  }
  .pro-show .text .contact {
    flex-wrap: wrap;
  }
  .pro-show .text .contact a {
    width: 45%;
    margin-bottom: 10px;
  }
  .pro-show .text p {
    line-height: 1.4;
  }
  .pro-detail .pro-feature ul li {
    line-height: 1.4;
  }
  .pro-detail .pro-feature ul li::before {
    margin-right: 10px;
  }
  .pro-detail .right h2 {
    font-size: 20px;
  }
  .pro-detail .right .contact .item:first-child {
    margin-right: 10px;
  }
  .case-show h2 {
    font-size: 20px;
    line-height: 1.2;
  }
  .pro-detail .pro-principle img {
    max-width: 100%;
    margin-bottom: 12px;
  }
  .pro-case h3 {
    margin-bottom: 30px;
  }
}
