*{
    padding: 0;
    margin: 0;
}

.productreview_wrap{
    max-width: 1200px;
    min-width: 320px;
    margin: 0 auto;
    position: relative;
    padding: 40px 0 60px 0;
    /* background-color: aqua; */
}
.productreview_wrap .productreview {
    width: 100%;
    display: flex;
}
.productreview_wrap .productreview > .left {
    width: 430px;
    height: 330px;
    cursor: pointer;
    align-items: center;
}
.productreview_wrap .productreview > .left .view_img {
    width: 100%;
}
.productreview > .left >.view_img img {
    width: 100%;
    height: 220px;
}
.productreview > .left >.view_title {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(0,0,0,0.85);
    line-height: 26px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-top: 16px;
    margin-bottom: 8px;
}

.productreview > .left >.view_recommend {
    /* height: 60px; */
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.85);
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    /* line-height: 20px; */
}
.productreview > .right{
    width: 770px;
    height: 330px;
}
.product_view_list{
    display: flex;
    height: 72px;
    margin-bottom: 56px;
}
.product_view_list a{
    text-decoration-line: none;
    color:rgba(0,0,0,0.85);
}
.product_view_list:last-child{
    margin-bottom: 0px;
}
.product_view_index{
    /* width: 120px; */
    height: 72px;
    font-size: 60px;
    font-family: Helvetica;
    color: rgba(0,0,0,0.09);
    line-height: 72px;
    padding-left: 48px;
    padding-right: 24px;
    border-right: 1px solid rgba(0,0,0,0.15);
}
.product_view_info{
    width: 560px;
    height: 74px;
    overflow: hidden;
    margin-left: 24px;
}
.product_view_info .img_img_demo{
    width: 0;
    height: 0;
}
.product_view_info .product_view_info_title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
.product_view_info_title .product_view_info_title_html{
    width: 80%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(0,0,0,0.85);
    line-height: 26px;
}
.product_view_info_title .time{
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,0.45);
    margin-top: 6px;
}
.product_view_info .product_view_info_recommend{
    width: 100%;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.85);
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}



