.login {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  zoom: 1;
  background: url(../images/bg.jpg) no-repeat center center;
  background-size: cover;
}
.login .title {
  margin-top: 0.3rem;
  text-align: center;
}
.login .title img {
  width: 12.49rem;
  height: 1rem;
}
.login .check_web {
  margin-top: 0.7rem;
  text-align: center;
}
.login .check_web .check_web_item {
  display: inline-block;
  width: 3.44rem;
  height: 3.72rem;
  margin-right: 1.8rem;
  padding: 0.15rem;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0.1rem;
}
.login .check_web .check_web_item .item_content {
  width: 100%;
  height: 100%;
  padding: 0 0.24rem;
  background: #fff;
}
.login .check_web .check_web_item .item_content .item_title {
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.24rem;
  color: #2955cd;
  text-align: center;
}
.login .check_web .check_web_item .item_content .item_web {
  text-align: center;
}
.login .check_web .check_web_item .item_content .item_web img {
  width: 2.52rem;
  height: 1.76rem;
}
.login .check_web .check_web_item .item_content .item_login {
  width: 100%;
  height: 0.44rem;
  font-size: 0.16rem;
  line-height: 0.44rem;
  margin-top: 0.26rem;
  color: #3065e2;
  background: #e3edf9;
  border-radius: 0.04rem;
  cursor: pointer;
}
.login .check_web .check_web_item .item_content .item_login img {
  width: 0.19rem;
  height: 0.18rem;
}
.login .check_web .check_web_item:last-child {
  margin-right: 0;
}
.login .desc {
  width: 9.9rem;
  margin: 0.3rem auto;
  padding: 0.2rem;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0.06rem;
  color: #eb2225;
}
.login .desc .desc_title {
  font-size: 0.2rem;
}
.login .desc .desc_title img {
  width: 0.18rem;
  height: 0.21rem;
  margin-top: -0.04rem;
  vertical-align: middle;
}
.login .desc .desc_content {
  margin-top: 0.1rem;
}
.login .desc .desc_content p {
  font-size: 0.18rem;
  line-height: 0.26rem;
}
.login .desc .desc_content p a {
  color: #3065e2;
  font-weight: 600;
  cursor: pointer;
}
.login .copyright {
  width: 540px;
  margin: 20px auto;
  color: #fff;
  font-size: 0.14rem;
}
.login .copyright .copyright_item .copyright_item_left {
  display: inline-block;
  width: 70px;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.login .copyright .copyright_item .copyright_item_right {
  display: inline-block;
}
.login_alert {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.login_alert .login_box {
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%;
  width: 500px;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 4px;
  border: 4px solid #4c67b4;
}
.login_alert .login_box .login_box_title {
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #4c67b4;
  color: #fff;
  border-radius: 4px 4px 0 0;
}
.login_alert .login_box .login_box_title .login_box_close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 20px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  color: #333;
  border-radius: 15px;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.login_alert .login_box .login_box_content {
  padding: 20px;
  font-size: 0.16rem;
}
.login_alert .login_box .login_box_content .login_box_item {
  line-height: 34px;
}
.login_alert .login_box .login_box_content .login_box_item:hover {
  text-decoration: underline;
}
.login_alert .login_bg {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
