/* common */
.dkp-search-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/dkpSearch/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 .title {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
}
.banner .contact {
  margin-top: 25px;
}
.banner .contact .btn {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  padding: 0 30px;
  border-radius: 18.5px;
  font-size: 16px;
  font-weight: bold;
  background-color: #3f6de1;
  color: #fff;
}
.banner .contact .btn:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

/* 优势特性 */
.specific {
  padding: 60px 0 80px;
}
.specific-detail {
  margin-top: 50px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.specific-detail .profile {
  width: 630px;
}
.specific-detail .profile .items {
  margin-top: 41px;
}
.specific-detail .profile .items .item {
  padding-left: 40px;
  position: relative;
}
.specific-detail .profile .items .item::before {
  content: '';
  display: block;
  width: 30px;
  height: 31px;
  position: absolute;
  left: 0;
  top: -3px;
}
.specific-detail .profile .items .item.a::before {
  background: url('../img/dkpSearch/specific_icon_1.png') no-repeat center center;
}
.specific-detail .profile .items .item.b::before {
  background: url('../img/dkpSearch/specific_icon_2.png') no-repeat center center;
}
.specific-detail .profile .items .item.c::before {
  background: url('../img/dkpSearch/specific_icon_3.png') no-repeat center center;
}
.specific-detail .profile .items .item + .item {
  margin-top: 29px;
}
.specific-detail .profile .items .item .title {
  font-size: 18px;
  font-weight: bold;
}
.specific-detail .profile .items .item .title span {
  color: #3f6de1;
}
.specific-detail .profile .items .item .summary {
  margin-top: 10px;
}
.specific-detail .img {
  margin-top: 13px;
}
.specific-detail .img img {
  display: inline-block;
  vertical-align: top;
}
.trial {
  background-color: #1c51e5;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  margin-top: 70px;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  padding-right: 35px;
}
.trial .entry {
  width: 513px;
}
.trial .entry .title {
  font-size: 22px;
  color: #fff;
}
.trial .entry .btn {
  margin-top: 25px;
}
.trial .btn a {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  padding: 0 23px;
  border-radius: 18.5px;
  color: #1c51e5;
  background-color: #fff;
}
.trial .btn a:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

/* DKP 数据搜索如何帮助企业洞察数据 */
.how-help .caption {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.how-help .gray-box {
  background-color: #f4f7fb;
}
.how-help .reason {
  padding: 70px 0;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.how-help .reason img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.how-help .reason.a {
  padding: 50px 0 65px;
}
.how-help .reason.c {
  padding: 65px 0;
}
.how-help .reason.a .img {
  width: 637px;
}
.how-help .reason.b .img {
  width: 638px;
}
.how-help .reason.c .img {
  width: 582px;
}
.how-help .reason.c .img {
  width: 538px;
}
.how-help .reason.a .summary {
  width: 580px;
}
.how-help .reason .summary,
.how-help .reason.b .summary {
  width: 530px;
}
.how-help .reason.c .summary {
  width: 520px;
}
.how-help .reason.d .summary {
  width: 501px;
}
.how-help .reason .summary .title {
  color: #3f6de1;
  font-size: 28px;
  font-weight: bold;
}
.how-help .reason .summary .items .item {
  margin-top: 35px;
}
.how-help .reason .summary .items .item .name {
  padding-top: 19px;
  position: relative;
  font-size: 26px;
  font-weight: bold;
}
.how-help .reason .summary .items .item .name::before,
.how-help .reason-safe .items .item .name::before {
  content: '';
  display: block;
  width: 56px;
  height: 5px;
  border-radius: 5px;
  background-color: #3f6de1;
  position: absolute;
  top: 0;
  left: 0;
}
.how-help .reason .summary .items .item .list {
  margin-top: 12px;
}
.how-help .reason .summary .items .item .list.dots p {
  padding-left: 20px;
  position: relative;
}
.how-help .reason .summary .items .item .list.dots p::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #3f6de1;
}
.how-help .reason-safe {
  padding: 65px 0 134px;
}
.how-help .reason-safe .title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #3f6de1;
}
.how-help .reason-safe .items {
  margin-top: 35px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.how-help .reason-safe .items .item {
  margin-top: 54px;
  width: 335px;
}
.how-help .reason-safe .items .item:nth-child(1),
.how-help .reason-safe .items .item:nth-child(2),
.how-help .reason-safe .items .item:nth-child(3) {
  margin-top: 0;
}
.how-help .reason-safe .items .item .name {
  padding-top: 23px;
  font-size: 26px;
  font-weight: bold;
  position: relative;
}
.how-help .reason-safe .items .item .description {
  font-weight: bold;
  margin-top: 14px;
}

/* 典型应用场景，业务人人可用 */
.scene {
  padding-bottom: 110px;
}
.scene .caption {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.scene .items {
  margin-top: 35px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.scene .items > li {
  background-color: #fff;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  width: 350px;
}
.scene .items .item {
  padding: 32px 30px;
  text-align: center;
}
.scene .items .item .icon {
  display: inline-block;
  width: 96px;
  height: 93px;
}
.scene .items .item .icon.a {
  background: url('../img/dkpSearch/scene_1.png') center center no-repeat;
}
.scene .items .item .icon.b {
  background: url('../img/dkpSearch/scene_2.png') center center no-repeat;
}
.scene .items .item .icon.c {
  background: url('../img/dkpSearch/scene_3.png') center center no-repeat;
}
.scene .items .item .title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 9px;
  color: #3f6de1;
}
.scene .items .item .summary {
  margin-top: 13px;
}

/* 体验 Demo  */
.download {
  height: 228px;
  background-color: #3f6de1;
  color: #fff;
  text-align: center;
}
.download .title {
  font-size: 30px;
  font-weight: bold;
  padding-top: 64px;
}
.download .contact {
  padding-top: 20px;
}
.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: #3f6de1;
  font-size: 16px;
  background-color: #fff;
}
.download .contact a:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
