/* common */
.fine-report-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/fineReport/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;
  font-weight: bold;
}
.banner .content .subtitle {
  font-size: 25px;
}
.banner .content .title {
  font-size: 35px;
}
.banner .contact {
  margin-top: 37px;
}
.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.personal {
  background-color: #e5a414;
  color: #fff;
}
.banner .contact .btn.enterprise {
  background-color: #fff;
  color: #e5a414;
}

/* 专为企业数据分析而设计 */
.design-for-enterprise {
  padding: 60px 0 75px 0;
}
.design-for-enterprise .caption {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.design-tabs {
  margin-top: 55px;
}
.design-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;
}
.design-tabs .tabs-btns > li {
  cursor: pointer;
  padding: 0 8px 5px;
  position: relative;
  text-align: center;
}
.design-tabs .tabs-btns > li img {
  display: inline-block;
  vertical-align: middle;
}
.design-tabs .tabs-btns > li .icon {
  height: 85px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}
.design-tabs .tabs-btns > li .text {
  margin-top: 30px;
  font-size: 24px;
}
.design-tabs .tabs-btns > li.current::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: #e5a414;
  border-radius: 2px;
}
.design-tabs .tabs-list {
  margin-top: 50px;
}
.design-tabs .tabs-list > li {
  display: none;
}
.design-tabs .tabs-list > li.current {
  display: block;
}
.design-inner-tabs {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.design-inner-tabs .inner-tabs-btns {
  width: 31.14%;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.design-inner-tabs .inner-tabs-btns > li {
  cursor: pointer;
}
.design-inner-tabs .inner-tabs-btns > li .btn-box {
  padding: 23px 22px 22px;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
.design-inner-tabs .inner-tabs-btns > li .btn-box .title {
  font-size: 22px;
}
.design-inner-tabs .inner-tabs-btns > li .btn-box .description {
  margin-top: 9px;
}
.design-inner-tabs .inner-tabs-btns > li .btn-box .description.shrink {
  letter-spacing: -1px;
}
.design-inner-tabs .inner-tabs-btns > li.current .btn-box {
  background-color: #e5a414;
  color: #fff;
}

.design-inner-tabs .inner-tabs-list {
  width: 66.88%;
}
.design-inner-tabs .inner-tabs-list > li {
  display: none;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.design-inner-tabs .inner-tabs-list > li.current {
  display: block;
}
.design-inner-tabs .inner-tabs-list > li img,
.design-inner-tabs .inner-tabs-list > li video {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

/* 丰富功能助力高效开发，多元应用 */
.function {
  background-color: #f8f8f8;
}
.function .function-box {
  padding: 75px 0;
}
.function .caption {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
.function .content {
  margin-top: 45px;
}
.function .content .row {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.function .content .row + .row {
  margin-top: 27px;
}
.function .content li {
  width: 22.95%;
}
.function .content .item {
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  padding: 24px 20px;
  text-align: center;
}
.function .content .item img {
  display: inline-block;
  vertical-align: top;
}
.function .content .item .title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
}
.function .content .item .description {
  margin-top: 5px;
}

/* 通用场景方案全覆盖 */
.scheme {
  padding: 76px 0 100px;
}
.scheme .caption {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.scheme .scheme-tabs {
  margin-top: 45px;
}
.scheme .scheme-tabs .tabs-btns {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  padding: 0 1.22%;
}
.scheme .scheme-tabs .tabs-btns > li {
  cursor: pointer;
  font-size: 24px;
  padding-bottom: 4px;
  position: relative;
}
.scheme .scheme-tabs .tabs-btns > li.current::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #e5a414;
  border-radius: 2px;
}
.scheme .scheme-tabs .tabs-list {
  margin-top: 46px;
}
.scheme .scheme-tabs .tabs-list > li {
  display: none;
}
.scheme .scheme-tabs .tabs-list > li.current {
  display: block;
}
.scheme-content {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  height: 467px;
}
.scheme-content .words,
.scheme-content .slide {
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
.scheme-content .words {
  width: 31.15%;
  padding: 30px 38px;
  box-sizing: border-box;
  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;
  background-color: #e5a414;
  color: #fff;
}
.scheme-content .words .title {
  font-size: 22px;
}
.scheme-content .words .description {
  margin-top: 26px;
}
.scheme-content .slide {
  width: 66.88%;
}
.scheme-content .slide .layui-carousel > [carousel-item] {
  border-radius: 8px;
}
.layui-carousel,
.layui-carousel > [carousel-item] > * {
  background-color: transparent !important;
}
.layui-carousel .layui-carousel-ind {
  top: 15px !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;
}

/* 来自客户的肯定 */
.customer-accept {
  padding-bottom: 110px;
}
.customer-accept .caption {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.customer-accept .slide {
  margin: 50px -6px 0;
}
.customer-accept .slide .layui-carousel[lay-indicator='outside'] {
  margin-bottom: 35px;
}
.customer-accept .slide .layui-carousel .layui-carousel-ind {
  top: 19px !important;
}
.customer-accept .slide .layui-carousel .layui-carousel-ind ul li {
  width: 15px;
  height: 15px;
  margin: 0 6px;
}
.customer-accept .slide .layui-carousel .layui-carousel-arrow[lay-type='sub'] {
  left: -56px;
}
.customer-accept .slide .layui-carousel .layui-carousel-arrow[lay-type='add'] {
  right: -56px;
}
.customer-accept .slider-box {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  padding: 6px;
}
.customer-accept .slider-box.center {
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.customer-accept .slider-box .item {
  width: 31.31%;
  padding: 38px 16px;
  height: 507px;
  box-sizing: border-box;
  background-color: #f8f8f8;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
}
.customer-accept .slider-box .item img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.customer-accept .slider-box .item .company {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.customer-accept .slider-box .item .company .logo {
  width: 84px;
}
.customer-accept .slider-box .item .company .name {
  margin-left: 4.45%;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  font-size: 22px;
  font-weight: bold;
}
.customer-accept .slider-box .item .pic {
  margin-top: 29px;
}
.customer-accept .slider-box .item .words {
  margin-top: 36px;
}
.customer-accept .slider-box .item .customer {
  margin-top: 15px;
  font-weight: bold;
}

/* 免费试用下载 */
.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);
}
