
@charset "UTF-8";

/* v20200318
   public css
*/
html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #333;
  text-decoration: none;
  outline: 0;
  box-sizing: border-box;
  transition: all 0.2s;
}

video:focus,
audio:focus {
  outline: 0px solid #efefef;
}

/*滚动条 start*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #fff;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background: #fff;
}

::-webkit-scrollbar-thumb {
  border-radius: 3px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #eee;
}

::-webkit-scrollbar-thumb:hover {
  border-radius: 3px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #ccc;
}

body {
  background: #fff;
  font-size: 14px;
  color: #333;
}

/*字体*/
.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}
.f24 {
  font-size: 24px;
}

.f28 {
  font-size: 28px;
}
.mt10 {
  margin-top: 10px;
}

.mb15 {
  margin-bottom: 15px;
}
.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.mb50 {
  margin-bottom: 50px;
}
/*布局*/
.e-main {
  min-width: 1200px;
}


/*浮动*/
.fl {
  float: left;
}

.fr {
  float: right;
}

/*对齐*/
.al {
  text-align: left;
}

.ac {
  text-align: center;
}

.ar {
  text-align: right;
}


.e-hide {
  display: none;
}

.e-hidden {
  overflow: hidden;
}





















/**
* 公共样式
*
**/
.flex {
  display: flex;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-center {
  align-items: center;
  justify-content: center;
}
.flex-align-center {
  align-items: center;
}
.flex-justify-center {
  justify-content: center;
}
.flex-justify-content-end {
  justify-content: flex-end;
}


#login {
  width: 100%;
  height: 100%;
}
#account{
  display: block;
}

#qrCodeIcon{
  display: block;
}

.login {
  /* height: 100vh;
  min-height: 700px; */
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.login-header {
  height: 100px;
}
.login-header .login-container img {
  width: 159px;
  height: 50px;
}
.login-main {
  background: url("http://statics.easyliao.com/web/public/images/bg.png") no-repeat center;
  background-size: cover;
  height: 470px;
}
.login-main-divider {
  width: 100%;
}
.login-footer {
  height: 150px;
}
.login-container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.login-check-type {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 100;
  cursor: pointer;
}
.login-check-type .login-account {
  background: url("http://statics.easyliao.com/web/public/images/pc-account@2x.png") no-repeat;
  background-size: 100%;
  background-position: center;
}
.login-check-type .login-account:hover {
  background: url("http://statics.easyliao.com/web/public/images/pc-account-active@2x.png") no-repeat;
  background-size: 100%;
  background-position: center;
}
.login-check-type .login-wechat {
  background: url("http://statics.easyliao.com/web/public/images/pc-QRcode@2x.png") no-repeat;
  background-size: 100%;
  background-position: center;
}
.login-check-type .login-wechat:hover {
  background: url("http://statics.easyliao.com/web/public/images/pc-QRcode-active@2x.png") no-repeat;
  background-size: 100%;
  background-position: center;
}
.login-check-type-img {
  width: 30px;
  height: 30px;
}
.login .form-card {
  position: relative;
  width: 500px;
  height: 670px;
  padding: 70px 0 30px;
  box-sizing: border-box;
  background: white;
}
.login .form-card .el-input__inner {
  height: 50px !important;
  line-height: 50px !important;
  font-size: 14px;
}
.login .form-card-form {
  padding: 0 65px;
}
.login .form-card-other .item + .item {
  margin-left: 20px;
}
.login .form-card  .el-input__inner {
  height: 50px !important;
  line-height: 50px !important;
  font-size: 14px;
}
.login .form-card  .el-input-group__prepend {
  padding: 0 14px;
  background: white !important;
}
.login .form-card .bor-radius4 {
  border-radius: 4px;
}
.login .form-card .bor-radius4  .el-input__inner {
  border-radius: 0 4px 4px 0;
}
.login .form-card .bor-radius4  .el-input-group__prepend {
  border-radius: 4px 0 0 4px;
}
.login .form-card .wh28 {
  width: 28px;
  height: 28px;
}
.login .el-form-item__content{
  line-height: 28px;
  position: relative;
  font-size: 14px;
  display: table;
  content: "";
  width: 100%;
}
.el-button--primary{
  color: #FFFFFF;
  background-color: #279af2;
  border-color: #279af2;
  padding: 7px 15px;
}
.el-button{
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid #D7D7D7;
  -webkit-appearance: none;
  text-align: center;
  outline: none;
  margin: 0;
  transition: .1s;
  font-weight: 400;
}
.el-form-item {
  margin-bottom: 22px;
}
.el-divider--horizontal{
  display: block;
  height: 1px;
  width: 100%;
  margin: 24px 0;
}
.el-divider {
  background-color: #D7D7D7;
  position: relative;
}
.el-divider__text.is-center{
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.el-divider__text {
  position: absolute;
  background-color: #FFFFFF;
  padding: 0 20px;
  font-weight: 500;
  color: #303133;
  font-size: 14px;
}
.login .QRcode {
  position: relative;
  width:330px;
  height:380px;
  border: 1px solid #dddddd;
  margin: auto;
}
.login .btn-login {
  height: 46px;
}
.login .lh18 {
  line-height: 18px;
}
.login .mt46 {
  margin-top: 46px;
}
.login .c-999 {
  color: #999;
}
.login .c-333 {
  color: #333;
}
.login .w100 {
  width: 100%;
  box-sizing: border-box;
}


.d-flex {
  display: flex;
}

.justify-content-lg-center {
  justify-content: center;
}
.el-input--medium {
  font-size: 14px;
}
.el-input {
  position: relative;
}
.el-input-group__prepend{
  border-radius: 4px 0 0 4px;
  border-right: 0;
  color: #909399;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  border: 1px solid #D7D7D7;
  width: 1px;
  white-space: nowrap;
}
.el-input__inner {
  height: 50px !important;
  line-height: 50px !important;
  font-size: 14px;
  border: 1px solid #D7D7D7;
  padding: 0 15px;
  outline: none;
  box-sizing: border-box;
  width: 100%;
}
.el-input--suffix .el-input__inner {
  padding-right: 30px;
}
.el-form-item.is-error .el-input__inner{
  border-color: #ff4949
}
.el-input-group > .el-input__inner {
  vertical-align: middle;
  display: table-cell;
}
.el-input--suffix .el-input__inner {
  padding-right: 30px;
}

.el-input__suffix {
  position: absolute;
  height: 100%;
  right: 5px;
  top: 0;
  z-index: 1000;
  text-align: center;
  color: #C0C4CC;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.el-input__suffix img{
  width: 14px;
  cursor: pointer;
  position: absolute;
  top: 33%;
  right: 5%;
}
#look {
  right:20px;
}
/* #qrCode{
  position: relative;
} */
#QRCodeSuccess{
  position: absolute;
  width: 180px;
  height: 180px;
  border: 1px solid #dddddd;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
#QRCodeSuccess p{
  line-height: 180px;
  font-size:14px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
#QRCodeSuccess img{
  vertical-align: middle;
  width: 14px;
}
.login .form-card .el-input-group__prepend {
  padding: 0 14px;
  background: white !important;
}

