.hanweb-login {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  z-index: 100;
  /* display: none; */
}

.clickLogin {
	font-size: 15px;
}

.clickLogin a {
	color: #108EE9;
}

.hanweb-login .hanweb-modal {
  width: 454px;
  height: 372px;
  background: #ffffff;
  border: 1px solid #D9D9D9;
  /* padding: 20px 15px; */
  margin: 0 auto; 
  position: relative;
  top: 50%; 
  margin-top: -220px;
}
.hanweb-login-type {
  text-align: center;
}

.hanweb-modal-title {
  height: 57px;
  line-height: 57px;
  padding: 0 20px;
  border-bottom: 1px solid #EBEBEB;
  position: relative;
}

.hanweb-modal-titleName {
  text-align: left;
  color: #5A5A5A;
  font-weight: 600;
}

.hanweb-modal-iconCancel {
  position: absolute;
  display: inline;
  right: 20px;
  top: 0;
  color: #000;
  cursor: pointer;
}
.hanweb-modal-iconCancel .icon-guanbi {
  font-size: 22px;
  color: #B7B7B7;
}
.hanweb-login-type {
  text-align: left;
}

.hanweb-login-type button {
  padding: 0 20px;
  height: 37px;
  line-height: 37px;
  border: none;
  outline: none;
  background-color: #ffffff;
  color: #5A5A5A;
  margin-right: 30px;
}
.hanweb-login-type .hanweb-login-typeActive {
  color: #1890FF;
  border-bottom: 2px solid #1890FF;
}

.hanweb-modal-content {
  padding: 20px 75px;
  line-height: 15px;
}

.hanweb-login-input .iconfont {
  margin: 0 5px;
  position: absolute;
  left: 0;
  font-size: 14px;
}

.hanweb-login-input .icon-user {
  top: 28px;
}

.hanweb-login-input .icon-suo {
  top: 80px;
}

.hanweb-login-input .icon-yzm {
  top: 132px;
}

.hanweb-login-input input {
  width: 100%;
  border: 1px solid #D9D9D9;
  margin-top: 20px;
  height: 32px;
  line-height: 32px;
  padding: 0 25px;
}

.hanweb-login-lastPsd {
  margin-top: 10px;
  font-size: 14px;
}

.hanweb-login-lastPsd a {
  color: #1890FF;
}

.hanweb-loginSubmit button {
  width: 100%;
  background-color: #1890FF;
  color: #fff;
  height: 32px;
  line-height: 32px;
  border: none;
  outline: none;
  margin-top: 10px;
  letter-spacing: 10px;
}
.hanweb-login-complete {
  width: 350px;
  height: 300px;
  background: #ffffff;
  border: 1px solid #D9D9D9;
  padding: 20px 15px;
  margin: 0 auto; 
  position: relative;
  top: 50%; 
  margin-top: -200px;
  text-align: center;
  display: none;
}

.hanweb-login-complete div {
  margin-bottom: 25px;
  color: #333333;
}

.hanweb-login-logo {
  width: 64px;
  height: 64px;
  margin: 0 auto;
}

.hanweb-login-logo img {
  width: 100%;
  border-radius: 50%;
}

.hanweb-login-name {
  font-size: 18px;
}

.hanweb-login-name span {
  font-size: 16px;
  color: #1A56A8;
  text-decoration: underline;
  margin-left: 20px;
  cursor: pointer;
}

.hanweb-login-todo,
.hanweb-login-schedule {
  font-size: 14px;
}

.hanweb-login-setting button {
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  color: #5A5A5A;
  font-size: 14px;
  outline: none;
  border: 1px solid #D9D9D9;
  background-color: #fff;
}

.hanweb-login-setting .hanweb-login-workbench {
  background-color: #1890FF;
  color: #fff; 
  border: none;
  margin-right: 20px; 
}