@charset "UTF-8";
/*-- 页面辅助文字 --*/
/*-- 页面辅助文字 --*/
/* -- 按钮 -- */
/*-- 文本截取，超出一行行加省略号 --*/
/*-- 文本截取，超出两行加省略号 --*/
/*-- 圆角 --*/
/*-- inline-block --*/
/*-- 透明度 --*/
/*-- 一级下拉菜单样式 --*/
/*-- 导航下拉菜单原始样式 --*/
/*-- 导航下拉菜单hover样式 --*/
/*-- new标记 --*/
/*-- 分隔符 --*/
.louzhonglou{
background: #44515c;
    border-radius: 6px;
    padding: 10px;
    margin-top: 10px;
    padding-bottom: 0px;
    padding-left: 5px;
}
.louzhonglou lzlname{
    color: #cbbe7e;
}
.louzhonglou lzlname:hover {
    color: #fff700;
}
.louzhonglou lzltx{
    float: left;
    display: block;
    margin-right: 10px;
    width: 45px;
}
.louzhonglou lzlnr{
    margin-left: 55px;
    display: block;
}
.louzhonglou .lzlnr{
color: #eaf5ff;
}
.louzhonglou .lzlcz{
    height: 40px;
    line-height: 40px;
    color: #768da3;
}
.louzhonglou .lzlsj{
    float: left;
    padding-left: 55px;
    color: #596b7c;
}

.louzhonglou .lzlhf{
margin-left: 25px;
    display: block;
    text-align: center;
    width: auto;
    float: left;
}



