.custom-review{
    line-height:1.5;
    margin-bottom:20px;
}
.custom-review .rate-ave-box{
    margin:10px 0 10px 0;
    font-size:120%;
}
.custom-review .rate-ave{
    color:#ffa500;
}
.custom-review .review-cnt{
    color:#444;
}
.custom-review .page{
    color:#444;
    font-size:15px;
}

.custom-review .item{
    border:solid 1px #ddd;
    padding:20px 15px;
    background-color:#fff;
    margin-bottom:20px;
    border-radius:5px;
    position:relative;
}
/*
.custom-review .item:last-child{
    border-bottom:solid 1px #eee;
}
*/
.custom-review .san{
    font-size:80%;
}
.custom-review .rate{
    color:#ffa500;
}
.custom-review .date{
    margin-left:10px;
    font-size:90%;
    color:#999;
}

.custom-review .row_body {
    margin-left:0px;
}
.custom-review .body{
    margin:5px 0 5px 0;
    font-size:16px;
}

.custom-review .row_rate{
    margin-left:0px;
    display: -webkit-flex;
    display:flex;
    /*justify-content: space-between;*/
}
.custom-review .row_user{
    display: -webkit-flex;
    display:flex;
}

.custom-review .user{
    width:50px;
}
.custom-review .user img{
    width:40px;
    height:40px;
    border-radius:20px;
}
.custom-review .name .attr{
    font-size:60%;
    color:#999;
}
.custom-review .action{
    position:absolute;
    top:13px;
    right:10px;
}
.custom-review .action .count{
    font-size:15px;
}
.custom-review .action i{
    color:#ccc;
    cursor: pointer;
    font-size:16px;
}
.custom-review .action i.active{
    color:#ec407a;
}
.custom-review .action i:hover{
    color:#f8bbd0;
}

.custom-review .pagenation{
    display:flex;
}
.custom-review .pagenation a{
    font-size:16px;
    display:block;
    background-color:#eee;
    padding:5px 15px;
    margin-right:8px;
    text-align:center;
    color:#444;

    text-decoration:none;
}
.custom-review .pagenation a:hover{
    background-color:#ccc;
    text-decoration:none;
}
.custom-review .pagenation a.active{
    background-color:#444;
    color:#ccc;
}
.custom-review .pagenation a.active:hover{
    background-color:#444;
}


/*
 * .comment-form-open
 */
.custom-review .comment-form-open{
    margin-top:20px;
}
.custom-review .comment-form-open .btn-open{

    border:solid 1px #ddd;
    font-size:15px;
    width:100%;
    text-align:center;
    padding:10px 0;
    border-radius:2px;

    cursor: pointer;

    position:relative;
}
.custom-review .comment-form-open .btn-open i{
    position:absolute;

    top: 50%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);

    right:10px;
    color:#999;
    font-size:18px;

    display:block;
}

/*
 * .comment-form
 */
.custom-review .comment-form{
    margin-top:20px;
    background-color:#ddd;
    padding:30px 10px 10px 10px;
    position:relative;
    border-radius:2px;
    display:none;
}
.custom-review .comment-form .btn-hide{
    position:absolute;
    top:10px;
    right:10px;
    color:#999;
    cursor: pointer;
    font-size:18px;
}
.custom-review .comment-form input[type=name]{
    width:100%;
    font-size:18px;
    height:35px;
    border-color:transparent;
    border-radius:5px;
}
.custom-review .comment-form select{
    width:100%;
    font-size:18px;
    height:35px;
    border-color:transparent;
}
.custom-review .comment-form textarea{
    width:100%;
    font-size:18px;
    height:80px;
    border-radius:5px;
    border-color:transparent;
}
.custom-review .comment-form .btn{
    margin-top:20px;
    background-color:#fff;
    font-size:16px;
    width:200px;
    text-align:center;
    padding:5px 0;
    border-radius:5px;

    cursor: pointer;
}
.custom-review .comment-form .btn:hover{
    background-color:#555;
    color:#fff;
}

.custom-review .comment-form label{
    display:block;
    font-size:12px;
    margin-bottom:5px;

}
.custom-review .comment-form .group{
    margin-bottom:10px;
}





@media screen and (max-width: 479px) {
    .custom-review .body{
        font-size:15px;
    }
}