﻿@charset "utf-8";
/*管理端登录页面-S*/
.manager-login-div {
    padding: 0px 20px;
    box-sizing: border-box;
    height: 100vh;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
}

.manager-login-img-mobile {
    display: none;
}

.manager-login-content-onebyone-icon {
    margin-left: 10px;
    color: #999;
}

.manager-login-titleval {
    margin-bottom: 30px;
    font-size: 28px;
    /* color: #fff; */
    letter-spacing: 3px;
   /*  margin-top: -80px; */
    -webkit-box-reflect: below -10px -webkit-gradient(linear,left top,left bottom, from(rgba(0,0,0,0)),to(rgba(255,255,255,0.1)));
}

.manager-login-bg {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
}

.manager-login-bg-img {
    width: 100%;
    height: 100%;
}

.manager-login-bgcolor {
    /* background-color: #001a37; */
    /*opacity: 0.2;*/
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.manager-login-content {
    width: 400px;
    position: relative;
 /*    padding: 20px 30px; */
    box-sizing: border-box;
}

.manager-login-contentbg {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0;
    z-index: -1;
}

.manager-login-content-onebyone-title {
/*     display: none; */
}

.manager-login-content-onebyone-input {
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    flex-grow: 2;
    padding: 0px 10px;
    height: 100%;
}

.manager-login-content-onebyone-input:focus {
    border: 1px solid #fff;
    box-shadow: 0px 0px 8px #fff;
}

.manager-login-content-onebyone-inputdiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    height: 40px;

}

.manager-login-content-onebyone-yzm {
   /*  background-color: #387cf9; */
   background-color: #1C53C8;
    border-radius: 5px;
    display: flex;
    align-items: center;
    height: 40px;
    flex-shrink: 0;
}

.manager-login-content-onebyone-yzmimg {
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.manager-login-content-onebyone-getyzm {
    color: #fff;
    flex-shrink: 0;
    padding: 10px;
    box-sizing: border-box;
    display: inline-block;
}

.manager-login-btn {
    background-color: #387cf9;
    color: #fff;
    border-radius: 5px;
    width: 100%;
    height: 42px;
    border: none;
    letter-spacing: 1px;
    font-size: 16px;
    margin-top: 20px;
}

.eye-change {
    color: #9e9e9e;
    margin-right: 5px;
}  

.manager-login-footer {
    position: fixed;
    bottom: 20px;
    color: #fff;
}

.manager-login-footer a {
    color: #fff;
}

.manager-login-typechange {
    /* color: #fff; */
    padding-bottom: 20px;
    text-align: right;
    display: block;
    cursor: pointer;
    color: #999999;
}
.manager-login-typechange a{
    color: #999999FF;
}
.manager-login-typechange:hover,
.manager-login-typechange:active,
.manager-login-typechange:visited {
    /* color: #fff; */
    text-decoration: none;
    color: #999999;
}

.manager-login-title{
    height: 78px;
    font-size: 32px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #1C53C8FF;
    line-height: 78px;
}
.manager-login-div{
    background-image: url(../../../images/login_bg2.png);
    background-size: 100% 100%;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;

}
.manager-login-div-bg img{
    width: 500px;
    height: auto;
}
.manager-login-div-main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.manager-login-content{
    /* width: 24.58vw; */
    /* width: 350px; */
    background: #FFFFFF;
    box-shadow: 0px 4px 24px 0px rgba(0,0,0,0.08);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#loginform{
    width: 85%;
}
.loginform_title{
   /*  width: 267px; */
    display: flex;
    color: #999999FF !important;
    margin-top: 25px;
    margin-bottom: 25px;
}
.loginform_title_bl{
    width: 50%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #EEEEEE;
}
.loginform_title_bl a{
    list-style: none;
    text-decoration: none;
    cursor: pointer;
}
.manager-login-active{
    color: #333333FF;
    font-weight: bold;
}
.manager-login-content-onebyone{
    display: flex;
    align-items: center;
    height: 50px;
    width: 100%;
    margin-bottom: 10px;
  /*   margin-left: -33px; */
    font-size: 14px;
    position: relative;
}
.manager-login-content-onebyone-title{
    min-width: 20%;
    text-align: right;
    margin-right: 10px;
    flex-grow: 0;
}
.manager-login-content-onebyone-input{
    height: 40px;
    width: 100%;
    border: none;
    background: #F2F2F2;
    border-radius: 8px;
    padding-left: 10px;
    color: #CCCCCCFF;
    font-size: 14px;
    margin-left: 5px;
}
.manager-login-content-onebyone-input:focus{
    outline: none;
}
.manager-login-content-onebyone-input::placeholder{
    opacity: 0.5;
}
.manager-login-content-onebyone-inputdiv{
    display: flex;
    width: 80%;
    justify-content: space-between;
}
#Vcode{
    width: 60%;
}
#phoneVcode{
    width: 60%;
}
.manager-login-content-onebyone-yzm{
    width: 27%;
    margin-left: 5px;
    flex-wrap: wrap;
}
.manager-login-content-onebyone-yzm-span{
    background: #1C53C8;
    border-radius: 8px;
    height: 100%;
    width: 95%;
    margin-left: 5%;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.manager-login-content-onebyone-getyzm {
    text-size-adjust: auto;
    white-space: nowrap;
    font-size: 12px;
  }
#validateBtn{
    margin-top: 20px;
    margin-bottom: 35px;
    border: none;
    width: 63%;
    height: 40px;
    margin-left: 80px;
    background: #1C53C8;
    border-radius: 8px;
    color: #FFFFFF;
    cursor: pointer;
}
#footer{
    width: 500px;
    position: fixed;
    bottom: 4vh;
    color: #ffffff;
    display: flex;
    justify-content: center;
}
#valiCodeBGL{
    width: 95%;
    height: 100%;
    margin-left: 5%;
    color: grey;
}
.Bt-clicked{
    background-color: #194bb4 !important;
}

/* 警告语 */
.password-warning {
    position: absolute;
    top: 100%;
    left: 87px;
    color: red;
    font-size: 12px;
  }
  .manager-login-content-onebyone-yzm1{
    background-color: unset;
  }
.manager-login-content-onebyone-yzm-zh{
    width: 66.2px;
    margin-left: 5px;
}
  /* 小眼睛 */
  .glyphicon{
    left: -23px;
    width: 0;
  }

  /* 涉密 */
  .alert_msg{
    color: red;
    font-size: 28px;
    position: absolute;
    font-weight: 500;
    left:50%;
    top: 100px;
    transform: translateX(-50%);
    display: none;
  }