html,
body,
div,
p,
button,
input,
ul,
li {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  min-height: 100vh;
}

a {
  text-decoration: none;
  color: inherit;
}

i {
  font-style: normal;
}

input,
button {
  outline: none;
  outline-style: none;
  border: 0;
}

.bind-page {
  width: 100%;
  min-height: 100vh;
  background-image: linear-gradient(36deg, #f72503 0%, #ff8a00 99%);
  position: relative;
  box-sizing: border-box;
  padding-bottom: 13.33333vw;
}


/*审核分享员*/
#error-pop{
  width: 90vw;
  padding: 20vw 10vw 10vw 10vw;
  box-sizing: border-box;
  position: fixed;
  top: 48%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 5.3333333333vw;
  text-align: center;
  display: none;
}
#error-pop img {
  width: 70vw;
}
#error-pop .title {
  font-size: 38rem;
  color: #666666;
  font-weight: bold;
  margin-bottom: 5.8666666667vw;
}
#error-pop .action {
  display: inline-block;
  width: 40vw;
  line-height: 10.1333333333vw;
  color: #fff;
  font-size: 30rem;
  margin-top:4vw;
  text-align: center;
  background-image: linear-gradient(to right, #ff861b, #ff491c);
  border-radius: 13.3333333333vw;
}
#error-pop .status {
  background-position: 0 0;
}
#error-pop .info {
  font-size: 20rem;
  color: #999999;
  margin-bottom: 0vw;
}

#mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 99;
  display: none;
}