/* banner下方的内容 */
.sol-menu_list {
  border-left: 1px solid rgba(67, 212, 217, 0.1);
}

.sol-menu_list:nth-last-child(1) {
  border-right: 1px solid rgba(67, 212, 217, 0.1);
}

.sol-menu_actived {
  background: rgba(67, 212, 217, 0.1);
}

/* banner下方的内容 */

.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

.video-main {
  width: 1140px;
  margin: 0 auto;
}  

.video-scene {
  background: #fff;
  padding: 40px 0 50px 0;
}

.scene-title {
  font-size: 30px;
  color: #333;
  height: 150px;
  line-height: 150px;
  text-align: center;
}

.scene-item {
  float: left;
  width: 120px;
  margin-bottom: 30px;
  margin-right: 150px;
}

.scene-item:nth-child(5n) {
  margin-right: 0;
}

.scene-item>div {
  width: 116px;
  height: 116px;
  line-height: 116px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #c7e6ff;
}

.scene-item>p {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  color: #666666;
}

.produce-show {
  padding: 100px 0;
  background: #f9f9f9;
}

.produce-tit {
  text-align: center;
  height: 31px;
  font-size: 30px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 19px;
}

.produce-desc {
  text-align: center;
  height: 20px;
  font-size: 20px;
  line-height: 22px;
  color: #666666;
  margin-bottom: 60px;
}

.produce-item {
  float: left;
  margin-right: 30px;
  width: 216px;
}

.produce-item:nth-child(5n) {
  margin-right: 0;
}

.produce-item>div {
  width: 208px;
  height: 370px;
  padding: 4px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 30px;
}

.produce-item>div img {
  width: 100%;
  height: 100%s;
}

.produce-item>p {
  text-align: center;
  width: 100%;
  height: 20px;
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1;
  color: #333333;
}

.advantage {
  padding: 100px 0 40px 0;
  background: #fff;
}

.advan-tit {
  text-align: center;
  height: 28px;
  font-size: 28px;
  line-height: 1;
  color: #333333;
  margin-bottom: 60px;
}

.advan-item {
  float: left;
  width: 285px;
  margin-right: 20px;
  border-radius: 2px;
  padding: 50px 15px 40px;
}

.advan-item:nth-child(4n) {
  margin-right: 0;
}

.advan-item:hover {
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.05);
}

.advan-item>p {
  width: 56px;
  height: 54px;
  margin: 0 auto 36px;
  overflow: hidden;
}

.advan-item>p span {
  display: block;
  width: 100%;
  height: 100%;
}

