body{
    margin: 0;
    padding: 0;
    /*background: #efefef99;*/
}
.whole{
    /*width: 375px;*/
    margin: auto;
}


.bigbox{
    width: 100%;
    text-align: center;
};

.bigbox  .Comment_lit li img{
    width:50px;
    height: 50px;
    border-radius:50%;
    float: left
}
.Comment_lit{
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 3%;
}
.Comment_lit li{
    background: #fff;
    padding: 0.8rem;
    margin-bottom: 0.36rem;
    position: relative;
    border-radius: 3px;
}
.topbox{
    display: block;
    height: 45px;
    /* height: auto; */
    font-size: 12px;
    color: #9e9e9e;
}
.tleft{
    float: left;
    width: 50%;

}
.tleft img{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    float: left;
    border: 1px solid;
}
.tleft span{
    padding-top: 12px;
    font-weight: 800;
}
.pltime{
    font-size: 9px;
    font-weight: 500;
}
.tright{
    float: right;
    text-align: right;
    font-size: 12px;
}
.tright img{
    display: block;
}
.top_information{
    overflow: hidden;
    text-align: left;
    padding-top: 1%;
    /* margin-left: 17%; */
    padding-left: 5%;
    font-size: 13px;
}
.buy{
    text-align: left;
    font-size: 12px;
    color: #9e9e9e;
    /* padding-left: 10px;*/
}
.Comment_content{
    text-align: left;
    font-size: 14px;
    margin: 3% 0;
    /* margin: 3%; */
    text-align: justify;
    word-break: break-all;
    overflow: hidden;
    text-indent:1.2em;
}
.Comment_img{
    overflow: hidden;
    margin-top:5%;
}

.show_img{
    position: relative;
    float: left;
    margin: 0 0.3rem 0.32rem 0;
    width: 6.8rem;
    height: 6.8rem;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}
.show_img img{
    width: 6.8rem;
    height: 6.8rem;
}
.Comment::-webkit-scrollbar{
    width: 0!important;
}


.Add_first img{
    width: 80px;
    height: 80px;
    margin-top: 8px;
    border: 1px solid #c7c7c7;

}
.Add_first{
    padding-left: 2%;
}
#input_text{
    border: 1px solid #999;
    height: 45px;
    border-radius: 7px 7px 7px 7px;
    width: 78%;
    padding-left:2%;
    margin-left: 2%;
}

@media screen and (max-width: 600px) {
    #input_text{
        border: 1px solid #999;
        height: 45px;
        border-radius: 7px 7px 7px 7px;
        width: 72%;
        padding-left:2%;
        margin-left: 2%;
    }

}

.btn_input{
    background: red;
    color: #fff;
    border: none;
    padding: 6px 15px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    height: 45px;
}
#Comment {
    background: #fff;
    padding: 4px;
    border-radius: 3px;
}
.input_box{
    text-align: left;
}



.Comment_lever{
    padding:0 2%;
}
.Comment_lever p{
    display: inline-block;
    float: left;
    margin-bottom: 8px;
}
.lever img{
    width: 100%;
    height: 100%;
}
.lever{
    float: left;
    margin-top: 12px;
}
.lever a{
    display: inline-block;
    float: left;
    margin: 5px -1px 2px 5px;
    width: 20px;
    height: 20px;
}


