@charset "UTF-8";
html,
body {
  height: 100%;
}

html,
body,
div,
p,
ul,
li,
input,
button {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fff;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

i {
  font-style: normal;
}

input,
button {
  outline: none;
  outline-style: none;
  border: 0;
  display: inline-block;
}

.center {
  width: 1190px;
  margin: 0 auto;
}

.sph-section-info {
  font-size: 20px;
  color: #999999;
  text-align: center;
  margin-bottom: 20px;
}

.sph-section-title {
  font-size: 40px;
  color: #333333;
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
}

.sph-section {
  padding: 80px 0 60px 0;
}

.zebra-bgc:nth-of-type(odd) {
  background-color: #FFFFFF;
}

.zebra-bgc:nth-of-type(even) {
 
  background-color: #F4F7FF;
}

/* 复制banner样式需要将banner-wrap开始复制 */
.banner-wrap {
  height: 530px;
  position: relative;
  background-image: url(../img/web-sph/sph-v2/banner_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  box-sizing: border-box;
}

.banner-section {
  height: 100%;
  position: relative;
}

.banner-wrap-center {
  height: 100%;
  position: relative;
}

.banner-wrap-center .banner-txt {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  letter-spacing: 2px;
}

.banner-wrap-center .banner-txt p {
  font-size: 26px;
  margin-bottom: 20px;
}

.banner-wrap-center .banner-txt p:last-of-type {
  margin-bottom: 75px;
}

.banner-wrap-center .banner-txt .title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
}

.banner-wrap-center .banner-txt .preview-code {
  font-size: 16px;
  text-align: center;
  color: #FF550E;
  padding: 8px 36px;
  background-color: #FFFFFF;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.5s;
}

.banner-wrap-center .banner-txt .preview-code:hover {
  opacity: 0.8;
}

.banner-wrap-center .banner-img-ref {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 500px;
  height: 400px;
  background-image: url(../img/web-sph/sph-v2/banner_bg_ref.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}

.sph-fx-page.banner-wrap {
  background-image: url(../img/web-sphfx/sph-v2/sph_fx_banner_bg.png);
}

.sph-fx-page .banner-wrap-center .banner-img-ref {
  right: 0;
  bottom: -48px;
  width: 469px;
  height: 460px;
  background-image: url(../img/web-sphfx/sph-v2/sph_fx_banner_bg_ref.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}

/* 增量场景 */
.sph-scene-wrap {
  box-sizing: border-box;
  text-align: center;
}

.sph-scene-wrap .sph-section-title {
  margin-bottom: 10px;
}

.sph-scene-wrap img {
  width: 100%;
}

/* 视频号解决难题 */
.problem .sph-section-title {
  margin-bottom: 10px;
}

.problem:nth-of-type(odd) .center {
  flex-direction: row-reverse;
}

.problem:nth-of-type(odd) .img-wrap {
  margin-left: 20px;
}

.problem:nth-of-type(even) .img-wrap {
  margin-right: 20px;
}

.problem-item .center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.problem-item .txt-wrap {
  width: 520px;
}

.problem-item .txt-wrap .txt-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 50px;
}

.problem-item .txt-wrap .txt-info {
  font-size: 16px;
  color: #555555;
  margin-bottom: 60px;
}

.problem-item .txt-wrap .txt-info-item {
  margin-bottom: 20px;
}

.problem-item .txt-wrap .txt-info-item:last-of-type {
  margin-bottom: 0;
}

.problem-item .txt-wrap .free-btn {
  padding: 10px 30px;
  border-radius: 4px;
  background-color: #006BFF;
  color: #FFFFFF;
  cursor: pointer;
}

.problem-item .img-wrap {
  flex: 1;
}

.problem-item .img-wrap img {
  width: 100%;
}

/* 多种裂变玩法 */
.lbwf-step-section .sph-section-title,
.sk-step-section .sph-section-title {
  margin-bottom: 60px;
}

.step-section .step-tabs {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 34px;
  font-size: 22px;
  font-weight: 600;
  color: #333333;
}

.step-section .step-tabs .step-tab-item {
  cursor: pointer;
  position: relative;
  padding-bottom: 19px;
}

.step-section .step-tabs .step-tab-item.active {
  color: #006BFF;
}

.step-section .step-tabs .step-tab-item.active::before {
  content: "";
  display: block;
  width: 150%;
  border-bottom: 1px solid #006BFF;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.step-section .step-info {
  text-align: center;
  color: #666666;
  font-size: 20px;
}

.step-section .step-flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.step-section .step-flex .step-item {
  flex: 1;
  text-align: center;
  font-size: 16px;
  color: #333333;
  text-align: center;
}

.step-section .step-flex .step-item img {
  width: 100%;
}

.step-section .step-flex .step-item p {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.step-section .step-flex .step-item .highlight-txt {
  color: #006BFF;
  font-weight: 600;
  margin-right: 4px;
  font-size: 20px;
}

.step-section .step-flex .step-item .default-txt {
  text-align: left;
}

.step-section .step-flex .step-prev {
  display: block;
  width: 13px;
  height: 19px;
  background-image: url(../img/icons.png);
  background-size: 600px 600px;
  background-repeat: no-repeat;
  background-position: -176px 0;
  align-self: center;
}

.step-section .step-content {
  display: none;
}

.step-section .step-content[type="fslb"] .step-item:last-of-type, .step-section .step-content[type="splb"] .step-item:last-of-type, .step-section .step-content[type="qvld"] .step-item:last-of-type {
  flex: 0.98;
}

.step-section .step-content.active {
  display: block;
}

/* 核心功能 */
.core-wrap .sph-section-title {
  margin-bottom: 60px;
}

.core-flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.core-flex .core-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 32%;
  padding: 34px 18px;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 17px;
  border: 1px solid #F0F0F0;
  transition: box-shadow 0.5s;
}

.core-flex .core-item:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  padding: 18px 18px;
}

.core-flex .core-item:hover .ask {
  display: inline-block;
}

.core-flex .core-item .icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  background-image: url(../img/icons.png);
  background-size: 600px 600px;
  background-repeat: no-repeat;
}

