﻿.w-fixed {
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            overflow: auto;
            margin: 0;
            z-index: 999999;
        }
        .w-fixed .login-dialog-bg {
            width: 100%;
            height: 100%;
            background-color: #000;
            opacity: .7;
        }
        .w-fixed .login-dialog-cont {
            position: absolute;
            left: 50%;
            top: 50%;
            z-index: 999999;
            width: 300px;
            height: 100px;
            padding: 40px 30px;
            margin-left: -150px;
            margin-top: -90px;
            background: #fff;
            box-shadow: 0px 6px 16px 0px rgb(7 10 52 / 10%);
            border-radius: 10px;
            border: 1px solid #EAECED;
            /* overflow: hidden; */
        }
        .login-dialog-cont .h2 {
            line-height: 36px;
        }
            .login-dialog-cont .h2 span {
                font-size: 18px;
                font-weight: 700;
                text-align: left;
                color: #000;
            }
            .login-dialog-cont .h22 {
            line-height: 36px;
        }
            .login-dialog-cont .h22 span {
                font-size: 18px;
                font-weight: 700;
                text-align: left;
                color: #000;
            }
        .el-button {
            display: inline-block;
            line-height: 1;
            white-space: nowrap;
            cursor: pointer;
            background: #fff;
            border: 1px solid #dcdfe6;
            color: #606266;
            -webkit-appearance: none;
            text-align: center;
            box-sizing: border-box;
            outline: 0;
            margin: 0;
            transition: .1s;
            padding: 12px 20px;
            font-size: 14px;
            border-radius: 4px;
        }
        .el-button--primary {
            color: #fff;
            background-color: #e26920;
            border-color: #e26920;
            margin-left:10px;
        }
        .closed,.closedd{
            width:16px;
            height:16px;
            background-image:url(/manager/images/icon_closed.png);
            background-size:100%;
            background-repeat:no-repeat;
            position:absolute;
            cursor:pointer;
            right:30px;
            top:40px;
        }
        
        
       
    .dialog-hide {
        display: none;
    }