
.transfusion-aeaction-regist .tab-box .checked:before
{
    content: "";
    width: 30%;
    height: 3px;
    position: absolute;
    left: 35%;
    background: #52C3DD;
    border-radius: 2px;
    bottom: 0;
}
.transfusion-aeaction-regist .form-list .select-icon:before
{
    content: "▲";
    position: absolute;
    color: #52C3DD;
    top: 0;
    right: 10px;
    font-size: 12px;
    transform: scaleX(1.5) rotate(180deg);
}
.transfusion-aeaction-regist .submit-btn
{
    background: #EF176C;/*辅助色*/
}
.transfusion-aeaction-regist-pop-box .pop-btn
{
    background: #EF176C;/*辅助色*/
}

.option-box .option-list:hover
{
    background: #52C3DD;
    color: #FFFFFF;
}