﻿.cpjs{font-size: 14px!important;;
line-height: 24px!important;;
padding-bottom: 20px;
border-bottom: 1px solid #EEEEEE;}

.knowledgefont{color:#959ea6 !important;font-size: 14px;}
.fwtx {
  padding: 0px 10px;
  margin-top: -1rem;
  line-height: 1.6;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #68747f;
  text-align: left;
}
.card {
  display: block;
}

.card .title {
  font-size: 20px;
  color: #3e464c;
}

.card .title.is-6 {
  font-size: 1rem;
}

.section.introduce {
  background: url('img/dengbao-bg.png') center no-repeat;
  font-family: PingFangSC;
  font-size: 14px;
  background-size: cover;
}

.section.features .list {
  margin-top: 10px;
}

.section.features .card {
  padding: 32px 30px 30px;
  border: none;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), 0 10px 20px 0 rgba(76, 94, 112, 0.05);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), 0 10px 20px 0 rgba(76, 94, 112, 0.05);
  height: 152px;
  margin: 2px 0px;
}

.section.features .card .media-left {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -12px;
}

.section.features .card .image.is-52x49 {
  width: 52px;
  height: 49px;
}
.section.features .card .image.is-80x80 {
  width: 80px;
  height: 80px;
}
.section.features .card .title {
  margin-bottom: 6px;
  line-height: 18px;
}

.section.features .card .content {
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
}

.section.special .card {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 324px;
  background: #f5f8fa;
  padding: 40px;
}

.section.special .card .content {
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.section.special .card .image {
  margin: auto;
}

.section.special .card .image.is-64x64 {
  width: 64px;
  height: 64px;
}

.section.special .card .title {
  font-size: 18px;
  margin: 20px 0;
  line-height: normal;
}

.section.special .card .content {
  font-size: 14px;
  line-height: 2;
}

.section.architecture .image,
.section.deploy .image {
  background: #fff;
  text-align: center;
  margin-bottom: 40px;
}

.section.architecture .feature .title,
.section.deploy .feature .title {
  color: #282828;
  font-size: 16px;
  position: relative;
  padding-left: 18px;
  margin-bottom: 0px;
}

.section.architecture .feature .title::before,
.section.deploy .feature .title::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid #F60;
  border-left: 8px solid transparent;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.section.architecture .feature .content,
.section.deploy .feature .content {
  padding-left: 6px;
  color: #68747f;
}

.section.architecture .feature .content p,
.section.deploy .feature .content p {
  font-size: 14px;
  line-height: 2rem;
}

.section.architecture .button,
.section.deploy .button {
  width: 180px;
  height: 44px;
  border-radius: 3px;
  margin-top: 40px;
  font-weight: 500;
}

.section.deploy {
  padding-left: 0;
  padding-right: 0;
}

.section.deploy .tabs {
  margin-bottom: 30px;
}

.section.deploy .tabs li a {
  color: #4a535c;
  font-size: 20px;
  width: 200px;
}

.section.deploy .tabs li a:hover {
  border-bottom-color: transparent;
  color: #F60;
}

.section.deploy .tabs li.is-active a {
  border-width: 2px;
  color: #F60;
}

.section.deploy .tabs li.is-active a:hover {
  border-bottom-color: #F60;
}

.section.recommend .card {
  overflow: hidden;
  display: block;
  background: #fff;
  height: 140px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), 0 10px 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}

.section.recommend .card .card-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}

.section.recommend .card .card-image .image {
  margin-right: 16px;
}

.section.recommend .card .card-image .image.is-36x36 {
  width: 36px;
  height: 36px;
}

.section.recommend .card .card-content {
  font-size: 14px;
  padding: 0;
}

.section.recommend .card .card-content .content {
  padding: 0px 20px;
  margin-top: -1rem;
  line-height: 1.7;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.section.recommend .card:hover .card-content .content {
  opacity: 0;
}

.section.recommend .card:hover .card-content .more {
  -webkit-transform: translateY(-55px);
          transform: translateY(-55px);
  opacity: 1;
}

.section.cases .cases-content,
.section.partner .cases-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap row;
          flex-flow: wrap row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section.cases .cases-content .image,
.section.partner .cases-content .image {
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px rgba(161, 166, 171, 0.2);
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  margin: 0 0.625rem 1rem;
  text-align: center;
}

.section.cases .cases-content .image img,
.section.partner .cases-content .image img {
  max-height: 60px;
  width: auto;
}


.section.scenario-tab .tabs {
  margin-bottom: 0;
}
.section.scenario-tab .tabs li {
  background: #3d3e49;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section.scenario-tab .tabs li a {
  height: 56px;
  padding-bottom: 0;
  color: #fff;
  border-bottom-color: #3d3e49;
}
.section.scenario-tab .tabs li.is-active a {
  font-weight: 600;
  background: #F60;
  border-bottom-color: #F60;
}
.section.scenario-tab .tab-content {
  padding: 20px 60px 60px;
  background: #f5f9fa;
}
.section.scenario-tab .tab-content ul {
  list-style: disc outside;
  margin-left: 1em;
}
.section.scenario-tab .tab-content li {
  padding-left: 0;
}
.section.scenario-tab .tab-content li::before {
  display: none;
}
.section.scenario-tab .tab-content img {
  margin-top: 20px;
}
.section.scenario-tab .tab-content strong {
  color: #282828;
  margin-bottom: 10px;
}
.section.scenario-tab .tab-content p {
  font-size: 14px;
  line-height: 1.86;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .section.scenario-tab .tab-content {
    padding: 20px 30px 30px;
  }
  .section.architecture .feature,
  .section.deploy .feature {
    padding: 0px 12px;
  }
}
