@charset "utf-8";
:root{
  --tpl-accent:#40cc92;
  --tpl-text:#333;
  --tpl-text-strong:#111;
  --tpl-text-muted:#666;
  --tpl-text-on-inverse:#fff;
  --tpl-bg-base:#fff;
  --tpl-bg-muted:#f9f9f9;
  --tpl-font-heading:14px;
  --tpl-font-body:12px;
}
@font-face{
  font-family:iconfont;
  src:url(../fonts/iconfont.eot);
  src:url(../fonts/iconfont.eot?#iefix) format("embedded-opentype"),url(../fonts/iconfont.woff2) format("woff2"),url(../fonts/iconfont.woff) format("woff"),url(../fonts/iconfont.ttf) format("truetype"),url(../fonts/iconfont.svg#iconfont) format("svg");
}
.iconfont{
  font-family:iconfont!important;
  font-style:normal;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
.weui_msg_jump{
  box-sizing:border-box;
  color:var(--tpl-text-muted);
  font-family:Helvetica,Arial,PingFangSC-Regular,Microsoft Yahei,sans-serif;
  left:50%;
  max-width:92%;
  padding:24px 18px;
  position:absolute;
  text-align:center;
  top:50%;
  transform:translate(-50%,-50%);
  width:420px;
}
.weui_icon{
  margin-bottom:16px;
}
.weui_icon .jump-bg{
  background:url(../../images/la/jump.png) center/contain no-repeat;
  height:120px;
  margin:0 auto;
  width:120px;
}
.weui_icon_msg{
  color:var(--tpl-accent);
  font-size:64px;
  line-height:1;
}
.weui_msg_title{
  color:var(--tpl-text-strong);
  font-size:20px;
  line-height:1.4;
  margin:0 0 12px;
}
.weui_xtts,
.weui_tzt{
  color:var(--tpl-text-muted);
  font-size:14px;
  line-height:1.8;
  margin:6px 0 0;
  word-break:break-word;
}
.jump-wrap{
  min-height:100vh;
}
@media (max-width:480px){
  .weui_msg_jump{
    width:86%;
  }
  .weui_icon .jump-bg{
    height:96px;
    width:96px;
  }
}