.el-form-item__content .el-input-group {
  vertical-align: top;
  width: 100%;
}
.username_error{
  display: none;
}

#deleteUsername{
  display: none;
}
#deletePassword{
  display: none;
}
.el-input-group {
  line-height: normal;
  display: inline-table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.loader{
  width: 180px;
  height: 180px;
  background-image:url('http://statics.easyliao.com/web/public/images/gif-loading.gif');
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(255,255,255,.8);
  display: none;
  z-index: 9999;
}

@media only screen and (max-height: 750px) {
  .form-card {
    width: 420px !important;
    height: 420px !important;
    padding: 30px 0 30px !important;
  }
  .form-card-form {
    padding: 0 25px;
    margin-bottom: 0;
  }
  .form-card-other .item + .item {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 1250px) {
  .login-container {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 1250px) and (min-width: 1050px) {
  .login-container {
    width: 950px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1050px) and (min-width: 985px) {
  .login-container {
    width: 750px;
    margin: 0 auto;
  }
  .login-header .login-container {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 985px) and (min-width: 900px) {
  .login-container {
    width: 600px;
  }
  .login-header .login-container {
    margin: 0 30px;
  }
  .login-footer {
    width: 100vw;
  }
}
@media only screen and (max-width: 900px) and (min-width: 720px) {
  .login-container {
    width: 500px;
    margin: 0 0 0 200px;
  }
  .login-header .login-container {
    margin: 0 30px;
  }
  .login-footer {
    width: 100vw;
  }
}
@media only screen and (max-width: 720px) {
  .login {
    background: white;
  }
  .login-header {
    width: 100vw;
    margin-top: 1.25rem;
    height: 1.37rem;
  }
  .login-header .login-container {
    margin-left: 0.66rem;
  }
  .login-header .login-container img {
    width: 4.35rem;
    height: 1.37rem;
  }
  .login .form-card {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0.93rem 0 0 !important;
  }
  .login .form-card .login-check-type {
    display: none;
  }
  .login .form-card-form {
    padding: 0;
    margin-bottom: 0;
  }
  .login .form-card  .el-input__inner {
    height: 1.2rem !important;
    line-height: 1.2rem !important;
  }
  .login .form-card-other .item img {
    width: 1.07rem;
    height: 1.07rem;
  }
  .login-main {
    width: 100vw;
    background: none;
    display: block;
    margin-top: 1.06rem;
  }
  .login-main-divider {
    margin-top: 1.33rem !important;
    width: calc(100vw - 0.8rem);
    margin-bottom: 0.67rem;
  }
  .login-main-divider  .el-divider--horizontal {
    margin: 0;
  }
  .login-main-title {
    text-align: left;
    margin-left: 0.77rem;
    font-size: 0.66rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    margin-bottom: 1.06rem;
  }
  .login-main .demo-loginForm {
    padding: 0 0.8rem;
  }
  .login-main  .el-form-item--mini.el-form-item {
    margin-bottom: 0.5rem;
  }
  .login-main  .el-input-group__prepend {
    padding: 0 0.32rem !important;
  }
  .login-main .el-input-group__prepend div {
    width: 0.48rem;
    height: 0.48rem;
  }
  .login-main  .el-input-group__prepend div img {
    width: 100%;
  }
  .login  .el-divider {
    background-color: #eeeeee;
  }
  .login-btn {
    margin-top: 0.8rem;
  }
  .login-container {
    width: 100vw;
    margin: 0;
  }
  .login-footer {
    display: none;
  }
}
@media only screen and (max-width: 1024px) and (height: 1366px) and (min-width: 985px) {
  .login-container {
    padding: 0 20px;
    width: 800px;
    margin: 0 auto;
  }
  .login-container .form-card {
    margin-right: 40px;
  }
  .login-header .login-container {
    margin: 0 20px;
  }
  .login-footer {
    width: 1024px;
  }
}
