.review-star-all {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.press-right {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.press-right strong {
    font-size: 60px;
    color: var(--commonColor,'#3863A3');
    margin-bottom: 5px;
    line-height: 60px;
}
.press-right .comment-star {
    display: flex;
    justify-content: center;
    align-items: center;
}
.star-5 {
    z-index: 0;
    position: relative;
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
    direction: ltr;
    line-height: 1;
}
.press-right .star-5 .iconfont {
    font-size: 32px;
    margin-right: 15px;
}
.star-5>i {
    color: #d1d1d1;
}
.star-show {
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    direction: ltr;
    line-height: 1;
}
.star-show i {
    color: #ffb200;
}
.press-right>span {
    font-size: 14px;
    color: #999999;
    line-height: 14px;
    margin-top: 15px;
}
.review-star-all .press-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.review-star-all li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.review-star-all li .press-con {
    position: relative;
    width: 526px;
    height: 16px;
    margin-left: 24px;
    margin-right: 24px;
    margin-bottom: -5px;
}
.review-star-all li .press-con span.ddd-press {
    background-color: #E9E9E9;
}
.review-star-all .press-con span {
    width: 526px;
    display: inline-block;
    height: 16px;
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: -4px;
}

.review-star-all li .press-con span.FF7200-press {
    background-color: var(--commonColor,'#3863A3');
    position: absolute;
    left: 0;
}
.review-star-all .press-left>span {
    font-size: 14px;
    color: #666666;
}
.press-num {
    display: inline-block;
    width: 55px;
    text-align: right;
}
#comment{
    height: auto!important;
}
.pagination-bottom-comment {
    width: 100%;
}
.pagination-bottom-comment .comment-li {
    background-color: #fff;
    /* height: 180px; */
    box-shadow: 0px 3px 7px 0px rgb(51 51 51 / 10%);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 34px 0;
}
.pagination-bottom-comment .comment-left {
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pagination-bottom-comment .comment-left img {
    width: 24px;
    height: 24px;
}
.pagination-bottom-comment .comment-user {
    /* color: #333333; */
    font-size: 18px;
    font-weight: bold;
}
.pagination-bottom-comment .comment-user {
    font-size: 14px;
    font-weight: bold;
    color: #666666!important;
    line-height: 16px;
}
.pagination-bottom-comment .comment-star-date {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.pagination-bottom-comment .comment-left .star-5 .iconfont {
    font-size: 12px;
    margin-right: 3px;
}
.pagination-bottom-comment .comment-left strong {
    margin-top: 2px;
    margin-left: 5px;
    color: #999;
    font-size: 14px;
}
.pagination-bottom-comment .comment-date {
    font-size: 14px;
    color: #666;
    text-align: justifyLeft;
}
.pagination-bottom-comment .comment-right {
    width: calc(100% - 204px);
    padding-right: 15px;
}
.pagination-bottom-comment .comment-txt {
    font-size: 14px;
    color: #666666;
    line-height: 21px;
}
.pagination-bottom-comment .comment-img-con {
    display: flex;
    flex-flow: row wrap;
    width: auto;
    height:auto;
}
.pagination-bottom-comment .comment-img-con img {
    width: 56px;
    height: 56px;
    margin-right: 24px;
    cursor: pointer;
}
#pagination-container .whj_jqueryPaginationCss-1 .whj_checked {
    background-color: var(--commonColor,'#3863A3')!important;
}
#pagination-container .whj_jqueryPaginationCss-1 .whj_bgc:hover{
    background-color: var(--commonColor,'#3863A3')!important;
}
#pagination-container .whj_jqueryPaginationCss-1 .whj_bgc {
    background-color: #eee;
}
#pagination-container .whj_jqueryPaginationCss-1 .whj_bgc {
    font-size: 14px;
}
.rightContent .star-5 .iconfont {
    font-size: 14px;
    margin-right: 3px;
}
.rightContent .star-5 .iconfont:nth-child(5n){
    margin-right: 0;
}