html, body, p, hr {
  margin: 0;
  padding: 0;
}

html, body {
  display: flex;
  flex-direction: column;
  min-width: 100%;
  min-height: 100%;
  font-family: Microsoft YaHei, "Avenir", Helvetica, Arial, sans-serif;
}
body {
  flex-grow: 1;
  height: 100%;
  background-color: #F7F7F7;
}

#app {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.login {
  display: flex;
  width: 1000px;
  /* width: 57%;
  min-width: 1000px;
  max-width: 1000px; */
  border-radius: 5px;
  box-shadow: 0px 0px 4px 0px rgba(239,239,239,0.21);
  background-color: #fff;
  overflow: hidden;
  z-index: 99;
}

.copyright {
  position: absolute;
  bottom: 32px;
  width: 100%;
  font-size: 12px;
  text-align: center;
  color: #666;
  z-index: 9;
}

.banner {
  display: flex;
  flex-direction: column;
  width: 59%;
}

.banner .el-carousel {
  flex-grow: 1;
  width: 100%;
  height: 100%;
}

.banner .el-carousel__container {
  position: initial;
}

.banner-img {
  width: 100%;
}

.login-block {
  width: 43%;
}

.logo {
  display: block;
  /* width: 36%; */
  /*margin: 33px auto;*/
  margin: 0px auto;
}

.title {
  font-size: 26px;
}

.login-content {
  margin: 0 30px;
}

.login-content-item {
  margin-top: 30px;
}

.space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.item—label {
  font-size: 18px;
}

.item—input {
  width: 100%;
  margin-top: 10px;
  padding-bottom: 10px;
  border: none;
  outline: none;
}
/* 去除浏览器自动填充样式 */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.login-content-item hr {
  height: 1px;
  border: none;
  background-color: #E3E3E3;
}

.login-content-item .code:hover {
  cursor: pointer;
}

/* 登录按钮样式 */
.btn {
  display: block;
  width:179px;
  height:48px;
  margin: 40px auto;
  border-radius:24px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  background:rgba(91,133,255,1);
  box-shadow:0px 6px 7px 0px rgba(91,133,255,0.36);
  outline: none;
  border: none;
}
.btn.hover {
  cursor: pointer;
}
.btn.notAllowed {
  cursor: not-allowed;
}
.el-icon-loading {
  animation: rotating 2s linear infinite;
}

/* 微信登录样式 */
.wxLogin {
  text-align: center;
  color: #999;
  font-size:12px;
  padding-bottom: 8px;
}
.wxLogin img {
  margin: 10px 0;
}
.wxLogin img:hover {
  cursor: pointer;
}

.el-message {
  top: 30px;
}

[v-cloak] {
  display:none;
}


/* 第二版样式 */
.logo {
  height: 60px;
  margin-top: 20px;
  margin-bottom: 5px;
}
.login-block {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wx-login {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 180px;
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  text-align: center;
}
/* .iconfont.wx-icon {
  font-size: 50px;
  color: #37bc2d;
} */
.wx-icon:hover {
  cursor: pointer;
}
.wx-tip {
  /* font-size: 12px; */
  color: #999;
}

.process {
  /* margin: 0 auto; */
  /* margin: 0px auto; */
  /* position: absolute;
  bottom: 50px;
  left: 0; */
  /* align-content: flex-end; */
  margin-bottom: 30px;
  padding: 0 20px;
}
.process-title {
  font-size: 12px;
  margin-bottom: 30px;
  color: #333;
}
.process-item-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.process-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 10px;
}
.iconfont.process-icon {
  margin-bottom: 2px;
  font-size: 30px;
  color: #3a7cf7;
}
.iconfont.icon-sign {
  font-size: 12px;
  color: #ccc;
}
.process-text {
  font-size: 12px;
  color: #ccc;
}
