.form-helper-container {
    margin: 16px;
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.04);
    border-radius: 4px;
    .helper-title {
        font-size: 16px;
        color: #252C33;
        line-height: 22px;
        padding-bottom: 6px;
        font-weight: 500;
        &.helper-only-title{
            padding-bottom: 0px;
        }
    }
    .helper-content {
        font-size: 14px;
        color: #252C33;
        text-align: justify;
        line-height: 20px;
        overflow: hidden;
        word-break: break-word;
        .helperLink {
            color: rgb(19,129,240);
        }
    }
    .helper-area {
        padding: 12px;
        .content-fold {
            height: 60px;
            overflow: hidden;
        }
        .content-unfold {
            height: 100%;
        }
        .pre-html {
            font-family: "PingFang SC","Helvetica Neue",Helvetica;
            white-space: pre-wrap;
            white-space: -moz-pre-wrap;
            white-space: -pre-wrap;
            white-space: -o-pre-wrap;
            word-wrap: break-word;
            margin: 0;
            display: inline;
        }

    }
    .helper-expand {
        width: 16px;
        height: 16px;
        margin: 0 auto;
        padding-bottom: 12px;
    }
    .fold {
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url('./icon/fold.svg') no-repeat center center;
    }
    .unfold {
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url('./icon/unfold.svg') no-repeat center center;
    }
    .tip-area {
        padding: 14px 14px 0 14px;
    }
    .tip-area-bottom {
        padding: 0px 14px 14px;
    }
    .tip-fold {
        display: none;
    }
}