.quote blockquote {
    display: inline;
    margin: 0;
    padding-right: 16px;
    background: none !important;
}
.quote {
    color: #54606c !important;
    font-size: 13px !important;
}
.quote a font{
    color: #54606c !important;
}
.huifusanjiao {
    position: absolute;
    left: 72px;
    border-width: 5px;
    width: 0;
    height: 0;
    border-top: 10px solid #37424c00 !important;
    border-right: 25px solid #34404c;
    border-bottom: 12px solid #37424c00 !important;
    font-size: 0;
    line-height: 0;
    border-radius: 5px;
    margin-top: -5px;
    transform: rotate(27deg);
    -ms-transform: rotate(27deg);
    -moz-transform: rotate(27deg);
    -webkit-transform: rotate(27deg);
    -o-transform: rotate(27deg);
}
.sanjiao_zuanshi {
    border-right: 25px solid #d7c7a2 !important;
}
.sanjiao_zhongshen {
    border-right: 25px solid #2e1804 !important;
}
.huifusanjiao_vip {
    position: absolute;
    left: 72px;
    border-width: 5px;
    width: 0;
    height: 0;
    border-top: 10px solid #37424c00 !important;
    border-right: 25px solid #ffe359;
    border-bottom: 12px solid #37424c00 !important;
    font-size: 0;
    line-height: 0;
    border-radius: 5px;
    margin-top: -5px;
    transform: rotate(27deg);
    -ms-transform: rotate(27deg);
    -moz-transform: rotate(27deg);
    -webkit-transform: rotate(27deg);
    -o-transform: rotate(27deg);
}
.t_f2, .t_f2 td {
font-size: 15px !important;
    background: #34404c;
    padding: 10px 10px 10px 10px;
    border-radius: 6px;
}
.t_f2_zuanshi, .t_f2 td {
font-size: 15px !important;
    background: #d7c7a2 !important;
    padding: 6px 10px 6px 10px;
    border-radius: 6px;
    color: #710000 !important;
    
}
.t_f2_zhongshen, .t_f2 td {
font-size: 15px !important;
    background: #2e1804 !important;
    padding: 6px 10px 6px 10px;
    border-radius: 6px;
    color: #ebccb0 !important;
}
.fpd a:hover {
    background-color: #546271;
    border-radius: 4px;
}
.huifushenhe {
   background: #f00;
    height: auto;
    line-height: 50px;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    margin: 20px 20px 0px 20px;
    text-indent: 20px;
    width: auto;
    font-weight: 600;
}
.article-comments, .article-comments .commentcon li, .article-comments .commentcon li .quote-content-wrap, .editcomment {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

/*-- 按钮通用 --*/
/*-- 卡片透明度 --*/
/*-- 小三角朝下投影效果 --*/
.article-comments {
background: #252e36 !important;
    border-radius: 0 0 4px 4px !important;
    overflow: hidden !important;
    *: ;
    zoom: 1 !important;
    width: 975px !important;
    float: left;
    box-shadow: 0 0px 5px rgb(0 0 0 / 6%) !important;
    border-radius: 15px !important;
 }
  .article-comments:after {
    content: "";
    display: table; }
  .article-comments:after {
    clear: both; }
  .article-comments .allcomment-box {
    padding-top: 30px;
    *zoom: 1;
    position: relative; }
    .article-comments .allcomment-box:after {
      content: "";
      display: table; }
    .article-comments .allcomment-box:after {
      clear: both; }
    .article-comments .allcomment-box:before {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background: #252e36 !important;
      position: absolute;
      left: 0;
      top: 0px; }
    .article-comments .allcomment-box .brilliant {
      width: 24px;
      height: 32px;
      line-height: 28px;
      text-align: center;
      color: #ffffff;
      font-size: 14px;
      background-color: #f4523b;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      position: absolute;
      top: 0;
      right: 40px; }
      .article-comments .allcomment-box .brilliant:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        border-top: none;
        border-right: 12px solid transparent;
        border-bottom: 5px solid #ffffff;
        border-left: 12px solid transparent; }
  .article-comments .btn-current-middle {
    width: 100px; }
  .article-comments .allcomment-empy,
  .article-comments .preview-empty {
    min-height: 230px;
    padding-top: 98px;
    text-align: center;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .article-comments .allcomment-empy {
    margin-top: -30px;
    padding-top: 180px;
    background: #37424c url(../images/qiangsafa.png) no-repeat center 23px !important;
    background-size: 190px auto  !important; }
    .article-comments .allcomment-empy .first-people {
      color: #7c90a5 !important; }
  .article-comments .reply-content-wrap {
    margin-top: 19px;
    padding: 0; }
  .article-comments .commentwrap {
    padding: 0 30px;
    position: relative; }
  .article-comments .commenttxt {
    padding: 0 30px;
    color: #a9bfd6;
    font-size: 14px;
    line-height: 14px;float:left; }
    .daoxu {
  padding: 0 40px;
    height: 32px;
    color: #a9bfd6;
    /* border-top: 1px solid #FFF; */
    /* border-bottom: 1px solid #E2E2E2; */
    /* background: #FFF; */
    line-height: 12px;
    white-space: nowrap;
    overflow: hidden;
    float: right;
}
  .article-comments .commentnum {
    margin-left: 10px;
    font-size: 14px;
    color: #a9bfd6;
    font-weight: normal; }
  .article-comments .commentcon li {
       width: 100%;
    overflow: hidden;
    padding: 10px 0 0px 88px;
    border-bottom: 1px solid #37424c;
    position: relative;
    *: ;
    zoom: 1; }
    .article-comments .commentcon li:after {
      content: "";
      display: table; }
    .article-comments .commentcon li:after {
      clear: both; }
    .article-comments .commentcon li .userimg {
      width: 65px;
      height: 65px;
      position: absolute;
      left: 0;
      top: 15px;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline; }
      .article-comments .commentcon li .userimg img {
        border-radius: 50%;
        width: 100%;
        height: 100%; }
    .article-comments .commentcon li span,
    .article-comments .commentcon li a {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline; }
    .article-comments .commentcon li .hide {
      display: none; }
    .article-comments .commentcon li .timebox {
      line-height: 24px; }


.yonghuzu2 {
    color: #434f5a;
    padding-right: 10px;
    text-align: center;
    float: right;
    font-size: 11px;
}
.yonghuzu2:hover {
    color: #a9bfd6;
}

.article-comments .commentcon li .yonghuzu2 .pipe {
    margin-right: 10px;
    text-align: center;
    padding-left: 10px;
}
.article-comments .commentcon li .timebox yonghuzu {
    margin-right: 10px;
    border-radius: 4px;
    height: 12px;
    line-height: 12px;
    padding: 2px 5px 2px 5px;
    font-size: 12px;
    /* font-weight: 600; */}
.article-comments .commentcon li .timebox yonghuzu_zuanshi {
    margin-right: 10px;
    border-radius: 4px;
    line-height: 12px;
    padding: 2px 5px 2px 5px;
    font-size: 12px;
    background: url(../../ico/vip/zuanshivip_v2.png) no-repeat;
    width: 92px;
    height: 25px;
    display: block;
}
.article-comments .commentcon li .timebox yonghuzu_zhongshen {
    margin-right: 10px;
    border-radius: 4px;
    line-height: 12px;
    padding: 2px 5px 2px 5px;
    font-size: 12px;
    background: url(../../ico/vip/zhongshenvip_v3.png) no-repeat;
    width: 92px;
    height: 25px;
    display: block;
} 
      .article-comments .commentcon li .timebox .zcool-treetop {
        margin-left: -20px; }
    .article-comments .commentcon li .usernick {
         margin-right: 5px;
    color: #a0b1c3;
    font-size: 14px;
}
    .article-comments .commentcon li .usernick:hover {
      color: #fff; }
    .article-comments .commentcon li .issuetimer {
      font-size: 12px; }
    .article-comments .commentcon li .time {
      margin-right: 10px;
      color: #556473;
      float: left; }
    .article-comments .commentcon li .zcoll-app {
      float: left;
      color: #d36f16; }
    .article-comments .commentcon li .commoncon {
      margin-top: 5px;
          
      line-height: 24px;
      *zoom: 1; }
      .article-comments .commentcon li .commoncon:after {
        content: "";
        display: table; }
      .article-comments .commentcon li .commoncon:after {
        clear: both; }
    .article-comments .commentcon li .commontxt {
    color: #d3e8ff;
    font-size: 14px;
    width: 100%;
    float: left;
    word-break: break-word;
    word-break: break-all;
    overflow: hidden;
 }
     .article-comments .commentcon li .commontxt img{
width: auto;
    max-width: 70px;
        vertical-align: middle;
        margin-left: 10px;
 }
    .article-comments .commentcon li .commenticons {
      width: 100%;
      height: 21px;
          margin-top: 0px;
      *zoom: 1; }
      .article-comments .commentcon li .commenticons:after {
        content: "";
        display: table; }
      .article-comments .commentcon li .commenticons:after {
        clear: both; }
    .article-comments .commentcon li .ricons {
      height: 35px;
      *zoom: 1; }
          .article-comments .commentcon li .ricons:hover {
      height: 35px;
      *zoom: 1; }
      .article-comments .commentcon li .ricons:after {
        content: "";
        display: table; }
      .article-comments .commentcon li .ricons:after {
        clear: both; }
      .article-comments .commentcon li .ricons .comment-zan,
      .article-comments .commentcon li .ricons .comment-news,
      .article-comments .commentcon li .ricons .comment-report,
      .article-comments .commentcon li .ricons .gbook-delete {
        height: 16px;
        line-height: 15px;
        background-repeat: no-repeat; }
      .article-comments .commentcon li .ricons .comment-report {
        line-height: 13px;
        padding: 15px 10px 10px 22px;
        background-position: left 10px;
            float: right;
        visibility: hidden; }
      .article-comments .commentcon li .ricons .comment-news {
      width: 56px;
    padding: 10px;
    margin-left: -10px;
    color: #556473;
    background-position: 10px 11px;
    line-height: 16px;
    font-size: 12px;
    background-image: url(../images/svg/pinglunhover.svg?v=1);
    text-indent: 25px;
    background-position: 10px 8px;
          
      }
    
    .article-comments .commentcon li .ricons .comment-news:hover {
       color: #60768c;
    background-color: #303942;
    border-radius: 6px;
    background-image: url(../images/svg/pinglunhover.svg?v=1);
    -webkit-filter: brightness(2.3);
    filter: brightness(1.8);
}
        
      .article-comments .commentcon li .ricons .comment-zan {
      padding: 10px 10px 10px 32px;
    /* margin-left: 15px; */
    font-size: 12px;
    color: #556473;
    background-image: url(../images/svg/pinglundianzanqian.svg);
    background-position: 8px 8px;
    background-size: 18px 18px;
    }
    
    .article-comments .commentcon li .ricons .comment-zan:hover {
    color: #60768c;
    background-color: #303942;
    border-radius: 6px;
    background-image: url(../images/svg/pinglundianzanqian.svg);
    -webkit-filter: brightness(2.3);
    filter: brightness(1.8);
}
    
      .article-comments .commentcon li .ricons .comment-shang {
     padding: 10px 10px 10px 32px;
    /* margin-left: 15px; */
    font-size: 12px;
    color: #556473;
    background-image: url(../images/svg/shang.svg?v=1);
    background-position: 9px 11px;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    }
     .article-comments .commentcon li .ricons .comment-shang:hover {
   color: #60768c;
    background-color: #303942;
    border-radius: 6px;
    background-image: url(../images/svg/shang.svg?v=1);
    -webkit-filter: brightness(2.3);
    filter: brightness(1.8);
}
    
        .article-comments .commentcon li .ricons .comment-zan span {
          float: right; }
            .article-comments .commentcon li .ricons .comment-zan span text {
         background: #f10000;
    /* padding: 5px; */
    border-radius: 80px;
    color: #fff;
    /* padding: 5px; */
    /* min-width: 20px; */
    display: inline-block;
    /* text-indent: 4px; */
    font-size: 12px;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 5px; }
 
      .article-comments .commentcon li .ricons .gbook-delete {
        padding: 10px;
        margin-left: 25px;
        font-size: 12px;
        color: #999999;
        background-image: url(../images/svg/shanchu.svg?v=1);
        background-position: left 8px;
        background-size: 16px auto;
        -webkit-background-size: 16px auto;
        -moz-background-size: 16px auto; }
    .article-comments .commentcon li:hover .comment-report {
      visibility: visible; }
    .article-comments .commentcon li .quote-content-wrap {
      width: 100%;
      height: auto;
      margin-top: 16px;
      margin-bottom: 20px;
      padding: 16px 20px 20px;
      background: #f4f4f4;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      position: relative;
      font-size: 14px; }
      .article-comments .commentcon li .quote-content-wrap i {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        border-top: none;
        border-right: 30px solid transparent;
        border-bottom: 30px solid #f4f4f4;
        border-left: 30px solid transparent;
        position: absolute;
        top: -12px;
        left: 0; }
      .article-comments .commentcon li .quote-content-wrap .usernicks .usernick-box {
        padding-right: 10px;
        display: table-cell;
        vertical-align: top; }
      .article-comments .commentcon li .quote-content-wrap .usernicks .designer-name {
        line-height: 26px;
        color: #444444;
        font-weight: 600; }
        .article-comments .commentcon li .quote-content-wrap .usernicks .designer-name:hover {
          color: #d36f16; }
      .article-comments .commentcon li .quote-content-wrap .userreply {
        line-height: 26px;
        color: #666666;
        word-wrap: break-word;
        word-break: break-all;
        display: block; }
  .article-comments .commentcon li:last-child {
    border-bottom: 0; }
  .article-comments .commentcon li:hover .comment-report {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline; }
  .article-comments .comment-btn-current {
    float: right;
    margin: 0;
    margin-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.comment-module .pinlunt {
  position: relative; }
  .comment-module .pinlunt .commentbig {
    width: 100%;
    display: block; }

.expression-box .commentbtn {
  width: 118px;
  font-size: 14px;
  margin-left: 10px;
  text-align: center;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.editcomment {
  padding: 30px;
  color: #999999;
  font-size: 12px;
  *zoom: 1; }
  .editcomment:after {
    content: "";
    display: table; }
  .editcomment:after {
    clear: both; }
  .editcomment textarea::-webkit-input-placeholder {
    color: #cccccc; }
  .editcomment ::-moz-placeholder {
    color: #cccccc; }
  .editcomment textarea:-ms-input-placeholder {
    color: #cccccc; }

.reply-content-wrap .textarea-style {
  width: 100%;
  display: block; }

.report {
  padding-left: 22px;
  color: #84a7c7;
  font-size: 12px;
  background-image: url(../images/svg/jubaoqian.svg?v=1);
  background-repeat: no-repeat;
  background-size: 16px; }

.report:hover {
  color: #FFF;
  background-image: url(../images/svg/jubaohover.svg?v=1); }

.more-comment {
  line-height: 14px;
    padding: 30px 0;
    border-top: 1px solid #43505d;
    text-align: center;
    background: #37424c; }
  .more-comment a {
    color: #d36f16;
    font-size: 14px; }

.add-gbook,
.add-comment-btn,
.reply-comment-btn {
  float: right;
  margin: 0; }

.gbook-content-list {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; }

@media (max-width: 1440px) {
  .comment-module {
    max-width: 1130px; } }

@media (max-width: 1920px) {
  .comment-module {
    max-width: 975px; } }
