.outbox{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(42, 153, 242, 0.12);
}

.xrerror{
  position: relative;
  width: 100%;
  height: 100%;
}

.xrwrap {
  position: absolute;
  top: 50%;
  margin-top: -308px;
  left: 50%;
  margin-left: -600px;
  width: 1200px;
  height: 616px;
}

.xrwrap img {
  margin: 0 auto;
  display: block;
  width: 400px;
  height: 375px;
}

.xrwrap h1{
  margin-top: 40px;
  text-align: center;
}

.xrwrap .btn1 {
  display: block;
  width: 114px;
  height: 40px;
  margin: 0 auto;
  border-radius: 4px;
  font-size: 18px;
  margin-top: 40px;
  background: #e7f4fe;
  font-weight: 400;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #2a99f2;
}

.xrwrap .btn1 a{
  display: block;
  width: 100%;
  height: 38px;
  line-height: 37px;
  color: #2a99f2;
  font-size: 18px;
  white-space: nowrap;
}