.abs-hor-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.abs-hor-center-margin {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.abs-ver-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.abs-ver-center-margin {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.abs-all-center {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.page-navone {
  text-align: center;
  font-size: 0;
}
.pager-prev,
.pager-next,
.pager-num,
.page-all-num,
.page-go {
  margin-left: 5px;
  margin-right: 5px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  background-color: #4d93ff;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pager-prev:hover,
.pager-next:hover,
.pager-num:hover,
.page-all-num:hover,
.page-go:hover {
  background-color: #4585e6;
}
.page-all-num:hover {
  background-color: #4d93ff;
}
.select .pager-num {
  border: solid 1px #4d93ff;
  background-color: #fff;
  color: #4d93ff;
}
.page-go-input {
  margin-left: 5px;
  margin-right: 5px;
  height: 24px;
  line-height: 24px;
  color: #4d93ff;
  background-color: #fff;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: solid 1px #4d93ff;
}
.page-go-input:hover {
  color: #4585e6;
  border: solid 1px #4585e6;
}
.page-go-input:focus {
  outline: none;
  border: solid 1px #4d93ff;
  -webkit-box-shadow: 0 0 4px 0 #4d93ff;
  -moz-box-shadow: 0 0 4px 0 #4d93ff;
  box-shadow: 0 0 4px 0 #4d93ff;
}
/** 移动端 pad*/
@media screen and (max-width: 768px) {
  .page-number,
  .select,
  .page-all-num,
  .page-go-input,
  .page-go {
    display: none;
  }
  .pager-prev,
  .pager-next {
    height: 36px;
    line-height: 36px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
html {
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
html.mobile-menu-out {
  position: relative;
  overflow: hidden;
}
* {
  font-family: 'Source Sans Pro', 'Lucida Grande', sans-serif;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
table {
  border-spacing: 0;
}
table,
tr,
td {
  padding: 0;
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
textarea,
button {
  outline: none;
}
.single-line-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clear-float:after {
  display: block;
  content: "";
  clear: both;
}
.pointer-cursor {
  cursor: pointer;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.absolute-lt {
  position: absolute;
  left: 0;
  top: 0;
}
.hover-underline:hover {
  text-decoration: underline;
}
.bookside-uploader-info {
  margin-bottom: 20px;
}
.font-zero {
  font-size: 0;
}
.hide-for-seo {
  display: none !important;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.dbclick-no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vip:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  content: '';
  background-image: url("/files/images/vip.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.text-underline {
  text-decoration: underline;
}
.dis-hide {
  display: none;
}
[class*='trigger'] {
  cursor: pointer;
}
.body-not-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.backtop-trigger {
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #4d93ff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  position: fixed;
  right: 30px;
  bottom: 120px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  line-height: 40px;
  z-index: 3;
}
.backtop-trigger [class*='ifont-'] {
  font-size: 16px;
}
.backtop-trigger:hover {
  color: #4585e6;
}
/*提示框*/
.alert {
  position: fixed;
  width: 100%;
  top: -200px;
  left: 0;
  opacity: 0;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  font-size: 16px;
  text-align: center;
  z-index: 8;
}
.alert-content {
  display: inline-block;
  text-align: left;
}
.alert-title {
  margin-right: 10px;
}
.alert-success {
  color: #fff;
  background-color: #afcc41;
}
.alert-info {
  color: #fff;
  background-color: #5c9bfd;
}
.alert-warning {
  color: #fff;
  background-color: #ddaf1e;
}
.alert-danger {
  color: #fff;
  background-color: #cb4040;
}
.cmt-box {
  position: relative;
  margin-bottom: 20px;
  padding-left: 68px;
  padding-bottom: 10px;
  border-bottom: solid 1px #f3f3f3;
  max-height: 1000px;
}
.cmt-box:last-child {
  border-bottom: none;
}
.cmt-box:last-child .reply-cmt:last-child {
  border-bottom: solid 1px #f3f3f3;
}
.cmt2-box {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.cmt2-box:first-child {
  border-top: solid 1px #f3f3f3;
}
.cmt2-box:last-child {
  margin-bottom: 20px;
}
.cmt1-portrait,
.cmt2-portrait {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #ebeef2;
}
.cmt1-portrait img,
.cmt2-portrait img {
  display: block;
  width: 100%;
  height: 100%;
}
.cmt1-portrait.vip:after,
.cmt2-portrait.vip:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  content: '';
  background-image: url("/files/images/vip.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.cmt1-portrait,
.cmt2-portrait {
  width: 48px;
  height: 48px;
}
.cmt1-name,
.cmt2-name {
  margin-bottom: 5px;
  font-size: 16px;
  color: #4d93ff;
  line-height: 24px;
}
.cmt1-name:hover,
.cmt2-name:hover {
  text-decoration: underline;
  text-decoration: #ff0a0a;
}
.cmt1-stars {
  font-size: 0;
  margin-bottom: 10px;
}
.cmt1-stars [class*="ifont-"] {
  margin-right: 5px;
  font-size: 14px;
  color: #ffcc01;
}
.cmt-content-words {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  color: #697a94;
  white-space: normal;
  word-break: break-word;
}
.cmt-content-words a {
  color: #4d93ff;
}
.cmt-files {
  margin-bottom: 10px;
}
.cmt-file-item {
  max-width: 208px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #f7faff;
}
.cmt-file-item img {
  display: block;
  width: 100%;
}
.cmt-box .doing-bar {
  position: relative;
  top: -5px;
  font-size: 13px;
  color: #9aa6b8;
  line-height: 24px;
}
.cmt1-like,
.cmt1-delete,
.cmt1-reply,
.cmt2-like,
.cmt2-delete,
.cmt2-reply {
  margin-left: 20px;
  display: inline-block;
  vertical-align: top;
}
.cmt1-like.active,
.cmt1-delete.active,
.cmt1-reply.active,
.cmt2-like.active,
.cmt2-delete.active,
.cmt2-reply.active {
  color: #4d93ff;
}
.cmt1-like:hover,
.cmt1-delete:hover,
.cmt1-reply:hover,
.cmt2-like:hover,
.cmt2-delete:hover,
.cmt2-reply:hover {
  color: #4d93ff;
}
.cmt-star-box {
  margin-right: 5px;
  font-size: 16px;
  color: #ffcc01;
}
.star-score-outbox {
  margin-bottom: 15px;
}
.cmt-score-hint {
  margin-right: 5px;
  font-size: 14px;
  color: #4a576b;
}
.cmt-text-box {
  padding: 10px;
  border: solid 1px #ebeef2;
  background-color: #f7faff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.cmt-text-box textarea {
  margin-bottom: 10px;
  padding: 0;
  display: block;
  width: 100%;
  min-height: 66px;
  background-color: transparent;
  font-size: 14px;
  color: #4a576b;
  line-height: 24px;
  border: none;
  outline: none;
}
.cmt1-form .doing-bar [class*="ifont-picture-solid"],
.cmt2-form .doing-bar [class*="ifont-picture-solid"],
.cmt1-form .doing-bar [class*="ifont-emotion"],
.cmt2-form .doing-bar [class*="ifont-emotion"] {
  position: relative;
  padding: 5px;
  font-size: 20px;
}
.cmt1-form .doing-bar input,
.cmt2-form .doing-bar input {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.ifont-picture-solid {
  color: #7bba28;
}
.ifont-emotion {
  color: #f7d300;
}
.cmt1-post,
.cmt2-post {
  padding-left: 10px;
  padding-right: 10px;
  min-width: 100px;
  height: 36px;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  border: none;
  background-color: #4d93ff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.cmt1-post:hover,
.cmt2-post:hover {
  background-color: #4585e6;
}
.cmt1-post.btn-safe,
.cmt2-post.btn-safe {
  background-color: #ebeef2;
}
.cmt1-emoji {
  position: absolute;
  z-index: 1;
  margin-top: 5px;
  padding: 15px;
  display: none;
  width: 257px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.3);
}
.cmt1-emoji.toggle-active {
  display: block;
}
.cmt1-emoji-title {
  position: relative;
  top: -3px;
  margin-bottom: 12px;
  font-size: 14px;
  color: #697a94;
}
.emoji-item {
  padding: 5px;
  display: inline-block;
  width: 22px;
  height: 22px;
  font-size: 17px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.emoji-item:hover {
  background-color: #ebeef2;
}
.cmt1-emoji-close {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px;
  width: 14px;
  height: 14px;
  font-size: 14px;
  color: #697a94;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.cmt1-emoji-close:hover {
  background-color: #ebeef2;
}
.cmt1-emoji-box {
  max-height: 128px;
  overflow: auto;
}
.cmt1-preview-box {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-color: #ebeef2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.cmt1-preview-box img {
  display: block;
  width: 100%;
  height: 100%;
}
.cmt1-preview {
  position: relative;
  display: none;
}
.cmt1-preview:hover .cmt1-del-pic {
  display: block;
}
.cmt1-preview .ifont-photo-delete {
  font-size: 10px;
  color: #4d93ff;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.cmt1-del-pic {
  position: absolute;
  top: -10px;
  left: 54px;
  padding: 5px;
  display: none;
  font-size: 0;
}
.reply-cmt {
  position: relative;
  padding-top: 20px;
  padding-left: 68px;
  padding-bottom: 10px;
  border-top: solid 1px #ebeef2;
}
.cmt2-portrait {
  top: 20px;
}
.cmt2-name-reply {
  color: #697a94;
}
.cmt2-reply-enterbox {
  position: relative;
  padding-left: 74px;
  padding-bottom: 10px;
  margin-top: 20px;
}
.cmt2-reply-enterbox .doing-bar {
  margin-top: 10px;
}
.cmt2-reply-enterbox .adding-attachment {
  position: relative;
  top: 3px;
}
.cmt2-self-portrait {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #ebeef2;
}
.cmt2-self-portrait img {
  display: block;
  width: 100%;
  height: 100%;
}
.cmt2-self-portrait.vip:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  content: '';
  background-image: url("/files/images/vip.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.cmt-cmt1-enterbox {
  position: relative;
  padding-left: 74px;
  margin-top: 20px;
  padding-bottom: 20px;
}
.cmt-cmt1-enterbox .doing-bar {
  margin-top: 5px;
}
.cmt-cmt1-enterbox .adding-attachment {
  position: relative;
  top: 3px;
}
.cmt-enter-self-portrait {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #ebeef2;
}
.cmt-enter-self-portrait img {
  display: block;
  width: 100%;
  height: 100%;
}
.cmt-enter-self-portrait.vip:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  content: '';
  background-image: url("/files/images/vip.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/** 移动端 pad*/
@media screen and (max-width: 768px) {
  .cmt-box {
    padding-left: 30px;
    padding-bottom: 0;
  }
  .cmt1-portrait,
  .cmt2-portrait {
    width: 20px;
    height: 20px;
  }
  .cmt1-name,
  .cmt2-name {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
  }
  .cmt-cmt1-enterbox {
    padding-left: 30px;
  }
  .cmt-enter-self-portrait {
    width: 20px;
    height: 20px;
  }
  .cmt-text-box textarea {
    min-height: 56px;
  }
  .cmt2-box {
    padding-bottom: 0;
  }
  .cmt2-box:last-child {
    margin-bottom: 0;
  }
}
/** 移动端*/
@media screen and (max-width: 1140px) {
  .cmt1-form .doing-bar [class*="ifont-emotion"],
  .cmt2-form .doing-bar [class*="ifont-emotion"] {
    display: none;
  }
}

