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 .account > .top .top-header a:hover {
  color: #ff9600;
}

.account {
  width: 13.02rem;
  margin: 0 auto;
}
.account > .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;
}

.account > .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;
}

.account>.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;
}

.account > .top .left img {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
a {
  text-decoration: none;
}

.account > .top .left .welcom {
  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: 3.1rem;
  margin-left: 60%;
}
.center .telregbox p {
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
  margin: 0;
  height: 10%;
}
.center .telregbox .telreg {
  /*测试*/
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;

  height: 90%;
  background: #fff;
  padding: 0.2rem;
  box-sizing: border-box;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.6);
}
.center .telregbox .telreg {
  line-height: 0rem;
  text-align: right;
}
.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 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;
}
.center .telregbox .telreg .toforget {
  font-size: 0.14rem;
  height: 0.2rem;
  margin-top: 0.4rem;
  line-height: 0.2rem;
  color: #000;
}
.center .telregbox .telreg .tonewlogin {
  line-height: 1em;
  margin-top: 0.1rem;
}
.center .telregbox .telreg .tonewlogin a {
  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;
  color: #000;
  margin: 0.5% 0;
}

.footer p a {
  /* color: #d7d8dd; */
  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) {
  .account {
    width: 12rem;
  }
  .account > .top {
    width: 12rem;
  }
}
