@charset "UTF-8";
/**!
* 内蒙古自治区主体及诚信信息库、专家库项目建设
* date:2021-06-04
* author: zsy;
*/
.bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 1200px;
  background: url("../images/login_bg.jpg") no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.info-box {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14.2rem;
}

.img-box {
  width: 0.62rem;
  height: 0.62rem;
  margin-top: 0.17rem;
}

.img-box img {
  width: 100%;
  height: 100%;
}

.big-title {
  margin-left: 0.92rem;
  font-size: 0.58rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 5px 5px #234ea8, #105cd4 3px 0 0, #105cd4 0 3px 0, #105cd4 -3px 0 0, #105cd4 0 -3px 0;
  margin-top: 0.33rem;
}

.login-box {
  height: 6.48rem;
  margin-top: 0.5rem;
  padding: 0.6rem 1rem 0.67rem 0.52rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0.1rem 0 #c9e2f4;
          box-shadow: 0 0 0.1rem 0 #c9e2f4;
  background: url("../images/bg.png") no-repeat;
  background-size: 14.2rem 100%;
}

.login-box .bdl {
  display: none;
}

.left-tab {
  width: 6.1rem;
}

.left-tab .hd {
  margin-left: -0.28rem;
}

.left-tab .hd .hdl {
  width: calc(33.33% - 0.28rem);
  margin-left: 0.28rem;
}

.left-tab .hd .hdl .link {
  display: block;
  height: 0.56rem;
  line-height: 0.56rem;
  text-align: center;
  border-radius: 30px;
  background-color: #fff;
  font-family: "SourceHanSansCN-Medium";
  font-size: 0.25rem;
  color: #333;
  -webkit-box-shadow: 0 0 10px 0 #dbe4f6;
          box-shadow: 0 0 10px 0 #dbe4f6;
}

.left-tab .hd .hdl.active .link {
  color: #fff;
  -webkit-box-shadow: 0 0 10px 0 #dae3f6;
          box-shadow: 0 0 10px 0 #dae3f6;
  background-color: #477feb;
}

.left-tab .bd {
  margin-top: 0.29rem;
}

.info-item {
  position: relative;
  padding-left: 0.28rem;
}

.info-item:before {
  position: absolute;
  left: 0.06rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 50%;
  background-color: #333;
}

.info-link {
  display: block;
  height: 0.55rem;
  line-height: 0.55rem;
  font-size: 0.2rem;
  color: #333;
}

.info-link:hover {
  color: #477feb;
}

.right-tab {
  width: 4.4rem;
}

.right-tab .hdl {
  width: 50%;
}

.right-tab .hdl .link {
  height: 0.58rem;
  line-height: 0.58rem;
  display: block;
  text-align: center;
  color: #333;
  font-size: 0.25rem;
  font-weight: bold;
  border-radius: 30px;
}

.right-tab .hdl.active .link {
  color: #2c6ae1;
  background-color: #e4edff;
}

.right-tab .bd {
  margin-top: 0.52rem;
}

.right-tab .bd .input {
  width: 100%;
  height: 0.68rem;
  line-height: 0.66rem;
  padding: 0 0.35rem 0 0.67rem;
  border: 1px solid #e5e5e5;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.22rem;
  color: #333;
  background-repeat: no-repeat;
  background-position: 0.24rem center;
  background-size: 0.29rem 0.29rem;
}

.right-tab .bd .input.user {
  background-image: url("../images/account.png");
}

.right-tab .bd .input.password {
  margin-top: 0.32rem;
  background-image: url("../images/lock.png");
}

.right-tab .bd .input:focus {
  border-color: #d7e5ff;
}

.forget-box {
  margin-top: 0.3rem;
  font-size: 0.18rem;
  color: #999;
}

.forget-box > a {
  color: #999;
}

.forget-box > span {
  margin: 0 0.17rem;
}

.login-btn {
  width: 100%;
  height: 0.7rem;
  line-height: 0.7rem;
  margin-top: 0.30rem;
  border-radius: 30px;
  font-size: 0.24rem;
  text-align: center;
  color: #fff;
  background-color: #477feb;
  cursor: pointer;
}

.login-btn:hover {
  background-color: #2355c0;
}

.intro-box {
  margin-top: 0.22rem;
  color: #477feb;
  font-size: 0.2rem;
  text-align: center;
}

.intro-box > a {
  color: #477feb;
}

.intro-box > span {
  margin: 0 0.05rem;
}
