/* common */
.aiven-container {
  max-width: 1220px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}
.aiven-container .caption .title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.aiven-container .caption .subtitle {
  margin: 16px 12% 0;
  font-weight: bold;
  text-align: center;
  
}
.aiven-container .trial-contact {
  margin-top: 46px;
  text-align: center;
}
.aiven-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/aiven/banner_top.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  background-color: #ff6c0b;
}
.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 .title,
.banner .content .subtitle {
  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: #fff;
  color: #FF7F49;
}

/* 简介 */
.profile {
  padding: 60px 0 80px;
}
.profile-items {
  margin-top: 33px;
  display: flex;
  justify-content: space-between;
}
.profile-items .item {
  width: 385px;
  padding: 34px 40px;
  box-sizing: border-box;
  background-color: #FAFAFA;
  border-radius: 10px;
}
.profile-items .item .title {
  display: flex;
  align-items: center;
}
.profile-items .item .title > span {
  font-size: 20px;
  font-weight: bold;
  margin-left: 16px;
}
.profile-items .item .summary {
  margin-top: 12px;
}

/* 完成工作所需的一切 */
.all-needs {
  padding: 0 0 75px;
}
.all-needs-ui {
  margin-top: 33px;
}
.all-needs-ui > img {
  display: inline-block;
  vertical-align: middle;
}

/* 10 分钟在 Aiven 平台上部署一个服务 */
.deploy {
  background-color: #FAFAFA;
}
.deploy-box {
  padding: 70px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.deploy .words {
  width: 358px;
}
.deploy .words .caption .title,
.deploy .words .trial-contact {
  text-align: left;
}
.deploy .words .steps {
  margin-top: 30px;
}
.deploy .video {
  width: 800px;
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
}

/* 更有力量，建设更好 */
.power {
  padding: 60px 0 80px;
}
.power-items {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.power-items .item {
  width: 385px;
  padding: 34px 40px;
  box-sizing: border-box;
  background-color: #FAFAFA;
  border-radius: 10px;
  margin-top: 30px;
}
.power-items .item:nth-child(1),
.power-items .item:nth-child(2),
.power-items .item:nth-child(3) {
  margin-top: 0;
}
.power-items .item .title {
  display: flex;
  align-items: center;
}
.power-items .item .title > span {
  font-size: 20px;
  font-weight: bold;
  margin-left: 16px;
}
.power-items .item .summary {
  margin-top: 12px;
}

/* 了解为什么我们的客户喜欢我们 */
.likes {
  padding: 0 0 100px;
}
.likes-items {
  margin-top: 58px;
  display: flex;
  justify-content: space-between;
}
.likes-items .item {
  width: 385px;
  box-sizing: border-box;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.16);
  padding: 26px 44px 93px;
  position: relative;
  border-radius: 10px;
}
.likes-items .item .logo {
  height: 51px;
  display: flex;
  align-items: center;
}
.likes-items .item .words {
  margin-top: 11px;
}
.likes-items .item .user {
  margin-top: 30px;
}
.likes-items .item .user .name {
  font-weight: bold;
}
.likes-items .item .user .post {
  margin-top: 4px;
}
.likes-items .item .more {
  position: absolute;
  left: 44px;
  bottom: 26px;
}
.likes-items .item .more > a {
  position: relative;
  padding-right: 20px;
}
.likes-items .item .more > a:hover {
  color: #E5A414
}
.likes-items .item .more > a::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 10px;
  background: url('/img/aiven/arrow.png') center/100% auto;
}


/* 免费试用下载 */
.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);
}
