@charset "UTF-8";

html {
  width: 100%;
  height: 100%;
}

html body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  font-size: 14px;
  color: #333;
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
  box-sizing: border-box;
  min-height: 700px;
  overflow: auto;
  min-width:900px;
}

html body #content {
  width: 100%;
  height: 100%;
}

html body #content .box {
  width: 100%;
  height: 100%;
}

html body .xfzl_login {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex-direction: row;
  -moz-flex-direction: row;
  -mx-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
 
  height: 100%;
  overflow: hidden;
  
}

html body .xfzl_login .logo {
     margin: 0 auto;
    padding: 25px;
    overflow:hidden;
}
html body .xfzl_login .backHomePage{
	display: inline-block;
    float: right;
    line-height: 60px;
    color: rgba(16,6,6,6);
    text-decoration: none;
}

html body .xfzl_login .logo img {
  height:60px;
}
html body .xfzl_login .xfzl_login_content{
	 background: url("../images/xfzl/xfzl_logo.png");
      background-size: 100% 100%;
    background-position: top;
    position:relative;
}


html body .xfzl_login .xfzl_login_content .firemenImg{
	   /*  position: absolute;
    top: calc((100% - 570px)/2);
    height: 545px;
    width: auto;
    margin-left: -27px; */
        width: 46%;
    top: 8%;
    left: 12%;
    position: absolute;
}
html body .xfzl_login .xfzl_login_content form{
	height:100%;
	position:relative;
}
html body .xfzl_login .login_window_text{
	    font-size: 25px;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
}

html body .xfzl_login .group {
  position: relative;
  margin-bottom: 25px;
  /* LABEL ======================================= */
  /* active state */
  /* BOTTOM BARS ================================= */
  /* active state */
  /* HIGHLIGHTER ================================== */
  /* active state */
  /* ANIMATIONS ================ */
}

html body .xfzl_login .group input {
  font-size: 14px;
  height: 38px;
  display: block;
  width: 480px;
  padding: 0px;
  border: none;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  margin: 0px;
  padding: 0px;
  border-radius: 0px;
}

html body .xfzl_login .group input:focus {
  outline: none;
}

