/*
* PC个人中心 我的消息 互动消息 样式
*/
.interact_msg{
    padding-top: 32px !important;
    font-size: 0;/*无奈之举，有奇怪的间距*/
    border-bottom: 1px solid #F0F0F0 !important;
    border-top: none !important;
}

.mySelfProductHead .msgTypeReferral{
    font-size: 14px;
    color: #c0c0c0;
}

.mySelfProductHead .hfTA{
    font-size: 14px;
    color: #c0c0c0;
}

.mySelfProductHead .hfTA:hover{
    color: #fa6060;
    cursor: pointer;
}

.mySelfProduct .mainComment{
    font-size: 16px;
    color: #303030;
    margin-top: 20px;
}

.mySelfProduct .origin{
    font-size: 14px;
    color: #909090;
    display: block;
    margin-top: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mySelfProduct .origin a{
    display: block;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow: hidden;
    width: 80%;
    float: left;
}
.from_art{
    display: block;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow: hidden;
    width: 80%;
    float: left;
}
.from_art p {
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow: hidden;
}
.mySelfProduct .time{
    font-size: 12px;
    color: #c0c0c0;
    margin-top: 10px;
}

.mySelfProduct .origin a{
    text-decoration: underline;
    color: #909090;
}

.mySelfProduct .origin a:hover{
    color: #49a9f0;
}

.mySelfProductCommonComment{
    margin-top: 28px;
    margin-bottom: 10px;
    margin-left: 10px;
    display: none;
}

.mySelfProductCommonComment .commentTextarea textarea{
    width: 725px;
    height: 50px;
    resize: none;
    border: 1px solid #e8e8e8;
    outline:none;
    font-size: 14px;
    color: #c0c0c0;
    padding: 5px 10px;
}

.mySelfProductCommonComment .commentBtn{
    cursor: pointer;
    width: 85px;
    height: 50px;
    font-size: 14px;
    color: #fff;
    background: #49a9f0;
    margin-left: 10px;
    text-align: center;
    line-height: 50px;
}

.mySelfProductHead .hfTA a{
    font-size: 14px;
    color: #c0c0c0;
}

.mySelfProductHead .hfTA a:hover{
    color: #49a9f0;
}

.mySelfProductQuote{
    margin-top: 20px;
    background: #fafafa;
    padding: 24px 30px;
    border-left: 1px solid #eeeeee;
    font-size: 14px;
    color: #c0c0c0;
}