@charset "UTF-8";
a:link,
a:visited {
  /* color: #000; */
}

#pinglun {
  width: 620px;
  padding: 10px 0 0;
  border: none !important;
}

#pinglun.news_comment {
  padding-bottom: 40px;
  margin-bottom: 12px;
}

#pinglun.news_comment1 {
  padding-bottom: 40px;
  margin-bottom: 12px;
}

.dl_title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}

.dl_title .title_left h4 {
  line-height: 40px !important;
  background-color: #fff;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #353B42;
}

/* 评论数量及参与人数统计 */
.comment_data {
  float: left;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666666;
  height: 40px;
  line-height: 40px;
  font-style: normal;
  margin-left: 14px;
}

#join_comment_num,
#join_login {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ef5252;
  line-height: 22px;
  font-weight: normal;
  font-style: normal;
}

.comment_data a:link,
.comment_data a:hover {
  color: #333;
}

.comment_data a:visited {
  text-decoration: underline;
}

/* 评论-登录 注册||用户名 退出 */
.comment_head_right {
  float: right;
  font-size: 14px;
  color: #828282;
}

.chl_login_reg .chl_link {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #BF0008;
}

.chl_login_reg .chl_link :hover {
  opacity: 0.5;
}

.chl_username {
  font-weight: bold;
}

.chl_exit:link,
.chl_exit:visited {
  color: #828282;
}

.chl_exit:hover {
  color: #ff0000;
  text-decoration: underline;
}

/* 登录弹出框 */
.fixed_position {
  position: fixed;
  _position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2000;
  display: none;
}

.comment_login_pop {
  width: 438px;
  height: 308px;
  border: 1px solid #c9c9c9;
  background-color: #fff;
  margin: -155px 0 0 -220px;
  line-height: normal;
  font-size: 12px;
  -webkit-box-shadow: 0 0 40px 0px #cecece;
          box-shadow: 0 0 40px 0px #cecece;
}

.comment_login_pop .login-con-right {
  float: none;
  width: auto;
  margin: 0 0 0 25px;
}

