
.gamenr-player h4{ font-size: 18px; font-weight: normal; margin-top: 20px; line-height: 45px;}
.gamenr-player h4:before{ width: 4px; height: 18px; content: ""; display: inline-block; background: #ff5000; border-radius: 8px; margin: 15px 9px 0px 0px; float: left;}

.u_commentSend {
    position: relative;
    height: 236px;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 0 20px;
    overflow: hidden;
}
.u_commentSend .text_box {
    position: relative;
    height: 162px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
}
.u_commentSend .text_box textarea {
    position: absolute;
    left: 0;
    width: 96%;
    display: block;
    height: 142px;
    padding: 10px 2%;
    border: none;
    resize: none;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.u_commentSend .text_box span {
    position: absolute;
    top: 100%;
    right: 0;
    line-height: 38px;
    text-align: right;
    color: #999;
}
.u_commentSend .commentSend_btn {
    overflow: hidden;
    margin-top: 20px;
}
.u_commentSend .commentSend_btn div {
    float: left;
    width: 107px;
    line-height: 34px;
    font-size: 14px;
}
.u_buttom.yellow {
    background: #ff8f14;
}
.u_buttom {
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
}
.u_commentSend .commentSend_btn span {
    line-height: 34px;
    color: #999;
    margin-left: 10px;
}

.u_commentBox {
    position: relative;
    padding-top: 20px;
}
.u_commentBox .userInfo {
    position: absolute;
    top: 20px;
    left: 0;
    width: 48px;
}
.u_avatar {
    position: relative;
    width: 100%;
    border-radius: 100%;
}
.u_commentBox .userInfo .u_avatar img {
    height: 48px;
}
.u_avatar img {
    display: block;
    width: 100%;
}
.comment {
    margin-left: 68px;
    padding-right: 0;
    padding-bottom: 20px;
}
.comment .nickname {
    line-height: 16px;
    overflow: hidden;
}
.comment .nickname div {
    float: left;
    margin-right: 8px;
}
.u_nick {
    font-weight: 700;
    color: #888;
}
.comment .nickname div {
    float: left;
    margin-right: 8px;
}
.u_cWriter {
    color: #26a4e5;
}
.u_duration, .u_time {
    color: #999;
}
.comment .u_content_box {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}
.comment .u_content_box .content_show_box {
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #fff;
}
.comment .u_content_box .content_show_box .u_content {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    z-index: 2;
    overflow: hidden;
}

.comment .u_content_box .content_show_box .u_content.show{ height: auto;}


.u_content {
    font-size: 14px;
    line-height: 24px;
    word-break: break-all;
}
.comment .u_content_box .content_show_box .u_content_show_btn {
    float: right;
    color: #54ba3d;
    margin-top: 4px;
    cursor: pointer;
}
.comment .m_commentBtns {
    margin-top: 5px;
    overflow: hidden;
}
.comment .m_commentBtns div {
    float: right;
    height: 16px;
    line-height: 16px;
    margin-left: 20px;
}
.u_cReply {
    color: #999;
    padding-left: 20px;
    background: url(../images/pl-hf.png) 0 no-repeat;
    cursor: pointer;
}
.comment .m_commentBtns div {
    float: right;
    height: 16px;
    line-height: 16px;
    margin-left: 20px;
}
.u_cPrise, .u_cPrised {
    color: #999;
    padding-left: 20px;
}
.u_cPrise {
    background: url(../images/pl-ax.png) 0 no-repeat;
}

.m_replyList {
    background: #f8f8f8;
    border-radius: 4px;
    margin-top: 20px;
    padding-top: 28px;
}
.m_replyList li {
    padding: 0 20px 28px;
}
.m_replyList li .replyAvatar {
    float: left;
}
.u_avatar {
    position: relative;
    width: 100%;
    border-radius: 100%;
}
.u_avatar .avatar_circle {
    width: 100%;
    border-radius: 100%;
    overflow: hidden;
}
.m_replyList li .replyAvatar .u_avatar>.avatar_circle img {
    width: 40px;
    height: 40px;
}
.m_replyList li .replyContent {
    position: relative;
    left: 12px;
    margin-right: 12px;
    overflow: hidden;
}
.comment .nickname {
    line-height: 16px;
    overflow: hidden;
}
.m_replyList li .replyContent .u_content {
    line-height: 22px;
    color: #333;
    margin-top: 7px;
}
.m_replyList li .replyContent .u_cReply {
    float: right;
}
.u_cReply {
    color: #999;
    padding-left: 20px;
    background: url(../images/pl-hf.png) 0 no-repeat;
    cursor: pointer;
}
.gameplayer {
    height: auto !important;
}
.comment .u_Reply {
    display: none;
}
.comment .u_Reply .text_box {
    position: relative;
    height: 94px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    margin-top: 14px;
}
.comment .u_Reply .text_box textarea {
    position: absolute;
    left: 0;
    width: 96%;
    display: block;
    height: 76px;
    padding: 9px 2%;
    border: none;
    resize: none;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.comment .u_Reply .text_box span {
    position: absolute;
    top: 100%;
    right: 0;
    line-height: 28px;
    text-align: right;
    color: #999;
    margin-top: 12px;
}
.comment .u_Reply .reply_btn {
    margin: 12px 0 0;
    overflow: hidden;
}
.comment .u_Reply .reply_btn div {
    float: left;
    width: 60px;
    line-height: 28px;
    font-size: 14px;
}
.u_buttom.yellow {
    background: #17ac3c
}
.u_buttom {
    text-align: center;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
}
.comment .u_Reply .reply_btn span {
    line-height: 28px;
    color: #999;
    margin-left: 10px;
}
.reply_more {
    position: relative;
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    text-align: center;
    color: #34b2ff;
    border-top: 1px solid #e5e5e5;
    cursor: pointer;
    background: #f8f8f8;
}
.reply_more:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 8px;
    background: url(../images/pl-xf.png) 50% no-repeat;
    vertical-align: middle;
    margin: -2px 0 0 6px;
}


.u_cPlayer {color: #54b42c;}
.u_duration, .u_time { color: #999;}


/*动态点赞开始*/
.praise{width: 100px;height: 60px;cursor: pointer;font-size: 12px;text-align:center;position: absolute;right: 0;top: 0;background: #ff5000;}
#praise{display:block;width: 25px;height: 25px;margin:0 auto;}
#praise-txt{height:25px;line-height:25px;display: block;color: #fff;}
.praise img{width: 25px !important;height: 25px;display:block;margin: 0 auto;margin-top: 5px;}
.praise img.animation{ animation: myfirst 0.5s; -moz-animation: myfirst 0.5s;	/* Firefox */ -webkit-animation: myfirst 0.5s;	/* Safari 和 Chrome */ -o-animation: myfirst 0.5s;	/* Opera */}
#add-num{display:none;}
#add-num .add-animation{ color: #000; position:absolute; top:-15px; left: 10px; font-size: 15px; opacity: 0; filter: Alpha(opacity=0); -moz-opacity:0; animation: mypraise 0.5s ; -moz-animation: mypraise 0.5s ;	/* Firefox */ -webkit-animation: mypraise 0.5s ;	/* Safari 和 Chrome */-o-animation: mypraise 0.5s ;	/* Opera */font-style:normal;}
.praise .hover , #add-num .add-animation.hover , #praise-txt.hover{  color: #EB4F38;}

/*点赞图标放大动画开始*/
@keyframes myfirst
{0%{width:40px;height:40px;}50%{ width:50px; height:50px;}100% {width:40px;height:40px;}}
@-moz-keyframes myfirst /* Firefox */
{ 0%{width:40px;height:40px;}50%{width:50px;height:50px;}100% {width:40px;height:40px;}}
@-webkit-keyframes myfirst /* Safari 和 Chrome */
{0%{ width:40px; height:40px;}50%{ width:50px;height:50px;}100% { width:40px; height:40px;}}
@-o-keyframes myfirst /* Opera */
{ 0%{width:40px;height:40px;} 50%{ width:50px; height:50px;}100% { width:40px; height:40px;}}
/*点赞图标放大动画结束*/
/*点赞数量加减动画开始*/
@keyframes mypraise
{0%{top:-15px;opacity: 0;filter: Alpha(opacity=0);-moz-opacity:0;}
    25%{top:-20px;opacity: 0.5;filter: Alpha(opacity=50);-moz-opacity:0.5;}
    50%{top:-25px;opacity: 1;filter: Alpha(opacity=100);-moz-opacity:1;}
    75%{top:-30px;opacity: 0.5; filter: Alpha(opacity=50); -moz-opacity:0.5;}
    100% {top:-35px;opacity: 0;filter: Alpha(opacity=0);-moz-opacity:0;}}
@-moz-keyframes mypraise /* Firefox */
{0%{top:-15px;opacity: 0;filter: Alpha(opacity=0);-moz-opacity:0;}
    25%{ top:-20px;opacity: 0.5;filter: Alpha(opacity=50);-moz-opacity:0.5;}
    50%{top:-25px;opacity: 1;filter: Alpha(opacity=100);-moz-opacity:1;}
    75%{top:-30px;opacity: 0.5;filter: Alpha(opacity=50);-moz-opacity:0.5;}
    100% {top:-35px; opacity: 0; filter: Alpha(opacity=0); -moz-opacity:0;}}
@-webkit-keyframes mypraise /* Safari 和 Chrome */
{0%{top:-15px;opacity: 0;filter: Alpha(opacity=0);-moz-opacity:0;}
    25%{top:-20px;opacity: 0.5;filter: Alpha(opacity=50);-moz-opacity:0.5;}
    50%{top:-25px;opacity: 1;filter: Alpha(opacity=100);-moz-opacity:1;}
    75%{top:-30px;opacity: 0.5;filter: Alpha(opacity=50);-moz-opacity:0.5;}
    100% {top:-35px;opacity: 0;filter: Alpha(opacity=0);-moz-opacity:0;}}
@-o-keyframes mypraise /* Opera */
{0%{top:-15px;opacity: 0;filter: Alpha(opacity=0);-moz-opacity:0;}
    25%{top:-20px;opacity: 0.5;filter: Alpha(opacity=50);-moz-opacity:0.5;}
    50%{top:-25px;opacity: 1;filter: Alpha(opacity=100);-moz-opacity:1;}
    75%{top:-30px;opacity: 0.5;filter: Alpha(opacity=50);-moz-opacity:0.5;}
    100% {top:-35px;opacity: 0;filter: Alpha(opacity=0);-moz-opacity:0;}}
/*点赞数量加减动画结束*/
/*动态点赞结束*/

.zanList .praise{ width: 130px; position: absolute;right: 27px;top: -55px;}
.zanList #praise{ float: left;}
.zanList #praise-txt{  float: left;margin-top: 11px;margin-left: 5px;}
.phb_nr li{position: relative;}

.zanMedia {position: relative; height: 573px;}
.zanMedia .praise{width: 130px;    position: absolute;bottom: -35px;    margin: 0px auto;}
.zanMedia #praise{    float: left;}
.zanMedia .praise img {width: 25px !important;height: 25px;}
.zanMedia #praise-txt{    float: left;color: #a8a9a9;}

.zanPic {position: relative;}
.zanPic .praise{width: 130px;position: absolute;bottom: 0px;right: 0;margin: 0;background: none;height: auto;}
.zanPic #praise{float: left;width: 30px;height: 30px;margin-top: 10px;}
.zanPic .praise img {width: 25px !important;height: 25px;}
.zanPic #praise-txt{float: left;color: #a8a9a9;text-align: left;line-height: 57px;height: auto;}