/* common */
.data-gpt-container {
  max-width: 1220px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}
.data-gpt-container .caption {
  font-size: 28px;
  font-weight: bold;
  text-align: left;
}

/* 顶部banner */
.banner,
.banner .content {
  height: 313px;
}
.banner {
  width: 100%;
  background-image: url('/img/dataGPT/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: 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;
}

/* DataGPT */
.preface {
  padding-top: 60px;
}
.profile-row {
  padding-top: 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile-row > video {
  width: 700px;
  border-radius: 10px;
}
.profile-row .words {
  width: 450px;
}
.profile-row.last {
  padding-bottom: 110px;
}
.profile-row.last .words {
  width: 478px;
}
.profile-row .words .summary,
.profile-row .words .btn {
  margin-top: 39px;
}
.profile-row .words .btn {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  padding: 0 20px;
  border-radius: 19px;
  background-color: #E5A414;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}

/* 免费试用下载 */
.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);
}
