
.domId[data-v-d86f3db0] {
  width: 100%;
  height: 100%;
}


.leadTips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 140px;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px)
}
.leadTips img {
  display: inline-block;
  width: 49px;
  height: 40px
}
.leadText {
  width: auto;
  display: inline-block;
  background: #4a90e2;
  color: #fff;
  padding: 10px
}