.core-flex .core-item .txt-content {
  flex: 1;
}

.core-flex .core-item .txt-content .txt-content-title {
  font-size: 23px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 17px;
}

.core-flex .core-item .txt-content .txt-content-info {
  font-size: 15px;
  color: #666666;
  margin-bottom: 20px;
}

.core-flex .core-item .ask {
  display: inline-block;
  font-size: 14px;
  color: #006BFF;
  border: 1px solid #006BFF;
  border-radius: 4px;
  padding: 4px 18px;
  display: none;
}

.core-flex .core-item .ask:hvoer {
  cursor: pointer;
}

.core-flex.mask-mode .core-item {
  padding: 22px 18px;
  position: relative;
}

.core-flex.mask-mode .core-item .ask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #006BFF;
  color: #fff;
  padding: 6px 30px;
  opacity: 0;
}

.core-flex.mask-mode .core-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.3));
  opacity: 0;
  transition: opacity 0.5s;
}

.core-flex.mask-mode .core-item:hover {
  padding: 22px 18px;
}

.core-flex.mask-mode .core-item:hover::before,
.core-flex.mask-mode .core-item:hover .ask {
  opacity: 1;
}

.sph-sk-page .core-item:nth-of-type(1) .icon {
  background-position: -254px 0;
}

.sph-sk-page .core-item:nth-of-type(2) .icon {
  background-position: -325px 0;
}

.sph-sk-page .core-item:nth-of-type(3) .icon {
  background-position: -396px 0;
}

.sph-sk-page .core-item:nth-of-type(4) .icon {
  background-position: -254px -71px;
}

.sph-sk-page .core-item:nth-of-type(5) .icon {
  background-position: -325px -71px;
}

.sph-sk-page .core-item:nth-of-type(6) .icon {
  background-position: -396px -71px;
}

.sph-sk-page .core-item:nth-of-type(7) .icon {
  background-position: -254px -142px;
}

.sph-sk-page .core-item:nth-of-type(8) .icon {
  background-position: -325px -142px;
}

.sph-sk-page .core-item:nth-of-type(9) .icon {
  background-position: -396px -142px;
}

.sph-fx-page .core-item:nth-of-type(1) .icon {
  background-position: -254px -213px;
}

.sph-fx-page .core-item:nth-of-type(2) .icon {
  background-position: -325px -213px;
}

.sph-fx-page .core-item:nth-of-type(3) .icon {
  background-position: -396px -213px;
}

.sph-fx-page .core-item:nth-of-type(4) .icon {
  background-position: -254px -284px;
}

.sph-fx-page .core-item:nth-of-type(5) .icon {
  background-position: -325px -284px;
}

