/* common */
.splunk-container {
  max-width: 1220px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}
.splunk-container .caption .title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.splunk-container .caption .subtitle {
  margin-top: 16px;
  text-align: center;
}

.splunk-container .trial-contact a {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  padding: 0 30px;
  border-radius: 18.5px;
  font-size: 16px;
  font-weight: bold;
  background-color: #e5a414;
  color: #fff;
}

/* 顶部banner */
.banner,
.banner .content {
  height: 312px;
}
.banner {
  width: 100%;
  background-image: url('/img/splunk/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;
  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-top: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile > video {
  width: 742px;
  margin-left: 62px;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

/* 保证您的数字系统可以安全搭建并运行 */
.safe {
  padding-top: 90px;
}
.safe-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 17px;
}
.safe-content > img {
  width: 750px;
  margin-right: 44px;
}
.safe-content .words {
  flex-grow: 1;
}
.safe-content .words .points > li + li {
  margin-top: 26px;
}
.safe-content .words .points .title {
  font-size: 20px;
  font-weight: bold;
}
.safe-content .words .points .summary {
  margin-top: 6px;
}
.safe-content .words .trial-contact {
  margin-top: 35px;
}

/* 深得世界领先组织的信任 */
.trust {
  padding: 90px 0 75px;
}
.trust .slide {
  height: 370px;
  margin-top: 35px;
  border-radius: 8px;
  box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
}
.trust-item {
  display: flex;
  justify-content: space-between;
  background-color: #FAFAFA;
  border-radius: 8px;
  overflow: hidden;
}
.trust-item .words {
  padding: 34px 40px 5px 35px;
}
.trust-item .words > img {
  display: inline-block;
  vertical-align: middle;
}
.trust-item .words .title {
  font-weight: bold;
  font-size: 20px;
  margin-top: 25px;
}
.trust-item .words .detail {
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.4;
}
.trust-item .words .person {
  margin-top: 24px;
  padding-left: 32px;
  position: relative;
}
.trust-item .words .person::before {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  position: absolute;
  background-color: #333;
  left: 0;
  top: 12px;
}
.trust-item > img {
  flex-shrink: 0;
}
.trust .layui-carousel::before {
  content: '';
  display: block;
  width: calc(100% + 112px);
  height: 100%;
  position: absolute;
  left: -56px;
  top: 0;
  z-index: 0;
}
.trust .layui-carousel .layui-carousel-arrow[lay-type='sub'] {
  left: -56px !important;
}
.trust .layui-carousel .layui-carousel-arrow[lay-type='add'] {
  right: -56px !important;
}
.trust .layui-carousel > [carousel-item] {
  border-radius: 8px;
}
.layui-carousel,
.layui-carousel > [carousel-item] > * {
  background-color: transparent !important;
}
.layui-carousel .layui-carousel-ind {
  top: 30px !important;
}
.layui-carousel .layui-carousel-ind ul {
  background-color: transparent !important;
  padding: 0;
  border-radius: 0;
}
.layui-carousel .layui-carousel-ind ul li {
  width: 11px;
  height: 11px;
  margin: 0 5px;
  background-color: #eaeaea;
}
.layui-carousel .layui-carousel-ind ul li.layui-this {
  background-color: #e5a414;
}
.gartner {
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.gartner .right {
  flex-grow: 1;
  padding: 10px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gartner .summary {
  margin-right: 20px;
}
.gartner .summary .leader {
  font-size: 24px;
  font-weight: bold;
}
.gartner .summary .quadrant {
  margin-top: 11px;
}

/* 统一安全性和可观测性平台 */
.platform {
  background-color: #FAFAFA;
}
.platform-box {
  padding: 65px 0 40px;
}
.platform .platform-pic {
  margin-top: 25px;
  text-align: center;
}
.platform .platform-pic > img {
  display: inline-block;
  vertical-align: middle;
}

/* 帮助您成功的强大网络 */
.network {
  padding: 75px 0 110px;
}
.network-items {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.network-items .item {
  width: 385px;
  padding: 30px 40px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.16);
  text-align: center;
}
.network-items .item .number{
  font-size: 26px;
  font-weight: bold;
}
.network-items .item .summary{
  margin-top: 12px;
}
/* 免费试用下载 */
.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);
}