.advan-item:hover span {
  position: relative;
  left: -56px;
  border-right: 0px solid transparent;
  -webkit-filter: drop-shadow(56px 0 #42a9ff);
  filter: drop-shadow(56px 0 #42a9ff);
}

.advan-item>i {
  display: block;
  font-style: normal;
  width: 100%;
  height: 21px;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 23px;
}

.advan-item>div {
  width: 100%;
  height: 60px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.video-case {
  background: #fff;
  padding: 60px 0 158px 0;
}

.case-tit {
  width: 100%;
  text-align: center;
  height: 31px;
  font-size: 30px;
  line-height: 22px;
  color: #333333;
  margin: 50px 0 130px;
}

.case-show {
  width: 100%;
  height: 840px;
  border: 1px solid #00b7ee;
  position: relative;
}

.case-name {
  position: absolute;
  width: 175px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #43d4d9;
  font-size: 23px;
  color: #ffffff;
  left: 50%;
  top: -24px;
  margin-left: -87.5px;
}

.case-qrcode {
  position: absolute;
  width: 213px;
  height: 213px;
  border-radius: 50%;
  padding: 7px;
  left: 237px;
  top: -106.5px;
  background: #fff;
  border: 1px solid #00b7ee;
}

.case-qrcode img {
  width: 100%;
  height: 100%;
}

.case-pic {
  width: 900px;
  height: 662px;
  margin: 137px auto 0;
  position: relative;
}

.pic {
  width: 339px;
  height: 662px;
 
  text-align: center;
 
}

 
.pic-left {
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0.9);
}

.pic-mid {
  position: absolute;
  left: 50%;
  margin-left: -170px;
  top: 0;
  z-index: 9;
}

.pic-right {
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0.9);
}

.video-main {
  overflow: hidden;
}

.video-main .carousel-inner {
  overflow: visible;
}

/* 电商 */
/* common */
.eshop-com-title {
  font-size: 30px;
  line-height: normal;
  font-weight: bold;
  color: #595961;
  text-align: center;
  margin-bottom: 20px;
}

.eshop-com-p {
  font-size: 18px;
  color: #595961;
  line-height: normal;
  text-align: center;
}

.clear {
  clear: both;
}

/* common */

/* banner */
.eshop-banner .container {
  text-align: left;
  height: 100%;
}

.eshop-banner h2 {
  padding: 136px 0 30px;
  font-size: 46px;
  line-height: 1em;
  color: #ffffff;
}

.eshop-banner h3 {
  margin: 25px 0px 29px;
  font-size: 24px;
  line-height: 1em;
  color: #ffffff;
}

.eshop-banner h4 {
  margin: 0px 0px 52px;
  font-size: 21px;
  line-height: 1em;
  color: #ffffff;
}

.eshop-banner a {
  font-size: 26px;
  color: #ffffff;
  border: solid 1px #ffffff;
  cursor: pointer;
  border-radius: 10px;
  transition: background-color .2s;
  -moz-transition: background-color .2s;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  width: 200px;
  display: inline-block;
  text-align: center;
  line-height: 48px;
  height: 50px;
  letter-spacing: 2px;
}

.eshop-banner a:hover {
  color: #43d4d9;
  background-color: #fff;
}

/* import index_new */
.banner {
  position: relative;
  width: 100%;
  min-height: 500px;
  max-height: 820px;
  height: 100%;
  text-align: left;
  overflow: hidden;
}

/* import index_new */
/* banner */

/* 核心优势 */
.eshop-advan {
  padding-bottom: 100px;
}

.eshop-advan-title {
  padding: 100px 0 45px;
}

.eshop-advan-list li {
  width: 20%;
  padding: 10px;
}

.eshop-advan-li-box {
  border: 1px solid #43d4d9;
}

.eshop-advan-img-box {
  height: 160px;
  overflow: hidden;
  width: 100%;
  display: table;
}

.eshop-advan-img-box span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.eshop-advan-li-box h3 {
  font-size: 20px;
  color: #43d4d9;
  text-align: center;
  font-weight: bold;
}

.eshop-advan-text {
  padding: 20px 17px;
  height: 100px;
  overflow: hidden;
}

.eshop-advan-li-box p {
  font-size: 13px;
  line-height: 1.5em;
  color: #43d4d9;
  text-align: center;
}

/* 核心优势 */

/* 解决方案 */
.eshop-solu {
  padding-bottom: 80px;
  background-color: #f9f9f9;
}

.eshop-solu-title {
  padding: 100px 0 45px;
}

.eshop-solu-list li {
  width: 20%;
  padding: 15px;
}

.eshop-solu-li-box {}

.eshop-solu-img-box {
  /* height: 390px; */
  overflow: hidden;
  width: 100%;
  display: table;
}

.eshop-solu-img-box span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.eshop-solu-img-box span img {
  width: 100%;
}

.eshop-solu-li-box h3 {
  text-align: center;
  font-size: 20px;
  color: #333333;
  margin-top: 30px;
}

/* 解决方案 */

/* 分销裂变 */
.eshop-change .eshop-solu-list li {
  width: 25%;
  padding: 15px;
}

/* 分销裂变 */
/* 店铺管家 */
.eshop-manage {
  padding: 100px 0;
}

.eshop-manage .container {
  padding-top: 30px;
}

.eshop-manage .col {
  padding: 60px 60px 0;
}

.eshop-manage .row {
  margin-left: -75px;
  margin-right: -75px;
}

.eshop-manage-box {
  display: table;
  width: 100%;
  height: 150px;
}

.eshop-manage-box:hover {
  /* box-shadow: 0px 0px 5px 0px rgba(67, 212, 217, 0.18); */
}

.eshop-manage-box p {
  font-size: 17px;
  color: #646464;
  margin-top: 30px;
}

.eshop-manage-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* 店铺管家 */

/* web平台 */
.eshop-web {
  background-color: #f9f9f9;
  padding: 100px 0;
}

.eshop-web-title h3 {
  padding-bottom: 60px;
}

.eshop-web-left {
  float: left;
  width: 60%;
}

.eshop-web-left img {
  width: 100%;
  box-shadow: 2px 4px 21px 0px rgba(122, 122, 122, 0.3);
}

.eshop-web-right {
  float: left;
  width: 40%;
  padding: 0 0 0 50px;
}

.eshop-web-info-left {
  float: left;
  width: 20%;
}

.eshop-web-info-right {
  float: left;
  width: 80%;
}

.eshop-web-info-right h3 {
  font-size: 20px;
  color: #333333;
}

.eshop-web-info-right p {
  font-size: 14px;
  color: #666666;
  margin: 10px 0 15px;
}

/* web平台 */

/* 可视化编辑 */
.eshop-edit {
  padding: 100px 0;
  width: 100%;
  overflow: hidden;
}

.eshop-edit-item-box {
  width: 100%;
}

.eshop-edit-item-box img {
  width: 100%;
  height: auto;
}

.eshop-edit-item-left {
  float: left;
}

.eshop-edit-item-left h3 {
  font-size: 20px;
  color: #333333;
  line-height: 3em;
}

.eshop-edit-item-right {
  float: right;
}

.eshop-edit-title {
  margin-bottom: 57px;
}

.eshop-edit .container {
  padding: 0 10%;
}

.eshop-edit .carousel-item {
  min-height: auto;
}

.eshop-edit .carousel-control-prev {
  left: -15%;
}

.video-case .carousel-control-prev-icon,
.eshop-edit .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.eshop-edit .carousel-control-next {
  right: -15%;
}

.video-case .carousel-control-next-icon,
.eshop-edit .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* 可视化编辑 */

/* 移动手机端管理 */
.eshop-mobile {
  background-color: #f9f9f9;
  padding: 100px 0 55px;
}

.eshop-mobile .eshop-com-p {
  padding-bottom: 100px;
}

.eshop-mobile-left {
  float: left;
  width: 50%;
}

.eshop-mobile-left li {
  cursor: pointer;
}

.eshop-mobile-right {
  float: right;
  width: 50%;
  text-align: right;
}

.eshop-mobile-icon-box {
  width: 10%;
  float: left;
}

.eshop-mobile-li {
  float: left;
  margin-bottom: 40px;
  width: 90%;
}

.eshop-mobile-li h3 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 10px;
}

