/* common */
.redis-enterprise-container {
  max-width: 1220px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}
.redis-enterprise-container .caption .title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.redis-enterprise-container .caption .subtitle {
  margin-top: 32px;
  
}
.redis-enterprise-container .trial-contact {
  margin-top: 35px;
}
.redis-enterprise-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/redisEnterprise/banner_top.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  background-color: #f4f4ff;
}
.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: 32px 0 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile .text {
  width: 600px;
}
.profile .caption .title {
  text-align: left;
}

/* 受到最苛刻企业的信赖 */
.trust {
  background-color: #FAFAFA;
}
.trust-box {
  padding: 60px 0;
}
.trust-items {
  margin-top: 45px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

/* 灵活、安全的部署选项 */
.deploy {
  padding-top: 75px;
}
.deploy-items {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.deploy-items .item {
  width: 275px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 35px 25px;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.16);
}
.deploy-items .item .icon {
  height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.deploy-items .item .title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 28px;
  text-align: center;
}
.deploy-items .item .summary {
  margin-top: 19px;
}

/* 使用场景 */
.use-scene {
  padding-bottom: 25px;
}
.scene-row {
  padding: 75px 0;
}
.scene-row-gray {
  padding: 50px 0;
  background-color: #FAFAFA;
}
.scene-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.scene-box .img1,
.scene-box .img2 {
  width: 560px;
}
.scene-box .img3 {
  width: 580px;
}
.scene-content.right {
  width: 478px;
}
.scene-content.left {
  width: 608px;
}
.scene-content .title {
  font-size: 28px;
  font-weight: bold;
}
.scene-content .items {
  margin-top: 36px;
}
.scene-content .items > li + li {
  margin-top: 25px;
}
.scene-content .items > li .summary {
  font-size: 20px;
}
.scene-content .items > li .description {
  margin-top: 5px;
}
.scene-content .items > li .description > span {
  color: #E5A414;
}

/* 免费试用下载 */
.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);
}
