/* common */
.tableau-public-container {
  max-width: 1220px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}
.tableau-public-container .caption.has-line {
  position: relative;
  padding-top: 4px;
}
.tableau-public-container .caption.has-line::before {
  content: '';
  display: block;
  width: 55px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #E5A414;
}
.tableau-public-container .caption .title{
  font-size: 28px;
  font-weight: bold;
}
.tableau-public-container .caption.has-line .title,
.tableau-public-container .caption .subtitle {
  margin-top: 23px;
}
.tableau-public-container .btns {
  margin-top: 40px;
}
.tableau-public-container .btns .btn {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  padding: 0 30px;
  border-radius: 18.5px;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: bold;
}
.tableau-public-container .btns .btn + .btn {
  margin-left: 40px;
}
.tableau-public-container .btns .btn.first {
  background-color: #e5a414;
  color: #fff;
}
.tableau-public-container .btns .btn.second {
  border: 2px solid #E5A414;
  background-color: #fff;
  color: #E5A414;
  line-height: 33px;
}

/* 顶部banner */
.banner,
.banner .content {
  height: 312px;
}
.banner {
  width: 100%;
  background-image: url('/img/tableauPublic/banner_top.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  background-color: #f9f9f9;
}
.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: 20px;
  margin-top: 20px;
}
.banner .content .title {
  font-size: 35px;
  font-weight: bold;
  color: #E5A414;
}
.banner .btns {
  margin-top: 39px;
}
.banner .btns .btn {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  padding: 0 30px;
  border-radius: 18.5px;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: bold;
}
.banner .btns .btn:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

/* 简介 */
.profile {
  padding-top: 70px;
}
.profile-items {
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
}
.profile-items .item {
  width: 385px;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  border-radius: 10px;
  padding: 25px 49px 25px 74px;
  
}
.profile-items .item .title {
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.profile-items .item .title::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 2px;
  left: -40px;
  background: url('/img/tableauPublic/tick.png') no-repeat center/100% 100%;
}
.profile-items .item .detail {
  margin-top: 15px;
}

/* DataFam 释疑 */
.data-fam {
  padding: 85px 0 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.data-fam .left-text .subtitle {
  width: 480px;
}
.data-fam .left-text .btns {
  margin-top: 23px;
}
.data-fam > video {
  width: 550px;
}

/* 查看来自 Tableau 社区的最新数据可视化 */
.community {
  background-color: #F8F8F8;
}
.community-box {
  padding: 78px 0;
}
.community-box > .caption .title {
  text-align: center;
}
.library {
  margin-top: 50px;
  position: relative;
  padding-bottom: 2px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.library::after {
  content: '';
  display: block;
  width: calc(100% + 24px);
  height: 2px;
  background-color: #514E4E;
  position: absolute;
  left: -12px;
  bottom: 0;
}
.library > img {
  width: 700px;
}
.library .library-main {
  width: 455px;
}
.community-items {
  margin: 60px 10px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.community-items .item {
  width: 372px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  margin-top: 46px;
  margin-left: 42px;
}
.community-items .item:nth-child(3n+1) {
  margin-left: 0;
}
.community-items .item:nth-child(1),
.community-items .item:nth-child(2),
.community-items .item:nth-child(3) {
  margin-top: 0;
}
.community-items .item > img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.community-items .item .text {
  padding: 32px 25px 25px;
}
.community-items .item .text .title {
  font-size: 20px;
  font-weight: bold;
}
.community-items .item .text .summary {
  margin-top: 12px;
}

/* 评论 */
.comments {
  background: url('/img/tableauPublic/banner_comments.jpg') center/100% 100%;
}
.comments-list {
  height: 450px;
  padding: 0 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comments-list .comment-box {
  font-size: 18px;
  color: #fff;
}
.comments-list .comment-box:nth-child(1) {
  width: 438px;
}
.comments-list .comment-box:nth-child(2) {
  width: 508px;
}
.comments-list .comment-box .user {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comments-list .comment-box .user .info {
  margin-left: 28px;
}
.comments-list .comment-box .user .info .job {
  text-indent: 50px;
  position: relative;  
}
.comments-list .comment-box .user .info .job::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 13px;
}
.comments-list .comment-box .user .info .name {
  margin-top: 1.5em;
}