.eshop-mobile-li p {
  font-size: 14px;
  color: #666666;
  line-height: 2em;
}

.eshop-mobile-on .eshop-mobile-li h3,
.eshop-mobile-on .eshop-mobile-li p {
  color: #43d4d9;
}

.eshop-mobile-img {
  display: none;
}

.eshop-mobile-icon {
  visibility: hidden;
}

.eshop-mobile-on .eshop-mobile-icon {
  visibility: initial;
}

.eshop-mobile-right :nth-child(1) {
  display: inline;
}

/* 移动手机端管理 */

/* 电商就要玩花样 */
.eshop-play {
  padding-bottom: 80px;
  background-color: #ffffff;
}

.eshop-play-title {
  padding: 100px 0 45px;
}

.eshop-play-list li {
  width: 20%;
  padding: 15px;
}

.eshop-play-li-box {}

.eshop-play-img-box {
  /* height: 390px; */
  overflow: hidden;
  width: 100%;
  display: table;
}

.eshop-play-img-box span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.eshop-play-img-box span img {
  width: 100%;
}

.eshop-play-tab {
  border-bottom: 1px solid #999999;
}

.eshop-play-li-box h3 {
  text-align: center;
  font-size: 20px;
  color: #333333;
  margin-top: 30px;
}

.eshop-play-tab li {
  float: left;
  width: 33.33%;
  font-size: 24px;
  color: #666666;
  padding: 14px 0;
  text-align: center;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}

.eshop-play-tab li.eshop-play-on {
  border-bottom: 3px solid #43d4d9;
}

.eshop-play-intro-box {
  height: 50px;
}

.eshop-play-intro-p {
  font-size: 20px;
  color: #666666;
  line-height: 1em;
  margin-top: 1em;
}

.eshop-play-item {
  display: none;
}

.eshop-play .eshop-play-item-list .eshop-play-item:nth-child(1) {
  display: block;
}


/* 电商就要玩花样 */

/* end */
/* 适配部分 开始 */
 
/*Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
  .banner {
    height: 500px;
    width: 100%;
  }
}



@media screen and (min-width: 768px) and (max-width: 1024px) {
  .eshop-banner .container {
    max-width: 100%;
  }

  .video-main {
    width: 100%;
 
  }

  .eshop-banner h2 {
    padding: 141px 0 0;
  }

  .eshop-manage .row>div {
    width: 33.3%;
    padding: 0;
  }

  .eshop-manage .container {
    max-width: 100%;
    padding: 0;
  }

  .eshop-manage .row {
    width: 100%;
    margin: 0;
  }

  .eshop-play-list li,
  .eshop-solu-list li,
  .eshop-advan-list li {
    width: 33.3%;
  }

  .eshop-web-left {
    width: 100%;
  }

  .eshop-web-right {
    /* float: left; */
    width: 100%;
    padding: 50px 0 0 0px;
  }

  .eshop-web-info-left {
    float: left;
    width: 20%;
  }

  .eshop-mobile-img {
    width: 100%;
    height: auto;
  }

  .eshop-mobile-li {
    margin-bottom: 20px;
  }

  /* 适用场景 */
  .video-main,
  .scene-list {
    width: 100% !important;
  }

  .case-qrcode {
    left: 195px !important;
  }
}

