* {
    margin: 0;
    padding: 0;
}

.starRating_info_content,.starRating_info_content * {
    padding: 0;
    margin: 0;
    margin-block: 0;
    margin-inline: 0;
    line-height: initial;
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
    border-color: rgb(26 26 26 / .12);
    margin: 0;
    line-height: 1.4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}
.starRating_info_content img,.starRatingPop_infos_usertimeDel img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: auto;
    backface-visibility: hidden;
    /*object-fit: cover;*/
    object-position: center center;
}




.starRating_info_content {
    max-width: 856px;
    width: 100%;
    margin: 30px auto;
}
.starRating_info_content .small_title {
    color: #7b7b7b;
    margin-bottom: 4px;
    font-size: 17px;
    text-align: left;
}
.starRating_info_list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.starRating_info_list .item {
    width: 100px;
    height: 100px;
    overflow: hidden;
    cursor: pointer;
}
.starRating_info_list .item:hover {
    opacity: 0.8;
}
.starRating_info_list img {
    border-radius: 7px;
}
.starRating_info_list .more_item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.starRating_info_list span {
    color: #7b7b7b;
    background-color: white;
    text-decoration: underline;
    font-size: 14px;
}
.starRating_info_list .more_item:hover span {
    text-decoration: none;
}
.starRating_info_list .more_item .phone {
    display: none;
}

.starRatingPop_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    overflow: auto;
}
.starRatingPop_overlay_messageBox {
    text-align: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
}
.starRatingPop_overlay .pop_message_box {
    display: flex;
    max-width: 1832px;
    margin: 40px;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    box-sizing: border-box;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 12px 32px 4px rgba(0, 0, 0, .04), 0px 8px 20px rgba(0, 0, 0, .08);
    text-align: left;
    backface-visibility: hidden;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}
.starRatingPop_overlay .starRating_bikes {
    width: calc(100% - 400px);
    flex: 1;
    background: #000;
}
.starRating_bikes_photo {
    display: block;
    height: calc(100% - 112px);
}
.starRating_bikes_photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    padding: 0;
    margin: 0 auto;
    line-height: 0;
    box-sizing: border-box;
    cursor: pointer;
}
.starRating_bikes_carouselContent {
    padding: 16px;
    box-sizing: border-box;

}
.starRating_bikes_carousel {
    width: 100%;
    margin: 0;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
}
.starRating_bikes_carousel img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
    display: block;
    vertical-align: middle;
}

.starRating_bikes_carousel_list {
    width: 80px;
    height: 80px;
    padding: 5px;
    display: inline-block;
    opacity: 0.7;
    cursor: pointer;
}
.starRating_bikes_carousel_list:hover {
    opacity: 1;
}
.starRating_bikes_active {
    opacity: 1;
    background-color: white;
    border-radius: 10px;
}
.starRating_bikes_carousel_list img {
    border-radius: 10px;
}
.starRatingPopInfos_start {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 0;
}
.starRatingPop_overlay .starRatingPop_infos {
    max-width: 400px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
}
.starRatingPop_close{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    outline: none;
    margin-bottom: 5px;
    cursor: pointer;
}
.starRatingPop_close svg{
    width: 25px;
    height: 25px;
    color: #858585;
}
.starRatingPop_infos_start span {
    display: inline-block;
    width: 23px;
    height: 23px;
    background-position: 0px -44px;
    font-size: 0;
    margin-right: 3px;
    text-align: center;
    background-image: url("https://www.addmotor.com/static/themes/default/images/products/icon_star.png");
}
.starRatingPop_infos_start span.grey{
    background-position: 22px -44px;
}
.starRatingPop_infos_usertimeDel {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 10px 0;
}
.starRatingPop_infos_usertimeDel .user_photo {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

.starRatingPop_infos_usertimeDel img {
    border-radius: 10px;
}
.starRatingPop_infos_user {
    max-width: 300px;
    color: #333333;
    font-size: 20px;
    padding-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.starRatingPop_infos_time {
    color: #7b7b7b;
    font-size: 14px;
}
.starRatingPop_infos_del {
    height: calc(100% - 80px);
}
.starRatingPop_infos_details {
    max-height: calc(100% - 60px);
    overflow: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}
.starRatingPop_infos_details p {
    color: #333333;
    font-size: 17px;
    letter-spacing:0.005em;
    text-align: left;
}


@media only screen and (max-width: 990px) {
    .starRating_info_content {
        padding: 0 10px;
        box-sizing: border-box;
    }
    .starRatingPop_overlay .starRatingPop_infos,.starRatingPop_overlay .starRating_bikes {
        width: 100%;
        max-width: 100%;
    }
    .starRatingPop_close {
        position: absolute;
        top: -10px;
        right: -6px;
        width: 35px;
        height: 35px;
        display: block;
        border-radius: 50%;
        border: 3px solid #fff;
    }
    .starRatingPop_close svg {
        color: #fff;
    }
    .starRatingPop_infos_del {
        height: calc(100% - 80px);
    }
    .starRatingPop_overlay .pop_message_box {
        height: auto;
        flex-direction: column;
        position: relative;
        padding-bottom: 24px;
        max-width: 990px;
        margin: 24px;
        width: calc(100% - 48px);
        margin-top: 80px;
    }
}
@media only screen and (max-width: 765px) {
    .starRating_bikes_photo {
        height: 260px;
    }
    .starRating_bikes_carousel_list {
        width: 160px;
        height: 160px;
    }
    .starRatingPop_close  {
        width: 30px;
        height: 30px;
    }
    .starRatingPop_close svg {
        width: 20px;
        height: 20px;
    }
}

@media only screen and (max-width: 750px) {
    .starRating_info_content {
        padding: 0 10px;
        box-sizing: border-box;
    }
    .starRating_info_list {
        flex-wrap: wrap;
        justify-content: center;
    }
    .starRating_info_list .item {
        width: 138px;
        height: 138px;
    }
    .starRating_info_list span {
        text-decoration: none;
    }
    .starRating_info_list .more_item .phone {
        display: block;
    }
    .starRating_info_list .more_item .pc {
        display: none;
    }

}
@media only screen and (max-width: 700px) {
    .starRating_bikes_carousel_list {
        width: 130px;
        height: 130px;
    }
}
@media only screen and (max-width: 610px) {
    .starRating_info_list .item {
        width: 120px;
        height: 120px;
    }
    .starRating_bikes_carousel_list {
        width: 100px;
        height: 100px;
    }
}
@media only screen and (max-width: 530px) {
    .starRating_info_list .item {
        width: 100px;
        height: 100px;
    }
    .starRating_bikes_carousel_list {
        width: 70px;
        height: 70px;
    }
}
@media only screen and (max-width: 450px) {
    .starRating_info_list .item {
        width: 80px;
        height: 80px;
    }
    .starRating_bikes_carousel_list {
        padding: 3px;
        width: 60px;
        height: 60px;
    }
}
@media only screen and (max-width: 365px) {
    .starRating_info_list .item {
        width: 65px;
        height: 65px;
    }
}

@media (max-width: 500px) {
    .new_review_list .retit {
        margin-bottom: 10px;
    }
    .new_review_list .retit li.user_photo {
        margin-left: auto;
    }
    .new_review_list .retit li.name,.new_review_list .retit li.time {
        margin-right: auto;
    }
}

.prod_write_review .review_main{
    padding: 40px 0px 0px 10px!important;
}