body {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  background: url(../img/login-bg.jpg) no-repeat center;
  height: 100vh;
  background-size: 100% 100%;
}
body header {
  width: 100%;
  display: flex;
  align-items: center;
  height: 120px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
body header img {
  margin-left: 120px;
}
body main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main .login-container {
  width: 680px;
  height: 400px;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
}
body main .login-container .menu {
  width: 170px;
  height: 100%;
  background-color: #2e5aa6;
  position: relative;
}
body main .login-container .menu a {
  display: block;
  height: 75px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  line-height: 75px;
}
body main .login-container .menu a.on {
  position: relative;
  font-weight: bold;
  background-color: #196ee5;
}
body main .login-container .menu a.on::after {
  content: "";
  display: block;
  border-style: solid;
  border-color: transparent;
  border-width: 8px 0 8px 10px;
  border-left-color: #196ee5;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
body main .login-container .form {
  height: 100%;
  flex: 1;
  padding: 20px 0;
}
body main .login-container .form .tab {
  width: 420px;
  border-bottom: 1px solid #2f37ae;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
body main .login-container .form .tab .tab-item {
  color: #3669c1;
  line-height: 24px;
  padding: 5px 0;
  position: relative;
}
body main .login-container .form .tab .tab-item.on {
  font-weight: bold;
}
body main .login-container .form .tab .tab-item.on:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #2f37ae;
  position: absolute;
  left: 0;
  bottom: -1px;
}
body main .login-container .form .content .contentlist {
  display: none ;
}
body main .login-container .form .content .contentlist:first-child {
  display: block;
}
body main .login-container .form .content .contentlist.wst img {
  width: 132px;
  margin: 50px auto 30px;
}
body main .login-container .form .content .contentlist.wst p {
  font-size: 14px;
  text-align: center;
  padding: 5px 0;
}
body main .login-container .form .content .contentlist.wst p:first-of-type {
  color: #c30000;
}
body main .login-container .form .content .contentlist.wst p:last-of-type {
  color: #282828;
}
body main .login-container .form .content .contentlist.wst p:last-of-type span {
  color: #1131A7;
  font-weight: bold;
}
body main .login-container .form .content .contentlist.business > img {
  width: 170px;
  height: 170px;
  margin: 50px auto 20px;
  visibility: hidden;
}
body main .login-container .form .content .contentlist.business p {
  font-size: 13px;
  text-align: center;
  padding: 5px 0;
}
body main .login-container .form .content .contentlist.business p span {
  font-weight: bold;
  color: #2947B0;
}
body main .login-container .form .content .contentlist.business div {
  display: flex;
  justify-content: space-between;
  width: 300px;
  margin: 10px auto 0;
}
body main .login-container .form .content .contentlist.business div a {
  display: flex;
  align-items: center;
  color: #ff4b37;
  font-size: 13px;
}
body main .login-container .form .content .contentlist.business div a img {
  margin-right: 10px;
}
body footer {
  width: 100%;
  height: 100px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  line-height: 99px;
  color: white;
  background-color: rgba(0, 56, 170, 0.7);
}
body footer a {
  color: white;
}
/*# sourceMappingURL=memberLogin.css.map */