@charset "utf-8";
/*
 * @Author: shu binqi
 * @Date: 2019-07-29 22:16:39
 * @Last Modified by: shu binqi
 * @Last Modified time: 2019-08-11 02:36:29
 */
/* 紫色主题 */
/* 蓝色主题 */
/* 橙色主题 */
/* - SVG图标通用样式（勿改） - */
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* reset 初始化代码 */
body,
dl,
dt,
dd,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
table,
th,
td,
img,
div {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "\5FAE\8F6F\96C5\9ED1", Arial, Helvetica, sans-serif !important;
}
body {
  background: #fff;
  color: #333;
}
ul,
ol {
  list-style-type: none;
}
select,
input,
img,
select {
  vertical-align: middle;
}
a {
  text-decoration: none;
}
/* a:link{color:#009;}
a:visited{color:#800080;}
a:hover,a:active,a:focus{color:#c00;}  */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
input,
button {
  outline: none;
}
ul,
li {
  list-style: none;
}
body {
  background: #f4f4f4;
}
* {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-align: left;
  font-family: "\5FAE\8F6F\96C5\9ED1", Arial, Helvetica, sans-serif !important;
  line-height: 1.425;
  box-sizing: border-box;
}
/* - 版心 - */
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/* ----- 自定义公共样式 ----- */
.fl {
  float: left;
}
.fr {
  float: right;
}
.tac {
  text-align: center;
}
.fw7 {
  font-weight: 700;
}
.hidden {
  display: none;
}
.mb20 {
  margin-bottom: 20px;
}
.mb5 {
  margin-bottom: 5px;
}
pre {
  box-sizing: border-box;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 20px;
  overflow: auto;
  color: #d44950;
  background-color: #f5f2f0;
  padding: 1em 1em 1em 1em;
  border-radius: 4px;
  border: 1px solid #cccccc;
  line-height: 1.5;
  position: relative;
  direction: ltr;
  counter-reset: linenumber 0;
  text-shadow: white 0px 1px;
  overflow-wrap: normal;
  tab-size: 4;
  hyphens: none;
}
/* - 制作阴影组件 - */
.br5 {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px #e2e2e2;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.br5:hover {
  box-shadow: 0 0 15px #ccc;
  transition: all .5s;
  -webkit-transition: all .5s;
}
/* - 制作图片悬浮组件 - */
.scare-img {
  overflow: hidden;
}
.scare-img img {
  width: 100%;
  transition: all .8s;
  -webkit-transition: all .8s;
}
.scare-img:hover img {
  transform: scale(1.08);
  transition: all .8s;
  -webkit-transition: all .8s;
}
/* - 制作文字图标组件 - */
.badge {
  padding: 2px 6px;
  background: #979797;
  color: #fff;
  border-radius: 2px;
  font-size: 12px;
  display: inline-block;
  transform: translateY(-2px);
  transition: all .5s;
  -webkit-transition: all .5s;
}
.badge > a {
  color: #fff;
}
.badge > .iconfont {
  font-size: 12px;
  line-height: 16px;
}
.badge-danger {
  background: #dd514c;
}
.badge-danger1 {
  background: #D0021B;
}
.badge-warning {
  background: #f37b1d;
}
.badge-warning1 {
  background: #F5A623;
}
.badge-info {
  background: #5eb95e;
}
.badge-info1 {
  background: #7ED321;
}
.badge-default {
  background: #999;
}
.badge.badge-md {
  padding: 4px 10px;
  border-radius: 3px;
}
.badge:hover {
  opacity: 0.8;
  transition: all .5s;
  -webkit-transition: all .5s;
}
/* - 制作面包屑导航组件 - */
.position {
  width: 100%;
  height: 40px;
  background: #fff;
  line-height: 40px;
  padding: 0 10px;
  margin-bottom: 15px;
  color: #808080;
}
.position a {
  color: #9966FF;
  font-size: 14px;
  margin: 0 5px;
  display: inline-block;
}
.position a:last-child {
  color: #808080;
}
/* - 制作按钮组件 - */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 4px 10px;
  border-radius: 2px;
  line-height: 1.2;
  font-size: 14px;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: background-color 300ms ease-out, border-color 300ms ease-out;
  transition: background-color 300ms ease-out, border-color 300ms ease-out;
}
.btn-info {
  color: #333;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.btn-info a {
  color: #fff;
}
.btn-info:hover {
  color: #fff;
  background-color: #9966FF;
  border-color: #9966FF;
}
.btn-secondary {
  color: #fff;
  background-color: #3bb4f2;
  border-color: #3bb4f2;
}
.btn-secondary a {
  color: #fff;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #0f9ae0;
  border-color: #0f9ae0;
}
.btn-default {
  color: #444;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-default:hover {
  color: #444;
  background-color: #c7c7c7;
  border-color: #c7c7c7;
}
/* - 制作分页组件 - */
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* 水平居中 */
  margin-bottom: 10px;
}
.pagination .page-item {
  padding: 5px 10px;
  background: #fff;
  color: #808080;
  margin: 0 5px;
  border-radius: 3px;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.pagination .page-item:hover {
  color: #fff;
  background: #9966FF;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.pagination .page-num {
  padding: 5px 10px;
  background: #fff;
  color: #808080;
  margin: 0 5px;
  border-radius: 3px;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.pagination .page-num:hover {
  color: #9966FF;
}
.pagination .page-num-current {
  color: #fff;
  background: #9966FF;
}
.text-tips {
  font-size: 16px;
  color: #808080;
  padding: 10px 15px;
  background: #fff;
}
/* - 制作前端分页组件 - */
.page-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* 水平居中 */
  margin: 5px 0;
}
.page-pagination a {
  padding: 5px 10px;
  background: #f1f1f1;
  color: #808080;
  margin: 0 5px;
  border-radius: 3px;
  transition: all .5s;
  -webkit-transition: all .5s;
  cursor: pointer;
}
.page-pagination .jp-current {
  color: #fff;
  background: #9966FF;
}
.page-pagination .jp-current:hover {
  color: #fff;
}
.page-pagination a:hover {
  color: #fff;
  background: #9966FF;
}
.page-pagination .jp-next,
.page-pagination .jp-previous {
  display: none;
}
#page-num {
  min-height: auto !important;
}
/* - 制作栅格组件 - */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.blog-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.blog-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.blog-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.blog-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.blog-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.blog-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.blog-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.blog-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.blog-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.blog-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.blog-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.blog-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.blog-1,
.blog-2,
.blog-3,
.blog-4,
.blog-5,
.blog-6,
.blog-7,
.blog-8,
.blog-9,
.blog-10,
.blog-11,
.blog-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
/* ----- 无敌清除浮动 ----- */
.clear:after,
.blog:after,
.row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* ----- 去他娘的兼容，用flex ----- */
.flex {
  display: flex;
  /* 水平排列 */
  display: -webkit-flex;
  /* Safari */
}
.flex-wrap {
  flex-wrap: wrap;
  /* 换行 */
}
.flex-column {
  flex-direction: column;
  /* 竖向排列 */
}
.flex-content-center {
  justify-content: center;
  /* 水平居中 */
}
.flex-content-between {
  justify-content: space-between;
}
.align-items-center {
  align-items: center;
  /* 垂直居中 */
}
/* ----- 自定义公共样式完毕 ----- */
/* ----- 头部样式 ----- */
.header {
  height: 60px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(153, 153, 153, 0.1);
}
.header .container .logo h1 {
  font-size: 20px;
  line-height: 30px;
  padding: 15px;
  color: #333;
}
.header .container .navbar {
  padding: 0 -15px;
}
.header .container .navbar .navbar-nav {
  height: 60px;
  padding: 15px 0;
}
.header .container .navbar .navbar-nav li {
  height: 30px;
  float: left;
}
.header .container .navbar .navbar-nav li a {
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  margin: 0 2px;
  color: #333;
}
.header .container .navbar .navbar-nav li.active a,
.header .container .navbar .navbar-nav li:hover a {
  color: #9966FF;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.header .container .navbar .navbar-nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* ----- 头部样式 ----- */
/* ----- 轮播图样式 ----- */
/* ----- 轮播图样式 ----- */
/* ----- 广告样式 ----- */
/* ----- 广告样式 ----- */
/* ----- hot列表样式 ----- */
.sonsort {
  width: 100%;
  background: #fff;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.sonsort .sorttitle {
  width: 50px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
.sonsort .sortnav {
  display: flex;
  flex-wrap: wrap;
}
.sonsort .sortnav .btn {
  margin-bottom: 10px;
}
.sonsort .sortnav .sortall a span {
  transform: translateY(0);
  padding: 1px 5px;
}
.sonsort .sortselect {
  display: flex;
  flex-wrap: wrap;
}
.sonsort .sortselect .selecttitle {
  width: 50px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
.sonsort .sortselect .selectall {
  flex: 1;
}
.sonsort .sortselect .selectall .btn {
  margin-bottom: 10px;
}
.hotlist {
  width: 100%;
}
.hotlist .card {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 15px 10px 10px;
  background: #fff;
  margin-bottom: 20px;
  /* - 列表图片样式 - */
  /* - 列表内容样式 - */
  /* - 列表时间样式 - */
}
.hotlist .card .card-img {
  width: 180px;
  margin-right: 15px;
}
.hotlist .card .card-img img {
  width: 100%;
}
.hotlist .card .card-text {
  flex: 1;
}
.hotlist .card .card-text .title {
  margin-bottom: 10px;
}
.hotlist .card .card-text .title a {
  font-size: 18px;
  color: #333;
  display: block;
}
.hotlist .card .card-text .title a:hover {
  color: #9966FF;
}
.hotlist .card .card-text p {
  font-size: 14px;
  line-height: 22px;
  color: #808080;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hotlist .card .card-text .tags {
  margin-top: 15px;
}
.hotlist .card .card-text .tags .badge a {
  color: #fff;
  font-size: 12px;
}
.hotlist .card .card-time {
  margin-left: 15px;
}
.hotlist .card .card-time .date {
  color: #333;
  font-size: 22px;
  margin-bottom: 10px;
}
.hotlist .card .card-time .year {
  color: #808080;
  font-size: 14px;
}
/* ----- hot列表样式 ----- */
/* ----- 侧边栏样式 ----- */
.slidebar .bar-ad {
  padding: 0;
  background: #fff;
  margin-bottom: 20px;
}
.slidebar .bar-ad img {
  width: 100%;
  height: 100%;
}
.slidebar .bar-author {
  padding: 12px 10px;
  background: #fff;
  margin-bottom: 20px;
}
.slidebar .bar-author .title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
  color: #666;
}
.slidebar .bar-author p {
  font-size: 14px;
  line-height: 25px;
  color: #808080;
}
.slidebar .bar-author p span {
  font-weight: 700;
}
.slidebar .bar {
  padding: 12px 10px;
  background: #fff;
  margin-bottom: 20px;
}
.slidebar .bar .title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
  color: #666;
}
.slidebar .bar .fast-link {
  margin: 5px -1%;
}
.slidebar .bar .fast-link span {
  width: 48%;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  background: #f1f1f1;
  color: #9966FF;
  margin: 0 1%;
}
.slidebar .bar .fast-link span a {
  color: #9966FF;
  display: block;
  width: 100%;
  line-height: 40px;
  text-align: center;
}
.slidebar .bar .fast-link span a .iconfont {
  font-size: 18px;
  line-height: 40px;
  color: #9966FF;
}
.slidebar .bar .fast-link span:hover {
  background: #9966FF;
  color: #fff;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.slidebar .bar .fast-link span:hover a {
  color: #fff;
}
.slidebar .bar .fast-link span:hover a .iconfont {
  color: #fff;
}
.slidebar .bar .newlist p {
  width: 100%;
  margin-bottom: 5px;
}
.slidebar .bar .newlist p a {
  width: 100%;
  font-size: 14px;
  color: #808080;
  display: block;
  line-height: 20px;
  word-break: break-all;
  overflow: hidden;
  /*超过部分不显示*/
  text-overflow: ellipsis;
  /*超过部分用点点表示*/
  white-space: nowrap;
  /*不换行*/
  transition: all .5s;
  -webkit-transition: all .5s;
}
.slidebar .bar .newlist p a .icon {
  font-size: 16px;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.slidebar .bar .newlist p a span {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  background: #f1f1f1;
  color: #333;
}
.slidebar .bar .newlist p a:hover {
  color: #9966FF;
  transform: translateX(10px);
  transition: all .5s;
  -webkit-transition: all .5s;
}
.slidebar .bar .newlist p a:hover .icon {
  color: #9966FF;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.slidebar .bar .newlist p:first-child a span,
.slidebar .bar .newlist p:nth-child(2) a span,
.slidebar .bar .newlist p:nth-child(3) a span {
  background: #FF9966;
  color: #fff;
}
/* ----- 侧边栏样式 ----- */
/* ----- 底部样式 ----- */
.footer {
  padding: 10px 0;
  background: #fff;
}
.footer .container .copyright p {
  text-align: center;
  line-height: 30px;
}
/* - 全局搜索组件 - */
.black-model {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.search-form {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -135px;
  width: 270px;
  padding: 10px 15px;
  border-radius: 3px;
  background: #fff;
  z-index: 1000;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.search-form .form-inline {
  display: flex;
  flex-wrap: wrap;
}
.search-form .form-inline .form-group {
  height: 35px;
  width: 170px;
  margin-right: 10px;
}
.search-form .form-inline .form-group input {
  height: 35px;
  width: 170px;
  border: 1px solid #e2e2e2;
  padding-left: 10px;
}
.search-form .form-inline .btn {
  width: 60px;
}
.search-form .form-inline .btn:hover {
  color: #fff;
  background: #9966FF;
}
/* - 悬浮窗组件 - */
.online-service {
  position: fixed;
  bottom: 50%;
  right: 20px;
  margin-bottom: -100px;
  width: 50px;
  right: 10px;
  background: #fff;
  z-index: 998;
}
.online-service > div {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #f1f1f1;
  border: 1px solid #ccc;
  margin-top: -1px;
  position: relative;
}
.online-service > div > a.wxcode {
  width: 50px;
  height: 50px;
  text-align: center;
  display: block;
  line-height: 48px;
  overflow: hidden;
  z-index: 5;
  color: #9966FF;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.online-service > div > a.wxcode .iconfont {
  font-size: 24px;
  line-height: 45px;
  color: #9966FF;
}
.online-service > div > a.wxcode:hover {
  background: #9966FF;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.online-service > div > a.wxcode:hover .iconfont {
  color: #fff;
}
.online-service > div > a.qq {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  display: block;
  overflow: hidden;
  z-index: 5;
  color: #9966FF;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.online-service > div > a.qq .iconfont {
  width: 52px;
  height: 48px;
  text-align: center;
  line-height: 43px;
  display: inline-block;
  font-size: 24px;
  color: #9966FF;
}
.online-service > div > a.qq span {
  font-size: 20px;
}
.online-service > div > a.qq:hover {
  width: 220px;
  right: -1px;
  background: #9966FF;
  color: #fff;
  text-align: left;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.online-service > div > a.qq:hover .iconfont {
  color: #fff;
  line-height: 45px;
}
.online-service > div > a.totop {
  width: 50px;
  height: 50px;
  text-align: center;
  display: block;
  line-height: 48px;
  overflow: hidden;
  z-index: 5;
  color: #9966FF;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.online-service > div > a.totop .iconfont {
  font-size: 24px;
  line-height: 45px;
  color: #9966FF;
}
.online-service > div > a.totop:hover {
  background: #9966FF;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.online-service > div > a.totop:hover .iconfont {
  color: #fff;
}
/* ----- 底部样式 end ----- */
/* ----- 详情样式 ----- */
.blog-content {
  margin-bottom: 20px;
}
.blog-content .container {
  position: relative;
}
.blog-content .container .likes-fixed {
  position: absolute;
  left: -60px;
  top: 85px;
  z-index: 100;
}
.blog-content .container .likes-fixed > .likes {
  position: fixed;
}
.blog-content .container .likes-fixed > .likes > a {
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 25px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  display: block;
  margin-bottom: 15px;
}
.blog-content .container .likes-fixed > .likes > a .iconfont {
  font-size: 25px;
  color: #a9adb4;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.blog-content .container .likes-fixed > .likes > a .iconfont.hover-color {
  color: #9966FF;
}
.blog-content .container .likes-fixed > .likes > a span {
  position: absolute;
  top: -2px;
  right: -2px;
  background: #a9adb4;
  color: #fff;
  padding: 0 3px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 15px;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.blog-content .container .likes-fixed > .likes > a.like-link {
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 25px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  display: block;
  margin-bottom: 15px;
}
.blog-content .container .likes-fixed > .likes > a.like-link .iconfont {
  font-size: 25px;
  color: #a9adb4;
}
.blog-content .container .likes-fixed > .likes > a.like-link span {
  position: absolute;
  top: -2px;
  right: -2px;
  background: #a9adb4;
  color: #fff;
  padding: 0 3px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 15px;
}
.blog-content .container .likes-fixed > .likes a:hover .iconfont {
  color: #9966FF;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.blog-content .container .likes-fixed > .likes a:hover span {
  background: #9966FF;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.blog-content .container .page {
  background: #fff;
  padding: 15px;
  min-height: 888px;
  /* 头部 */
  /* 移动端点赞 */
  /* - 上一篇下一篇 - */
  /* - 文章评论 - */
  /* - 评论列表 - */
}
.blog-content .container .page .title {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 10px;
}
.blog-content .container .page .title h2 {
  color: #333;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.blog-content .container .page .title > p {
  color: #808080;
  font-size: 14px;
  padding-bottom: 10px;
}
.blog-content .container .page .content img {
  max-width: 80%;
  display: block;
  margin: 0 auto;
}
.blog-content .container .page .tags {
  margin: 15px 0 10px 0;
}
.blog-content .container .page .likes-bottom {
  display: none;
}
.blog-content .container .page .likes-bottom > .likes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.blog-content .container .page .likes-bottom > .likes > a {
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 25px;
  text-align: center;
  background: #f1f1f1;
  border-radius: 50%;
  display: block;
  margin: 10px;
}
.blog-content .container .page .likes-bottom > .likes > a .iconfont {
  font-size: 25px;
  color: #a9adb4;
  vertical-align: text-bottom;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.blog-content .container .page .likes-bottom > .likes > a .iconfont.hover-color {
  color: #9966FF;
}
.blog-content .container .page .likes-bottom > .likes > a span {
  position: absolute;
  top: -2px;
  right: -2px;
  background: #a9adb4;
  color: #fff;
  padding: 0 3px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 15px;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.blog-content .container .page .likes-bottom > .likes > a.like-link {
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 25px;
  text-align: center;
  background: #f1f1f1;
  border-radius: 50%;
  display: block;
  margin: 10px;
  position: relative;
}
.blog-content .container .page .likes-bottom > .likes > a.like-link .iconfont {
  font-size: 25px;
  color: #a9adb4;
  vertical-align: text-bottom;
}
.blog-content .container .page .likes-bottom > .likes > a.like-link span {
  position: absolute;
  top: -2px;
  right: -2px;
  background: #a9adb4;
  color: #fff;
  padding: 0 3px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 15px;
}
.blog-content .container .page .likes-bottom > .likes a:hover .iconfont {
  color: #9966FF;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.blog-content .container .page .likes-bottom > .likes a:hover span {
  background: #9966FF;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.blog-content .container .page .text-secondary {
  height: 30px;
  margin-bottom: 10px;
}
.blog-content .container .page .text-secondary p {
  line-height: 30px;
  color: #808080;
  font-size: 14px;
}
.blog-content .container .page .text-secondary p a {
  line-height: 30px;
  color: #808080;
  margin: 0 2px;
  font-size: 14px;
}
.blog-content .container .page .text-secondary p a:hover {
  color: #9966FF;
}
.blog-content .container .page .text-secondary p.fl .icon {
  transform: rotate(180deg);
}
.blog-content .container .page .content-form {
  display: flex;
  flex-wrap: wrap;
}
.blog-content .container .page .content-form .form-group {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.blog-content .container .page .content-form .form-group label {
  text-align: center;
  width: 60px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
.blog-content .container .page .content-form .form-group div {
  flex: 1;
  /* 修改单选框样式 */
}
.blog-content .container .page .content-form .form-group div input {
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #f7f7f7;
}
.blog-content .container .page .content-form .form-group div input[type=text] {
  width: 100%;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.blog-content .container .page .content-form .form-group div input[type=text]:focus {
  border: 1px solid #9966FF;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.blog-content .container .page .content-form .form-group div input[type=radio] {
  margin-left: 10px;
  cursor: pointer;
}
.blog-content .container .page .content-form .form-group div input[type="radio"] + label::before {
  content: "\a0";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  border-radius: 50%;
  text-indent: .15em;
  margin-bottom: 3px;
  border: 1px solid #9966FF;
  padding: 2px;
  cursor: pointer;
}
.blog-content .container .page .content-form .form-group div input[type="radio"]:checked + label::before {
  background-color: #9966FF;
  background-clip: content-box;
  padding: 2px;
}
.blog-content .container .page .content-form .form-group div input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.blog-content .container .page .content-form .form-group div .radio-inline {
  padding-left: 0;
}
.blog-content .container .page .content-form .form-group div input[type=radio][disabled]:checked + label::before {
  background-color: #CCCCCC;
  background-clip: content-box;
  padding: 2px;
}
.blog-content .container .page .content-form .form-group div label {
  padding: 0 10px;
}
.blog-content .container .page .content-form .form-group div button {
  background: #f7f7f7;
  padding: 8px 18px;
}
.blog-content .container .page .content-form .form-group div button:hover {
  background: #9966FF;
  color: #fff;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.blog-content .container .page .content-form .form-group-content {
  width: 100%;
  height: 150px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.blog-content .container .page .content-form .form-group-content label {
  text-align: center;
  width: 60px;
  height: 40px;
  line-height: 40px;
}
.blog-content .container .page .content-form .form-group-content div {
  flex: 1;
}
.blog-content .container .page .content-form .form-group-content div textarea {
  width: 100%;
  height: 150px;
  padding: 5px 10px;
  border: 1px solid #f1f1f1;
  line-height: 20px;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.blog-content .container .page .content-form .form-group-content div textarea:focus {
  outline: none;
  border: 1px solid #9966FF;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.blog-content .container .page .media-z {
  background: #fff8fa;
  padding: 8px 5px;
  border-top: 2px solid #ff0f50;
  border-radius: 2px;
  margin-bottom: 10px;
}
.blog-content .container .page .media-f {
  background: #f5f9ff;
  padding: 8px 5px;
  border-top: 2px solid #3e91fb;
  border-radius: 2px;
  margin-bottom: 10px;
}
.blog-content .container .page .media {
  display: flex;
  flex-wrap: wrap;
}
.blog-content .container .page .media .icon {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.blog-content .container .page .media .media-body {
  flex: 1;
}
.blog-content .container .page .media .media-body h5 {
  font-size: 14px;
  color: #808080;
  margin-bottom: 5px;
}
.blog-content .container .page .media .media-body h5 span {
  color: #333;
  font-size: 14px;
  font-weight: 700;
}
.blog-content .container .page .media .media-body p {
  color: #333;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.voteform-row .blog-6 .h5-z {
  color: #ff0f50;
}
.voteform-row .blog-6 .h5-f {
  color: #3e91fb;
}
.search-title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
/* ----- 详情样式 ----- */
/* ----- 友情链接 start ----- */
.link h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.link .btn {
  padding: 8px 12px;
  margin-right: 6px;
  margin-bottom: 10px;
}
/* ----- 友情链接 end ----- */
/* ----- tags标签云 start ----- */
.tags h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.tags .hr-border {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
  text-align: center;
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 5px;
}
.tags .btn {
  padding: 8px 12px;
  margin-right: 6px;
  margin-bottom: 10px;
}
/* ----- tags标签云 end ----- */
/* ----- 投票 start ----- */
.votelist h2,
.vote-content h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.vote-first {
  margin-bottom: 20px;
}
.vote-first h4 {
  margin-bottom: 10px;
}
.vote-first h4 > a {
  font-size: 24px;
  color: #333;
  padding: 2px 10px;
  background: #fffcdd;
}
.vote-first p.intro {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 5px;
  color: #808080;
}
.vote-first p.tac {
  font-size: 16px;
  margin-bottom: 20px;
  color: #808080;
}
.vote-first p.tac .iconfont {
  font-size: 16px;
}
.vote-first .square {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.vote-first .square .square1,
.vote-first .square .square2 {
  width: 150px;
  height: 50px;
  display: block;
  margin: 0 10px;
}
.vote-first .square .square1 a,
.vote-first .square .square2 a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-size: 20px;
}
.vote-first .square .square1 a span,
.vote-first .square .square2 a span {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  transform: translateY(1px);
}
.vote-first .square .square1 {
  background: #ff0f50;
  border-radius: 30px 0 0 30px;
  position: relative;
}
.vote-first .square .square1:after {
  content: "";
  width: 20px;
  height: 50px;
  position: absolute;
  background: #ff0f50;
  top: 0;
  right: -7px;
  transform: skew(-10deg);
  border-radius: 5px;
}
.vote-first .square .vs .icon {
  font-size: 60px;
  transform: translateY(-6px);
}
.vote-first .square .square2 {
  background: #3e91fb;
  border-radius: 0 30px 30px 0;
  position: relative;
}
.vote-first .square .square2:after {
  content: "";
  width: 20px;
  height: 50px;
  position: absolute;
  background: #3e91fb;
  top: 0;
  left: -7px;
  transform: skew(-10deg);
  border-radius: 5px;
}
.vote-first .square > span {
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -100px;
  color: #ff0f50;
}
.charts {
  margin-top: 25px;
}
.skillbar {
  position: relative;
  display: block;
  margin-bottom: 15px;
  width: 100%;
  background: #eee;
  height: 25px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -ms-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
}
.skillbar-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  font-weight: bold;
  font-size: 13px;
  color: #ffffff;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.skillbar-title span {
  display: block;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  height: 25px;
  line-height: 25px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.skillbar-bar {
  height: 25px;
  width: 0px;
  background: #6adcfa;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.skill-bar-percent {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 11px;
  height: 25px;
  line-height: 25px;
  color: #ffffff;
  padding: 0 5px;
  background: rgba(0, 0, 0, 0.2);
}
.vote-more {
  margin-bottom: 20px;
}
.vote-more h4 {
  margin-bottom: 14px;
}
.vote-more h4 > a {
  font-size: 24px;
  color: #333;
  padding: 2px 10px;
  background: #fffcdd;
}
.vote-more p {
  display: flex;
  flex-wrap: wrap;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #808080;
}
.vote-more p .iconfont {
  font-size: 20px;
  line-height: 32px;
  margin-right: 5px;
}
.vote-more p a {
  display: block;
  width: 100px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(90deg, #0882fd 0%, #4cc6ec 100%);
  border-radius: 5px;
  margin-right: 10px;
}
.voteform-row .blog-6 h5 {
  font-size: 16px;
  font-weight: 700;
  color: #9966FF;
  margin-bottom: 10px;
}
/* ----- 投票 end ----- */
.sitelist .blog-6 {
  margin: 5px 0;
}
.sitelist .blog-6 a {
  display: flex;
  flex-wrap: wrap;
}
.sitelist .blog-6 a .site-l {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  background: #f1f1f1;
  transition: all .5s;
  -webkit-transition: all .5s;
  color: #444;
}
.sitelist .blog-6 a .site-r {
  padding: 5px 10px;
  flex: 1;
  overflow: hidden;
}
.sitelist .blog-6 a .site-r span {
  display: block;
  line-height: 20px;
}
.sitelist .blog-6 a .site-r span:first-child {
  font-weight: 700;
  color: #444;
  transition: all .5s;
  -webkit-transition: all .5s;
  font-size: 16px;
  overflow: hidden;
  /*超过部分不显示*/
  text-overflow: ellipsis;
  /*超过部分用点点表示*/
  white-space: nowrap;
  /*不换行*/
}
.sitelist .blog-6 a .site-r span:last-child {
  color: #808080;
  font-size: 14px;
  overflow: hidden;
  /*超过部分不显示*/
  text-overflow: ellipsis;
  /*超过部分用点点表示*/
  white-space: nowrap;
  /*不换行*/
}
.sitelist .blog-6 a:hover .site-l {
  background: #9966FF;
  color: #fff;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.sitelist .blog-6 a:hover .site-r span:first-child {
  color: #9966FF;
  transition: all .5s;
  -webkit-transition: all .5s;
}
/* ----- 响应式 ----- */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 575px) {
  .pl0 {
    padding-left: 0;
  }
  .pl5 {
    padding-left: 5px;
  }
  .pr0 {
    padding-right: 0;
  }
  .pr5 {
    padding-right: 5px;
  }
  .mt10 {
    margin-top: 10px;
  }
  .container {
    max-width: 540px;
  }
  .mb20 {
    margin-bottom: 10px;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .position {
    width: auto;
    margin: 0 10px 10px 10px;
  }
  .blog-sm-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .hidden-sm {
    display: none;
  }
  .hotlist .card {
    padding: 10px;
  }
  .hotlist .card .card-img {
    width: 100%;
    margin-right: 0;
    height: 120px;
    margin-bottom: 10px;
  }
  .ad > .row > .blog-6 {
    padding: 0;
    margin: 5px 0;
  }
  .vote-first .square .square1,
  .vote-first .square .square2 {
    width: 110px;
    margin: 0 5px;
  }
  .blog-content .container .page .media .icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .blog-content .container .page {
    padding: 10px;
  }
  .blog-content .container .page .likes-bottom {
    display: block;
  }
  .blog-content,
  .slidebar .bar,
  .slidebar .bar-ad {
    margin-bottom: 10px;
  }
  .slidebar .bar-author {
    margin-bottom: 0;
  }
  .fs20-sm {
    font-size: 20px !important;
  }
  .fs16-sm {
    font-size: 16px !important;
  }
  .fs14-sm {
    font-size: 14px !important;
  }
  .fs12-sm {
    font-size: 12px !important;
  }
  .vote-first .square .square2:after,
  .vote-first .square .square1:after {
    height: 40px;
  }
  .vote-first .square .square1,
  .vote-first .square .square2 {
    height: 40px;
  }
  .vote-first .square .square1 a,
  .vote-first .square .square2 a {
    line-height: 38px;
  }
  .vote-first .square .vs .icon {
    transform: translateY(-10px);
  }
}
