/* common */
.xtract-container {
  max-width: 1220px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  padding: 60px 0;
}
.xtract-container .have-arrows {
  position: relative;
  padding: 0 32px;
}
.xtract-container .have-arrows::before,
.xtract-container .have-arrows::after {
  content: '';
  display: block;
  width: 21px;
  height: 23px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.xtract-container .have-arrows::before {
  left: 0;
  background: url('/img/xtractForAlteryx/arrow_left.png') center/100% 100%;
}
.xtract-container .have-arrows::after {
  right: 0;
  background: url('/img/xtractForAlteryx/arrow_right.png') center/100% 100%;
}
.xtract-container .caption .label {
  font-weight: bold;
  color: #E5A414;
  margin-bottom: 20px;
  text-align: center;
}
.xtract-container .caption .subtitle{
  text-align: center;
  color: #818181;
}
.xtract-container .caption .title{
  text-align: center;
  margin-top: 25px;
}
.xtract-container .caption .title .title-box{
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
}
.xtract-container .btns {
  text-align: center;
  margin-top: 42px;
}
.xtract-container .btns a {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  border-radius: 19px;
  color: #fff;
  font-weight: bold;
  background-color: #F12A3C;
  padding: 0 25px;
}
.xtract-container .btns a + a {
  margin-left: 67px;
}
.section-gray {
  background-color: #F7F7F7;
}

/* 顶部banner */
.banner,
.banner .content {
  height: 312px;
}
.banner {
  width: 100%;
  background-image: url('/img/yunio/yunio_1.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;
  color: #fff;
  padding: 0 !important;
}
.banner .content .subtitle {
  font-size: 25px;
  margin-top: 15px;
}
.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;
}

/* Alteryx 的 SAP 接口 */
.sap-interface-content {
  padding-top: 24px;
}
.sap-interface-content .text {
  text-align: center;
}
.sap-interface-content .btns {
  text-align: center;
  margin-top: 42px;
}

/* 将 SAP 数据集成到 Alteryx 数据流中 */
.sap-data-content {
  padding-top: 42px;
  display: flex;
  /*justify-content: space-around;*/
  align-items: center;
  justify-content: space-between;
}
/*.sap-data-content .text {*/
/*  width: 479px;*/
/*}*/
/*.sap-data-content .img {*/
/*  width: 665px*/
/*}*/

.sap-data-content .description p + p {
  margin-top: 1.5em;
}
.sap-data-content .title,
.solution .profile .title {
  margin-bottom: 24px;
}
.sap-data-content .title .title-box,
.solution .profile .title .title-box {
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
}
.sap-data-content .btns {
  text-align: left;
  margin-top: 34px;
}
.sap-data .line {
  width: 1240px;
  height: 3px;
  background-color: #C2C2C2;
  margin: 70px -20px 40px;
}
.solution {
  width: 1214px;
  margin: 0 auto;
}
.solution .profile {
  display: flex;
  justify-content: center;
  align-items: center;
}
.solution .profile .img {
  margin-left: 37px;
}
.solution .slide {
  width: 100%;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}
.solution .slide,
.solution-item {
  height: 435px;
}
.solution-item {
  position: relative;
}
.solution-item .dialogue {
  position: absolute;
  width: 765px;
  height: 252px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.75);
  border-radius: 0 50px 50px 50px;
  box-sizing: border-box;
  padding: 10px 68px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
}
.solution-item .dialogue .title {
  font-weight: bold;
}
.solution-item .dialogue .words {
  margin-top: 25px;
}
.solution-item .dialogue .words .arrow {
  display: inline-block;
  width: 16px;
  height: 8px;
}
.solution-item .dialogue .words .arrow-start {
  margin-right: 5px;
  background: url('/img/xtractForAlteryx/arrow_min_right.png') center/100% 100%;
}
.solution-item .dialogue .words .arrow-end {
  margin-left: 5px;
  background: url('/img/xtractForAlteryx/arrow_min_left.png') center/100% 100%;
}

.layui-carousel .layui-carousel-ind {
  top: -55px;
}
.layui-carousel .layui-carousel-ind ul{
  padding: 0 !important;
  border-radius: 0 !important;
  background-color: transparent;
}
.layui-carousel .layui-carousel-ind li {
  width: 21px;
  height: 23px;
  border-radius: 0;
  background: url('/img/xtractForAlteryx/arrow_right_white.png') center/100% 100%;
}
.layui-carousel .layui-carousel-ind li.layui-this {
  background: url('/img/xtractForAlteryx/arrow_right.png') center/100% 100%;
}












/* 使用 Xtract for Alteryx 的优势 */
.advantage-content {
  padding-top: 45px;
  color: #333333;
}
.advantage-content .items {
  display: flex;
  justify-content: center;
}
.advantage-content .items .right {
  margin-left: 190px;
}
.advantage-content .items li {
  position: relative;
  padding-left: 49px;
}
.advantage-content .items li + li {
  margin-top: 29px;
}
.advantage-content .items li::before {
  content: '';
  display: block;
  width: 29px;
  height: 29px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url('/img/xtractForAlteryx/tick.png') center/100% 100%;
}
.advantage-content .description {
  margin-top: 51px;
  text-align: center;
}
.advantage-content .btns {
  margin-top: 43px;
}

.banner .xtract-container .btns{
  text-align: left !important;
}

.title-1{
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}

.margin-right-75{
  margin-right: 75px;
}

.margin-bottom-30{
  margin-bottom: 30px;
}

.section-1{
  display: flex;
  justify-content: space-between;
}

.section-1 .div-box-1{
  padding: 12px 32px;
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
  border-radius: 15px 15px 15px 15px;
  width: 503px;
  height: 555px;
}

.section-2 .item-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-2 .item-box .item-left{
  margin-right: 45px;
}

.section-2 .item-box .caption{
  margin-bottom: 34px;
}

.section-2 .item-box  .caption .title{
  text-align: left !important;
  margin-top: 0px !important;
}

.margin-top-135{
  margin-top: 135px;
}

.margin-top-70{
  margin-top: 70px;
}