/* common */
.flash-intel-container {
  max-width: 1220px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}
.flash-intel-container .caption .label {
  font-weight: bold;
  color: #E5A414;
  margin-bottom: 20px;
  text-align: center;
}
.flash-intel-container .caption .title{
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.flash-intel-container .caption .subtitle{
  text-align: center;
  margin-top: 23px;
}
.layui-carousel,
.layui-carousel>[carousel-item]>* {
  background-color: transparent !important;
}
.layui-carousel>[carousel-item] {
  width: calc(1220px + 12px) !important;
  margin-left: -6px;
}
.layui-carousel>[carousel-item]::before {
  display: none;
}
.layui-carousel .layui-carousel-arrow {
  top: auto;
  right: auto;
  left: auto !important;
  bottom: auto;
  margin-top: auto;
  background-color: transparent;
  width: 28px;
  height: 28px;
}
.layui-carousel .layui-carousel-arrow[lay-type=sub] {
  background: url(/img/flashIntel/arrow_lg.png) center center no-repeat;
}
.layui-carousel .layui-carousel-arrow[lay-type=sub]:hover {
  background: url(/img/flashIntel/arrow_lo.png) center center no-repeat;
}
.layui-carousel .layui-carousel-arrow[lay-type=add] {
  background: url(/img/flashIntel/arrow_rg.png) center center no-repeat;
}
.layui-carousel .layui-carousel-arrow[lay-type=add]:hover {
  background: url(/img/flashIntel/arrow_ro.png) center center no-repeat;
}
.layui-carousel .layui-icon {
  font-size: 0 !important;
}

/* 顶部banner */
.banner,
.banner .content {
  height: 308px;
}
.banner {
  width: 100%;
  background-image: url('/img/flashIntel/banner_top.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  background-color: #c1d1ea;
}
.banner .content {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.banner .content .subtitle {
  font-size: 25px;
  margin-top: 10px;
}
.banner .content .title {
  font-size: 35px;
  font-weight: bold;
}
.banner .contact {
  margin-top: 39px;
}
.banner .contact .btn {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  padding: 0 30px;
  border-radius: 18.5px;
  font-size: 16px;
}
.banner .contact .btn:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
.banner .contact .btn.trial {
  background-color: #e5a414;
  color: #fff;
}

/* 简介 */
.profile {
  padding-top: 65px;
  font-weight: bold;
  text-align: center;
}

/* 一体化的用户体验，无与伦比的效果 */
.experience {
  padding: 75px 0 32px;
}
.experience-items {
  padding: 40px 0 75px;
  display: flex;
  justify-content: space-between;
}
.experience-items .item {
  width: 385px;
  border-radius: 10px;
  background-color: #FAFAFA;
  box-sizing: border-box;
  padding: 34px 40px 38px;
}
.experience-items .item .title {
  font-size: 20px;
  font-weight: bold;
}
.experience-items .item .summary {
  margin-top: 12px;
}
.experience-items .item .summary > span {
  color: #E5A414;
}
.experience-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.25;
}
.experience-row.row1 {
  margin-top: 75px;
}
.experience-row.row1 .text {
  width: 523px;
}
.experience-row.row2{
  margin-top: 10px;
}
.experience-row.row2 .text {
  width: 556px;
}
.experience-row .caption .title,
.experience-row .caption .subtitle {
  text-align: left;
}
.key-intel > p{
  margin-top: 1.25em;
}
.key-intel > p > span {
  color: #E5A414;
}
.channels > dl {
  margin-top: 25px;
}
.channels > dl > dt {
  font-size: 20px;
  color: #E5A414;
}
.channels > dl > dd {
  margin-top: 6px;
}

/* 成功案例 */
.cases .slide {
  width: 100%;
  position: relative;
}
.cases .slide,
.cases-item {
  height: 430px;
}
.cases-item {
  padding: 30px 0;
  box-sizing: border-box;
  position: relative;
}
.cases-item .case-comment {
  width: 380px;
  height: 430px;
  position: absolute;
  left: 32px;
  top: 0;
  padding: 20px 28px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
  background-color: #E5A414;
  color: #fff;
}
.cases-item .words {
  font-size: 18px;
}
.cases-item .user {
  margin-top: 30px;
  padding-left: 32px;
  position: relative;
}
.cases-item .user::before {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 12px;
}
.cases-item .case-box {
  width: 1220px;
  margin: 0 auto;
  height: 370px;
  padding: 26px 32px 0 450px;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #FAFAFA;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.16);
}
.cases-item .case-content > img {
  display: inline-block;
  vertical-align: top;
  border-radius: 8px;
}
.cases-item .case-content .title {
  width: 556px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 24px;
}
.cases .layui-carousel .layui-carousel-arrow {
  bottom: 70px;
}
.cases .layui-carousel .layui-carousel-arrow[lay-type=sub] {
  right: 74px !important;
}
.cases .layui-carousel .layui-carousel-arrow[lay-type=add] {
  right: 32px !important;
}

/* 客户评价 */
.comments {
  padding: 75px 0 165px;
}
.comments .slide {
  width: 100%;
  position: relative;
  height: 412px;
  margin-top: 30px;
}
.comments-row {
  width: 1220px;
  margin: 6px auto;
  display: flex;
  justify-content: space-between;
}
.comments-row .item {
  width: 385px;
  height: 400px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 34px 40px;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.16);
  position: relative;
}
.comments-row .item::before {
  content: '';
  display: block;
  width: 25px;
  height: 24px;
  background: url('/img/flashIntel/comments_icon.png') center/100% 100%;
  position: absolute;
  top: 12px;
  right: 13px;
}
.comments-row .item .customer-name {
  font-size: 20px;
  font-weight: bold;
}
.comments-row .item .customer-type {
  margin-top: 11px;
}
.comments-row .item .comment-title {
  font-weight: bold;
  color: #E5A414;
  margin-top: 30px;
}
.comments-row .item .comment-content {
  margin-top: 30px;
}
.comments-row .item .comment-stars {
  position: absolute;
  left: 40px;
  bottom: 34px;
  display: flex;
}
.comments .layui-carousel>[carousel-item] {
  height: calc(400px + 12px);
  margin-left: -6px;
  margin-top: -6px;
}
.comments .layui-carousel .layui-carousel-arrow {
  bottom: -58px;
  left: 50% !important;
}
.comments .layui-carousel .layui-carousel-arrow[lay-type=sub] {
  transform: translateX(calc(-50% - 7px));
}
.comments .layui-carousel .layui-carousel-arrow[lay-type=add] {
  transform: translateX(calc(50% + 7px));
}

/* 免费试用下载 */
.download {
  height: 228px;
  background-color: #e5a414;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.download .title {
  font-size: 30px;
  font-weight: bold;
}
.download .contact {
  padding-top: 19px;
}
.download .contact a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 32px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  border-radius: 18.5px;
  color: #e5a414;
  font-size: 16px;
  background-color: #fff;
}
.download .contact a:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
