.richbox {
	padding:1rem;
	background:#fff;
}
.richbox img {
	width: 100%;
	margin:5px 0;
}
.games_comments_list {
    background: #fff;
}
.games_comments_list > li {
    position: relative;
    margin-left: 3%;
    padding-top: 15px;
}

.games_comments_list .author_img {
    float: left;
}
.games_comments_list .author_img img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    vertical-align: middle;
}
.games_comments_list .floor_num::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: 15px solid #e5e5e5;
    border-bottom-color: transparent;
    border-left-color: transparent;
    z-index: -1;
}
.games_comments_list .name {
    padding-top: 5px;
    overflow: hidden;
  text-overflow: ellipsis;
    padding-right: 0.45rem;
    white-space: nowrap;
    max-width: 220px;
}
.games_comments_list .name a {
    color: #333;
    font-size: 16px;
}
.games_comments_list .time {
    font-size: 12px;
    color: #555;
}
.games_comments_list .floor_num {
    margin-right: 12px;
}
.games_comments_list .autho_info {
    margin-top: 3px;
    margin-bottom: 15px;
}
.games_comments_list .autho_info::after {
    content: '';
    display: table;
    clear: both;
}
.games_comments_list .autho_info .comment-name-time {
    margin-left: 64px;
}
.games_comments_list video{
	width: 100%;
	height: auto;
}
.games_comments_list .comments {
    position: relative;
    padding-bottom: 15px;
    margin-right: 12px;
    font-size: 16px;
    border-bottom: 1px solid #efefef;
    word-wrap: break-word;
}
.games_comments_list .comments .smile-icon,
.messageMore .text img[src*="dialogs/emotion"],
.quote_comment .content img[src*="dialogs/emotion"]{
    width: 20px;
    vertical-align: bottom;
}
.games_comments_list .quote_comment {
    padding-left: 12px;
    margin-top: 6px;
    background: #f8f8f8;
}
.games_comments_list .quote_comment .dt {
    margin-top: 0;
    margin-bottom: 5px;
    color: #a4a4a4;
    /*font-weight: bold;*/
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}
.games_comments_list .comments .author {
    margin: 0 4px;
    color: #00b486;
}
.games_comments_list .quote_comment .content {
    padding: 8px 0;
    padding-right: 5px;
    word-wrap: break-word;
}
.games_comments_list .quote_comment .content:last-child {
    border-bottom: 0;
}
.games_comments_list .quote_comment  .show_all_btn {
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    color: #777;
    border-top: 1px solid #eee;
    text-align: center;
}
.games_comments_list .comment_opera {
	position: absolute;
    top: 11px;
    right: 1%;
    width: 44px;
    height: 28px;
    line-height: 28px;
    box-sizing: border-box;
    border-radius: 2px;
    color: #333;
    z-index: 1;
}
.games_comments_list .comment_opera .drop_box {
    display: none;
    position: absolute;
    top: 0;
    right: 70%;
    width: 180px;
    border-top: 0;
    text-align: right;
    font-size: 0;
}
.games_comments_list .comment_opera .drop_box.active {
	display: block;
}
.games_comments_list .comment_opera .btn {
    display: block;
    height: 28px;
    font-size:12px;
	text-align: center;
}
.games_comments_list .drop_btn_wrap {
    display: inline-block;
    vertical-align: middle;
    background: #303030;
    border-radius: 2px;
}
.games_comments_list .comment_opera .drop_box .btn {
	display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 16px;
    line-height: 16px;
    border-right: 1px solid #fff;
    margin: 4px 0;
	padding: 0 12px;
    box-sizing: content-box;
    color: #fff;
}
.games_comments_list .comment_opera .drop_box .btn:last-child {
	border: 0;
}
.games_comments_list .comment_opera .i_more_point {
	display: block;
    height: 100%;
    background: url(../../images/community_app/community_i_list.png) no-repeat 0 -1px;
    background-size: 45px 125px;
}
/* 评论框 */
.push_comments_input {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 0 3%;
    border-top: 1px solid #c9c9c9;
    box-sizing: border-box;
    background: #fff;
    z-index: 9;
}
.push_comments_input .like {
    float: left;
    width: 25%;
    text-align: center;
    font-size: 14px;
    position: relative;
}
.like.has-inner-opt:before {
    display: none;
}
.has-inner-opt.onShow .inner-more-opt {
    display: block;
}
.inner-more-opt {
    display: none;
    position: absolute;
    top: -35px;
    left: 50%;
    width: 44px;
    padding: 5px;
    line-height: 1.5;
    margin-left: -25px;
    margin-bottom: 24px;
    font-size: 12px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
}
.inner-more-opt:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    margin-left: -3px;
    border: 4px solid transparent;
    border-top: 4px solid rgba(0, 0, 0, .6);
}
.push_comments_input .like::before {
      content: '';
    position: absolute;
    right: 0;
    bottom: 10%;
    width: 1px;
    height: 20px;
    background: #eee;
}
.push_comments_input .go-comment-btn {
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
}
.push_comments_input .go-comment-btn::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    margin-right: 5px;
    background: url(../../images/community_app/i_comment.png) no-repeat center;
    background-size: 26px;
}
.push_comments_input .i_heart,.push_comments_input .i_jubao,.push_comments_input .i_shoucang ,.push_comments_input .i_comment, .push_comments_input .i_opt  {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 22px;
    margin-top: 7px;
}
.push_comments_input .i_heart.liked {
    background: url(../../images/community_app/i_liked.png) no-repeat center 0;
    background-size: 22px;
}
.push_comments_input .i_heart.noliked {
    background: url(../../images/community_app/nolike.png) no-repeat center 0;
    background-size: 22px;
}
.push_comments_input .i_jubao {
    background: url(../../images/community_app/f5.png) no-repeat center 0;
    background-size: 22px;
}
.push_comments_input .i_opt {
    background: url(../../images/community_app/i_opt.png) no-repeat center 0;
    background-size: 22px;
}
.push_comments_input .i_comment {
    background: url(../../images/community_app/f1.png) no-repeat center 0;
    background-size: 22px;
}
.push_comments_input .i_shoucang {
    background: url(../../images/community_app/f2.png) no-repeat center 0;
    background-size: 22px;
}
.push_comments_input .i_shoucang.collected {
    background: url(../../images/community_app/f3.png) no-repeat center 0;
    background-size: 24px;
}
/*.push_comments_input .comment-show {
    margin-top: 8px;
    margin-left: 60px;
    padding-left: 30px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    position: relative;
    color: #999;
}*/
/*.push_comments_input .i_comment {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 6px;
    left: 6px;
    background: url(../../images/community_app/forum_icon_list.png) no-repeat -3px -240px;
    background-size: 28px 305px;
}*/
/*.push_comments_input .comment_ipt {
    display: block;
    width: 70%;
    height: 100%;
    margin-left: 30px;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}*/
