/* common */
.open-ai-container {
  max-width: 1220px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}
.open-ai-container .caption {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

/* 顶部banner */
.banner,
.banner .content {
  height: 312px;
}
.banner {
  width: 100%;
  background-image: url('/img/openAI/banner_top.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  background-color: #1e1d23;
}
.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;
}
.open-ai-container-box{
  max-width: 1348px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}

/* 简介 */
.profile .profile-row {
  padding: 75px 0;
}
.profile .profile-row.top {
  padding: 65px 0 75px;
}
.profile .profile-row.bg-gray {
  background-color: #FAFAFA;
  padding: 70px 0;
}
.profile .profile-row.small {
  background-color: #FAFAFA;
  padding: 57px 0;
}
.profile-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile-content > video,
.profile-content > img {
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
}
.profile-content > video {
  width: 742px;
  margin-left: 40px;
}
.profile-content > img {
  width: 700px;
}
.profile-content > img.left {
  margin-right: 70px;
}
.profile-content > img.right {
  margin-left: 70px;
}
.profile-content .words {
  flex-grow: 1;
}
.profile-content .words .caption {
  text-align: left;
}
.profile-content .words .summary,
.profile-content .words .btn {
  margin-top: 39px;
}
.profile-content .words .btn {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  padding: 0 20px;
  border-radius: 19px;
  background-color: #E5A414;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
.specific {
  display: flex;
  justify-content: space-between;
}
.specific .item {
  width: 275px;
  height: 247px;
  border-radius: 10px;
  box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.16);
  text-align: center;
  box-sizing: border-box;
  padding: 29px 24px;
}
.specific .item > img {
  display: inline-block;
  vertical-align: middle;
}
.specific .item > p {
  font-size: 20px;
  font-weight: bold;
  margin-top: 18px;
}

/* 内置的全面的安全性和合规性 */
.safe {
  padding-top: 72px;
}
.safe-items {
  margin: 28px 40px 0;
  display: flex;
  justify-content: space-between;
}
.safe-items .item {
  width: 517px;
  text-align: center;
}
.safe-items .item > img {
  display: inline-block;
  vertical-align: middle;
  border-radius: 10px;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
.safe-items .item > p {
  margin: 42px 7px 0;
  display: inline-block;
  padding-left: 49px;
  position: relative;
  text-align: left;
}
.safe-items .item > p::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  width: 29px;
  height: 29px;
  background: url('/img/openAI/tick.png') no-repeat center/100% 100%;
}

/* 客户正在使用 Azure OpenAI 服务进行创新 */
.customer {
  padding: 75px 0 140px;
}
.customer .slide {
  width: 1069px;
  height: 239px;
  margin: 28px auto 0;
  border-radius: 8px;
  box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
}
.customer-item {
  padding: 46px 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
.customer-item.kepro {
  padding-right: 30px;
}
.customer-item .words {
  padding-top: 66px;
  margin-right: 35px;
  background: url('/img/openAI/mark.png') no-repeat;
}
.customer-item .words .title {
  font-weight: bold;
}
.customer-item .words .detail {
  margin-top: 10px;
}
.customer-item > img {
  flex-shrink: 0;
}
.customer .layui-carousel::before {
  content: '';
  display: block;
  width: calc(100% + 112px);
  height: 100%;
  position: absolute;
  left: -56px;
  top: 0;
  z-index: 0;
}
.customer .layui-carousel .layui-carousel-arrow[lay-type='sub'] {
  left: -56px !important;
}
.customer .layui-carousel .layui-carousel-arrow[lay-type='add'] {
  right: -56px !important;
}
.customer .layui-carousel > [carousel-item] {
  border-radius: 8px;
}
.layui-carousel,
.layui-carousel > [carousel-item] > * {
  background-color: transparent !important;
}
.layui-carousel .layui-carousel-ind {
  top: 20px !important;
}
.layui-carousel .layui-carousel-ind ul {
  background-color: transparent !important;
  padding: 0;
  border-radius: 0;
}
.layui-carousel .layui-carousel-ind ul li {
  width: 11px;
  height: 11px;
  margin: 0 5px;
  background-color: #eaeaea;
}
.layui-carousel .layui-carousel-ind ul li.layui-this {
  background-color: #e5a414;
}

/* 免费试用下载 */
.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);
}