html body .xfzl_login .group input:-webkit-autofill {
  background-color: #fff;
  background-image: none;
  color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

html body .xfzl_login .group label {
  color: #999;
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

html body .xfzl_login .group input:focus~label,
html body .xfzl_login .group input:valid~label {
  top: -15px;
  left: 0px;
  font-size: 14px;
  color: #fc3a3a;
}

html body .xfzl_login .group .bar {
  position: relative;
  display: block;
  width: 320px;
}

html body .xfzl_login .group .bar:before,
html body .xfzl_login .group .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #fc3a3a;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

html body .xfzl_login .group .bar:before {
  left: 50%;
}

html body .xfzl_login .group .bar:after {
  right: 50%;
}

html body .xfzl_login .group input:focus~.bar:before,
html body .xfzl_login .group input:focus~.bar:after {
  width: 50%;
}

html body .xfzl_login .group .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

html body .xfzl_login .group input:focus~.highlight {
  -webkit-animation: inputHighlighter 0.5s ease;
  -moz-animation: inputHighlighter 0.5s ease;
  animation: inputHighlighter 0.5s ease;
}

@-webkit-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@-moz-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@keyframes inputHighlighter {
  from {
    background: #5264AE;
  }

  to {
    width: 0;
    background: transparent;
  }
}

html body .xfzl_login .group .captchaimg {
  position: absolute;
  width: 95px;
  height: 38px;
  right: 0px;
  top: -4px;
}

html body .xfzl_login .login_window {
      width: 400px;
    padding: 35px 50px 25px 50px;
  padding-top: 40px;
  background-color: #ffffff;
  box-shadow: 0px 17px 15px 3px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  box-sizing: border-box;
  float:right;
   position: absolute;
    top: calc((100% - 419px) / 2);
    right: 0px;
}

html body .xfzl_login .login_window .login-title {
  text-align: center;
  height: 22px;
  font-family: "PingFang-SC-Medium";
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 4px;
  color: #333333;
  height: auto;
  margin-bottom: 25px;
}

html body .xfzl_login .login_window .phone {
  height: 45px;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 2px;
  border-bottom: 1px solid #ddd;
}

html body .xfzl_login .login_window .phone .phone-title {
  width: 53px;
  height: auto;
  display: none;
  font-family: PingFang-SC-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: -1px;
  color: #999999;
}

html body .xfzl_login .login_window .phone .phone-input input {
  border: none;
  height: 38px;
  width: 100%;
  outline: none;
  font-size: 16px;
  line-height: 38px;
}

html body .xfzl_login .login_window .password {
  height: 45px;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 2px;
  border-bottom: 1px solid #ddd;
}

html body .xfzl_login .login_window .password .password-title {
  width: 53px;
  height: auto;
  font-family: PingFang-SC-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: -1px;
  display: none;
  color: #999999;
}

html body .xfzl_login .login_window .password .password-input input {
  border: none;
  height: 38px;
  width: 100%;
  outline: none;
  font-size: 16px;
  line-height: 38px;
}

html body .xfzl_login .login_window .verification {
  height: 45px;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 2px;
  border-bottom: 1px solid #ddd;
}

html body .xfzl_login .login_window .verification .verification-title {
  width: 53px;
  height: auto;
  font-family: PingFang-SC-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  display: none;
  line-height: 40px;
  letter-spacing: -1px;
  color: #999999;
}

html body .xfzl_login .login_window .verification .verification-input {
  position: relative;
}

html body .xfzl_login .login_window .verification .verification-input div {
  width: 100%;
  float: left;
}

html body .xfzl_login .login_window .verification .verification-input div input {
  border: none;
  height: 38px;
  width: 100%;
  margin-right: 95px;
  outline: none;
  font-size: 16px;
  line-height: 38px;
}

html body .xfzl_login .login_window .verification .verification-input .captchaimg {
  position: absolute;
  width: 95px;
  height: 38px;
  margin-left: -95px;
}

html body .xfzl_login .login_window .login-btn {
  width: 300px;
  text-align: center;
  height: 42px;
  margin-top: 15px;
  background-color: #fc3a3a;
  font-family: PingFang-SC-Regular;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 2px;
  color: #fff;
  border-radius: 4px;
  border: 0px;
  cursor: pointer;
  outline: none;
  text-align: center;
  padding: 0px;
  width: 100%;
}
html body .xfzl_login .login_window .login-btn:disabled{
  /* background:#fc3a3ab */
  background:#e6e6e6;
}


html body .xfzl_login .login_window .tip {
  overflow: hidden;
  margin-top: 15px;
}

html body .xfzl_login .login_window .tip .register {
  float: left;
  font-family: PingFang-SC-Regular;
  letter-spacing: 2px;
  color: #fc3a3a;
  cursor: pointer;
  font-size: 14px;
}

html body .xfzl_login .login_window .tip .forget-password {
  float: right;
  font-family: PingFang-SC-Regular;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 2px;
  color: #999999;
  cursor: pointer;
  font-size: 14px;
}

html body .xfzl_login .login_window .weChat-content {
  margin-top: 10px;
}

html body .xfzl_login .login_window .weChat-content .weChat {
  width: 98px;
  height: 30px;
  margin: 0 auto;
  text-align: center;
  color: #999999;
  cursor: pointer;
}

html body .xfzl_login .login_window .weChat-content .weChat img {
  float: left;
}

html body .xfzl_login .login_window .weChat-content .weChat div {
  line-height: 30px;
  float: left;
}

html body .xfzl_login .login_window .weChat-content .weChat:before,
html body .xfzl_login .login_window .weChat-content .weChat:after {
  content: "";
  width: 100px;
  height: 1px;
  background: #e6e6e6;
  display: block;
  /*1.首先使伪类显示方式为块级元素*/
  position: relative;
  /*2.通过相对定位的方式控制两侧内容的位置*/
}

html body .xfzl_login .login_window .weChat-content .weChat:before {
  /*3.控制左侧横线的位置*/
  top: 15px;
  left: -105px;
}

html body .xfzl_login .login_window .weChat-content .weChat:after {
  top: 15px;
  right: -95px;
}

html body .xfzl_login .footer {
  width: 100%;
  height: 30px;
  line-height: 30px;
  bottom: 0px;
  display: box;
  position:absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

html body .xfzl_login .foot {
  text-align: center;
  margin: 0 auto;
}

html body .xfzl_login .foot .footer-word {
  font-family: "PingFangSC-Regular";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #eef0f3;
}

/*# sourceMappingURL=login.css.map */
