/* common */
.tableau-pulse-container {
  max-width: 1220px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}
.tableau-pulse-container .caption .title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.tableau-pulse-container .caption .subtitle {
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}
.tableau-pulse-container .caption .subtitle.advantage {
  margin-right: auto;
  margin-left: auto;
}
.tableau-pulse-container .trial-contact {
  margin-top: 40px;
}
.tableau-pulse-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: 312px;
}
.banner {
  width: 100%;
  background-image: url('/img/tableauPulse/banner_top.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.banner .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner .content > video {
  width: 496px;
}
.banner .words .subtitle {
  font-size: 20px;
  margin-top: 20px;
  line-height: 1.3;
}
.banner .words .title {
  font-size: 35px;
  font-weight: bold;
  color: #E5A414;
}
.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;
  box-sizing: border-box;
}
.banner .contact .btn:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
.banner .contact .btn + .btn {
  margin-left: 22px;
}
.banner .contact .btn.trial {
  background-color: #E5A414;
  color: #fff;
}
.banner .contact .btn.video {
  background-color: #fff;
  color: #FF7F49;
  border: 2px solid #E5A414;
  line-height: 33px;
}

/* 简介 */
.profile {
  padding: 80px 0 10px;
}
.profile .caption .title,
.profile .caption .subtitle {
  text-align: left
}
.profile .caption .subtitle {
  margin-top: 30px;
  font-weight: normal;
}
.profile-content {
  margin-top: 78px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile-content > img {
  width: 600px;
}
.profile-content .words {
  width: 572px;
}
.profile-content .words .comment {
  font-size: 20px;
  font-weight: bold;
}
.profile-content .words .from {
  margin-top: 34px;
  position: relative;
  padding-left: 32px;
}
.profile-content .words .from::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 1px;
  background-color: #333;
}

/* 特性 */
.specific {
  padding-bottom: 100px;
}
.specific-row {
  padding-top: 100px;
}
.specific-content {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.specific-content.last {
  margin-top: 11px;
}
.specific-content > img {
  width: 700px;
}
.specific-content .words {
  width: 458px;
}
.specific-content .words.left {
  width: 480px;
}
.specific-content .words .title {
  padding-top: 27px;
  position: relative;
  font-size: 28px;
  font-weight: bold;
}
.specific-content .words .title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 55px;
  height: 4px;
  background-color: #E5A414;
}
.specific-content .words .summary {
  margin-top: 23px;
}
.specific-trial {
  margin-top: 66px;
  height: 589px;
  background: url('/img/tableauPulse/trial_bg.png') center/100% 100%;
}
.trial-banner {
  height: 589px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* 免费试用下载 */
.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);
}
