.swiper-containe{
    height: 100%;
}
.rate_img{
    width: 100%;
    height: 100%;
}
.comment_content{

}

.comment_item{
    margin-bottom: 10px;
    background: #fff;
    padding: 10px;
}
.c_item_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .14rem;
}
.c_item_img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: .1rem;
}
.c_item_name{
    color: #51b458;
    font-size: 15px;
    font-weight: 600;
}
.c_item_num{
    color: #51b458;
    font-size: 12px;
}
.c_content{
    line-height: 1.5;
    font-size: 12px;
    color: #555;
    margin: 8px 0px;
}

.c_item_imglist{
    display: flex;
    align-items: center;
}
.c_item_imglist img{
    width: 24%;
    margin-right: 5px;
}
.mei{
    display: none;
    background: #555;
    text-align: center;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    color: #fff;
}

/* 放大图片容器 */
.comment_max_box{
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    background-color: black;
    z-index: 100;
    overflow: hidden;
    height: 0%;
}
.comment_numbox{
    text-align: center;
    color: #fff;
    margin-top: 10px;
}
.comm_img_box{
    width: 100%;
    height: 100%;
    position: relative;
   
}

.c_img{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
}

