/* common */
.full-story-container {
  max-width: 1220px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}
.full-story-container .caption .title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.full-story-container .caption .subtitle {
  text-align: left;
  margin-top: 37px;
}
.full-story-container .trial-contact {
  margin-top: 40px;
}
.full-story-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/fullStory/banner_top.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  background-color: #004794;

}
.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 {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
}
.banner .content .subtitle {
  color: #fff;
  font-size: 25px;
  margin-top: 15px;
}
.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 {
  padding: 65px 0 75px;
  font-weight: bold;
}
.profile > p + p {
  margin-top: 1.5em;
}

/* 更好的体验始于完整的数据 */
.full-data {
  padding-bottom: 75px;
}
.full-data-items {
  margin-top: 27px;
  display: flex;
  justify-content: space-between;
}
.full-data-items .item {
  width: 385px;
  padding: 38px 32px 40px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.16);
  text-align: center;
}
.full-data-items .item .icon {
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.full-data-items .item .title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 28px;
}
.full-data-items .item .summary {
  margin-top: 28px;
}

/* FullStory 让您了解用户采取的每一步 */
.know-user {
  padding-bottom: 10px;
}
.ku-row {
  padding: 45px 0;
}
.ku-row.bg-gray {
  background-color: #FAFAFA;
}
.ku-row-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ku-row-box .caption .title,
.ku-row-box .caption .subtitle {
  text-align: left;
}
.ku-row-box.row1 .words {
  width: 480px;
}
.ku-row-box.row2 .words {
  width: 500px;
}
.ku-row-box.row1 > img,
.ku-row-box.row2 > img,
.ku-row-box.row3 .words {
  width: 600px;
}
.ku-row-box.row3 > img {
  width: 482px;
}

/* jetBlue */
.jet-blue {
  height: 500px;
  background: url('/img/fullStory/banner_jet_blue.jpg') center;
  background-size: auto 100%;
}
.jet-blue-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.jet-blue-content .comment {
  width: 577px;
  color: #fff;
}
.jet-blue-content .comment > img {
  display: inline-block;
  vertical-align: top;
}
.jet-blue-content .comment .words {
  margin-top: 65px;
  font-size: 28px;
  font-weight: bold;
}
.jet-blue-content .comment .user {
  margin-top: 32px;
}

/* 使用场景 */
.use-case {
  padding-top: 40px;
}
.user-case-row {
  padding: 75px 0;
}
.user-case-row.bg-gray {
  padding: 65px 0;
  background-color: #FAFAFA
}
.user-case-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.user-case-content > img {
  width: 600px;
}
.user-case-content .detail {
  width: 500px;
}
.user-case-content .detail .label {
  font-weight: bold;
  color: #E5A414;
}
.user-case-content .detail .specific {
  font-weight: bold;
  font-size: 28px;
  margin-top: 9px;
}
.user-case-content .detail .items {
  margin-top: 20px;
}
.user-case-content .detail .item + .item {
  margin-top: 30px;
}
.user-case-content .detail .item dd {
  padding: 15px 0 0 22px;
}

/* 评价 */
.comment {
  padding: 120px 0 100px;
}
.comment-box {
  border-radius: 20px;
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comment-box > img {
  border-radius: 20px;
  width: 497px;
}
.comment-content {
  width: 723px;
  box-sizing: border-box;
  padding: 10px 55px 10px 63px;
}
.comment-content .title {
  font-size: 28px;
  font-weight: bold;
}
.comment-content .detail {
  margin-top: 42px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.comment-content .detail .words{
  width: 480px;
}
.comment-content .detail .words > p + p{
  margin-top: 1.5em;
}

/* 免费试用下载 */
.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);
}