html {
  padding: 0;
}

body {
  margin: 0;
}

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

a:hover {
  color: #ff753a;
  transition: all 0.3s linear;
}

.loginwrap .heads {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.loginwrap .back {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 145px;
  padding-bottom: 145px;
}

.loginwrap .back .center {
  width: 380px;
  height: 425px;
  background: #fff;
  border-radius: 4px;
  position: relative;
  left: 62%;
}

.loginwrap .back .center .ways {
  width: 350px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 30px;
}

.loginwrap .back .center .ways div {
  font-size: 22px;
  cursor: pointer;
}

.loginwrap .back .center .ways div.active {
  color: #ff753a;
  border-bottom: 2px solid #ff753a;
}

.loginwrap .back .center .iptwrap {
  width: 350px;
  margin: 0 auto;
  text-align: left;
}

.loginwrap .back .center .iptwrap .iptitem {
  display: none;
}

.loginwrap .back .center .iptwrap .iptitem.cur {
  display: block;
}

.loginwrap .back .center .iptwrap .iptitem div {
  position: relative;
  margin: 26px 0;
}

.loginwrap .back .center .iptwrap .iptitem div .tips {
  position: absolute;
  bottom: -20px;
  left: 0;
  font-size: 12px;
  color: #ff753a;
}

.loginwrap .back .center .iptwrap .iptitem div span {
  position: absolute;
  display: inline-block;
  left: 6px;
  top: 25%;
  width: 18px;
  height: 22px;
  background: url(../images/indexico.png);
  background-position-y: -36px;
}

.loginwrap .back .center .iptwrap .iptitem div span.ico-tel {
  background-position-x: -220px;
}

.loginwrap .back .center .iptwrap .iptitem div span.ico-user {
  background-position-x: -131px;
}

.loginwrap .back .center .iptwrap .iptitem div span.ico-psw {
  background-position-x: -161px;
}

.loginwrap .back .center .iptwrap .iptitem div span.ico-vcode {
  background-position-x: -251px;
}

.loginwrap .back .center .iptwrap .iptitem div span.ico-sms {
  background-position-x: -191px;
}

.loginwrap .back .center .iptwrap .iptitem div input {
  display: inline-block;
  width: 340px;
  height: 32px;
  line-height: 1.0;
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 10px;
  text-indent: 26px;
  color: #333;
}

.loginwrap .back .center .iptwrap .iptitem div input:focus {
  outline: none;
  border-color: #ff753a;
  transition: all 0.3s linear;
}

.loginwrap .back .center .iptwrap .iptitem div input.vcode {
  width: 200px;
}

.loginwrap .back .center .iptwrap .iptitem div button {
  background: #ff753a;
  color: #fff;
  border: none;
  width: 118px;
  height: 42px;
  border-radius: 4px;
  border: none;
}

.loginwrap .back .center .iptwrap .iptitem div button.disable {
  background: #eaeaea;
  color: #fff;
  cursor: not-allowed;
}

.loginwrap .back .center .iptwrap .iptitem div img {
  display: inline-block;
  width: 118px;
  height: 42px;
  vertical-align: middle;
}

.loginwrap .back .center .iptwrap .tosubmit {
  color: #666;
  font-size: 14px;
  line-height: 1.8;
}

.loginwrap .back .center .iptwrap .tosubmit .des {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.loginwrap .back .center .iptwrap .tosubmit input {
  vertical-align: -2px;
}

.loginwrap .back .center .iptwrap .tosubmit button {
  width: 350px;
  height: 44px;
  margin: 10px auto;
  border: none;
  border-radius: 4px;
  color: #fff;
  background: #ff753a;
  font-size: 16px;
}

.loginwrap .back .bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: no-repeat center center;
  background-size: cover;
  z-index: -1;
}

.loginwrap .foots {
  width: 100%;
  padding-top: 30px;
  text-align: center;
  color: #666;
}

.loginwrap .foots a {
  color: #999;
  display: inline-block;
  height: 16px;
  line-height: 1.0;
  margin-right: 16px;
  padding: 0 8px;
  font-size: 14px;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}

.loginwrap .foots div {
  margin-top: 16px;
  font-size: 14px;
}
