/* common */
.bard-container {
  max-width: 1220px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}
.bard-container .caption {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

/* 顶部banner */
.banner,
.banner .content {
  height: 313px;
}
.banner {
  width: 100%;
  background-image: url('/img/bard/banner_top.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  background-color: #f9f9f9;
}
.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;
}
.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: 60px 0 75px;
}
.profile .pic {
  margin-top: 33px;
  text-align: center;
}
.profile .pic > img {
  display: inline-block;
  vertical-align: middle;
  border-radius: 10px;
}

/* Google Bard 可以完成的任务 */
.task {
  background-color: #FAFAFA;
}
.task-box {
  padding: 67px 0;
}
.task-detail {
  margin-top: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.task-detail > img {
  border-radius: 10px;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
.task-detail .items {
  margin-left: 54px;
}
.task-detail .items > li {
  padding-left: 22px;
  position: relative;
}
.task-detail .items > li::before {
  content: '';
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  left: 0;
  top: 5px;
  border-radius: 50%;
  background-color: #E5A414;
}
.task-detail .items > li + li {
  margin-top: 14px;
}

/* Google AI 相关应用 */
.applications {
  padding: 75px 0;
}
.app-items {
  margin-top: 33px;
  display: flex;
  justify-content: space-around;
}
.app-items .item {
  width: 500px;
}
.app-items .item .title {
  font-size: 26px;
  font-weight: bold;
  margin-top: 35px;
}
.app-items .item .summary {
  margin-top: 20px;
}


/* 免费试用下载 */
.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);
}
