@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  color: #333333 !important;
  font-size: 16px !important;
  font-family: PingFangSC-Light, 'Microsoft YaHei', '微软雅黑', arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
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;
}
input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px transparent inset !important;
}

.tips {
  margin-top: 15px;
  text-align: left;
  font-size: 12px;
  color: lightgray;
}
.loadingPage {
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.loadingPage .logoBg {
  padding: 0px 15px;
  display: flex;
  align-items: center;
  background: #ffffff;
}
.loadingPage .logoBg img {
  height: 45px;
}
.loadingPage .logoBg div {
  padding: 10px 0;
  line-height: 30px;
  margin-left: 50px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #4e5c6c;
}
/* content */
.loadingPage .login_box {
  background-image: url('./bg_login.png');
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  width: 100%;
  height: calc(100vh - 140px);
  background-size: contain;
  position: relative;
}
.wx-dialog-toiast-left {
  background-image: url(img_login_computer.png);
  margin: 100px 50px;
  width: 380px;
  height: 280px;
  background-size: contain;
}
.wx-dialog-toiast {
  margin: 100px 50px;
  width: 380px;
  height: 350px;
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
}
.wx-dialog-toiast-text {
  text-align: center;
  height: 28px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #394350;
  line-height: 28px;
}
.wx-dialog-toiast-hint {
  text-align: center;
  height: 18px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #6f7c8a;
  line-height: 18px;
}
.qr-code {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 45px auto;
  height: 150px;
  .qr-mark {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
  }
  .success-text {
    color: #76b42f;
  }
  .fail-text {
    color: #e64b46;
  }
}
.qr-code-none {
  display: none;
}
.form-intro {
  margin: 20px 0;
}
.login-footer {
  margin: 10px auto;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #a3adb9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.recode-box {
  display: flex;
  align-items: center;
}
.record-icon,
.ipc-icon {
  width: 13px;
  height: 13px;
}
.icp {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
.icp:hover {
  text-decoration-line: underline;
}
.mr5 {
  margin-right: 5px;
}

.footer-components .ft-icon {
  padding-left: 25px;
  background: url('./ft-icon.png') no-repeat;
  display: inline-block;
  height: 22px;
  line-height: 22px;
}
.footer-components .gs {
  background-position: 0 -22px;
}

.alert-components {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 999;
  transform: scale(0);
  transition: all 0.3s ease;
}
.alert-components .alert {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 408px;
  height: 56px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 56px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
@media screen and (max-width: 600px) {
  html {
    font-size: 10px !important ;
  }
  .loadingPage .login_box {
    width: 560px !important;
  }
  .loadingPage .big_triangle {
    left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .loadingPage .login_box {
    width: 560px;
  }
}
.tipWrap {
  position: absolute;
  background: #fff;
  width: 450px;
  padding: 40px 20px 20px;
  font-size: 14px;
  z-index: 119;
  display: none;
}
.tipWrap p {
  font-weight: 500;
  font-size: 14px;
}
.tipWrap img {
  padding-right: 5px;
  vertical-align: sub;
  height: 18px;
}
.tipWrap .desc {
  margin: 25px 0 30px 27px;
  color: #606266;
  font-size: 12px;
}

.dialogWrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
}
.dialog {
  background: #fff;
  opacity: 1;
  width: 490px;
  padding: 20px;
  font-size: 14px;
  z-index: 109;
}
.dialog .title {
  color: #303133;
  font-size: 18px;
  padding-bottom: 60px;
}
.dialog .info {
  color: #606266;
}
.dialog div {
  margin: 22px 0;
  height: 40px;
}
.dialog .label {
  display: inline-block;
  padding-right: 10px;
  width: 78px;
  text-align: right;
}
.dialog .label:before {
  content: '*';
  color: #f56a65;
  margin-right: 4px;
}
.dialog input {
  width: 300px;
  height: 40px;
  border: 1px solid #dcdfe6;
}
.dialog .code_input {
  width: 180px;
  margin-right: 20px;
}
#verifyImg {
  width: 100px;
  border-radius: 4px;
}

.btnWrap {
  text-align: right;
}
.btn {
  display: inline-block;
  padding: 12px 20px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  vertical-align: bottom;
  cursor: pointer;
}
.btn.confirm {
  color: #fff;
  font-weight: 500;
  background: #76b42f;
  /* border: 0; */
  margin-left: 10px;
}
.dialog-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
  z-index: 99;
}
.vb{
  vertical-align: bottom;
}
