@charset "utf-8";
.g_login_body{
    background: linear-gradient(120deg, rgb(71, 160, 204), rgb(25, 86, 166));
}
.g_head {
    position: relative;
    padding: 55px 0 20px 185px;
    line-height: 1;
    color: #fff;
}
.u_head_title{
    margin-right: 4px;
    font-size: 32px;
    letter-spacing: 2px;
}
.u_head_xt{
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: bold;
}
.g_head img{
    position: absolute;
    left: 62px;
    top: 40px;
    height: 56px;
}
.g_bg_img{
    position: absolute;
    left: 15.6vw;
    top: 21vh;
    height: 56.7vh;
}
.g_main{
    position: absolute;
    left: 54%;
    top: 50%;
    margin-top: -200px;
    box-sizing: border-box;
    padding: 0 30px;
    width: 420px;
    height: 400px;
    background-color: #fff;
}
.g_foot{
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    font-size: 12px;
    text-align: center;
    width: 100%;
    color: #fff;
    line-height: 1.5;
}
.u_head{
    padding: 65px 0 40px 0;
    font-size: 24px;
    line-height: 1;
    text-align: center;
}
.u_login_btn{
    margin-top: 10px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    letter-spacing: 20px;
    font-size: 18px;
    border-radius: 4px;
    background: linear-gradient(to right, rgb(71, 160, 204), rgb(25, 86, 166));
    cursor: pointer;
}
.u_kszc{
    position: absolute;
    left: 30px;
    bottom: 45px;
}
.u_wjmm{
    position: absolute;
    right: 30px;
    bottom: 45px;
}
/*切换子系统*/
.m_zxt_dialog{
    border-radius: 10px !important;
    overflow: hidden;
}
.m_zxt_dialog .el-dialog__header{
    display: none;
}
.m_zxt_title{
    padding: 0 0 25px 0;
    font-size: 18px;
    color: #303133;
}
.m_zxt_title i{
    vertical-align: top;
    margin-right: 5px;
    font-size: 30px;
    color: #67C23A;
}
body .v-modal{
    opacity: 0.75;
}
.mobileBox{
    overflow: auto;
    width: 1000px;
}
