.miao-divider {



    &__content {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;

        &::before,
        &::after {
            content: "";
            flex: 1;
            font-family: "EIcon";
            display: block;
            font-size: 34px;
            border: 1px solid;
            box-sizing: border-box;
            margin: 0;
            width: 100%;
            margin: 0 20px;
        }


    }

    &.gray {

        &::before,
        &::after {
            border-color: #8799a3 !important;
        }

        color: #8799a3 !important;
    }

}