/* common */
.qlik-container {
  max-width: 1220px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}
.qlik-container .caption .label {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #E5A414;
}
.qlik-container .caption .title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.qlik-container .caption .subtitle {
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
}
.qlik-container .trial-contact {
  margin-top: 54px;
  text-align: center;
}
.qlik-container .trial-contact a {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  padding: 0 30px;
  border-radius: 18.5px;
  font-size: 16px;
  background-color: #e5a414;
  color: #fff;
  font-weight: bold;
}

/* 顶部banner */
.banner,
.banner .content {
  height: 308px;
}
.banner {
  width: 100%;
  background-image: url('/img/qlik/banner_top.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-color: #eee;
}
.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 .title {
  font-size: 35px;
  font-weight: bold;
}
.banner .content .subtitle {
  font-size: 25px;
  margin-top: 20px;
}
.banner .contact {
  margin-top: 43px;
}
.banner .contact .btn {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  padding: 0 30px;
  border-radius: 18.5px;
  font-size: 16px;
  font-weight: bold;
}
.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 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -50px;
}
.profile .words {
  width: 690px;
  margin-top: 45px;
}
.profile > video {
  width: 516px;
}

/* 为现代架构而生的多维数据结构和更深层次的洞见 */
.framework {
  padding: 75px 0;
}
.framework-items {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.framework-items .item {
  width: 580px;
  border-radius: 10px;
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  display: flex;
}
.framework-items .item > img {
  width: 219px;
}
.framework-items .item .detail {
  padding: 73px 45px 10px 29px;
}
.framework-items .item .detail .title{ 
  font-size: 24px;
  font-weight: bold;
}
.framework-items .item .detail .subtitle {
  margin-top: 15px;
}
.framework-items .item .detail .summary {
  margin-top: 34px;
}
.framework-items .item .detail .trial-contact {
  margin-top: 22px;
  text-align: left;
}

/* Qlik staige */
.staige {
  background-color: #FAFAFA;
}
.staige-box {
  padding: 63px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.staige .content {
  width: 580px;
}
.staige .caption .label,
.staige .caption .title,
.staige .caption .subtitle {
  text-align: left;
}
.staige .caption .subtitle {
  font-weight: normal;
}

/* 现代架构的数据多维结构 */
.structure {
  padding-top: 75px;
}
.structure-tabs {
  display: flex;
  justify-content: space-between;
  padding: 34px 0 65px;
}
.structure-tabs .hd {
  width: 382px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.structure-tabs .hd > li,
.structure-tabs .bd > li {
  background-color: #fff;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
.structure-tabs .hd > li {
  cursor: pointer;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center ;
  padding: 0 20px 0 47px;
}
.structure-tabs .hd > li.current {
  background-color: #E5A414;
  color: #fff;
}
.structure-tabs .hd > li .title {
  font-size: 24px;
  font-weight: bold;
}
.structure-tabs .hd > li .subtitle {
  margin-top: 8px;
}
.structure-tabs .bd > li {
  display: none;
}
.structure-tabs .bd > li.current {
  display: block;
}
.structure-tabs .tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 816px;
  height: 440px;
}
.structure-tabs .tab-item.tab1-1,
.structure-tabs .tab-item.tab2-3 {
  justify-content: flex-start;
}
.structure-tabs .tab-item.tab1-1 .detail {
  width: 207px;
  margin-left: 10px;
}
.structure-tabs .tab-item.tab1-2 .detail {
  width: 286px;
  margin-left: 16px;
}
.structure-tabs .tab-item.tab1-3 .detail {
  width: 205px;
  margin-left: 40px;
}
.structure-tabs .tab-item.tab2-1 .detail {
  width: 216px;
  margin-left: 26px;
}
.structure-tabs .tab-item.tab2-2 .detail {
  width: 216px;
  margin-left: 38px;
}
.structure-tabs .tab-item.tab2-3 .detail {
  width: 217px;
  margin-left: 13px;
}
.structure-tabs .tab-item .detail .title {
  font-size: 24px;
  font-weight: bold;
}
.structure-tabs .tab-item .detail .summary {
  margin-top: 18px;
}
.structure-more {
  background-color: #FAFAFA;
  padding: 68px 0 54px;
}
.structure-items {
  display: flex;
  justify-content: space-between;
}
.structure-items .item {
  width: 275px;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 35px 40px;
  text-align: center;
}
.structure-items .item .icon {
  height: 93px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.structure-items .item .title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 26px;
}
.structure-items .item .summary {
  margin-top: 12px;
}

/* 受到 4万家以数据为关键使命的企业的信任 */
.customer {
  padding: 75px 0;
}
.customer-box {
  height: 127px;
  border-radius: 10px;
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

/* 轻松应对最棘手的数据挑战 */
.challenge {
  padding-bottom: 100px;
}
.challenge-items {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
.challenge-items .item {
  width: 385px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.16);
}
.challenge-items .detail {
  padding: 30px 30px 28px 30px;
}
.challenge-items .detail .summary {
  font-size: 22px;
  font-weight: bold;
  margin-top: 16px;
}

/* 免费试用下载 */
.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);
}