html,
body {
  padding: 0;
  margin: 0;
  min-width: 1000px;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow-x: auto;
}

image {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
}

.box {
  box-sizing: border-box;
  width: 100%;
  height: 91%;
  min-height: 6rem;
  position: relative;
  padding-bottom: 2.14rem;
  background: url(../images/bg.jpg) no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background.jpg', sizingMethod='scale');
  -ms-filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background.jpg', sizingMethod='scale');
}
.box .newforget > .top .top-header a:hover {
  color: #ff9600;
}

.newforget {
  width: 13.02rem;
  margin: 0 auto;
}
.newforget > .top {
  width: 13.02rem;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  color: #fff;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.18rem 0;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.newforget > .top .left {
  width: 100%;
  height: 0.68rem;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.newforget > .top .left a {
  width: 2.75rem;
  height: 100%;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.newforget > .top .left img {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
a {
  text-decoration: none;
}

.newforget > .top .left .welcom {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  padding-left: 0.2rem;
  font-size: 0.15rem;
  margin-left: 0.2rem;
  border-left: 1px solid #fff;
}

.center .telregbox {
  width: 3rem;
  height: 4.2rem;
  margin-left: 60%;
  border-top: 1px solid rgba(255, 255, 255, 0);
}
.center .telregbox p {
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
  margin: 0;
  height: 8%;
}
.center .telregbox .telreg {
  /*测试*/
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;

  height: 92%;
  background: #fff;
  padding: 0.2rem;
  box-sizing: border-box;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.6);
  text-align: center;
}
.center .telregbox .telreg {
  line-height: 0rem;
}
.center .telregbox .telreg input[type="text"],
input[type="password"] {
  height: 0.4rem;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  margin-bottom: 0.15rem;
}
.center .telregbox .telreg input[type="text"]:nth-child(2) {
  width: 50%;
}
.center .telregbox .telreg .codebox {
  width: 100%;
  text-align: left;
  display: flex;
  display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box; /* Firefox 17- */
  display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex; /* Firefox 18+ */
  display: -ms-flexbox; /* IE 10 */
  /* 测试 */
  /* margin-top: 0.15rem; */
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
}
.center .telregbox .telreg .codebox .nickname {
  width: 55%;
}
.center .telregbox .telreg .codebox .getcode {
  width: 38%;
}
.center .telregbox .telreg button {
  width: 100%;
  height: 0.4rem;
  border: none;
  background: #5677fc;
  color: #fff;
  border-radius: 5px;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
  outline: none;
  margin-bottom: 0.1rem;
}
.center .telregbox .telreg .perlogin {
  position: relative;
  display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box; /* Firefox 17- */
  display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex; /* Firefox 18+ */
  display: -ms-flexbox; /* IE 10 */
  display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.center .telregbox .telreg .tologin,
.toaccount {
  font-size: 0.14rem;
  height: 0.2rem;
  margin-top: 0.2rem;
  line-height: 0.2rem;
  color: #000;
}
.footer {
  width: 100%;
  height: calc(9% - 1px);
  /*Firefox*/
  height: -moz-calc(9% - 1px);
  /*chrome safari*/
  height: -webkit-calc(9% - 1px);
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

.footer p {
  font-size: 0.14rem;
  text-align: center;
  margin: 0.5% 0;
}

.footer p a {
  color: #000;
  display: inline-block;
  *display: inline-block;
  *zoom: 1;
  text-decoration: none;
  padding-left: 0.1rem;
}

.footer p a:hover {
  color: #ff9600;
}

.wrap {
  width: 4rem;
  height: 0.8rem;
  background: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  border-radius: 0.1rem;
  position: fixed;
  top: 0.3rem;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.8rem;
}

@media screen and (max-width: 1400px) {
  .newforget {
    width: 12rem;
  }
  .newforget > .top {
    width: 12rem;
  }
}
