/** * Theme Name: spimes */
/* å¤ä½css */ :root {
  --bg-primary: #f6f8fb; /* èƒŒæ™¯é¢œè‰² */
  --bg-secondary: #fff; /* å±€éƒ¨é¢œè‰² */
  --color-primary: #333; /* ä¸»å­—ä½“é¢œè‰² */
  --color-secondary: #828a92; /* æ¬¡çº§å­—ä½“é¢œè‰² */
  --color-tertiary: #d9d9d9; /* ä¸‰çº§å­—ä½“é¢œè‰² */
  --night-border-light: #3c4560; /* é»‘å¤œåˆ†å‰²çº¿ */
  --theme-shadow: 0px 5px 40px 0px rgb(17 58 93 / 10%);
  --theme-color: #2299DD;
  --theme-gap: 15px;
}
@media(max-width:767px) {
  :root {
    --theme-gap: 10px;
  }
}
[data-theme="1"], .sp-dark-mode {
  --bg-primary: #192039;
  --bg-secondary: #1f2745;
  --color-primary: #fff;
  --color-secondary: #a4a8b4;
  --color-tertiary: #192039;
}
a {
  color: var(--color-primary);
}
[data-theme="1"] a {
  color: #ffffff;
}
a:active, a:focus {
  outline: 0;
  text-decoration: none;
}
a:focus {
  color: var(--color-primary)
}
a:hover {
  opacity: 1;
  text-decoration: none;
  color: var(--theme-color);
}
:active, :focus {
  outline: 0
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.6;
}
p {
  word-wrap: break-word;
  word-break: break-word;
}
body {
  background-color: var(--bg-primary);
  line-height: 1.8;
  color: var(--color-primary);
}
[data-theme="1"] body {
  background-color: var(--bg-primary);
  color: #ffffff;
}
h3 {
  font-size: 18px;
}
b, strong {
  font-weight: bolder;
}
img {
  max-width: 100%;
  height: auto;
  transition: opacity .3s
}
label {
  font-weight: 400
}
textarea {
  height: 12em;
  display: block
}
td, th {
  padding: 3px 8px;
  border: 1px solid #e1e1e1
}
code, pre {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  line-height: 1.8
}
button, input[type='button'] {
  -webkit-appearance: none !important;
  outline: 0;
  -webkit-tap-highlight-color: transparent
}
input[type=text], input[type=url], input[type=email], input[type=tel], input[type=password], input[type=search], textarea {
  /*  border: 1px solid rgba(0, 0, 0, .05);*/
  width: 100%;
  padding-left: 1em;
  padding-right: .6em;
}
input[type=text]:focus, input[type=url]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus, input[type=search]:focus, textarea:focus {
  outline: 0
}
.button, button, input[type=button], input[type=submit] {
  position: relative;
  display: inline-block;
  letter-spacing: 2px;
  border: 0;
  /*border-radius: 1px;*/
  display: inline-block;
  border: 1px solid #eee;
  /*border-radius: 999em;*/
  padding: 4px 20px;
  color: var(--color-secondary);
  cursor: pointer;
  background: #fff
}
.button:hover, button:hover, input[type=button]:hover, input[type=submit]:hover {
  border-color: var(--theme-color);
  color: var(--theme-color);
  text-decoration: none
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit browsers é€‚é…è°·æ­Œ */ color: #BDCADA;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 é€‚é…ç«ç‹ */ color: #BDCADA;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ é€‚é…ç«ç‹ */ color: #BDCADA;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10+  é€‚é…ie*/ color: #BDCADA;
}
[data-theme="1"] input::-webkit-input-placeholder, [data-theme="1"] textarea::-webkit-input-placeholder { /* WebKit browsers é€‚é…è°·æ­Œ */ color: #F2F2F5;
}
[data-theme="1"] input:-moz-placeholder, [data-theme="1"] textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 é€‚é…ç«ç‹ */ color: #F2F2F5;
}
[data-theme="1"] input::-moz-placeholder, [data-theme="1"] textarea::-moz-placeholder { /* Mozilla Firefox 19+ é€‚é…ç«ç‹ */ color: #F2F2F5;
}
[data-theme="1"] input:-ms-input-placeholder, [data-theme="1"] textarea:-ms-input-placeholder { /* Internet Explorer 10+  é€‚é…ie*/ color: #F2F2F5;
}
body, p, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd {
  margin: 0;
  padding: 0;
}
/*css3æ»‘åŠ¨æ˜¾ç¤ºå›¾ç‰‡*/
@keyframes left {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes right {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*å…¬å…±css*/
.top-bar-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 5px;
}
@-webkit-keyframes shine {
  100% {
    left: 125%
  }
}
@keyframes shine {
  100% {
    left: 125%
  }
}
.swiper-slide:hover .mask, .small-slider-item:hover .mask, .feaimg:hover .mask {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.mask {
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 42556, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
/*æ–‡ç« åˆ—è¡¨é¡µé¢*/
.top-bar-menu a {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 50px;
  color: var(--color-primary);
}
.text-center {
  text-align: center;
}
/*åª’ä½“æŸ¥è¯¢ï¼šå“åº”å¼*/
@media (max-width:767px) {
  .top-bar-placeholder {
    height: 50px;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .top-bar-placeholder {
    height: 100px;
  }
}
@media (max-width:991px) {
  .featured-container .entry-title, .entry-container .entry-title {
    font-weight: 600;
  }
  .site-info {
    text-align: center;
  }
  .col-md-9 {
    float: none !important
  }
  .post-list .vodlist_top {
    display: none;
  }
  .fsi {
    margin-top: var(--theme-gap) !important;
  }
  .ss p {
    min-height: 25px !important;
    height: 25px;
    margin: 0 !important;
  }
  .entry-summary p {
    padding: 0 !important;
  }
  .clearnav {
    padding-left: 10px !important;
    position:relative;
  }
  .site-main {
    /*padding-top: 30px !important;*/
  }
  .new-header, .search-btn, .search-warp {
    display: none;
  }
  .mobs {
    display: block !important;
  }
  .dropdown-menu {
    display: none !important
  }
  .block-image {
    float: left !important;
    width: 106px !important;
    margin: 4px 16px 4px 0 !important;
  }
  .block-image.topic {
    width: 100% !important;
    float: none !important;
    margin-bottom: 15px !important;
  }
  .block-info.topic .detail-info-title {
    text-align: center;
  }
  .entry-container {
    min-height: 101px !important;
    padding: 16px 0 !important;
  }
  .top-admin .login {
    display: none;
  }
  .navlogo {
    margin-left: 30px;
  }
}
@media (max-width:479px) {
  .entry-title {
    white-space: normal !important;
  }
  .entry-header {
    margin-bottom: 10px !important;
  }
  ._ts {
    display: none;
  }
  .laid_title_l {
    display: none;
  }
  .entry-container .entry-title {
    font-size: 1.4rem !important;
    line-height: 25px !important;
    margin-bottom: -8px !important;
  }
  .entry-container .entry-summary p {
    line-height: 22px !important;
    margin-top: 10px !important;
    font-size: 13px !important;
  }
  .archive-content .page-navigator {
    margin-bottom: -20px !important;
  }
  .postArticle-meta {
    display: none;
  }
  .sider-footer {
    display: none !important;
  }
  .footer-l-top .split {
    display: none !important;
  }
  .footer-l-top a {
    font-size: 12px !important;
    margin-right: 20px !important;
  }
  .wb-no {
    display: none !important;
  }
  .wb-yes {
    display: block !important;
    position: absolute !important;
    top: 15px;
    right: 15px;
  }
  .footer-l-top {
    padding-left: 10px;
  }
}
.entry-meta {
  letter-spacing: 0px !important;
}
.wb-yes {
  display: none
}
@media (max-width:359px) {
  .footer-l-top .split {
    display: none !important;
  }
  .footer-l-top a {
    margin-right: 20px !important;
  }
  .footer-l-top {
    padding-left: 10px;
  }
}
/*é¡¶éƒ¨top-bar-css*/
.top-bar-menu li {
  display: inline-block;
  padding: 0 15px;
}
.top-bar-menu .menu-item.active::after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 2px;
  border-radius: 2px;
  background-color: var(--theme-color, #f60);
}
.top-bar-menu li.active a {
  color: var(--theme-color, #f60);
}
.top-bar {
  position: fixed;
  width: 100%;
  z-index: 69;
  box-shadow: 0px 5px 40px 0px rgba(17, 58, 93, 0.1) !important;
  background-color: var(--bg-secondary);
}
@media(min-width:992px) {
  .top-bar-placeholder {
    height: 107px;
  }
}
.top-admin {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.top-bar-left img {
  display: inline-block;
  max-width: 170px;
  /*min-width: 140px*/
   height: 47px;
}
.top-bar-left .logo span{
    margin-left: -7px;
    vertical-align: middle;
}
@media(max-width:767px) {
  .top-bar-left img {
    width: auto;
    max-width: 120px;
    height: 47px;
  }
}
.mobs {
  display: none;
}
/*logoå…‰æ³½*/
.box {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 0 auto;
  width: 1000px;
}
@-webkit-keyframes changeImg {
  from {
    left: -100%;
  }
  100% {
    left: 150%;
  }
}
.shan {
  position: absolute;
  -webkit-animation: changeImg 3s ease 0s;
  -o-animation: changeImg 3s ease 0s;
  animation: changeImg 3s ease 0s;
  top: 0;
  width: 30%;
  height: 100%;
  content: "";
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 100%);
  background:
    -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-45deg);
}
.d-none {
  display: none !important;
}
.top-bar-left .logo {
  line-height: 50px;
  white-space: nowrap;
  font-size: 34px;
  font-weight: bold;
}
/*é¡¶éƒ¨top-barç™»å½•*/
.login {
  display: inline-block;
  margin: 0;
}
.dropdown-toggle:hover {
  color: #2c63ff;
}
.main-slider {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.sp-slideshow {
  float: left;
}
.small-slider {
  width: 32.5%;
  float: right;
}
.small-slider-item {
  height: 160px;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 5px;
  position: relative;
}
.small-slider .entyr-icon i {
  font-size: 20px;
}
.small-slider-item:nth-of-type(2) {
  margin-bottom: 0px;
}
.small-slider-img {
  position: absolute;
  border-radius: 5px;
  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);
}
.small-slider-item .title {
  color: hsla(0, 0%, 100%, .9);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
/*é¦–é¡µåˆ—è¡¨*/
.arc_v2 {
  background: var(--theme-color);
  color: #fff;
}
.badge {
  border-radius: 2px;
  font-weight: 400;
  padding: 3px 5px;
  font-size: 12px;
  margin: 0 .40rem 0 0;
  position: relative;
  top: -1px;
}
/*åˆ—è¡¨å¤§å›¾*/
.featured {
  padding-top: 1.25rem;
}
.featitle {
  margin-bottom: 5px;
}
.feaimg {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  align-items: flex-start;
  border-radius: 5px;
}
.feaimg:after {
  display: none;
  padding-top: 100%;
  padding-top: 66.66666%;
  border-radius: 8px;
  background-image: url(data:image/gif;base64,R0lGODlhEgASAIABAKa4zP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAwABACwAAAAAEgASAEACJwyOoYa3D6N8rVqgLp5M2+x9XcWBTTmGTqqa6qqxFInWUMzhk76TBQAh+QQJAwABACwAAAAAEgASAEACKQyOoYa3D6NUrdHqGJ44d3B9m1ZNZGZ+YXmKnsuq44qaNqSmnZ3rllIAACH5BAkDAAEALAAAAAASABIAQAIpDI6hhrcPo2zt0cRuvG5xoHxfyE2UZJWeKrLtmZ3aWqG2OaOjvfPwUgAAIfkECQMAAQAsAAAAABIAEgBAAigMjqGGtw8jbC3SxO67bnLFhQD4bZRkap4qli37qWSF1utZh7a+41ABACH5BAkDAAEALAAAAAASABIAQAIqDI6hhrcP42pNMgoUdpfanXVgJSaaZ53Yt6kj+a6lI7tcioN5m+o7KSkAACH5BAkDAAEALAAAAAASABIAQAIoDI6hhrcPI2tOKpom3vZyvVEeBgLdKHYhGjZsW63kMp/Sqn4WnrtnAQAh+QQJAwABACwAAAAAEgASAEACKAyOocvtCCN0TB5lM6Ar92hYmChxX2l6qRhqYAui8GTOm8rhlL6/ZgEAIfkECQMAAQAsAAAAABIAEgBAAigMjqHL7QgjdEyeJY2leHOdgZF4KdYJfGTynaq7XmGctuicwZy+j2oBACH5BAkDAAEALAAAAAASABIAQAInDI6hy+0II3RMHrosUFpjbmUROJFdiXmfmoafMZoodUpyLU5sO1MFACH5BAkDAAEALAAAAAASABIAQAImDI6hy+2GDozyKZrspBf7an1aFy2fuJ1Z6I2oho2yGqc0SYN1rRUAIfkECQMAAQAsAAAAABIAEgBAAiYMjqHL7W+QVLJaAOnVd+eeccliRaXZVSH4ee0Uxg+bevUJnuIRFAAh+QQJAwABACwAAAAAEgASAEACKoyBacvtnyI4EtH6QrV6X5l9UYgt2DZ1JRqqIOm1ZUszrIuOeM6x8x4oAAAh+QQJAwABACwAAAAAEgASAEACKIwNqcftryJAMrFqG55hX/wcnlN9UQeipZiGo9vCZ0hD6TbiN7hSZwEAIfkECQMAAQAsAAAAABIAEgBAAiiMH6CL7Z+WNHK2yg5WdLsNQB12VQgJjmZJiqnriZEl1y94423aqlwBACH5BAkDAAEALAAAAAASABIAQAIrjH+gi+2+IjCSvaoo1vUFPHnfxlllBp5mk4qt98KSSKvZCHZ4HtmTrgoUAAAh+QQFAwABACwAAAAAEgASAEACKIyPAcvpr5g0csJYc8P1cgtpwDceGblQmiey69W6oOfEon2f6KirUwEAIfkECQMAAQAsAAAPAAgAAwBAAgSMj6lXACH5BAkDAAEALAAAAAASABIAQAIYjI+JwK0Po5y02glUvrz7bzXiBpbLaD4FACH5BAkDAAEALAAAAAASABIAQAImjI8By8qfojQPTldzw/VymB3aCIidN6KaGl7kSnWpC6ftt00zDRUAIfkECQMAAQAsAAAAABIAEgBAAiaMjwHLyp+iNA9WcO6aVHOneWBYZeUXouJEiu1lWit7jhCX4rMEFwAh+QQJAwABACwAAAAAEgASAEACJ4yPAcvKn6I0r1pA78zWQX51XrWBSzl+Uxia7Jm+mEujW3trubg3BQAh+QQFAwABACwAAAAAEgASAEACJwyOoYa3D6N8rVqgLp5M2+x9XcWBTTmGTqqa6qqxFInWUMzhk76TBQA7);
  background-repeat: no-repeat;
  background-position: 50%;
}
/*åˆ—è¡¨ä¸‰å›¾*/
.rowimg {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
/*å¹»ç¯ç‰‡*/
.sp-slideshow {
  position: relative;
  width: 65.5%;
  height: 335px;
}
.swiper-container {
  border-radius: 5px;
}
.sp-slideshow .entyr-icon i {
  font-size: 20px;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #fff !important;
}
@media screen and (max-width: 767px) {
  .layui-layer-page {
    /*    left:50%!important;
    transform: translateX(-50%);*/
    width: 90% !important;
  }
  .layui-layer-page .layui-layer-content {
    overflow-x: hidden !important;
  }
  .postArticle-meta {
    display: none;
  }
  .contt .entyr-icon i {
    font-size: 14px !important;
  }
  .entry-summary p {
    margin: 0.3em 0 !important;
    line-height: 22px !important;
    font-size: 13px !important;
    height: 22px !important;
    min-height: 22px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .entry-summary {
    min-height: 15px;
  }
  .blockimg time {
    display: none;
  }
  .entry-content .entry-container .entry-summary p {
    height: 40px !important;
  }
  .entry-content .entry-container .entry-summary {
    display: block;
  }
  .entry-container .entry-meta {
    letter-spacing: 0px;
    bottom: 15px;
    height: 22px !important;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .fea-meta {
    letter-spacing: 0px !important;
  }
  .entry-title {
    font-size: 16px !important;
    display: -webkit-box;
  }
  .page-title {
    font-size: 18px !important;
  }
  .feasum {
    display: none;
  }
  .featured {
    padding-bottom: 15px;
  }
  .site-lins {
    display: none;
  }
  .contpost-meta {
    height: 25px !important;
    line-height: 25px !important;
  }
  .blockimg .separator:nth-of-type(2) {
    display: none;
  }
}
@media(max-width:991px) {
  .sp-slideshow {
    width: 100%;
    margin-bottom: 20px;
    height: 220px;
    float: none !important;
  }
  .sp-slideshow .block-fea {
    height: 220px;
  }
  .small-slider {
    width: 100%;
  }
  .small-slider-item {
    float: left;
    width: 47.5%;
    height: 115px;
  }
  .small-slider-item {
    margin-bottom: 0px;
  }
  .small-slider-item:nth-of-type(2) {
    float: right;
    width: 47.5%;
  }
}
@media(min-width:992px) {
  .block-fea.slide {
    height: 335px;
    padding-bottom: 0;
  }
}
/*æœç´¢æ¡†*/
.sostats_click {
  margin-right: 10px;
}
.wb-switch {
  -webkit-appearance: none;
  appearance: none;
  margin-left: 10px;
}
input.wb-switch {
  position: relative;
  width: 36px;
  height: 20px;
  border: 1px solid transparent !important;
  outline: 0 !important;
  border-radius: 16px;
  box-sizing: border-box;
  background-color: var(--bg-primary);
  -webkit-transition: background-color .1s, border .1s;
  transition: background-color .1s, border .1s;
  cursor: pointer;
}
input.wb-switch {
  margin-left: 10px;
}
input.wb-switch.disabled {
  cursor: default
}
input.wb-switch.disabled:before {
  background-color: #efefef
}
input.wb-switch.disabled:after {
  box-shadow: 0 0 1px rgba(0, 0, 0, .4)
}
input.wb-switch:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 18px;
  border-radius: 36px;
  background-color: var(--bg-primary);
  -webkit-transition: -webkit-transform .35s cubic-bezier(.45, 1, .4, 1);
  transition: -webkit-transform .35s cubic-bezier(.45, 1, .4, 1);
  transition: transform .35s cubic-bezier(.45, 1, .4, 1);
  transition: transform .35s cubic-bezier(.45, 1, .4, 1), -webkit-transform .35s cubic-bezier(.45, 1, .4, 1)
}
input.wb-switch:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px !important;
  height: 16px !important;
  border-radius: 36px;
  background-color: var(--theme-color);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
  -webkit-transition: -webkit-transform .35s cubic-bezier(.4, .4, .25, 1.35);
  transition: -webkit-transform .35s cubic-bezier(.4, .4, .25, 1.35);
  transition: transform .35s cubic-bezier(.4, .4, .25, 1.35);
  transition: transform .35s cubic-bezier(.4, .4, .25, 1.35), -webkit-transform .35s cubic-bezier(.4, .4, .25, 1.35)
}
input.wb-switch:focus {
  border-color: #3b5160;
  box-shadow: none
}
.wb-switch:checked:before {
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 36px !important
}
.wb-switch:checked:after {
  background-color: #fff200;
  -webkit-transform: translateX(16px);
  transform: translateX(16px)
}
.wb-switch:checked:focus {
  border-color: #3b5160;
  box-shadow: none !important
}
.sostats_click .sostats {
  display: none
}
.sooff {
  animation: left .5s;
  box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22);
  display: block !important;
}
a#soStats {
  z-index: 9;
}
/*ä¼šå‘˜ç™»å½•*/
.login *, .login:after, .login:before {
  transition: none;
}
/*æ–‡ç« é¡µé¢äºŒç»´ç */
/*mainé¦–é¡µæ–‡ç« æ ·å¼*/
.entry-title {
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.entry-title a {
  color: var(--color-primary);
}
.entry-title a:hover {
  color: var(--theme-color);
}
.contpost-meta {
  margin-bottom: 10px;
}
.entry-header {
  position: relative;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 40%;
  margin-bottom: 20px;
}
.page-title {
  font-size: 24px;
  color: var(--color-primary);
  margin: 0;
  margin-bottom: 14px;
  margin-top: 14px;
  font-weight: 600;
  position: relative;
}
.entry-summary p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
  color: var(--color-secondary);
  line-height: 23px;
  margin: 0.7em 0;
}
.entry-title a, .entry-title a:active, .entry-title a:visited {
  transition: all .2s;
}
.entry-meta {
  font-size: 11px;
  color: var(--color-secondary);
}
.entry-meta .meta-zan i {
  font-size: 11px;
}
.entry-meta .meta-zan {
  float: right;
}
@media(max-width:767px) {
  .entry-meta .meta-zan {
    float: none;
  }
}
.entry-meta a {
  color: var(--color-secondary)
}
.entry-meta a:hover {
  color: var(--theme-color);
}
.separator {
  color: var(--color-secondary);
  padding: 0 5px
}
.line:before {
  display: block;
  content: '';
  border-top: 1px solid rgba(0, 0, 0, .05);
  position: relative;
  top: 0;
}
.entry-footer {
  display: table;
  width: 100%;
  padding: 10px;
}
.entry-footer.fixed {
  margin: 0 -30px;
}
.entry-footer.fixed .entry-bar-inner {
  position: fixed;
  z-index: 99;
  bottom: 0;
  transition: all .3s ease-out 0s;
  background: #ffffff;
  border-radius: 8px 8px 0 0;
  padding: 14px;
  box-shadow: 0px 5px 40px 0px rgba(17, 58, 93, 0.1) !important;
  height: 60px;
}
.border-theme {
  height: 1px;
  z-index: 2;
  background-color: rgba(0, 0, 0, .05);
}
/*æ–‡ç« ç¿»é¡µ*/
a.next {
  display: block;
  border-radius: 4px;
  font-size: 14px;
  line-height: 45px;
  text-align: center;
  /*  padding: 20px 0 26px;*/
  color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ä¾§è¾¹æ å¿…è¦style */
.widget {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 1.5rem;
  background: var(--bg-secondary);
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22);
}
.widget ul {
  list-style: none;
  padding: 0;
  line-height: 2.5;
}
.widget-title {
  padding-left: 1.75rem;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 10px;
  position: relative;
  line-height: 20px;
}
.widget-title:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background: var(--theme-color);
}
.widget-title i {
  font-size: 19px;
  color: var(--color-primary);
}
.widget-list-title .fa {
  font-size: 19px;
}
.widget-list-title {
  font-size: 19px;
  text-transform: uppercase;
  position: relative;
  color: #333;
  float: left;
}
.widget-title span {
  font-size: 16px;
  display: inline-block;
  padding: 0 10px 0 0;
  /*  background: #ffffff;*/
  position: relative;
  z-index: 2;
  font-weight: normal;
  color: var(--color-primary);
}
.sub-type-list, .filter-selected-list, .header-more {
  float: right;
  line-height: 34px;
}
.header-more:hover {
  color: var(--theme-color, #f60);
}
.sub-type-list li, .filter-selected-list li {
  float: left;
  margin-right: 10px;
}
.filter-selected-list {
  float: left;
  margin-left: 30px;
}
.filter-selected-list li {
  padding-top: 5px;
}
.filter-selected-list li a {
  display: block;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 17px;
  line-height: 24px;
}
.filter-selected-list li a:hover {
  background-color: var(--theme-color);
  color: #fff;
}
/*ä¾§è¾¹æ çƒ­é—¨æ–‡ç« */
.my-n2 {
  margin-bottom: -.5rem !important;
}
.py-2 {
  padding-bottom: 1rem !important;
  position: relative;
}
.rank1 {
  color: #fff;
  background: url(../images/list_icon1.png) 0 0 no-repeat;
}
.rank2 {
  color: #fff;
  background: url(../images/list_icon2.png) 0 0 no-repeat;
}
.rank3 {
  color: #fff;
  background: url(../images/list_icon3.png) 0 0 no-repeat;
}
.rank4 {
  color: #fff;
  background: url(../images/list_icon3.png) 0 0 no-repeat;
}
.ricon_rank {
  display: inline-block;
  position: absolute;
  top: 2px;
  left: -15px;
  width: 35px;
  height: 22px;
  line-height: 19px;
  z-index: 50;
  margin: 9px 10px 0 0;
  font-size: 12px;
  font-weight: 700;
  font-family: ZZ_fontdiy;
  text-indent: 18px;
  text-align: center;
}
.ranking-item {
  margin-bottom: var(--theme-gap, 15px);
}
.ranking-item-cover {
  width: 30%;
  float: left;
}
.ranking-item-cover a {
  padding-bottom: 133%;
  display: block;
  background-image: url("../images/loading.png");
}
.ranking-item-info {
  width: 70%;
  float: right;
  padding-left: 10px;
}
.ranking-item-info h4 {
  font-size: 14px;
  margin-bottom: 0;
}
.ranking-item-info p {
  font-size: 12px;
}
.ranking-item-info h4 a:hover, .ranking-text-item a:hover {
  color: var(--theme-color, #f60);
}
@media(min-width:1200px) {
  .ranking-item-info .ranking-actor {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media(min-width:992px) and (max-width:1199px) {
  .ranking-item-info .ranking-actor {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  li.ranking-text-item.text-overflow {
    margin-bottom: 1px;
  }
}
.ranking-text-item em {
  font-style: normal;
  color: var(--theme-color);
  width: 22px;
  display: inline-block;
}
.list-rounded .list-overlay-content {
  border-radius: 3px;
  overflow: hidden;
}
.list-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
}
.list-rounded .media {
  border-radius: 3px !important;
}
.media {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.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);
}
.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;
}
.media-2x1:after {
  padding-top: 50%;
}
.media:after {
  content: '';
  display: block;
}
.list-overlay-content {
  color: #fff;
}
.text-xs {
  font-size: 10px !important;
}
.list-overlay-content a:hover {
  color: #fff;
}
.list-overlay-content .list-content {
  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));
}
.h-2x {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-title {
  font-size: 12px;
  line-height: 1.4285714286;
  display: block;
  color: inherit;
}
.list-overlay-content .list-footer {
  margin-top: 0.25rem;
}
.list-overlay-content .text-muted:not(i) {
  color: rgba(255, 255, 255, 0.5) !important;
}
/*é¼ æ ‡æ»‘è¿‡äº‹ä»¶ï¼šæµ®çŽ°å›¾ç‰‡äºŒç»´ç */
.click {
  position: relative;
}
/* ä¾§è¾¹æ æ–‡ç«  */
.widget .item {
  position: relative;
  padding-bottom: 4px;
  margin-bottom: 10px;
}
.widget .item .meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  color: #262626;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 8px;
  white-space: nowrap;
  height: 30px;
  overflow: hidden;
}
.widget .item h2 {
  font-size: 12px;
  line-height: 23px;
  height: 23px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
  font-weight: normal;
  margin-bottom: 5px;
}
/* ä¾§è¾¹æ æœç´¢ */
.search-form {
  position: relative;
  max-width: 600px;
  margin: 20px auto;
}
/* è§†é¢‘æ ·å¼ */
.entry-video {
  margin-bottom: 20px;
}
/* æ–‡ç« æ¡†æž¶ */
.contpost {
  background: var(--bg-secondary);
  box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22);
  border-radius: 8px;
  padding-top: 20px;
  padding-left: var(--theme-gap, 15px);
  padding-right: var(--theme-gap, 15px);
  padding-bottom: 20px;
}
/* æ–‡ç« å†…é¡µæ­£æ–‡ content */
.entry-content p {
  font-size: 15px;
  position: relative;
  margin: 0 0 0.5em 0;
  color: rgba(0, 0, 0, .84);
  line-height: 2.2;
}
.dianzan {
  margin: 20px 0;
}
.dianzan button {
  border-radius: 8px;
  color: var(--theme-color);
  border-color: var(--theme-color);
}
.dianzan button:hover {
  background-color: var(--theme-color);
  color: #fff;
}
/** å¿…é¡»æå‡æ ·å¼ä¼˜å…ˆæƒ(!important) **/
.dianzan button[disabled] {
  color: white !important;
  background: var(--color-secondary) !important;
  border-color: var(--color-secondary);
}
.dianzan .agree-num {
  font-size: 12px;
  letter-spacing: 0px;
}
.Copyrightnew {
  background: #e8eef3;
  padding: 8px 20px;
  border-radius: 0 5px 5px 0;
  font-size: 1.2rem;
  color: var(--color-secondary);
}
.share-box {
  left: 10px;
  top: 11px;
}
.sider-footer {
  left: 50%;
  opacity: 1;
  transition: all 1s ease 0s;
  top: 150px;
  width: 28px;
  position: fixed;
  transform: translateX(-620px);
  z-index: 1;
}
@media(max-width:767px) {
  .sider-footer {
    transform: translateX(-1000px);
  }
}
@media(min-width:768px) and (max-width:991px) {
  .sider-footer {
    transform: translateX(-400px);
  }
}
@media(min-width:992px) and (max-width:1199px) {
  .sider-footer {
    transform: translateX(-510px);
  }
}
.sider-footer .icon-box {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  box-shadow: 0px 0px 20px -5px rgba(157, 156, 156, 0.48);
  background-color: #4f4c4c;
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
.sider-footer a:hover .icon-box:not(.copy) {
  background-color: var(--theme-color);
}
.sider-footer .icon-box.copy {
  font-size: 28px;
  background-color: transparent;
  color: #4f4c4c;
}
.sider-footer a:hover .icon-box.copy {
  color: var(--theme-color);
}
.sider-footer button.text, .sider-footer .button.text {
  background: none;
  padding: 0;
  font-weight: 400;
  display: inline-block;
  line-height: 1;
  color: #000;
  height: auto;
  border: 0;
}
.sider-footer span {
  display: block;
}
.dot {
  margin: 0 5px;
}
.wx-t-x {
  width: 100px;
  height: 100px;
  bottom: 53px;
  background: #fff;
  left: 33px;
  top: 0;
  padding: 5px;
  z-index: 2;
  position: absolute;
  border-radius: 8px;
  padding: 6px;
  box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22);
}
#share-weixin:hover .hide {
  display: block !important;
}
.entry-content p img {
  margin: auto;
  display: block;
}
.entry-content {
  text-align: justify;
  padding-top: 20px;
  padding: 10px 10px;
}
.entry-content h1 {
  font-size: 20px;
  font-weight: 700;
  word-break: break-word;
}
.entry-content li {
  margin-left: 20px;
  line-height: 36px;
  font-size: 14px;
}
.entry-content ol, .entry-content ul {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.entry-content hr {
  height: 1px;
  margin: 32px 0;
  border: 0;
  background-color: #EBF1F8;
}
.entry-content sub {
  bottom: -.25em;
}
.entry-content sup {
  top: -.5em;
}
.entry-content sub, .entry-content sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.entry-content a {
  border-bottom: 1px dashed #333;
  padding-bottom: 1px;
  color: var(--theme-color);
}
.entry-content .contt a {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.entry-content .contt .entry-meta a {
  color: var(--color-secondary);
}
.entry-content .contt p {
  line-height: 1.5;
  font-size: 13px;
  color: var(--color-secondary);
}
.entry-content .entry-container .block-image {
  width: 120px;
  height: 80px;
}
.entry-content .entry-container {
  padding: 20px 0px 0px 140px;
  min-height: 105px;
}
.entry-content .entry-container .block-fea {
  border-bottom: 0px;
}
.entry-content .entry-container .entry-title {
  font-size: 14px !important;
  height: 24px !important;
}
.entry-content .contt {}
.entry-content .post-list {
  border-bottom: 0px;
}
.entry-content a:hover {
  border-bottom-color: transparent;
}
.entry-content h2 {
  font-size: 18px;
  border-left: 3px solid var(--theme-color);
  padding-left: 15px;
  margin-top: 1rem;
}
.entry-content h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
}
.entry-content h3:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  height: 5px;
  width: 5px;
  border-radius: 20px;
  background-color: var(--theme-color);
}
.entry-content h3 {
  padding-left: 20px;
  position: relative;
}
/*æ–‡ç« é¡µé¢æµ®åŠ¨ç‚¹å‡»*/
.empty {
  height: 105px;
}
/*è§†é¢‘é¡µé¢*/
.video-index {
  padding-top: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22);
  background-color: #ffffff;
}
.video-content {
  /*  display: flex;
  flex-wrap: wrap;*/
  border-radius: 5px;
  padding-top: 10px;
}
.video-content-item {
  border-radius: 5px;
}
.video-img {
  /*  position: absolute;*/
  border-radius: 5px;
  /*  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);
  background-image: url("../images/loading.png");
  display: block;
  padding-bottom: 132%;
}
.video-img.topic {
  padding-bottom: 50%;
}
.video-list {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  align-items: flex-start;
  border-radius: 5px;
}
.video-list:after {
  padding-top: 133%;
}
.video-header {
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .4));
}
.video-title {
  font-size: 12px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  margin: 10px;
}
.video-name a {
  padding: 5px 0 0;
}
.video-actor {
  margin-bottom: 10px;
}
@media(max-width:767px) {
  .video-name, .video-actor {
    font-size: 12px;
  }
}
.video-icon {
  color: #fff;
  position: absolute;
  z-index: 3;
  left: 20px;
  top: 20px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: .8;
}
.video-icon i {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .video-content-item {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .video-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/*404é¡µé¢*/
.error-page {
  text-align: center;
  margin-top: 100px;
}
.not-found-title {
  color: #f0f0f0;
  font-size: 14em;
  margin: 0;
  line-height: 1
}
.not-found-back {
  color: #979797
}
/***å¿«è®¯**/
.widget_kuaixun {
  width: 100%;
  position: relative;
}
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.right {
  cursor: pointer;
  display: flex;
  align-items: center;
  border: none;
  background: none;
  text-align: center;
  display: block;
  position: absolute;
  right: 20px;
  top: 8px;
}
.right span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: var(--theme-color);
  margin-left: 4px;
}
.right i {
  color: var(--theme-color);
}
.posts_list .d-blue {
  color: #008EEB !important;
  background: #E5F2FF !important;
}
.p_wen .post__description p {
  font-size: 13px;
  color: #6c757d;
}
.p_wen {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e9eff4;
}
.posts_list .post-hd {
  position: relative;
  margin-right: 15px;
}
.posts_list .datashow-item .datashow--count {
  font-size: 12px;
  line-height: 1;
}
.posts_list .datashow-item .datashow--label {
  font-size: 12px;
  line-height: 1;
}
.posts_list .datashow-item {
  color: #999;
  text-align: center;
  font-size: 14px;
  background-color: #f0f2f6;
  width: 46px;
  height: 46px;
  padding-top: 7px;
  border-radius: 5px;
}
.post__title {
  font-size: 16px;
  font-weight: 400;
  color: #364e65;
  margin-bottom: 5px;
  line-height: 26px;
}
.p_wen .post__description {
  margin-bottom: 20px;
}
/*åšå®¢é¡µåº•footer*/
.site-footer {
  margin-top: 40px;
  position: relative;
  z-index: 39;
  background-color: #fff;
}
.site-footer .site-info {
  background: #2a2a32;
}
.site-info p {
  margin-bottom: 0
}
.footer-l-top {
  padding-top: 24px;
  padding-bottom: 24px;
  margin-bottom: 15px;
  border-bottom: 1px solid #484747;
}
.footer-l-top a {
  display: inline-block;
  color: #fff;
  margin-right: 20px;
  font-size: 14px;
  padding: 0;
  line-height: 30px;
}
.footer-l-top small a {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 12px;
}
.footer-l-btm p {
  line-height: 20px;
  font-size: 12px;
  color: var(--color-secondary);
}
.footer-l-btm p a {
  color: #aaa;
}
.footer-l-btm p + p {
  margin-top: 7px;
}
/*è¯„è®ºç¿»é¡µ*/
ol.page-navigator li {
  display: inline-block;
  color: var(--color-secondary);
  margin: 0 5px;
}
ol.page-navigator {
  padding: 30px 0;
  list-style: none;
  text-align: center
}
ol.page-navigator li a {
  display: block;
  text-align: center;
  background-color: var(--color-tertiary);
  font-size: 14px;
  color: var(--color-secondary);
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  padding: 0 10px;
  border-radius: 2px;
  box-sizing: border-box;
}
ol.page-navigator li.current a {
  background: var(--theme-color);
  border-color: var(--theme-color);
  color: #fff;
  padding: 0 10px;
}
ol.page-navigator li a:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
  color: #fff;
  padding: 0 10px;
}
/*ç§»åŠ¨ç«¯å¯¼èˆª*/
.m_nav-list {
  position: absolute;
  top: 12px;
}
@media screen and (max-width: 991px) {
  .m_nav-list a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 24px;
    height: 24px;
    background: 0 0
  }
  .m_nav-list .lines .line {
    display: inline-block;
    width: 24px;
    height: 1px;
    background: #000;
    transition: all .3s ease-out
  }
  .m_nav-list .lines .second-line {
    margin: 8px 0
  }
  .m_nav-close .first-line {
    transform: rotate(45deg) translate3d(6px, 6px, 0);
    transform-origin: center
  }
  .m_nav-close .second-line {
    transform: scale3d(0, 1, 1)
  }
  .m_nav-close .third-line {
    transform: rotate(-45deg) translate3d(7px, -7px, 0);
    transform-origin: center
  }
}
/* æ–‡ç« å†…é¢åŒ…å±‘ */
.site-lins a {
  color: var(--color-secondary);
}
.site-lins a:hover {
  color: var(--theme-color);
}
/* æ–‡ç« å†…æ ‡é¢˜å³è¾¹çš„å¤§æ—¥æœŸ */
.postArticle-meta {
  bottom: 15px;
  position: absolute;
  right: 0;
  font-size: 12px;
  color: var(--color-secondary);
}
.postArticle-meta i {
  font-size: 12px;
}
@media print, screen and (max-width:35.5em) {
  .input_body li {
    float: none;
    width: 100%;
    margin-bottom: .6em
  }
}
/*åˆ†ç±»é¡µé¢css*/
.entry-container .entry-title {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.entry-container {
  display: block;
  position: relative;
  min-height: 118px;
  padding: 20px 0px 25px 0px;
  overflow: hidden;
}
.block-image {
  width: 210px;
  /*position: absolute;
  left: 0;*/
  padding-top: 0;
  margin-right: 20px;
  float: left;
}
.block-info {
  width: calc(100% - 230px);
  float: right;
}
.block-image.topic {
  width: 300px;
}
.block-info.topic {
  width: calc(100% - 320px);
}
@media (max-width: 991px) {
  .block-info {
    width: calc(100% - 122px);
  }
  .block-info.topic {
    width: 100%;
  }
  .block-info.actor {
    position: absolute;
    z-index: 0;
    top: 40%;
    right: 0;
    transform: translateY(-50%);
    padding-left: 10px;
    padding-right: 10px;
  }
}
.block-fea {
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../images/loading.png");
  display: block;
  padding-bottom: 130%;
}
.block-fea.art {
  padding-bottom: 66%;
}
.block-fea.topic {
  padding-bottom: 50%;
}
.block-fea.slide {
  padding-bottom: 46%;
}
.overlay-1 {
  width: 100%;
  height: 100%;
  background-color: rgba(22, 29, 39, .88);
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
.overlay-hover:hover .overlay-1, a:hover .overlay-1 {
  opacity: .3;
}
.laid_title_l {
  position: absolute;
  background: var(--theme-color);
  top: 2rem;
  left: -20px;
  width: 5px;
  height: 25px;
  transform: scaleY(0);
  transition: transform 0.35s;
}
.post-list:hover .laid_title_l {
  transform: scaleY(1);
}
.post-list:hover .entry-title a {
  color: var(--theme-color);
}
.vodlist_top {
  font-style: normal;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
/*  font-size: 0.3rem;*/
  color: #fff;
  top: 0.35rem;
  right: -14rem;
  transition: all .4s;
}
.post-list:hover .vodlist_top {
  right: 0.35rem;
}
.vodlist_top .voddate {
  text-align: center;
  width: auto;
  height: 25px;
  line-height: 25px;
  padding: 4px 7px;
  border-radius: 4px;
}
.vodlist_top em {
  font-style: normal;
}
.voddate_year {
  background: var(--theme-color)
}
.voddate_type {
  background: var(--theme-color)
}
.block-image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover
}
.post-list {
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.archive-content .page-title:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid rgba(0, 0, 0, .05);
  z-index: 1
}
.page-title span {
  display: inline-block;
  padding-right: 10px;
  background: #fff;
  position: relative;
  z-index: 2;
  font-weight: 600;
  color: #333
}
.entry-container .entry-meta {
  margin-bottom: 0px !important
}
.fea-meta {
  margin-bottom: 10px !important;
  line-height: 25px;
}
/*åˆ—è¡¨å°é¢å°å›¾æ ‡ico*/
.entyr-icon {
  align-items: center; /* background-color: rgba(0, 0, 0, 0.6); */ border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 19px;
  justify-content: center;
  left: 5px;
  line-height: 1;
  position: absolute;
  top: 5px;
}
.contt .entyr-icon i {
  font-size: 22px;
}
/*èŽ·å–å›¾ç‰‡altä¿¡æ¯css*/
.image_title {
  left: 5px;
  top: 0;
  position: absolute;
  border-radius: 12px;
  top: 8px;
  z-index: 4;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 20px;
  background: rgba(28, 31, 33, 0.6);
  border-radius: 4px;
  padding: 2px 8px;
}
/* åŠ¨æ€ä¸ºfooteræ·»åŠ ç±»fixed-bottom */
.fixed-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
}
/*æµè§ˆåŒºåŸŸæ»šåŠ¨æ¡*/ ::-webkit-scrollbar {
  width: 8px
}
::-webkit-scrollbar-track {
  background: rgba(51, 51, 51, .1)
}
::-webkit-scrollbar-thumb {
  background: var(--theme-color);
  border-radius: 4px
}
::-webkit-scrollbar-thumb:active {
  background-color: var(--theme-color)
}
.footer-fixed {
  position: fixed;
  bottom: 180px;
  right: 2%;
  z-index: 49;
}
.footer-fixed a {
  font-size: 18px;
  border-radius: 3px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: block;
  background-color: var(--theme-color);
  opacity: .8;
  box-shadow: 0px 0px 20px -5px rgb(158 158 158 / 22%);
  color: #fff;
  margin-bottom: 10px;
}
.footer-fixed a:hover, #scroll-to-top {
  background-color: var(--theme-color);
  opacity: 1;
}
.footer-fixed .dark-switch.light, [data-theme="1"] .footer-fixed .dark-switch.dark {
  display: none;
}
[data-theme="1"] .footer-fixed .dark-switch.light {
  display: block;
}
#scroll-to-top {
  margin-bottom: 10px;
}
.text-lg {
  font-size: 1.125rem !important;
}
/*æ–‡ç« é˜…è¯»æ¨¡å¼*/ ::-webkit-scrollbar-track:disabled {
  display: none;
}
/*ç§»åŠ¨ç«¯slide*/
.btn {
  display: block;
  cursor: pointer;
  border-radius: 3px;
  text-align: center;
  /*line-height: 2.4;*/
  outline: none;
  border: none;
}
@media (max-width:479px) {
  /* é˜…è¯»å…¨æ–‡ */
  .show_text {
    overflow: hidden;
    position: relative;
  }
}
.navbar-search {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-width: 100%;
  width: 100%;
  opacity: 1;
  z-index: 101;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform-origin: 0 0 0;
  transition: all .4s ease-in-out 0s;
  background-color: rgba(34, 40, 49, 0.79);
}
.navbar-search .searchform {
  width: 100%;
  padding: 1.5rem .5rem;
  display: block;
  border-radius: 3px;
}
.navbar-search-close {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 0;
  top: 66px;
  left: 0;
  background-color: rgba(34, 40, 49, 0.3);
  cursor: pointer;
}
.input-group2 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.navbar-search .searchform input {
  background-color: transparent;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 0;
  flex: 1 1 auto;
  width: 1%;
  padding-left: 10px;
}
.navbar-search .searchform .input-group-append {
  height: 36px;
  line-height: 36px;
}
.navbar-search .searchform .input-group-append > .btn {
  background-color: transparent;
  color: #fff;
  padding: 0 5px 0 10px;
  border: none;
  box-shadow: none;
  outline: 0;
  cursor: pointer;
}
.btn-nostyle {
  line-height: 2.4;
  display: inline-block;
  vertical-align: middle;
}
/* ä¸ªäººä¸»é¡µ */
.form {
  display: inline-block;
  width: 100%;
}
.top-bar-navigation .menu-item.active a, .top-bar-navigation a:hover {
  color: var(--theme-color);
}
.top-bar-navigation ul li {
  position: relative;
  display: block;
  float: left;
  width: auto;
  white-space: nowrap;
}
.top-bar-navigation ul li a {
  display: block;
}
.drop-down *, .drop-down:after, .drop-down:before {
  transition: none;
}
.aui-nav-dow {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50px;
  left:50%;
  padding: 8px 10px;
  background: var(--bg-secondary);
  border-radius: 4px;
  z-index: 99;
  box-shadow: 0px 5px 40px 0px rgb(0 0 0 / 20%);
  transform:translateX(-50%);
}
.drop-down:hover .aui-nav-dow {
  opacity: 1;
  visibility: visible;
  -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);
}
.top-bar-navigation .aui-nav-dow li a {
  padding: 0;
  line-height: inherit;
  display: block;
  padding: 8px 0 8px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
}
.drop-down .aui-nav-dow:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--bg-secondary);
  position: absolute;
  top: -5px;
  transform: rotate(45deg);
  left: calc(50% - 4px);
}
.top-bar-navigation .aui-nav-dow li {
  width: 110px;
}
.aui-nav-dow li {
  color: var(--theme-color);
  padding-left: 2rem;
}
.aui-nav-dow li a:before {
  content: '';
  height: 1px;
  width: 10px;
  background-color: var(--theme-color);
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  position: absolute;
  left: .75rem;
  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%);
}
.aui-nav-dow li a, .top-bar-navigation .menu-item .aui-nav-dow li a {
  color: var(--color-primary);
}
.aui-nav-dow li.active a, .aui-nav-dow li a:hover, .top-bar-navigation .menu-item .aui-nav-dow li.selected a, .top-bar-navigation .menu-item .aui-nav-dow li a:hover {
  color: var(--theme-color);
  padding-left: 0.2rem;
  opacity: 1;
}
.aui-nav-dow li a:hover:before {
  opacity: 1;
}
body.active {
  overflow-x: hidden;
  overflow-y: hidden
}
.collapse {
  display: none;
}
.socollapse {
  display: none;
}
.navss {
  display: block;
}
@media screen and (max-width: 991px) {
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%
  }
}
/*é¡¶éƒ¨å¯¼èˆª*/
.new-header {
  /*border-top: 1px solid rgba(0, 0, 0, .05);*/
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
}
.new-header .white-block {
  background-color: var(--bg-secondary);
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transform: translateX(calc(-100% - 10px));
}
.new-header .white-block2 {
  left: auto;
  right: 0;
  width: 100%;
  transform: translate(calc(100% - 20px));
}
.new-header .top-bar-left {
  width: 700px;
  flex-grow: 1;
  flex-shrink: 1;
  z-index: 1;
  box-shadow: -15px 0 10px -12px rgb(0 0 0 / 20%);
}
.new-header .top-bar-right {
  flex-shrink: 0;
  z-index: 3;
  background-color: var(--bg-secondary);
  box-shadow: -15px 0 10px -12px rgb(0 0 0 / 20%);
  padding-left: 15px;
}
@media(min-width:768px) and (max-width:991px) {
  .new-header {
    width: 100%;
  }
  .new-header .white-block {
    display: none;
  }
  .new-header .top-bar-left {
    box-shadow: none;
  }
}
.clearnav {
  padding-left: 0px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  width: inherit;
  float: left;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.dropdown-menu > li > a {
  display: block;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
  white-space: nowrap;
  padding: 10px 16px;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
}
ul.dropdown-menu li {
  display: block;
}
ul.dropdown-menu li a .view {
  float: right;
  font-size: 11px;
  color: var(--color-secondary);
  line-height: 1.5;
}
.dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
ul.dropdown-menu li .vhiy {
  padding: 3px 10px;
  font-size: 12px;
  display: block;
  background-color: #f5f5f5;
}
ul.dropdown-menu li a i, ul.dropdown-menu li .vhiy i {
  padding-right: 5px;
  font-size: 14px;
}
.top_so {
  display: block;
  visibility: hidden;
  width: 100%;
  top: 50%;
  opacity: 0;
  box-shadow: 0px 5px 40px 0px rgba(17, 58, 93, 0.1) !important;
  border-radius: 6px !important;
  transition: all .2s;
}
.rank {
  display: inline-block;
  padding: 3px 7px;
  line-height: 1.2;
  text-align: center;
  border-radius: 2px;
  font-size: 12px;
  color: #fff;
  margin-right: 5px;
}
.ran1 {
  background-color: #FF4A4A !important;
  color: #FFFFFF;
}
.ran2 {
  background-color: #FF7701 !important;
  color: #FFFFFF;
}
.ran3 {
  background-color: #FFB400 !important;
  color: #FFFFFF;
}
.rank {
  background-color: var(--theme-color);
}
.top_ac {
  visibility: visible;
  opacity: 1;
  transition: all .2s;
  top: 100%;
  display: block;
}
.search-warp {
  float: right;
  width: 480px;
  height: 36px;
  background: #f3f5f6;
  border-radius: 8px;
  padding-right: 56px;
  margin: 10px;
  box-sizing: border-box;
  position: relative;
  z-index: 4;
}
.search-warp .search-area {
  height: 36px;
  font-size: 14px;
  color: #9199a1;
  padding: 0;
  margin: 0;
  border-radius: 5px 0 0 5px;
  position: relative;
}
.search-warp .search-area input.search-input {
  height: 36px;
  line-height: 20px;
  padding: 8px 16px;
  font-size: 14px;
  color: var(--color-primary);
  border-radius: 0;
  background-color: var(--color-tertiary);
  border: 0px;
  width: calc(100% - 70px);
  float: left;
}
.search-warp .showhide-search {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  color: var(--color-primary);
  line-height: 24px;
  padding: 6px 18px;
  border-radius: 0 5px 5px 0;
  border: 0px;
  background: var(--color-tertiary);
}
.search-warp .showhide-search i {
  display: block;
  height: 24px;
  color: #545c63;
  cursor: pointer;
  font-size: 20px;
  line-height: 24px;
  width: 20px;
}
.search-btn {
  float: right;
}
.search-btn a {
  height: 36px;
  line-height: 20px;
  padding: 8px 15px;
  margin: 10px 0;
  color: #fff;
  font-size: 14px;
  border-radius: 8px;
  box-sizing: border-box;
  background: var(--theme-color);
}
.navbar-collapse-wrap {
  position: absolute
}
.navbar {
  border: none
}
.navbar .navbar-nav > .current-menu-item a {
  color: #fff;
  background-color: #080808
}
.navbar .m_nav-list:focus, .navbar .m_nav-list:hover {
  background-color: transparent
}
.navbar .container {
  padding: 0px
}
.navbar .container .navbar-header {
  margin: 0;
  position: relative;
  z-index: 999;
  background-color: #222
}
.sidebar-offcanvas {
  position: fixed;
  z-index: 999999;
  bottom: 0px;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0px;
  transform: translateX(-100%);
  width: 77%;
  height: 100vh;
  box-shadow: none;
  border-top: 0px solid white;
  overflow-y: auto;
  background: var(--bg-primary, #fff);
  overflow-x: hidden;
}
.sidebar-offcanvas.active {
  animation: right 1s;
  transform: translateX(0);
}
.navbar .container > .navbar-collapse.active {
  left: 0px
}
.navbar .container .ultop {
  margin-top: 50px;
}
.navbar .container ul li {
  list-style-type: none;
}
.navbar .container .sub-menu li {
  margin-left: 5px;
}
.sub-menu li a {
  color: #929292;
}
.sub-menu li a:hover {
  color: var(--theme-color);
}
.m_nav-list {
  border: none;
}
.navbar-nav {
  margin: 0px
}
.mobile-sidebar-menu {
  position: relative;
  padding: .75rem 0;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: none;
  background: #ffffff;
  box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22);
  list-style: none;
}
.mobile-sidebar-column {
  margin: 0 15px 0 15px;
}
.mobile-sidebar-menu > li {
  position: relative;
  padding: 0 0 0 35px;
}
.dropdown-sub-menu {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.mobile-sidebar-menu .sub-menu {
  padding: 0 0 .25rem;
  display: none;
  margin-top: 0px;
}
.mobile-sidebar-menu li a {
  position: relative;
  display: block;
  padding: .75rem 0;
}
.mobile-sidebar-menu li.active a {
  color: var(--theme-color);
}
.mobile-sidebar-menu li a i {
  position: absolute;
  left: -5px;
  top: 50%;
  -webkit-transform: translate(-150%, -50%);
  -ms-transform: translate(-150%, -50%);
  transform: translate(-100%, -50%);
}
.dropdown-sub-menu span {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  opacity: .5;
}
.mobile-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(120, 129, 147, .22);
  z-index: 999998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.mobile-overlay.active {
  display: block;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
/*äºŒç»´ç ç”Ÿæˆå°é¢*/
.cl:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden
}
/*ç•™è¨€æ¿*/
textarea {
  overflow: auto;
  resize: vertical;
  webkit-box-sizing: border-box important;
  box-sizing: border-box;
  display: initial;
}
.banner-box{
  border-radius: 8px;
  background-color: var(--bg-secondary);
  box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, 0.22);
}
[data-theme="1"] .banner-box{
  box-shadow:none;
}
.ewave-banner-box {
  border-radius: 8px;
  background-color: var(--bg-secondary);
}
.ewave-banner-box img {
  border-radius: 8px;
}
.ewave-banner-box.float-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  border-radius: 0;
}
.ewave-banner-box.float-top, .ewave-banner-box.float-bottom {
  border-radius: 0;
  background-color: #ddd;
}
[data-theme="1"] .ewave-banner-box.float-top, [data-theme="1"] .ewave-banner-box.float-bottom {
  background-color: #444;
}
/*é»‘å¤œå¤œé—´æ¨¡å¼*/
[data-theme="1"] .entry-meta a {
  color: var(--color-secondary);
}
[data-theme="1"] .shan {
  display: none;
}
/*å¯¼èˆª*/
[data-theme="1"] .drop-down .aui-nav-dow:before {
  background: var(--bg-primary);
}
[data-theme="1"] .search-warp .showhide-search, [data-theme="1"] .search-warp .search-area input.search-input {
  background-color: var(--bg-primary);
  color: var(--color-secondary);
}
[data-theme="1"] .search-warp .showhide-search i {
  color: #ffffff;
}
[data-theme="1"] .aui-nav-dow {
  background-color: var(--bg-primary);
  box-shadow: none;
}
[data-theme="1"] .aui-nav-dow::after {
  border-bottom-color: var(--bg-primary);
}
[data-theme="1"] input.wb-switch {}
[data-theme="1"] .dropdown-menu {
  background-color: var(--bg-secondary);
}
[data-theme="1"] .dropdown-menu > li > a {
  color: var(--color-secondary);
}
[data-theme="1"] .dropdown-menu > li > a:hover {
  background-color: var(--bg-primary);
}
[data-theme="1"] ul.dropdown-menu li .vhiy {
  background-color: var(--bg-primary);
}
@media screen and (max-width: 991px) {
  [data-theme="1"] .m_nav-list .lines .line {
    background: #fff;
  }
}
/*é¦–é¡µåˆ—è¡¨*/
[data-theme="1"] .top-bar {
  background-color: var(--bg-secondary);
}
[data-theme="1"] .top-bar a:hover {
  color: var(--theme-color);
}
[data-theme="1"] .top-bar-menu a {
  color: #F2F2F5;
}
[data-theme="1"] .top-admin, [data-theme="1"] .top-admin a, [data-theme="1"] .site-footer a {
  color: #fff;
}
/*é¦–é¡µåˆ—è¡¨*/
[data-theme="1"] .contpost {
  background-color: var(--bg-secondary);
  box-shadow: none;
}
[data-theme="1"] .contt {
  background-color: var(--bg-secondary);
}
[data-theme="1"] .entry-title a {
  color: #ffffff;
}
[data-theme="1"] .entry-title a:hover, [data-theme="1"] .top-bar-menu a:hover {
  color: var(--theme-color);
}
[data-theme="1"] .entry-summary p {}
[data-theme="1"] ol.page-navigator li a {
  background: var(--bg-primary);
  color: white;
}
[data-theme="1"] ol.page-navigator li a:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
}
[data-theme="1"] ol.page-navigator li.current a {
  border-color: var(--theme-color);
  background: var(--theme-color);
}
[data-theme="1"] .post-list {
  border-bottom: 1px solid var(--night-border-light);
}
[data-theme="1"] .entry-content .contt {
  border-top: 0px solid var(--night-border-light)78;
}
[data-theme="1"] .entry-content .post-list {
  border-bottom: 0px solid var(--night-border-light)78 !important;
}
[data-theme="1"] .toggle {
  background: none;
}
[data-theme="1"] .widget-list-title i {
  color: #fff;
}
[data-theme="1"] .widget-list-title {
  color: #fff;
}
/*åº•éƒ¨*/
[data-theme="1"] .site-footer {
  background-color: var(--bg-secondary);
  box-shadow: none;
}
[data-theme="1"] .footer-l-top a {
  color: #fff;
  margin-right: 20px;
}
[data-theme="1"] .footer-l-top {
  border-bottom: 1px solid var(--night-border-light);
}
[data-theme="1"] .footer-l-btm p {
  color: var(--color-secondary);
}
/*è¾¹æ åˆ—è¡¨*/
[data-theme="1"] .entry-content hr {
  background-color: var(--night-border-light);
}
[data-theme="1"] .widget {
  background-color: var(--bg-secondary);
  box-shadow: none;
  border: 0px solid #F3F3F3;
}
[data-theme="1"] .widget-title span {
  background: var(--bg-secondary);
  color: #fff;
}
[data-theme="1"] .widget-title i {
  color: #fff;
}
[data-theme="1"] .p_wen {
  border-bottom: 1px solid var(--night-border-light);
}
[data-theme="1"] .widget .item .meta {
  color: var(--color-secondary);
}
[data-theme="1"] .widget .item h2 {
  color: #fff;
}
[data-theme="1"] .widget .item h2 a {
  color: var(--color-secondary);
}
/*å†…å®¹é¡µ*/
[data-theme="1"] .entry-summary p, [data-theme="1"] .entry-meta, [data-theme="1"] .entry-meta a, [data-theme="1"] .text-muted {
  color: var(--color-secondary);
}
[data-theme="1"] .postArticle-meta {
  color: var(--color-secondary);
}
[data-theme="1"] .page-title {
  color: #ffffff;
}
[data-theme="1"] .border-theme {
  background-color: var(--night-border-light);
}
[data-theme="1"] .video-index {
  background-color: var(--bg-secondary);
  box-shadow: none;
  border-radius: 5px;
}
[data-theme="1"] .entry-content p {
  color: var(--color-secondary);
}
[data-theme="1"] .entry-content a {
  border-bottom: 1px dashed #333;
  color: var(--theme-color);
}
[data-theme="1"] .entry-content .entry-container .entry-title a {
  border-bottom: 0px solid #e2dddd70;
}
[data-theme="1"] .postArticle-meta time {
  color: #fff;
}
[data-theme="1"] .postArticle-meta:after {
  background-color: #fff;
}
[data-theme="1"] .entry-content li {
  color: var(--color-secondary);
}
[data-theme="1"] .dianzan button {
  background: var(--theme-color);
  color: #fff;
}
[data-theme="1"] .Menu-item a {
  color: black;
}
[data-theme="1"] .Copyrightnew {
  background: var(--bg-primary);
  color: var(--color-secondary);
}
[data-theme="1"] .sider-footer i {
  color: var(--color-secondary);
  box-shadow: none;
}
[data-theme="1"] .sider-footer i:hover {
  color: #fff;
}
[data-theme="1"] .entry-footer.fixed .entry-bar-inner {
  background: var(--bg-primary);
}
/*è§†é¢‘é¡µ*/
[data-theme="1"] .video-content {
  background: var(--bg-secondary);
  box-shadow: none;
}
[data-theme="1"] .mobile-sidebar-menu {
  background-color: var(--bg-secondary);
  box-shadow: none;
}
/*ç§»åŠ¨ç«¯å¯¼èˆª*/
[data-theme="1"] .navbar .container > .navbar-collapse {
  background: #131313;
}
/*ä¸ªäººä¸»é¡µ*/
/*404*/
[data-theme="1"] .error-page p {
  color: #ffffff;
}
/*é¡µè„šnews*/
[data-theme="1"] .site-footer .site-info {
  background: var(--bg-secondary);
}
.qrcode-box-1 canvas {
  width: 88px;
  height: 88px;
}
.qrcode-box-2 canvas {
  width: 68px;
  height: 68px;
}
.loading {
  padding-left: 20px !important;
  background: transparent url(../images/loading.gif) no-repeat left center;
}
.ewave-user-avatar {
  display: none;
}
.ewave-dropdown-box, .ewave-dropdown-box::before, .ewave-user-dropdown .ewave-dropdown-box {
  background-color: var(--bg-secondary);
}
.ewave-search-dropdown {
  float: left;
  width: 70px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: var(--color-tertiary);
  border-radius: 5px 0 0 5px;
  border-right: 1px solid var(--bg-primary);
  color: var(--color-primary);
}
.ewave-search-dropdown .ewave-dropdown-box {
  width: 100%;
}
.ewave-search-dropdown.mobile {
  z-index: 1;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
  border-right: rgba(34, 40, 49, 0.79);
}
.ewave-search-dropdown.mobile .ewave-dropdown-box {
  background-color: rgba(34, 40, 49, 0.79);
}
.ewave-search-dropdown.mobile .ewave-dropdown-box::before {
  display: none;
}
.ewave-search-dropdown.mobile .ewave-dropdown-box a {
  color: #fff;
}
.ewave-history-box li::before, .ewave-history-box li.ewave-history-head .fa {
  background-color: var(--bg-secondary);
}
.ewave-history-box li::after, .ewave-history-box li.ewave-history-foot a {
  background-color: var(--bg-primary);
}
.ewave-history-box li a {
  border-top-color: var(--bg-primary);
}
@media(max-width:767px) {
  .ewave-user-name::after, .ewave-history-text::after {
    content: '\7528\6237';
    margin-left: 5px;
  }
  .ewave-history-text::after {
    content: '\8bb0\5f55';
  }
  .ewave-user-name span, .ewave-history-text span {
    display: none;
  }
  .ewave-history-box {
    right: -30px;
    left: auto;
    transform: translate(0);
  }
  .ewave-history-box::before {
    left: auto;
    right: 40px;
  }
  .ewave-history-dropdown:not(.ewave-click-dropdown):hover .ewave-history-box:not(.active) {
    visibility: hidden;
    opacity: 0;
  }
  .ewave-history-box.active {
    visibility: visible;
    opacity: 1;
  }
}
@media(max-width: 479px) {
  .ewave-history-box {
    right: 0px;
    left: auto;
    transform: translate(0);
  }
  .ewave-history-box::before {
    left: auto;
    right: 10px;
  }
}
[data-theme="1"] .ewave-user-dropdown .ewave-dropdown-box li + li {
  border-color: var(--night-border-light);
}
.ewave-user-name {
  margin-left: 5px;
}
.ewave-history-dropdown {
  margin-left: 10px;
}
.text-muted {
  color: var(--color-secondary);
}
.gap {
  margin-bottom: var(--theme-gap, 15px);
}
.ewave-headroom {
  transition: all .3s;
}
.ewave-headroom-pinned {
  transform: translateY(0);
}
.ewave-headroom-unpinned {
  transform: translateY(-56px);
}
@media(max-width:767px) {
  .ewave-headroom-unpinned {
    transform: translateY(0);
  }
}
.filter-box dl {
  padding-top: 5px;
  padding-bottom: 5px;
}
.filter-box dt {
  font-size: 16px;
  width: 50px;
  float: left;
  font-weight: normal;
}
.filter-box dt .fa {
  margin-left: 5px;
}
.filter-box dd {
  width: calc(100% - 50px);
  float: left;
  line-height: 24px;
  overflow-x: hidden;
}
.filter-box dd a {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 5px;
  line-height: 24px;
  width: auto;
}
.filter-box dd a.active {
  background-color: var(--theme-color);
  color: #fff;
  border-radius: 4px;
}
.ewave-jump-msg {
  margin-top: 150px;
  margin-bottom: 50px;
  background-color: var(--bg-secondary);
  box-shadow: var(--theme-shadow);
}
.play-btn {
  display: inline-block;
  padding: 4px 15px;
  background-color: var(--theme-color, #f60);
  border-radius: 8px;
  font-size: 16px;
  margin-top: 20px;
  color: #fff;
  font-weight: normal;
}
.play-btn:hover {
  color: #fff;
  opacity: .8;
}
.play-btn + .play-btn {
  margin-left: 15px;
}
.detail-info .detail-info-title {
  font-size: 18px;
  line-height: 26px;
}
.detail-info .detail-info-text, .detail-info .detail-info-text p a {
  font-size: 14px;
  color: var(--color-secondary);
  line-height: 24px;
}
.detail-info .detail-info-text p a:hover {
  color: var(--theme-color);
}
.detail-info .detail-info-text p {
  margin-top: .5em;
}
.detail-info .ewave-collapse-toggle {
  background-color: var(--bg-primary);
  border-radius: 5px;
  margin-top: 5px;
}
.contpost2, .detail-post, .detail-star {
  background: var(--bg-secondary);
  box-shadow: 0px 0px 20px -5px rgb(158 158 158 / 22%);
  border-radius: 8px;
  padding-top: 20px;
  padding-left: var(--theme-gap, 15px);
  padding-right: var(--theme-gap, 15px);
  padding-bottom: 20px;
}
[data-theme="1"] .contpost2, [data-theme="1"] .detail-post, [data-theme="1"] .detail-star {
  box-shadow: none;
}
@media(min-width:992px) {
  .detail-post, .detail-star {
    background: none;
    box-shadow: none;
    padding: 0;
  }
}
@media(max-width:991px) {
  .contpost2 {
    background: none;
    box-shadow: none;
    padding: 0;
  }
  .detail-post {
    margin-bottom: var(--theme-gap, 15px);
  }
  .detail-post .block-fea {
    border-radius: 5px;
  }
  .player-post {
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
  }
  .play-btn {
    padding: 2px 10px;
    font-size: 14px;
    border-radius: 5px;
  }
}
.playlist, .downlist {
  padding-top: var(--theme-gap, 15px);
  padding-bottom: var(--theme-gap, 15px);
}
.playlist li {
  padding-bottom: 10px;
}
.ewave-playlist-sort-content, .ewave-downlist-sort-content {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.ewave-downlist-sort-content {
  padding-right: 10px;
}
[data-theme="1"] .playlist li a {
  background: var(--bg-primary);
  color: #fff;
}
[data-theme="1"] .playlist li.active a, [data-theme="1"] .playlist li a:hover {
  background: var(--theme-color);
}
.detail-star h3 {
  line-height: 28px;
}
.detail-star h3 small {
  line-height: 28px;
}
.detail-star .qrcode-box {
  margin-top: 20px;
  line-height: 30px;
}
.detail-star .ewave-star-box {
  max-width: 255px;
}
[data-theme="1"] .layui-layer {
  background-color: #3C4567;
}
[data-theme="1"] .layui-layer-title {
  color: var(--color-primary);
  border: none;
}
[data-theme="1"] .form-control {
  background-color: var(--color-tertiary);
  border-color: var(--color-tertiary);
  color: var(--color-primary);
}
.player-info h1 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 1rem;
}
.gbook-avatar {
  width: 60px;
}
@media(min-width:768px) {
  .member-container .member-left, .member-container .member-right {
    top: 60px !important;
  }
}
@media(max-width:767px) {
  .gbook-avatar {
    width: 50px;
  }
  .member-container .member-left, .member-container .member-right {
    top: 0;
  }
}
.gbook-avatar img {
  width: 100%;
  border-radius: 50px;
}
.gbook-list .post-bd {
  flex-grow: 1;
}
[data-theme="1"] .ewave-comment-item {
  border-bottom-color: var(--bg-primary);
}
[data-theme="1"] .ewave-comment-head {
  border-bottom-color: #aaa;
}
[data-theme="1"] .ewave-comment-reply-box .ewave-comment-item:not(:last-child)::after {
  background-color: var(--bg-primary);
}
[data-theme="1"] .detail-star .qrcode-box canvas {
  border: 3px solid #fff;
  width: 117px;
  height: 117px;
}
[data-theme="1"] .gbook-list .post__title {
  color: #fff;
}
[data-theme="1"] .gbook-list .p_wen .post__description p {
  color: var(--color-tertiary);
}
.actor-slide-box {
  overflow: hidden;
  padding-top: var(--theme-gap, 15px);
  padding-bottom: var(--theme-gap, 15px);
}
.actor-slide-box .actor-item {
  display: block;
  text-align: center;
  position: relative;
}
.actor-slide-box .actor-item .ewave-img-wrapper {
  padding-bottom: 100%;
  border-radius: 50%;
  background-image: url("../images/loading.png");
  position: relative;
  z-index: 1;
}
.actor-slide-box .actor-item::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background-image: url("../images/loading.png");
  background-size: cover;
  background-position: center center;
}
.actor-slide-box .actor-item .actor-name {
  padding: 10px 0;
}
.actor-slide-box .actor-item:hover .actor-name {
  color: var(--theme-color, #f60);
}
.position-link {
  font-size: 15px;
}
.actor-tab a {
  font-size: 19px;
}
.plot-list-box {
  padding-top: 10px;
}
.plot-list .plot-list-item {
  margin-bottom: 10px;
}
.plot-list .plot-list-item a:hover .text-muted {
  color: var(--theme-color, #f60);
}
.plot-list .plot-title {
  font-size: 16px;
  margin-bottom: 5px;
}
.plot-list a:hover .plot-title {
  color: var(--theme-color, #f60);
}
.plot-list .plot-title a {
  display: block;
}
.plot-detail-box {}
.plot-detail-title {
  margin-bottom: var(--theme-gap, 15px);
  background-color: var(--bg-primary);
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
}
.plot-detail-content p {
  margin-bottom: 10px;
  text-indent: 2em;
}
.plot-detail-foot {
  margin-top: 10px;
}
.plot-detail-foot a {
  display: inline-block;
  padding: 5px 8px;
  background-color: var(--bg-primary);
  border-radius: 5px;
}
.plot-detail-foot a + a {
  margin-left: 20px;
}
.role-list-text {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 2.5;
}
.entry-summary p.text-row-muti {
  -webkit-line-clamp: 4;
}
@media(max-width:359px) {
  .m_nav-list a {
    width: 18px;
    height: 18px;
  }
  .m_nav-list .lines .line {
    width: 18px;
  }
  .m_nav-list {
    top: 15px;
  }
  .sostats_click {
    margin-right: 0;
  }
  .ewave-history-dropdown {
    margin-left: 5px;
  }
  .navlogo {
    margin-left: 20px;
    max-width: calc(100% - 180px);
  }
  .top-bar-left img {
    max-width: 100%;
    min-width: auto;
  }
}