.sph-fx-page .core-item:nth-of-type(6) .icon {
  background-position: -396px -284px;
}

.sph-fx-page .core-item:nth-of-type(7) .icon {
  background-position: -254px -355px;
}

.sph-fx-page .core-item:nth-of-type(8) .icon {
  background-position: -325px -355px;
}

.sph-fx-page .core-item:nth-of-type(9) .icon {
  background-position: -396px -355px;
}

/* 锁客页面 */
/* 零技术门槛 */
.sph-zero-wrap .sph-section-title {
  margin-bottom: 100px;
}

.sph-zero-wrap img {
  width: 100%;
}

/* 全场景分销 */
.all-scene-wrap .sph-section-title {
  margin-bottom: 30px;
}

.all-scene-wrap .sph-section-info {
  margin-bottom: 0;
  color: #555555;
}

.all-scene-wrap .sph-section-info:last-of-type {
  margin-bottom: 50px;
}

/* 增量场景 */
.sph-scene-wrap {
  box-sizing: border-box;
  text-align: center;
}

.sph-scene-wrap img {
  width: 100%;
}

/* -----------------------------分销页面------------------------------- */
/* 提升小店销量 */
.improve-content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  box-shadow: 0 0 15px rgba(214, 214, 214, 0.38);
}

.improve-content .improve-left {
  padding: 18px;
  width: 240px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  height: 580px;
  background-color: #F5F5F5;
}

.improve-content .improve-left .improve-tab-item {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  padding: 20px 0;
  border-radius: 4px;
  cursor: pointer;
}

.improve-content .improve-left .improve-tab-item.active {
  color: #FFFFFF;
  background-color: #006BFF;
}

.improve-content .improve-right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 80px;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
}

.improve-content .improve-right .improve-tab-content {
  text-align: center;
  width: 100%;
  display: none;
}

.improve-content .improve-right .improve-tab-content .improve-content-ref1 {
  display: inline-block;
  margin-bottom: 30px;
  max-width: 800px;
}

.improve-content .improve-right .improve-tab-content p {
  text-align: left;
  color: #333333;
  font-size: 17px;
  position: relative;
  margin-bottom: 10px;
}

.improve-content .improve-right .improve-tab-content p:last-of-type {
  margin-bottom: 0;
}

.improve-content .improve-right .improve-tab-content p.point {
  padding-left: 20px;
}

.improve-content .improve-right .improve-tab-content p.point::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 2px solid #F82301;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

.improve-content .improve-right .improve-tab-content.active {
  display: block;
}

.improve-content .improve-right .improve-tab-content[type="xdtz"] .improve-content-ref1 {
  margin-bottom: 80px;
}

.improve-content .improve-right .improve-tab-content[type="xdtz"] p {
  margin-left: 80px;
}

.improve-content .improve-right .improve-tab-content[type="zgfy"] .improve-content-ref1 {
  margin-bottom: 80px;
}

.improve-content .improve-right .improve-tab-content[type="ddsk"] .improve-content-ref1 {
  margin-bottom: 80px;
}

.improve-content .improve-right .improve-tab-content[type="fxyzd"] .tab-content-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.improve-content .improve-right .improve-tab-content[type="fxyzd"] .improve-content-ref1 {
  margin-bottom: 60px;
}

.improve-content .improve-right .improve-tab-content[type="fxyzd"] .improve_content_ref2 {
  width: 45%;
}

.improve-content .improve-right .improve-tab-content[type="jqrdd"] {
  display: none;
  justify-content: space-between;
  align-items: center;
}

.improve-content .improve-right .improve-tab-content[type="jqrdd"].active {
  display: flex;
}

.improve-content .improve-right .improve-tab-content[type="jqrdd"] .improve-content-ref1 {
  max-width: 460px;
}

/* 分销裂变流程 */
.sph-fx-page-step .step-tabs {
  width: 98%;
}

.sph-fx-page-step .step-section .step-info {
  font-size: 18px;
}

@media screen and (max-width: 1200px) {
  .center {
    width: 1390px;
    padding: 0 100px;
    box-sizing: border-box;
  }
  body {
    width: 1390px;
  }
}

