/* common */
.quickbi-summary-container {
  max-width: 1220px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}
.quickbi-summary-container .caption {
  font-size: 28px;
  text-align: center;
}

/* 顶部banner */
.banner,
.banner .content {
  height: 370px;
}
.banner {
  width: 100%;
  background-image: url('/img/quickBISummary/banner_top.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.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: 8px;
  font-weight: bold;
  color: #E5A414;
}
.banner .content .title {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
}
.banner .content .summary {
  margin-top: 20px;
  width: 595px;
  color: #fff;
}
.banner .contact {
  margin-top: 33px;
}
.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;
}

/* 企业的数据挑战 */
.challenge {
  padding: 65px 0 70px;
}
.challenge-items {
  margin-top: 37px;
  display: flex;
  justify-content: space-between;
}
.challenge-items .item {
  width: 275px;
  box-sizing: border-box;
  padding: 33px 30px 36px;
  border-radius: 10px;
  background-color: #FAFAFA;
  text-align: center;
}
.challenge-items .item > img {
  display: inline-block;
  vertical-align: middle;
}
.challenge-items .item .title {
  font-size: 20px;
  margin-top: 26px;
}
.challenge-items .item .description {
  margin-top: 21px;
}

/* 为什么选择 Quick BI */
.why-select {
  background: url('/img/quickBISummary/why_select_bg.png') no-repeat center/100% 100%;
}
.why-select .why-select-box {
  padding: 63px 0;
}
.why-select-list {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
.why-select-list .item {
  width: 275px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.16);
  box-sizing: border-box;
  padding: 30px 24px;
}
.why-select-list .item .icon {
  text-align: center;
}
.why-select-list .item .icon img {
  display: inline-block;
  vertical-align: middle;
}
.why-select-list .item .title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 12px;
  text-align: center;
}
.why-select-list .item .description {
  margin-top: 12px;
}

/* 解决方案 */
.solution {
  padding: 80px 0 75px;
}
.solution-items {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.solution-items .item {
  box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.16);
  border-radius: 10px;
  overflow: hidden;
  width: 385px;
}
.solution-items .item img{
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.solution-items .item .words {
  padding: 26px 43px 27px;
}
.solution-items .item .title {
  font-size: 22px;
  font-weight: bold;
}
.solution-items .item .summary {
  margin-top: 12px;
}
.solution-items .item .more {
  margin-top: 14px;
  display: inline-block;
  font-size: 14px;
  color: #E5A414;
  padding-right: 18px;
  position: relative;
}
.solution-items .item .more::after {
  content: '';
  display:block;
  width: 14px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url('/img/quickBISummary/arrow_ro_14.png') no-repeat center/100% 100%;
}

/* 产品能力 */
.product-capability {
  background-color: #FAFAFA;
}
.product-capability-box {
  padding: 63px 0;
}
.product-capability .product-capability-tabs {
  margin-top: 40px;
  box-shadow: 0 1px 6px 1px rgba(0,0,0,0.16);
  background-color: #fff;
}
.product-capability .product-capability-tabs .tabs-btns {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  height: 60px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.17);
  box-sizing: border-box;
}
.product-capability .product-capability-tabs .tabs-btns > li {
  cursor: pointer;
  font-size: 20px;
  padding-bottom: 4px;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.product-capability .product-capability-tabs .tabs-btns > li.current::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background-color: #e5a414;
  border-radius: 2px;
}
.product-capability .product-capability-tabs .tabs-list {
  padding: 50px 45px 35px 58px;
}
.product-capability .product-capability-tabs .tabs-list > li {
  display: none;
}
.product-capability .product-capability-tabs .tabs-list > li.current {
  display: block;
}
.product-capability-content {
  display: flex;
  justify-content: space-between;
}
.product-capability-content .config-profile {
  flex-grow: 1;
  padding: 92px 0 0 44px;
  position: relative;
}
.product-capability-content .config-profile .title {
  font-size: 20px;
  font-weight: bold;
}
.product-capability-content .config-profile .description {
  margin-top: 17px;
}
.product-capability-content .config-profile .btn {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  padding: 0 23px;
  border-radius: 19px;
  color: #fff;
  font-weight: bold;
  background-color: #E5A414;
  position: absolute;
  left: 44px;
  bottom: 92px;
}

/* 应用场景 */
.scene {
  padding: 75px 0 40px;
}
.scene-items {
  padding: 37px 55px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.scene-items .item {
  box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.16);
  width: 530px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 42px;
}
.scene-items .item:nth-child(1),
.scene-items .item:nth-child(2){
  margin-top: 0;
}
.scene-items .item > img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.scene-items .item .words {
  padding: 29px 41px;
}
.scene-items .item .title {
  font-size: 20px;
  font-weight: bold;
}
.scene-items .item .summary {
  margin-top: 10px;
}

/* 版本对比 */
.version {
  padding: 40px 0 100px;
}
.version-table {
  width: 100%;
  margin-top: 37px;
  background-color: #fff;
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.08);
}
.version-table,
.version-table th,
.version-table td {
  border-collapse: collapse;
  border: 1px solid rgba(112, 112, 112, 0.45);
}
.version-table thead {
  background-color: #FAFAFA;
}
.version-table thead th {
  width: 20%;
}
.version-table th {
  font-weight: normal;
  font-size: 20px;
  padding: 8px 10px;
  text-align: center;
}
.version-table td {
  padding: 18px 12px;
  text-align: center;
}
.version-table .item-list li,
.version-table .result-list li {
  height: 30px;
  line-height: 30px;
}
.version-table .item-list {
  padding: 0 0 0 30px;
}
.version-table .result-list {
  padding-top: 30px;
}
.version-table .item-list li {
  text-align: left;
}
.version-table .dot {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  box-sizing: border-box;
  border: 1px solid #E5A414;
  border-radius: 50%;
  position: relative;
}
.version-table .dot::after {
  content: '';
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #E5A414;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.version-table .dot.disabled {
  border-color: #d3d3d3;
  background-color: f0f0f0;
}
.version-table .dot.disabled::after {
  background-color: #d3d3d3;
}
.version-table .keynote {
  color: #E5A414;
  font-weight: bold;
}


/* 免费试用下载 */
.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);
}
