body {
  padding: 0px;
  margin: 0px;
}

input {
  font-size: 12px;
  color: #606266;
  font-family: "Microsoft Yahei";
}

.top {
  height: 100%;
  width: 100%;
  display: flex;
}

.right {
  width: calc(100% -   200px);
  height: 100%;
  line-height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.systemname {
  margin-left: 70px;
  width: 60%;
  /*height: 60px;*/
  background-repeat: no-repeat;
  background-position-y: center;
  /*background-image: url(/ERP/statics/images/top/systemname.png);*/
}

.left {
  width: 200px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #86000d;
}

.logo {
  /*width: 73px;
  height: 24px;
  background-image: url(/ERP/statics/images/top/logo_superdata.png);*/
  background-repeat: no-repeat;
}

.header,.footer {
  background-color: #c11222;
  color: #fff;
  line-height: 70px;
  height: 50px;
  padding: 0px;
  display: flex;
  flex-direction: row;
}

.container {
  height: 99.4vh;
  min-height: 500px;
  min-width: 900px;
  border-bottom: 5px solid;
  border-color: #c11222;
  display: flex;
  flex-direction: column;
}

.aside {
  background-color: #D3DCE6;
  color: #333;
}

body .container { /* margin-bottom: 40px; */

}

.main {
  height: calc(100% - 50px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0px;
  background-image: url(/ERP/statics/images/login/login_bg_1440.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -60px;
}
.webloginerror .main {
  height: calc(100% - 50px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  background:#DCE2ED ;
  background-image: none;
  background-position-y: -60px;
}

.centerImg {
  width: 400px;
  height: 257px;
  margin-right: 10.4vw;
  margin-top: -7.9vh;
  background-image: url(/ERP/statics/images/login/computer_TY_v3.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.loginWrapper {
  margin-right: 19vw;
  margin-top: -15vh;
  /*  width: 370px;*/
  height: 406px;
  min-width: 323px;
  min-height: 406px;
  /* width: 26.4vw; */
  display: flex;
  justify-content: center;
  background: #fff;
  -moz-box-shadow: -1px -1px 17px #68686840;
  -webkit-box-shadow: -1px -1px 17px #68686840;
  box-shadow: -1px -1px 17px #68686840;
  /* box-shadow: -1px -1px 17px #6868689; */
}
.webloginerror .loginWrapper {
  margin-right: 0;
}

.loginWrapper .loginWindow {
  padding: 20px 40px;
}

.loginWrapper .loginWindow .title {
  height: 45px;
  line-height: 20px;
  font-size: 24px;
  letter-spacing: 3px;
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  color: #333333;
  border-bottom: 1px solid #e5e5e5;
}
.webloginerror .loginWrapper .loginWindow .title {
  height: 45px;
  line-height: 20px;
  font-size: 28px;
  letter-spacing: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  min-width: 115px;
  width: 290px;
  display: flex;
  justify-content: center;
  color: #333333;
  border-bottom: none;
}
.webloginerror .msg{
  background: url(/ERP/statics/images/login/!.gif);
  background-position: 34px 50px;
  height: 140px;
  width: 250px;
  border-width: 0;
  padding-top: 50px;
  padding-left: 50px;
  background-repeat: no-repeat;
}
.webloginerror .msg span {
  height: 140px;
  width: 180px;
  margin-left: 50px;
  display: block;
}
.webloginerror .sign {
  font-size: 14px;
  margin-top: 40px;
}

.btnGroup {
  margin-top: 20px;
  padding: 10px 0 0 0;
  height: 60px;
  border-bottom: 1px solid #e5e5e5;
}
.webloginerror .btnGroup {
  margin-top: 20px;
  padding: 10px 0 0 0;
  height: 60px;
  border-bottom: none;
  margin-left: 5px;
}
#loginBtn {
  /*width: 290px;*/
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #c11222;;
  border-radius: 2px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 2px;
  cursor: pointer;
}
#loading{
  width: 290px;
  height: 3px;
  background-image: url(/ERP/statics/images/login/sdloading.gif);
  background-repeat: no-repeat;
  margin-top:20px;
}
#firstLoading{
  display: none;
  width: 100%;
  height: 100%;
  background-image: url(/ERP/statics/images/login/loading.gif);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}
#forgetPassword,#useOthers {
  text-align: end;
}

.txtBtn {
  line-height: 19px;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
}

.rowCls {
  margin-top: 18px;
}

.accountRow {
  margin-top: 15px;
}

.help,.liveradio {
  float: right;
  margin-right: 22px;
  cursor: pointer;
}

.help {
  width: 16px;
  height: 16px;
  background-image: url(/ERP/statics/images/top/help.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  right: 0px;
  margin-right: 5.3vw;
}

.liveradio {
  width: 16px;
  height: 16px;
  background-image: url(/ERP/statics/images/top/play.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 22px;
  right: 6vw;
}

.el-input-group {
  margin-bottom: 20px;
}

.row {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.row .col {
  display: flex;
  flex-direction: row;
  width: 100%;
}

#password,#operator {
  border-radius: 2px;
  width: 100%;
  height: 35px;
  padding: 0px 10px;
  border: 1px solid;
  border-color: #C0C4CC;
  background: #fff;
}

.row .col span {
  font-size: 14px;
}

.row .forgetPassword {
  display:none;
  margin-left: 150px;
}

.useOthers {
  margin-left: 122px;
}

.select {
  border-radius: 2px;
  width: 100%;

  height: 35px;
  padding: 0px 10px;
  border: 1px solid;
  border-color: #cccccc;

  position: relative;
}
.accsetWrapper .arrow, .langWrapper .arrow{
  width: 25px;
  height: 25px;
  background: #fff url(/ERP/statics/images/login/arrow_down.png) no-repeat center;
  position: absolute;
  top: 6px;
  right: 4px;
  cursor: pointer;
}
.langWrapper .arrow{
  width: 15px;
  height: 15px;
  background: #fff url(/ERP/statics/images/login/arrow_down.png) no-repeat center;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  right: 0px;
  background-size: 60%;
}
#accsetUpIcon,#langUpIcon,#selectAccUpIcon{
  display: none;
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}

.select input {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px \9;
  border: 0;
  outline: 0;
  background: none;
  cursor: pointer;
}

.select ul {
  width: 96%;
  display: none;
  position: absolute;
  left: -1px;
  top: 20px;
  overflow: hidden;
  background-color: #fff;
  max-height: 150px;
  overflow-y: auto;
  border: 1px solid #ccc;
  border-top: 0;
  box-shadow: 0 1px 6px #bfbfbf;
  z-index: 9999;
  padding: 0 5px;
}

.select ul li {
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  padding: 0 10px;
  cursor: pointer;
}

.select ul li:hover {
  background-color: #F5F7FA;
}

.select ul li span {
  display: inline-block;

  text-align: left;
  width: 100px; /* 设置一个固定宽度或最大宽度 */
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏超出部分 */
  text-overflow: ellipsis; /* 超出部分显示省略号 */
}

.row .selectLangCls{
  width: 88px;
}
.selectLangCls .select {
  border-radius: 2px;
  width: 70px;
  min-width: 70px;
  height: 20px;
  padding: 0px 10px;
  border: 0;
  border-color: #ffffff;
  position: relative;
}

.selectLangCls .select input {
  display: block;
  width: 100%;
  height: 20px;
  line-height: 20px \9;
  border: 0;
  outline: 0;
  background: none;
  cursor: pointer;
}

.selectLangCls .select ul {
  width: 96%;
  display: none;
  position: absolute;
  left: -1px;
  top: 20px;
  overflow: hidden;
  background-color: #fff;
  max-height: 150px;
  overflow-y: auto;
  border: 1px solid #ccc;
  border-top: 0;
  box-shadow: 0 1px 6px #bfbfbf;
  z-index: 9999;
  padding: 0 5px;
}

.selectLangCls .select ul li {
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  padding: 0 10px;
  cursor: pointer;
}

.selectLangCls .select ul li:hover {
  background-color: #F5F7FA;
}

.selectLangCls .select ul li span {
  display: inline-block;
  width: 100px;
  text-align: left;
}
.loadingWrap {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #ffffff7a;
  background-color: rgba(212, 212, 212, 0.65);
  z-index: 99998;
}

.loading {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 4px solid #cccccc;
  border-radius: 50%;
  border-top: 4px solid #d9d9d9;
  width: 50px;
  height: 50px;
  z-index: 99999;
  opacity: 1;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100%
  {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/*alert*/
.alertWindow .alert {
  min-width: 320px;
  min-height: 150px;
  padding: 0 15px;
  background: #fff;
  border: 1px solid #b2bed2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 999999;
}

.alertWindow .text,.confirm_window .text {
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  letter-spacing: 1px;
  line-height: 28px;
}

.alertWindow button {
  width: 70px;
  padding: 5px;
  cursor: pointer;
  border-radius: 2px;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #b2bed2;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

button:hover {
  background: #fff;
}

.alertWindow {
  width: 100%;
  height: 100%;
  background-color: rgba(212, 212, 212, 0.65);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 100000;
  display: none;
}


.forgetPasswordAlertWindow {
  display: flex;
  flex-direction: column;
  width: 400px;
  height: min-content;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 99999;
  font-size: 14px;
  padding-top: 20px;
  background: #ffffff;
}

.forgetPasswordAlertWindow .row>.title {
  width: 100%;
  font-size: 24px;
  color: #333333;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}

.forgetPasswordAlertWindow .row {
  display: flex;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 20px;
}

.forgetPasswordAlertWindow .row:last-child {
  display: flex;
  justify-content: center;
}

.forgetPasswordAlertWindow .row:last-child>button {
  width: 120px;
  height: 40px;
  border: none;
  background: #ffffff;
  border-radius: 20px;
  color: #000000;
}

.forgetPasswordAlertWindow .row:last-child>button:first-child {
  margin-right: 20px;
}

.forgetPasswordAlertWindow .row>label {
  width: 110px;
}

.forgetPasswordAlertWindow .row>input {
  flex: 1;
  padding: 5px 10px;
}

.forgetPasswordAlertWindow .row>.tips {
  width: 100%;
  text-align: center;
  color: #ff0000;
}


.addAccAlertWindow {
  display: flex;
  flex-direction: column;
  width: 400px;
  height: min-content;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 99999;
  font-size: 14px;
  padding-top: 20px;
  background: #ffffff;
  box-shadow: -1px -1px 17px #68686840;
}

.addAccAlertWindow .row>.title {
  width: 100%;
  font-size: 18px;
  color: #333333;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}

.addAccAlertWindow .row {
  display: flex;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 20px;
  width: 340px;
}

.addAccAlertWindow .row:last-child {
  display: flex;
  justify-content: center;
  width: 220px;
  margin-left: 90px;
  margin-top: 30px;
}

.addAccAlertWindow .row:last-child>button {
  width: 100px;
  height: 35px;
  border: none;
  background: #ffffff;
  border-radius: 2px;
  color: #000000;
  cursor: pointer;

}

.addAccAlertWindow .row:last-child>button:first-child {
  margin-right: 20px;
}

.addAccAlertWindow .row>label {
  width: 60px;
}

.addAccAlertWindow .row>input {
  flex: 1;
  padding: 5px 10px;
}


.selectAccAlertWindow {
  display: flex;
  flex-direction: column;
  width: 400px;
  height: min-content;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 99999;
  font-size: 14px;
  padding-top: 20px;
  background: #ffffff;
  box-shadow: -1px -1px 17px #68686840;
}

.selectAccAlertWindow .row>.title {
  width: 100%;
  font-size: 18px;
  color: #333333;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}

.selectAccAlertWindow .row {
  display: flex;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 20px;
  width: 340px;
}

.selectAccAlertWindow .row:last-child {
  display: flex;
  justify-content: center;
  width: 220px;
  margin-left: 90px;
  margin-top: 30px;
}

.selectAccAlertWindow .row:last-child>button {
  width: 100px;
  height: 35px;
  border: none;
  background: #ffffff;
  border-radius: 2px;
  color: #000000;
  cursor: pointer;

}

.selectAccAlertWindow .row:last-child>button:first-child {
  margin-right: 20px;
}

.selectAccAlertWindow .row>label {
  width: 105px;
  height: 35px;
  line-height: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.selectAccAlertWindow .row>input {
  flex: 1;
  padding: 5px 10px;
}

.selectAccWrapper .arrow{
  width: 25px;
  height: 25px;
  background: #fff url(/ERP/statics/images/login/arrow_down.png) no-repeat center;
  position: absolute;
  top: 6px;
  right: 4px;
  cursor: pointer;
}