.clp_close {
  width: 30px;
  height: 30px;
  background: url(http://images.ofweek.com/images/comment/clp_close.gif) center top no-repeat #d1d1d1;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.clp_close:hover {
  background-position: center bottom;
}

/* 验证码弹出窗 */
.comment_code_pop {
  width: 348px;
  height: 168px;
  margin: -85px 0 0 -175px;
  border: 1px solid #c9c9c9;
  background-color: #fff;
  font-size: 12px;
  -webkit-box-shadow: 0 0 40px 0px #cecece;
          box-shadow: 0 0 40px 0px #cecece;
  display: none;
  z-index: 999999;
}

.ccp_title {
  height: 36px;
  padding: 0 0 0 10px;
  line-height: 36px;
  font-size: 14px;
  color: #333;
}

.ccp_list {
  padding-left: 20px;
}

.ccp_list li {
  height: 24px;
  line-height: 24px;
}

.ccp_l01 {
  color: #cc0000;
}

.ccp_l01,
.ccp_l03 {
  padding-left: 70px;
}

li.ccp_l02 {
  height: 22px;
  margin-top: 15px;
}

.ccp_l02 label {
  float: left;
  width: 70px;
  font-size: 14px;
  line-height: 22px;
  text-indent: 5px;
}

.ccp_l02 input {
  width: 98px;
  height: 22px;
  padding: 0 5px;
  border: 1px solid #abadb3;
  outline: none;
}

.ccp_l03 input {
  width: 96px;
  height: 21px;
  border: 1px solid #707070;
  outline: none;
  cursor: pointer;
  margin-top: 25px;
}

.ccp_l04 {
  color: #238E23;
}

/* 评论输入域 */
.pinglun_con {
  border: 0 !important;
  font-size: 0;
  position: relative;
  z-index: 9;
}

.pinglun_con .txtarea {
  line-height: 20px;
  border: 1px solid #ccc !important;
}

.txtarea_tips {
  font-size: 12px;
  position: absolute;
  left: 12px;
  top: 11px;
  color: #ccc;
}

.comment_foot {
  height: 28px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 28px;
}

.comment_btn_left {
  float: left;
}

.comment_tips {
  padding-left: 20px;
  line-height: 28px;
  color: #ffffff;
  display: none;
}

.comment_submit {
  float: right;
  width: 95px;
  height: 28px;
  padding: 0;
  color: #fff;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  border: 0;
  cursor: pointer;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  background: #BF0008;
  border-radius: 2px;
}
.comment_submit:hover{
	opacity:0.8;
}

.comment_ok {
  background-color: #fdf4e9 !important;
}

.comment_ok .comment_tips {
  color: #ff0000;
  display: block;
}

/* 评论显示 */
.comment_show {
  width: 100%;
  margin-top: 20px;
}

.comment_classify_btn {
  width: 100%;
  height: 34px;
  line-height: 33px;
  border-bottom: 1px solid #ddd;
}

.comment_classify_btn li {
  float: left;
  margin-right: 1.2em;
  font-family: microsoft yahei;
  font-size: 14px;
}

.comment_classify_btn a {
  display: block;
  height: 33px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #878787;
  line-height: 33px;
}

.comment_classify_btn a:hover {
  text-decoration: none;
}

.comment_classify_btn a.current {
  border-bottom: 2px solid #3A5161;
  position: relative;
  color: #353B42;
  /* z-index: 999999; */
}

/* 对新闻评论 */
.comment_show_content {
  width: 100%;
  overflow: hidden;
  display: none;
}

.comment_sc {
  width: 100%;
  margin-top: -1px;
  border-top: 1px dashed #e7e7e7;
  position: relative;
}

.user_head_photo {
  padding-top: 15px;
  position: absolute;
  left: 0;
  top: 0;
}

.uhp_photo {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
}

.comment_sc_hd {
  width: auto;
  padding-top: 25px;
  margin-left: 50px;
  font-size: 12px;
}

.comment_user_name {
  float: left;
}

.comment_user_name .comment_un {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #353B42;
}

.comment_un:link,
.comment_un:visited {
  margin-right: 10px;
  color: #000;
}

.comment_un_add:link,
.comment_un_add:visited {
  color: #999;
}

.comment_time {
  float: right;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #878787;
}

.comment_txt {
  clear: both;
  width: auto;
  padding: 0 0 0 0;
  margin-left: 50px;
  font-size: 14px;
  line-height: 24px;
  color: #555;
}

.comment_txt_floor {
  position: relative;
}

.comment_txt p {
  line-height: 24px;
}

.comment_txt_p {
  /* padding-top: 20px;
  height: 91px;
  width: 62px; */
  margin: 0 auto;
  /* margin-top: 20px; */
}

.comment_txt_p img {
  display: block;
  margin: 30px auto 18px auto;
}

.comment_txt_p .no-comment {
  line-height: 20px;
  height: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #B4B4B4;
  text-align: center;
}

.comment_txt_add {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px dashed #ccc;
}

.comment_show_btn:link,
.comment_show_btn:visited {
  color: #379be9;
  white-space: nowrap;
}

.comment_show_btn:hover {
  color: #06c;
  text-decoration: underline;
}

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

.have_comment_floor {
  padding: 5px 8px 5px 8px;
  margin-top: 20px;
  border: 1px solid #ccc;
  /* background-color: #f5f5f5; */
}

.comment_floor_number {
  float: right;
  text-align: right;
  color: #555;
  white-space: nowrap;
}

.floor_reply_new {
  padding: 12px 51px 0 0px;
  line-height: 24px;
}

.floor_reply_new .frn_p {
  display: inline;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #878787;
}

.ctf_msg {
  padding-bottom: 3px;
  font-size: 12px;
}

/* 对楼层回复 */
.reply_to_floor {
  width: 593px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  position: relative;
  display: none;
  float: right;
}

.rtf_textarea textarea {
  display: block;
  width: 573px !important;
  height: 60px;
  padding: 5px 10px;
  line-height: 20px;
  resize: none;
  outline: none;
}

.rtf_btn {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  border-top: 1px solid #c9c9c9;
}

.rtf_btn .chl_login_reg,
.rtf_btn .chl_logging {
  float: left;
  padding-left: 10px;
}

.rtf_btn_box {
  float: right;
  padding: 5px 10px 0 0;
  line-height: normal;
}

.rtf_bb_btn {
  width: 75px;
  height: 24px;
  padding: 0;
  margin-top: 0px;
  border: 0;
  border-radius: 2px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #379be9;
  cursor: pointer;
}

.rtf_bb_btn:hover {
  background-color: #0099ff;
}

.rtf_arrows {
  width: 31px;
  height: 10px;
  position: absolute;
  right: 0;
  top: -10px;
  background: url(http://images.ofweek.com/images/comment/rtf_arrows.jpg) center no-repeat;
}

/* 评论点赞、回复按钮 */
.comment_sc_fd {
  width: auto;
  height: 40px;
  margin-left: 50px;
  line-height: 40px;
}

.comment_reply_btn,
.comment_praise_btn {
  float: right;
  cursor: pointer;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #A5B6C2;
}

.comment_reply_btn {
  padding-left: 20px;
  background: url(http://images.ofweek.com/images/comment/comment_reply_btn.gif) left top no-repeat;
}

.comment_praise_btn {
  float: right;
  display: inline;
  padding-left: 20px;
  margin-right: 15px;
  background: url(http://images.ofweek.com/images/comment/comment_praise_btn.gif) left bottom no-repeat;
}

.comment_reply_btn:hover,
.comment_praise_btn:hover {
  color: #cc0000;
  text-decoration: underline;
  background-position: left bottom;
}

.cpt_once {
  background-position: left top !important;
  cursor: text;
}

.cpt_once:hover {
  color: #999;
  text-decoration: none;
}

/* 点击查看更多评论 */
.show_more_comment {
  width: 100%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: #f5f5f5;
}

.smc_txt {
  padding-right: 16px;
  font-family: microsoft yahei;
  font-size: 18px;
  color: #a5a5a5;
  background: url(http://images.ofweek.com/images/comment/smc_txt.gif) right center no-repeat;
}

.show_more_comment a:link,
.show_more_comment a:visited {
  display: block;
  color: #a5a5a5;
}

.show_more_comment a:hover {
  text-decoration: underline;
}

.sousuo-kuang {
  border: 0;
}

.likeNum {
  font-style: normal;
}

.mask {
  position: absolute;
  top: 0px;
  filter: alpha(opacity=60);
  background-color: #777;
  z-index: 1002;
  left: 0px;
  opacity: 0.5;
  -moz-opacity: 0.5;
}

.pinglun_con {
  border: solid 1px #ccc;
}

.pinglun_con .txtarea {
  border: none;
  width: 600px;
  height: 100px;
  min-height: 100px;
  max-height: 100px;
  min-width: 600px;
  max-width: 600px;
  color: #666;
  padding: 10px;
  font-size: 12px;
  border-bottom: solid 1px #ccc;
  outline: none;
  background: #FFFFFF;
  border: 3px solid #EAEAEA;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.login-head {
  width: 800px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
  padding: 33px 0 19px;
  position: relative;
  border-bottom: 3px solid #c30000;
}

.login-logo {
  float: left;
}

.login-denglu {
  position: absolute;
  line-height: 30px;
  right: 0;
  bottom: 0;
}

.login-con {
  width: 800px;
  margin: 13px auto 140px;
  overflow: hidden;
  *zoom: 1;
}

.login-con-left {
  float: left;
  width: 300px;
  margin-left: 20px;
  border-right: 1px dashed #ccc;
}

.login-con-left .zhuce {
  color: #666;
  padding: 33px 0 22px;
  font-family: "微软雅黑";
}

.login-con-left .zhuce font {
  font-size: 17px;
  margin-right: 24px;
  font-weight: bold;
}

.login-con-left ul li {
  line-height: 28px;
  background: url(../images/login/dian.gif) no-repeat 0 12px;
  color: #666;
  padding-left: 15px;
  font-family: "微软雅黑";
}

.login-con-left .btn {
  margin: 10px 0 37px;
}

.login-con-right {
  color: #666;
  float: left;
  width: 405px;
  margin-left: 50px;
}

.login-con-right .denglu {
  color: #666;
  padding: 17px 0 30px;
  font-family: "微软雅黑";
}

.login-con-right .denglu font {
  font-size: 18px;
  font-weight: bold;
  margin-right: 16px;
}

.login-con-right ul li {
  position: relative;
}

input.user {
  width: 295px;
  padding-left: 5px;
  height: 23px;
  line-height: 23px;
  border: 1px solid #d8d8d8;
  margin: 10px 0 20px;
}

input.zidong {
  position: absolute;
  top: 0;
  *top: -5px;
  left: 0;
}

span.wjmm {
  display: block;
  position: absolute;
  left: 312px;
  top: 11px;
}

span.wjmm a {
  color: #000;
}

img.btn {
  margin-bottom: 29px;
}

li.other-login {
  margin-top: 15px;
  height: 16px;
  line-height: 16px;
}

span.qq-lg {
  position: absolute;
  left: 96px;
  top: 0;
  display: block;
  padding-left: 20px;
  background: url("https://images.ofweek.com/ofweek/images/login/tubiao-qq.gif") no-repeat;
}

span.weixin-lg {
  background: url("https://images.ofweek.com/ofweek/images/login/weixin_logo.png") 0 0 no-repeat;
  display: block;
  left: 145px;
  padding-left: 20px;
  position: absolute;
  top: 0;
}

span.sina-lg {
  background: url("https://images.ofweek.com/ofweek/images/login/tubiao-sina.gif") 0 0 no-repeat;
  display: block;
  left: 200px;
  padding-left: 20px;
  position: absolute;
  top: 0;
}

span.baidu-lg {
  background: url("../images/login/tubiao-baidu.jpg") no-repeat scroll 0 0;
  display: block;
  left: 280px;
  padding-left: 20px;
  position: absolute;
  top: 0;
}

.zhushi {
  position: absolute;
  right: -20px;
  top: 16px;
  color: #ff0000;
  width: 85px;
  overflow: hidden;
}

.comment_head_right .chl_logging .chl_username {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #202329;
}
/*# sourceMappingURL=comment.css.map */