body {
  background: url(../../images/loginbg.png) no-repeat; }

.bg {
  position: absolute;
  top: 0;
  width: 0; }

.loginlogo {
  width: 158px;
  height: 48px;
  margin-top: 16px;
  display: block; }

.backhome {
  display: block;
  width: 88px;
  height: 24px;
  border-radius: 24px;
  border: 2px solid #fff;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  margin-top: 22px; }

.backlogin {
  color: #ED5647;
  margin-left: 20px;
  margin-top: 130px;
  display: inline-block;
  font-size: 14px;
  line-height: 22px; }
  .backlogin i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid #ED5647;
    text-align: center;
    margin-right: 10px; }

.loginboxs {
  font-size: 14px;
  width: 762px;
  height: 460px;
  background: #fff;
  margin: 116px auto 60px;
  border-radius: 8px;
  border: 1px solid #D9D9D9; }
  .loginboxs a {
    color: #ED5647; }
  .loginboxs .inputline {
    border: 1px solid #C1C1C1;
    border-radius: 100px;
    width: 258px;
    margin-top: 20px;
    overflow: hidden; }
  .loginboxs input {
    height: 38px;
    display: block;
    padding: 0 20px;
    border-width: 0;
    outline: none;
    width: 218px;
    font-size: 14px; }
  .loginboxs .sendcode {
    font-size: 0;
    line-height: 0; }
    .loginboxs .sendcode a {
      display: inline-block;
      vertical-align: middle;
      width: 108px;
      position: relative;
      line-height: 38px;
      position: relative;
      color: #ED5647;
      font-size: 14px; }
      .loginboxs .sendcode a::before {
        height: 20px;
        width: 1px;
        content: '';
        left: 0;
        top: 9px;
        background: #e1e1e1;
        display: block;
        position: absolute; }
    .loginboxs .sendcode input {
      display: inline-block;
      vertical-align: middle;
      width: 110px; }

.loginbtn {
  background: #ED5647;
  width: 260px;
  height: 40px;
  border-radius: 100px;
  color: #ffffff;
  font-size: 16px;
  border-width: 0;
  margin-bottom: 10px;
  outline: none; }

.welcome {
  color: #656565;
  line-height: 29px;
  font-size: 22px;
  padding: 40px 0 20px;
  font-weight: normal; }

.w360 {
  width: 360px; }

.w260 {
  width: 260px;
  margin: 0 auto; }

.w400 {
  width: 400px; }

.identity {
  padding-top: 175px;
  text-align: center; }
  .identity li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 22px; }
    .identity li span {
      width: 76px;
      height: 76px;
      display: block; }
    .identity li i {
      display: none;
      font-size: 16px;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      line-height: 16px;
      background: #26C949;
      text-align: center;
      font-size: 12px;
      color: #ffffff;
      position: absolute;
      right: 0;
      top: 60px;
      border: 2px solid #ffffff; }
    .identity li.id-1 span {
      background: url(../../images/id_1.png);
      background-size: 76px auto; }
    .identity li.id-2 span {
      background: url(../../images/id_2.png);
      background-size: 76px auto; }
    .identity li.id-3 span {
      background: url(../../images/id_3.png);
      background-size: 76px auto; }
    .identity li.selected span {
      background-position: 0 -76px; }
    .identity li.selected i {
      display: block; }

.forget {
  padding: 10px 0 20px; }

.advlink {
  padding-bottom: 70px;
  font-size: 0;
  line-height: 0; }
  .advlink li {
    display: inline-block;
    margin: 0 10px; }

.agree {
  font-size: 12px;
  line-height: 16px;
  margin: 10px 0 24px; }

#slide_box {
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #717171;
  background-color: #e8e8e8;
  border: none;
  margin-top: 20px;
  border-radius: 40px; }

#slide_xbox {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  background: #35b34a;
  border-radius: 44px 43px 43px 43px; }

#btn {
  cursor: pointer;
  width: 40px;
  height: 40px;
  float: right;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  color: #8a8c97;
  background: #fff url(../../images/huadong.png) 0 0 no-repeat;
  background-size: 100% 100%;
  border-radius: 100%; }

#btn > .iconfont {
  font-size: 20px; }
