.blockscope[data-v-33db147f] {
  margin-top: 15px;
}

.corpUser {
    width: 100%;
    height: 100%;
    background: #fff;
}
.corpUser__top {
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    border-bottom: 1px solid #ebeef5;
}
.corpUser__top-left {
    float: left;
    font-size: 16px;
}
.corpUser__top-right {
    float: right;
}
.corpUser__body {
    padding: 20px;
}
.msgbox {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.corpUser__mask {
    padding: 28px 24px;
    width: 575px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
}
.corpUser__mask-title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
}
.corpUser__mask-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
}
.corpUser__mask-center {
    text-align: center;
}

