@charset "UTF-8";
/*---------       字体行高       -----------*/
/*---------       字体颜色       -----------*/
/*---------       边框颜色       -----------*/
/*---------       背景颜色       -----------*/
/* 属性多值传递
ex:
@include remCalc(padding,10,20);
padding: 0.13333rem 0.26667rem;*/
/*按钮纯色系*/
/*按钮边框色系*/
/*按钮大小*/
/*自适应按钮*/
/*标题*/
/*小消息标签*/
/*背景色点击变化*/
/*字数省略限制*/
/*波纹点击效果*/
.errorPage-main[data-v-75f78c1b] {
  width: 100%;
  height: 100vh;
  background: #fff;
}
.errorPage[data-v-75f78c1b] {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 605px;
}
.errorPage img[data-v-75f78c1b] {
    width: 980px;
    height: 500px;
}
.errorPage .text1[data-v-75f78c1b] {
    font-size: 24px;
    font-weight: bold;
    color: #434953;
    margin: 20px auto;
    margin-top: -100px;
}
.errorPage .text2[data-v-75f78c1b] {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}
.errorPage .btn[data-v-75f78c1b] {
    width: 200px;
    line-height: 44px;
    background: #4995f7;
    opacity: 1;
    border-radius: 22px;
    color: #fff;
    font-size: 16px;
    margin: 60px auto 0;
    cursor: pointer;
}
@media screen and (max-height: 700px) {
.errorPage[data-v-75f78c1b] {
    height: 585px;
}
.errorPage .btn[data-v-75f78c1b] {
      margin-top: 40px;
}
}

