html {
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: -apple-system,BlinkMacSystemFont,'Helvetica Neue',Helvetica,Segoe UI,Arial,Roboto,'PingFang SC','Hiragino Sans GB','Microsoft Yahei',sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
  font-size: 14px;
  background-color: #fff;
}
body, p, h1, h2, h3, h4, h5, h6, ul, li {
  margin: 0;
  padding: 0;
}
a {
  color: #1890ff;
  text-decoration: none;
}

/* 顶部链接选中时样式 */
.header-main .menu li {
  position: relative;
}
.header-main .menu li.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 2px;
  background: #fff;
}

li {
  list-style: none;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.d-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: -webkit-wrap;
  flex-wrap: wrap;
}
.flex-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.justify-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-1 {
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  overflow: hidden;
}

.color1 {
  color: #1890ff;
}
.t-center {
  text-align: center;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.full-container:nth-child(2n) {
  background-color: #F8FBFF;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 75px 0;
}
.section-title {
  font-size: 36px;
  line-height: normal;
  margin-bottom: 50px;
  text-align: center;
}
.section-subtitle {
  text-align: center;
  margin: 21px 0 56px;
  font-size: 18px;
  color: #54545A;
}

.funcs-section ul img {
  width: 90px;
  height: 90px;
}
.funcs-section ul > li {
  text-align: center;
  max-width: 212px;
}
.funcs-section ul > li p {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #8c949d;
  line-height: 22px;
}
.funcs-section ul > li .name {
  font-size: 18px;
  font-weight: 600;
  color: #373e54;
  margin-top: 14px;
}

.play-methods-content {
  height: 564px;
  position: relative;
}
.play-methods-content::before {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #e5e5e5;
  position: absolute;
  top: 120px;
  left: 0;
}
.play-methods-content li.active .play-method-intro {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.play-methods-content li.active .play-method-nav {
  color: #3A8FF9;
  border-bottom: 3px solid #3A8FF9;
}
.play-methods-content li.active .play-method-nav img {
  opacity: 1;
}
.play-method-nav {
  width: 110px;
  height: 120px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #333;
  line-height: 1;
  position: relative;
  z-index: 9;
  cursor: default;
}
.play-method-nav img {
  width: 44px;
  height: 44px;
  margin-bottom: 30px;
  vertical-align: middle;
  opacity: .5;
}
.play-method-intro {
  display: none;
  height: 374px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 50px
}
.play-method-intro > img {
  width: 668px;
  height: 372px;
  object-fit: contain;
}
.play-mi-title {
  font-size: 28px;
  font-weight: 400;
  color: #3A8FF9;
  line-height: 1;
  margin-bottom: 40px;
}
.play-mi-line {
  margin-bottom: 30px;
}
.play-mi-no {
  font-size: 36px;
  font-weight: 400;
  color: #AADAFF;
  line-height: 48px;
  margin-right: 20px;
}
.play-mi-text {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 36px;
}

.qw-crm-item {
  width: 288px;
  height: 308px;
  background-color: #ffffff;
  border-radius: 6px;
  margin-right: 16px;
  margin-bottom: 34px;
  box-sizing: border-box;
  border: 2px solid #FFFFFF;
  box-shadow: 1px 10px 43px 0px rgba(71, 71, 71, 0.1);
  padding: 52px 22px 0px 22px;
  position: relative;
  z-index: 89;
}
.qw-crm-item:nth-child(4n) {
  margin-right: 0;
}
.qw-crm-item > img {
  width: 70px;
  height: 70px;
  margin-bottom: 37px;
}
.qw-crm-item:hover > img {
  transform: scale(1.2);
  transition: all 1s;
}
.qw-crm-item:hover {
  box-shadow: 2px 19px 40px 0px rgba(75, 149, 252, 0.13);
  border: 2px solid rgb(75, 149, 252);
}
.qw-crm-title {
  font-size: 20px;
  font-weight: bold;
  color: #141E38;
  line-height: 25px;
  text-align: left;
  margin-bottom: 27px;
}
.qw-crm-text {
  font-size: 16px;
  font-weight: 400;
  color: #5C6276;
  line-height: 30px;
}

.problem-item {
  margin-right: 73px;
  margin-top: 40px;
  color: #333649;
  max-width: 245px;
  text-align: center;
}
.problem-icon {
  margin: 0 auto;
  height: 80px;
  width: 80px;
  margin-bottom: 15px;
  background: url(/img/problem.png) no-repeat center;
}
.problem-item:nth-child(1) .problem-icon {
  background-position: 0 -160px;
}
.problem-item:nth-child(2) .problem-icon {
  background-position: 0 -400px;
}
.problem-item:nth-child(3) .problem-icon {
  background-position: 0 -320px;
}
.problem-item:nth-child(4) .problem-icon {
  background-position: 0 -560px;
}
.problem-item:nth-child(5) .problem-icon {
  background-position: 0 -240px;
}
.problem-item:nth-child(6) .problem-icon {
  background-position: 0 -0;
}
.problem-item:nth-child(7) .problem-icon {
  background-position: 0 -80px;
}
.problem-item:nth-child(8) .problem-icon {
  background-position: 0 -480px;
}
.problem-item:nth-child(4n) {
  margin-right: 0;
}
.problem-title {
  font-size: 22px;
  margin-bottom: 10px;
}
.problem-text {
  font-size: 14px;
  opacity: 0.7;
  line-height: 24px;
}

.qw-official {
  background: #f9faff url(/img/qw-official-sbg.png) no-repeat center bottom;
}
.qw-official-item {
  margin-right: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 6px 32px 0px rgba(139,154,196,0.05);
  box-shadow: 0px 6px 32px 0px rgba(139,154,196,0.05);
  border-radius: 2px;
  text-align: center;
  color: #333649;
  padding: 50px 36px;
  min-height: 400px;
}
.qw-official-item:hover {
  background: url(/img/qw-official-bg.png) no-repeat center center;
  color: #fff;
  background-size: 100%;
}
.qw-official-item:hover .qw-official-icon {
  background-image: url(/img/qw-official-b.png);
}
.qw-official-icon {
  margin: 0 auto;
  width: 90px;
  height: 90px;
  margin-bottom: 40px;
  background: url(/img/qw-official-a.png) no-repeat 0 0;
}
.qw-official-item:nth-child(1) .qw-official-icon {
  background-position: 0 0;
}
.qw-official-item:nth-child(2) .qw-official-icon {
  background-position: 0 -90px;
}
.qw-official-item:nth-child(3) .qw-official-icon {
  background-position: 0 -180px;
}
.qw-official-item:nth-child(4) .qw-official-icon {
  background-position: 0 -270px;
}
.qw-official-item:nth-child(4) {
  margin-right: 0;
}
.qw-official-title {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.qw-official-text {
  text-align: left;
  opacity: 0.7;
  line-height: 24px;
  font-size: 14px;
}

.hard-item {
  width: 220px;
  height: 320px;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 16px 0 rgba(174,196,221,.3);
  box-shadow: 0 2px 16px 0 rgba(174,196,221,.3);
  padding: 42px 10px 0;
  box-sizing: border-box;
}
.hard-item:nth-child(2n) {
  margin-top: 42px;
}
.hard-item > img {
  height: 70px;
  width: 70px;
}
.hard-title {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  line-height: 36px;
  margin: 27px 0 24px;
}
.hard-text {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin: 0;
}
.hard-text big {
  font-size: 22px;
  font-weight: 700;
}
.access-btn {
  display: block;
  height: 48px;
  width: 136px;
  border-radius: 24px;
  background-color: #0c67f6;
  line-height: 48px;
  font-size: 14px;
  color: #fff;
  margin: 0 auto 8px;
  cursor: pointer;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.access-btn:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.dg-scrm {
  background: #fff url(../img/dg-scrm-bg.png) no-repeat center center;
  /* background-image: url(../img/dg-scrm-bg.png); */
}
.dg-scrm-content {
  background: url(../img/dg-scrm-content.png) no-repeat center center;
  height: 500px;
  position: relative;
  margin-top: 60px;
}
.dg-scrm-box {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  position: absolute;
}
.dg-scrm-box .box {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-top: 10px;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dg-scrm-box::before, .dg-scrm-box::after {
  color: #5d6494;
  font-size: 14px;
  position: absolute;
}
.dg-scrm-box:nth-child(1), .dg-scrm-box:nth-child(2) {
  background-color: rgba(134,92,253,0.2);
  left: 90px;
  top: 10px;
}
.dg-scrm-box:nth-child(2) {
  bottom: 50px;
  top: auto;
}
.dg-scrm-box:nth-child(2) .box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}
.dg-scrm-box:nth-child(1)::before, .dg-scrm-box:nth-child(2)::before {
  /* content: "线上电商 视频号 广告"; */
  content: "\7ebf\4e0a\7535\5546\0020\89c6\9891\53f7\0020\5e7f\544a";
  width: 60px;
  white-space: pre-wrap;
  display: inline-block;
  margin-top: 160px;
  margin-left: 80px;
}
.dg-scrm-box:nth-child(2)::before {
  /* content: "微信群"; */
  content: "\5fae\4fe1\7fa4";
}
.dg-scrm-box:nth-child(1)::after, .dg-scrm-box:nth-child(2)::after {
  /* content: "线下门店 公众号 搜索"; */
  content: "\7ebf\4e0b\95e8\5e97\0020\516c\4f17\53f7\0020\641c\7d22";
  width: 60px;
  white-space: pre-wrap;
  display: inline-block;
  margin-top: 30px;
  margin-left: -15px;
}
.dg-scrm-box:nth-child(2)::after {
  /* content: "个人微信 个人号"; */
  content: "\4e2a\4eba\5fae\4fe1\0020\4e2a\4eba\53f7";
}
.dg-scrm-box:nth-child(1) .box, .dg-scrm-box:nth-child(2) .box {
  background-color: #865cfd;
}
.dg-scrm-box:nth-child(3) {
  background-color: rgba(0,122,255,0.2);
  left: 335px;
  top: 170px;
}
.dg-scrm-box:nth-child(3) .box {
  background-color: #007aff;
  padding: 0 25px;
}
.dg-scrm-box:nth-child(3)::after {
  /* content: "新客红包 任务裂变 导购添加 活动海报"; */
  content: "\65b0\5ba2\7ea2\5305\0020\4efb\52a1\88c2\53d8\0020\5bfc\8d2d\6dfb\52a0\0020\6d3b\52a8\6d77\62a5";
  position: absolute;
  right: -75px;
  top: 12%;
  width: 60px;
}
.dg-scrm-box:nth-child(4) {
  background-color: rgba(0,122,255,0.2);
  left: 680px;
  top: 10px;
}
.dg-scrm-box:nth-child(4) .box {
  background-color: #007aff;
  padding: 0 25px;
}
.dg-scrm-box:nth-child(4)::after {
  /* content: "新客互动、微信、社群、朋友圈福利互动"; */
  content: "\65b0\5ba2\4e92\52a8\3001\5fae\4fe1\3001\793e\7fa4\3001\670b\53cb\5708\798f\5229\4e92\52a8";
  position: absolute;
  width: 170px;
  bottom: -60px;
}
.dg-scrm-box:nth-child(5) {
  background-color: rgba(0,122,255,0.2);
  bottom: 52px;
  left: 680px;
}
.dg-scrm-box:nth-child(5) .box {
  background-color: #007aff;
  text-align: center;
  padding: 0 15px;
}
.dg-scrm-box:nth-child(5)::before {
  /* content: "精准福利推送 渠道来源"; */
  content: "\7cbe\51c6\798f\5229\63a8\9001\0020\6e20\9053\6765\6e90";
  position: absolute;
  width: 100px;
  bottom: -60px;
  white-space: pre-wrap;
  left: 125px;
}
.dg-scrm-box:nth-child(5)::after {
  /* content: "用户画像标签 \9 \9 用户行为数据分析"; */
  content: "\7528\6237\753b\50cf\6807\7b7e\0020\000d\000a\7528\6237\884c\4e3a\6570\636e\5206\6790";
  position: absolute;
  width: 130px;
  bottom: -60px;
  white-space: pre-wrap;
  left: -20px;
}
.dg-scrm-box:nth-child(6) {
  background-color: rgba(255,141,48,0.2);
  right: 70px;
  top: 170px;
}
.dg-scrm-box:nth-child(6) .box {
  background-color: #ff8d30;
  padding: 0 25px;
}
.dg-scrm-box:nth-child(6)::after {
  /* content: "线索分配 流失预警 商机管理 小程序变现"; */
  content: "\7ebf\7d22\5206\914d\0020\6d41\5931\9884\8b66\0020\5546\673a\7ba1\7406\0020\5c0f\7a0b\5e8f\53d8\73b0";
  position: absolute;
  left: -100px;
  top: 12%;
  width: 75px;
  text-align: right;
}
.dg-scrm-associated {
  color: #5d6494;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 230px;
  left: 650px;
}
.dg-scrm-associated img {
  margin: 0 10px;
  vertical-align: middle;
}

.switch-list {
  position: relative;
  padding: 60px 0;
}
.switch-list.right .switch-list-content {
  left: 0;
  right: auto;
}
.switch-list.right .switch-list-nav, .switch-list.right .switch-list-btns {
  margin-left: 610px;
}
.switch-list-nav {
  width: 590px;
  padding: 14px 5px;
  margin-bottom: 25px;
  border-radius: 5px;
  cursor: pointer;
}
.switch-list-item.active .switch-list-nav {
  background: #eaf3ff;
}
.switch-list-item.active .switch-list-content {
  display: block;
}
.switch-ln-no {
  width: 30px;
  position: relative;
  top: 6px;
  font-size: 20px;
  color: #296CFF;
}
.switch-ln-no > span {
  position: relative;
  z-index: 1;
}
.switch-ln-no::after {
  content: '';
  position: absolute;
  left: 0;
  top: -8px;
  background: linear-gradient(205deg, #b3cbff 14%, rgba(255, 255, 255, 0.98) 83%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  z-index: 0;
}
.switch-ln-title {
  font-size: 20px;
  color: #424e67;
  line-height: 1.4;
}
.switch-ln-text {
  font-size: 16px;
  color: #8091b6;
  line-height: 25px;
}
.switch-list-content {
  width: 500px;
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.switch-list-content img {
  width: 100%;
}
.switch-list-btn {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  background: #296cff;
  border: 1px solid #296cff;
  border-radius: 2px;
  color: #fff;
  padding: 6px 20px;
}
.switch-list-btn:hover {
  opacity: .8;
}
.switch-list-btn:nth-child(2) {
  margin-left: 20px;
  color: #296cff;
  background: transparent;
}

.qw-scrm-func {
  margin-left: 22px;
  width: 180px;
  text-align: center;
  margin-bottom: 60px;
}
.qw-scrm-func img {
  width: 124px;
  height: 124px;
  margin-bottom: 28px;
}
.qw-scrm-func:hover img {
  transform: rotate(360deg);
  transition: all 1s;
}
.qw-scrm-func p {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #394665;
}

.project-item {
  text-align: center;
  margin: 15px;
  width: 260px;
  height: 200px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 hsla(0,0%,77.3%,.71);
  box-shadow: 0 0 20px 0 hsla(0,0%,77.3%,.71);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.project-item p {
  font-size: 16px;
  padding-top: 19px;
}
.project-bg {
  width: 100%;
  border-radius: 8px;
}
.project-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 2;
}
.project-mask img {
  height: 120px;
  width: 120px;
}
.project-mask p {
  font-size: 20px;
  color: #fff;
  line-height: 28px;
}
.project-item:hover .project-bg {
  height: 200px;
  width: 260px;
  -o-object-fit: cover;
  object-fit: cover;
}
.project-item:hover .project-mask {
  opacity: 1;
}

.shortcut-item {
  text-align: center;
  width: 326px;
  padding: 0 37px;
}
.shortcut-item > img {
  width: 224px;
}
.shortcut-title {
  font-size: 20px;
  text-align: center;
  color: #424e67;
  line-height: 1.4;
  margin-bottom: 15px;
}
.shortcut-text {
  font-size: 16px;
  color: #8091b6;
}
.shortcut-btn {
  display: inline-block;
  font-size: 18px;
  line-height: 1.4;
  background: #296cff;
  border: 1px solid #296cff;
  border-radius: 2px;
  color: #fff;
  margin: 60px auto 0px;
  padding: 10px 34px;
}

.cert-scroll {
  width: 100%;
  height: 304px;
  margin-bottom: 40px;
  background: #F8F8F8;
  overflow: hidden;
}
.cert-scroll ul {
  white-space: nowrap;
}
.cert-scroll li {
  width: 346px;
  height: 244px;
  display: inline-block;
  margin-right: 30px;
  margin-top: 30px;
}
.cert-scroll img {
  width: 346px;
  height: 244px;
}
.cert-intro-item {
  text-align: center;
}
.cert-intro-item > img {
  height: 110px;
  margin: 0 auto;
}
.cert-intro-item p {
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(46, 53, 88, 0.85);
}




.float-contact {
  width: 80px;
  position: fixed;
  z-index: 101;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #488BFF;
  border-radius: 3px;
}
.float-item {
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 15px 0px;
  position: relative;
  cursor: pointer;
}
/* .float-item:hover {
  background: #2E7BFF;
} */
.float-item a {
  display: block;
  color: #fff;
}
.float-item:hover .float-content {
  display: block;
}
.float-item > img {
  width: 32px;
  height: 32px;
  margin-bottom: 5px;
}
.float-item::after {
  content: '';
  width: 50px;
  height: 1px;
  background: #F5F6F7;
  position: absolute;
  left: 15px;
  bottom: 0;
}
.float-item:last-child::after {
  display: none;
}
.float-content {
  display: none;
  white-space: nowrap;
  position: absolute;
  right: 90px;
  top: 50%;
  background: #fff;
  padding: 17px;
  color: #488BFF;
  font-size: 16px;
  transform: translateY(-50%);
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.3);
  /* -webkit-transition: all 0.1s ease-in-out 0.2s;
  -moz-transition: all 0.1s ease-in-out 0.2s;
  -ms-transition: all 0.1s ease-in-out 0.2s;
  -o-transition: all 0.1s ease-in-out 0.2s;
  transition: all 0.1s ease-in-out 0.2s; */
}
.float-content img {
  height: 100px;
  margin-right: 10px;
  vertical-align: middle;
}