/* common */
.fine-mobile-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/fineMobile/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 {
  font-size: 16px;
  margin-top: 16px;
}
.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 + .btn {
  margin-left: 22px;
}
.banner .contact .btn.demo {
  background-color: #e5a414;
  color: #fff;
}
.banner .contact .btn.app {
  background-color: #fff;
  color: #e5a414;
}

/* 快速可落地的移动 BI 方案 */
.quick {
  background-color: #f8f8f8;
}
.quick-box {
  padding: 60px 0 75px 0;
}
.quick .caption {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.quick-tabs {
  margin: 60px 10px 0;
}
.quick-tabs .tabs-btns {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  margin: 0 15px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.17);
}
.quick-tabs .tabs-btns > li {
  cursor: pointer;
  padding-bottom: 11px;
  position: relative;
  font-size: 24px;
}
.quick-tabs .tabs-btns > li.current::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background-color: #e5a414;
  border-radius: 2px;
}
.quick-tabs .tabs-list {
  margin-top: 30px;
}
.quick-tabs .tabs-list > li {
  display: none;
}
.quick-tabs .tabs-list > li.current {
  display: block;
}
.quick-inner-tabs {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.quick-inner-tabs .inner-tabs-btns {
  width: 232px;
  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;
}
.quick-inner-tabs .inner-tabs-btns > li {
  cursor: pointer;
  height: 52px;
  line-height: 52px;
  font-size: 24px;
  text-align: center;
  background-color: #e9e9e9;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
.quick-inner-tabs .inner-tabs-btns > li + li {
  margin-top: 43px;
}

.quick-inner-tabs .inner-tabs-btns > li.current {
  background-color: #e5a414;
  color: #fff;
}

.quick-inner-tabs .inner-tabs-list {
  width: 917px;
  background-color: #fff;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
.quick-inner-tabs .inner-tabs-list > li {
  display: none;
}
.quick-inner-tabs .inner-tabs-list > li.current {
  display: block;
}
.quick-inner-content {
  padding: 30px 69px 30px 64px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.quick-inner-content .text {
  width: 309px;
}
.quick-inner-content .text .title {
  font-size: 22px;
  font-weight: bold;
  margin-top: 30px;
}
.quick-inner-content .text .description {
  margin-top: 30px;
}
.quick-inner-content .pic {
  width: 412px;
  min-height: 354px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.quick-inner-content .pic img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

/* 所有分析功能全部装入你的口袋 */
.function {
  padding: 75px 0;
}
.function .caption {
  text-align: center;
}
.function .caption .title {
  font-size: 36px;
  font-weight: bold;
}
.function .caption .subtitle {
  margin-top: 19px;
}
.function .content {
  margin: 37px 10px 0;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.function .items {
  width: 403px;
}
.function .items.left {
  text-align: right;
}
.function .items.right {
  text-align: left;
}
.function .items li + li {
  margin-top: 30px;
}
.function .items li .title {
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.function .items li .title::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  background-color: #e5a414;
  top: 8px;
}
.function .items.left li .title::after {
  right: 0;
}
.function .items.left li .title {
  padding-right: 25px;
}
.function .items.right li .title::after {
  left: 0;
}
.function .items.right li .title {
  padding-left: 25px;
}

.function .items li .profile {
  margin-top: 9px;
  font-size: 14px;
}
.function .phone {
  width: 312px;
}
.function .phone img {
  display: inline-block;
  vertical-align: top;
}

/* 客户实战应用案例 */
.customer-case {
  background-color: #f8f8f8;
}
.customer-case-box {
  padding: 70px 0 110px;
}
.customer-case .caption {
  text-align: center;
}
.customer-case .caption .title {
  font-size: 36px;
  font-weight: bold;
}
.customer-case .customer-case-tabs {
  margin: 33px 25px 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
.customer-case .customer-case-tabs .tabs-btns {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  padding-top: 15px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.17);
}
.customer-case .customer-case-tabs .tabs-btns > li {
  cursor: pointer;
  font-size: 20px;
  padding: 11px 0;
  position: relative;
}
.customer-case .customer-case-tabs .tabs-btns > li.current::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background-color: #e5a414;
}
.customer-case .customer-case-tabs .tabs-list {
  padding: 19px 93px 29px 85px;
}
.customer-case .customer-case-tabs .tabs-list > li {
  display: none;
}
.customer-case .customer-case-tabs .tabs-list > li.current {
  display: block;
}
.customer-case-content {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.customer-case-content .words {
  width: 487px;
  margin-top: 94px;
}
.customer-case-content .words .title {
  font-size: 22px;
  font-weight: bold;
}
.customer-case-content .words .profile {
  margin-top: 25px;
}
.customer-case-content .pic {
  width: 440px;
}
.customer-case-content .pic img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

/* 免费试用下载 */
.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);
}
