@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: -210px;
    box-sizing: border-box;
    padding: 0 30px;
    width: 420px;
    height: 420px;
    background-color: #fff;
}
.g_foot{
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    font-size: 12px;
    text-align: center;
    width: 100%;
    color: #fff;
}
.g_foot p{
    padding-bottom: 6px;
}
.u_head{
    padding: 45px 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_wjmm{
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.u_jzzhmm{
    position: absolute;
    left: 30px;
    bottom: 30px;
}
/*切换子系统*/
.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;
}
.u_txyzm{
    display: flex;
    justify-content: space-between;
}
.u_txyzm_img{
    width: 180px;
    height: 40px;
}
.m_login_tab{
    position: absolute;
    right: 15px;
    top: 15px;
    width: 45px;
    cursor: pointer;
}
.m_smdl_result i{
    font-size: 90px;
}
.m_smdl_msg{
    font-size: 18px;
    padding: 20px 0 0px 0;
    line-height: 1.5;
}
.m_smdl_refresh{
    cursor: pointer;
    color: #409EFF;
}
.m_toggle_btn{
    position: absolute;
    right: 30px;
    top: 56px;
    padding: 4px 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.m_toggle_btn i{
    font-size: 22px;
}
.m_toggle_btn span{
    margin-left: 6px;
    font-size: 15px;
}
.m_toggle_btn.active{
    border-radius: 20px;
    background: linear-gradient(-90deg, #e18925, #e37b41, #ee4521, #FF9800);
    background-size: 300% 300%;
    animation: gradientAnimation 2s ease infinite;
}
@keyframes gradientAnimation {
    0% {
        background-position: 0 0%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 0%;
    }
}
.u_dxyzm{
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    margin-bottom: 22px;
}
.u_dxyzm_phone{
    width: 125px;
}
.u_dxyzm_phone .el-input__inner{
    padding-right: 0;
}
.u_dxyzm_btn{
    width: 100px;
    text-align: center;
    cursor: pointer;
    color: #409EFF;
}
.u_dxyzm_btn.disabled{
    cursor: not-allowed;
    color: #999999;
}
.u_dxyzm_input{
    margin-bottom: 0;
    width: calc(100% - 230px);
}