.hero-body .image {
  float: right;
  padding-right: 76px;
}
.hero-body img {
  height: 150px;
  width: auto;
}
section.specialists {
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: #f5f9fa;
}
section.specialists .media-content .title {
  font-size: 18px;
  font-weight: normal;
  color: #3e464c;
}
section.specialists .media-content .content p {
  font-size: 14px;
  color: #68747f;
}
section.scenarios {
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #f5f9fa;
  background-size: cover;
}
section.scenarios .title-block .title {
  color: #fff;
}
section.scenarios .media {
  -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);
  background-color: #ffffff;
  padding: 30px 50px;
  height: 100%;
}
section.scenarios .media-content .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #31383e;
  border-left: 2px solid #00a671;
  padding-left: 8px;
  padding-bottom: 0;
  margin-bottom: 20px;
}
section.scenarios .media-content .content p {
  color: #68747f;
  font-size: 14px;
  padding-bottom: 8px;
}
section.scenarios .media-content .video-wrapper {
  width: 146px;
  height: 80px;
  border-radius: 4px;
  background-color: #3e464c;
  font-size: 12px;
  margin: 0px 5px;
  color: #fff;
  background: url('../image/qke-video-bg.png') no-repeat 0 0;
  background-size: cover;
  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;
  cursor: pointer;
}
section.scenarios .media-content .icon-video {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
  margin-left: 4px;
  vertical-align: middle;
  margin-top: -2px;
}
section.scenarios .media-content .icon-video:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-left: 4px solid #fff;
  border-bottom: 3px solid transparent;
  display: block;
  position: absolute;
  left: 4px;
  top: 2px;
}
section.scenarios .video-sliders {
  max-width: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position: relative;
}
section.scenarios .slick-prev {
  left: 0.625rem;
  cursor: pointer;
}
section.scenarios .slick-next {
  right: 0.625rem;
  cursor: pointer;
}
section.scenarios .slick-next,
section.scenarios .slick-prev {
  position: absolute;
  height: 2.5rem;
  width: 2.5rem;
  z-index: 1;
  top: 50%;
  margin-top: -1.25rem;
  background: transparent;
  border: none;
  outline: none;
  text-indent: -99999px;
}
section.scenarios .slick-prev:after,
section.scenarios .slick-next:after {
  border: 1px solid #fff;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.875rem;
  width: 0.875rem;
  margin-top: -7px;
  margin-left: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  z-index: 4;
  border-color: #68747f;
}
section.scenarios .slick-prev:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 3px;
}
section.scenarios .slick-next:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 3px;
}
section.scenarios .slick-prev {
  left: -20px;
}
section.scenarios .slick-next {
  right: -20px;
}
section.scenarios .slick-prev::after,
section.scenarios .slick-next::after {
  border-color: #68747f;
}
section.scenarios .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
section.scenarios .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
section.scenarios .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.section.cases .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 {
  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 {
  max-height: 60px;
  width: auto;
}
.section.recommend .card {
  overflow: hidden;
  display: block;
  background: #fff;
  height: 124px;
  -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;
  min-height: 48px;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 48px;
}
.section.recommend .card .card-content .more {
  color: #fff;
  padding: 9px 0;
  background: #00a971;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
}
.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;
}
@media screen and (max-width: 414px) {
  section.scenarios .media {
    padding: 30px 20px;
  }
  section.scenarios .video-sliders {
    max-width: 270px;
  }
}

.modal video {
  width: 100%;
  display: block;
}
