.base-dialog {
    border-radius: 12px !important;
    overflow: hidden;
}

.base-dialog .el-dialog__header {
    position: absolute;
}

.base-dialog .el-dialog__body {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 36px 20px 55px;
}

.dialog-logo {
    width: 160px;
    height: 49px;
    object-fit: cover;
}

.dialog-des {
    margin-top: 15px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    letter-spacing: 1px;
}

.dialog-img {
    margin-top: 35px;
    width: 168px;
    height: 168px;
}

.dialog-tips {
    margin-top: 24px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

[v-cloak] {
    display: none;
}
.dialog-main-report{

}
.report-main{
    display: flex;
    margin-bottom: 10px;
}
.report-title{
    width: 57px;
height: 40px;
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #111111;
line-height: 20px;
margin-right: 12px;
}
.report-sure{
    width: 62px;
    height: 32px;
    background: linear-gradient(270deg, #FEA805 0%, #FC6F02 100%);
    border-radius: 16px;
    color: #fff;
    text-align: center;
    line-height: 32px;
}
.btns-report{
    display: flex;
    justify-content: flex-end;
}

#component a{
    color: #007aff;
    
}