@charset "utf-8";
html, body, div, span, h1, h3, h4, h5, p, em, img, b, i, ul, li, form, article, aside, figure, footer, header, nav, section, time {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  vertical-align: baseline;
  font-size: 100%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
body {
  color: #666;
  font-family: "Open Sans", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", Arial, Verdana, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #f5f5f5;
}
article, aside, figure, footer, header, main, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
li {
  list-style: none;
}
a {
  margin: 0;
  padding: 0;
  background: transparent;
  color: #333;
  vertical-align: baseline;
  text-decoration: none;
  font-size: 100%;
}
a:hover, a:focus {
  color: #4693e9;
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  color: #333;
}
p {
  line-height: 20px;
}
img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
input, button {
  vertical-align: middle;
  font-family: Arial, "Microsoft YaHei", "WenQuanYi Micro Hei", "Open Sans", "Hiragino Sans GB", Verdana, sans-serif;
}
:focus {
  outline: 0
}
a, button, input {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
.fl {
  float: left;
  width: 85%;
}
.fr {
  float: right;
}
article, input, b, ul, li, i, button, a {
  -moz-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.row:after, .clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.aut-1 {
  background: #448EF6 !important;
}
.arc_v1 {
  background: #448EF6 !important;
}
.arc_v2 {
  background: #d1d5dc !important;
}
.arc_v3 {
  background: #f6b044 !important;
}
.arc_v4 {
  background: #ff5a30 !important;
}
.arc_v5 {
  background: #f64444 !important;
}
.arc_v6 {
  background-image: linear-gradient(90deg, #3ca5f6 0%, #a86af9 100%) !important;
  background-image: -webkit-linear-gradient(0deg, #3ca5f6 0%, #a86af9 100%) !important;
}
.arc_v7 {
  background: #000 !important;
}
span.badge {
  border-radius: 4px;
  font-weight: 400;
  padding: .20em .50em .23em;
  font-size: 12px;
  margin: 0 .40rem 0 0;
  position: relative;
  top: -1px;
  background: #c94444;
  color: #fff;
}
span.aut-1.vs-level {
  background-image: -webkit-linear-gradient(0deg, rgba(253, 165, 34, 0.9294117647058824) 0%, #fd4c4c 100%);
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: rgb(238, 238, 238);
}
::-webkit-scrollbar-thumb {
  background: rgb(68, 142, 246);
  border-radius: 4px;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.top-header {
  height: 56px;
  background-color: #fff;
}
.pull-left {
  float: left;
}
.top-bar {
  background-image: url(../images/banner.png);
  background-size: auto;
  background-position-y: -25px;
}
.top-bar {
  position: relative;
  width: 100%;
  z-index: 69;
  box-shadow: 0 5px 40px 0 rgba(17, 58, 93, 0.1);
  background-color: rgba(255, 255, 255, .96);
  background-position: center right;
}
.top-bar-left .logo img.d-none {
  display: none;
}
.secnav {
  height: 56px;
  position: relative;
}
.fav-subnav {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
a.logo {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  height: 56px;
  line-height: 56px;
  white-space: nowrap;
  padding-right: 15px;
  margin-right: 15px;
}
a.logo img {
  max-width: 150px;
  max-height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
}
a.logo:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 20px;
  background: #ddd;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@-webkit-keyframes flashlight {
  from {
    left: -20%;
  }
  100% {
    left: 130%;
  }
}
.shan {
  position: absolute;
  -webkit-animation: flashlight 2.0s;
  -o-animation: flashlight 2.0s;
  animation: flashlight 2.0s;
  top: 0;
  width: 35%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.58) 50%, rgba(255, 255, 255, 0.02) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.58) 50%, rgba(255, 255, 255, 0.02) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.58) 50%, rgba(255, 255, 255, 0.02) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, .02) 0, rgba(255, 255, 255, 0.58) 50%, rgba(255, 255, 255, 0.02) 100%);
  transform: skewX(-30deg);
  animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.search-warp {
  position: relative;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.text-user-r {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.text-user-r a.t-btn {
  color: rgb(68, 142, 246);
  border-radius: 10px;
  border-color: rgb(68, 142, 246);
  padding: 6px 12px;
  flex: 1 1 auto;
  line-height: 20px;
}
.text-user-r a.t-btn.r-btn-ht {
  border-width: 1px;
  border-style: solid;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.text-user-r a.t-btn.l-btn-ht {
  color: #fff;
  background-color: #448EF6;
  border-radius: 0 10px 10px 0;
  margin-left: -1px;
}
.search_top {
  margin-right: 15px;
  line-height: 10px;
  position: relative;
}
.search-box {
  width: 345px;
  margin: 0 auto;
  height: auto;
  text-align: center;
  display: none;
  position: absolute;
  overflow: hidden;
  top: -20px;
  right: -5px;
  z-index: 102;
  -webkit-box-pack: justify;
  border-bottom: 1px solid transparent;
  border-color: #ebedf1;
  padding: 20px 10px;
  border: 1px #eee solid;
  background-color: #fff;
  border-radius: 4px;
  vertical-align: top;
  box-shadow: 0 0 7px 0 rgba(171, 171, 171, 0.3);
}
.search-warp form {
  position: relative;
  overflow: hidden;
  margin: 0 10px;
}
input.search-input {
  background: rgba(120, 120, 120, 0.1);
  height: 34px;
  border: 1px solid transparent;
  color: #606266;
  transition: background 0.35s, border-color 0.35s, padding-right 0.35s;
  float: left;
  border-radius: 2px;
  width: 160px;
}
button.showhide-search {
  position: relative;
  z-index: 1;
  height: 34px;
  border: none;
  background: #42a1ff;
  color: #fff;
  float: left;
  padding: 0 10px;
  cursor: pointer;
  -webkit-appearance: none;
  font-size: 13px;
  border-radius: 0 10px 10px 0;
}
.nav-search-hot a {
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 0 10px;
  border-bottom: 1px solid #ddd;
}
.nav-search-hot a:last-child {
  border-bottom: 0;
}
.nav-search-hot {
  margin-bottom: -20px;
  text-align: justify;
  display: block;
  overflow: hidden;
  height: 100%;
}
a.at-night.top-night {
  width: 18px;
  height: 18px;
  background: url(images/yueliang.svg) no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
  margin-right: 15px;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
a.top-tnrt {
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #3987fe;
  color: #ffffff;
  font-size: 12px;
  padding: 2px 8px 3px;
  border-radius: 4rem;
  margin-right: 13px;
}
.text-user-r > a {
  display: inline-block;
  padding: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  color: #333;
  font-size: 14px;
}
span.s-drop-n {
  color: #fff;
  background: #999;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 2px;
  text-align: center;
  margin-right: 8px;
}
span.s-drop-n.num1 {
  background-color: #f00;
}
span.s-drop-n.num2 {
  background-color: #f60;
}
span.s-drop-n.num3 {
  background-color: #0188FB;
}
span.s-drop-t {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}
span.s-drop-v {
  color: #999;
  font-size: 12px;
  margin-left: 5px;
}
.nav-pills {
  font-size: 14px;
}
.nav-pills li {
  width: auto;
  position: relative;
  list-style: none;
  display: block;
  float: left;
  margin: 0 15px 0 5px;
  text-align: center;
}
.nav-pills li a {
  line-height: 55px;
  display: block;
  color: #000000;
  font-size: 15px;
}
i.icon {
  margin-right: 3px;
}
.nav-pills li:before {
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -2px;
  background-color: #0188FB;
  content: "";
  transition: all .6s;
  z-index: -1;
}
.nav-pills > li:hover:before {
  width: 100%;
  left: 0;
}
.nav-pills li:hover > a {
  color: #0188FB;
}
.menu-item-has-children > a:after {
  content: ".";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: relative;
  left: 5px;
  overflow: hidden;
}
.nav-pills li > ul {
  float: left;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 54px;
  left: -2px;
  padding: 8px 10px;
  border-radius: 4px;
  z-index: 100;
  border-top: 4px solid #42a1ff;
}
.nav-pills li .sub-menu:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #42a1ff;
}
.nav-pills li:hover > ul {
  opacity: 1;
  visibility: visible;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  filter: alpha(opacity=100);
}
.nav-pills li > ul > li {
  color: #448EF6;
  position: relative;
  display: block;
  float: left;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
  margin-right: 0;
  padding: 0 15px;
}
.nav-pills li:hover ul li {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.nav-pills li > ul > li > a {
  padding: 0;
  line-height: inherit;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  white-space: nowrap;
}
.nav-pills li > ul > li a:before {
  content: "";
  height: 1px;
  width: 10px;
  background-color: #448EF6;
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  position: absolute;
  left: -2px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -khtml-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.nav-pills li > ul > li > a:hover:before {
  opacity: 1;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1155px;
}
.top-header .container {
  max-width: 96%;
}
.main-content {
  margin: 20px auto 15px;
}
.main {
  -ms-flex: 0 0 72.568%;
  flex: 0 0 72.568%;
  width: 71.568%;
  padding-left: 15px;
}
.side {
  -ms-flex: 0 0 28.168%;
  flex: 0 0 28.168%;
  width: 28.168%;
  padding-left: 5px;
  padding-right: 5px;
}
.guide-box {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .03);
  background: #fefefe;
  padding: 15px;
}
.guide-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin: 0 10px;
}
.guide-title h3 {
  font-size: 1.6rem;
  color: #333;
  text-shadow: 0 0.25px 1.5px rgba(0, 0, 0, 0.25);
  position: relative;
  letter-spacing: 1px;
}
.guide-title h3:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  left: 0;
  top: -15px;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, 0%);
  background-color: #42a1ff;
}
.guide-list {
  overflow: hidden;
}
.guide-list .guide-inner {
  float: left;
  width: 33.333%;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: relative;
  z-index: 1;
  padding: 15px;
}
.guide-inner:nth-child(3n) {
  border-right-color: transparent;
}
.guide-inner-info {
  height: 100px;
  float: left;
  width: 100%;
}
.g-i-top {
  position: relative;
  z-index: 1;
  margin-bottom: 6px;
  overflow: hidden;
}
span.g-i-cate {
  width: 88px;
  text-indent: 0;
  text-align: center;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  float: left;
}
span.g-i-cate b {
  display: block;
  width: auto;
  height: 22px;
  color: #fff;
  border-radius: 15px;
  background: #ff8f76;
}
.guide-inner.top-num0 span.g-i-cate b {
  background-color: #0089ff;
}
.guide-inner.top-num1 span.g-i-cate b {
  background-color: #ffaf1e;
}
.guide-inner.top-num2 span.g-i-cate b {
  background-color: #c177ef;
}
.guide-inner.top-num3 span.g-i-cate b {
  background-color: #f7699e;
}
.guide-inner.top-num4 span.g-i-cate b {
  background-color: #19b6bd;
}
.guide-inner.top-num5 span.g-i-cate b {
  background-color: #02803a;
}
span.g-i-time {
  float: right;
  font-size: 12px;
  color: #000;
  padding-right: 10px;
}
.guide-inner-info h5 {
  font-size: 15px;
  height: 25px;
  line-height: 25px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.guide-inner-info p {
  color: #777;
  height: 44px;
  line-height: 22px;
  overflow: hidden;
  font-size: 12px;
  margin-top: 6px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main-navigation {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .03);
  background: #fefefe;
  padding: 15px;
}
.menu-nav-inline .menu-item {
  display: inline-block;
  height: 30px;
  margin: 0 10px 0px 10px;
  border-radius: 50px;
  text-align: center;
  position: relative;
  font-size: 15px;
}
.menu-nav-inline .menu-item a {
  display: block;
  color: #2f455a;
  border-radius: 15px;
  line-height: 30px;
  font-weight: bold;
  text-shadow: 0px 1px 5px rgba(188, 188, 188, 0.18);
}
.menu-nav-inline .menu-item:hover, .menu-item.active a {
  color: #448ef6;
}
.menu-nav-inline .menu-item.active:before {
  content: "";
  position: absolute;
  border-color: #448ef6;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.menu-nav-inline .menu-item.active:after {
  content: "";
  position: absolute;
  width: 0;
  height: 20px;
  top: 40px;
  border-right-width: 0px;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0;
  border-color: #448ef6;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  border-width: 1px;
}
.msg-alert {
  position: relative;
  line-height: 32px;
  font-size: 14px;
  background-color: rgb(255, 255, 255);
  color: #333333;
  text-align: center;
  z-index: 20;
  margin: 0px auto -10px;
  border-bottom: 1px solid #ddd;
  border-radius: 8px 8px 0 0;
  transition: max-height 0s linear .3s, bottom .3s ease-out, opacity .3s;
  height: 0;
  opacity: 0;
  display: none;
}
.loading.ball-pulse > div {
  background-color: #005ad3;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin: 1px 3px;
  animation-fill-mode: both;
  display: inline-block;
}
.loading.ball-pulse > div:first-child {
  animation: scale .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08);
}
.loading.ball-pulse > div:nth-child(2) {
  animation: scale .75s -.12s infinite cubic-bezier(.2, .68, .18, 1.08);
}
.loading.ball-pulse > div:nth-child(3) {
  animation: scale .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
}
.loading.ball-pulse > span {
  margin: 0 auto 0 5px;
}
.box-show, .post-list {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(221, 221, 221, 0.28);
  padding: 0 15px;
  border-radius: 8px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 0px 10px -2px rgba(158, 158, 158, 0.2);
  box-shadow: 0px 0px 10px -2px rgba(158, 158, 158, 0.2);
}
.entry-container {
  display: block;
  position: relative;
  min-height: 118px;
  padding: 20px 0px 20px 230px;
}
.entry-container .l-line {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: -21px;
  width: 4px;
  height: 25px;
  border-radius: 2px;
  background: #409eff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}
.entry-container:hover .l-line {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
span.item-img-cate {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 5px;
  background: #409eff;
  height: 20px;
  line-height: 20px;
  padding: 0 8px;
  color: #fff;
  font-size: 12px;
  border-radius: 10px;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(120%, 0, 0);
  transform: translate3d(120%, 0, 0);
}
.entry-container:hover span.item-img-cate {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.entry-container:hover a.block-fea {
  transition: All .7s ease;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.feaimg {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  align-items: flex-start;
  border-radius: 5px;
}
.feaimg:after {
  content: "";
  display: block;
  padding-top: 100%;
  padding-top: 66.66666%;
  height: 100%;
  background: #fff;
  border-radius: 8px;
}
.block-image.feaimg {
  width: 210px;
  height: 158px;
  position: absolute;
  padding-top: 0;
  margin-right: 20px;
  left: 0;
}
header.entry-header {
  position: relative;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 40%;
}
.post-list header.entry-header {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.entry-header h3 {
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.entry-container .entry-header h3 {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.post-list.blockimg:nth-child(even) .entry-container {
  padding: 20px 230px 20px 0px;
}
.post-list.blockimg:nth-child(even) .block-image.feaimg {
  right: 0;
  left: auto;
  margin-right: 0;
}
.list-left .post-list.blockimg:nth-child(even) .block-image.feaimg {
  margin-right: 20px;
  left: 0;
  right: auto;
}
.list-left .post-list.blockimg:nth-child(even) .entry-container {
  padding: 20px 0px 20px 230px;
}
.entry-summary p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  color: #555;
  line-height: 25px;
  line-height: 1.8;
  margin: 0.7em 0;
}
.ss p {
  height: 75px;
}
.entry-meta {
  font-size: 11px;
  color: #666;
  letter-spacing: 0px !important;
  line-height: 1;
}
.fea-meta {
  margin-top: 15px;
}
.post-list.blockimg .fea-meta {
  margin-top: 20px;
}
.entry-meta-items {
  display: flex;
  align-items: center;
  margin-top: auto;
  font-size: 13px;
}
.post-list.blockimg .fea-meta {
  margin-top: 15px;
  font-size: 13px;
}
.entry-meta-author {
  margin-left: auto;
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.entry-meta-author a {
  color: #666;
  position: relative;
}
.entry-meta a {
  color: #666;
  position: relative;
}
.entry-header h3 a:hover, .entry-meta a:hover {
  color: #448EF6;
}
span.separator {
  color: #e1e1e1;
  padding: 0 10px;
  font-size: 0;
}
.entry-meta time, .entry-meta span.meta-viewnums {
  position: relative;
}
span.separator:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: #42a1ff;
  -webkit-transform: rotate(135deg) translate(1px, 2px);
  transform: translate(25%, -50%);
}
.pic-list-img img, .post-list img.lazy {
  width: 100%;
  align-self: center;
  position: absolute;
  height: 100%;
}
.media-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  border-radius: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: rgba(120, 120, 120, 0.1);
}
.h-2x {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}
.list-content a.list-title {
  line-height: 1.4285714286;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal;
  padding-bottom: 0 !important;
}
a.block-fea {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: rgba(120, 120, 120, 0.1);
}
.pagination {
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}
.pagination ul {
  display: inline-block;
}
.pagination ul > li {
  display: inline-block;
}
.pagination ul > li span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #ddd;
  margin: 3px 5px 3px 0px;
  border-radius: 8px;
}
.pagination ul > li.active span {
  background-color: #448ef6;
  color: #fff;
  border-color: transparent;
}
#loadmore {
  text-align: center;
}
a#post_over {
  font-size: 14px;
  padding: 6px 20px;
  background-color: #ffffff;
  display: block;
  border-radius: 8px;
  color: #666;
  border: 1px solid #ddd;
}
a#post_over:hover {
  background: #448ef6;
  color: #fff;
}
.single-place {
  display: inline-block;
  margin-bottom: 30px;
}
.widget {
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 8px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 10px -2px rgba(158, 158, 158, 0.2);
  box-shadow: 0 0 10px -2px rgba(158, 158, 158, 0.2);
}
.widget:last-child {
  margin-bottom: 12px;
}
.widget ul {
  overflow: hidden;
}
.widget h3.widget-title {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
  margin-top: 2px;
  margin-bottom: 15px;
  position: relative;
  text-shadow: 0 0.25px 1.5px rgba(0, 0, 0, 0.25);
  padding: 3px 20px;
}
.widget h3.widget-title:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 30px;
  left: 4px;
  top: 0;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, 0%);
  background-color: #42a1ff;
}
.widget-box.divTags {
  overflow: hidden;
}
.widget-box.divTags li {
  width: auto;
  position: relative;
  display: inline-block;
  padding: 5px 0 0 0;
}
.widget-box.divTags li a {
  height: auto;
  text-align: center;
  padding: 6px 15px;
  border: 0px solid rgba(221, 221, 221, 0.78);
  background: #fafafa;
  border-radius: 5px;
  font-size: 12px;
  table-layout: fixed;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#divTags ul li.divTags0 a {
  color: #003366;
  opacity: .9;
}
#divTags ul li.divTags1 a {
  color: #993300;
  opacity: .9;
}
#divTags ul li.divTags2 a {
  color: #05792D;
  opacity: .9;
}
#divTags ul li.divTags3 a {
  color: #16929D;
  opacity: .9;
}
#divTags ul li.divTags4 a {
  color: #CC0000;
  opacity: .9;
}
#divTags ul li.divTags5 a {
  color: #0B0B0B;
  opacity: .9;
}
#divTags ul li.divTags6 a {
  color: #B433FF;
  opacity: .9;
}
#divTags ul li.divTags7 a {
  color: #B37333;
  opacity: .9;
}
#divTags ul li.divTags8 a {
  color: #567E95;
  opacity: .9;
}
#divTags ul li.divTags9 a {
  color: #428BCA;
  opacity: .9;
}
#divTags ul li.divTags10 a {
  color: #33B0CA;
  opacity: .9;
}
#divTags ul li.divTags0 a:hover {
  background-color: #003366;
  text-decoration: none;
  color: #fff;
  border-color: transparent;
}
#divTags ul li.divTags1 a:hover {
  background-color: #993300;
  text-decoration: none;
  color: #fff;
  border-color: transparent;
}
#divTags ul li.divTags2 a:hover {
  background-color: #05792D;
  text-decoration: none;
  color: #fff;
  border-color: transparent;
}
#divTags ul li.divTags3 a:hover {
  background-color: #16929D;
  text-decoration: none;
  color: #fff;
  border-color: transparent;
}
#divTags ul li.divTags4 a:hover {
  background-color: #CC0000;
  text-decoration: none;
  color: #fff;
  border-color: transparent;
}
#divTags ul li.divTags5 a:hover {
  background-color: #0B0B0B;
  text-decoration: none;
  color: #fff;
  border-color: transparent;
}
#divTags ul li.divTags6 a:hover {
  background-color: #B433FF;
  text-decoration: none;
  color: #fff;
  border-color: transparent;
}
#divTags ul li.divTags7 a:hover {
  background-color: #B37333;
  text-decoration: none;
  color: #fff;
  border-color: transparent;
}
#divTags ul li.divTags8 a:hover {
  background-color: #567E95;
  text-decoration: none;
  color: #fff;
  border-color: transparent;
}
#divTags ul li.divTags9 a:hover {
  background-color: #428BCA;
  text-decoration: none;
  color: #fff;
  border-color: transparent;
}
#divTags ul li.divTags10 a:hover {
  background-color: #33B0CA;
  text-decoration: none;
  color: #fff;
  border-color: transparent;
}
span.tag-count {
  display: none;
}
#divTags ul li.divTags4 a {
  color: #CC0000;
  opacity: .9;
}
#divTags ul li.divTags5 a {
  color: #0B0B0B;
  opacity: .9;
}
#divTags ul li.divTags4 a:hover {
  background-color: #CC0000;
  text-decoration: none;
  color: #fff;
  border-color: transparent;
}
#divTags ul li.divTags5 a:hover {
  background-color: #0B0B0B;
  text-decoration: none;
  color: #fff;
  border-color: transparent;
}
.side_hot {
  margin-bottom: 10px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  color: #fff;
  border-radius: 3px;
  overflow: hidden;
}
.list-media {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 0 10px 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 8px;
}
.list-media:last-child {
  margin-bottom: 0px;
}
.list-media:hover a.media-content {
  -webkit-animation: tada 1s .2s ease both;
  -moz-animation: tada 1s .2s ease both;
}
a.media-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  border-radius: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: rgba(120, 120, 120, 0.1);
}
.list-media:after {
  padding-top: 50%;
  content: "";
  display: block;
}
span.list-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.66);
  position: absolute;
  opacity: .22;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.list-content {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  padding: .75rem;
  background: #222831;
  background: -webkit-linear-gradient(to bottom, rgba(6, 6, 8, 0), rgba(6, 6, 8, 0.7));
  background: linear-gradient(to bottom, rgba(6, 6, 8, 0), rgba(6, 6, 8, 0.7));
}
p.list-footer {
  margin-top: 0.25rem;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.78);
}
.side_new {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.side_new_dot {
  position: relative;
  border-color: #e0e3ef;
  padding: 0 .5rem;
  margin: 0 1.25rem 0 0;
}
.side_new_dot:before, .side_new_dot:after {
  content: "";
  position: absolute;
  border-color: #999;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.side_new .side_new_dot:before {
  top: 5px;
  border-color: #48a4ff;
  background-color: #fff;
  z-index: 2;
}
.side_new .side_new_dot:after {
  width: 0;
  height: auto;
  top: 20px;
  bottom: 0;
  border-right-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0;
  border-color: #48a4ff;
}
.side_new:last-child .side_new_dot:after {
  bottom: 10px;
}
.side_new_inner {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 10px;
}
.side-new-title {
  font-size: 13px;
  max-height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.6;
}
.side-new-time {
  position: relative;
  margin-top: 5px;
  color: #aaacb6;
  font-size: 12px;
}
.side-new-time span.spot {
  padding: 0 12px 0 8px;
}
.side-new-time span.spot:after {
  top: 8px;
}
span.spot {
  color: #e1e1e1;
  padding: 0 10px 0 5px;
}
span.spot:after {
  content: "";
  position: absolute;
  top: 10px;
  width: 3px;
  height: 3px;
  border-radius: 10px;
  background-color: #42a1ff;
  -webkit-transform: rotate(135deg) translate(1px, 2px);
  transform: translate(25%, -50%);
}
.side_random li.r-item {
  float: left;
  width: 50%;
  position: relative;
  line-height: 1.46;
  padding: 3px;
  overflow: hidden;
}
.side_random li.r-item:nth-last-of-type(-n+2) {
  border-bottom: 0;
  margin-bottom: -3px;
}
.side_random li .r-item-wrap {
  position: relative;
}
.side_random li .r-thumb {
  position: relative;
  height: 0;
  display: block;
  padding-top: 68.666%;
  border-radius: 8px;
  background: #f8f9fa;
  overflow: hidden;
  box-shadow: 0 0 8px #d3d3d3;
}
.side_random li img {
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  -webkit-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  max-width: 100%;
  vertical-align: top;
}
.r-item-wrap:hover a.r-thumb img {
  opacity: .68;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
.side_random li h4.r-title {
  margin: 0;
  bottom: 0;
  opacity: 1;
  padding: 6px 0 8px;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.side_random li h4.r-title a {
  height: auto;
  font-size: 13px;
  font-weight: 400;
  overflow: hidden;
  line-height: 1.6;
}
#side_random {
  position: relative;
}
.r-item-btn {
  cursor: pointer;
  align-items: center;
  border: none;
  background: none;
  text-align: center;
  display: block;
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 13px;
  font-weight: 500;
  color: #448ef6;
}
.r-item-btn i.font-suijibofang {
  font-size: 13px;
}
#side_random h3.widget-title:after {
  display: none;
}
#side_con ul {
  margin-top: -8px;
  padding: 0;
}
#side_con li {
  overflow: hidden;
  padding: 10px 0px;
  line-height: 40px;
  height: 98px;
  border-bottom: 1px #DDD solid;
  color: #999;
  position: relative;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#side_con li a {
  height: auto;
  display: block;
  line-height: 20px;
}
#side_con li .hotcom-img {
  width: 100px;
  height: 75px;
  float: left;
  margin-right: 10px;
  overflow: hidden;
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#side_con li img {
  width: 100px;
  height: 75px;
}
#side_con li .hotcom-left {
  overflow: hidden;
  margin-left: 0;
  text-align: justify;
}
.hot-com-title {
  display: block;
  height: 50px;
  line-height: 175%;
  font-size: 14px;
  word-wrap: break-word;
  color: #555;
  white-space: normal;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 500;
}
.hot-com-title span {
  position: absolute;
  left: 0px;
  background: #999;
  font-size: 12px;
  color: #fff;
  line-height: 180%;
  margin: 0 8px 0 0;
  padding: 0 5px 1px;
  border-radius: 2px;
}
.hot-com-title span.num1 {
  background: #C00;
}
.hot-com-title span.num2 {
  background: #ef8f31;
}
.hot-com-title span.num3 {
  background: #6bd139;
}
.hot-com-clock {
  color: #9A9A9A;
  font-size: 13px;
  font-size: .95em;
  line-height: 27px;
  text-align: left;
}
#side_con li:last-child {
  border-bottom: 1px solid transparent;
}
.widget_avatar {
  background: #fff;
  padding: 0 0 10px 0px;
  border-radius: 8px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 0px 10px -2px rgba(158, 158, 158, 0.2);
  box-shadow: 0px 0px 10px -2px rgba(158, 158, 158, 0.2);
  height: 288px;
}
.widget_user {
  position: relative;
  z-index: 1;
  height: 125px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 108px;
  background-size: cover;
  border-radius: 8px;
  background-image: url(../images/intro_bg.jpg);
}
.widget_user img {
  margin: 0 auto;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 99px;
  padding: 5px;
  background: rgba(255, 255, 255, .88);
}
.widget_user .name {
  padding: 0 20px;
  text-align: center;
  margin: 5px 0 10px;
}
.widget_user .name p {
  margin-top: 5px;
  max-height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.webinfo {
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 0px solid rgba(150, 150, 150, 0.1);
}
.webinfo .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  user-select: none;
  font-size: 14px;
  color: #666;
}
.webinfo .item:nth-child(2) {
  border-left: 1px solid rgba(150, 150, 150, 0.38);
  border-right: 1px solid rgba(150, 150, 150, 0.38);
}
.webinfo .item span.num {
  max-width: 70px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #333;
  margin-bottom: 3px;
}
.widget_user:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, transparent, #fff);
}
.user-bgif {
  position: relative;
  padding-top: 50px;
}
.user-bgif:hover {
  background-size: cover;
}
.pic-reads-title {
  width: 25%;
  height: 100%;
  float: left;
  position: relative;
  z-index: 1;
}
.pic-reads-title a {
  display: block;
  display: flex;
  width: 100%;
  height: 368px;
  z-index: 2;
  background-size: cover;
  background-position: center center;
}
.pic-reads-title a:before {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}
.pic-reads-title h3 {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  width: 100px;
  text-align: center;
  border-radius: 15px;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 4;
  font-weight: normal;
  background: rgba(0, 0, 0, 0.6);
}
.pic-reads-title p {
  line-height: 25px;
  color: #fff;
  font-size: 14px;
  width: 85%;
  margin: 0 auto;
  z-index: 5;
  align-self: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pic-reads-list {
  width: 100%;
  float: right;
}
.pic-reads-list ul {
  margin-right: -2%;
  margin-bottom: -2%;
  overflow: hidden;
}
.pic-reads-list ul li {
  width: 18%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  overflow: hidden;
  border-radius: 8px;
}
.pic-list-img {
  width: 100%;
  height: 175px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.pic-list-img a.pic-img-cover {
  width: auto;
  z-index: 1;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  border-radius: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: rgba(120, 120, 120, 0.1);
}
.pic-list-img a.pic-img-cover:before {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.28);
  opacity: 1;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}
.pic-list-img h3 {
  font-size: 15px;
  line-height: 1.6;
  height: 50px;
  color: #fff;
  position: absolute;
  left: 5px;
  top: 115px;
  z-index: 3;
  width: 230px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
.pic-list-img h3 a {
  color: #fff;
}
.pic-list-img:hover h3 {
  top: 90px;
}
.pic-list-img:hover .pic-img-lnums {
  bottom: 10px;
}
.pic-list-img:hover a.pic-img-cover:before {
  background: rgba(0, 0, 0, 0.68);
}
.pic-list-img:hover a img {
  transition: All .7s ease;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.pic-img-lnums {
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  position: absolute;
  left: 20px;
  bottom: -20px;
  z-index: 3;
  width: 230px;
  overflow: hidden;
  -webkit-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
.pic-img-lnums h4 {
  float: left;
  font-size: 1em;
}
.pic-img-lnums span.spot:after {
  background-color: #fff;
  top: 12px;
}
.line-big {
  overflow: hidden;
  margin-left: -1.5%;
  margin-top: 15px;
  margin-bottom: -15px;
}
.line-box {
  position: relative;
  float: left;
  padding: 0 20px;
  width: 31.833%;
  margin-left: 1.5%;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(221, 221, 221, 0.28);
  border-radius: 8px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 0px 10px -2px rgba(158, 158, 158, 0.2);
  box-shadow: 0px 0px 10px -2px rgba(158, 158, 158, 0.2);
}
.side-title-wrap {
  margin-top: 15px;
  padding-bottom: 15px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.side-title-wrap h3.widget-title {
  font-size: 16px;
  color: #333;
  margin-right: 16px;
  float: left;
  vertical-align: bottom;
  padding-left: 15px;
  margin-left: 0px;
  border-left: 4px solid #3690cf;
  font-weight: 400;
}
.side-title-wrap span, .side-title-wrap span.suburl a {
  font-size: 12px;
  color: #999;
}
.cat-site {
  padding-top: 10px;
  padding-bottom: 10px;
}
.cat-list li {
  line-height: 35px;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}
span.list-date {
  float: right;
  color: #999;
  position: relative;
  top: 2px;
  margin-left: 8px;
}
.cat-list li a {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.cat-list li a:hover {
  color: #4693e9;
  margin-left: 6px;
}
.single-title {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  position: relative;
}
.single-title:after {
  content: "";
  position: absolute;
  left: 0;
  background: #3987fe;
  width: 58px;
  height: 2px;
  bottom: -1px;
  -moz-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.single-title h1 {
  margin: 13px auto 15px;
  font-size: 22px;
  line-height: 1.5;
  margin-top: 0;
  font-weight: 500;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
div#font-change span {
  margin-right: 0;
}
#font-change {
  font-size: 16px;
}
.single-title-meta {
  position: relative;
  font-size: 12px;
  text-align: center;
}
.single-title-meta span.spot {
  padding: 0 10px;
  position: relative;
}
.single-title-meta span.spot:after {
  top: 50%;
  transform: translate(-100%, -50%);
}
.single-entry {
  text-align: justify;
  padding: 0px 10px;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
}
span.red {
  color: #f60;
  margin: 0 3px;
}
.statement {
  text-align: justify;
  border-radius: 8px;
  position: relative;
  background: #f5f5f5;
  padding: 15px;
  margin-bottom: 20px;
}
.statement:after {
  content: "";
  display: block;
  width: 31px;
  height: 27px;
  position: absolute;
  right: 10px;
  bottom: 6px;
  background-size: 100%;
  z-index: 26;
  transform: rotateZ(180deg);
}
.statement span {
  margin: 0 3px;
}
.post-tags {
  margin: 5px auto 5px;
  text-align: center;
}
.post-tags a {
  display: inline-block;
  padding: 8px 10px;
  margin-right: 1rem;
  margin-bottom: 5px;
  font-size: 75%;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  color: #fff;
  background-color: rgba(3, 150, 255, 0.68);
  border-radius: 4px;
  font-weight: 400;
}
.post-tags a:hover {
  opacity: 0.85;
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
}
.Menu-item {
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: black;
}
@-webkit-keyframes scale {
  0%, 40%, 100% {
    -moz-transform: scaleY(0.2);
    -ms-transform: scaleY(0.2);
    -o-transform: scaleY(0.2);
    -webkit-transform: scaleY(0.2);
    transform: scaleY(0.2)
  }
  20%, 60% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }
}
@-moz-keyframes scale {
  0%, 40%, 100% {
    -moz-transform: scaleY(0.2);
    -ms-transform: scaleY(0.2);
    -o-transform: scaleY(0.2);
    -webkit-transform: scaleY(0.2);
    transform: scaleY(0.2)
  }
  20%, 60% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }
}
@-ms-keyframes scale {
  0%, 40%, 100% {
    -moz-transform: scaleY(0.2);
    -ms-transform: scaleY(0.2);
    -o-transform: scaleY(0.2);
    -webkit-transform: scaleY(0.2);
    transform: scaleY(0.2)
  }
  20%, 60% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }
}
@keyframes scale {
  0%, 40%, 100% {
    -moz-transform: scaleY(0.2);
    -ms-transform: scaleY(0.2);
    -o-transform: scaleY(0.2);
    -webkit-transform: scaleY(0.2);
    transform: scaleY(0.2)
  }
  20%, 60% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }
}
.comiis_poster_a {
}
.comiis_poster_a i {
}
em, i {
  font-style: normal;
}
a.comiis_poster_a:hover {
}
.read_outer {
  float: right;
  color: #fff;
  padding: 0 10px;
  background: #ff6d50;
  border-radius: 20px;
  font-size: 12px;
  line-height: 32px;
  margin: 0 10px 15px 0;
}
.read_outer a {
  color: #fff;
}
.readlist {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.readlist .read_outer {
  float: none;
  display: inline-block;
  margin: 0 8px 10px 0;
}
.z-thumbs-up {
  cursor: pointer;
}
span.autlv {
  font-size: 10px;
  color: #fff;
  display: inline-block;
  vertical-align: text-top;
  font-weight: normal;
  border-radius: 2px;
  line-height: 1.4;
  padding: 0 5px;
  letter-spacing: 0px;
  margin-top: 3px;
}
.widget_user .name .autlv {
  border-radius: 50px;
  margin-left: 3px;
  line-height: 17px;
}
.link-box {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(221, 221, 221, 0.28);
  padding: 20px 20px;
  border-radius: 8px;
  margin-top: 15px;
  -webkit-box-shadow: 0px 0px 10px -2px rgba(158, 158, 158, 0.2);
  box-shadow: 0px 0px 10px -2px rgba(158, 158, 158, 0.2);
}
.links-title {
  padding-bottom: 15px;
  padding-left: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  position: relative;
  z-index: 9;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.links-title h3 {
  font-size: 16px;
  color: #333;
  margin-right: 16px;
  display: inline-block;
  vertical-align: bottom;
}
.links-title h3:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  width: 3px;
  height: 22px;
  background-color: #00a4ff;
}
.links-title span, .links-title span a {
  font-size: 12px;
  color: #888;
}
span.suburl {
  float: right;
  position: relative;
  top: 4px;
  margin-left: 10px;
}
#links-home {
  overflow: hidden;
  margin-bottom: -10px;
}
#links-home li {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 9%;
  margin-right: 1%;
  margin-bottom: 15px;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#links-home li a {
  vertical-align: middle;
}
#links-home li img {
  width: 16px;
  margin-right: 3px;
  position: relative;
  top: -1px;
}
span.suburl i.icon {
  margin-left: 3px;
}
.f-last-line {
  height: auto;
  display: table-cell;
  vertical-align: middle;
}
.f-last-line p {
  color: #dee2e6;
  padding: 8px 10px;
  background: #333;
  font-size: 13px;
  border-radius: 4px;
  line-height: 1.8;
}
.footer-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer-menu {
  margin-bottom: .75rem;
}
.footer-menu a {
  display: inline-block;
  margin: 0 1rem 0 0;
}
.footer-links {
  float: left;
  width: 63.666667%;
  font-size: 13px;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #dee2e6 !important;
}
.footer-RunTime {
  margin-bottom: .75rem;
}
.footer-RunTime span.rt-sql {
  margin: 0 5px;
}
.backtop {
  z-index: 999;
  bottom: 100px;
  position: fixed;
  right: 15px;
  margin-right: 15px;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
}
.backtop a, .backtop i {
  color: #fff;
}
.backtop .bt-box {
  margin-bottom: 6px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  background: rgb(68, 142, 246);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  text-align: center;
}
.bt-box.qq:hover, .backtop .bt-box:hover {
  background: rgb(66, 161, 255);
}
.bt-box.qq:hover a, .backtop .bt-box:hover i {
  color: #fff;
}
.backtop .top {
  display: none
}
.backtop a:hover, .backtop i:hover {
  color: #f3f3f3;
}
#backtop i.icon {
  color: #fff;
  font-size: 1.2em;
  font-size: 15px;
  font-weight: bold;
  margin-right: 0;
}
#backtop .bt-box.qq i.icon {
  font-size: 14px;
}
.backtop div:last-child {
  margin-bottom: 0;
}
@font-face {
  font-family: talklee;
  src: url("libs/Barlow-Regular.ttf") format("truetype");
}
.m-top-search, .m-top-logo {
  display: none;
}
@media screen and (min-width: 1440px) {
  .top-header .container {
    max-width: 95%;
  }
}
@media screen and (min-width: 1580px) {
  .top-header .container, .container {
    max-width: 1400px;
  }
}
@media screen and (max-width: 1330px) {
  .top-header .container, .container {
    max-width: 1200px;
  }
  .nav-pills li {
    margin: 0 1.5rem 0 0;
  }
  input.search-input {
    padding-right: 5px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 999px) {
  .menu-item-has-children > a:after, .nav-pills li:before, .secnav {
    display: none;
  }
  .top-header {
    height: 56px;
  }
  #mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 899;
    display: none;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    transition: visibility 0.35s, opacity 0.35s;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 0;
  }
  i.nav-bar {
    float: right;
    z-index: 1000;
    padding: 20px 2px 14px;
    line-height: 55px;
  }
  i.nav-bar span {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 20px;
    height: 2px;
    margin-bottom: 6px;
    position: relative;
    background: #666;
    border-radius: 30px;
    z-index: 1;
    -webkit-transform-origin: 20px;
    transform-origin: 20px;
    -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  aside.mobile_aside {
    animation: right 1s;
    position: fixed;
    z-index: 99999;
    bottom: 0px;
    top: 0px;
    left: -100%;
    margin: 0;
    padding: 0px;
    width: 360px;
    box-shadow: none;
    border-top: 0px solid white;
    overflow-y: auto;
    background: rgba(96, 96, 96, 0.96);
    background: #ddd;
    overflow-x: hidden;
    -moz-transition: ease-in-out 0.6s;
    -webkit-transition: ease-in-out 0.6s;
    -o-transition: ease-in-out 0.6s;
    transition: ease-in-out 0.6s;
  }
  .nav-pills {
    max-width: 100%;
    max-height: 100%;
    margin: 15px 15px 20px;
    position: relative;
    padding: 15px 0 10px 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22);
    float: none;
  }
  aside.mobile_nav ul li {
    list-style-type: none;
    position: relative;
    padding: 0 20px;
    line-height: 1.42857143;
    float: none;
    display: block;
    margin-right: 0;
  }
  aside.mobile_nav ul li > a {
    position: relative;
    display: block;
    padding: .75rem 0;
    line-height: normal;
  }
  aside.mobile_nav ul li, .sub-menu li:nth-child(n) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .nav-pills li > ul {
    float: none;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    opacity: 1;
    visibility: visible;
    border-radius: 2px;
    z-index: 100;
    display: none;
    -moz-transition: ease-in-out 0s;
    -webkit-transition: ease-in-out 0s;
    -o-transition: ease-in-out 0s;
    transition: ease-in-out 0s;
    background: rgba(158, 158, 158, 0.58);
  }
  .nav-pills li:hover > ul {
    opacity: 1;
    visibility: visible;
    background: rgba(158, 158, 158, 0.58);
    box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22);
    -webkit-transition: ease-in-out 0s;
    -moz-transition: ease-in-out 0s;
    -o-transition: ease-in-out 0s;
    filter: alpha(opacity=100);
  }
  a.at-night.top-night {
    display: inline-block;
    width: 16px;
    height: 16px;
  }
  .search-warp {
    width: 0;
    margin: 0 auto;
  }
  .search-warp form {
    margin: 0 auto;
  }
  input.search-input {
    width: 74%;
  }
  .nav-search-hot a {
    margin: 0 auto;
  }
  .main {
    width: 100%;
    padding: 0 15px;
    flex: auto;
    -ms-flex: auto;
  }
  .side {
    display: none;
  }
  .nav-pills li > ul {
    background-color: transparent;
    border-left: 2px solid #ddd;
    border-top: 0;
  }
  .nav-pills li:hover > ul {
    background-color: #fbfbfb;
    box-shadow: none;
  }
  .nav-pills li .sub-menu:before {
    border-color: transparent;
  }
  .secnav.secnav-b {
    display: block;
  }
  .top-header .container {
    max-width: 100%;
  }
  .search-icon, .search-warp > a, a.logo:after {
    display: none;
  }
  .navlogo {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    align-items: center;
    justify-content: space-between;
  }
  i.nav-bar {
    padding: 0;
    float: none;
  }
  .m-top-logo span:nth-child(2) {
    width: 10px;
    margin-right: 0;
  }
  .m-top-logo span:nth-child(3) {
    margin-bottom: 0;
  }
  a.logo {
    height: 55px;
    line-height: 55px;
    padding: 0;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
  }
  a.logo img {
    max-height: 45px;
  }
  .m-top-search {
    width: 20px;
    height: 20px;
    fill: #606266;
    cursor: pointer;
    font-size: 20px;
    line-height: 18px;
    display: block;
  }
  .m-top-logo {
    display: block;
  }
  .m-top-search i.top-search {
    margin-right: 0;
  }
  .footer-hidden-xs {
    display: none;
  }
  .footer-fill, .footer-links {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  a#post_over:hover {
    background: #ffffff;
    color: #666;
  }
  a#post_over {
    padding: 10px 20px;
  }
  #links-home li {
    width: 23%;
  }
  .pic-reads-title {
    display: none;
  }
  .pic-reads-list {
    width: 100%;
  }
  .pic-list-img {
    height: 20.83333vw;
  }
  .pic-list-img h3 {
    width: 100%;
    left: 0;
    padding: 0 10px;
    top: auto;
    bottom: 5px;
    font-weight: 500;
  }
  .pic-img-lnums {
    width: 100%;
    left: 0;
    padding: 0 10px;
  }
  .pic-list-img:hover h3 {
    top: 10.02604vw;
  }
  #font-change {
    font-size: 14px;
  }
  .menu-nav-inline {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-box-pack: justify;
    padding: 0 10px;
    display: block;
    height: 30px;
    margin: 0 -5px;
    text-overflow: clip;
  }
  .menu-nav-inline::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 0;
  }
  .menu-nav-inline::-webkit-scrollbar-track {
    background: transparent;
  }
}
@media screen and (max-width: 680px) {
  .container {
    padding: 0;
  }
  .row {
    margin: 0 auto;
  }
  .main {
    padding: 0 10px;
  }
  .pic-img-lnums, span.meta-viewnums span.separator, .entry-meta a.meta-viewnums {
    display: none;
  }
  .list-left .post-list.blockimg:nth-child(even) .entry-container, .entry-container {
    padding: 20px 0 20px 180px;
  }
  .block-image.feaimg {
    width: 160px;
    height: 120px;
  }
  .post-list.blockimg:nth-child(even) .entry-container {
    padding: 20px 180px 20px 0px;
  }
  .ss p {
    max-height: 56px;
    line-height: 27px;
  }
  .entry-meta-author, .post-list.blockimg .fea-meta {
    margin-top: 0;
    font-size: 12px;
  }
  .entry-summary p {
    margin: 0.7em 0 .5em 0;
  }
  .pagination {
    text-align: center;
  }
  .side-hot .pagination {
    margin-top: 15px;
  }
  .links-title span.linksub {
    margin-top: 10px;
    display: block;
    margin-bottom: -5px;
    margin-left: -15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .links-title span.suburl {
    position: absolute;
    right: 0;
    top: 0;
  }
  .line-box {
    width: 100%;
    margin: 0 auto 15px;
  }
  .guide-list .guide-inner {
    width: 50%;
  }
  .guide-inner-info p {
    line-height: 1.68;
    height: 40px;
    margin-top: 3px;
  }
  .guide-inner:nth-child(3n) {
    border-right-color: #ddd;
  }
  .guide-list .guide-inner:nth-child(even) {
    border-right-color: transparent;
  }
  .guide-inner.top-num4, .guide-inner.top-num5 {
    border-bottom-color: transparent;
  }
  .side.mside {
    display: block;
    width: 100%;
    -ms-flex: auto;
    flex: auto;
    padding: 0 10px;
    margin-top: 20px;
  }
  .line-big {
    margin: 15px 10px -15px;
  }
  .link-box {
    margin: 15px 10px 0;
  }
}
@media screen and (max-width: 580px) {
  .entry-summary.ss {
    display: none;
  }
  .single-title h1 {
    font-size: 20px;
  }
  .box-show, .post-list {
    padding: 0 15px;
    margin-bottom: 10px;
  }
  .entry-container .l-line {
    left: -16px;
    top: 15px;
  }
  .entry-container {
    padding: 15px 0 15px 115px;
    min-height: 110px;
  }
  .post-list.blockimg:nth-child(even) .entry-container {
    padding: 15px 115px 15px 0px;
  }
  .list-left .post-list.blockimg:nth-child(even) .entry-container {
    padding: 15px 0px 15px 115px;
  }
  .block-image.feaimg {
    width: 106px;
    height: 80px;
    margin-right: 15px;
  }
  .blockimg .entry-meta.fea-meta {
    bottom: 13px;
    position: absolute;
    height: 22px !important;
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0 !important;
  }
  .blockimg header.entry-header {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
  }
  .entry-container .entry-header h3 {
    font-size: 16px;
    max-height: 49px;
    font-weight: 500;
  }
  .blockimg .entry-container .entry-header h3 {
    height: 49px;
  }
  .blockimg .entry-meta-items {
    display: flex;
    align-items: center;
    margin-top: auto;
    font-size: 13px;
  }
  .blockimg .entry-meta.fea-meta {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    bottom: -13px;
  }
  .blockimg span.meta-viewnums {
    display: block;
    margin-left: auto;
  }
  .line-box:last-child {
    display: block;
  }
  .footer-fill {
    display: block !important;
  }
  .footer-column, .footer-links {
    text-align: center;
    line-height: 1.6;
  }
  .backtop {
    right: -10px;
  }
  .backtop .bt-box {
    width: 36px;
    height: 35px;
    line-height: 35px;
  }
  .picsrcd .entry-meta-author {
    display: none;
  }
  .pic-reads-list ul li {
    width: 48%;
  }
  .pic-list-img {
    height: 28.44827vw;
  }
  .pic-list-img:hover h3 {
    top: auto;
    bottom: 20px;
  }
  .entry-container:hover span.item-img-cate {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .guide-inner-info {
    height: auto;
  }
  .g-i-top {
    display: none;
  }
  .entry-meta-author {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .single-title h1 {
    font-size: 18px;
  }
  .single-title {
    padding: 20px 0 10px;
  }
  .entry-summary p {
    max-height: 47px;
  }
  .footer-links {
    margin-top: 10px;
    padding-top: 10px;
  }
  aside.mobile_aside {
    width: 85%;
  }
  span.badge {
    padding: 1px 3px;
  }
  .single-title-meta span.single-author, .single-title-meta span.single-time span.spot {
    display: none;
  }
  #backtop i.icon {
    font-size: 14px;
  }
  .guide-box {
    padding: 10px 10px 5px 10px;
  }
  .nav-pills {
    margin: 15px 8px 20px;
  }
}
@media screen and (max-width: 350px) {
  span.meta-viewnums i.icon {
    display: none;
  }
  aside.mobile_aside {
    width: 85%;
  }
}
.dhfzdx p {
  font-size: 14px !important;
}
.article-body p {
  font-size: 18px;
  margin: 6px auto;
  line-height: 35px;
  color: #222;
}
.article-body img {
  text-align: center;
  max-width: 100%;
  display: block;
  margin: 20px auto;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.article-body strong {
  display: block;
  color: #0B0B0B;
  padding: 0 20px;
  letter-spacing: .5px;
  border-left: 3px solid #3987fe;
  margin: 10px auto;
}
.footer {
  padding: 50px 0;
  color: rgba(255, 255, 255, .7);
  background: #2d3236
}
.footer a {
  color: rgba(255, 255, 255, .7);
}
@media (max-width: 991px) {
  .footer {
    padding: 25px 10px;
    text-align: center
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 10px;
  }
}
.footer a:hover {
  color: rgba(255, 255, 255, .9);
  text-decoration: none
}
.footer .copyright {
  font-size: 14px
}
@media (max-width: 767px) {
  .footer .copyright {
    font-size: 12px
  }
}
.footer .copyright p {
  margin: 0 0 5px
}
.footer .footer-nav, .footer .menu ul, .footer ul.menu {
  padding: 0;
  margin: 0 0 12px;
  font-size: 14px;
  list-style: none
}
.footer .footer-nav li, .footer .menu ul li, .footer ul.menu li {
  display: inline-block;
  margin-right: 10px;
  line-height: 18px
}
.footer .footer-nav li:after, .footer .menu ul li:after, .footer ul.menu li:after {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  opacity: .8;
  content: "|";
  vertical-align: top
}
.footer .footer-nav li:last-child:after, .footer .menu ul li:last-child:after, .footer ul.menu li:last-child:after {
  display: none
}
.footer .footer-nav a, .footer .menu ul a, .footer ul.menu a {
  display: inline-block;
  padding-right: 10px;
  vertical-align: top
}
.footer-col {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  margin-right: 32px
}
@media (max-width: 767px) {
  .footer-col {
    margin-right: 0
  }
}
@media (max-width: 1239px) {
  .footer-col-logo {
    display: none
  }
}
.footer-col-logo img {
  display: block;
  max-width: 160px;
  max-height: 60px;
  height: auto
}
.footer-col-sns {
  float: right;
  margin-right: 0
}
@media (max-width: 991px) {
  .footer-col-sns {
    display: none
  }
}
.footer-sns {
  display: inline-block;
  margin-top: 3px;
  font-size: 0
}
.footer-sns a {
  display: inline-block;
  margin: 7px 0 7px 20px;
  vertical-align: top
}
.footer-sns .sns-icon {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .8);
  z-index: 0
}
.footer-sns .sns-icon svg, .footer-sns .sns-icon:before {
  position: relative;
  z-index: 1
}
.footer-sns .sns-icon:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--theme-hover);
  border-radius: 50%;
  content: "";
  opacity: 0;
  filter: alpha(opacify=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0)
}
.footer-sns .sns-icon.material-icons:after {
  z-index: -1
}
.footer-sns .sns-icon:hover {
  color: #fff
}
.footer-sns .sns-icon:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacify=100);
  -webkit-transition: all .5s cubic-bezier(.3, 0, 0, 1.3) 0s;
  -o-transition: all .5s cubic-bezier(.3, 0, 0, 1.3) 0s;
  transition: all .5s cubic-bezier(.3, 0, 0, 1.3) 0s
}
.prev-next {
  padding: 1.5em;
  position: relative
}
.prev-next strong {
  font-weight: 400;
}
.prev-next .post-next, .prev-next .post-prev {
  width: 46%;
  color: #999;
  font-size: 16px
}
.prev-next .post-next {
  text-align: right
}
.prev-next .next, .prev-next .prev {
  display: block;
  font-size: 14px
}
#comments {
  padding: 10px 20px;
  margin-bottom: 12px;
}
#comments h3, #comments h4, h3.section-title {
  line-height: 2;
  padding-bottom: 5px;
  margin: 0px 0 20px;
  border-bottom: 1px solid #e2e2e2;
  color: #4693e9;
  font-size: 1.15em;
  width: 100%;
  position: relative;
}
#comments h3:after, #comments h4:after, #comments .comment-tab:after, h3.section-title:after {
  content: "";
  position: absolute;
  width: 65px;
  height: 2px;
  background: #4693e9;
  left: 0;
  bottom: -1px;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
