/* common */
.midjourney-container {
  max-width: 1220px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}
.midjourney-container .caption .title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.midjourney-container .caption .subtitle {
  margin: 10px;
  text-align: center;
  
}
.midjourney-container .trial-contact {
  margin-top: 44px;
  text-align: center;
}
.midjourney-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: 314px;
}
.banner {
  width: 100%;
  background-image: url('/img/midjourney/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,
.banner .content .title {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
}
.banner .contact {
  margin-top: 36px;
}
.banner .contact .btn {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  padding: 0 30px;
  border-radius: 18.5px;
  font-size: 16px;
}
.banner .contact .btn:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
.banner .contact .btn.trial {
  background-color: #fff;
  color: #34B9F1;
}

/* 优秀 AI 智能绘画推荐 */
.recommend {
  padding: 60px 0 75px;
}
.recommend-imgs {
  width: 1086px;
  height: 1358px;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.recommend-imgs > img {
  margin-top: 10px;
  margin-left: 10px;
  border-radius: 10px;
}
.recommend-imgs > img:nth-child(1),
.recommend-imgs > img:nth-child(2),
.recommend-imgs > img:nth-child(3),
.recommend-imgs > img:nth-child(4) {
  margin-left: 0;
}
.recommend-imgs > img:nth-child(4n+1) {
  margin-top: 0;
}

/* 使用场景 */
.scenes {
  padding-bottom: 100px;
}
.scenes-list {
  margin-top: 39px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.scenes-list .item {
  margin-top: 50px;
}
.scenes-list .item:nth-child(1),
.scenes-list .item:nth-child(2),
.scenes-list .item:nth-child(3) {
  margin-top: 0;
}
.scenes-list .item > img{
  border-radius: 10px;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.16);
}
.scenes-list .item .title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 22px;
}
.scenes-list .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);
}