@media screen and (max-width: 768px) {
  .eshop-manage .row>div {
    width: 33.3%;
    padding: 0;
  }

  .video-main {
    width: 100% !important;
  }

  .eshop-manage .container {
    max-width: 100%;
    padding: 0;
  }

  .eshop-manage .row {
    width: 100%;
    margin: 0;
  }

  .banner {
    min-height: 350px;
    height: 350px;
  }

  .eshop-play-list li,
  .eshop-solu-list li,
  .eshop-advan-list li {
    width: 33.3%;
  }

  .eshop-mobile-left,
  .eshop-mobile-right {
    width: 100%;
  }

  .eshop-web-right,
  .eshop-web-left,
  .eshop-banner .container {
    width: 100%;
  }

  .eshop-web-right {
    padding: 50px 0 0 0;
  }

  .eshop-banner h2 {
    padding: 100px 0 0;
    font-size: 35px;
  }

  .eshop-banner h3 {
    font-size: 18px;
  }

  .eshop-banner h4 {
    font-size: 15px;
    margin: 0px 0px 33px;
  }

  .eshop-banner a {
    width: 120px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
  }

  /* 客户案例 */

  .case-qrcode {
    width: 130px !important;
    height: 130px !important;
    left: 145px !important;
    top: -65.5px !important;
  }

  .case-pic {
    width: 100% !important;
  }

  .pic {
    width: 40% !important;
    height: 597px !important;
    padding-top: 53px !important;
  }

  .pic img {
    width: 88% !important;
    height: auto !important;
  }
}

@media (min-width: 414px) and (max-width: 480px) {
  .banner {
    height: 180px;
    width: 100%;
  }
}

