/* common */
.fine-amb-container {
  max-width: 1220px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
}

/* 顶部banner */
.banner,
.banner .content {
  height: 313px;
}
.banner {
  width: 100%;
  background-image: url('../img/fineAmb/banner_top.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  /*margin-top: 55px;*/
}
.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 {
  margin-top: 16px;
}
.banner .content .title {
  font-size: 35px;
  font-weight: bold;
}

/* 传统核算软件 PK 阿米巴经营系统 */
.pk {
  padding: 60px 0 75px;
}
.pk .caption {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.pk .content {
  margin: 33px 30px 0;
}
.pk-chart .row {
  display: flex;
  justify-content: center;
  display: -webkit-flex;
  display: -moz-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.pk-chart .row + .row {
  margin-top: 12px;
}
.pk-chart .head .row .left,
.pk-chart .head .row .right {
  font-weight: bold;
  width: 50%;
}
.pk-chart .head .row .left {
  padding: 2px 92px 2px 20px;
  text-align: right;
}
.pk-chart .head .row .right {
  padding: 2px 20px 2px 92px;
}
.pk-chart .main {
  margin-top: 8px;
}
.pk-chart .main .row .left,
.pk-chart .main .row .right {
  width: calc(50% - 42px);
}
.pk-chart .main .row .left {
  padding: 10px 92px 10px 20px;
  text-align: right;
  background-color: #f1f2f8;
  border-radius: 23px 0 0 23px;
  margin-right: -42px;
}
.pk-chart .main .row .center {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  background-color: #b4b5b6;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
  z-index: 1;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
}
.pk-chart .main .row .right {
  padding: 10px 20px 10px 92px;
  background-color: #e09f0e;
  color: #fff;
  border-radius: 0 23px 23px 0;
  margin-left: -42px;
}

/* 帆软阿米巴系统架构 */
.framework .caption {
  text-align: center;
}
.framework .caption .title {
  font-size: 36px;
  font-weight: bold;
}
.framework .content {
  background-color: #f8f9fd;
  text-align: center;
  margin-top: 33px;
}
.framework .content img {
  display: inline-block;
  vertical-align: top;
}

/* 适用场景与功能 */
.scene {
  padding: 75px 0;
}
.scene .caption {
  text-align: center;
}
.scene .caption .title {
  font-size: 36px;
  font-weight: bold;
}
.scene .scene-tabs {
  margin: 35px 25px 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
.scene .scene-tabs .tabs-btns {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  padding-top: 15px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.17);
}
.scene .scene-tabs .tabs-btns > li {
  cursor: pointer;
  font-size: 20px;
  padding: 11px 0;
  position: relative;
}
.scene .scene-tabs .tabs-btns > li.current::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background-color: #e5a414;
}
.scene .scene-tabs .tabs-list {
  padding: 29px 35px;
}
.scene .scene-tabs .tabs-list > li {
  display: none;
}
.scene .scene-tabs .tabs-list > li.current {
  display: block;
}
.scene-content {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.scene-content .words {
  width: 293px;
  margin-top: 84px;
}
.scene-content .words .title {
  font-size: 22px;
  font-weight: bold;
}
.scene-content .words .profile {
  margin-top: 25px;
}
.scene-content .pic {
  width: 725px;
}
.scene-content .pic img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

/* 满足企业需求，实现阿米巴全流程落地 */
.process {
  padding-bottom: 110px;
}
.process .caption {
  text-align: center;
}
.process .caption .title {
  font-size: 36px;
  font-weight: bold;
}
.process .content {
  margin: 50px 25px 0;
}
.process-img img {
  isplay: inline-block;
  vertical-align: top;
  width: 100%;
}
.process-step {
  margin-top: 29px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.process-step li {
  width: 12%;
}
/* 免费试用下载 */
.download {
  height: 228px;
  background-color: #e5a414;
  color: #fff;
  text-align: center;
}
.download .title {
  font-size: 30px;
  font-weight: bold;
  padding-top: 37px;
}
.download .description {
  padding-top: 14px;
}
.download .contact {
  padding-top: 31px;
}
.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);
}
