body {
  -webkit-perspective: 800px;
  perspective: 800px;
  height: 100vh;
  margin: 0;
  overflow: hidden;
  /* font-family: 'Microsoft YaHei'; */
  font-family: 'NokiaPureTWebLight';
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EA5C54 ', endColorstr='#bb6dec',GradientType=1 );
}
/*解决谷歌浏览器自动填充时改变input样式  2020年02月17日18:00:23*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 99999s;
  -webkit-transition: color 99999s ease-out, background-color 999999s ease-out;
}

html,
body {
  overflow: hidden !important;
}

/*修改placeholder颜色*/
body ::-webkit-input-placeholder {
  color: #4e546d;
}

/*IE 隐藏文本框叉子*/
input::-ms-clear {
  display: none;
}

/*IE 隐藏密码框小眼睛*/
input::-ms-reveal {
  display: none;
}

* {
  margin: 0;
  padding: 0;
}

/* body p {
  color: #757575;
  font-size: 10px;
  text-align: left;
  font-size: 15px;
} */

.logo {
    /* width: 102px;*/
    height: 58px;
    position: fixed;
    top: 55px;
    left: 55px;
}

.logo img {
  width: 100%;
  height: 100%;
}
.logoImg {
  width: 200px;
  margin-top: 10px;
  margin-left: 20px;
}
.login-body {
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url('/Content/Img/LoginBg/loginbg.png');
}
#form1 {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  /* background: rgba(0,0,0,0.2); */
}
.login {
  position: absolute;
  /* left: 0; */
  right: 13%;
  margin: auto;
  /* top: 0;
  bottom: 0; */
  top: 50%;
  transform: translateY(-50%);
  width: 500px;
  /* height: 410px; */
  animation: dynamics 6s ease infinite;
  -webkit-animation: dynamics 6s ease infinite;
  -moz-animation: dynamics 6s ease infinite;
  border: none;
  background-size: 1400% 300%;
  border-radius: 8px;
}

.log-con {
  background-repeat: no-repeat;
  background-size: 3px 20px, 20px 3px;
  /* height: 100%; */
  margin: 0;
  padding: 50px 1px 60px 0;
  box-sizing: border-box;
  border-radius: 15px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 10px #d0dffa;
}

.login_title {
  color: #021236;
  text-align: left;
  font-size: 26px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  font-weight: 700;
}
.login_title img {
  position: absolute;
  top: 20px;
  left: 37%;
  width: 110px;
}
/* .login_title p {
  text-align: center;
  display: block;
  margin-top: -15px;
} */


#office {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  color: #fff;
  margin-bottom: 36px;
}

.mailLogin {
  width: 400px;
  height: 60px;
  background-image: linear-gradient(to right, #277ef1, #4b95f4);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
}

.el-button--primary {
  border-radius: 8px;
  background-image: linear-gradient(to right, #277ef1, #4b95f4);
  padding: 10px 90px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  width: 100%;
  margin-bottom: 30px;
  height: 60px;
}

.tips {
  font-size: 14px;
  color: #929ba4;
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.el-button--primary:focus,
.el-button--primary:hover {
  background: #4fa1d9;
  border-color: #4fa1d9;
  color: #fff;
}

.login_toggle {
  display: flex;
  justify-content: space-between;
  width: 400px;
}

.lang {
  color: #959fa9;
}

.local {
  color: #3e98ff;
  cursor: pointer;
}

.el-dropdown {
  color: #959fa9;
  cursor: pointer;
}

.el-dropdown-menu {
  background-color: #fff;
  border: 1px solid #fff;
}

body .login .validation {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 14px;
  opacity: 0;
}

body .login_fields {
  /* height: 208px; */
  /* position: absolute; */
  /* left: 20px; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* display: none; */
}

body .login_fields .icon {
  position: absolute;
  z-index: 1;
  left: 20px;
  top: 8px;
  opacity: 0.5;
}

body .login_fields input[type='password'],
body .login_fields input[type='text'] {
  color: #4e5c6d !important;
}

body .login_fields input[type='text'],
body .login_fields input[type='password'] {
  color: #afb1be;
  width: 190px;
  margin-top: -2px;
  background: rgba(57, 61, 82, 0);
  left: 0;
  padding: 10px 50px;
  border-top: 2px solid rgba(57, 61, 82, 0);
  border-bottom: 2px solid rgba(57, 61, 82, 0);
  border-right: none;
  border-left: none;
  outline: none;
  font-family: 'Gudea', sans-serif;
  box-shadow: none;
}
.login_fields__user {
  /* margin-left: 30px; */
  border: 1px solid #12408e;
  border-radius: 20px;
  width: 400px;
  border-radius: 8px;
  background: #dfe5f3;
}
.login_fields__password {
  /* margin-left: 30px; */
  border: 1px solid #12408e;
  margin-top: 25px;
  /* margin-bottom: 15px; */
  border-radius: 8px;
  width: 400px;
  background: #dfe5f3;
}
body .login_fields__user,
body .login_fields__password {
  position: relative;
}

body .login_fields__submit {
  position: relative;
  margin-top: 25px;
  width: 400px;
}

body .login_fields__submit input {
  border-radius: 20px;
  background: #4fa1d9;
  padding: 10px 90px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  width: 90%;
  margin-left: 15px;
}

body .login_fields__submit input:focus {
  box-shadow: none;
  outline: none;
}

body .login_fields__submit input:hover {
  color: white;
  background: #4fa1d9;
  cursor: pointer;
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}


/* 登录页底部联系邮箱电话css */
.login-connect-info {
  color: #8d8d8d;
  font-size: 14px;
  margin-top: 20px;
}

.login-connect-tel {
  color: #8d8d8d;
  font-size: 14px;
}

.validation_code {
  width: 85px;
  height: 36px;
  padding: 3px;
  z-index: 0;
  color: #fff;
}

/*Layui弹出层样式*/
body .layui-layer-dialog {
  border-radius: 6px;
  height: 50px;
  line-height: 50px;
}
body .layui-layer-dialog .layui-layer-content .layui-layer-ico {
  position: absolute;
  top: 10px;
  left: 15px;
  _left: -40px;
  width: 30px;
  height: 30px;
}
body .layui-layer-dialog .layui-layer-content {
  position: relative;
  padding: 13px 20px 10px 55px;
  line-height: 24px;
  word-break: break-all;
  overflow: hidden;
  font-size: 14px;
  overflow-x: hidden;
  overflow-y: auto;
}

@-webkit-keyframes waterripple {
  0% {
    box-shadow: 0 0 0 0 rgba(66, 166, 223, 0.7);
    background: rgba(66, 166, 223, 0.7);
  }

  100% {
    box-shadow: 0 0 0 300px rgba(66, 166, 223, 0);
    background: rgba(66, 166, 223, 0);
  }
}
