@charset "utf-8";
.comment-group {
  /* margin-top: 20px; */
}
.comment-group .btn-primary {
  background-color: #398fd1;
  border-color: #398fd1;
  padding: 4px 30px;
  height: 28px;
}
.comment-group .btn-primary:hover {
  background-color: #2d82c3;
  border-color: #2d82c3;
}
.comment-group .btn-detail {
  padding-top: 4px;
  padding-bottom: 4px;
}
.comment-group .comment-total {
  color: #333333;
  font-size: 18px;
  line-height: 48px;
  font-weight: bold;
  border-bottom: 1px solid #dddddd;
}
.comment-group .comment-list {
  margin-top: -17px;
}
.comment-group .comment-item {
  border-bottom: 1px solid #e8edf1;
  padding: 17px 0;
  position: relative;
  min-height: 66px;
}
.comment-group .comment-item:after {
  clear: both;
  content: "";
  display: table;
  visibility: hidden;
  height: 0;
}
.comment-group .comment-item:last-child {
  border-bottom: 0;
}
.comment-group .whitehat-head-photo {
  width: 32px;
  height: 32px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  left: 0;
  z-index: 1;
}
.comment-group .whitehat-head-photo img {
  height: 100%;
  width: 100%;
  display: inline-block;
}
.comment-group .comment-control {
  border-left: 42px solid transparent;
  display: inline-block;
  position: relative;
  padding: 0;
}
.comment-group .comment-control > i {
  clear: both;
  content: "";
  border-bottom: 1px solid #dce1e8;
  border-left: 1px solid #e1e8ed;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
   transform: rotate(45deg);
  width: 13px;
  height: 13px;
  position: absolute;
  top: 12px;
  left: -6px;
  display: none;
}
.comment-group .not-login p {
  height: 32px;
  max-width: 100%;
  display: block;
  padding: 0;
  font-size: 12px;
  line-height: 33px;
  color: #838383;
  background-color: #f8f8f8;
  border: 1px solid #dce1e8;
  /* .border-radius(4px);.box-shadow(inset 0 1px 1px rgba(0,0,0,.075)); */
  -webkit-transition: border-color ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s;
  -ms-transition: border-color ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s;
   transition: border-color ease-in-out 0.15s;
  -webkit-transition: box-shadow ease-in-out 0.15s;
  -moz-transition: box-shadow ease-in-out 0.15s;
  -ms-transition: box-shadow ease-in-out 0.15s;
  -o-transition: box-shadow ease-in-out 0.15s;
   transition: box-shadow ease-in-out 0.15s;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 7px;
}
.comment-group .not-login p .btn {
  margin: 0 5px;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .comment-group .not-login p {
    width: 100%;
  }
}
.comment-group .not-login > i {
  background-color: #e5e9ef;
}
.comment-group .comment-tips {
  line-height: 30px;
  color: #999;
  float: left;
}
.comment-group .textarea-control {
  height: 32px;
  width: 100%;
  max-width: 100%;
  resize: none;
  display: block;
  padding: 6px 6px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
  border: 1px solid #dce1e8;
  /* .border-radius(4px); */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s;
  -ms-transition: border-color ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s;
   transition: border-color ease-in-out 0.15s;
  -webkit-transition: box-shadow ease-in-out 0.15s;
  -moz-transition: box-shadow ease-in-out 0.15s;
  -ms-transition: box-shadow ease-in-out 0.15s;
  -o-transition: box-shadow ease-in-out 0.15s;
   transition: box-shadow ease-in-out 0.15s;
  box-sizing: border-box;
  margin: 0 0 5px;
}
.comment-group .textarea-control:focus {
  border-color: #ddd;
  outline: 0;
}
@media screen and (max-width: 767px) {
  .comment-group .textarea-control {
    width: 100%;
  }
}
.comment-group .input-control {
  display: block;
  height: 34px;
  padding: 0 10px;
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
  border: 1px solid #dce1e8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s;
  -ms-transition: border-color ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s;
   transition: border-color ease-in-out 0.15s;
  -webkit-transition: box-shadow ease-in-out 0.15s;
  -moz-transition: box-shadow ease-in-out 0.15s;
  -ms-transition: box-shadow ease-in-out 0.15s;
  -o-transition: box-shadow ease-in-out 0.15s;
   transition: box-shadow ease-in-out 0.15s;
  box-sizing: border-box;
}
.comment-group .input-control:hover {
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-color: #b3b3b3;
}
.comment-group .input-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  -ms-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  -o-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}
.comment-group .comment-btn {
  float: right;
}
.comment-group .comment-btn .btn-default {
  border: 1px solid transparent;
  color: #999;
  margin-right: 5px;
  background-color: #f8f8f8;
}
.comment-group .comment-btn .btn-default:hover {
  border: 1px solid #cccccc;
}
.comment-group .comment-content {
  display: block;
  border-left-width: 42px;
}
.comment-group .comment-content p {
  color: #333;
  font-size: 12px;
  line-height: 16px;
  word-break: break-all;
}
.comment-group .comment-content i {
  display: inline-block;
  cursor: inherit;
  top: 6px;
}
.comment-group .comment-content .loading-comment {
  top: 0;
}
.comment-group .comment-msg {
  line-height: 16px;
  margin-bottom: 2px;
}
.comment-group .comment-msg .user-name {
  margin-right: 5px;
  margin-left: 5px;
}
.comment-group .comment-msg .user-name:nth-child(1) {
  margin-left: 0;
}
.comment-group .comment-msg:after {
  clear: both;
  content: "";
  display: table;
  visibility: hidden;
  height: 0;
}
.comment-group .comment-msg span:first-child {
  border-left: 0;
}
.comment-group .user-name {
  text-decoration: none;
  margin-right: 21px;
  font-size: 12px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .comment-group .user-name {
    width: 100%;
  }
}
.comment-group .time {
  display: inline-block;
  color: #aaa;
}
.comment-group .reply,
.comment-group .flag {
  margin-left: 7px;
  cursor: pointer;
  position: relative;
  border-left: 1px solid #a0a0a0;
  padding-left: 7px;
  color: #a0a0a0;
  line-height: 12px;
  height: 12px;
  display: inline-block;
}
.comment-group .reply i,
.comment-group .flag i {
  color: #ccc;
  margin-right: 5px;
}
.comment-group .reply:hover,
.comment-group .flag:hover {
  color: #398fd1;
}
.comment-group .flag-list {
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 175px;
  height: 197px;
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 22px;
  z-index: 100;
  -webkit-box-shadow: 0 0 8px #f3f3f3;
  -moz-box-shadow: 0 0 8px #f3f3f3;
  -ms-box-shadow: 0 0 8px #f3f3f3;
  -o-box-shadow: 0 0 8px #f3f3f3;
  box-shadow: 0 0 8px #f3f3f3;
}
.comment-group .flag-list li {
  height: 39px;
  border-bottom: 1px solid #ededed;
  color: #999;
  line-height: 38px;
  width: 100%;
  padding-left: 15px;
  background-color: #fff;
}
.comment-group .flag-list li:last-child {
  border-bottom: 0;
}
.comment-group .flag-list li:hover {
  background-color: #e6e6e6;
}
@media screen and (max-width: 991px) {
  .comment-group .flag-list {
    left: -133px;
  }
}
.comment-group .del {
  margin-left: 7px;
  cursor: pointer;
  font-size: 12px;
  border-left: 1px solid #a0a0a0;
  padding-left: 7px;
  color: #a0a0a0;
  line-height: 12px;
  height: 12px;
  display: inline-block;
}
.comment-group .del i {
  margin-right: 5px;
  color: #ccc;
}
.comment-group .del:hover {
  color: #398fd1;
}
.comment-group .like {
  cursor: pointer;
  font-size: 12px;
  color: #a0a0a0;
  line-height: 12px;
  height: 12px;
  display: inline-block;
}
.comment-group .like.on,.comment-group .like:hover {
  color: #398fd1;
}
.comment-group .like text {
  margin-left: 5px;
}
.comment-group .comNum {
  margin-left: 7px;
  border-left: 1px solid #a0a0a0;
  padding-left: 7px;
  font-size: 12px;
  color: #a0a0a0;
  line-height: 12px;
  height: 12px;
  display: inline-block;
}
.comment-group .comNum text {
  margin-left: 5px;
}
.comment-group .reply-comment {
  /* margin-left: -15px; */
  position: relative;
  background-color: #f8f8f8;
  padding: 0 10px;
  overflow: hidden;
}
.comment-group .reply-comment .whitehat-head-photo {
  top: 15px;
}
.comment-group .reply-comment .comment-input {
  border-left-width: 0;
  max-width: 100%;
  padding: 15px 0;
  border-top: 1px solid #efefef;
  margin-top: -1px;
}
.comment-group .reply-comment:after {
  clear: both;
  content: "";
  display: table;
  visibility: hidden;
  height: 0;
}
.comment-group .reply-history {
  background-color: #f8f8f8;
  /* margin-right: -15px; */
  padding: 0 10px;
}
.comment-group .reply-history .comment-page {
  /* margin-left: 30px; */
  border-bottom: 1px solid #efefef;
}
.comment-group .reply-history .history-item {
  padding: 9px 0;
  border-bottom: 1px solid #efefef;
  position: relative;
}
.comment-group .reply-history .history-item:first-child {
  margin-top: 15px;
}
.comment-group .reply-history .history-item:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .comment-group .reply-history .whitehat-head-photo {
    display: none;
  }
  .comment-group .reply-history .comment-content {
    border-left-width: 0;
  }
}
.comment-group .reply-history .comment-msg,
.comment-group .reply-history .comment-msg + p {
  cursor: default;
}
.comment-group .comment-page {
  padding: 15px 15px 0;
}
.comment-group .comment-page li {
  float: left;
  text-align: center;
  width: 30px;
  height: 19px;
  margin: 0 8px 10px 0;
  cursor: pointer;
  line-height: 19px;
}
.comment-group .comment-page li.on,
.comment-group .comment-page li:hover {
  background-color: #226dd4;
  color: #fff;
}
.comment-group .comment-page li:last-child {
  margin-right: 0;
}
.comment-group .comment-page:after {
  clear: both;
  content: "";
  display: table;
  visibility: hidden;
  height: 0;
}
.comment-group .address {
  margin-right: 5px;
  color: #999;
}
.comment-group .address strong {
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
   text-overflow: ellipsis;
  max-width: 130px;
  font-weight: initial;
  display: table-cell;
}
.pop-temporary .popchoice-success {
  padding-left: 30px;
  position: relative;
}
.pop-temporary .popchoice-success span {
  height: 42px;
  left: 0;
  margin: auto;
  position: absolute;
  margin-top: 6px;
}
.verificationCode {
  float: left;
}
.verificationCode input.input-control {
  height: 30px;
  width: 106px;
  float: left;
  margin-bottom: 5px;
  margin-right: 15px;
}
.verificationCode img {
  height: 100%;
}
.verificationCode .fl {
  cursor: pointer;
  height: 30px;
  /* min-width: 106px; */
  text-align: center;
  margin-bottom: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
   user-select: none;
}
.loading-comment {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 1.4em;
  height: 1.4em;
  display: inline-block;
  position: relative;
  border-top: 0.3em solid rgba(255, 255, 255, 0.2);
  border-right: 0.3em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.3em solid rgba(255, 255, 255, 0.2);
  border-left: 0.3em solid #ffffff;
  -webkit-animation: loading-comment 1.1s infinite linear;
  -moz-animation: loading-comment 1.1s infinite linear;
  -ms-animation: loading-comment 1.1s infinite linear;
  -o-animation: loading-comment 1.1s infinite linear;
   animation: loading-comment 1.1s infinite linear;
  animation: loading-comment 1.1s infinite linear;
}
.emoticon-btn {
  float: left;
}
.emoticon-btn li {
  float: left;
  cursor: pointer;
  margin: 0 5px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  font-size: 24px;
  color: #999;
  overflow: hidden;
  line-height: 28px;
  height: 28px;
}
.emoticon-btn li.on,
.emoticon-btn li:hover {
  color: #398fd1;
}
.emoticon-head {
  background-color: #e4e4e4;
  position: relative;
}
.emoticon-head span {
  font-size: 12px;
  line-height: 24px;
  color: #333;
  text-align: center;
  display: block;
}
.emoticon-head button {
  color: #8a8f93;
  position: absolute;
  font-size: 12px;
  line-height: 24px;
  top: 0;
  padding: 0 5px;
}
.emoticon-head button:hover {
  color: #333;
}
.emoticon-left {
  left: 0;
}
.emoticon-right {
  right: 0;
}
.emoticon-images {
  position: absolute;
  display: none;
  z-index: 999;
  max-width: 555px;
}
.emoticon-images .emoticon {
  background-color: #fefefe;
  border: 1px solid #dddddd;
}
.emoticon {
  padding: 9px 8px 8px 9px;
}
.emoticon ul {
  display: none;
}
.emoticon ul:after {
  clear: both;
  content: "";
  display: table;
  visibility: hidden;
  height: 0;
}
.emoticon li {
  float: left;
  cursor: pointer;
  border: 1px solid #d3e4f0;
  background-color: #f6fbfe;
  text-align: center;
  padding: 4px;
  margin-left: -1px;
  margin-top: -1px;
  position: relative;
  z-index: 1;
}
.emoticon li:hover {
  border: 1px solid #4ca0d9;
  z-index: 2;
}
.emoticon li:hover i,
.emoticon li:hover span {
  top: -1px;
}
.emoticon i,
.emoticon span {
  float: left;
}
.emoticon:after {
  clear: both;
  content: "";
  display: table;
  visibility: hidden;
  height: 0;
}
.BKEmoji {
  background-repeat: no-repeat;
  width: 18px!important;
  height: 18px!important;
  background-size: auto 100%;
  display: inline-block;
  -webkit-transition: top 0.2s;
  -moz-transition: top 0.2s;
  -ms-transition: top 0.2s;
  -o-transition: top 0.2s;
   transition: top 0.2s;
  position: relative;
  color: transparent;
  text-align: center;
}
#g_1 {
  background-image: url(/img/emoticon/pz.png);
}
#g_2 {
  background-image: url(/img/emoticon/fd.png);
}
#g_3 {
  background-image: url(/img/emoticon/fn.png);
}
#g_4 {
  background-image: url(/img/emoticon/hh.png);
}
#g_5 {
  background-image: url(/img/emoticon/hx.png);
}
#g_6 {
  background-image: url(/img/emoticon/jd.png);
}
#g_7 {
  background-image: url(/img/emoticon/jy.png);
}
#g_8 {
  background-image: url(/img/emoticon/dk.png);
}
#g_9 {
  background-image: url(/img/emoticon/s.png);
}
#g_10 {
  background-image: url(/img/emoticon/fendou.png);
}
#g_11 {
  background-image: url(/img/emoticon/dz.png);
}
#g_12 {
  background-image: url(/img/emoticon/gz.png);
}
#g_13 {
  background-image: url(/img/emoticon/yun.png);
}
#g_14 {
  background-image: url(/img/emoticon/dk.png);
}
#g_15 {
  background-image: url(/img/emoticon/ku.png);
}
#g_16 {
  background-image: url(/img/emoticon/sj.png);
}
#g_17 {
  background-image: url(/img/emoticon/kun.png);
}
#g_18 {
  background-image: url(/img/emoticon/qd.png);
}
#g_19 {
  background-image: url(/img/emoticon/db.png);
}
#g_20 {
  background-image: url(/img/emoticon/bs.png);
}
#g_21 {
  background-image: url(/img/emoticon/dl.png);
}
#g_22 {
  background-image: url(/img/emoticon/dn.png);
}
#g_23 {
  background-image: url(/img/emoticon/gg.png);
}
#g_24 {
  background-image: url(/img/emoticon/gs.png);
}
#g_25 {
  background-image: url(/img/emoticon/kb.png);
}
#g_26 {
  background-image: url(/img/emoticon/kx.png);
}
#g_27 {
  background-image: url(/img/emoticon/kz.png);
}
#g_28 {
  background-image: url(/img/emoticon/outu.png);
}
#g_29 {
  background-image: url(/img/emoticon/pj.png);
}
#g_30 {
  background-image: url(/img/emoticon/sa.png);
}
#g_31 {
  background-image: url(/img/emoticon/sk.png);
}
#g_32 {
  background-image: url(/img/emoticon/sq.png);
}
#g_33 {
  background-image: url(/img/emoticon/wd.png);
}
#g_34 {
  background-image: url(/img/emoticon/wy.png);
}
#g_35 {
  background-image: url(/img/emoticon/xk.png);
}
#g_36 {
  background-image: url(/img/emoticon/xy.png);
}
#g_37 {
  background-image: url(/img/emoticon/xe.png);
}
