html,body {
  user-select: none;  /* 禁止别人鼠标复制网站文字内容 */
}

/* 给版心位置 */
.mian {
  max-width: 1440px;
  margin: auto;
  box-sizing: border-box;
}
.opinon img,.opinon .imgs {
  vertical-align: middle;
  flex-shrink: 0;
}
.opinon .text {
  /* width: 595px; */
}
/* banner开始 */
.banner {
  height: 382px;
  width: 100%;
  /*margin-top: 55px;*/
  background: linear-gradient(270deg, #FFFFFF 0%, #FFFBF1 100%);
}
.bannerContent {
  height: 100%;
  padding: 0 160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bannerContent .title {
  font-size: 40px;
  color: #333333;
  /* text-align: center; */
  margin-bottom: 16px;
}
.bannerContent .text {
  font-size: 18px;
  color: #333333;
  /* text-align: center; */
}
.bannerContent .btn {
  /*width: 128px;*/
  height: 46px;
  padding: 0 16px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  background-color: #E5A414;
  margin-top: 46px;
  font-size: 16px;
  display: inline-block;
}
/* banner结束 */



/* 自助式数据准备 */
.route {
  padding: 50px 160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.route .text {
  margin-right: 80px;
}
.route .text .title {
  font-size: 24px;
  color: #333333;
  margin-bottom: 18px;
}
.route .text li {
  font-size: 16px;
  color: #333333;
  margin-bottom: 30px;
  line-height: 30px;
}
.route .text li:last-child {
  margin-bottom: 0;
}





/* Tableau Prep Builder 的功能 */
.explore {
  width: 100%;
  background: #FAFAFA;
}
.explore.explore1 h3 {
  font-size: 35px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  padding-top: 72px;
  padding-bottom: 20px;
}
.explore .exploreAuto {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 50px 160px;
  justify-content: center;
}
.explore.explore5 .exploreAuto {
  /* padding-bottom: 90px; */
}
.explore.explore1 .exploreAuto .imgs img {
  width: 678px;
  height: 452px;
  vertical-align: middle;
}
.explore.explore2 .exploreAuto .imgs img {
  width: 471px;
  height: 301px;
  vertical-align: middle;
}
.explore.explore3 .exploreAuto .imgs img {
  width: 482px;
  height: 281px;
  vertical-align: middle;
}
.explore.explore4 .exploreAuto .imgs img {
  width: 557px;
  height: 324px;
  vertical-align: middle;
}
.explore.explore5 .exploreAuto .imgs img {
  width: 609px;
  height: 354px;
  vertical-align: middle;
}
.explore.explore1 .exploreAuto .text {
  margin-left: 52px;
}
.explore.explore2 .exploreAuto .text {
  margin-left: 40px;
}
.explore.explore3 .exploreAuto .text {
  margin-right: 60px;
}
.explore.explore4 .exploreAuto .text {
  margin-left: 0px;
}
.explore.explore5 .exploreAuto .text {
  margin-right: 15px;
}
.explore .exploreAuto .text .title {
  font-size: 24px;
  color: #333333;
  margin-bottom: 18px;
}
.explore .exploreAuto .text li {
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
  line-height: 30px;
}
.explore .exploreAuto .text li:last-child {
  margin-bottom: 0;
}



.map {
  padding: 50px 160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.map .text {
  margin-left: 60px;
}
.map .text .title {
  font-size: 24px;
  color: #333333;
  /* margin-bottom: 18px; */
  padding-left: 15px;
  padding-right: 15px;
}
.map .text p {
  font-size: 40px;
  color: #333333;
  font-weight: 400;
  text-align: start;
  height: 36px;
}
.map .text p.p2 {
  text-align: end;
  margin-bottom: 10px;
  line-height: 30px;
}
.map .text li {
  font-size: 16px;
  color: #666666;
  margin-bottom: 30px;
  line-height: 30px;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.map .text li::before {
  content: '';
  width: 68px;
  height: 1px;
  background-color: #666666;
  margin-right: 10px;
}
.map .text li:last-child {
  margin-bottom: 0;
}


.browse {
  width: 100%;
  background: #FAFAFA;
}
.browse h3 {
  font-size: 35px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  padding-top: 72px;
}
.browse .browseAuto {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 50px 160px;
  justify-content: space-between;
}
.browse .browseAuto .text {
  margin-left: 36px;
}
.browse .browseAuto .text .title {
  font-size: 24px;
  color: #333333;
  margin-bottom: 18px;
}
.browse .browseAuto .text li {
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
  line-height: 30px;
}
.browse .browseAuto .text li:last-child {
  margin-bottom: 0;
}





/* 免费下载试用 Tableau Desktop */
.tableauDesktop {
  width: 100%;
  height: 144px;
  background: url(../img/minitab/tableauDesktop.png) no-repeat center/100% 100%;
}
.tableauDesktopAuto {
  height: 100%;
  padding: 0 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.tableauDesktopAuto .free {
  font-size: 30px;
  color: #FFFFFF;
  font-weight: bold;
}
.tableauDesktopAuto .freeBtn {
  width: 198px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 1px solid #fff;
  box-sizing: border-box;
  font-size: 24px;
  color: #FFFFFF;
}