@charset "utf-8";

/* CSS Document */


/**回帖*/

.parDiv {
    background: #f5f5f5;
    padding: 10px;
}

.parDiv {
    background: #fff;
    padding: 8px 10px;
}

.parDiv .tzTop {
    overflow: hidden;
}

.parDiv .tzTop .lz {
    color: #366092;
    font-size: 14px;
    line-height: 40px;
}

.icon-lz {
    margin-right: 4px;
}

.parDiv .tzTop .tzName .tzLv {
    background: #57be6a;
    color: #fff;
    display: inline-block;
    width: 20px;
    border-radius: 4px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    margin-left: 4px;
}

.parDiv .tzTop .tzPic {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    overflow: hidden;
    margin-right: 10px;
}

.parDiv .tzTop .tzPic img {
    width: 100%;
}

.parDiv .tzDate {
    font-size: 12px;
    color: #999;
}

.parDiv .tzTil {
    line-height: 24px;
    font-size: 16px;
    color: #3d3d3d;
    padding: 10px 0px;
}

.parDiv .tzBtm {
    font-size: 12px;
    color: #57be6a;
}

.parDiv .tzBtm .fl {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 70%;
    overflow: hidden;
}

.parDiv .tzBtm .fr {
    color: #999;
    padding-right: 6px;
    width: 27%
}

.parDiv .tzBtm .fr span {
    margin-left: 10px;
    margin-right: 6px;
}


.dzpl .fl {
    color: #3d3d3d;
    font-size: 1rem
}

.dzpl .fr a {
    color: #999;
    font-size: 1.33rem;
    line-height: 16px;
}

.dzpl .fr a span {
    font-size: 1.33rem;
    font-family: arial;
}

.zkpx .fr a {
    color: #666;
    font-size: 1rem;
    line-height: 16px;
}

.zkpx .fr a span {
    font-size: 1rem;
    font-family: arial;
}

.icon-luntan_zan {
    margin-right: 30px;
}

.dzpl .icon-luntan_zan,
.dzpl .icon-luntan_pl {
    font-size: 20px;
}

.icon-dx {
    margin-left: 20px;
}

.icon-zx {
    margin-left: 20px;
}


/**下方跟帖回帖*/

.commentDiv {
    padding-bottom: 44px;
}

.commentBox ul li {
    border-bottom: 0.5px solid #d9d9d9;
    margin: 5px 0px 5px 45px;
}

.comTit {
    padding: 10px 10px 10px 0px;
    overflow: hidden;
    font-size: 13px;
}

.comHead {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    overflow: hidden;
    margin-right: 8px;
    position: absolute;
    margin-left: -30px;
}

.comHead img {
    max-width: 100%;
    height: auto;
}

.comName {
    color: #666;
    margin-right: 8px;
}

.comLv {
    color: #fff;
    background: #57be6a;
    padding: 0 2px;
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    margin-top: 3px;
}

.comFloor {
    color: #a0a0a0;
    font-size: 14px;
}

.comReply {
    background: #f8f8f8;
    color: #999;
    margin: 15px 20px;
    margin-bottom: 0px;
    padding: 10px 10px;
    border: 1px solid #e5e5e5;
    line-height: 23px;
}

.comReply span {
    font-size: 14px;
}

.comMain {
    color: #666;
    padding: 10px 10px 10px 0px;
    line-height: 22px;
}

.comMain span {
    font-size: 14px
}

.comBtm {
    padding: 0 10px 0 0;
    font-size: 14px;
    height: 35px;
    line-height: 35px
}

.comPic {
    padding: 10px 15px 10px 0px;
    padding-top: 0px;
}

.comPic img {
    width: 100%;
    display: block;
}

.i-luntan_pl {
    background: url(../images/icon_rep.png) 0 center no-repeat;
    background-size: 16px;
    padding-left: 20px;
    font-size: 12px
}

.i-luntan_zan {
    background: url(../images/icon_zan.png) 0 center no-repeat;
    background-size: 16px;
    padding-left: 20px;
    font-size: 12px
}

.i-luntan_zan_ok {
    background: url(../images/icon_zan_ok.png) 0 center no-repeat;
    background-size: 16px;
    padding-left: 20px;
    font-size: 12px;
    color: #F55757
}


/**底部回帖*/

.Btm {
    height: 44px;
    line-height: 44px;
    background: #fff;
    border-top: 1px solid #eee;
    position: fixed;
    bottom: 0px;
    overflow: hidden;
    width: 100%;
    color: #57be6a;
    font-size: 1.14rem;
    max-width: 640px;
    margin: 0px auto
}

.Btm .fl {
    position: absolute;
    top: 0px;
    width: 10%;
}

.Btm a {
    color: #57be6a;
}

.icon-shunxu {
    background: url(../images/shunxu.png) 0 2px no-repeat;
    background-size: 10px;
    padding-left: 12px;
}

