html,
body {
  width: 100%;
  height: 100%;
}
* {
  margin: 0;
  padding: 0;
}
input {
  background: none;
  outline: none;
  border: none;
}
input:focus {
  border: none;
}
.app {
  height: 100%;
}
.login-wrap {
  position: relative;
  height: 100%;
}
.login-wrap .login-top {
  height: 100%;
  background: url(https://obs-opengas.juan.cn/opengas/login_page/bg.png)
    no-repeat 50%;
  background-size: 100%;
  position: relative;
}
/* .login-wrap .login-bottom {
  height: 28%;
} */
.login-top_logo img{
  width: 88px;
  height: 72px;
  position: absolute;
  top: 20%;
  left:16%;
  transform:translate(-45%,0%);

}
.login-top_title{
  position: absolute;
  top: 21%;
  left:20%;
  color: #fff;
  font-size: 36px;
}
.login {
  position: absolute;
  left: 72%;
  top: 50%;
  width: 420px;
  height: 520px;
  margin-left: -210px;
  background: #ffffff;
  margin-top: -269px;
  -webkit-box-shadow: 2px 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 1px 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  z-index: 1;
}
/*.login .toast_div {*/
/*  position: absolute;*/
/*  top: -50px;*/
/*  background-color: #fff;*/
/*  z-index: 999;*/
/*}*/

.login-form {
  height: 374px;
  padding: 50px 50px 0;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #fff;
  background: url(https://obs-opengas.juan.cn/opengas/login_page/login_top.png) no-repeat;
}
.login-form-title {
  padding-bottom: 25px;
  font-size: 24px;
  color: #000;
}
.login .name{
  display: flex;
  align-items: center;
}
.login .name img{
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.login .password{
  display: flex;
  align-items: center;
}
.login .password img{
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.login .piccode{
  display: flex;
  align-items: center;
}
.login .piccode .img_yan{
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.login .name input,
.login .password input {
  width: 270px;
  padding: 26px 25px 20px 0;
  font-size: 14px;
  border: 0;
  border-bottom: 1px solid #ebeef5;
  color: #2c3e50;
}
.login .piccode input {
  width: 100px;
  padding: 26px 25px 20px 0;
  font-size: 14px;
  border: 0;
  color: #2c3e50;
}
.login .name input::-webkit-input-placeholder,
.login .password input::-webkit-input-placeholder,
.login .piccode input::-webkit-input-placeholder {
  color: #c0c4cc;
}
.login .piccode {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  border-bottom: 1px solid #ebeef5;
}
.login .img_src {
  width: 90px;
  height: 40px;
  margin-left: 40px;
  background-color: #d8d8d8;
  margin-top: 10px;
}
.login .login-btn {
  padding-top: 30px;
  text-align: center;
}
.login .login-btn .el-button.is-round {
  color: #fff;
  font-weight: 400;
  padding: 12px 0;
  width: 250px;
  background: #416CFF;
  border: 1px solid rgba(5,9,42,0.15);
  cursor: pointer;
}
.login .company-mes {
  padding-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #2c3e50;
}
#myform label{
  color: #F56C6C;
  font-size: 12px;
}
.piccode{
  position: relative;
}
#piccode-error{
  position:absolute;
  top: 66px;
}
.downset {
  position: relative;
  height: 104px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: url(https://obs-opengas.juan.cn/opengas/login_page/login_bottom.png) no-repeat
}
.download{
font-size: 20px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #333333;
padding: 20px;
}
.download_div{
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #333333;
text-align: center;
}
.downset:hover .downset_div {
  display: block;
  position: absolute;
  top: -146px;
  right: -50px;
  width: 228px;
height: 209px;
background: #FFFFFF;
box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.16);
border-radius: 4px;
}
.downset_div{
  display: none;
  position: absolute;
  top: -150px;
  right: -50px;
  width: 228px;
height: 209px;
background: #FFFFFF;
box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.16);
border-radius: 4px;
}
.downset_App{
  position: absolute;
  top: 65px;
  right: 50px;
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #9AA0A9;
}
.downset_img {
  width: 90px;
  height: 90px;
  border: 1px solid #D7D8DA;
  background: #636363;
  margin: 0 auto 10px;
  background: url(https://obs-opengas.juan.cn/app-down/app-download-qrcode.png)
    no-repeat 50%;
  background-size: 90px 90px;
}

.el-loading-mask{
  background-color: rgba(0, 0, 0, 0.8);
}
.el-loading-mask {
  position: absolute;
  z-index: 2000;
  background-color: hsla(0,0%,100%,.9);
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity .3s;
}
.el-loading-spinner {
  top: 50%;
  margin-top: -21px;
  width: 100%;
  text-align: center;
  position: absolute;
}
.el-loading-spinner i {
  color: #409eff;
  width: 100%;
  height: 60px;
  display: block;
  text-align: center;
}
.el-icon-loading {
  position: relative;
}
.el-icon-loading:before {
  content:"";
  background:url("/img/loading.gif") no-repeat;
  background-size: 60px 60px;
  width:60px;
  height: 60px;
  text-align: center;
  position: absolute;
  margin-left: -30px;
  left: 50%;

}
.el-loading-spinner .el-loading-text {
  color: #409eff;
  margin: 3px 0;
  font-size: 14px;
}
.page-container p {
  font-size: 14px;
  color: #5e6d82;
  line-height: 1.5em;
}
.over-tooltip {
  width: 376px;
  padding: 10px;
  margin: 20px 0 0 -38px;
  color: #323233;
  background: #FDF6E5;
  border: 1px solid #FFA900;
}
.over-inner {
  display: flex;
}
.over-tooltip img {
  margin-right: 8px;
  width: 16px;
  height: 17px;
}
.over-inner span {
  font-size: 14px;
  line-height: 22px;
}
.private-con {
  margin-top: 10px;
  font-size: 12px;
  line-height: 14px;
}
.private-con input {
  margin-right: 2px;
  transform: translateY(2px);
}
.private {
  color: #409eff;
  cursor: pointer;
}