@font-face {
    font-family: gaJrKYucQgZc;
    src: url('../../fonts/Songti/gaJrKYucQgZc.woff');
}

html,
body,
#app {
  height: 100%;
  overflow: hidden;
}
body {
    margin: 0;
    padding: 0;
  }
.bg{
    width: 100%;
    height: 100%;
    background: url('../../images/login/bg.png') no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
}
.head{
    margin-top: 161px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.logo{
    display: inline-block;
    width: 66px;
    height: 64px;
    background: url('../../images/login/logo.png') no-repeat center;
    background-size: contain;
    margin-right: 24px;
}
.title{
    /* font-family: gaJrKYucQgZc; */
    font-size: 46px;
    color: #FFFFFF;
    letter-spacing: 3.14px;
}
.login-wrap{
    width: 480px;
    height: 470px;
    background: white;
    border-radius: 2px;
    position: absolute;
    top: calc(340/1080*100%);
    left: calc(1146/1920*100%);
    padding: 40px;
    box-sizing: border-box;
}
.gov > span:first-child{
    /* font-family: FZZCHJW--GB1-0; */
    font-size: 24px;
    color: #183A72;
    letter-spacing: 3.43px;
    line-height: 48px;
    font-weight: 700;
}
.gov > span:last-child{
    /* font-family: STJTBZ; */
    font-size: 24px;
    color: #999999;
    letter-spacing: 3.43px;
    line-height: 48px;
    font-weight: 600;
}
.line{
    height: 5px;
    background: url('../../images/login/line.png') no-repeat top;
    background-size: contain;
}
.form-login{
    width: 100%;
    /* background: pink; */
    margin-top: 20px;
    display: grid;
    grid-template-rows: repeat(3,1fr);
    row-gap: 25px;
}
.el-form-item__content{
    margin-left: 0 !important;
}
.item{
    width: 100%;
    display: flex;
    position: relative;
}
.left{
    width: 50px;
    height: 50px;
}
.user{
    background: url('../../images/login/mdpi/icon-账号.png') no-repeat center;
    background-size: contain;
}
.password{
    background: url('../../images/login/mdpi/icon-密码.png') no-repeat center;
    background-size: contain;
}
.code{
    background: url('../../images/login/mdpi/icon-验证码.png') no-repeat center;
    background-size: contain;
}
.refresh{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('../../images/login/mdpi/icon-刷新.png') no-repeat center;
    background-size: contain;
    cursor: pointer;
}
.code-wrap{
    position: absolute;
    right: 10px;
    top: 10px;
}
.right{
    width: calc(100% - 50px);
}
.el-form-item {
    margin-bottom: 0 !important;
}
.el-input__inner {
    height: 50px;
    border-radius: 0;
}
.el-button{
    width:100%;
    height: 50px;
    /* font-family: PingFangSC-Medium; */
    font-size: 16px;
    font-weight: 500;
}
.last-item{
    margin-top: -10px;
    display: flex;
    justify-content: space-between;
}
.forget{
    /* font-family: PingFangSC-Regular; */
    font-size: 14px;
    color: #7B8396;
    cursor: pointer;
}
.registe > .el-form-item__content {
    display: flex;
    width: 100%;
}