::-moz-placeholder { color: #999; }
::-webkit-input-placeholder { color:#999; }
:-ms-input-placeholder { color:#999; }
.btn_green{
	background: #31A76B;
	color: #fff;
	width: 50px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius:5px;
	display: inline-block;
	float: right;
	margin-top: 10px;
	font-size:14px;
	}
.richbox p{
	overflow: hidden;
}
.tiezi_title{
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.push_comments_input .comment_push_btn {
    position: absolute;
    top: 0;
    right: -58px;
    width: 50px;
    height: 32px;
    line-height: 32px;
    border: 0;
    outline: none;
    font-size: 14px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    background: #00b486;
}
/* 修复pc外链视频, 修复 富文本内容 超出屏幕 */	
iframe {
    max-width: 100% !important;
    max-height: 100% !important;
}
.games_detail_wrap .richtext {
    width: auto !important;
    overflow: hidden !important;
}
iframe.video_iframe #mod_player,
iframe.video_iframe #mod_tenvideo_video_player_0 {
	width: auto;
	height: auto;
}
/* ios fixed 元素 问题 修复 */
.ios-bug4fixscroll {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	-o-overflow-scrolling: touch;
	-ms-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
_::-webkit-full-page-media, _:future, :root .ios-bug4fixscroll {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	-o-overflow-scrolling: touch;
	-ms-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.comment-wrap {
    display: none;
    position: fixed;
    top: 8px;
    left: 12px;
    right: 12px;
    border-radius: 4px;
    background: #fff;
    z-index: 12;
    overflow: hidden;
}
.comment-wrap.active {
    display: block;
}
.comment-wrap textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 12px;
    font-size: 14px;
    outline: none;
    border: 1px solid #A5A5A5;
}
.lola-mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 10;
}
.lola-mask.active {
    display: block;
}
.comment-wrap .comment-btn-wrap {
    border-top: 1px solid #eee;
    padding: 10px 0;
}
.comment-wrap .smile-photo-wrap {
    border-top: 1px solid #eee;
    background: #f6f6f6;
    position: relative;
}
.comment-wrap .smile-panel {
    display: none;
    padding: 5px 8px; 
    text-align: center;
}
.comment-wrap .smile-panel.active {
    display: block;
}
.smile-panel .smile-list {
    position: relative;
}
.smile-panel .smile-list::after {
    content: '';
    display: table;
    clear: both;
}
.smile-panel .smile-list > img {
    float: left;
    width: 10%;
    height: auto;
    margin: 1.25%;
}

.smile-panel .dynamic-graph-list > img{
    float: left;
    width: 17%;
    height: auto;
    margin: 1.25%;
}

.smile-photo-wrap .cmoticon-switch > img{
    width: 14%;
    height: auto;
    margin: 1.25%;
}

.smile-panel .backspace-btn {
    position: absolute;
    right: 0;
    bottom: 1px;
    width: 12%;
    padding-top: 12%;
    background: url(../../images/community_app/i_backspace.png) no-repeat center;
    background-size: 25px;
}
.comment-wrap .photo-panel {
    display: none;
    padding: 12px;
}
.comment-wrap .photo-panel.active {
    display: block;
}

/** 表情切换栏 */
.smile-photo-wrap .cmoticon-switch {
    border-top: 1px solid #dddddd;
    text-align: center;
    vertical-align: center;
    padding: 1px 2px;
    display: none;
}

.smile-photo-wrap .cmoticon-switch.active {
     display: block;
}

.smile-photo-wrap .cmoticon-switch.active ul li{
    display:inline;
}

.photo-panel .img-item {
    position: relative;
    width: 85px;
    height: 85px;
    overflow: hidden;
}
.photo-panel .img-item img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    max-width: initial;
}
.photo-panel .del-img-btn {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 20px;
    height: 20px;
    background: url(../../images/community_app/css_sprites.png) no-repeat -2px -60px;
    background-size: 105px 83px;
}
/* 滑动表情选择 start */
.swiper-container {
    padding-bottom: 25px;
}
body .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 5px;
}
body .swiper-pagination-white .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background: #8b8b8b;
}
body .swiper-pagination-white .swiper-pagination-bullet {
    background: #666;
    vertical-align: middle;
}
/* 滑动表情选择 end */
.comment-wrap .btn-wrap .add-smile-btn,
.comment-wrap .btn-wrap .add-photo-btn {
    float: left;
    width: 26px;
    height: 26px;
    margin-top: 2px;
    margin-right: 15px;
    background-image: url('../../images/community_app/css_sprites.png');
    background-repeat: no-repeat;
    background-size: 105px 83px;
    position: relative;
}
.comment-wrap .add-photo-btn .img-num {
    position: absolute;
    top: 0;
    right: -3px;
    width: 14px;
    height: 14px;
    line-height: 13px;
    border-radius: 50%;
    font-size: 12px;
    background: #fa2a27;
    text-align: center;
    color: #fff;
}
.comment-wrap .btn-wrap .add-smile-btn {
    margin-left: 12px;
    background-position: -31px -2px;
}
.comment-wrap .btn-wrap .add-photo-btn {
     background-position: -2px -30px;
}
.comment-wrap .comment-btn-wrap .btn {
    float: left;
    margin: 0 6px;
    padding: 5px 22px;
    border: 1px solid #eee;
    border-radius: 4px;
}
.comment-wrap .comment-btn-wrap .comment-cancel {
    color: #999;
}
.comment-wrap .fl {
    float: left;
}
.comment-wrap .fr {
    float: right;
    margin: 0;
}
.comment-wrap .comment-btn-wrap .comment-confirm {
    background: #00B386;
    color: #fff;
}
.ajax-load-tip {
    display: none;
    padding: 6px;
    text-align: center;
    background: rgba(0,0,0,.6);
    color: #fff;
}
/* 评论里面的图片展示 */
.comment-img-container {
    display: block;
    overflow: hidden;
    position: relative;
    padding-right: 3%;
}
.comment-img-container .img-item {
    float: left;
    width: 32.3%;
    margin-right: 1%;
    margin-bottom: 1%;
    padding-top: 33.3%;
    position: relative;
    overflow: hidden;
}
.comment-img-container.img-list-3 .img-item {
    width: 32.3%;
    padding-top: 32.3%;
}
.comment-img-container.img-list-2 .img-item,
.comment-img-container.img-list-4 .img-item {
    float: left;
    width: 49%;
    padding-top: 49%;

}
.comment-img-container .img-item > img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 100%;
    height: 100%;
}
.comment-img-container.normal-size .img-item {
    float: none;
    display: block;
    width: auto;
    padding-top: 0;
    margin-bottom: 0;
}
.comment-img-container.normal-size .img-item > img {
    position: static;
    height: auto;
    -webkit-transform: none;
    transform: none;
    margin: 8px 0 0;
}
.comment-img-container .img-num-label {
    position: absolute;
    right: 4%;
    bottom: 1%;
    color: #fff;
    padding: 4px 12px;
    border-top-left-radius: 12px;
    z-index: 9;
    background: #00b486;
}
.comment-img-container.img-list-3 .img-num-label {
    bottom: 3%;
}
.comment-page-ctrl {
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
}
.comment-page-ctrl .item-cell {
    display: inline-block;
    width: 30%;
    text-align: center;
    border-radius: 2px;
}
.comment-page-ctrl .prev-btn,
.comment-page-ctrl .next-btn {
    padding: 3px 0;
    color: #00b386;
}
.comment-page-ctrl .prev-btn.un-able,
.comment-page-ctrl .next-btn.un-able {
    color: #333;
}
.comment-sort-btn {
    position: absolute;
    top: 16px;
    right: 3%;
    color: #999;
    font-size: 14px;
}
/*.comment-sort-btn::before {*/
    /*content: '';*/
    /*display: inline-block;*/
    /*vertical-align: text-bottom;*/
    /*width: 22px;*/
    /*height: 24px;*/
    /*background-image: url(../../images/community_app/sort_icon.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: -2px 0px;*/
    /*background-size: 52px 26px;*/
    /*position: relative;*/
    /*top: 2px;*/
    /*margin-right: 8px;*/
