html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
}

#app {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow-y: auto;
    background-color: #fff;
}

.el-header {
    padding-top: 60px;
}

.el-main {
    padding: 30px 20%;
}

.errorHint {
    width: 100%;
    text-align: center;
}

.errorImg {
    width: 200px;
    height: 200px;
}

.msgContent {
    display: inline-block;
    width: 100%;
    height: auto;
    line-height: 22px;
    font-size: 16px;
    text-align: center;
    color: #C0C4CC;
}

.tui-detail-error-message-btn {
    height: 34px;
    line-height: 34px;
    margin-top: 10px;
}

.tui-detail-error-message-btn .tui-span-btn {
    cursor: pointer;
}

.tui-detail-error-message-btn .help-info {
    margin-left: 15px;
}

.tui-detail-error-message {
    text-align: left;
    line-height: 28px;
    padding: 20px;
    height: 100%;
}

.tui-ops-user {
    width: 100%;
    text-align: center;
    padding: 0px 30%;
}

.tui-ops-user-container {
    text-align: left;
    width: 310px;
    margin: auto;
    line-height: 22px;
    height: 100px;
}

.tui-ops-user-container .tui-user-name {
    height: 16px;
    display: inline-block;
}

.tui-ops-user-container .tui-title {
    font-weight: 500;
}

.tui-ops-user-container .tui-content {
    /*color: #C0C4CC;*/
    color: #999;
}

.tui-ops-user-container .wx-qr-code-title {
    height: 16px;
    position: relative;
    bottom: 15px;
}

.tui-ops-user-container .tui-user-mobile {
    height: 16px;
    display: inline-block;
    margin-left: 15px;
}

.tui-user-qr-code {
    cursor: pointer;
}

.tui-user-qr-code > img {
    width: 100%;
    height: 100%;
    /*margin-right: 15px;*/
}

.tui-ops-left {
    display: inline-block;
    width: 100px;
    height: 100px;
    transform: scale(0.7);
}

.tui-ops-right {
    display: inline-block;
    width: 190px;
    height: 80px;
    position: relative;
    bottom: 25px;
}

.tui-msg-title {
    width: 100%;
    text-align: center;
    height: 34px;

}

.tui-user-name-row {
    position: relative;
    /*bottom: 34px;*/
    margin-left: 15px;
}

.tui-user-mobile-row {
    position: relative;
    /*bottom: 24px;*/
}

.tui-user-email-row {
    position: relative;
    /*bottom: 14px;*/
}
