html,
body {
    width: 100%;
    height: 100%;
    overflow: visible;
    overflow-x: hidden;
}
.log_bg {
    background-image: url(/oem/honyi/bg.png);
    background-size: cover;
    min-height: 100%;
    overflow: hidden;
    background-color: #293146;
    position: relative;
}
.log_left {
    position: absolute;
    top: 40px;
    left: 40px;
    height: 35px;
    width: 500px;
}
.log_logo {
    position: absolute;
    left: 0;
}

.left_line {
    position: absolute;
    left: 145px;
    height: 37px; /* 竖线的长度 */
    border: 1px solid #818283; /* 左边框为黑色竖线 */
}

.log_title {
    position: absolute;
    left: 160px;
    height: 36px;
    line-height: 36px;
    color: #303030;
    text-align: center;
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 600;
}
.container {
    position: absolute; /* 绝对定位 */
    top: 50%; /* 向上偏移50% */
    left: 50%; /* 向左偏移50% */
    transform: translate(-50%, -50%); /* 向相反方向移动自身尺寸的50% */
    background-color: #fff;
    width: 488px;
    height: 600px;
    border-radius: 2px;
    flex-shrink: 0;
    box-shadow: 0px 2px 2px 0 #efefef;
    padding: 32px;
    box-sizing: border-box;
}
.container .platform{
  color: #303030;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  margin-top: 10px;
}
.container .scan{
  display: none;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url('/oem/honyi/scan.png');
  background-size: cover;
  cursor: pointer;
}
.scan.active {
  background-image: url('/oem/honyi/logon.png'); /* 点击后变二维码图标 */
}
.qr-area .h1{
  color: #303030;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 1px;
  margin-bottom: 36px;
}
.qr-area .h2{
  color: #666666;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: 25px;
}

.log-form {
    width: 100%;
    height: 100px;
}


.bg {
    width: 390px;
    height: 460px;
}

.cont_text {
    text-align: left;
    color: #303030;
    font-family: "PingFang SC";
    font-size: 20px;
    font-style: normal;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 24px;
    margin-top: 70px;
    font-weight: 600;
}
.bg .htitle {
    margin-bottom: 50px;

}

    .bg ul li {
        margin-bottom: 25px;
    }

        .bg ul li input{
            height: 40px;
            width: 420px;
            background-color: #fff !important;
            border: none;
            padding: 0 30px 0 40px;
            font-size: 16px;
            border-radius: 2px;
          border: 1px solid #f0f0f0;
        }
.input-box {
  position: relative;
}

.input-box.icon-user::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  width: 24px;
  height: 24px;
  background: url('/oem/honyi/user.png') no-repeat center;
  background-size: 24px;
  pointer-events: none;
}

.input-box input {
  padding-left: 40px;
  width: 100%;
  height: 36px;
}

/* 密码图标 */
.input-box.icon-password::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  width: 24px;
  height: 24px;
  background: url('/oem/honyi/password.png') no-repeat center;
  background-size: 24px;
  pointer-events: none;
}

input:-webkit-autofill {
  transition: background-color 9999s ease-out;
}
        .bg ul li .login-btn {
            color: #ffffff;
            height: 40px;
            line-height: 40px;
            width: 424px;
            display: block;
            flex-shrink: 0;
            border-radius: 2px;
            background: #1274b7;
            margin-top: 55px;
            font-size: 16px;
        }

    .bg ul .find-password {
        height: 30px;
        line-height: 30px;
        margin-bottom: 0;
        display: flex;
        align-content: center;
        flex-wrap: nowrap;
    }

        .bg ul .find-password a, label {
            width: 100%;
            color: #5a5a5a;
        }

        .bg ul .find-password input[type="checkbox"] {
            width: 20px;
            height: 20px;
            position: relative;
            top: 4px;
            margin-right: 5px;
        }



.foot-text {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 20px;
}

.foot-text, .foot-text span, .foot-text a {
    color: #5a5a5a;
}
/*滑动验证的样式*/
#slider {
    margin: -10px auto 10px;
    width: 300px;
    height: 40px;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    text-align: center;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

#label {
    left: 0;
    top: 0;
    line-height: 60px;
    font-weight: 900;
    cursor: pointer;
    float: right;
    z-index: 3000;
    position: relative;
    color: #fff;
    font-size: 30px;
    width: 45px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 2px 20px 20px 2px;
    background: #346EDA;
}
#label .drag{
  background-image: url('/oem/honyi/drag.png');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 14px;
  width: 100%;
  height: 100%;
}


#labelTip {
    position: absolute;
    left: 0;
    width: 100%;
    height: 60px;
    font-family: 'Microsoft Yahei', serif;
    line-height: 60px;
    text-align: center;
    z-index: 2;
    color: #9d9d9d;
    font-size: 14px;
}

.jszz, .jszz a {
    font-size: 12px;
    color: #666666;
}

.login-content > li > div.slide {
    position: relative;
    padding: 0;
    height: 40px;
    background: color(display-p3 0.9529 0.9686 0.9804);
    border-radius: 0 60px 60px 0;
  width: 420px;
}

#slider {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #717171;
    border: none;
}

#slider_bg {

    text-align: center;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    position: absolute;

  width: 45px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 2px 20px 20px 2px;
  background: #346EDA;
}


.slider-tips {
    position: absolute;
    top: -10px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;

}

#loginInnerPlatName {
    line-height: 65px;
    font-size: 50px;
    font-weight: bold;
    color: #0d3e8a;
    padding-top: 65px;
    margin-left: -22px;
}

/*小程序展示*/
.spImg {
    width: 15rem;
    z-index: 3000;
    position: absolute;
    top: 45rem;
    right: 0.1rem;
    display: none;
    border: 1px solid #10659f;
    border-radius: 10px;
}

.find-password label:hover .spImg {
    display: block;
}


.log-form,
.log-qrcode {
  transition: all 0.4s ease;
  position: absolute;
  top: 100px; /* 自行调整使动画更自然 */
  left: 32px;
  width: 100%;
  opacity: 0;
  transform: translateX(30px);
  pointer-events: none;
}

.log-form.active,
.log-qrcode.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
  z-index: 1;
}
