.ratting_main .rate .wrcc_star_s.fill{
        color: #FF7A28;
    }
.ratting_main.vrcc_fix_star_width{
	width: 100%;
    padding: 5px 0px;
}
.rate {
    float: left;
    /* height: 46px; */
    position: relative;
    display: flex;
}
.rate:not(:checked) > input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.rate:not(:checked) > label {
    float: right;
    width: 22px;
    overflow: hidden;
    /* white-space: nowrap; */
    cursor: pointer;
    font-size: 18px;
    color: #fff;
}

.rate:not(:checked) > label::before {
    content: "★  ";
}
.rate > input:checked ~ label {
    color: #FF7A28;
}
.wrcc_star_s {
    background-color: #252e46;
    border-radius: 3px;
    margin-left: 10px;
    text-align: center;
}
.rate:not(:checked) > label:hover, .rate:not(:checked) > label:hover ~ label {
    color: #FF7A28;
}