.zcglxg-dialog {
    position: fixed;
    inset: 0;
    z-index: 3000;
    height: 100vh;
    width: 100vw;
	display: none;
}

.zcglxg-dialog__content {
    width: 970px;
    height: 560px;
    position: relative;
    margin: 8vh auto;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 1px 1px 3px 0px rgba(48, 48, 77, 0.07);
    padding: 24px;
    z-index: 9999;
    overflow: auto;
}
.zcglxg-dialog__content a {
    color: #148672;
}
.zcglxg-dialog__mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000;
    z-index: 2000;
}
.zcglxg-dialog__content-article {
    height: 92%;
    overflow-y: auto;
}
.zcglxg-dialog__content-btn {
    width: 90px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #8FCAC0;
    color: #8FCAC0;
    text-align: center;
    /* margin-bottom: 16px; */
    /* margin: 0 auto; */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 16px;
    cursor: not-allowed;
}
.zcglxg-dialog__content-btn--active {
    border: 1px solid #148672 !important;
    color: #148672 !important;
    cursor: pointer;
}

.zcglxgywb-article {
    display: none;
}