/**************** 导航栏 ****************/
.classify-container {
  position: absolute;
  top: -120px;
  right: 60px;
}
/**************** 问答状态 ****************/
.status-container {
  margin: 40px 0 20px 50px;
}
.status-container_box i {
  display: block;
  width: 100px;
  height: 24px;
  background: url(../img/btn_status.png) no-repeat;
}
.status-container_box .ques-un-solve, .status-container_box .no-ques {
  background-position: 0 -28px;
}
.status-container_box .no-satisfactory-ans {
  background: url(../img/no_satisfactory_ans.png) no-repeat;
}
/**************** 问答状态 ****************/
.operation-container {
  margin: 10px 0;
  text-align: right;
}
.operation-container a {
  cursor: pointer;
  color: #999;
  font-size: 14px;
  margin-left: 10px;
  text-align: center;
}
.operation-container a:hover {
  opacity: 0.8;
}
/**************** 相关推荐 ****************/
.recommend-container {
  margin: 20px 0;
}
.recommend-container_box h4 {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  padding: 0 10px 0 0;
}
.recommend-container_box h4::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e4e4e4;
}
.recommend-container_box .recommend-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px 0;
}
.recommend-container_box .recommend-box_item {
  position: relative;
  display: flex;
  width: calc(50% - 10px);
  font-style: initial;
  line-height: 38px;
}
.recommend-container_box .recommend-box_item a {
  display: flex;
  width: 100%;
  padding: 0 20px;
  font-size: 13px;
}
.recommend-container_box .recommend-box_item a .title {
  position: relative;
  padding-left: 20px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 260px;
}
.recommend-container_box .recommend-box_item a .title:hover {
  font-weight: 500;
  color: red;
}
.recommend-container_box .recommend-box_item a .title::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #000;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.recommend-container_box .recommend-box_item a .views {
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recommend-container_box .recommend-box_item a .views .icon {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 5px;
}
.recommend-container_box .recommend-box_item a .views .view-icon {
  top: 4px;
  background: url(../img/views.png) no-repeat;
  background-size: 100% 100%;
}
.recommend-container_box .recommend-box_item a .views .down-icon {
  top: 4px;
  background: url(../img/download.png) no-repeat;
  background-size: 100% 100%;
}
.recommend-container_box .recommend-box_item a .views span {
  color: #999;
  font-size: 12px;
}
/**************** 最近下载 ****************/
.download-container {
  margin: 20px 0;
}
.download-container_box h4 {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  padding: 0 10px 0 0;
}
.download-container_box h4 .down-nums {
  font-family: '微软雅黑';
  font-weight: 400;
  color: #999999;
  margin-left: 5px;
}
.download-container_box h4::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e4e4e4;
}
.download-container_box .download-box {
  margin: 10px 0;
  overflow: hidden;
}
.download-container_box .download-box_item {
  float: left;
  width: 35px;
  height: 35px;
  margin: 5px;
}
.download-container_box .download-box_item a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
}
.download-container_box .download-box_item a img {
  width: 100%;
  height: 100%;
}
/**************** 评论 ****************/
.comment-container {
  margin-top: 40px;
}
.comment-container_box h4 {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  padding: 0 10px 0 0;
}
.comment-container_box h4::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e4e4e4;
}
.comment-container_box .comment-box_item {
  position: relative;
  padding: 10px 0;
}
.comment-container_box .comment-box_item .comment-basic {
  position: relative;
  display: flex;
  line-height: 32px;
}
.comment-container_box .comment-box_item .comment-basic .avator {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}
.comment-container_box .comment-box_item .comment-basic .avator img {
  display: block;
  width: 100%;
}
.comment-container_box .comment-box_item .comment-basic .authorid-link {
  margin: 0 15px;
}
.comment-container_box .comment-box_item .comment-basic .authorid-link span {
  margin: 0 10px;
  color: #999;
}
.comment-container_box .comment-box_item .comment-basic .authorid-link a {
  font-size: 14px;
  color: #d55555;
}
.comment-container_box .comment-box_item .comment-basic .authorid-link a:hover {
  text-decoration: underline;
}
.comment-container_box .comment-box_item .comment-basic .comment-date {
  font-size: 12px;
  color: #999;
}
.comment-container_box .comment-box_item .comment-basic .comment-level {
  position: absolute;
  display: inline-block;
  right: 0;
  line-height: 26px;
  padding: 0px 10px;
  margin-top: 6px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  color: #999999;
}
.comment-container_box .comment-box_item .comment-basic .first-level,
.comment-container_box .comment-box_item .comment-basic .second-level {
  color: #fff;
}
.comment-container_box .comment-box_item .comment-basic .first-level {
  background-color: #ff6e73;
}
.comment-container_box .comment-box_item .comment-basic .second-level {
  background-color: #ff9933;
}
.comment-container_box .comment-box_item .comment-cont,
.comment-container_box .comment-box_item .comment-handle {
  padding-left: 45px;
}
.comment-container_box .comment-box_item .comment-cont {
  line-height: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.comment-container_box .comment-box_item .comment-cont img {
  width: auto;
  max-width: 100%;
}
.comment-container_box .comment-box_item .best-ques,
.comment-container_box .comment-box_item .best-answer {
  cursor: pointer;
  margin-left: 45px;
  font-size: 13px;
  text-align: center;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 4px;
}
.comment-container_box .comment-box_item .best-ques i,
.comment-container_box .comment-box_item .best-answer i {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.comment-container_box .comment-box_item .best-answer {
  color: #4183c4;
  border: 1px solid #d00;
}
.comment-container_box .comment-box_item .best-answer i {
  background: url(../img/best_answer.png) no-repeat;
  background-size: 100% 100%;
}
.comment-container_box .comment-box_item .best-answer:hover {
  color: #d00;
}
.comment-container_box .comment-box_item .best-ques {
  color: #60bd6c;
  border: 1px solid #60bd6c;
}
.comment-container_box .comment-box_item .best-ques i {
  background: url(../img/best_ques.png) no-repeat;
  background-size: 100% 100%;
}
.comment-container_box .comment-box_item .comment-handle {
  height: 40px;
  line-height: 40px;
}
.comment-container_box .comment-box_item .comment-handle i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.comment-container_box .comment-box_item .comment-handle .upvote-num {
  font-style: normal;
}
.comment-container_box .comment-box_item .comment-handle .btn {
  cursor: pointer;
  margin-right: 30px;
  color: #999;
  font-size: 14px;
}
.comment-container_box .comment-box_item .comment-handle .btn:hover {
  opacity: 0.8;
}
.comment-container_box .comment-box_item .comment-handle .btn-like i {
  background: url(../img/like.png) no-repeat;
  background-size: 100% 100%;
}
.comment-container_box .comment-box_item .comment-handle .btn-like-on {
  color: red;
}
.comment-container_box .comment-box_item .comment-handle .btn-like-on i {
  background: url(../img/like_on.png) no-repeat;
  background-size: 100% 100%;
}
.comment-container_box .comment-box_item .comment-handle .btn-replay {
  cursor: pointer;
}
.comment-container_box .comment-box_item .comment-handle .btn-replay i {
  position: relative;
  top: 3px;
  background: url(../img/replay.png) no-repeat;
  background-size: 100% 100%;
}
.comment-container_box .comment-box_item .comment-handle .btn-report {
  cursor: pointer;
  float: right;
}
.comment-container_box .comment-box_item .second-comment-box {
  background: #FAFAFA;
  margin: 5px 10px 5px 45px;
  padding: 10px 15px;
}
.comment-container_box .comment-box_item .second-comment-box_item {
  position: relative;
  padding: 10px 0 0 0;
}
.comment-container_box .comment-box_item .second-comment-box_item .comment-basic {
  position: relative;
  display: flex;
  line-height: 32px;
}
.comment-container_box .comment-box_item .second-comment-box_item .third-comment-box {
  margin-left: 30px;
  padding-bottom: 10px;
}
.comment-container_box .comment-box_item .second-comment-box_item .third-comment-box_item {
  position: relative;
  padding: 10px 0;
  background: #f1f1f1;
}
.comment-container_box .comment-box_item .second-comment-box_item .third-comment-box_item .comment-cont,
.comment-container_box .comment-box_item .second-comment-box_item .third-comment-box_item .comment-handle {
  padding-left: 15px;
}
.comment-container_box .comment-box_item .second-comment-box_item .third-comment-box_item::after {
  position: absolute;
  content: "";
  height: 1px;
  width: calc(100% - 40px);
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #E4E4E4;
}
.comment-container_box .comment-box_item .second-comment-box_item .third-comment-box_item:last-child::after {
  position: absolute;
  content: "";
  height: 0;
}
.comment-container_box .comment-box_item .second-comment-box_item::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background: #E4E4E4;
}
.comment-container_box .comment-box_item .second-comment-box_item:last-child::after {
  position: absolute;
  content: "";
  height: 0;
}
.comment-container_box .comment-box_item .replay-box {
  margin: 10px 0;
  padding-left: 45px;
  display: flex;
}
.comment-container_box .comment-box_item .replay-box #replayMsg {
  flex: 1;
  margin: 5px 30px 10px 0;
  box-sizing: border-box;
  padding: 8px 15px;
  width: 100%;
  line-height: 20px;
  color: #333;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  background: #fff;
  overflow-y: hidden;
  font-size: 14px;
}
.comment-container_box .comment-box_item .replay-box .replay-submit {
  cursor: pointer;
  width: 90px;
  height: 30px;
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: #d22222;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
}
.comment-container_box .comment-box_item .replay-box .replay-submit:hover {
  opacity: 0.8;
}
.comment-container_box .comment-box_item::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e4e4e4;
}
.comment-container_box .blockcode {
  zoom: 1;
  padding: 20px 35px;
  border: 1px solid #CCC;
  background: #F7F7F7 url(../img/codebg.gif) repeat-y 0 0;
  overflow: hidden;
}
.comment-container_box .blockcode em {
  margin-left: 43px;
  color: #369;
  font-size: 12px;
  cursor: pointer;
}
.comment-container_box .blockcode ol {
  margin: 0 0 0 10px !important;
  padding: 0 !important;
}
.comment-container_box .blockcode ol li {
  padding-left: 10px;
  list-style-type: decimal-leading-zero;
  font-family: Monaco, Consolas, 'Lucida Console', 'Courier New', serif;
  font-size: 12px;
  line-height: 1.8em;
}
.comment-container_box .blockcode ol li:hover {
  background: #FFF;
  color: #369;
}
/**************** 回复 ****************/
.feed-container {
  margin-top: 20px;
  width: 100%;
}
.feed-container .feed-box h4 {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  padding: 0 10px 0 0;
}
.feed-container .feed-box h4 .btn-advanced-mode {
  cursor: pointer;
  color: #878787;
  font-size: 12px;
  font-weight: 400;
}
.feed-container .feed-box h4 .btn-advanced-mode:hover {
  opacity: 0.9;
}
.feed-container .feed-box h4::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e4e4e4;
}
.feed-container .feed-box_form {
  overflow: hidden;
}
.feed-container .feed-box_form textarea {
  box-sizing: border-box;
  padding: 8px 15px;
  width: 100%;
  min-height: 58px;
  max-height: 120px;
  line-height: 20px;
  color: #333;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  background: #fff;
  font-size: 14px;
}
.feed-container .feed-box_form .btn-submit-feed {
  cursor: pointer;
  margin: 20px 0;
  float: right;
  background: #d22222;
  padding: 5px 26px;
  border-radius: 3px;
  font-size: 15px;
  color: #fff;
  font-family: 'Microsoft YaHei';
  border: none;
  outline: none;
}
.feed-container .feed-box_form .btn-submit-feed:hover {
  opacity: 0.8;
}
/**************** 声明 ****************/
.sm-container {
  font-size: 12px;
  margin: 20px 0 100px;
}
/**************** 发帖 ****************/
.post-container_box {
  width: 100%;
  background: #d22222;
  text-align: center;
  padding: 5px 0;
  font-size: 14px;
  border-radius: 3px;
  cursor: pointer;
  opacity: 1;
  display: block;
  margin-top: 13px;
}
.post-container_box a {
  color: #fff;
  display: block;
}
.post-container_box a:hover {
  opacity: 0.8;
}
/**************** 作者信息 ****************/
.author-container {
  margin-top: 30px;
  position: relative;
  padding: 30px;
  color: #444;
  font-size: 12px;
  border: 1px solid #ccc;
}
.author-container_box .author-basic {
  display: flex;
}
.author-container_box .author-basic_avatar {
  margin-right: 20px;
  width: 40px;
  height: 40px;
}
.author-container_box .author-basic_avatar img {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  transition: transform 0.5s ease-in-out;
}
.author-container_box .author-basic_avatar img:hover {
  transform: scale(1.2);
}
.author-container_box .author-basic_info .nickname a {
  font-size: 14px;
  color: #333;
}
.author-container_box .author-basic_info .nickname a:hover {
  font-weight: 500;
}
.author-container_box .author-basic_info .desc {
  color: #868686;
  line-height: 24px;
}
.author-container_box .author-job {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 27px;
}
.author-container_box .author-job .rank-list {
  margin-left: 10px;
}
.author-container_box .author-job .rank-list img {
  width: 19px;
  margin-right: 6px;
}
.author-container_box .author-get {
  display: flex;
  font-size: 12px;
  line-height: 27px;
  border-bottom: 1px solid #E4E4E4;
}
.author-container_box .author-get p {
  margin-right: 20px;
}
.author-container_box .author-get p b {
  color: #d22222;
}
.author-container_box .author-data {
  display: flex;
  margin: 20px 0;
  justify-content: space-between;
}
.author-container_box .author-data_cont {
  flex: 1;
  text-align: center;
}
.author-container_box .author-data_cont .tt {
  line-height: 27px;
}
.author-container_box .author-data_cont strong {
  display: block;
  color: #333;
  font-weight: bold;
  line-height: 27px;
}
.author-container_box .author-handle {
  width: 240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.author-container_box .author-handle_btn {
  cursor: pointer;
  width: 90px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  border-radius: 3px;
}
.author-container_box .author-handle .btn-attention {
  color: #fff;
  background-color: #ff9933;
}
.author-container_box .author-handle .btn-attention:hover {
  background-color: #E88B00;
}
.author-container_box .author-handle .btn-attention-on {
  background-color: #ccc;
  color: #fff;
}
.author-container_box .author-handle .btn-attention-on:hover {
  background-color: #ccc;
  opacity: 0.8;
}
.author-container_box .author-handle .btn-send-msg {
  color: rgba(107, 107, 107);
  border: 1px solid #E4E4E4;
}
.author-container_box .author-handle .btn-send-msg:hover {
  background: #ebebeb;
  opacity: 0.8;
}
/**************** 作者弹窗 ****************/
.user-container {
  position: absolute;
  width: 230px;
  padding: 20px 15px;
  margin-top: 30px;
  padding: 30px;
  color: #444;
  font-size: 12px;
  border: 1px solid #CDCDCD;
  background: #FFF;
  box-shadow: 2px 2px 3px #ccc;
  z-index: 9999;
}
.user-container_box .user-basic {
  display: flex;
}
.user-container_box .user-basic_avatar {
  margin-right: 20px;
  width: 40px;
  height: 40px;
}
.user-container_box .user-basic_avatar img {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  transition: transform 0.5s ease-in-out;
}
.user-container_box .user-basic_avatar img:hover {
  transform: scale(1.2);
}
.user-container_box .user-basic_info .nickname a {
  font-size: 14px;
  color: #333;
}
.user-container_box .user-basic_info .nickname a:hover {
  font-weight: 500;
}
.user-container_box .user-basic_info .desc {
  color: #868686;
  line-height: 24px;
}
.user-container_box .user-job {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 27px;
}
.user-container_box .user-job .rank-list {
  margin-left: 10px;
}
.user-container_box .user-job .rank-list img {
  width: 19px;
  margin-right: 6px;
}
.user-container_box .user-get {
  display: flex;
  font-size: 12px;
  line-height: 27px;
  border-bottom: 1px solid #E4E4E4;
}
.user-container_box .user-get p {
  margin-right: 20px;
}
.user-container_box .user-get p b {
  color: #d22222;
}
.user-container_box .user-data {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
.user-container_box .user-data_cont {
  flex: 1;
  text-align: center;
}
.user-container_box .user-data_cont .tt {
  line-height: 27px;
}
.user-container_box .user-data_cont strong {
  display: block;
  color: #333;
  font-weight: bold;
  line-height: 27px;
}
.user-container_box .user-handle {
  width: 240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-container_box .user-handle_btn {
  cursor: pointer;
  width: 90px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  border-radius: 3px;
}
.user-container_box .user-handle .btn-attention {
  color: #fff;
  background-color: #ff9933;
}
.user-container_box .user-handle .btn-attention:hover {
  background-color: #E88B00;
}
.user-container_box .user-handle .btn-attention-on {
  background-color: #ccc;
  color: #fff;
}
.user-container_box .user-handle .btn-attention-on:hover {
  background-color: #ccc;
  opacity: 0.8;
}
.user-container_box .user-handle .btn-send-msg {
  color: rgba(107, 107, 107);
  border: 1px solid #E4E4E4;
}
.user-container_box .user-handle .btn-send-msg:hover {
  background: #ebebeb;
  opacity: 0.8;
}
/**************** 热门标签 ****************/
.tags-container {
  margin-top: 30px;
  position: relative;
  padding: 30px;
  color: #444;
  font-size: 14px;
  border: 1px solid #ccc;
}
.tags-container_box h4 {
  font-size: 18px;
  border-bottom: 1px solid #e6e6e6;
  line-height: 1;
  padding: 0 0 20px 0;
  margin-bottom: 10px;
}
.tags-container_box h4 a {
  float: right;
  color: #c00;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.tags-container_box .tags-box_item {
  display: inline-block;
  padding: 5px 12px;
  color: #fff;
  margin: 10px 10px 0 0;
  border-radius: 2px;
}
.tags-container_box .tags-box_item:hover {
  opacity: 0.8;
}
/**************** 最新内容 ****************/
.latest-container {
  background: #fff;
  margin: 30px 0 20px;
  padding: 30px;
  box-sizing: border-box;
  font-size: 14px;
  border: 1px solid #ccc;
}
.latest-container_box h4 {
  font-size: 18px;
  border-bottom: 1px solid #e6e6e6;
  line-height: 1;
  padding: 0 0 20px 0;
  margin-bottom: 10px;
}
.latest-container_box .latest-box {
  width: 100%;
}
.latest-container_box .latest-box_item {
  position: relative;
  padding: 10px 0;
}
.latest-container_box .latest-box_item a {
  color: #333;
  display: flex;
}
.latest-container_box .latest-box_item-avatar {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.latest-container_box .latest-box_item-avatar img {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: transform 0.5s ease-in-out;
}
.latest-container_box .latest-box_item-base {
  flex: 1;
  width: 180px;
}
.latest-container_box .latest-box_item-base .nickname {
  padding-top: 5px;
  line-height: 25px;
}
.latest-container_box .latest-box_item-base .nickname .red {
  color: #d22222;
}
.latest-container_box .latest-box_item-base .news {
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.latest-container_box .latest-box_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #eee;
}
.latest-container_box .latest-box_item:hover .news {
  color: #d22222;
}
.latest-container_box .latest-box_item:hover img {
  transform: scale(1.2);
}
.report-dialog .layui-layer-title {
  color: #fff;
  background: #d22222;
}
.report-dialog .report-dialog-box {
  padding: 10px 20px;
}
.report-dialog .report-dialog-box .report-tips {
  margin-bottom: 10px;
  color: #d22222;
  font-size: 16px;
}
.report-dialog .report-dialog-box .report-radio-item {
  margin: 10px 0;
  width: 50%;
  float: left;
}
.report-dialog .report-dialog-box input[type="radio"] {
  margin-right: 12px;
}
.report-dialog .report-dialog-box textarea {
  width: 95%;
  height: 60px;
  padding: 10px;
  border: 1px solid #e6e6e6;
}
.report-dialog .layui-layer-btn {
  text-align: center;
}
.report-dialog .layui-layer-btn .layui-layer-btn0 {
  border: 1px solid #dedede;
  background-color: #b9abab;
}
.report-dialog .layui-layer-btn .layui-layer-btn1 {
  border: 1px solid #dedede;
  color: #fff;
  background-color: #d22222;
}
.report-dialog .layui-layer-ico {
  background: none;
}
.report-dialog .layui-layer-ico::after {
  content: 'x';
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-top: -8px;
}
/**************** 分页 ****************/
.pagination-container {
  font-size: 12px;
  text-align: center;
  padding-bottom: 20px;
}
.pagination-container a,
.pagination-container span {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #000;
  background: #fff;
  border-radius: 2px;
  margin-left: 8px;
  border: 1px solid #ddd;
}
.pagination-container a:hover,
.pagination-container span:hover {
  opacity: 0.8;
}
.pagination-container .active {
  background: #d22222;
  color: #fff;
}
.pagination-container .prev,
.pagination-container .next {
  width: auto;
  padding: 0 14px;
}
.pagination-container .prev::before,
.pagination-container .next::before {
  display: inline-block;
  content: "";
  width: 0px;
  height: 0px;
  border: 4px solid #999999;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  margin-right: 10px ;
}
.pagination-container .jump-ipt {
  margin: 0 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #fff;
  border: 1px solid #ebebeb;
  outline: none;
  color: #bdbdbd;
  font-size: 14px;
}
.pagination-container .jump-btn {
  width: auto;
  padding: 0 12px;
}
