/* common */
.fivetran-container {
  max-width: 1220px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
}

/* 顶部banner */
.banner,
.banner .content {
  height: 313px;
}
.banner {
  width: 100%;
  background-image: url('../img/fivetran/banner_top.jpg');
  background-repeat: no-repeat;
  background-position: center auto;
  background-size: auto 100%;
  /*margin-top: 55px;*/
}
.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 {
  margin-top: 16px;
}
.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;
  background-color: #e5a414;
  color: #fff;
}
.banner .contact .btn:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

/* 概述 */
.summary {
  padding: 60px 0 75px;
}
.summary .numbers {
  margin-top: 45px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.summary .numbers > li {
  width: 209px;
  text-align: center;
}
.summary .numbers .icon {
  display: inline-block;
  vertical-align: top;
  width: 52px;
  height: 52px;
  background: url('../img/fivetran/summary_tick.png') no-repeat;
}
.summary .numbers .number {
  font-size: 18px;
  font-weight: bold;
  margin-top: 22px;
}
.summary .numbers .title {
  margin-top: 2px;
}

/* Fivetran 用于营销分析 */
.marketing-analytics {
  padding-bottom: 110px;
}
.marketing-analytics .caption {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.marketing-analytics .content {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  margin-top: 65px;
}
.marketing-analytics .profile {
  margin-top: 92px;
  width: 495px;
}
.marketing-analytics .profile .title {
  font-size: 26px;
  font-weight: bold;
}
.marketing-analytics .profile .description {
  font-weight: bold;
  margin-top: 14px;
}

/* 销售+客户成功分析 */
.customer-finance {
  padding-bottom: 30px;
}
.customer-finance .caption {
  text-align: center;
}
.customer-finance .caption .title {
  font-size: 36px;
  font-weight: bold;
}
.customer-finance .caption .subtitle {
  margin-top: 17px;
}
.customer-finance .gray-box {
  background-color: #f8f8f8;
}
.customer-finance .content {
  margin-top: 6px;
}
.customer-finance .item {
  padding: 55px 0;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.customer-finance .item .profile {
  width: 502px;
  font-weight: bold;
}
.customer-finance .item .profile .title {
  font-size: 26px;
}
.customer-finance .item .profile .description {
  margin-top: 14px;
}
.customer-finance .item.gray {
  padding: 45px 0;
}
.customer-finance .item .profile.customer-b {
  width: 562px;
}
.customer-finance .item .profile.finance-a {
  width: 528px;
}
.customer-finance .item .profile.finance-b {
  width: 493px;
}
.customer-finance .item .profile.finance-c {
  width: 504px;
}

/* 认识我们的客户 */
.customer {
  padding-bottom: 120px;
}
.customer .caption {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.customer .list {
  margin-top: 50px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.customer .list > li {
  width: 50%;
  background-color: #f8f8f8;
}
.customer .list > li.right {
  background-color: #eee;
}
.customer .customer-box {
  padding: 58px 55px 52px;
}
.customer .customer-box img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.customer .customer-box .title {
  font-size: 26px;
  font-weight: bold;
  margin-top: 45px;
}
.customer .customer-box .title.zip {
  letter-spacing: -0.5px;
}
.customer .customer-box .words {
  margin-top: 18px;
}
.customer .customer-box .user {
  margin-top: 24px;
  text-align: right;
}

/* 体验 Demo  */
.download {
  height: 228px;
  background-color: #e5a414;
  color: #fff;
  text-align: center;
}
.download .title {
  font-size: 30px;
  font-weight: bold;
  padding-top: 64px;
}
.download .contact {
  padding-top: 20px;
}
.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);
}
