
html, body {
    /*min-width: 1500px;*/
    font-family: "microsoft yahei", 微软雅黑, arial, sans-serif
}

.right-canvas {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    flex: 1;
}

@media (min-width: 1900px) {
    .download-btn {
        right: 170px !important;
    }
}

.report-main {
    width: 1200px;
    /*min-height: 486px;*/
}

.download-btn-mobile {
    position:fixed!important;
    width: 80%;
    bottom: 20px;
    left: 50%;
    transform: translatex(-50%);
    z-index: 9
}

.download-btn-pc {
    position: absolute !important;
    right: 0;
    top: 50px;
    height: 50px !important;
    width: 120px;
    border-radius: 4px !important;
    opacity: 0;
}

.download-btn span {
    font-size: 18px !important;
    font-weight: normal;
}

.right-title {
    background-color: #81d3f8;
    color: #fff;
    font-size: 18px;
    font-weight: bolder;
    padding: 10px 0 10px 20px;
}

.right-content {
    padding: 31px 15px 15px 15px;
    height: calc(100% - 62px);
}
.app-right-content {
    padding: 0;
}

.right-content-com {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 364px;
    margin-bottom: 30px;
}

.preview-bottom {
    background-color: #105495;
    /*padding: 15px 0;*/
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    font-weight: bolder;
}

.bottom {
    display: flex;
    justify-content: center;
}

button {
    margin: 0 20px;
    border-radius: 4px;
    height: 40px !important;
    width: 120px;
}

.module-preview {
    width: 93% !important;
}

.logic-cell {
    text-align: left !important;
}

.report-permission-box {
    height: calc(100% - 50px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.report-permission-box .account-manager-phone {
    color: #ab2734;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    border-bottom: 1px solid #ab2734;
}

.report-permission-box .prompt {
    font-size: 14px;
}

.alert-box {
    backdrop-filter: blur(15px);
}

/*无权限*/
.no-permission {
    position: relative;
    /*height: 100%;*/
    /*overflow: hidden;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*height: 100%;*/
    /*background-image: ;*/
    /*background-size: contain;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center 0;*/
}
.no-permission-img {
    width: 100%;
    /*height: 100%;*/
}
.no-permission-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -80%);
    font-family: source han serif cn;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 90%;
    height: 90px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 -2px 4px 0 #0000000d;
}
.no-permission-title {
    display: flex;
    font-size: 20px;
    font-weight: bolder;
    color: #e5b773;
}
.no-permission-title:after {
    content: '';
    display: block;
    height: 6px;
    width: 6px;
    background-color: #d23023;
    margin-left: 5px;
}
.no-permission-content {
    font-size: 12px;
    text-align: center;
    color: #999999;
    margin-top: 10px;
}
