/* common */
.quick-sight-container {
  max-width: 1220px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}
.quick-sight-container .caption {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.quick-sight-container .trial-contact {
  margin-top: 46px;
  text-align: center;
}
.quick-sight-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/quickSight/banner_top.jpg');
  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,
.banner .content .title {
  color: #fff;
}
.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;
  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;
}
.profile-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile-row + .profile-row {
  margin-top: 75px;
}
.profile-row > video {
  width: 742px;
  margin-left: 62px;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
.profile-row > img {
  width: 650px;
  margin-right: 10px;
}

/* 主要功能 */
.function {
  background-color: #FAFAFA;
}
.function-box {
  padding: 67px 0;
}
.function-items {
  margin-top: 27px;
  display: flex;
  justify-content: space-between;
}
.function-items .item {
  width: 385px;
  box-sizing: border-box;
  padding: 5px 25px 26px;
  background-color: #fff;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
.function-items .item .icon {
  text-align: center;
}
.function-items .item .icon > img {
  display: inline-block;
  vertical-align: middle;
}
.function-items .item .title,
.function-items .item .summary {
  margin-top: 12px;
}
.function-items .item .title {
  font-size: 20px;
  font-weight: bold;
}

/* 为所有人构建 */
.structure {
  padding: 75px 0;
}
.structure-items {
  margin-top: 27px;
  display: flex;
  justify-content: space-between;
}
.structure-items .item {
  width: 275px;
}
.structure-items .item > img {
  display: inline-block;
  vertical-align: middle;
  border-radius: 10px;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.16);
}
.structure-items .item > p {
  margin-top: 27px;
}

/* 益处 */
.benefit {
  background-color: #FAFAFA;
}
.benefit-box {
  padding: 75px 0;
}
.benefit-items {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.benefit-items .item {
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  margin-top: 37px;
}
.benefit-items .item:nth-child(1),
.benefit-items .item:nth-child(2),
.benefit-items .item:nth-child(3){
  margin-top: 0;
}
.benefit-items .item .title {
  font-size: 20px;
  font-weight: bold;
}
.benefit-items .item .icon {
  text-align: center;
}
.benefit-items .item .icon > img{
  display: inline-block;
  vertical-align: middle;
}
.benefit-items .item .points {
  margin-top: 26px;
}
.benefit-items .item .points > li {
  padding-left: 19px;
  position: relative;
}
.benefit-items .item .points > li::before {
  content: '';
  position: absolute;
  display: block;
  width: 11px;
  height: 11px;
  background-color: #E5A414;
  left: 0;
  top: 6px;
}
.benefit-items .item .points > li + li {
  margin-top: 26px;
}
.benefit-items .item-normal {
  width: 385px;
  padding: 19px 30px 38px;
}
.benefit-items .item-normal .title {
  margin-top: 11px;
}
.benefit-items .item-large {
  width: 1220px;
  padding: 35px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.benefit-items .item-large .icon {
  margin-right: 52px;
}
.benefit-items .item-large .words {
  flex-grow: 1;
}

/* 客户案例 */
.case {
  padding: 75px 0 110px;
}
.case-items {
  margin-top: 37px;
  display: flex;
  justify-content: space-between;
}
.case-items .item {
  width: 385px;
  box-sizing: border-box;
  padding: 31px 32.5px;
  background-color: #FAFAFA;
  border-radius: 10px;
}
.case-items .item > img {
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
.case-items .item .words {
  margin-top: 18px;
}
.case-items .item .customer {
  margin-top: 48px;
  padding-left: 32px;
  position: relative;
}
.case-items .item .customer::before {
  content: '';
  display: block;
  position: absolute;
  width: 28px;
  height: 1px;
  background-color: #333;
  left: 0;
  top: 11px;
}


/* 免费试用下载 */
.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);
}
