@font-face {
    font-family: "YouSheBiaoTiHei";
    src:url("YouSheBiaoTiHei.ttf") ;
}
html,body,.bodyBox{
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    height:100%;
    position: relative;
}
body{
    background: #fff url('../img/bg.png') no-repeat center bottom;
    background-size: 100% auto;
    font-family:  "Microsoft YaHei","微软雅黑";
}
.loginTopBox{
    margin: 0 auto;
    padding-top: 5.23vh;
    width:100vw;
    display: flex;
    justify-content: flex-start;
}
.loginTopBox img{
    margin-left: 4.53125vw;
    /*width: 15.9vh;*/
    width: auto;
    height:5.76vh;
}
.loginTopBox .line{
    margin-top: 1.39vh;
    margin-left: 1.042vw;
    margin-right: 0.833vw;
    width: 1px;
    height: 2.99vh;
    background: #c5d4e8;
}
.loginTopBox .sysName{
    height: 5.6vh;
    line-height: 5.6vh;
    font-size: 3.63vh;
    color: #0E1637;
    /*font-weight: bold;*/
    font-family: "Microsoft YaHei", "微软雅黑";
}
.loginBox{
    margin: 0 auto;
    width:72.292vw;
    display: flex;
    justify-content: flex-end;
}
.loginBottomBox{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6.4vh;
    line-height: 6.4vh;
    font-size: 1.49vh;
    color: #8A8D99;
    text-align: center;
}
.loginBottomBox span{
    display: inline-block;
    width: 1.07vh;
}
.loginConBox{
    margin-top: 8vh;
    padding: 4.06vh 2.604vw;
    width: 19.896vw;
    /*height: 54vh;*/
    background: #fff;
    box-shadow: 0 0 3.84vh 0 rgba(104,137,204,0.22);
    border-radius: 1.07vh;
}
.loginConBox #loginForm{
    width: 100%;
}
.loginName{
    width: 100%;
    height: 7.47vh;
    line-height: 7.47vh;
    font-size: 2.77vh;
    color: #0E1637;
    text-align: center;
}
.itemName{
    width: 100%;
    height: 5.34vh;
    line-height: 5.34vh;
    font-size: 1.92vh;
    color: #0E1637;
    text-align: left;
}
.itemTxt{
    margin-bottom: 0.64vh;
    padding: 0 0.8vw;
    width: calc(100% - 1.6vw);
    height: 5.55vh;
    line-height: 5.55vh;
    background: rgba(243,244,251,0);
    border: 1px solid #E5E4ED;
    border-radius: 0.43vh;
    font-size: 1.71vh;
    color: #0E1637;
    box-sizing: content-box;
}
.itemTxt::placeholder{
    color: #979aa8;
}
.passwordBtnBox{
    width: 100%;
    height: 5.76vh;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.rememberPW{
    padding-left: 3.84vh;
    font-size: 1.71vh;
    color: #333;
    position: relative;
    cursor: pointer;
}
.rememberPW::before{
    content: '';
    position: absolute;
    left:0.104vw;
    display: block;
    width: 2.35vh;
    height: 2.35vh;
    border: 1px solid #DCDCDC;
    border-radius: 0.43vh;
}
.rememberPW.on::before{
    border: 1px solid #1582e7;
    background: #1582e7 url("../img/rememberPW.png") no-repeat center;
    background-size: 1.6vh 1.39vh;
    border-radius: 0.43vh;
}
.forgetPW{
    font-size: 1.71vh;
    color: #1582E7;
    cursor: pointer;
}
.loginBtn{
    margin-top: 3.63vh;
    width: 100%;
    height: 5.98vh;
    line-height: 5.98vh;
    background: #1582E7;
    border: 1px solid #E5E4ED;
    border-radius: 0.43vh;
    text-align: center;
    font-size: 2.13vh;
    color: #fff;
    cursor: pointer;
}
/*忘记密码弹窗*/
.popubBox{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.popubConBox{
    width: 25.208vw;
    border-radius: 1.07vh;
    background: rgba(255, 255, 255, 1);
    overflow: hidden;
}
.popubConTop{
    width: 100%;
    height: 5.34vh;
    line-height: 5.34vh;
    background: rgba(24, 144, 255, 1);
    font-size: 2.13vh;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    text-indent: 2.56vh;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.popubConTop img{
    margin-right: 2.56vh;
    width: 2.56vh;
    height: 2.56vh;
    cursor: pointer;
}
.popubCon{
    margin: 1.6vh auto 0 auto;
    padding: 0 4vh;
    width: calc(100% - 8vh);
}
.inputBox{
    padding: 0 0;
    width: 100%;
    height: 5.55vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.itemYzm{
    margin-bottom: 0.64vh;
    padding: 0 0.8vw;
    width: calc(100% - 1.6vw - 16vh);
    box-sizing: content-box;
}
.imgcode{
    margin-bottom: 0.64vh;
    display: block;
    width: 15vh;
    height: 5.55vh;
}
.yzmBtn{
    margin-bottom: 0.64vh;
    padding: 0 0;
    width: 14vh;
    /*height: 5.55vh;
    line-height: 5.55vh;*/
    height: 4.48vh;
    line-height: 4.48vh;

    text-align: center;
    background: rgba(24, 144, 255, 1);
    border: 1px solid rgba(24, 144, 255, 1);
    border-radius: 0.43vh;
    font-size: 1.71vh;
    color: #fff;
    cursor: pointer;
}
.yzmBtnDis{
    background: #fff;
    border: 1px solid rgba(24, 144, 255, 1);
    color: rgba(24, 144, 255, 1);
}
.popubBtnBox{
    padding: 3.2vh 0;
    width:100%;
    display: flex;
    justify-content: center;
}
.popubBtnBox div{
    margin: 0 1.042vw;
    width: 12vh;
    /*height: 5.55vh;*/
    /*line-height: 5.55vh;*/
    height: 4.48vh;
    line-height: 4.48vh;
    text-align: center;
    background: rgba(24, 144, 255, 1);
    border: 1px solid rgba(24, 144, 255, 1);
    border-radius: 0.43vh;
    font-size: 2.13vh;
    color: #fff;
    cursor: pointer;
}
.popubBtnBox div:last-child{
    background: #fff;
    border: 1px solid rgba(24, 144, 255, 1);
    color: rgba(24, 144, 255, 1);

}
.popubCon .itemTxt{
    font-size: 1.71vh;
    height: 4.48vh;
    line-height: 4.48vh;
}
 /*去掉input 自动填充背景颜色*/
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px transparent inset !important;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #333 !important;
    transition: background-color 5000s ease-in-out 0s !important;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: #E5E4ED;
    outline: 0;
    box-shadow: none;

}