#comments .comment-tab {
  line-height: 25px;
  border-bottom: 1px solid #ddd;
  padding: 5px 0 5px 5px;
  position: relative;
}
.come-comt {
  color: #333;
  font-size: 16px;
}
.commentlist {
  margin-bottom: 5px;
  margin-top: 20px;
}
.come-comt i.icon {
  margin-right: 5px;
  font-size: 18px;
  font-size: 1.2em;
}
.comment-text-center {
  cursor: pointer;
  text-align: center;
  margin: 18px 0;
  font-size: 16px;
  font-size: 1.15em;
  color: #338A9C;
  font-weight: 500;
}
.comment-text-center i.icon {
  position: relative;
  font-size: 1.2em;
  top: 1px;
}
#comments span.come-comt {
  font-weight: 700;
  font-size: 16px;
  color: #888;
}
span.come-comt i.icon {
  font-size: 1.3em;
}
#comments span#comment_count {
  font-weight: normal;
  font-size: 14px;
  color: #666;
  float: none !important;
}
#comments h5 {
  margin: 8px;
}
#comments h4 span {
  margin-right: 8px;
}
#comments h4 span.jubao {
  float: right;
  margin-right: 0;
}
#comments h4 span.jubao small {
  color: #338A9C;
}
#comments h4 span.jubao small:hover {
  color: #F05A28;
}
.comt-box {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.show-comments {
  width: 69%;
  float: left;
  overflow: hidden;
}
.show-sidebar {
  width: 30%;
  float: right;
  margin-top: 10px;
}
#frmSumbit #inpName, #frmSumbit #inpEmail, #frmSumbit #inpHomePage, #frmSumbit #inpVerify {
  border: 1px solid transparent;
  padding-left: 10px;
  width: 100%;
  height: 44px;
  line-height: 44px;
  color: #333;
  background: #f5f5f5;
  margin-bottom: 0;
  font-size: 15px;
  border-bottom: 1px solid #efebeb;
}
#frmSumbit .comt-box input#inpHomePage {
  border-top-right-radius: 5px;
}
#frmSumbit .comt-box input#inpName {
  border-top-left-radius: 5px;
  border-right: 1px solid #ddd;
}
#frmSumbit .comt-box input#inpEmail {
  border-right: 1px solid #ddd;
}
.liuyan {
  float: left;
  width: 33.333%;
  position: relative;
}
#frmSumbit .input-inpVerify #inpVerify {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  width: 100%;
  padding-left: 10px;
  border: 1px solid #ddd;
}
.form-inpVerify {
  width: auto;
  position: relative;
  min-height: 1px;
}
.commentpost .input-group-addon {
  border-left: 1px solid #eee;
  position: absolute;
  right: -1px;
  top: 0px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  font-weight: 400;
  color: #555;
  text-align: center;
  vertical-align: middle;
}
.input-inpVerify {
  position: relative;
  display: inherit;
  border-collapse: separate;
}
.input-group-addon img {
  height: 100%;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  padding: 1px 1px 1px 0;
  width: 99%;
  background-color: transparent;
}
.commentpost label {
  height: auto;
  overflow: hidden;
  clear: left;
  float: left;
  line-height: 15px;
  border-color: #CCC;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  margin: 0;
  padding: 6px 10px;
}
#frmSumbit .psumbit {
  padding-bottom: 10px;
  margin-top: -8px;
  line-height: 30px;
  padding-top: 10px;
  position: relative;
  background: rgb(242, 244, 252);
  border-radius: 8px;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
