html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, keygen, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, textarea, select, button {
    margin: 0;
    padding: 0;
    border: none;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
i, em {
    font-style: normal;
}
.f-clearfix:before, .f-clearfix:after { content:''; display:table;}
.f-clearfix:after { clear:both;}
.f-clearfix,.f-zm { *zoom:1;}
.talk-content {
    padding: 20px 50px 0;
}
.e-mb10 {
    margin-bottom: 10px;
}
.talk-content .talk-img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.talk-content img {
    max-width: 500px;
}
.text-right {
    text-align: right;
}
.f-pr {
    position: relative;
}
.f-fr {
    float: right;
    display: inline;
}
.talk-content .talk-name {
    font-size: 14px;
    color: rgba(0,0,0,0.65);
    line-height: 22px;
    margin-bottom: 4px;
}
.e-ml15 {
    margin-left: 15px;
}
.e-mr15 {
    margin-right: 15px;
}
.f-db {
    display: block;
}
.talk-content .talk-time {
    font-size: 12px;
    color: rgba(0,0,0,0.25);
    line-height: 22px;
}
.left-tip {
    width: 12px;
    height: 32px;
    background: url(../images/leftTip.png) no-repeat;
    position: absolute;
    top: 27px;
    left: -9px;
}
.left .talk-text {
    background: #f3f7fb;
}
.right .talk-text {
    background: #dcf6ff;
}
.talk-content .talk-text {
    font-size: 14px;
    color: rgba(0,0,0,0.65);
    line-height: 22px;
    padding: 4px 13px 6px 10px;
    border: 1px solid #f3f7fb;
    border-radius: 5px;
    max-width: 500px;
    margin-bottom: 4px;
    text-align: left;
}
.talk-content .talk-time {
    font-size: 12px;
    color: rgba(0,0,0,0.25);
    line-height: 22px;
}
.e-ml10 {
    margin-left: 10px;
}
.right-tip {
    width: 10px;
    height: 26px;
    background: url(../images/rightTip.png) no-repeat;
    position: absolute;
    top: 27px;
    right: -7px;
}
.f-fl {
    float: left;
    display: inline;
}
.nodata{ 
	text-align: center;
    margin-top: 40px;
    font-size: 18px;
    color: #333;
}