/* common */
.gemini-container {
  max-width: 1220px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}
.gemini-container .caption {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

/* 顶部banner */
.banner,
.banner .content {
  height: 312px;
}
.banner {
  width: 100%;
  background-image: url('/img/gemini/banner_top.jpg');
  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;
}
.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;
}
.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: 50px 0 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile .words {
  width: 465px;
}
.profile .words .title {
  font-size: 28px;
  font-weight: bold;
}
.profile .words .summary {
  margin-top: 23px;
}
.profile > img {
  border-radius: 20px;
}

/* Gemini AI 的应用领域 */
.use-to {
  background-color: #FAFAFA;
}
.use-to-box {
  padding: 70px 0;
}
.use-to-items {
  padding: 0 98px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.use-to-items .item {
  margin-top: 65px;
  text-align: center;
}
.use-to-items .item > img {
  display: inline-block;
  vertical-align: top;
}
.use-to-items .item .title {
  font-size: 25px;
  font-weight: bold;
  margin-top: 45px;
}
.use-to-items .item .detail {
  margin-top: 15px;
}

/* 我们的服务 */
.service {
  padding: 75px 0 100px;
}
.service-items {
  margin-top: 27px;
  display: flex;
  justify-content: space-between;
}
.service-items .item {
  width: 385px;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  padding: 37px 32px 29px;
  border-radius: 10px;
  text-align: center;
}
.service-items .item .title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 36px;
}
.service-items .item .summary {
  margin-top: 28px;
}
.service-items .item .detail {
  font-weight: bold;
  margin-top: 15px;
}

/* 免费试用下载 */
.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);
}
