#APPSBDWP, .mfp-wrap {
    .min-height-335 {
        min-height: 335px;
    }

    .h-300px {
        height: 300px;
    }

    .h-250px {
        height: 250px;
    }

    .jd-none {
        display: none;
    }

    .jd-icon {
        font-size: 8px !important;
    }

    .p5px {
        padding: 5px;
    }

    .jd-iframe-dl {
        border: none;
        height: 0;
        width: 0
    }

    .jd-text-aligh-left {
        text-align: left;
    }

    .input-group-addon-style {
        height: 24px !important;
        padding: 2px 2px 0px 1px;
        line-height: 4px !important;

        > span {
            font-size: 12px !important;
        }
    }

    .mt-9- {
        margin-top: -9px;
    }

    .mt-69 {
        margin-top: 69px;
    }

    .fz16 {
        font-size: 16px;
    }

    .w20px {
        width: 20px;
    }

    .w120px {
        width: 120px;
    }

    .apbd-clps {
        font-size: 10px;
        font-style: italic;
        >ul{
            font-weight:bold; color:#000;
        }
    }
    svg.apbd-svg{
       height: 20px;margin-bottom: -13px; margin-top: -18px;
    }

    .mh-32{
        max-height: 32px;
    }
    .mh-64{
        max-height: 64px;
    }
    .mh-68{
        max-height: 68px;
    }
    .mh-128{
        max-height: 128px;
    }

    .apd-wp-image-chooser{
        position: relative;
        .img-remove-icon{
            position: absolute;
            top: 15px;
            right: 15px;
            width: 25px;
            background: #fdd;
            color: #ff1212;
            height: 25px;
            border-radius: 50%;
            padding: 2px 0;
            line-height: 18px;
            box-shadow: 0 0 18px -5px #c84141;
            border:1px solid rgba(117, 80, 80, 0.18);
            &:hover{
                background: #e5c3c3;
            }
        }
        &:hover{
            .img-remove-icon{
                display: block;
            }
        }
    }
}