/* common */
.re-game-container {
  max-width: 1220px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}
.re-game-container .caption .title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.re-game-container .caption .subtitle {
  margin-top: 32px;
}
.re-game-container .caption .subtitle > span {
  color: #E5A414;
}
.re-game-container .trial-contact {
  margin-top: 32px;
}
.re-game-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/redisEnterpriseGame/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: 65px 0 75px;
}
.profile-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile-box > video {
  width: 600px;
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
}
.profile-box .text {
  width: 500px;
}
.profile-box .text .caption .title {
  text-align: left;
}
.profile-items {
  margin-top: 75px;
  display: flex;
  justify-content: space-between;
}
.profile-items .item {
  width: 385px;
  border-radius: 10px;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  padding: 40px 48px;
}
.profile-items .item .icon {
  height: 93px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-items .item .title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 19px;
  text-align: center;
}
.profile-items .item .summary {
  margin-top: 12px;
}

/* 评价 */
.comment {
  background-color: #FAFAFA;
}
.comment-items {
  padding: 66px 0;
  display: flex;
  justify-content: space-between;
}
.comment-items .item {
  background-color: #fff;
  width: 590px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 29px 35px 38px;
  text-align: center;
}
.comment-items .item .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 37px;
}
.comment-items .item .words,
.comment-items .item .username {
  margin-top: 25px;
}
.comment-items .item .username {
  font-weight: bold;
}
.comment-items .item .position {
  margin-top: 7px;
}

/* Redis Enterprise 如何帮助您构建和扩展出色的玩家体验 */
.experience {
  padding: 75px 0;
}
.experience-content {
  margin-top: 45px;
}
.experience-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.experience-row.row2,
.experience-row.row3 {
  margin-top: 75px;
}
.experience-row.row4 {
  margin-top: 60px;
}
.experience-row .caption .title {
  text-align: left;
}
.experience-row > video {
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  width: 600px;
}
.experience-row.row1 .text {
  width: 523px;
}
.experience-row.row2 .text,
.experience-row.row4 .text {
  width: 500px;
}
.experience-row.row3 .text {
  width: 704px;
}

/* 特征 */
.feature {
  background-color: #FAFAFA;
}
.feature-box {
  padding: 75px 0;
}
.feature-items {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.feature-items .item {
  background-color: #fff;
  border-radius: 10px;
  width: 385px;
  padding: 30px 25px 25px;
  box-sizing: border-box;
  margin-left: 32.5px;
  margin-top: 40px;
}
.feature-items .item:nth-child(3n+1) {
  margin-left: 0;
}
.feature-items .item:nth-child(1),
.feature-items .item:nth-child(2),
.feature-items .item:nth-child(3) {
  margin-top: 0;
}
.feature-items .item .icon {
  display: flex;
  justify-content: center;
}
.feature-items .item .title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.feature-items .item .title,
.feature-items .item .summary {
  margin-top: 12px;
}
.feature-items .item .summary > span {
  color: #E6A81F;
}
/* 免费试用下载 */
.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);
}
