.UIComment .clear {
    clear: both;
}

.UIComment .icon-star {
    background-image: url(star_sprite.png);
    width: 92px;
    height: 17px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: sub;
}

    .UIComment .icon-star.star0 {
        background-position: 0 -109px
    }

    .UIComment .icon-star.star1 {
        background-position: 0 -88px
    }

    .UIComment .icon-star.star2 {
        background-position: 0 -67px
    }

    .UIComment .icon-star.star3 {
        background-position: 0 -43px
    }

    .UIComment .icon-star.star4 {
        background-position: 0 -22px
    }

    .UIComment .icon-star.star5 {
        background-position: 0 0
    }

.UIComment .rating-selection {
    display: inline-block;
    margin: 10px 0;
    font-size: 14px;
}

    .UIComment .rating-selection .title {
        float: right;
        margin-right: 10px;
        margin-top: 3px;
    }

    .UIComment .rating-selection label {
        float: right;
    }

    .UIComment .rating-selection input {
        opacity: 0;
    }

    .UIComment .rating-selection label {
        position: relative;
        float: right;
        display: block;
        width: 17px;
        height: 17px;
        background: url('star_rating.png') 0 -28px;
        margin: 0 3px;
    }

        .UIComment .rating-selection label.active, .UIComment .rating-selection label.active ~ label {
            background-position: 0 18px;
        }

        .UIComment .rating-selection label:hover ~ label, .UIComment .rating-selection label:hover {
            background-position: 0 0 !important;
        }

.UIComment .wrap {
    max-width: 1170px;
    margin: auto;
    width: 100%;
    font-size: 14px;
}

.UIComment .comment-form {
    padding: 10px;
    overflow: hidden;
    display: none;
}

    .UIComment .comment-form .form {
        border: solid 1px #ddd;
    }

        .UIComment .comment-form .form textarea {
            border: none;
        }

.UIComment input[type=text], .UIComment textarea {
    width: 100%;
    border: solid 1px #ccc;
    min-height: 34px;
    padding: 5px;
    outline: none;
}

.UIComment textarea {
    height: 78px;
}

.UIComment .comment-form input[type=submit] {
    height: 34px;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    background: #f20d0d;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
}

.UIComment .title-block {
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0;
    COLOR: #df2e09;
}

.UIComment .item-comment .name {
    font-weight: bold;
    font-size: 14px;
}

.UIComment .item-comment {
    margin-bottom: 15px;
    overflow: hidden;
}

    .UIComment .item-comment .wrap-comment {
        margin-bottom: 10px;
    }

    .UIComment .item-comment .content {
        margin: 8px 0;
    }

        .UIComment .item-comment .content i {
            font-style: normal;
        }

    .UIComment .item-comment .more-info {
        color: #1391eb;
        cursor: pointer;
        font-size: 13px;
        overflow: hidden;
    }

    .UIComment .item-comment .time {
        color: #999;
    }

    .UIComment .item-comment .reply-form a {
        float: right;
        width: 120px;
        text-align: center;
        height: 34px;
        line-height: 34px;
        background: #0680d7;
        text-transform: uppercase;
        color: #fff;
    }

    .UIComment .item-comment .reply-form textarea {
        width: 100%;
        border: none;
        outline: none;
    }

    .UIComment .item-comment .reply-form {
        overflow: hidden;
        margin: 10px 0;
        display: none;
        border: solid 1px #ccc;
        background: #eee;
    }

.UIComment .item-reply {
    margin: 5px 0;
    margin-left: 20px;
    border-left: solid 5px #eee;
    padding-left: 10px;
    overflow: hidden;
    width: 100%;
    float: left;
    display: none;
}

    .UIComment .item-reply .name label {
        background: #edc502;
        font-weight: normal;
        font-size: 11px;
        padding: 2px;
        display: inline-block;
        margin-left: 5px;
    }

.UIComment .reply-form-popup {
    display: none;
}

.UIComment .popup .popup-background {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.UIComment .popup .popup-content .message {
    padding: 10px;
    line-height: 1.5;
}

.UIComment .popup .popup-content {
    width: 100%;
    max-width: 500px;
    position: fixed;
    z-index: 9991;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    font-size: 14px;
}

.UIComment .popup .title {
    font-weight: bold;
    font-size: 16px;
    border-bottom: solid 1px #ddd;
    background: #0278dd;
    color: #fff;
    padding: 8px 10px;
}

.UIComment .reply-form-popup input[type=text] {
    margin-bottom: 8px;
}

.UIComment .reply-form-popup input[type=submit] {
    width: 100%;
    height: 34px;
    border: solid 1px #ddd;
    background: #2b7aef;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.UIComment .popup .close {
    position: absolute;
    right: 15px;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
    top: 8px;
}

.UIComment .wrap-form {
    border: solid 1px #ccc;
    margin-bottom: 20px;
}

.UIComment .style-comment .wrap-form {
    border: none;
}

.vote-statistic .col-1 {
    width: 150px;
    float: left;
    font-size: 50px;
    font-weight: bold;
    color: #ffa500;
    text-align: center;
    line-height: 124px;
}

.vote-statistic .col-3 {
    float: right;
    width: 250px;
    padding-left: 10px;
}

.vote-statistic {
    overflow: hidden;
    padding: 10px;
}

    .vote-statistic .col-1 .fa {
        font-size: 50px;
    }

    .vote-statistic .col-2 {
        margin-left: 150px;
        margin-right: 250px;
        padding: 0 10px;
        border-left: solid 1px #ccc;
        border-right: solid 1px #ccc;
        height: 124px;
    }

    .vote-statistic ul li {
        overflow: hidden;
        margin-bottom: 10px;
    }

        .vote-statistic ul li .line-rating {
            float: left;
            width: 70%;
            height: 13px;
            background: #eee;
            margin-top: 3px;
            margin-right: 6px;
            border-radius: 2px;
            -moz-border-radius: 2px;
        }

            .vote-statistic ul li .line-rating .percent {
                display: block;
                background: #faa738;
                height: 100%;
            }

        .vote-statistic ul li .count {
            color: #3e96e1;
        }

        .vote-statistic ul li span.blue {
            float: left;
            margin-right: 10px;
            color: #333;
        }

    .vote-statistic ul {
        margin: 0;
        padding-left: 5px;
    }

    .vote-statistic .col-3 a {
        display: block;
        background: #0680d7;
        width: 171px;
        color: #fff;
        font-weight: bold;
        line-height: 36px;
        text-align: center;
        border-radius: 3px;
        margin: auto;
        margin-top: 46px;
    }

.UIComment .style-comment .wrap-form .comment-form {
    padding: 0;
}


.UIComment .wrap-form .form .col2 {
    margin-bottom: 0;
    background: #eee;
    padding: 10px;
    overflow: hidden;
}

.UIComment .wrap-form .form input {
    width: calc(25% - 10px);
    float: left;
    margin-left: 13px;
    border-color: #ddd;
    border-radius: 4px;
    margin-bottom: 0;
}

    .UIComment .wrap-form .form input:first-child {
        margin-left: 0;
    }

.UIComment .item-reply p {
    margin: 5px 0;
}

.UIComment .more-info .time:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #999;
    border-radius: 50%;
    margin-right: 4px;
}

.UIComment .more-info span {
    margin-right: 10px;
    float: left;
}
