body {
  padding: 0 !important;
}
#comment .fl {
  float: left
}
#comment .fr {
  float: right;
}
#comment .clearfix:after {
  display: block;
  content: '';
  clear: both;
}
#comment .clearfix {
  zoom: 1;
}
#comment .comment_title {
  font-size: 20px;
  color: #333;
  margin: 0 auto 20px;
}
#comment .comment_title span {
  display: inline-block;
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  padding-left: 14px;
  position: relative;
}
#comment .comment_title span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
  height: 15px;
  background: #FB953A;
}
#comment .ev-reviewer {
  max-width: 60px;
  max-height: 60px;
}
#comment .ev-reviewer-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.ev-reviewer-link .icon-v img {
  max-width: 100%;
}
#comment .ev-textarea-wrapper {
  padding-left: 70px;
}
#comment .ev-textarea-border {
  border: 1px solid #F0F3F4;
  border-radius: 2px;
  position: relative;
}
#comment .ev-textarea {
  height: 110px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
  width: 100%;
  border: none;
  resize: none;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  padding: 20px 20px 30px;
}
#comment .ev-textarea-btn {
  height: 38px;
}
#comment .ev-post-button {
  width: 110px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #FB953A;
  color: #fff;
  cursor: pointer;
}
#comment .ev-emote {
  position: relative;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  display: none;
}
#comment .ev-comments-info {
  width: 100%;
  font-size: 13px;
  margin-top: 10px;
  padding: 0;
  line-height: 25px;
  position: relative;
  border-bottom: 1px #EBEBEB solid;
  overflow: hidden;
}
#comment .ev-comments-info-current {
  display: inline-block;
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  padding-left: 14px;
  position: relative;
}
#comment .ev-comments-info-current::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 15px;
  background: #FB953A;
}
#comment .no-comment {
  text-align: center;
  color: #999;
  margin-top: 15px;
}
#comment .ev-comment-p {
  white-space: pre-wrap;
}
#comment .ev-comment-p a.link-tip {
  color: #0051f5;
  margin: 0 2px;
}
#comment .ev-comment-p a.link-tip .img--wrapper {
  display: inline-flex;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin-right: 2px;
  margin-top: -4px;
}
#comment .ev-comment-p a.link-tip .img--wrapper img {
  max-width: 100%;
  vertical-align: top;
}
.ws_alert, .my_alert {
  position: fixed;
  text-align: center;
  color: #fff;
  padding: 30px 50px;
  font-size: 16px;
  top: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* display: none; */
  background: rgba(0, 0, 0, .6);
  border-radius: 8px;
  z-index: 4;
}
/*@作者*/
.ev-comment-p span.author-wrapper {
  color: #FB953A;
}
.ev-textarea-btn .add-author {
  width: 24px;
  line-height: 38px;
  font-size: 16px;
  font-weight: bold;
  color: #0D0D0D;
  text-align: center;
  cursor: pointer;
}
.ev-textarea-btn .add-pic {
  width: 34px;
  height: 38px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ev-textarea-btn .add-pic img {
  height: 11px;
  margin-top: 3px;
}
.ev-textarea-btn .add-pic .add-pic-input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
/*弹窗样式*/
.modal--wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 8;
}
.modal--wrapper .modal-center {
  width: 90%;
  max-width: 460px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  background: #FFFFFF;
  border-radius: 10px 10px 0 0;
}
.modal--wrapper .modal-center.center-sm {
  max-width: 224px;
  height: 240px;
  border-radius: 5px;
}
.modal--wrapper .modal-center.center-normal {
  border-radius: 10px;
}
.modal--wrapper .modal-center.center-form {
  width: 75.466666%;
  max-width: 285px;
  border-radius: 4px;
}
.modal--wrapper .modal-bottom {
  width: 100%;
  max-width: 375px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 9;
  background: #FFFFFF;
  border-radius: 10px 10px 0 0;
}
.modal--wrapper .modal-container {
  width: 100%;
  height: 550px;
  padding: 30px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #0D0D0D;
  line-height: 20px;
}
.modal--wrapper .modal-close {
  display: inline-flex;
  cursor: pointer;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 30px;
  right: 30px;
}
.modal-container .author-input-wrapper {
  position: relative;
  margin-top: 30px;
}
.modal-container .author-input-wrapper label {
  width: 100%;
}
.modal-container .author-input-wrapper input {
  width: 99%;
  height: 60px;
  background: #F8F9FA;
  border-radius: 30px;
  border: none;
  padding: 20px 40px 20px 20px;
}
.modal-container .author-input-wrapper input::-webkit-input-placeholder {
  color: #B6B6B6;
}
.modal-container .author-input-wrapper .img--wrapper {
  width: 22px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.modal-container .author-input-wrapper .img--wrapper img {
  max-width: 100%;
  vertical-align: top;
}
.modal-container .content-title {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #0C0C0C;
  line-height: 22px;
  text-align: center;
  margin-bottom: 20px;
}
.modal-container .author-list {
  margin-top: 12px;
  max-height: 372px;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-container .author-list li.img--wrapper, .modal-container .author-list li.img--wrapper img {
  max-width: 100%;
}
.modal-container .author-list li:not(:first-child) {
  margin: 12px auto;
}
.modal-container .author-list li:first-child .author-li-title {
  margin-bottom: 12px;
}
.modal-container .author-list li:not(:first-child) .author-li-title {
  margin: 12px auto;
}
.modal-container .author--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 95.75%;
  height: 84px;
  background: #F8F9FA;
  padding: 15px 12px;
  border-radius: 10px;
  margin-right: 5px;
  cursor: pointer;
}
.author--wrapper .li_author {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 17px;
  font-weight: 500;
  color: #0d0d0d;
  line-height: 17px;
}
.author--wrapper .li_author .author-info {
  font-size: 17px;
  color: #0d0d0d;
  font-weight: 600;
  line-height: 1.1;
}
.author--wrapper .li_author .author-info .info-name {
  max-width: 28em
}
.author--wrapper .li_author {
  max-width: 86%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.author--wrapper .li_author .author--pic {
  display: inline-block;
  vertical-align: -.18em;
  width: 56px;
  height: 56px;
  border: 1px solid #f7f8f9;
  border-radius: 50%;
  overflow: visible;
  position: relative;
  margin-right: 10px;
  flex-shrink: 0;
}
.author--wrapper .li_author .author--pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  vertical-align: top
}
.author--wrapper .li_author .author--pic img.image-default {
  margin-top: -2px
}
.author--wrapper .li_author .author--pic .author_type {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  vertical-align: -.18em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: -2px
}
.author--wrapper .li_author .author-info .info-wrapper {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.author--wrapper .li_author .author-info .info-wrapper .info-name {
  max-width: 15em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.author--wrapper .li_author .author-info .info-wrapper .isTop {
  font-size: 14px;
  font-weight: 500;
  color: #ff7e28;
  margin-left: 16px;
  margin-top: -1px
}
.author--wrapper .li_author .author-info .info-wrapper .isTop img {
  max-width: 16px;
  margin-right: 5px;
  margin-top: -3px
}
.author--wrapper .li_author .author-info .info_tip {
  font-size: 12px;
  color: #6d6d6d;
  font-weight: 400;
  margin-top: 4px;
  max-width: 20em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.author--wrapper .li-link .img--wrapper {
  width: 16px;
  height: 16px;
}
.author--wrapper .li-link .img--wrapper img {
  max-width: 100%;
  vertical-align: top;
}
@media (max-width: 450px) {
  .author--wrapper .li_author .author-info .info-wrapper .info-name {
    max-width: 10em;
  }
  .author--wrapper .li_author .author-info .info_tip {
    max-width: 12em;
  }
}
