/* common */
.gen-ai-container {
  max-width: 1220px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}
.gen-ai-container .caption {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

/* 顶部banner */
.banner,
.banner .content {
  height: 311px;
}
.banner {
  width: 100%;
  background-image: url('/img/genAI/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 {
  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;
}

/* GenAI */
.preface {
  padding-top: 60px;
}
.profile-row {
  padding-top: 75px;
}
.profile-row.last {
  padding-bottom: 110px;
}
.why-use {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.why-use .item {
  width: 385px;
  box-sizing: border-box;
  padding: 30px 40px;
  background-color: #FAFAFA;
  border-radius: 10px;
}
.why-use .item.big,
.why-use .item.large {
  margin-top: 32px;
}
.why-use .item.big {
  width: 492px;
}
.why-use .item.large {
  width: 696px;
}
.why-use .item .title {
  font-size: 20px;
  font-weight: bold;
}
.why-use .item .summary {
  margin-top: 12px;
}
.tools {
  margin-top: 27px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tools .item {
  padding: 39px 26px;
  box-sizing: border-box; 
  width: 385px;
  border-radius: 10px;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.16);
  text-align: center;
  margin-top: 36px;
}
.tools .item:nth-child(1),
.tools .item:nth-child(2),
.tools .item:nth-child(3){
  margin-top: 0;
}
.tools .item > img {
  display: inline-block;
  vertical-align: middle;
}
.tools .item .title,
.tools .item .summary {
  margin-top: 12px;
}
.tools .item .title {
  font-size: 20px;
  font-weight: bold;
}
.case {
  margin-top: 27px;
  display: flex;
  justify-content: space-between;
}
.case .item {
  width: 50%;
  background-color: #F8F8F8;
  box-sizing: border-box;
  padding: 54px 55px;
}
.case .item.right {
  background-color: #EEEEEE;
}
.case .item > img {
  display: inline-block;
  vertical-align: middle;
  border-radius: 10px;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.16);
}
.case .item .title {
  margin-top: 46px;
  font-size: 26px;
  font-weight: bold;
}
.case .item .summary {
  margin-top: 18px;
}

/* 免费试用下载 */
.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);
}
