
.feature_dymic .abtestingFlag,
.feature_dymic .abTestingA,
.feature_dymic .abTestingB{
    margin: 10px;
    box-shadow: 4px 4px 5px #ccc;
    border: 1px solid #ccc;
    padding: 20px;
}

.feature_dymic .abtestingFlag::before{
    content: "abtesting Enable";
}

.feature_dymic .abTestingA::before{
    content: "abtesting A";
}

.feature_dymic  .abTestingB::before{
    content: "abtesting B";
}
.feature_dymic .abtestingFlag::before,
.feature_dymic .abTestingA::before,
.feature_dymic .abTestingB::before{
    font-weight: lighter;
    font-size: 21px;
    line-height: 30px;
}


.stickbar_tt > a{
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    padding-left: 6px;
    padding-right: 6px;
}
.stickbar_tt > a.stickbar_c::before{
    position: absolute;
    content: "";
    left:0;
    top: 50%;
    transform: translateY(-50%);
    height: 14px;
    width: 1px;
    background-color: #666;
}
.stickbar_tt .stickbar_f{
    padding: 0!important;
    margin-right: 6px;
    font-size: 18px!important;
    font-weight: 600!important;
    color: #333333!important;
    vertical-align: middle;
}