/*}*/
.comment-sort-btn.normal-down::before {
    background-position: -28px 0px;
}
.games_comments_list .view-photo-btn {
    color: #00b486;
}
.comment-part-title {
    position: relative;
    padding: 0 3%;
    font-size: 16px;
    background: #fff;
    word-wrap: break-word;
}
.comment-part-title .border-wrap {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
.wactch-img-on-map {
    position: relative;
    padding-left: 22px;
    color: #fff;
}   
.wactch-img-on-map::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../../images/community_app/i_mapimg.png) no-repeat center;
    background-size: 16px;
}
.cmoticon-switch span{
	display: inline-block;
	width: 10%;
	text-align: center;
	padding: 0 4%;
}
.cmoticon-switch span img {
    width: 100%;
}
.cmoticon-switch .gray{
	background: #E4E4E4;
}
/* 评论框进度条 start */
.ajax-status-bar {
    display: none;
    position: relative;
    z-index: 20;
    font-size: 10px;
    text-align: center;
    padding: 5px 0;
    background-color: #fff;
}
.ajax-status-bar.onShow {
    display: block;
}
@-webkit-keyframes ajax-loading {
    0% {
        width: 1%;
    }
    100% {
        width: 100%;
    }
}
@keyframes ajax-loading {
    0% {
        width: 1%;
    }
    100% {
        width: 95%;
    }
}
.ajax-status-bar.onShow .ajax-status-progress {
    -webkit-animation: ajax-loading 1.5s ease-in-out;
    animation: ajax-loading 1.5s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.ajax-status-bar .ajax-status-progress {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    z-index: 0;
    background-color: #13c60e;
}
.ajax-status-bar .ajax-status-text {
    position: relative;
    z-index: 1;
    color: #999;
}
.ajax-status-bar .icon-ok2 {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background: url(../../images/community_app/i_ok2.png) no-repeat center center;
    background-size: 10px;
    margin-top: -2px;
    margin-right: 5px;
}
.ajax-status-bar .ajax-status-success {
    display: none;
}
.ajax-status-bar.onSuccess .ajax-status-ing {
    display: none;
}
.ajax-status-bar.onSuccess .ajax-status-progress {
    width: 100% !important;
    animation: none;
}
.ajax-status-bar.onSuccess .ajax-status-success {
    display: block;
    color: #fff;
}
.open-in-wx{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 1000;
    left: 0;
    top: 0;
}
.open-in-wx img{
    margin: 0 10%;
    width: 80%;
}
/* 评论框进度条 end */
.fixedTopWx {
    background: #fff;
    width: 100%;
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #f4f4f4;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    font-size: 14px;
    color: #333;
    display: block;
    position: fixed!important;
    z-index: 999;

    /*2023-02-10 轨迹页面伪手机端样式异常修复,样式兼容时优先使用下述代码*/
    /*max-width: 640px;*/
    position: sticky!important;
    top: 0;

}