.custom-style .my-login-header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  padding: 20px 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}
.custom-style .my-login-header .left-block {
  float: left;
  font-size: 28px;
  display: flex;
}
.custom-style .my-login-header .left-block .logo-block {
  padding: 0 50px 0 0;
  width: 60px;
  height: 45px;
  position: relative;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url('../img/login-logo.png');
}

.custom-style .my-login-header .right-block .el-select__wrapper {
  background-color: transparent !important;
  box-shadow: none;
}
.custom-style .my-login-header .right-block .el-select__placeholder,
.custom-style .my-login-header .right-block .el-select__caret {
  color: #fff;
}
.custom-style .my-login-header .right-block .el-select {
  width: 130px !important;
}
.custom-style .my-login-header .right-block .el-select .el-input--medium .el-input__inner {
  background-color: transparent;
  color: #fff;
  border: none;
}
.custom-style .my-login-header .right-block .el-select .el-input .el-select__caret {
  color: #fff;
}
.custom-style .my-login-content {
  min-width: 1000px;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url('../img/bg.png');
  position: relative;
}
.custom-style .my-login-content .my-login-bottom-explain {
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
  padding: 0 20px 0;
  height: 50px;
  background: rgba(255, 255, 255, 0.3);
  line-height: 50px;
  color: #999;
  font-size: 16px;
}
.custom-style .my-login-content .my-login-bottom-explain img {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 5px 0 0;
}
.custom-style .my-login-content .my-login-bottom-explain a {
  color: #999;
}
.custom-style .my-login-content .my-login-bottom-explain a:hover {
  color: #22c3c1;
}
.custom-style .my-login-content .my-login-block {
  background: #f1f2f2;
  width: 400px;
  height: 580px;
  padding: 40px;
  position: fixed;
  top: 55%;
  right: 70px;
  transform: translatey(-50%);
  box-sizing: border-box;
  border-radius: 0;
}
.custom-style .my-login-content .my-login-block1 .el-form-item--label-top .el-form-item__label{
    display: block;
}
.custom-style .my-login-content .my-login-block .my-login-block-title {
  display: block;
}
.custom-style .my-login-content .my-login-block .my-login-block-title2{
    margin-bottom: 0;
}
.custom-style .my-login-content .my-login-block .my-login-block-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url('../img/login-title.png');
}
/* .custom-style .my-login-content .my-login-block .my-login-block-icon img {
  display: block;
  height: 65px;
} */
.custom-style .my-login-content .my-login-block .my-login-block-title {
  padding: 20px 0;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.custom-style .my-login-content .my-login-block .my-change-status {
  cursor: pointer;
}
.custom-style .my-login-content .my-login-block .my-record-block {
  padding: 0 0 10px 0;
}
.custom-style .my-login-content .my-login-block .my-forget-text {
  text-align: center;
}
.custom-style .my-login-content .my-login-block .my-forget-text span {
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
}
.custom-style .my-login-content .my-login-block .my-forget-text span:hover {
  color: #0070d7;
}
.custom-style .my-login-content .my-login-block .my-login-form .el-input__inner {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 10px;
}
.custom-style .my-login-content .my-login-block .my-login-form .my-login-input-icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-style .my-login-content .my-login-block .my-login-form .my-login-input-icon img {
  display: block;
}
.custom-style .my-login-content .my-login-block .my-login-form .el-input__prefix {
  left: 0;
  display: none;
}
.custom-style .my-login-content .my-login-block .my-login-form .el-input__suffix {
  right: 0;
}
.custom-style .my-login-content .my-login-block .my-login-form .el-input--suffix .el-input__inner {
  padding-right: 44px;
}
.custom-style .my-login-content .my-login-block .my-login-form .el-form-item > .el-form-item__content > .el-input > .el-input__wrapper {
  height: 45px;
}
.custom-style .my-login-content .my-login-block .my-login-form .el-form-item {
  margin-bottom: 20px;
}
.custom-style .my-login-content .el-loading-mask {
  border-radius: 10px;
}
/* 内容logo */
.custom-style-my-layout .my-layout-header .header-left .logo-block{
  /* width: 187px; */
  height: 52px;
  background-size: auto;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url('../img/layout-logo.png');
}