@media screen and (max-width: 414px) {
  .nav-wrap {
    background: #43D4D9 !important;
  }

  .eshop-play-list li,
  .eshop-solu-list li,
  .eshop-advan-list li {
    width: 50%;
  }

  .eshop-change .eshop-solu-list li {
    width: 50%;
  }

  /* banner */
  .banner {
    min-height: 270px;
    height: 270px;
  }

  .eshop-banner .banner .container {
    background: none !important;
  }

  .eshop-banner h2 {
    padding: 77px 0 23px;
    font-size: 19px;
  }

  .eshop-banner h3 {
    margin: 0px 0 24px;
    font-size: 18px;
  }

  .eshop-banner h4 {
    margin: 0px 0 30px;
    font-size: 16px;
  }

  .eshop-banner a {
    height: 27px;
    line-height: 25px;
    width: 84px;
    font-size: 13px;
    border-radius: 3px;
  }

  /* banner */

  .eshop-mobile-left,
  .eshop-mobile-img,
  .eshop-mobile-right {
    width: 100%;
  }

  .eshop-play-intro-p,
  .eshop-play-tab li {
    font-size: 16px;
  }

  .eshop-com-title {
    font-size: 24px;
  }

  /* 调整标题间距 */
  .eshop-play-title,
  .eshop-advan-title,
  .eshop-solu-title {
    padding: 75px 0 45px;
  }

  .eshop-edit,
  .eshop-manage,
  .eshop-web {
    padding: 75px 0;
  }

  .eshop-mobile .eshop-com-p {
    padding-bottom: 75px;
  }

  /*  */
  .eshop-web-left,
  .eshop-web-right {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .eshop-web-right .container {
    margin-top: 25px;
  }

  .eshop-advan-li-box h3 {
    font-size: 15px;
  }

  .eshop-advan-text {
    padding: 15px 10px; 
  }

  .eshop-advan-img-box {
    height: 90px;
  }

  .eshop-advan-img-box img {
    width: 10vw;
  }

  .eshop-com-title,
  .case-tit {
    font-size: 15px !important;
  } 

  .eshop-web-info-right h3,
  .eshop-mobile-li h3 {
    font-size: 14px !important;

  }
  
  .eshop-com-p,
  .eshop-solu-li-box h3,
  .eshop-play-intro-p,
  .eshop-play-tab li,
  .eshop-play-li-box h3,
  .eshop-manage-box p {
    font-size: 13px !important;
  }

  .eshop-web-info-right p,
  .eshop-play-intro-p,
  .eshop-mobile-li p,
  .eshop-advan-li-box p {
    font-size: 12px !important;
   line-height: 1.5em;
  }

  .eshop-play-title,
  .eshop-advan-title,
  .eshop-solu-title {
    padding: 30px 0 0px;
  }

  .eshop-edit,
  .eshop-manage,
  .eshop-web,
  .eshop-mobile {
    padding: 30px 0;
  }

  .eshop-advan,
  .eshop-solu,
  .eshop-mobile .eshop-com-p,
  .eshop-play,
  .eshop-web-title h3 {
    padding-bottom: 30px;
  }

  .case-tit {
    margin-bottom: 60px !important;
    font-size: 15px;
  }

  .advan-tit {
    margin-bottom: 0 !important;
  }

  /* 客户案例 */
  .case-qrcode {
    width: 90px !important;
    height: 90px !important;
    left: 66px !important;
    top: -49.5px !important;
  }

  .case-name {
    width: 78px !important;
    height: 25px !important;
    line-height: 25px !important;
    font-size: 14px !important;
    top: -15px !important;
    margin-left: -37.5px !important;
  }

  .case-show {
    height: 450px !important;
  }

  .pic {
    width: 40% !important;
    height: 327px !important;
    padding-top: 30px !important;
  }

  .pic-mid {
    margin-left: -82px !important;
  }

  .pic img {
    width: 89% !important;
  }

  .case-pic {
    margin: 74px auto 0 !important;
    width: 100% !important;
  }

  .video-case {
    padding: 0 0 50px 0 !important;
  }
}

@media screen and (max-width: 375px) {
  .banner {
    min-height: 249px;
    height: 249px;
  }

  .eshop-banner h2 {
    padding: 77px 0 21px;
    font-size: 17px;
  }

  .eshop-banner h3 {
    margin: 0px 0 22px;
    font-size: 16px;
  }

  .eshop-banner h4 {
    margin: 0px 0 21px;
    font-size: 14px;
  }

  .eshop-com-p {
    font-size: 15px;
    padding: 0 15px;
  }

  .eshop-com-title {
    font-size: 20px;
  }

  .eshop-advan {
    padding-bottom: 50px;
  }

  .case-qrcode {
    width: 80px !important;
    height: 80px !important;
    left: 60px !important;
    top: -41.5px !important;
  }

  .pic {
    width: 40% !important;
    height: 294px !important;
    padding-top: 27px !important;
  }

  .case-show {
    height: 420px !important;
  }

  .pic-mid {
    margin-left: -72px !important;
  }

}

@media screen and (max-width: 320px) {

  .eshop-play-title,
  .eshop-advan-title,
  .eshop-solu-title {
    padding: 40px 0 40px;
  }

  .eshop-com-title {
    font-size: 18px;
    margin-bottom: 0;
  }

  .eshop-advan-img-box {
    height: 100px;
  }

  .eshop-advan-li-box h3 {
    font-size: 18px;
  }

  .eshop-advan-text {
    padding: 10px 5px;
    height: 111px;
    overflow: hidden;
  }

  .eshop-com-p {
    font-size: 10px;
    padding: 10px 15px;
  }

  .eshop-solu-li-box h3 {
    font-size: 17px;
    margin-top: 20px;
  }

  .eshop-advan-li-box p,
  .eshop-web-info-right p {
    font-size: 10px;
  }

  .eshop-solu {
    padding-bottom: 50px;
  }

  .eshop-edit,
  .eshop-manage,
  .eshop-web {
    padding: 50px 0;
  }

  .eshop-mobile {
    padding: 50px 0 55px;
  }

  .eshop-play-intro-p,
  .eshop-play-tab li {
    font-size: 14px;
  }

  .eshop-web-info-right h3 {
    font-size: 16px;
  }

  .case-show {
    height: 369px !important;
  }

  .case-qrcode {
    width: 60px !important;
    height: 60px !important;
    left: 50px !important;
    top: -30.5px !important;
  }

  .pic {
    width: 41% !important;
    height: 255px !important;
    padding-top: 25px !important;
  }

  .case-pic {
    margin: 65px auto 0 !important;
  }

  .pic-mid {
    margin-left: -63px !important;
  }

}







/* 适配部分 结束 */