.mycomment_tp{
    padding-bottom: 30px;
}
.mycomment_tp .mycomment_delBtn{
    width: 64px;
    height: 28px;
    background: #B8B8B8;
    border-radius: 14px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}
.mycomment_tp .mycomment_delBtn.active{
    background: #EA535D;
}
.mycomment_tp .check{
    font-size: 16px;
    color: #333333;
    margin-right: 35px;
    line-height: 28px;
}
.mycomment_tp input[name=mycomment_check_all],
.mycomment_bt input[name=mycomment_check_item]{
    width: 18px;
    height: 18px;
    vertical-align: text-bottom;
    position: relative;
}
.mycomment_tp input[type=checkbox]::after,
.mycomment_bt input[type=checkbox]::after{
    position: absolute;
    top: 0;
    background-color: #fff;
    border: 1px solid rgba(66, 69, 72, 0.6);
    color: #fff;
    width: 18px;
    height: 18px;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
}

.mycomment_tp input[type=checkbox]:checked::after,
.mycomment_bt input[type=checkbox]:checked::after{
    content: "✓";
    font-size: 12px;
    font-weight: bold;
    background-color:#EA535D;
    border: 1px solid #EA535D;
}
/*列表*/
.mycomment_bt{
    padding-top: 30px;
    padding-bottom: 30px;
}
.mycomment_list{
    padding-right: 50px;
}
.mycomment_list .item{
    padding-left: 54px;
    margin-top: 30px;
    position: relative;
}
.mycomment_list .item .mycomment_res{

}
.mycomment_list .item .mycomment_res .comment_status{
    width: 60px;
    height: 40px;
    background: #F59A23;
    border-radius: 10px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    display: block;
}
.mycomment_list .item .mycomment_res .txt{
    font-size: 16px;
    color: #333333;
    width: 647px;
    margin-left: 9px;
    position: relative;
    min-height: 40px;
}
.mycomment_bt input[name=mycomment_check_item]{
    position: absolute;
    top: 13px;
    left: 10px;
}
.mycomment_source{
    margin-top: 20px;
    padding-bottom: 29px;
    border-bottom: 1px solid #D0D0D0;
}
.mycomment_source_tp{
    width: 100%;
    height: 120px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(179, 179, 179, 0.28);
    border-radius: 0px 4px 4px 0px;
}
.mycomment_source_tp .source_img{
    width: 180px;
    height: 120px;
}
.mycomment_source_tp .source_info{
    width: 483px;
    padding: 0 30px 0 23px;
}
.mycomment_source_tp .source_info .title{
    font-size: 16px;
    color: #191919;
    margin-top: 15px;
    margin-bottom: 10px;
    /*width: 537px;*/
    line-height: 20px;
    height: 20px;
}.mycomment_source_tp .source_info .intro{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
     /*width: 537px;*/
    line-height: 20px;
    height: 60px;
 }
.mycomment_source_bt{
    margin-top: 14px;
}
 .mycomment_source_bt span{
     font-size: 14px;
     color: rgba(58, 55, 45, 0.7);
     margin-left: 22px;
 }
