.mob_footer {
  display: none;
}

body, html {
  min-height: 100%;
}

.box {
  width: 100%;
  min-height: 100%;
  background-image: url(../images/bg02.png);
  background-size: 100%;
}

.logo {
  display: block;
  padding-top: 30px;
}

.logo img {
  width: 167px;
  height: 38px;
}

.login_title {
  padding-top: 80px;
  margin-bottom: 100px;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  line-height: 58px
}

.box .btn02:hover {
  border-color: #2d75f6;
}

.box .btn-share {
  transition: background-color .5s ease;
}

.box .btn-share:hover {
  background-color: #2d75f6;
}

.look_other {
  display: table;
  height: 34px;
  padding: 0 17px;
  border: 1px solid #2d75f6;
  margin: 0 auto 30px auto;
  border-radius: 5px;
  font-size: 16px;
  line-height: 34px;
  cursor: pointer;
  transition: background-color .5s ease;
  color: #fff;
  background-color: #2d75f6;
}

.look_other.active a {
  color: #000;
}

.look_other.active a:hover {
  color: #fff;
}

.look_other:hover {
  background-color: #2d75f6;
  border-color: #2d75f6;
}

.look_other:hover a {
  color: #fff;
}

@media only all and (max-width:1080px) {
  .mob_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 2.5rem;
    font-size: .8rem;
    z-index: 10;
  }

  .mob_footer01 {
    float: left;
    width: 50%;
    height: 2.5rem;
    background-color: #0066f5;
    color: #fff;
  }

  .mob_footer a {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .newfooter p, .newfooter p a {
    color: #000;
  }

  .mob_footer i {
    width: 1rem;
    height: 1rem;
    margin-top: .2rem;
    margin-right: .5rem;
    background-image: url(../images/icon14.png);
    background-size: 100%;
  }

  .mob_footer02 i {
    background-image: url(../images/icon15.png);
  }

  .mob_footer02 {
    float: left;
    width: 50%;
    height: 2.5rem;
    background-color: #3188fc;
    color: #fff;
  }

  .login_title {
    padding-top: 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .look_other {
    height: 1.5rem;
    padding: 0 .7rem;
    margin: 1rem auto 0 auto;
    border-radius: .125rem;
    font-size: .75rem;
    line-height: 1.5rem;
  }

  .xfnav {
    height: 0;
    background-color: transparent;
    z-index: 0;
  }

  .xfnav li {
    display: none;
  }
}
