/*超级短信 应用场景Tab*/
.tabSelect {
  /* border: 3px solid #3fc72b; */
  border: none;
  color: #3fc72b;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.13);
}
.app-scena-navConWrap {
  display: none;
}
.app-scena-navConDis {
  display: block;
}
/*短信公众号 多元化流量入口tab*/

.wxTabSelect {
  background-color: #3fc72b;
  width: 300px;
  height: 112px;
  line-height: 112px;
  text-align: center;
  position: relative;
  transition-property: transform;
}
.wxTabSelect:before {
  position: absolute;

  content: "";
  border-style: solid;
  left: calc(50% - 10px);
  top: -10px;
  border-width: 0px 15px 15px 15px;
  border-color: transparent transparent #3fc72b transparent;
}
/*企业级短信平台 产品优势Tab*/
.qyTabSelect {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(63, 199, 43, 0.3)
  );
}

.disNone {
  display: none;
}
.disBlock {
  display: block;
}
