@charset "UTF-8";
/**
* 登录页
* date:2022-9-22
* author: trh
 */
html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.login-main {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../images/bg.png") no-repeat;
  background-size: cover;
}

.login-content {
  height: 403px;
  position: absolute;
  top: 51%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.login-upload {
  position: absolute;
  top: 81%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.login-phone {
  position: absolute;
  top: 95%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.login-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 872px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.login-item {
  width: 324px;
  height: 403px;
  border: 3px solid #457BF5;
  -webkit-box-shadow: 0px 2px 35px 0px rgba(14, 24, 43, 0.4);
          box-shadow: 0px 2px 35px 0px rgba(14, 24, 43, 0.4);
  border-radius: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../images/box_bg.png") no-repeat center;
}

.login-item.enterprise .login-link {
  padding-top: 95px;
}

.login-item.enterprise .login-img {
  height: 168px;
  background-image: url("../images/enterprise_nocheck_ico.png");
}

.login-item.active .login-img {
  background-image: url("../images/manager_check_ico.png");
}

.login-item.active .login-text {
  color: #3355C4;
}

.login-item.active.enterprise .login-img {
  background-image: url("../images/enterprise_check_ico.png");
}

.login-link {
  display: block;
  height: 100%;
  padding-top: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.login-uploadlink {
  display: block;
  height: 100%;
  padding-top: 100px;
              color: white;
}

.login-phonelink {
  	display: block;
  	height: 100%;
	color: yellow;
}

.login-img {
  display: block;
  width: 219px;
  height: 163px;
  margin: 0 auto 0;
  background: url("../images/manager_nocheck_ico.png") no-repeat;
}

.login-text {
  height: 37px;
  line-height: 37px;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  padding-top: 22px;
  text-align: center;
}
