html,
body {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  min-width: 1000px;
  overflow: auto;
  color: #323232;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
    Segoe UI, Arial, Roboto, "PingFang SC", "Hiragino Sans GB",
    "Microsoft Yahei", sans-serif;
}
body * {
  box-sizing: border-box; /* border和padding包含在width/height */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body,
p,
h1,
h2,
ul,
li {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
input {
  outline: none;
}
input[type="text"]::-ms-clear {
  display: none;
}
@font-face {
  font-family: "iconfont";
  src: url("./fonts/ionicons.eot");
  src: url("./fonts/ionicons.eot?#iefix") format("embedded-opentype"),
    url("./fonts/ionicons.woff2") format("woff2"),
    url("./fonts/ionicons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.login-main {
  height: 100%;
  min-height: 400px;
  background: #7c53c9;
}
.login-left {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
}
.login-left-inner {
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 168px;
  margin: auto;
  text-align: center;
}
.login-left-top {
  color: #fff;
  position: absolute;
  top: 10px;
  bottom: 0;
  left: -60%;
  right: 0;
  height: 168px;
  text-align: center;
}
.login-left-inner > h1 {
  margin: 0 auto 10px;
  /* font-size: 60px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 5px; */
  height:80px;
  width:184px;
  background:url(../images/Ywms.png) no-repeat center;
  background-size: cover;
  opacity: .95;
  filter:drop-shadow( 0 0 10px rgba(255,255,255,.8));
  -webkit-filter:drop-shadow( 0 0 10px rgba(255,255,255,.8));
}
.login-left-inner > h2 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
}
.login-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
:root .login-bg{
  background: url(images/login_bg_01.jpg) no-repeat center;
  background-size: cover;
  opacity: 0.05;
  filter: blur(2px);
}
.login-bottom {
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.login-right {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
  background: #fff;
  text-align: center;
}
.login-right:before{
  content:'';
  display: inline-block;
  height:100%;
  vertical-align: middle;
}
.login-loginbox {
  display: inline-block;
  vertical-align: middle;
  width: 400px;
}
.login-loginbox > .title {
  font-size: 24px;
  text-align: center;
  color: #7c53c9;
  margin-bottom: 10px;
}
.login-info {
  color: #999;
  text-align: center;
  font-size: 12px;
  margin-bottom: 30px;
  letter-spacing: 2px;
  padding-left:16px;
}
.login-strip {
  text-align: center;
}
.login-username,
.login-password,
.login-valid {
  margin-top: 20px;
  width: 320px;
  height: 40px;
  border: none;
  border-left: 2px solid #7c53c9;
  background: #f8f8f8;
  padding: 5px 10px;
  font-size: 18px;
}
.login-valid {
  margin-left: 40px;
  line-height: 30px;
  text-align: left;
}
.login-valid span {
  display: inline-block;
  width: 70px;
  letter-spacing: 5px;
  vertical-align: middle;
  color: #ccc;
  font-size: 16px;
}
.login-valid img {
  vertical-align: middle;
  float: right;
  max-width: 130px;
  height: 30px;
}
.login-valid > input {
  width: 100px;
  height: 100%;
  border: none;
  vertical-align: middle;
  background: transparent;
}
.login-strip > input{
  transition: .1s;
  -ms-transition: .1s;
  -moz-transition: .1s;
  -webkit-transition: .1s;
}
.login-strip > input:focus{
  border-width:4px;
  padding-left:8px;
}
.login-button {
  width: 300px;
  height: 40px;
  background: #7c53c9;
  border-radius: 30px;
  margin: 54px auto 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}
.login-button:hover {
  background: #906ece;
}
.login-button:active {
  background: #6c3aca;
}
.login-errorInfo {
  width:320px;
  height:24px;
  padding-left:10px;
  /* color: #ffb08f; */
  font-size: 12px;
  line-height: 22px;
  margin: 10px 0 0 40px;
  visibility: hidden;
  text-align:left;
  border:1px solid #ffb08f;
  background:#ffefe6;
  border-radius:3px;
  
}
.login-errorInfo > span{
  height:100%;
  display: inline-block;
  vertical-align: middle;
}
.login-errorInfo:before{
  content: "\F177";
  font-family: "iconfont";
  display: inline-block;
  width:16px;
  height:100%;
  margin-right:5px;
  vertical-align: middle;
  font-size: 14px;
  color:#ff6f1f;
}
.login-errorInfo.visible {
  visibility: visible;
}
.login-combox {
  width: 322px;
  height: 40px;
  margin: 20px 0 0 40px;
}
.login-combox > .login-combox-content,
.login-combox > .locale-combox-content {
  position: relative;
  background: #f8f8f8;
  line-height: 40px;
  height: 100%;
  padding: 0 10px;
  border-left: 2px solid #7c53c9;
  cursor: pointer;
  color: #ccc;
}

.login-combox-content > .login-combox-name,
.locale-combox-content > .login-combox-name {
  float: left;
}
.login-combox-content > p,
.locale-combox-content > p {
  margin-left: 10px;
  float: left;
  cursor: pointer;
}

.login-combox-content:after,
.locale-combox-content:after {
  content: "\F116";
  font-family: "iconfont";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 5px;
  margin-top: -8px;
  line-height: 16px;
  color: #ccc;
}
.locale-combox-content.select{
  color:#323232;
}
.login_sel_vw,
.login_locale_vw {
  display: none;
  padding: 5px 0;
  position: fixed;
  top: 46px;
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  z-index: 99;
}
.locale-combox-list.empty:before,
.login_locale_vw.empty:before{
  content:'无内容';
  display:block;
  line-height: 40px;
  text-align: center;
  color:#ccc;
}
.login-combox-item {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  cursor: pointer;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.login-combox-item:hover {
  background: #f5f7fa;
}
.login-combox-item.sel{
  background:#f9f7fd;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-size: 16px;
}
::-moz-input-placeholder {
  color: #ccc;
  font-size: 16px;
}
::-ms-input-placeholder {
  color: #ccc;
  font-size: 16px;
}