/* -----------其他页面banner-------------- */
/* 企业微信学院banner样式 */
.qv-study-page.banner-wrap {
  height: 530px;
  position: relative;
  background-image: url(../img/banner/qv_study_banner_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  box-sizing: border-box;
}

.qv-study-page .banner-section {
  height: 100%;
  position: relative;
}

.qv-study-page .banner-wrap-center {
  height: 100%;
  position: relative;
}

.qv-study-page .banner-wrap-center .banner-txt {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  letter-spacing: 2px;
}

.qv-study-page .banner-wrap-center .banner-txt p {
  font-size: 26px;
  margin-bottom: 20px;
}

.qv-study-page .banner-wrap-center .banner-txt p:last-of-type {
  margin-bottom: 75px;
}

.qv-study-page .banner-wrap-center .banner-txt .title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
}

.qv-study-page .banner-wrap-center .banner-txt .preview-code {
  font-size: 16px;
  text-align: center;
  color: #053CFF;
  padding: 8px 36px;
  background-color: #FFFFFF;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.5s;
}

.qv-study-page .banner-wrap-center .banner-txt .preview-code:hover {
  opacity: 0.8;
}

.qv-study-page .banner-wrap-center .banner-img-ref {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 500px;
  height: 377px;
  background-image: url(../img/banner/qv_study_banner_ref.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}

/* 视频号学院banner样式 */
.sph-study-page .banner-wrap {
  height: 530px;
  position: relative;
  background-image: url(../img/banner/sph_study_banner_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  box-sizing: border-box;
}

.sph-study-page .banner-section {
  height: 100%;
  position: relative;
}

.sph-study-page .banner-wrap-center {
  height: 100%;
  position: relative;
}

.sph-study-page .banner-wrap-center .banner-txt {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  letter-spacing: 2px;
}

.sph-study-page .banner-wrap-center .banner-txt p {
  font-size: 26px;
  margin-bottom: 20px;
}

.sph-study-page .banner-wrap-center .banner-txt p:last-of-type {
  margin-bottom: 75px;
}

.sph-study-page .banner-wrap-center .banner-txt .title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
}

.sph-study-page .banner-wrap-center .banner-txt .preview-code {
  font-size: 16px;
  text-align: center;
  color: #FF550E;
  padding: 8px 36px;
  background-color: #FFFFFF;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.5s;
}

.sph-study-page .banner-wrap-center .banner-txt .preview-code:hover {
  opacity: 0.8;
}

.sph-study-page .banner-wrap-center .banner-img-ref {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 352px;
  height: 340px;
  background-image: url(../img/banner/sph_study_banner_ref.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}
.improve-content .improve-right .tab-content-center .point {
  margin-left: 130px;
}
.tab-content-txt .point span {
  color: #F82301;
}
.improve-tab-content[type='tzdl'] .tab-content-txt {
  margin-left: 80px;
}
.improve-content .improve-right .improve-tab-content[type="zdpk"] .tab-content-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.improve-content .improve-right .improve-tab-content[type="zdpk"] .point {
  font-size: 14px;
}
.improve-content .improve-right .improve-tab-content[type="zdpk"] .point::before {
  top: 5px;
}
.improve-content .improve-tab-content[type='zdfy'] {
  width: 700px;
}
.improve-content .improve-right .improve-tab-content[type='zdfy'] .improve-content-ref1{
  max-width: 650px;
  margin-bottom: 20px;
}
.improve-content .improve-right .improve-tab-content[type='zdfy'] .point {
  font-size: 17px;
}
.step-content[type='fslb'] .step-item:last-of-type img {
  margin-bottom: 10px;
}

.core-flex .core-item .icon {
  background-image: url(../img/web-sphfx/sph-v3/new_icon.png);
}
.sph-fx-page .core-item:nth-of-type(1) .icon {
  background-position: 0 0;
}

.sph-fx-page .core-item:nth-of-type(2) .icon {
  background-position:  -71px 0;
}

.sph-fx-page .core-item:nth-of-type(3) .icon {
  background-position: -142px 0;
}

.sph-fx-page .core-item:nth-of-type(4) .icon {
  background-position: -213px 0;
}

.sph-fx-page .core-item:nth-of-type(5) .icon {
  background-position: -284px 0;
}

.sph-fx-page .core-item:nth-of-type(6) .icon {
  background-position: -0 -71px;
}

.sph-fx-page .core-item:nth-of-type(7) .icon {
  background-position: -71px -71px;
}

.sph-fx-page .core-item:nth-of-type(8) .icon {
  background-position: -142px -71px;
}

.sph-fx-page .core-item:nth-of-type(9) .icon {
  background-position: -213px -71px;
}