body, html {
  min-height: 100%;
}

.box {
  width: 100%;
  min-height: 100%;
  background-image: url(../images/bg03.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.login_title {
  margin-bottom: 50px;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
}

.logo {
  display: block;
  padding-top: 30px;
}

.logo img {
  width: 167px;
  height: 38px;
}

.tips {
  margin-bottom: 26px;
  font-size: 24px;
}

.type_link a {
  float: left;
  width: calc(23.4575% - 2px);
  height: 75px;
  border: 1px solid #ebebeb;
  margin-right: 1.875%;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 4px;
  line-height: 75px;
  text-align: center;
  font-size: 15px;
  transition: background-color .5s ease;
}

.type_link a:nth-child(4n) {
  margin-right: 0;
}

.type_link a:hover {
  background-color: #327efa;
  color: #fff;
}

.logo {
  margin-bottom: 40px;
}

.logo img {
  width: 167px;
  height: 38px;
}

.other {
  padding: 40px 50px 40px 50px;
  background-color: #fff;
  box-shadow: 0 0 10px #eee;
}

.login_tips {
  margin-top: 170px;
  text-align: center;
  font-size: 16px;
}

.region a {
  float: left;
  width: 9.09%;
  margin-bottom: 40px;
  font-size: 18px;
}

.region a.active {
  color: #2d75f6;
}

.newfooter {
  background-color: transparent;
}

.newfooter p, .newfooter p a {
  color: #333;
}

.table {
  display: none;
  border: 1px solid #d6d6d6;
}

.table.active {
  display: table;
}

.table td {
  border: 1px solid #d6d6d6;
  font-size: 18px;
}

.table_head {
  width: 20%;
}

@media screen and (min-width: 1920px) {
  body, html {
    height: 100%;
  }
}

@media only all and (max-width:1080px) {
  .box {
    min-height: 100%;
    padding-bottom: 4rem;
    box-sizing: border-box;
  }

  .logo {
    padding-top: .5rem;
    margin-bottom: 1rem;
  }

  .logo img {
    width: 6rem;
    height: auto;
  }

  .tips {
    margin-bottom: .5rem;
    font-size: .8rem;
  }
  .type_link{
    width: 90%;
    margin: 0 auto;
  }

  .type_link a {
    float: left;
    width:  100%;
    height: 2rem;
    margin-right: 2%;
    margin-bottom: .5rem;
    border-radius: .1rem;
    line-height: 2rem;
    font-size: .6rem;
  }

  .type_link a:nth-child(even) {
    margin-right: 0;
  }

  .newfooter {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    padding-bottom: 0;
    background-color: #333;
  }

  .login_tips {
    padding-bottom: 0;
    margin: 1.5rem;
    font-size: .75rem;
  }

  .other {
    padding: 1rem;
    box-shadow: 0 0 .25rem #eee;
  }

  .region a {
    width: auto;
    margin-right: 1.5%;
    margin-bottom: .5rem;
    font-size: .75rem;
  }

  .table td {
    font-size: .7rem;
  }

  .login_title {
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  .footer-m {
    padding: .5rem 0 .7rem 0;
  }
}
