/* 设置字体 */
/* @font-face {
	font-family: PingFang SC;
	src: url(../fonts/PingFang_SC.ttf);
} */
/* @font-face {
	font-family: Jyhphs;
	src: url(../fonts/Jyhphs.ttf); 
	font-weight: normal;
	font-style: normal;
} */
html,
body {
  /* min-width: 1440px; */
  width: 100%;
  height: 100%;
  margin: 0 auto;
  color: #777F8F;
  font-family: "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

div {
  box-sizing: border-box;
}

/* 清除自带样式和amazeUI给定的部分不便精确设计图的样式 */
ul,
ol,
li,
dl,
dd,
dt {
  list-style: none;
}

ul,
ol,
li,
dl,
dd,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  line-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

h3 {
  line-height: 300%;
}

/* placeholder样式设置 */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #C4C9D3;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  font-size: 14px;
  color: #C4C9D3;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 14px;
  color: #C4C9D3;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #C4C9D3;
}

input {
  box-sizing: border-box;
  border: none;
  outline: none;
  font-size: 14px;
}

.el-input__inner {
  border: none;
}

.el-input-group__prepend,
.el-input-group__append {
  border: none;
  background-color: transparent;
}

.el-input-group__append {
  padding: 0;

}

#app .el-code-form-item {
  margin-bottom: 0;
}


.form-el-input {
  border-bottom: 1px solid #00000020;
}

.form-el-input:hover {
  border-bottom: 1px solid #6883fbee;
}


#app {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.login-left {
  position: relative;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E9F4FF;
}

.login-left .login-left-img {
  width: 100%;
  min-width: 600px;
}

.login-logo {
  position: absolute;
  top: 50px;
  left: 60px;
  width: 180px;
}

.login-right {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;

}

.login-right .login-right-header {
  position: absolute;
  top: 30px;
  right: 40px;
}

.login-right-form-title {
  width: 100%;
  line-height: 300%;
  color: #000;
  font-weight: bold;
}

.form-el-select {
  width: 80px;
}

.login-right-form {
  width: 100%;
  min-width: 375px;
  max-width: 500px;
  position: relative;
  padding: 30px;

}

.el-form-item__content {
  width: 100%;
}

.code-btn {
  cursor: pointer;
  width: 100%;
  border-left: 1px solid #00000020;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.code-wait {
  color: #00000040;
}

.form-el-button {
  width: 100%;
  margin-bottom: 20px;
}

.login-right-form-agree {
  color: #6883fb;
}

.form-el-dialog-content {
  width: 100%;
  position: relative;
}

.form-el-dialog-content-text p {
  text-indent: 40px;
  line-height: 140%;
}

.form-el-dialog-content-text span {
  color: #0b90d8;

}

.form-el-dialog-content img {
  width: 100%;
}

.foot-action {
  margin-top: 20px;
  width: 100%;
}

.dialog-img-code-col {
  margin-bottom: 12px;
}

.dialog-img-code-col:last-child {
  margin-bottom: 0;
}

.dialog-img-code-img {
  height: 40px;
}

.form-el-error {
  color: #df0b0b;
  height: 40px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: normal;
}

.el-button--primary {
  background-color: #6883fb;
  border-color: #6883fb;
}

.el-button--primary:hover {
  background-color: #6883fbee;
  border-color: #6883fbee;
}

.el-button--primary.is-active,
.el-button--primary:active {
  background-color: #6883fb;
  border-color: #6883fb;
}

.el-checkbox__input.is-checked+.el-checkbox__label {
  color: #333;
}

.code-send-able {
  color: #6883fb;
}

.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #6883fbee;
  border-color: #6883fbee;
}

.el-checkbox__input.is-focus .el-checkbox__inner {
  border-color: #6883fbee;
}

.phone-el-select::after {
  content: attr(data-sup);
  margin-left: 7px;
}

.el-select-dropdown__item.selected {
  color: #6883fb;

}