.el-dialog {
  background: url(http://39.129.16.49:5001/static/cdn_img/web/homeMain/tipBox.png) no-repeat !important;
  background-size: 100% 100% !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.el-icon-close:before {
  content: '' !important;
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url(http://39.129.16.49:5001/static/cdn_img/web/homeMain/img-close.png) no-repeat;
  background-size: 100% 100%;
}
element.style {
  z-index: 2004;
}
.tipMsg .tipBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tipMsg .tipBox .tipLeft {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 423px;
  margin-left: 28px;
  margin-top: -80px;
}
.tipMsg .tipBox .tipLeft .tipTitle {
  margin-top: 60px;
  margin-bottom: 48px;
  /** 文本1 */
  font-size: 36px;
  font-weight: 700;
  color: #00397a;
  text-align: left;
}
.tipMsg .tipBox .tipLeft .tipConten .tipRow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.tipMsg .tipBox .tipLeft .tipConten .tipRow .tipNbm {
  width: 234px;
  margin: 0 20px 0 28px;
  /** 文本1 */
  font-size: 36px;
  font-weight: 700;
  color: #cc4949 !important;
  text-align: left;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
}
.tipMsg .tipBox .tipLeft .tipConten .tipRow .copy {
  cursor: pointer;
  /** 文本1 */
  font-size: 24px;
  font-weight: 400;
  color: #666666;
  text-align: center;
}
.tipMsg .tipBox .tipLeft .tipConten .tipRow::before {
  content: '';
  width: 38px;
  height: 38px;
  background: url(http://39.129.16.49:5001/static/cdn_img/web/homeMain/Phone@2x.png) no-repeat;
  background-size: 100% 100%;
}
.tipMsg .tipBox .tipRight {
  width: 270px;
  height: 286px;
}
.tipMsg .tipBox .tipRight img {
  width: 100%;
  height: 100%;
}
