
.errorPageBox[data-v-ced9300e] {
  text-align: center;
}
.errorFont[data-v-ced9300e] {
  font-size: 36px;
  color: #999999;
  margin: 2% 0px 4% 0px;
}
.errorPageBox_center[data-v-ced9300e] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.backHome[data-v-ced9300e]{ 
  border: 2px solid #1364AB;
  border-radius: 44px;
  height: 40px;
  padding: 5px 30px;
  text-align: center;
  line-height: 30px;
  color: #1364AB;
   cursor: pointer;
   margin-right: 2%;
}
.backHome_box[data-v-ced9300e]{ 
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.backHome_box img[data-v-ced9300e]{ 
  margin-right: 5px;
}
.backPage[data-v-ced9300e] {
   margin-left: 2%;
  background: #1364ab;
  border-radius: 44px;
  height: 40px;
  padding: 5px 20px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  cursor: pointer;
}

#errorM .main_box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 140px;
}
#errorM .error-text {
  font-size: 12px;
  font-weight: 400;
  color: #c6cacf;
  line-height: 17px;
  margin-top: 20px;
  margin-bottom: 40px;
}
#errorM .nextClass {
  width: 112px;
  height: 40px;
  background: #1464ab;
  border-radius: 6px;
}