#frmSumbit .button {
  color: #FFFFFF;
  background-color: #3690cf;
  height: 30px;
  width: 88px;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-radius: 4px;
  float: right;
  margin: 2px 10px 0 10px;
}
#frmSumbit .button:hover {
  background-color: #57bdf7;
  cursor: pointer;
}
.msg .msgimg img {
  clear: left;
  float: left;
  margin-right: 10px;
  padding: 2px;
  height: 50px;
  width: 50px;
  border: 1px solid #ddd;
  background-color: #f1f1f1;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-transition: 0.4s;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
}
.msgarticle img {
  margin-top: 2px;
  padding: 0 2px;
}
#comments .msg {
  font-size: 12px;
  line-height: 22px;
  border-bottom: 1px solid #ddd;
  padding: 16px 0;
  word-wrap: break-word;
  word-break: break-all;
}
i.author-ident:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 58px;
}
i.author-ident.author1:after {
  background: url(images/vjin.png) no-repeat;
  background-size: 20px;
}
i.author-ident.author2:after {
  background: url(images/vhuang.png) no-repeat;
  background-size: 20px;
}
i.author-ident.author3:after {
  background: url(images/vlan.png) no-repeat;
  background-size: 20px;
}
i.author-ident.author4:after {
  background: url(images/vhong.png) no-repeat;
  background-size: 20px;
}
i.author-ident.author5:after {
  background: url(images/vfen.png) no-repeat;
  background-size: 20px;
}
i.author-ident.author6:after {
  background: url(images/vhui.png) no-repeat;
  background-size: 20px;
}
.widget-cover {
  position: absolute;
  left: 50%;
  z-index: 29;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-size: cover;
  width: 100%;
  height: 100%;
  top: -10%;
}
.widget-cover.vip0 {
  background-image: url(images/avatargj_vip0.png);
  top: -15%;
}
.widget-cover.vip4 {
  background-image: url(images/avatargj_vip4.png);
  top: -18%;
  transform: rotate(-18deg);
  -ms-transform: rotate(-18deg);
  -moz-transform: rotate(-18deg);
  -webkit-transform: rotate(-18deg);
  -o-transform: rotate(-18deg);
  left: 0%;
}
.widget-cover.vip3 {
  background-image: url(images/avatargj_vip3.png);
  top: -18%;
}
.widget-cover.vip2 {
  background-image: url(images/avatargj_vip2.png);
  top: -12%;
}
.widget-cover.vip1 {
  background-image: url(images/avatargj_vip1.png);
}
.layvip4 {
  background-image: url(images/avatargj_vip4_l.png);
}
#cancel-reply small {
  margin: 0 10px;
  color: #ff6f3d;
  font-weight: 500;
  font-size: 13px;
}
#comments .msg .msgname {
  color: #999999;
  padding-top: 2px;
}
#comments .msg .msgarticle {
  color: #666;
  padding-top: 5px;
  padding-bottom: 3px;
  min-height: 30px;
  margin-left: 60px;
  text-align: justify;
}
#comments .msg .msgarticle .msg {
  margin-top: 15px;
  margin-bottom: 0px;
  padding: 0 0 0 20px;
  position: relative;
  border-left: 4px solid rgba(102, 107, 113, 0.68);
  border-bottom: 0;
}
.msg .msgarticle .msg .msgname .dot {
  display: none;
}
.interact-bar {
  position: relative;
  cursor: default;
  min-height: 20px;
  margin: 5px 0 0 60px;
  text-align: justify;
  font-size: 13px;
  color: #9195a3;
}
.interact-bar a.comment-reply-link {
  margin-left: 6px;
  font-size: 13px;
  color: #9195a3;
}
.interact-bar a.comment-reply-link:hover {
  color: #4693e9;
}
.interact-bar a.comment_at {
  padding: 0px 5px 0px 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #F35532;
  font-weight: bold;
  margin-right: 5px;
}
#comments .msg .msgarticle .noimg .interact-bar {
  margin: 5px auto 0;
}
#logo404 {
  background-color: #FFFFFF;
  background-image: url(images/logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #9EAA99;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
#cw404 {
  width: 720px;
  margin: 20px auto;
}
#cw404 h1 {
  font-size: 18px;
  line-height: 60px;
  font-weight: normal;
  text-align: center;
}
#cw404 .kuang {
  font-size: 14px;
  border: 1px solid #9EAA99;
  border-radius: 3px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  padding: 20px;
  background-color: #FFFFFF;
}
#cw404 #ts404 {
  text-align: center;
}
.contpost-meta a span.aut-1, .author-meta .name span.aut-1, #comments .msg .msgname.LayName .lay-1, .right-inner a span.aut-1, .sellist-main a.sell-author .aut-1, section.widget.abautor .aut-1, .article-main .aut-1, #comments .msg .msgname .aut-1 {
  background-image: linear-gradient(to right, rgba(253, 165, 34, 0.9294117647058824) 0%, #fd4c4c 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(253, 165, 34, 0.9294117647058824) 0%, #fd4c4c 100%);
}
#comments .msg .msgname .aut-6 {
  background-image: linear-gradient(to right, rgba(173, 172, 172, 0.88) 0%, rgba(107, 109, 111, 0.78) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(173, 172, 172, 0.88) 0%, rgba(107, 109, 111, 0.78) 100%);
}
span.autlv.autlvname {
  margin-right: 3px;
  margin-left: 1px;
}
span.autlv.aut-tf {
  background: #c444f6;
}
.comment-meta span.autlv.lay-0, #comments .msg .msgname.LayName .lay-0 {
  background-image: linear-gradient(to right, rgb(148, 114, 115) 0%, rgb(187, 166, 166) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(148, 114, 115) 0%, rgb(187, 166, 166) 100%);
}
.comment-meta span.autlv.lay-1, #comments .msg .msgname.LayName .lay-1 {
  background-image: linear-gradient(to right, #e090ef 0%, #fb70c4 100%);
  background-image: -webkit-linear-gradient(0deg, #e090ef 0%, #fb70c4 100%);
}
.comment-meta span.autlv.lay-2, #comments .msg .msgname.LayName .lay-2 {
  background-image: linear-gradient(to right, #3abda5 0%, #88d9ff 100%);
  background-image: -webkit-linear-gradient(0deg, #3abda5 0%, #88d9ff 100%);
}
.comment-meta span.autlv.lay-3, #comments .msg .msgname.LayName .lay-3 {
  background-image: linear-gradient(to right, #20b3cd 0%, #1c6af9 100%);
  background-image: -webkit-linear-gradient(0deg, #20b3cd 0%, #1c6af9 100%);
}
.lay-4 {
  background-image: linear-gradient(to right, #ff9b02 0%, #ffb43e 100%);
  background-image: -webkit-linear-gradient(0deg, #ff9b02 0%, #ffb43e 100%);
}
#comments .msg .msgname.LayName .aut-5 {
  background-image: linear-gradient(to right, #ff9b02 0%, #ffb43e 100%);
  background-image: -webkit-linear-gradient(0deg, #ff9b02 0%, #ffb43e 100%);
}
.msgname span a {
  margin-left: 5px;
  margin-right: 0;
}
.commentlist .comment {
  list-style: none;
  border-top: 1px solid #ddd;
}
.commentlist li.comment ul.children {
  margin-left: 20px;
}
.commentlist .depth-1 {
  margin: 10px 0 10px 0;
}
.commentlist li {
  position: relative;
}
.commentlist .comment-body {
  padding: 5px 0 5px 0
}
.commentlist .comment-body:hover {
  background: #fafafa url(images/bg2.png) repeat;
}
.commentlist p {
  margin: 5px 0 5px 50px;
  line-height: 22px;
}
.reply a:link, .reply a:visited {
  text-align: center;
  font-size: 12px;
}
.datetime {
  font-size: 12px;
  color: #aaa;
  margin-left: 50px;
}
.commentmetadata {
  font-size: 12px;
  color: #aaa;
  margin-left: 50px;
}
ol.commentlist li div.vcard img.avatar {
  width: 40px;
  height: 40px;
  position: relative;
  float: left;
  margin: 4px 6px 0 0;
  padding: 2px;
  border: 1px solid #ddd;
  background: #fff;
}
ol.commentlist li div.floor {
  float: right;
  color: #bbb
}
#respond {
  padding: 5px 10px 10px;
  overflow: hidden;
}
#respond_box {
  clear: both;
  border-top: 1px solid #ddd;
}
#respond h3 {
  margin: 5px 0 6px 0;
}
#comment {
  background: #fff;
}
#comments .msg .msgarticle #comt-respond {
  padding: 15px 0px;
}
#commentform p {
  color: #333;
}
#commentform label {
  color: #868686;
}
#commentform input {
  border: 1px solid #ddd;
  width: 160px;
  margin: 4px 5px 4px 0;
  padding: 3px;
  box-shadow: inset 2px 3px 5px #eee;
}
#commentform input:focus {
  border: 1px solid #ccc;
}
#commentform textarea {
  width: 95%;
  height: 120px;
  font-size: 13px;
  padding: 4px;
  margin: 4px 0 0 0;
  border: 1px solid #ddd;
  box-shadow: inset 2px 3px 5px #eee;
}
#commentform textarea:focus {
  border: 1px solid #ccc;
}
#commentform input#submit, #commentform input#reset {
  width: 110px;
  height: 32px;
  background: #606060;
  color: #fff;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 4px;
  line-height: 28px;
  text-align: center;
  margin-top: 8px;
  box-shadow: none;
}
#commentform #submit:hover, #commentform #reset:hover {
  font-weight: bold;
}
#real-avatar .avatar {
  float: right;
  padding: 2px;
  border: 1px solid #ddd;
  background: #fff;
  margin-right: 20px;
  _margin-right: 10px;
}
.commentpost h4 i.icon {
  margin-right: 5px;
}
#comments .msg .msgimg img.avatar:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
#comment-tools {
  width: 100%;
  overflow: hidden;
  margin: 0 auto 10px;
  text-align: center;
}
.commentpost.noneid #comment-tools {
  border-radius: 0;
}
.tools_title {
  margin: 0;
  padding: 2px 10px 0 7px;
  text-align: left;
  flex: 1 1 auto;
  align-items: center;
}
.psumbit-r {
  flex-shrink: 0;
  display: flex;
}
.tools_text {
  width: 100%;
  float: left;
  background: #ffffff;
}
#txaArticle {
  width: 100%;
  height: 120px;
  border: 1px solid #ddd;
  font-size: 14px;
  line-height: 1.8;
  padding: 10px 15px 10px 15px;
  background-color: transparent;
}
textarea#txaArticle {
  background-color: transparent;
  resize: none;
  background-size: 218px;
  -moz-transition: ease-in-out 0.45s;
  -webkit-transition: ease-in-out 0.45s;
  -o-transition: ease-in-out 0.45s;
  -ms-transition: ease-in-out 0.45s;
  transition: ease-in-out 0.45s;
}
textarea#txaArticle:focus {
  background-position-x: 789px;
  -moz-transition: ease-in-out 0.45s;
  -webkit-transition: ease-in-out 0.45s;
  -o-transition: ease-in-out 0.45s;
  -ms-transition: ease-in-out 0.45s;
  transition: ease-in-out 0.45s;
}
span.autlv {
  font-size: 10px;
  color: #fff;
  display: inline-block;
  vertical-align: text-top;
  font-weight: normal;
  border-radius: 2px;
  line-height: 1.4;
  padding: 0 5px;
  letter-spacing: 0px;
  margin-top: 3px;
}
.widget_user .name .autlv {
  border-radius: 50px;
  margin-left: 3px;
  line-height: 17px;
}
#comment-tools a {
  padding: 1px 5px;
  color: #666;
  cursor: pointer;
  font-size: 1.15em;
}
#comment-tools i.icon {
  color: #0069b3;
}
.tools_title a, a.face-show i.icon {
  font-size: 20px;
}
.tools_title a.psumbit-kjhf {
  font-size: 18px;
  color: #4693e9;
}
a.face-show {
  position: relative;
  top: 2px;
}
span.com-title {
  margin-left: 5px;
  font-size: 15px;
  color: #333;
  font-weight: 500;
}
#comments .msg .msgarticle .noimg .msgimg img {
  display: none !important;
}
#comments .msg .msgarticle ul.msgarticle {
  margin-left: 0;
}
#comments .msg .msgarticle .noimg .msgtxt .msgarticle .noimg {
  margin: 15px 10px 5px -20px;
  border-left: 0;
}
#comments .msg .msgarticle .noimg .msgarticle {
  padding-top: 8px;
  margin-left: 0;
  line-height: 160%;
}
#comments .msg .msgarticle #comment {
  visibility: visible !important;
  animation-name: fadeInDown !important;
}
#comments .msg .msgarticle p {
  padding-top: 10px;
}
#comments .msg .msgarticle form#frmSumbit p {
  margin-bottom: 5px;
  padding-top: 5px;
}
.web-data {
  background-color: #FFFFFF;
  display: block;
  overflow: hidden;
  padding: 15px 0 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .web-data li {
    width: 33.3% !important;
  }
}
.web-data li {
  float: left;
  width: 12.35%;
  font-size: 12px;
  padding-top: 4px;
}
.lianmeng-header span {
  font-size: 1rem;
}
.web-data li span .weight5118 {
  font-weight: 500;
  overflow: hidden;
}
.web-data li span .weight5118 .grade {
  color: #fff;
  line-height: 27px;
  margin: 0 auto;
  width: 85px;
  padding-left: 22.5px;
}
.web-data li span .weight5118 .grade._1 {
  background: url(br-bg.png) repeat-x;
}
.web-data li span .weight5118 .grade._2 {
  background: url(br-bg1.png) repeat-x;
}
.web-data li span .weight5118 .grade._3 {
  background: url(br-360.png) repeat-x;
}
.web-data li span .weight5118 .grade._4 {
  background: url(so-gou.png) repeat-x;
}
.linksbt {
  background-color: #448ef6;
  color: #fff;
  border: unset;
  height: 40px;
  border-radius: 8px;
}
.linksp {
  line-height: 27px;
}
.table-content {
  width: 100%;
  border: solid rgb(192, 192, 192) 1px;
  border-collapse: collapse;
  margin-top: 20px;
}
.table-content td {
  border: solid rgb(192, 192, 192) 1px;
  height: 50px;
  padding: 8px;
}
.kuaizhao {
  height: 250px;
  line-height: 20px;
  overflow-y: scroll;
  border: solid rgb(192, 192, 192) 1px;
  padding: 0 20px;
  width: 100%;
}
.player {
  width: 95%;
  height: 43%;
  padding: 8px;
  border-radius: 15px;
  box-shadow: 0 0 15px 5px rgba(1, 1, 1, .06);
  margin-bottom: 10px;
  margin-left: 5px;
  text-align: center;
}
.playera {
  width: 100%;
  min-height: 500px;
  display: block;
  margin-bottom: 10px;
}
.player button {
  background-color: #FFFFFF;
  border: 1px solid rgba(136, 136, 136, .2);
  border-radius: 15px;
  color: #676262;
}
.sousuo {
  color: #606266;
  background: rgba(120, 120, 120, 0.1);
  border: 1px solid transparent;
}
@media screen and (max-width: 1330px) {
  .nav-pills li {
    margin: 0 1.5rem 0 0;
  }
  input.search-input {
    width: 100px;
    padding-right: 5px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 999px) {
  .menu-item-has-children > a:after, .nav-pills li:before {
    display: none;
  }
  ::-webkit-scrollbar {
    width: 6px;
    height: 8px;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 0;
  }
  aside.mobile_aside {
    animation: right 1s;
    position: fixed;
    z-index: 99999;
    bottom: 0;
    top: 0;
    left: -100%;
    margin: 0;
    padding: 0px;
    width: 360px;
    box-shadow: none;
    border-top: 0 solid white;
    overflow-y: auto;
    background: rgba(96, 96, 96, 0.96);
    background: #ddd;
    overflow-x: hidden;
    -moz-transition: ease-in-out 0.6s;
    -webkit-transition: ease-in-out 0.6s;
    -o-transition: ease-in-out 0.6s;
    transition: ease-in-out 0.6s;
  }
  aside.mobile_aside.mobile_nav.mobile_nav_on {
    left: 0;
  }
  .mobile_nav_on .nav-pills li > ul > li > a:hover:before {
    opacity: 0;
  }
  .nav-pills {
    max-width: 100%;
    max-height: 100%;
    margin: 15px 15px 20px;
    position: relative;
    padding: 15px 0 10px 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 0 20px -5px rgba(158, 158, 158, 0.22);
    float: none;
  }
  aside.mobile_nav ul li {
    list-style-type: none;
    position: relative;
    padding: 0 20px;
    line-height: 1.42857143;
    float: none;
    display: block;
    margin-right: 0;
  }
  aside.mobile_nav ul li > a {
    position: relative;
    display: block;
    padding: .75rem 0;
    line-height: normal;
  }
  span.toggle-btn {
    position: absolute;
    height: 38px;
    width: 58px;
    line-height: 38px;
    color: #333;
    text-align: center;
    top: 0;
    right: 0px;
    cursor: pointer;
    z-index: 100;
    display: block;
    padding-left: 25px;
    padding-right: 25px;
  }
  aside.mobile_nav ul li, .sub-menu li:nth-child(n) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .nav-pills li > ul {
    float: none;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    opacity: 1;
    visibility: visible;
    border-radius: 2px;
    z-index: 100;
    display: none;
    -moz-transition: ease-in-out 0s;
    -webkit-transition: ease-in-out 0s;
    -o-transition: ease-in-out 0s;
    transition: ease-in-out 0s;
    background: rgba(158, 158, 158, 0.58);
  }
  .nav-pills li:hover > ul {
    opacity: 1;
    visibility: visible;
    background: rgba(158, 158, 158, 0.58);
    box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22);
    -webkit-transition: ease-in-out 0s;
    -moz-transition: ease-in-out 0s;
    -o-transition: ease-in-out 0s;
    filter: alpha(opacity=100);
  }
  input.search-input {
    width: 74%;
  }
  .nav-pills li > ul {
    background-color: transparent;
    border-left: 2px solid #ddd;
    border-top: 0;
  }
  .nav-pills li:hover > ul {
    background-color: #fbfbfb;
    box-shadow: none;
  }
  .nav-pills li .sub-menu:before {
    border-color: transparent;
  }
}
.formys {
  border-radius: 10px;
  display: inline-flex;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  aside.mobile_aside {
    width: 85%;
  }
  .nav-pills {
    margin: 15px 8px 20px;
    height: 80%;
  }
  .formys {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 350px) {
  aside.mobile_aside {
    width: 85%;
  }
}
.buttondyd {
  border-radius: 10px !important;
  width: 100%;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .shoujix {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .seopingjia-seo-newt1 {
    width: 100%;
    background: #fff;
  }
  .seopingjia-seo-newt1 td {
    border-right: solid 1px #eeeeee;
    float: left;
    width: 14.28%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .seopingjia-seo-newt1 {
    width: 100%;
    background: #fff;
  }
  .seopingjia-seo-newt1 td {
    border-right: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee;
    float: left;
    height: 40px;
    width: 33.33333%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 0;
  }
  .lunbo ul {
    padding-left: unset !important;
    margin-left: unset !important;
  }
  .lunbo li.large {
    margin-left: unset !important;
    height: 160px !important;
  }
  .main .widget .r-item {
    width: 50% !important;
  }
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: block;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: inherit;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
}
.lunbo {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(221, 221, 221, 0.28);
  padding: 10px 15px 0 15px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.lunbo ul {
  list-style: none;
  margin: 0;
  padding-left: 50%;
}
.lunbo li {
  width: 50%;
  float: left;
  margin-bottom: 10px;
  padding: 0 3px;
}
.lunbo .larga a {
  display: block;
  overflow: hidden;
  height: 128px;
  position: relative;
  border-radius: 5px;
}
.lunbo img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.lunbo li.large {
  width: 100%;
  height: 266px;
  float: left;
  margin-left: -100%;
}
.lunbo li.large.swiper {
  height: 266px;
  margin-left: 0;
}
.lunbo h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 4px 10px 0;
  height: 41px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, .3);
  color: #fff;
  margin: 0;
  font-size: 12px;
  line-height: 17px;
}
.lunbo .large h4 {
  font-size: 16px;
  line-height: 34px;
}
.lunbo a:hover h4 {
  color: #448EF6;
  background-color: #ffffff;
  opacity: .9;
  -webkit-transition: all linear .218s;
  -moz-transition: all linear .218s;
  transition: all linear .218s;
}
.article-body table {
  width: 100% !important;
  max-width: 100%;
  border-width: 1px;
  border-color: #666;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 26px;
}
.article-body td {
  border-width: 1px;
  padding: 4px 8px;
  border-style: solid;
  border-color: #666;
  background-color: #ffffff;
}
.main .widget .r-item {
  width: 20%;
}