@import url(css/style.css);
:root {
  --colora: #3b82f6;
  --colorb: #3b82f6;
  --colorc: #f6416c;
  --colord: #3b82f6;
}
* {
  margin: 0;
  padding: 0
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body, button, input, select, textarea {
  font: 15px/1.5 HWOS, PingFang SC, AlibabaPuHuiTi-2-55-Regular, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
body.active-sidebar {
  overflow: hidden;
}
div, h1, h2, h3, h4, h5, p, form, ul, label, input, textarea, img, span, dl, dt, dd {
  margin: 0px;
  padding: 0;
  outline: 0;
}
h1 {
  font-size: 30px
}
h2 {
  font-size: 26px
}
h3 {
  font-size: 22px
}
h4 {
  font-size: 20px
}
h5 {
  font-size: 16px
}
h6 {
  font-size: 16px
}
img {
  border: 0;
  display: block
}
ul, li {
  list-style: none;
}
ol li {
  margin-left: 20px;
  list-style: decimal;
  padding-left: 3px;
}
a {
  color: #111827;
  text-decoration: none;
  -webkit-transition: background-color .15s linear, color .15s linear;
  -moz-transition: background-color .15s linear, color .15s linear;
  -o-transition: background-color .15s linear, color .15s linear;
  -ms-transition: background-color .15s linear, color .15s linear;
  transition: background-color .15s linear, color .15s linear;
}
a:focus {
  outline: 0;
}
a:hover {
  text-decoration: none;
  color: var(--colora)
}
em, i {
  font-style: normal;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.clear {
  clear: both;
}
.blank {
  height: 20px;
  overflow: hidden;
  width: 100%;
  margin: auto;
  clear: both
}
.f_l {
  float: left
}
.f_r {
  float: right
}
.article {
  width: 1222px;
  margin: 85px auto 0;
  zoom: 1;
}
.article::after {
  content: "";
  display: table;
  clear: both;
}
.aside {
  width: 325px;
  float: right;
  display: block;
  position: relative;
  z-index: 1;
  margin-left: -325px;
  font-size: 14px;
}
.r_box, .ra_box {
  float: left;
  width: 100%;
}
.main {
  margin-right: 340px;
  margin-left: 20px;
}
.container {
  width: 1000px;
  margin: auto
}
nav {
  width: 92%;
  margin: auto;
  position: relative;
}
.logo {
  float: left;
  font-size: 22px;
  margin-right: 60px
}
.logo img {
  height: 34px;
  margin-top: 12px;
}
img.nightlogoimg {
  display: none;
}
blockquote {
  position: relative;
  border-left: none;
  margin: 20px 0;
  padding: 45px 20px 15px;
  background: #f8f9fa;
  border-radius: 5px;
}
blockquote:before {
  position: absolute;
  color: #000;
  content: '\e600';
  top: 10px;
  left: 18px;
  font-weight: 600;
  font-family: 'icomoon';
  font-size: 24px;
}
.news_con blockquote p {
  line-height: 1.7
}
blockquote p:last-child {
  margin-bottom: 0;
}
table {
  border-collapse: collapse;
  margin-bottom: 1rem;
}
table, table td, table th {
  border: 1px solid rgba(170, 172, 182, 0.15)
}
table td, table th {
  padding: 6px
}
table th {
  background-color: rgba(277, 277, 277, 0.1)
}
code {
  margin: 0 2px;
  padding: 3px 4px;
  border-radius: 3px;
  color: #797C84;
  background-color: #f8f9fa
}
#starlist {
  float: left;
}
#starlist li {
  float: left;
  display: block;
  margin: 0 17px;
  font-size: 16px;
  position: relative;
}
@keyframes menuBottomBorderAnimation {
  0% {
    width: 0
  }
  to {
    width: 100%
  }
}
#starlist li i, .sidebar li i {
  margin-right: 4px;
}
@media only screen and (min-width: 767.1px) {
  #starlist ul.sub-nav {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    padding: 5px;
    top: 90%;
    max-width: 165px;
    min-width: 115px;
    background: #fff;
    position: absolute;
    z-index: 101;
    border-radius: 3px;
    -webkit-transition: all 0.33s ease 0s;
    -o-transition: all 0.33s ease 0s;
    transition: all 0.33s ease 0s;
    -webkit-box-shadow: 0 0px 20px rgb(93 115 141 / 10%);
    box-shadow: 0 0px 20px rgb(93 115 141 / 10%);
  }
  #starlist li a:after {
    content: "";
    display: inline-block;
    height: 3px;
    width: 0%;
    border-radius: 10px;
    background-color: transparent;
    position: absolute;
    top: 76%;
    left: 50%;
    transform: translate(-50%);
  }
  #starlist li.selected a:after, #starlist li:hover a:after {
    background: var(--colorb);
    animation: menuBottomBorderAnimation .3s ease-in-out forwards;
  }
}
#starlist ul.sub-nav li a {
  width: 100%;
  text-align: center;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  position: relative;
}
#starlist ul.sub-nav li {
  width: 100%;
  height: 35px;
  line-height: 35px;
  display: block;
  padding: 0;
}
#starlist li .jzicon-arrow-down:before {
  display: inline-block;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#starlist li.on .jzicon-arrow-down:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
#starlist.active li .jzicon-arrow-down:before {
  display: inline;
}
#starlist li.on ul.sub-nav {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
#starlist li.selected ul.sub-nav a:after, #starlist li:hover ul.sub-nav a:after {
  content: none
}
#starlist li ul.sub-nav li {
  margin: 0
}
#starlist.active li.on ul.sub-nav {
  display: none;
}
#starlist.active ul.sub-nav li {
  height: 40px;
  line-height: 1;
}
#starlist.active ul.sub-nav li a {
  width: auto;
  text-align: left;
  margin-left: 40px;
  padding: 0;
  font-size: 14px;
}
#starlist.active li {
  position: relative;
}
#starlist.active li em.dot {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 40px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0);
  cursor: pointer;
  line-height: 50px;
}
.jzicon-yejian-h:before {
  color: #ffc107;
}
.header-navigation {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #fff;
  box-shadow: 0 1px 8px #0000001a;
  text-align: center;
  z-index: 998;
  -moz-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}
.header-navigation li a:hover {
  color: var(--colorb);
}
.header-navigation.slideUp {
  top: -60px;
}
footer {
  width: 100%;
  background-color: #000613;
  color: #c2c2c2;
  padding-top: 40px;
  margin-top: 20px;
  clear: both;
  line-height: 1.7;
  text-align: justify;
}
footer a {
  color: #c2c2c2;
}
footer img {
  max-width: 100%
}
.footer {
  width: 1222px;
  margin: auto;
  position: relative;
}
.footer-widget .widget {
  width: 33.333%;
  padding: 0 15px 15px;
}
.footer-widget .qrimg {
  width: 33.333%;
  padding-right: 15px;
}
.footer-widget .qrimg p {
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 5px;
}
.widget-about .footer-logo {
  margin-bottom: 20px;
  max-width: 180px;
}
.footer-widget .widget h5 {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 27px;
  color: #fff
}
.footer-widget .widget.widget-qr h5 {
  margin-left: -15px;
}
.footer-widget .widget-links ul {
  overflow: hidden;
}
.footer-widget .widget-links li {
  float: left;
  width: 33%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 2;
  padding-right: 10px;
}
.footer-copyright {
  border-top: 1px solid #575a5b;
  padding: 20px 0;
}
#go-to-top {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  border-radius: 5px;
  opacity: .8;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: rgba(10, 10, 10, 0.2);
  overflow: hidden;
  display: none;
  z-index: 999;
}
#go-to-top:hover {
  background: var(--colora);
  opacity: 1;
}
#go-to-top::before {
  font-family: icomoon;
  font-size: 20px;
  content: '\e93c';
  color: #fff;
}
#go-to-top.active {
  display: block
}
.submenu {
  float: right;
}
.submenu li {
  font-size: 20px;
  top: 0;
  padding: 0;
  margin-left: 20px;
  line-height: 60px;
  float: left;
  z-index: 99;
  color: #555
}
.submenu li a {
  color: #555
}
.submenu li.usdl a {
  color: #fff
}
.submenu li.searchbox {
  cursor: pointer;
}
#mnavh {
  display: none;
}
li.nav-us {
  font-size: 16px
}
.nav-us .nav-avatar img {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-top: 13px;
}
.us-dropdown {
  position: absolute;
  width: 350px;
  padding: 0;
  top: 65px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px rgb(93 115 141 / 20%);
  box-shadow: 0 5px 20px rgb(93 115 141 / 20%);
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}
.show .us-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  display: initial;
}
.show .us-dropdown a {
  color: #515c67;
  display: block
}
.show .us-dropdown a:hover {
  color: var(--colora)
}
.us-dropdown .us-head {
  padding: 20px;
  line-height: 1.2;
  text-align: left;
}
.us-dropdown .us-head .use {
  vertical-align: middle;
  font-size: 18px;
}
.us-dropdown .us-head .commlv {
  vertical-align: middle;
  font-size: 12px;
}
.us-dropdown .us-head .out {
  float: right;
  font-size: 20px;
  line-height: 0.8;
}
.us-dropdown .row {
  border-top: 1px solid #f4f4f5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
  margin: 0
}
.us-dropdown .row li {
  margin: 0;
  line-height: 1.6;
  padding: 10px;
  font-size: 16px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  height: auto
}
.us-dropdown .row li span {
  font-size: 22px
}
.us-dropdown .d-block {
  display: block;
}
.b-nav-search_wrap {
  position: absolute;
  top: 155px;
  left: 0;
  right: 0;
  width: 90%;
  max-height: 0;
  overflow: hidden;
  background-color: #f8f9fa;
  z-index: 100;
  max-width: 1024px;
  margin: auto;
  border-radius: 8px;
  box-shadow: 0 2px 16px #252d9605;
}
.search_logo {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  margin: auto;
  height: 46px;
  max-height: 0;
  z-index: 999
}
.active .search_logo {
  max-height: 46px;
}
.b-nav-search_wrap input, .b-nav-search_wrap button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 50px;
  background-color: #f8f9fa;
}
.b-nav-search_wrap input[type=search] {
  width: 100%;
  padding: 0 5px 0 22px;
  border: none;
}
.b-nav-search_wrap button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 52px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 18px;
}
.active .b-nav-search_wrap {
  max-height: 60px;
}
.aboxd, .newsview, .share, .nextinfo, .news_pl {
  margin-bottom: 20px;
}
.aboxd img {
  max-width: 100%;
}
.r_box .kuaixun li.atopd img {
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px 0
}
.hdp_focusbox {
  position: relative;
  width: 100%;
  height: 347px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 10px;
}
.hdp_focusbox .next, .hdp_focusbox .prev {
  position: absolute;
  top: calc(50% + 20px);
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: -35px 0 0;
  text-align: center;
  background: rgba(0, 0, 0, .7);
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
  color: #fff;
  z-index: 101;
  display: none
}
.hdp_focusbox .prev {
  left: 20px
}
.hdp_focusbox .next {
  background-position: -55px 0;
  right: 20px
}
.hdp_focusbox .hd {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  height: 4px;
  line-height: 4px;
  z-index: 101
}
.hdp_focusbox .hd ul li {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  width: 12px;
  height: 6px;
  margin: 0 2px;
  background: rgba(255, 255, 255, .6);
  overflow: hidden;
  opacity: .7;
  border-radius: 8px;
  -webkit-transition: all .3s ease;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  line-height: 9999px
}
.hdp_focusbox .hd ul .on {
  width: 20px;
  background: #fff;
  opacity: 1
}
.hdppic {
  width: calc(100% - 249px);
  height: 347px;
  overflow: hidden;
  position: relative;
  float: left;
}
.hdppic .bd {
  height: 100%;
  overflow: hidden;
}
.hdppic .bd ul {}
.hdppic ul li {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  border-radius: 0
}
.hdppic ul li img {
  width: 100%;
  height: 347px;
  -o-object-fit: cover;
  object-fit: cover;
}
.hdpinfo {
  width: 249px;
  height: 347px;
  overflow: hidden;
  float: left;
}
.hdpinfo .hdpinfocon {
  border-radius: 0 4px 4px 0;
  color: #fff;
  height: 100%;
  position: absolute;
  width: 100%;
}
.hdpinfo .box-background {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background-position: 50%;
  background-repeat: no-repeat;
  background: hsla(0, 0%, 50%, .5);
  background-size: cover;
  filter: blur(15px);
  height: 367px;
  position: absolute;
  width: 269px;
  z-index: 0;
  left: -10px;
  top: -10px;
}
.hdpinfo .item-box-text {
  background-blend-mode: darken;
  background-color: rgba(153, 153, 153, .5);
  height: 100%;
  padding: 20px 18px;
  position: absolute;
  width: 249px;
  z-index: 2;
  color: #fff
}
.hdpinfo .item-box-text h3 {
  font-size: 20px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.hdpinfo .item-box-text p {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-style: normal;
  font-weight: 400;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hdpbotinfo {
  bottom: 14px;
  color: #fff;
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  position: absolute;
  width: 209px;
}
.tuilist {
  overflow: hidden;
  margin-bottom: 15px;
}
.tuilist ul {
  overflow: hidden;
  margin: -5px;
}
.tuilist ul li {
  float: left;
  width: calc(25% - 10px);
  margin: 5px;
  position: relative;
  overflow: hidden;
  padding: 0;
  border-radius: 5px;
}
.tuilist li a.tui_img {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: block;
  border-radius: 5px;
}
.tuilist li a.tui_img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.tuilist li a.tui_bg {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .65));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .65));
  padding: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-transition: background-color 0.8s ease, -webkit-transform 0.8s ease;
  transition: background-color 0.8s ease, transform 0.8s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  z-index: 3;
}
.tuilist li a h3 {
  font-size: 15px;
  font-weight: 600;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.tuilist li a p {
  -webkit-transition: max-height 0.8s ease, opacity 0.8s ease;
  transition: max-height 0.8s ease, opacity 0.8s ease;
  width: 100%;
  max-height: 0;
  line-height: 1.5;
  margin-top: 0.35em;
  opacity: 0;
  color: #fff;
  text-align-last: justify;
  text-align: justify;
}
.tuilist li:hover a p {
  max-height: 20rem;
  opacity: 1;
}
.tuilist li:hover a.tui_bg {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
@media screen and (max-width:1024.1px) {
  .hdpinfo {
    display: none
  }
  .hdppic {
    width: 100%
  }
  .tuilist ul li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width:768.1px) {
  .hdpinfo {
    display: block
  }
  .hdppic {
    width: calc(100% - 249px);
  }
  .hdp_focusbox {
    width: 100%
  }
  .hdp_focusbox, .hdppic, .hdppic ul li img, .hdpinfo {
    height: 43vw !important
  }
  .tuilist {
    margin-bottom: 0
  }
  .tuilist ul li {
    width: calc(25% - 10px);
  }
}
@media only screen and (max-width: 479px) {
  .hdpinfo {
    display: none
  }
  .hdppic {
    width: 100%
  }
  .hdp_focusbox {
    margin: 0 10px 10px;
    width: calc(100% - 20px);
  }
  .tuilist ul {
    margin: -5px 5px 0 5px;
  }
  .tuilist ul li {
    width: calc(50% - 10px);
  }
  .tuilist li a.tui_img {
    padding-bottom: 50%;
  }
}
.sidebar {
  margin-bottom: 20px;
  padding: 0;
}
.sidebar img {
  max-width: 100%;
}
.sidebar .side-title {
  font-size: 16px;
  color: #333;
  text-align: left !important;
  margin: 0 0 15px 0;
}
.sidebar .side-title h3:before {
  color: var(--colora);
  font-size: 38px;
  font-style: italic;
  left: 8px;
  bottom: 2px;
  position: absolute;
  font-weight: bold;
  content: "";
  opacity: .1;
}
.sidebar .side-title h3 {
  color: var(--colora);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  padding-left: 20px;
  line-height: 27px;
  position: relative;
}
#side-hot-view-item .side-title h3:before, #side-hot-cmt-item .side-title h3:before {
  content: "HotArticle";
}
#side-new-article-item .side-title h3:before {
  content: "NewArticle";
}
#side-tui-article-item .side-title h3:before {
  content: "FeaturedArticle";
}
#side-new-comment-item .side-title h3:before {
  content: "Comments";
}
#side-new-kuaixun-item .side-title h3:before {
  content: "Timeline";
}
#side-new-kxroll-item .side-title h3:before {
  content: "RollNews";
}
#side-hot-txtvi-item .side-title h3:before {
  content: "RandomHit";
}
#side-hot-tab-item .side-title h3:before {
  content: "Ranking";
}
#side-rand_article .side-title h3:before {
  content: "RandomArticle";
}
#divNavBar .side-title h3:before {
  content: "NavBar";
}
#divCatalog .side-title h3:before {
  content: "Category";
}
#divComments .side-title h3:before {
  content: "Comments";
}
#divArchives .side-title h3:before {
  content: "Archives";
}
#divStatistics .side-title h3:before {
  content: "Statistics";
}
#divFavorites .side-title h3:before {
  content: "Favorites";
}
#divLinkage .side-title h3:before, #side-link-item .side-title h3:before {
  content: "Linkage";
}
#divAuthors .side-title h3:before {
  content: "Authors";
}
#divPrevious .side-title h3:before {
  content: "Previous";
}
#divTags .side-title h3:before {
  content: "TagList";
}
#divContorPanel .side-title h3:before {
  content: "ContorPanel";
}
.l_box .sidebar {
  overflow: hidden;
  position: relative;
}
.l_box .sidebar li {
  padding: 10px;
  border-radius: 5px;
}
.l_box .sidebar li:hover, #divCalendar:hover {
  box-shadow: 0 1px 6px 1px rgba(1, 28, 67, .15);
}
.blpost .l_box .sidebar {}
.l_box .sidebar a {
  color: #333;
}
.l_box .sidebar a:hover {
  color: var(--colora);
}
.about_me img {
  width: 100%
}
.about_me p {
  line-height: 24px;
  font-size: 14px
}
.about_me i {
  width: 120px;
  float: left;
  clear: left;
  margin-right: 10px;
  overflow: hidden
}
#divMisc li {
  width: 32%;
  overflow: hidden;
  float: left;
  margin-bottom: 2px;
  margin-right: 2px
}
#divMisc li img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#divArchives ul, #divNavBar ul, #divStatistics ul, #divCatalog ul, #divFavorites ul, #divLinkage ul, #divAuthors ul {
  display: flex;
  flex-wrap: wrap
}
#divArchives li, #divNavBar li, #divStatistics li, #divCatalog li {
  width: 50%;
  overflow: hidden;
}
#divNavBar ul ul {
  display: none
}
#divComments li, #divPrevious li {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 5px;
}
#side-link-item ul {
  grid-row-gap: 10px;
  column-gap: 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
#side-link-item ul li {
  border: 1px solid #eaecf1;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  width: 95px;
}
#side-link-item ul li:before {
  position: absolute;
  top: 0px;
  content: '';
  width: 40px;
  height: 6px;
  left: 50%;
  margin-left: -20px;
  background: #fa7dc4;
  border-radius: 0 0 4px 4px;
}
#side-link-item ul li:nth-child(9n):before {
  background: #fa7dc4;
}
#side-link-item ul li:nth-child(9n+1):before {
  background: #bda5e9;
}
#side-link-item ul li:nth-child(9n+2):before {
  background: #629bf8;
}
#side-link-item ul li:nth-child(9n+3):before {
  background: #ffe27d;
}
#side-link-item ul li:nth-child(9n+4):before {
  background: #71d9ce;
}
#side-link-item ul li:nth-child(9n+5):before {
  background: #ffb571;
}
#side-link-item ul li:nth-child(9n+6):before {
  background: #b2dbff;
}
#side-link-item ul li:nth-child(9n+7):before {
  background: #fa7b7d;
}
#side-link-item ul li:nth-child(9n+8):before {
  background: #87ed8b;
}
#side-link-item ul a {
  display: block;
  text-align: center;
  margin: 10px 0;
}
#side-link-item ul li i {
  border-radius: 1000px;
  height: 42px;
  width: 42px;
  margin: 0 0 10px;
  overflow: hidden;
  display: inline-block;
  background: #f7f7f7;
}
#side-link-item ul li i img {
  height: 100%;
  width: 100%;
}
#side-link-item ul li h6 {
  font-size: 13px;
  line-height: 1;
  line-height: 17px;
  margin-bottom: 10px;
  overflow: hidden;
  font-weight: normal;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidebar li.widlist {
  overflow: hidden;
  position: relative;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  width: 100%;
  transition-duration: .25s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}
.sidebar li.widlist:hover {
  box-shadow: 0 1px 6px 1px rgba(1, 28, 67, .15);
  z-index: 100;
}
.sidebar ul {
  margin: 0 10px 10px;
}
.sidebar li.widlist:last-child {}
.sidebar li.widlist i {
  width: 105px;
  display: block;
  height: 70px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  background-color: #f8f9fa;
  border-radius: 5px;
  flex-shrink: 0;
}
.sidebar li.widlist i img {
  width: 100%;
  height: 70px
}
.sidebar img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.sidebar li:hover img {
  transform: scale(1.15)
}
.sidebar li.widlist .item {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}
.sidebar li.widlist h3 {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
}
.sidebar li.widlist .sidefoot {
  padding-top: 3px;
  color: #999;
}
#side-new-kxroll-item .sidediv {
  max-height: 300px;
  height: 300px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px
}
#side-new-kxroll-item .sidediv ul li, #side-hot-txtvi-item ul li {
  display: flex;
  width: 100%;
  margin-bottom: 0;
  overflow: unset;
}
#side-new-kxroll-item .sidediv ul li h3, #side-hot-txtvi-item ul li h3 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #323232;
  display: -webkit-box;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}
#side-new-kxroll-item .sidediv ul li:before {
  content: "";
  background: linear-gradient(50deg, #2b99ff, #5a6aff);
  border-radius: 9999px;
  height: 6px;
  margin: 6px 12px 0 -18px;
  opacity: .5;
  width: 6px;
}
#side-new-kxroll-item .sidediv ul li.widlist:hover:before {
  display: none
}
#side-new-kxroll-item .sidediv ul li .hot {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-left: 8px;
}
#side-new-kxroll-item .sidediv ul li .hot:before {
  content: "";
  height: 16px;
  width: 16px;
  display: block;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC4yMDIgMTQuMzUxYTQuMDg5IDQuMDg5IDAgMCAxLTIuOS0xLjJjLS42NDEtLjY2My0xLjAxNC0xLjUzMy0uOTkzLTIuNDY1LS4wMi0xLjQ1LjgwNy0yLjI1NyAxLjYxNS0zLjAyMy41OC0uNTU5IDEuMTYtMS4xMzkgMS40Ny0xLjk4OC4xMjQtLjMzLjQ3Ni0uNDk3Ljc4Ny0uMzcyLjAyIDAgLjA0MS4wMi4wNjIuMDQxLjcwNC4zNTIgMS41MTIgMS4xNiAxLjY3NyAyLjk0LjEwNC0uMDgzLjIwNy0uMjA3LjM1Mi0uMzMxYS41OTEuNTkxIDAgMCAxIC41MzgtLjE2Ni42NC42NCAwIDAgMSAuNDU2LjMzMmMuNjIxIDEuMjYzLjY2MyAyLjIzNi42NDIgMi42MDhhMy42OCAzLjY4IDAgMCAxLTEuMDE1IDIuNTg5Yy0uNjYyLjY4My0xLjU5NCAxLjAzNS0yLjY5MSAxLjAzNXoiIGZpbGw9IiNGQzU4NzQiLz48cGF0aCBkPSJNNi41NTkgMi4wMTdhNS4wNjEgNS4wNjEgMCAwIDEtLjE1My4zNzNsLS4wMjguMDYtLjAyOS4wNTljLS4wMjkuMDU5LS4wNi4xMTctLjA5LjE3NGwtLjAzMy4wNTdhNC42MTUgNC42MTUgMCAwIDEtLjEwMi4xN2wtLjAzNi4wNTctLjAzOC4wNTdhNS42OSA1LjY5IDAgMCAxLS4wMzguMDU2bC0uMDQuMDU3LS4wMi4wMjgtLjA0Mi4wNTdhNS4yNzcgNS4yNzcgMCAwIDEtLjA0Mi4wNTdsLS4wNDQuMDU3YTYuMDcgNi4wNyAwIDAgMS0uMDQ2LjA1N2wtLjA0Ny4wNThjLS4wMTUuMDItLjAzMS4wNC0uMDQ4LjA1OWwtLjA1LjA1OS0uMDUuMDYtLjA1My4wNi0uMDU1LjA2LS4wNTYuMDYyLS4wNTcuMDYzLS4wMy4wMzEtLjA2LjA2NC0uMDYxLjA2NS0uMDY0LjA2Ni0uMDY1LjA2Ny0uMDY4LjA2OC0uMDY5LjA3LS4wNzEuMDctLjA3My4wNzItLjA3NS4wNzMtLjExNy4xMTMtLjE0OS4xNDItLjA4Ny4wODQtLjA4NC4wODEtLjA4MS4wOC0uMDguMDc3LS4wNzYuMDc2LS4wNzQuMDc1LS4wMzYuMDM3LS4wNy4wNzNhOC4wMyA4LjAzIDAgMCAwLS42NTEuNzU5bC0uMDUuMDY3YTUuNzk2IDUuNzk2IDAgMCAwLS4yOTYuNDUybC0uMDI1LjA0MmE0Ljc4MSA0Ljc4MSAwIDAgMC0uNjUgMi40ODVsLjAwMS4wNDVWOS4yYy0uMDMgMS4zOTMuNTA5IDIuNzI0IDEuNDkzIDMuNzU3bC4wMzguMDRhNi4yMDIgNi4yMDIgMCAwIDAgNC4zOTYgMS44MmMxLjY1MiAwIDMuMDY2LS41MzQgNC4wOC0xLjU2bC4wMzYtLjAzOC4wMzMtLjAzNWMuOTg4LTEuMDY3IDEuNTM3LTIuNDYgMS41MTgtMy44OHYtLjAyOGwtLjAwMS4wMThhNS40MDQgNS40MDQgMCAwIDAtLjAxNi0uNzdsLS4wMDctLjA4NGE2LjU0NiA2LjU0NiAwIDAgMC0uMDI1LS4yMTJsLS4wMTItLjA4NmMtLjExOC0uODExLS4zOTktMS43NDUtLjg4OC0yLjc0bC0uMDEyLS4wMjRhMS4zNjYgMS4zNjYgMCAwIDAtLjkyNi0uNjg2bC0uMDQ0LS4wMWExLjI4NSAxLjI4NSAwIDAgMC0uOTguMjEybC0uMDA5LjAwNy0uMDA1LS4wMjljLS4zNTUtMS43NS0xLjIxMy0yLjkwOC0yLjM5LTMuNTNsLS4wMjMtLjAxMi0uMDEzLS4wMWEuNjYuNjYgMCAwIDAtLjAyMS0uMDE3bC0uMDE2LS4wMTJhLjUzMi41MzIgMCAwIDAtLjE3OC0uMDg0bC0uMDEtLjAwMi0uMDExLS4wMDRjLS42NjgtLjIyNy0xLjM5NC4xMzQtMS42NS44MTZ6bTEuMzM3LjA2NGwuMDEuMDA3YS40NjYuNDY2IDAgMCAwIC4wNzIuMDQ1YzEuMTI2LjU2NCAxLjkxIDEuNzQ2IDIuMDk3IDMuNzUuMDM0LjM3LjQ2Ni41NTQuNzU2LjMyMmwuMDI3LS4wMjIuMDI3LS4wMjMuMDI2LS4wMjMuMDI4LS4wMjUuMDI5LS4wMjguMDMxLS4wMy4wMzQtLjAzMy4xNC0uMTQuMDM0LS4wMzIuMDQ1LS4wNDMuMDI5LS4wMjYuMDQyLS4wMzguMDE0LS4wMTIuMDEzLS4wMTIuMDEzLS4wMTJjLjA5MS0uMDkxLjIyLS4xMy4zMjQtLjEwN2wuMDEuMDAyYy4xNDkuMDMuMjYxLjExMi4zMTMuMjE2LjUwMSAxLjAyLjc1NyAxLjk1NS44MzMgMi43MmwuMDA3LjA3NmE0LjQ5MSA0LjQ5MSAwIDAgMSAuMDExLjY2NXYuMDQ0Yy4wMTUgMS4xNzQtLjQ0MiAyLjMzMy0xLjI2NiAzLjIyNGwtLjAyNi4wMjhjLS44MzIuODU4LTIuMDEzIDEuMzEtMy40NCAxLjMxaC0uMDQ3YTUuMjY5IDUuMjY5IDAgMCAxLTMuNjU3LTEuNTE1bC0uMDMtLjAzLjAwMi4wMDNjLS44MjQtLjg1MS0xLjI3Ny0xLjk0LTEuMjYzLTMuMDc4di0uMDYxYTMuODYgMy44NiAwIDAgMSAuNTQ1LTIuMDkyYy4xMzgtLjIzNS4yOTUtLjQ1NS40ODctLjY4NWwuMDUxLS4wNi4wNTMtLjA2MS4wNTQtLjA2Mi4wMjgtLjAzLjA1Ny0uMDYzLjA2LS4wNjQuMDYtLjA2NS4wNjMtLjA2NWE0Ljc0IDQuNzQgMCAwIDEgLjAzMy0uMDM0bC4wNjYtLjA2Ny4wMzQtLjAzNS4wNy0uMDcuMDcyLS4wNy4wNzUtLjA3My4wNzctLjA3NC4xNjgtLjE2LjA2OC0uMDY1LjE1MS0uMTQ3LjE0LS4xMzYuMDk3LS4wOTcuMDU3LS4wNTcuMDgxLS4wODIuMDc3LS4wNzkuMDc0LS4wNzYuMDctLjA3NS4wNjgtLjA3M2MuMTQtLjE1LjI3My0uMzA3LjQtLjQ2N2E1LjkxIDUuOTEgMCAwIDAgLjk2NC0xLjY3OGMuMDc3LS4yMDUuMjc0LS4zMS40NTItLjI2M2wuMDEuMDAzeiIgZmlsbD0iIzMzMyIvPjxwYXRoIGQ9Ik01LjM1IDEwLjEyOGEuNTYuNTYgMCAwIDEtLjQ3Ny0uMjkyYy0uNTg1LTEuMDg5LS4yOTMtMi40NDQuNjY0LTMuMjQuMjEyLS4yMTMuNDYtLjI2NC42NzMtLjA3OC4yMTIuMTg2LjA1NC40MS0uMTMyLjYyMmwtLjA5Mi4wOTRjLS41NTguNDc4LS43OTUgMS40ODItLjQ1IDIuMTIuMTM0LjI2NS4xOTUuNTk0LjA2NC42NjdhLjM0Ni4zNDYgMCAwIDEtLjI1LjEwN3oiIGZpbGw9IiMzMzMiLz48L3N2Zz4=") no-repeat left center;
}
@keyframes scrollNews {
  0% {
    top: 0
  }
  10% {
    top: 0
  }
  30% {
    top: -272px
  }
  60% {
    top: -544px
  }
  92% {
    top: -815px
  }
  95% {
    top: -815px
  }
  to {
    top: 0
  }
}
#side-new-kxroll-item ul {
  animation: scrollNews 34s linear infinite;
  left: 5px;
  position: absolute;
  right: 5px;
  top: 0;
}
.sidebar .gd {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 16px;
  display: inline-block;
}
.sidebar .gd a {
  color: #999
}
#side-hot-txtvi-item ul {
  counter-reset: xlol;
}
#side-hot-txtvi-item li:before {
  text-align: center;
  counter-increment: xlol;
  content: counter(xlol) "、";
  font-size: 17px;
  font-weight: bold;
  font-style: italic;
  align-items: center;
  display: flex;
  flex: none;
  justify-content: center;
  margin-right: 6px;
  width: 17px;
}
#side-hot-txtvi-item li.top0:before {
  color: #fd5b76
}
#side-hot-txtvi-item li.top1:before {
  color: #ffa342
}
#side-hot-txtvi-item li.top2:before {
  color: #818cf8
}
#side-hot-txtvi-item li.top3:before {
  color: #57ddcc
}
#side-hot-txtvi-item ul li h3 {
  -webkit-line-clamp: 1
}
#side-hot-txtvi-item .subtitle a {
  opacity: .5;
}
@-webkit-keyframes refresh-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes refresh-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
#side-hot-txtvi-item.selected .subtitle i {
  display: inline-block;
  -webkit-animation: refresh-ring 1.2s linear infinite;
  animation: refresh-ring 1.2s linear infinite
}
#side-hot-tab-item .tab span {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  margin-left: 10px;
  transition: all .2s ease-out;
}
#side-hot-tab-item .tab span.active {
  color: var(--colora)
}
#side-hot-tab-item #list2, #side-hot-tab-item #list3 {
  display: none
}
#side-hot-tab-item ul {
  counter-reset: xlol;
}
#side-hot-tab-item li:nth-child(-n+3):before {
  background: rgba(0, 0, 0, .3);
  position: absolute;
  text-align: center;
  counter-increment: xlol;
  content: counter(xlol);
  z-index: 101;
  color: #fff;
  width: 21px;
  border-radius: 5px 0 5px 0
}
#side-hot-tab-item li:nth-child(1):before {
  background-color: #fd5b76
}
#side-hot-tab-item li:nth-child(2):before {
  background-color: #ffa342
}
#side-hot-tab-item li:nth-child(3):before {
  background-color: #818cf8
}
.list.show {
  display: block;
}
#side-new-kuaixun-item li, .kuaixun li {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
}
#side-new-kuaixun-item li {
  padding: 0 10px;
}
#side-new-kuaixun-item li:hover, .r_box .kuaixun li:hover {
  box-shadow: none
}
#side-new-kuaixun-item .timeline-content, .kuaixun .timeline-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 20px;
}
.kuaixun .timeline-content {
  margin-bottom: 40px;
}
#side-new-kuaixun-item li:last-child .timeline-content {
  margin-bottom: 0;
}
#side-new-kuaixun-item li span {
  color: #999;
  margin-top: 10px;
  display: block;
}
#side-new-kuaixun-item .timeline-dot, .kuaixun .timeline-dot {
  position: relative;
  border-color: #333;
  padding: 0 5px;
  margin: 0 10px 0 0;
}
.kuaixun .timeline-dot {
  margin-right: 30px;
}
#side-new-kuaixun-item .timeline-dot:before, #side-new-kuaixun-item .timeline-dot:after, .kuaixun .timeline-dot:before, .kuaixun .timeline-dot:after {
  content: '';
  position: absolute;
  border-color: var(--colora);
  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-kuaixun-item .timeline-dot:before, .kuaixun .timeline-dot:before {
  top: 6px;
}
#side-new-kuaixun-item .timeline-dot:after, .kuaixun .timeline-dot:after {
  width: 0;
  height: auto;
  top: 20px;
  bottom: 5px;
  border-right-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0;
  border-color: #ececec;
}
#side-tui-article-item li {
  overflow: hidden;
  position: relative;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  transition-duration: .25s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}
#side-tui-article-item li:hover {
  box-shadow: none
}
#side-tui-article-item li i {
  display: block;
  overflow: hidden;
  background-color: #f8f9fa;
  border-radius: 5px;
  width: 100%;
  height: 158px;
  margin: 0
}
#side-tui-article-item li i img {
  width: 100%;
  height: 100%;
}
#side-tui-article-item li .widget-footer {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: calc(100% - 20px);
  margin: 0 10px;
  padding: 15px;
  border-radius: 0 0 5px 5px;
  color: #fff;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .85));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .85));
}
#side-tui-article-item li .widget-footer h3 a {
  color: #fff;
  margin: 8px 0 0;
  max-height: 84px;
  line-height: 1.4;
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.kx-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.kx-header .kx-bt {
  font-family: ysbth;
  font-size: 50px;
  font-weight: normal;
  color: #000
}
.kx-header .kx-bt .highlight {
  color: var(--colorb)
}
.kx-header img {
  height: 35px;
}
.kx-header .kx-time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
}
.r_box .kuaixun li {
  margin: 0;
  padding: 0;
  border: 0;
}
.r_box .kuaixun li h2 {
  font-weight: 600;
}
.r_box .kuaixun li .img {
  max-height: 400px;
  max-width: 258px;
  margin-top: 15px;
  display: block;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}
.r_box .kuaixun li img {
  width: 100%;
  height: 100%;
}
.r_box .kuaixun li p {
  height: auto;
  -webkit-line-clamp: 3;
}
.r_box .kuaixun li span {
  margin-bottom: 6px;
  display: block;
  color: #444;
}
.r_box li {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 5px;
  margin: 0 -15px;
  position: relative;
  transition-duration: .25s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}
.tabbox li:hover, .jzcms .link li a:hover {
  box-shadow: 0 2px 8px 2px rgba(1, 28, 67, .15);
  z-index: 100
}
#tabbox.at-top li:hover {
  z-index: 2
}
.r_box li h2 {
  font-size: 18px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
}
.r_box .isTop, .r_box .isfenlei {
  padding: 1px 4px;
  border: 0px solid currentColor;
  font-size: 13px;
  font-weight: normal;
  margin-right: 5px;
  background: var(--colora);
  color: #fff;
  border-radius: 3px;
}
.r_box .isTop {
  background: #f1404b;
}
.r_box .isfenlei:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
  color: #fff;
}
.r_box li h2 a {
  color: #222
}
.r_box li h2 a:hover {
  color: var(--colora)
}
.r_box li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.r_box li i {
  width: 218px;
  display: block;
  height: 140px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
  background-color: #f8f9fa;
  border-radius: 5px;
}
.r_box li p {
  margin: 6px 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #8c8c8c;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
}
.r_box li:hover img {
  transform: scale(1.05)
}
.r_box li.msgname:hover img {
  transform: none
}
.r_box .postfoot {
  padding: 30px 1px 0 1px;
  overflow: hidden;
  color: #bbb
}
.r_box .postfoot [class^="jzicon-"] {
  margin: 0 3px 0 8px;
}
.r_box .postfoot div {
  display: block;
}
.r_box .postfoot .text-primary {
  color: var(--colora);
}
.r_box .postfoot .text-primary {
  color: var(--colora);
}
.r_box .postfoot .author img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-right: 8px;
  float: left;
  margin-top: -2px;
}
.r_box li:hover .postfoot .author img {
  transform: none;
}
.r_box .list-navi {
  position: sticky;
  top: -11px;
  z-index: 99;
  padding-top: 10px;
}
.r_box .list-navi ul {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  position: -webkit-sticky;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 10px 0;
  align-items: center;
}
.r_box .list-navi.at-top ul {
  padding: 10px 20px 10px 40px;
  margin: 0 0 0 -40px;
  width: calc(100% + 395px);
}
.r_box .list-navi ul::-webkit-scrollbar {
  height: 0 !important
}
.r_box .list-navi li {
  padding: 0 12px 0 0;
  margin: 0 12px 0 0;
  overflow: unset;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
.r_box .list-navi li:before {
  content: "";
  position: absolute;
  right: -.5rem;
  top: 50%;
  width: 14px;
  height: 1px;
  background-color: #e8eaeb;
  transform: rotate(-45deg);
}
.r_box .list-navi li:last-child {
  padding: 0;
  margin: 0
}
.r_box .list-navi li:last-child:before {
  content: none
}
.r_box .list-navi li a {
  font-size: 19px;
  font-weight: 600;
}
.r_box .list-navi li.selected a {
  color: var(--colora);
  font-size: 22px;
}
.r_box .list-navi li:hover a, .r_box .list-navi li:hover {
  box-shadow: none;
  color: var(--colora);
}
#tabbox {
  margin-top: -5px
}
.pagelist {
  text-align: center;
  color: #666;
  width: 100%;
  clear: both;
  margin: 20px 0;
}
.pageload {
  padding: 0;
  position: relative;
  height: 50px;
  margin: 20px 30%;
}
.pageload .view-more-button, .pageload .page-load-status p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 10px;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 3px;
  vertical-align: middle;
  text-align: center;
  background: #F7F7F7;
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
}
.pageload .view-more-button {
  cursor: pointer;
}
.pageload .page-load-status p {
  z-index: 1;
}
.pageload .page-load-status p.infinite-scroll-last {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333;
}
.pagelist a {
  color: #666;
  margin: 0 2px 5px 2px;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
  background: #f8f9fa
}
.pagelist a:hover {
  color: #19585d;
}
.pagelist b {
  padding: 5px 10px;
  background: var(--colora);
  color: #fff;
  border-radius: 3px;
  font-weight: normal
}
a.curPage {
  color: #19585d;
  font-weight: bold;
}
.place {
  margin: 10px 20px;
  color: rgba(0, 0, 0, .4);
  line-height: 1.8;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.place > * {
  margin-right: 6px;
}
.place i {
  color: #989a9f;
  font-size: 16px;
}
.place a {
  color: rgba(0, 0, 0, .4);
}
#divTags ul {
  overflow: hidden
}
#divTags li {
  font-size: 14px;
  display: block;
  color: #666;
  float: left;
  line-height: 30px;
  padding: 0 15px;
  border-radius: 15px;
  margin: 4px;
  border: 1px solid #e5e5e5;
}
#side-new-comment-item ul {
  margin-top: 5px
}
#side-new-comment-item li:last-child {
  padding-bottom: 0
}
#side-new-comment-item li:last-child .widger-comment-plane {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0
}
#side-new-comment-item .widger-comment-plane {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#side-new-comment-item .widger-comment-plane p {
  opacity: .6;
  font-size: 14px;
}
#side-new-comment-item .widger-comment-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap
}
#side-new-comment-item .widger-comment-user {
  display: flex
}
#side-new-comment-item .widger-avatar img {
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
  width: 30px;
  height: 30px
}
#side-new-comment-item .widger-comment-name, #side-new-comment-item .widger-comment-time {
  margin-left: 5px;
  line-height: 30px
}
#side-new-comment-item .widger-comment-time {
  opacity: .6
}
#side-new-comment-item .widger-comment-excerpt {
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  background: #f7f7f7;
  border-radius: 3px;
}
#side-new-comment-item .widger-comment-excerpt:before {
  position: absolute;
  left: 10px;
  top: -10px;
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px solid transparent;
  border-bottom-color: #f7f7f7
}
#side-new-comment-item .widger-comment-excerpt p {
  line-height: 1.5;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis
}
#divSearchPanel .function_t {
  display: none;
}
#divSearchPanel {
  margin: 0;
  background-color: transparent;
  padding: 0 15px 40px 15px;
  box-shadow: none;
}
#divSearchPanel form {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 6px 1px rgba(1, 28, 67, .15);
}
#divSearchPanel input[type="submit"] {
  border: 0;
  background: 0;
  color: #fff;
  outline: none;
  position: absolute;
  width: 29%;
  height: 46px;
  background: var(--colora);
  font-weight: bold;
  font-size: 15px;
}
#divSearchPanel input[type="text"] {
  border: 0;
  line-height: 46px;
  height: 46px;
  width: calc(72% - 20px);
  outline: none;
  display: inline-block;
  margin: 0 10px;
  border-radius: 0;
  background-color: #fff
}
#divContorPanel {
  padding-bottom: 10px;
}
#divContorPanel div {
  text-align: center;
}
#divContorPanel .cp-hello {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0 10px 0;
  display: inline-block
}
#divContorPanel .cp-login a, #divContorPanel .cp-vrs a {
  text-align: center;
  line-height: 30px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 4px;
  padding: 4px 8px;
}
#divCalendar {
  padding: 10px;
  margin: 10px 10px 30px;
  border-radius: 5px;
}
#divCalendar div {
  margin-bottom: 0;
}
#divCalendar table {
  width: 100%;
  border-collapse: collapse
}
#divCalendar caption {
  line-height: 36px;
}
#divCalendar caption a {
  font-size: 15px;
  color: #123
}
#divCalendar thead {
  background: #f6f7f8
}
#divCalendar th {
  height: 36px
}
#divCalendar td {
  height: 36px;
  text-align: center
}
#divCalendar td a {
  font-weight: 700;
  color: #123
}
#divCalendar td a:hover {
  color: #f63
}
.archive-head {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  color: #fff;
  border-radius: 6px;
}
.media {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-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: #e0e0e0;
}
.media:after {
  content: '';
  display: block;
  padding-top: 35%;
}
.overlay-grad {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: .75;
  top: 0;
  left: 0;
  transition: opacity .3s ease-in-out;
  background: #161d27;
  background: linear-gradient(to bottom, rgba(35, 41, 50, .1), rgba(35, 41, 50, .8));
}
.cover-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 20px 20px;
  z-index: 2;
  background-color: rgba(0, 0, 0, .3);
  -webkit-backdrop-filter: saturate(150%) blur(15px);
  backdrop-filter: saturate(150%) blur(15px);
}
.cover-content {
  display: -ms-flexbox;
  display: flex;
}
.cover-content h1 {
  font-size: 28px;
}
.cover-content sup {
  top: -.5em;
  margin: 0 5px;
  font-size: .75em;
  position: relative;
}
.cover-footer {
  margin-top: 2px;
}
.cover-footer p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.picbox {
  width: 100%;
  overflow: hidden;
}
.picbox2 {
  display: none
}
.picbox ul {
  overflow: hidden;
  width: 24%;
  float: left;
  margin-right: 10px
}
.picbox ul li {
  display: block;
  background: #FFF;
  margin: 0 0 20px 0;
  border: 1px #d9d9d9 solid;
}
.picbox ul li i {
  margin: 10px;
  height: auto;
  overflow: hidden;
  display: block;
}
.picbox ul li img {
  width: 100%;
}
.picbox2 ul {
  overflow: hidden;
  width: 48%;
  float: left;
  margin-right: 10px
}
.picbox2 ul:nth-child(2) {
  float: right
}
.picbox2 ul li {
  display: block;
  background: #FFF;
  margin: 0 0 20px 0;
  border: 1px #d9d9d9 solid;
}
.picbox2 ul li i {
  margin: 10px;
  height: auto;
  overflow: hidden;
  display: block;
}
.picbox2 ul li img {
  width: 100%;
}
.picinfo h3 {
  border-bottom: #ccc 1px solid;
  padding: 10px 0;
  margin: 0 20px;
  font-size: 16px
}
.picinfo span {
  padding: 10px 20px;
  line-height: 26px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.picbox ul li a:hover {
  color: #19585d
}
.tags a {
  background-color: #f8f8fa;
  border-radius: 3px;
  font-size: 14px;
  padding: 5px 10px;
  margin: 0 10px 10px 0;
  display: inline-block;
  color: #8c8c8c
}
.tags a:hover {
  background: #f4f8ff;
  color: var(--colora);
}
.tags {
  margin: 40px 0 10px 0;
}
.tabbox .tags {
  margin: 0;
  display: inline-block
}
.tabbox .tags a {
  font-size: 13px;
  padding: 3px 8px;
  margin: 0 4px;
}
.infosbox img {
  max-width: 100%;
  border-radius: 3px;
  height: auto;
  display: inline;
}
.share {
  padding: 20px;
  text-align: center;
}
.nextinfo {
  line-height: 24px;
  width: 100%;
  overflow: hidden;
}
.nextinfo p {
  padding: 4px 0;
}
.diggit {
  width: 80px;
  height: 80px;
  margin: auto;
  background: #f1404b;
  color: #fff;
  text-align: center;
  border: 0;
  border-radius: 50%;
  outline: none;
  font-size: 16px
}
.diggit a {
  color: #fff;
}
.diggit i {
  font-size: 30px;
  display: block;
}
.diggit em {
  font-size: 14px;
  display: block;
  margin-top: 2px;
}
.shang_payimg img {
  width: 100%;
  height: 360px
}
.radiobox {
  width: 16px;
  height: 16px;
  background: url(images/radio2.svg);
  display: block;
  float: left;
  margin-top: 6px;
  margin-right: 8px
}
.checked .radiobox {
  background: url(images/radio1.svg)
}
.shang_payselect {
  margin: 0 15px;
  cursor: pointer;
  overflow: hidden;
}
.shang_payselect img {
  display: inline !important
}
.shang_payselect .pay_item {
  display: inline-block;
  float: left;
  padding: 10px 8px;
}
.pay_logo {
  display: inline-block
}
#gbllopen_shang img {
  width: auto;
}
.single-share {
  position: relative;
  padding-bottom: 15px;
  margin-top: 20px;
  height: 68px;
  margin-bottom: -10px;
}
.post-like {
  padding-top: 5px
}
.prised, .goread.ysread, .mccollect.yscoll, .mochuzan.prised {
  color: var(--colorc) !important
}
.single-share i, .single-share em {
  vertical-align: middle;
}
.post-like .dotGood {
  float: left;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  margin-right: 13px
}
.post-like .dotGood i {
  margin-right: 4px
}
.post-like .dotGood em {
  font-size: 20px
}
.post-share {
  margin-top: 7px;
  float: right
}
.post-share a, .share-icon {
  float: left;
  background: #f4f5f9;
  color: #252c41;
  margin-left: 10px;
  width: 38px;
  height: 38px;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%
}
.share-icon:hover {
  opacity: .8
}
.share-icons {
  position: absolute;
  right: 0;
  margin-right: 50px;
  z-index: 10
}
.share-icons i {
  border-radius: 50%;
  font-size: 18px
}
.single-share .jzicon-jzfenxiang {
  line-height: 40px
}
.share-icons .share-wechat {
  color: #1aad19
}
.share-icons .share-sina-weibo {
  color: #ff6363
}
.share-icons .share-qq {
  color: #3d93e0
}
.share-icons .share-qzone {
  color: #fece00
}
#sticky-wrapper span#wechat-qrcodel, #wechat-qrcode {
  position: absolute;
  top: -165px;
  left: -45px;
  width: 150px;
  height: 150px;
  padding: 15px;
  background: #fff;
  z-index: 999;
  border: 1px solid #eee;
  display: none
}
#sticky-wrapper span#wechat-qrcodel {
  top: -10px;
  left: 126px
}
#sticky-wrapper span#wechat-qrcodel.active, #wechat-qrcode.active {
  display: block
}
.single_icon {
  text-align: center;
  line-height: 40px;
  font-size: 23px;
  margin-right: 18px;
  float: left;
}
.related-list {
  margin-bottom: 30px;
}
.related-list h3, .jzcms h3 {
  font-size: 22px;
  overflow: hidden;
  display: inline-block;
}
.related-list ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 -10px;
}
.related-list ul li {
  margin: 0;
  padding: 10px;
}
.related-list ul li i {
  width: 130px;
  height: 84px;
  margin-right: 10px;
}
.related-list ul li h2 {
  font-size: 16px
}
.related-list ul li p {
  font-size: 14px
}
.blpost .main {
  margin-right: 350px;
}
.main.noasid {
  margin-right: 0
}
#sticky-wrapper {
  position: fixed;
  top: 125px;
  width: 60px;
  background-color: transparent;
  margin-left: -80px;
  z-index: 98;
}
#sticky-wrapper span {
  float: left;
  width: 54px;
  height: 54px;
  text-align: center;
  margin-bottom: 20px;
  position: relative
}
#sticky-wrapper span a {
  padding: 0;
  margin: 0;
  width: 54px;
  height: 54px;
  line-height: 4px;
  background-color: #f8f8fa;
  display: block;
  color: #494a4d;
  font-size: 12px;
  position: relative;
  border-radius: 50%
}
#sticky-wrapper span a.badge:after {
  content: attr(data-badge);
  position: absolute;
  top: 0;
  left: 75%;
  height: 17px;
  line-height: 17px;
  padding: 0 5px;
  border-radius: 9px;
  font-size: 11px;
  text-align: center;
  white-space: nowrap;
  background-color: #c2c8d1;
  color: #fff
}
#sticky-wrapper span a.prised:after, #sticky-wrapper span a.yscoll:after {
  background-color: var(--colorc) !important
}
#sticky-wrapper span em {
  display: none
}
#sticky-wrapper span a:hover {
  color: #515767
}
#sticky-wrapper span a i {
  font-size: 25px;
  display: block;
  line-height: 54px
}
#sticky-wrapper span a i.jzicon-toocol {
  font-size: 26px
}
#sticky-wrapper .share-sns {
  display: none;
  position: absolute;
  top: 0;
  flex-direction: column;
  left: calc(100% + 14px);
  z-index: 30;
  background: #fff;
  border-radius: 4px;
  padding: 9px 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  box-shadow: 0 8px 24px rgba(81, 87, 103, .16)
}
#sticky-wrapper .share-sns span#wechat-qrcodel {
  box-shadow: 0 8px 24px rgba(81, 87, 103, .16);
  border: 0
}
#sticky-wrapper .Cshare:hover .share-sns {
  display: block
}
#sticky-wrapper .share-sns span a:hover {
  background-color: #f2f3f5
}
#sticky-wrapper .share-sns:after {
  position: absolute;
  width: 0;
  height: 0;
  content: " ";
  right: 100%;
  top: 14px;
  border: 12px solid transparent;
  border-right-color: #fff
}
#sticky-wrapper .share-sns span {
  height: 44px;
  width: auto;
  text-align: left;
  margin-bottom: 0;
  float: inherit
}
#sticky-wrapper .share-sns span a {
  height: 44px;
  width: auto;
  padding: 0 15px;
  line-height: 3.3;
  background-color: #fff;
  display: block;
  color: #8a919f;
  box-shadow: none;
  border-radius: 0;
  font-size: 14px
}
#sticky-wrapper .share-sns span a i {
  display: inline-block;
  line-height: 1.7;
  margin-right: 8px
}
.news_con h1, .news_con h2, .news_con h3, .news_con h4, .news_con h5, .news_con h6 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 12px;
  line-height: 1.5;
}
.news_con h1:after, .news_con h2:after, .news_con h3:after, .news_con h4:after, .news_con h5:after, .news_con h6:after {
  position: absolute;
  left: 0px;
  content: '';
  width: 4px;
  background: var(--colora);
  top: 7px;
  border-radius: 4px
}
.news_con h1:after {
  height: 32px;
}
.news_con h2:after {
  height: 26px;
}
.news_con h3:after {
  height: 23px;
  top: 6px;
}
.news_con h4:after {
  height: 21px;
}
.news_con h5:after, .news_con h6:after {
  height: 18px;
  top: 3px
}
h1.news_title {
  padding-bottom: 10px;
  margin-bottom: 5px
}
.infosbox {
  overflow: hidden;
  margin-bottom: 20px
}
.news_con a {
  color: var(--colora)
}
.news_con a:hover {
  color: #000
}
.news_con p {
  line-height: 2;
  font-size: 16px;
  margin-bottom: 15px
}
.news_con li {
  border: 0;
  overflow: unset;
  margin: 0;
  padding: 0 0 10px;
  line-height: 1.7
}
.news_con ul, .news_con ol {
  list-style: disc;
  list-style-type: disc;
  margin: 0 0 10px 0;
  padding-left: 20px;
}
.news_con ol li {
  list-style-type: decimal;
}
.news_con li {
  list-style-type: disc;
}
.news_con li p {
  margin: 0;
  padding: 0;
  line-height: 2;
}
.intitle {
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  border-bottom: #000 2px solid;
}
.intitle a {
  font-weight: normal;
}
.bloginfo {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 25px;
  color: #bbb;
  align-items: center;
}
.bloginfo .userinfo {
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
  margin-right: 10px;
  align-items: center;
}
.bloginfo i {
  margin: 0 3px 0 10px
}
.bloginfo .userinfo a.user {
  font-weight: bold;
  color: #111827;
  font-size: 16px;
}
.bloginfo .author span {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.bloginfo .author_t {
  border: 1px solid #007bff;
  padding: 0 4px;
  border-radius: 3px;
  font-size: 12px;
  color: #007bff;
  margin-left: 6px;
}
.bloginfo .userinfo p {
  max-width: 500px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.bloginfo img.avatar {
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
}
.bloginfo .postinfo {
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  flex-shrink: 0;
}
.bloginfo .postinfo span {
  color: #8c8c8c
}
.news_about {
  color: #515c67;
  border: 1px solid #f8f9fa;
  padding: 10px;
  margin: 20px auto 15px auto;
  line-height: 23px;
  background: #f8f9fa;
  border-radius: 3px;
}
.news_about strong {
  color: #38485A;
  font-weight: 400 !important;
  font-size: 15px;
  padding-right: 8px;
}
.news_content {
  line-height: 24px;
  font-size: 14px;
}
.news_content p {
  overflow: hidden;
  padding-bottom: 4px;
  padding-top: 6px;
  word-wrap: break-word;
}
.copyright {
  margin: 30px 0 20px;
  line-height: 1.6;
  border-radius: 5px;
  background: #f7f9fa;
  padding: 10px 15px;
  color: #9ca0ad;
  word-wrap: break-word
}
.btn {
  display: inline-block;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: var(--colord);
  border: 1px solid var(--colord);
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
.btn:hover {
  color: #fff;
  opacity: 0.8;
}
.btn-pointer {
  position: relative;
  overflow: hidden;
  font-size: 14px;
  color: #fff;
  background: #ff1d1d;
  background: -o-linear-gradient(left, #fa7a46, #ff1d1d);
  background: -webkit-gradient(linear, left top, right top, from(#fa7a46), to(#ff1d1d));
  background: linear-gradient(to right, #fa7a46, #ff1d1d);
  border-radius: 3px;
  border: 0;
}
.btn-pointer:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff1d1d;
  background: -o-linear-gradient(left, #ff1d1d, #fa7a46);
  background: -webkit-gradient(linear, left top, right top, from(#ff1d1d), to(#fa7a46));
  background: linear-gradient(to right, #ff1d1d, #fa7a46);
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out;
  z-index: 2;
  opacity: 0;
}
.btn-pointer:hover:after {
  opacity: 1;
}
.btn-pointer span {
  position: relative;
  z-index: 3;
}
.comments {
  background: #fff;
  border-radius: 10px;
  padding-bottom: 10px;
  margin: 0 20px 20px 10px;
  position: relative;
  box-shadow: 0 0 2px 0 rgb(98 124 153 / 10%)
}
.comment-note {
  margin-bottom: -10px;
  margin-top: -10px;
  font-size: 12px;
  color: rgba(0, 0, 0, .3)
}
.comments-area {
  margin-bottom: 30px
}
.comments-title {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  color: #222831;
  z-index: 0;
  margin: 0;
  padding-bottom: 24px
}
.comments-title span {
  display: inline-block;
  z-index: 2;
}
.comments-title span i {
  margin-right: 10px
}
.comment-respond {
  padding: 24px;
  overflow: hidden
}
.comment-list li {
  padding: unset;
}
.commlv {
  font-size: 11px;
  color: #fff;
  background: #2668dc;
  display: inline-block;
  border-radius: 2px;
  line-height: 1.4;
  padding: 1px 4px;
  margin-left: 3px
}
.commlv.lv1 {
  background: #d16221
}
.commlv.lv1.god {
  background-image: -webkit-linear-gradient(to right, #ffb347 0%, #ffcc33 51%, #ffb347 100%);
  background-image: linear-gradient(to right, #ffb347 0%, #ffcc33 51%, #ffb347 100%);
  background-size: 200% auto;
}
.commlv.lv4 {
  background: #f1404b
}
.commlv.lv0 {
  background: #c9c9c9
}
ul.msg {
  margin: 25px 0;
  padding: 0 0 25px;
  border-bottom: 1px solid #eee;
  word-wrap: break-word;
  position: relative
}
ul.msg img.avatar {
  border-radius: 50%;
  float: left;
  width: 48px;
  height: 48px
}
ul.msg li {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 0;
  border: 0;
  overflow: visible;
  display: block
}
ul.msg li.msgname {
  position: relative
}
.commentname {
  display: inline-block
}
.commentname a {
  vertical-align: middle;
  font-size: 16px
}
li.msgurl {
  text-align: right;
  padding: 2px 10px
}
li.msggravatar {
  display: block;
  float: left;
  margin-right: 5px
}
li.msgarticle {
  list-style-position: outside;
  padding: 10px 0 0;
  line-height: 160%;
  padding-left: 63px
}
li.msgarticle a {
  opacity: .9
}
li.msgarticle a.at {
  color: #f1404b
}
img.avatar {
  float: left;
  width: 48px;
  height: 48px;
  margin: 0 15px 0 0
}
ul.msg small {
  color: #a6a6a6;
  font-size: 14px
}
ul.msg h4 small {
  font-size: 12px
}
ul.msg small .revertcomment {
  position: absolute;
  top: 0;
  right: 0
}
ul.msg small .revertcomment a {
  color: #fff;
  background: #2668dc;
  font-size: 12px;
  padding: 0 5px;
  line-height: 20px;
  border-radius: 2px;
  display: none
}
ul.msg:hover small .revertcomment a {
  display: block
}
ul.msg ul.msg {
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: none
}
ul.msg ul.msg li.msgarticle {
  padding-bottom: 0
}
ul.msg ul.msg li.msgname {
  padding: 0
}
ul.msg.msghead {
  min-height: 38px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 16px;
  color: #ff6651
}
ul.msg.msghead em {
  color: #f1404b;
  font-family: Arial;
  margin-right: 2px;
  font-style: normal
}
ul.msghead, ul.pagebar {
  border: none
}
ul.msghead li.tbname {
  padding: 10px 0;
  border-bottom: 1px solid #eee
}
ul.msg:nth-last-child(3) {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0
}
.jz-comment h3, .jz-comments h3 {
  line-height: 40px;
  font-weight: 400;
  font-size: 20px;
  display: inline-block;
  overflow: hidden
}
.jz-comments h4 {
  margin-bottom: 10px;
  text-align: center;
  padding: 0 10px;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 8px
}
.jz-comment input {
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  width: 100%;
  padding: 8px;
  border: 0;
  background: 0 0
}
input.jz-commbut {
  border-radius: 3px;
  line-height: 38px;
  height: 38px;
  width: 100px;
  background: var(--colorc);
  color: #fff;
  float: right;
  padding: 0;
  margin-top: 10px;
  border-radius: 5px !important
}
.jz-comment {
  overflow: hidden
}
.jz-comment label, .jz-comments label {
  display: none
}
.jz-comment textarea {
  border: 0;
  height: 120px;
  width: 100%;
  font-size: 14px;
  display: block;
  padding: 8px;
  background-color: transparent
}
.jz-comment-box {
  border: 1px solid #f7f9fa;
  padding: 4px;
  position: relative;
  background: #f7f9fa;
  border-radius: 3px;
  margin-bottom: 6px
}
.jz-comment-ul4 {
  float: left;
  width: 49.5%
}
.jz-comment-ul3 {
  float: left;
  width: 32.66%
}
.jz-comment .jz-comment-ul4:nth-child(2n) {
  float: right
}
.jz-comment .jz-comment-ul3-2 {
  margin: 0 1%
}
.jz-comment-box img.jz-code {
  position: absolute;
  right: 4px;
  top: 4px;
  height: 30px;
  width: auto
}
.jz-comment-box input.button {
  border: 0;
  line-height: 40px;
  height: 40px;
  width: 100px;
  background: #ff6651;
  color: #fff;
  padding: 0;
  border-radius: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 3px 0 3px 0
}
.jz-comment-textarea {
  width: 100%;
  clear: both
}
.reply-frm {
  margin-top: 15px
}
.jzcms {
  width: 1222px;
  margin: 0 auto 40px auto;
}
.jzcms1 {
  margin: 20px
}
.jzcms1, .jzcms1 ul {
  position: relative;
}
.jzcms1 ul:after {
  content: "";
  display: table;
  clear: both;
}
.jzcms1 ul {
  margin: 0 -10px;
}
.cmsgd {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  opacity: .6;
  line-height: 40px
}
.cmsgd i {
  margin-left: 10px;
}
.jzcms .link li {
  float: left;
  overflow: hidden;
  padding: 10px;
  width: 20%;
}
.jzcms .link li a {
  border: 1px solid #eee;
  padding: 10px;
  display: block;
  border-radius: 6px;
}
.jzcms .link li i {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  border-radius: 100%;
  display: block;
  overflow: hidden;
  float: left;
  background: #f7f7f7;
}
.jzcms .link li i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jzcms .link li h6 {
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.jzcms .link li p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.7;
  font-size: 13px;
  color: #999
}
.fademask.active, .fademaskm.active {
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: rgba(237, 240, 243, .85);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
}
@media screen and (max-width: 1370px) {
  #sticky-wrapper {
    margin: 0
  }
  .blpost .main {
    margin-left: 70px;
  }
}
@media screen and (max-width: 1270px) {
  .article, nav, .footer, .jzcms {
    width: 96%;
  }
  .picshowlist {
    display: none
  }
  .tuijian, .guanzhu {
    width: 270px;
  }
  .logo {
    margin-right: 20px
  }
}
@media screen and (max-width: 1024.1px) {
  .r_box li i {
    width: 200px;
    height: 140px;
  }
  .media:after {
    padding-top: 40%;
  }
  .related-list ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (max-width: 959px) {
  #starlist li {
    margin: 0 10px
  }
  .picbox ul {
    width: 23%;
  }
  .picshowlist {
    display: none
  }
  #divContorPanel span.cp-login, #divContorPanel span.cp-vrs {
    display: block;
  }
  #divContorPanel span.cp-login a, #divContorPanel span.cp-vrs a {
    line-height: 1;
  }
}
@media only screen and (max-width: 768.1px) {
  .blpost .main {
    margin: 0
  }
  .place {
    margin: 10px 0
  }
  .r_box .list-navi.at-top ul {
    width: calc(100% + 50px);
  }
  .header-navigation, nav, .submenu li {
    height: 60px;
    line-height: 60px;
  }
  .nav-us .nav-avatar img, .logo img {
    margin-top: 12px;
  }
  header {
    padding: 0 20px
  }
  .article {
    margin-top: 70px
  }
  .article, .jzcms {
    width: 100%;
    padding: 0 20px;
  }
  .logo a {
    display: inline-block;
    float: none;
    margin: 0 auto;
  }
  nav {
    width: 100%;
    position: relative
  }
  #starlist {
    width: 250px;
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -250px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 999;
  }
  #starlist.active {
    left: 0px;
  }
  #starlist {
    padding-top: 20px;
    margin-top: 60px;
    border-top: 1px solid #eee;
  }
  #starlist li {
    display: block;
    width: 100%;
    padding: 0;
    text-align: left;
    margin: 0;
  }
  #starlist li a {
    display: block;
    margin: 0 25px;
    letter-spacing: 1px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    height: auto;
    line-height: 50px;
  }
  #mnavh {
    display: block;
  }
  .r_box, .infosbox, .picsbox, .main {
    width: 100%
  }
  .main {
    margin: 0
  }
  .r_box li i {
    width: 180px;
    height: 120px;
  }
  .r_box .postfoot {
    padding-top: 15px
  }
  .pagelist a {
    padding: 2px 6px;
  }
  .pagelist b {
    padding: 2px 6px;
  }
  .picbox ul {
    width: 22%;
  }
  .picbox ul li i {
    margin: 5px
  }
  .view, .uptimer, .ntag .time, .picshowlist, .picinfo, .l_box, #sticky-wrapper, #starlist ul.sub-nav {
    display: none
  }
  #go-to-top {
    right: 20px;
    bottom: 20px;
  }
  .jzcms1 {
    margin: 0
  }
  .jzcms .link li {
    width: 33.333%;
  }
  .cover-content h1 {
    font-size: 26px;
  }
  .cover-body {
    padding: 10px 15px 15px;
  }
  .related-list ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767.9px) {
  footer {
    margin-top: 0;
    padding: 20px 20px 0 20px;
  }
  .tabbox .tags {
    display: none
  }
  .footer-widget .widget.widget-qr h5 {
    margin-left: 0;
  }
  .footer-widget .widget, .footer {
    width: 100%;
  }
  .footer-widget .widget {
    padding: 0 15px 30px 15px;
  }
  .footer-widget .qrimg {
    padding: 0 15px;
  }
  .article, .jzcms {
    padding: 0 15px;
  }
  .jzcms .link li {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .place {
    margin: 10px 15px 0 15px
  }
  .us-dropdown {
    width: 100%
  }
  .header-navigation {
    padding: 0 15px
  }
  .logo img {
    max-height: 30px;
    margin-top: 14px;
  }
  header {
    padding: 0
  }
  .article {
    width: 100%;
    padding: 0;
  }
  .kuaixun {
    margin-top: 10px;
  }
  .kuaixun .timeline-dot {
    margin-right: 10px
  }
  .kx-header {
    margin: 10px 15px
  }
  .kx-header .kx-bt {
    font-size: 36px;
  }
  .kx-header .kx-time {
    font-size: 14px;
  }
  nav {
    width: 100%;
    position: relative
  }
  .r_box, .infosbox, .picsbox, .main {
    width: 100%
  }
  .r_box .kuaixun li {
    padding: 0 15px;
  }
  .r_box .kuaixun li h2 {
    height: auto
  }
  .r_box .kuaixun li p {
    display: -webkit-box;
  }
  .bloginfo img.avatar {
    width: 43px;
    height: 43px;
    margin-right: 7px;
    flex-shrink: 0;
  }
  h1.news_title {
    font-size: 24px;
    margin-top: 10px
  }
  .picbox {
    display: none
  }
  .picbox2 {
    width: 96%;
    margin: auto;
    display: block
  }
  .picbox2 ul {
    width: 48%;
    margin-right: 0
  }
  .piclistshow ul li {
    height: 100px;
    padding: 0
  }
  .piclistshow .picimg {
    height: 100px
  }
  .picbox ul li i {
    margin: 2px
  }
  .picinfo h3 {
    border-bottom: 0;
    font-weight: normal;
    font-size: 15px;
  }
  .picinfo span {
    display: none
  }
  .picshowlist, .pictxt {
    display: none
  }
  .r_box .list-navi {
    top: -1px;
    padding-top: 0;
    margin: 0 10px;
  }
  .r_box .list-navi ul {
    padding: 10px 0;
  }
  .r_box .list-navi li.selected a {
    font-size: 18px;
  }
  .r_box .list-navi li a {
    font-size: 16px;
  }
  .r_box li {
    margin: 0;
    padding: 7px 15px
  }
  .related-list ul li {
    padding: 7px 10px
  }
  .r_box li:hover {
    box-shadow: none
  }
  .r_box li p {
    display: none
  }
  .r_box li i, .related-list ul li i {
    width: 110px;
    height: 80px;
    margin-right: 10px;
  }
  .r_box li h2 {
    font-size: 15px;
    -webkit-line-clamp: 2;
    line-height: 1.4;
    height: 45px;
  }
  .r_box .postfoot .author img {
    width: 23px;
    height: 23px;
    margin: 0 4px 0 0;
  }
  .news_con li {
    margin-bottom: 10px;
    padding: 0
  }
  .news_con li p {
    display: unset
  }
  .bloginfo li {
    margin: 0 15px 0 0;
    padding: 0;
  }
  .r_box .postfoot {
    padding-top: 8px;
    clear: none;
  }
  .newsview, .nextinfo, .news_pl, .related-list {
    padding: 0 15px;
  }
  .related-list ul li h2 {
    -webkit-line-clamp: 1;
    height: auto;
  }
  .related-list ul li p {
    display: -webkit-box
  }
  .pagelist {
    margin: 15px 0;
  }
  .aboxd, .newsview, .share, .nextinfo, .news_pl {
    margin-bottom: 15px;
  }
  .aboxd {
    padding: 0 15px;
  }
  .single-share {
    padding: 0 15px 15px;
  }
  .share-icons {
    margin-right: 60px;
  }
  .copyright {
    margin: 20px 10px;
  }
  .pageload {
    margin: 15px;
  }
  .pageload .view-more-button, .pageload .page-load-status p {
    line-height: 1.5;
  }
  .archive-head {
    margin: 10px 15px
  }
  .cover-body {
    padding: 10px;
  }
  .cover-content h1 {
    font-size: 22px;
  }
  .cover-footer p{
    -webkit-line-clamp: 1
  }
  .related-list ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 321px) {
  .r_box .isfenlei {
    display: none
  }
  .r_box li i {
    width: 75px;
    height: 55px;
    margin-right: 10px;
  }
  .r_box .postfoot {
    display: none
  }
  #go-to-top {
    right: 10px;
    bottom: 10px;
  }
  .share-icons {
    display: none;
  }
}
.layui-layer {
  border-radius: 8px !important
}
.layui-layer-btn .layui-layer-btn0 {
  border-color: #ff6651 !important;
  background-color: #ff6651 !important
}
.layui-layer-btn a {
  margin: 5px !important
}
.layui-layer-title {
  border-radius: 8px 8px 0 0 !important;
  height: 35px !important;
  line-height: 35px !important;
}
.post-like .mccollect span {
  display: none
}
.mochu_us_login_user_us {
  background-color: transparent !important
}
.mochu_us_login_user_ul li {
  border: 0 !important
}
#mochu_us_logincelan .mochu_us_login_footerdiv a {
  margin: 5px !important;
  background-color: transparent !important;
  border: 1px solid #e9e9e9 !important
}
.mochu_us_login_user_ul {
  color: inherit !important
}
.mochu_us_pst {
  width: 100% !important;
  margin: 0 0 20px 0 !important;
  border: 1px solid #dee2e6 !important;
  background-color: transparent !important;
  padding: 13px 15px 15px !important;
  font-size: 14px !important;
  color: #888 !important;
  line-height: 22px !important;
  border-radius: 3px !important;
  overflow: hidden !important
}
.xcus_dashang_alert div span {
  background-color: var(--colora) !important;
  border-radius: 5px !important;
  height: 35px !important;
  line-height: 35px !important
}
.layui-layer #xcus_ding_shop_shopbuys + .layui-layer-setwin, .layui-layer #xcus_ding_shop_shopadds + .layui-layer-setwin, .layui-layer #xcus_ding_shop_shopcat + .layui-layer-setwin, .layui-layer #xcus_theme_artdashngalert + .layui-layer-setwin {
  top: 7px !important
}
.xcus_dashang_alert p {
  font-size: 14px !important;
  color: #000 !important
}
.xcus_dashang_alert ul li div {
  height: 35px !important;
  line-height: 35px !important;
  border: 1px solid var(--colora) !important;
  color: var(--colora) !important;
  font-size: 14px !important;
  border-radius: 5px !important
}
.xcus-hide-div {
  background-color: #f3f5f7 !important;
  background-image: url(images/suobg.svg) !important
}
.xcus-art-dow {
  padding: 15px !important;
  border: 1px solid #dee2e6 !important;
  background-color: #f3f5f7 !important
}
.xcus-hide-tip {
  position: relative;
  border: 1px solid #dee2e6 !important;
  padding: 13px 0 13px 62px !important;
  background-image: url(images/suo.svg) !important;
  background-position: 14px 16px !important;
  border-radius: 5px !important
}
.xcus-art-dow-cent-title, .xcus-hide-tip-div {
  color: #f6416c !important
}
.xcus-hide-tip .apst, .xcus-art-dow-cent .apst {
  color: #fff !important;
  background-color: #f6416c !important;
  padding: 5px 16px !important;
  margin: 0 !important;
  font-weight: inherit !important;
  border-radius: 5px !important;
  display: inline-block;
  position: absolute;
  height: auto !important;
  bottom: 20px;
  right: 15px
}
.xcus-hide .xcus-hide-price, .xcus-art-dow .xcus-dow-price, .xcus-hide .xcus-hide-vipfreetag, .xcus-art-dow .xcus-dow-vipfreetag {
  z-index: 1;
}
.xcus-hide .xcus-hide-price, .xcus-art-dow .xcus-dow-price {
  border-radius: 0 5px 0 0 !important;
  top: 0 !important
}
.xcus-hide .xcus-hide-vipfreetag, .xcus-art-dow .xcus-dow-vipfreetag {
  border-radius: 0 0 0 5px !important;
  top: 0 !important
}
.xcus-hide .xcus-vipfreetwo, .xcus-art-dow .xcus-vipfreetwo {
  border-radius: 0 5px 0 0 !important;
}
.xcus-art-dow-cent {
  border-left: 0 !important
}
.xcus-hide-tip-tip {
  width: calc(100% - 100px);
}
.xcus-art-dow-title {
  margin: 3px 0 !important;
}
.news_con .mochu_us_pst h2 {
  font-size: 20px !important;
  margin: 0 0 10px 0 !important;
  color: #f6416c !important;
  padding: 0 0 10px 0 !important;
  display: block;
  border-bottom: 1px solid rgba(68, 68, 68, .1) !important
}
.news_con .mochu_us_pst h2:after {
  max-width: 82px;
  width: 0
}
.news_con .mochu_us_pst p {
  line-height: 2 !important;
  margin: 0 0 15px 0 !important;
  padding: 0 !important;
  color: #161e27 !important
}
.news_con .mochu_us_tip_span a, .news_con .mochu_us_tip_span span {
  color: #ff6651 !important
}
.mochu_us_xiazai {
  margin: 0 0 20px 0 !important;
  border: 1px solid #dee2e6 !important;
  background: rgba(143, 143, 143, .1) !important;
  padding: 20px !important
}
.mochu_us_xiazi_san a {
  font-weight: 600
}
.mochu_us_xiazai_lf, .xcus-art-dow-title {
  background-image: url(images/xz.svg) !important
}
.mochu-us-shang-div-span, .mochu_us_xiazai_lr a {
  border-radius: 3px !important;
  background-color: #ff6651 !important
}
.mochu-us-shang-div button, .mochu-us-shang-div p {
  color: #555444 !important
}
.news_con .mochu_us_xiazai_spanspan {
  color: #8c8e94 !important
}
button.mochu-us-shangbuttons {
  color: #ff6651 !important;
  border: 1px solid #ff6651 !important
}
.mochu-us-shang-div > button {
  background: #fff
}
.night .mochu_us_pst, .night .mochu_us_xiazai {
  background-color: #2e313a !important;
  border: 0 !important;
  color: #fefffd !important
}
.night .mochu-us-shang-div button, .night .mochu-us-shang-div p, .night .mochu_us_xiazi_san a, .night .news_con .mochu_us_pst h2, .night .news_con .mochu_us_pst p {
  color: #fefffd !important
}
[id^=gbllopen_] {
  overflow: hidden !important;
  text-align: center !important;
  border-radius: 6px;
  overflow: hidden;
}
[id^=gbllopen_] h6 {
  font-size: 20px;
  padding: 28px 15px 15px;
  margin: 0
}
[id^=gbllopen_] h6.top {
  padding: 28px 15px 5px;
}
[id^=gbllopen_] img {
  width: 176px;
  display: inline-block
}
[id^=gbllopen_] img, [id^=gbllopen_] #qrcode {
  margin: 0 auto;
}
[id^=gbllopen_] p {
  font-size: 13px;
  margin: 6px 20px;
  color: rgba(0, 0, 0, .6)
}
[id^=gbllopen_] p.top {
  font-size: 13px;
  margin: 3px 20px 5px;
}
[id^=gbllopen_] a.button {
  display: inline-block;
  margin: 8px 20px 30px 20px;
  font-size: 15px;
  line-height: 2.3;
  background-color: rgba(56, 88, 246, 0.1);
  width: 166px;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #0079ff;
  color: #0079ff
}
[id^=gbllopen_] a.button:hover {
  background-color: #0079ff;
  color: #fff
}
[id^=gbllopen_] + .layui-layer-setwin {
  position: static
}
[id^=gbllopen_] + .layui-layer-setwin .layui-layer-close2 {
  left: calc(50% - 15px);
  top: auto;
  bottom: -40px;
  background: url(images/close.svg) no-repeat;
  background-size: cover
}
[id^=gbllopen_] + .layui-layer-setwin .layui-layer-close2:hover {
  background-position: 0 0
}
.night, .night .r_box .list-navi ul {
  background-color: #282b34;
  color: #cccdd0 !important;
}
.night a, .night .sidebar .side-title h3, .night .news_title, .night .diggit, .night .news_about strong, .night .news_con, .night .header-navigation, .night footer, .night .news_about, .night .jz-comments h3, .night .jz-comment h3, .night #starlist .selected ul a, .night .r_box .kuaixun li span, .night .comments-title, .night .place, .night .kx-header .kx-time, .night .kx-header .kx-bt, .night blockquote:before {
  color: #FEFFFD !important;
}
.night .logo img {
  display: none;
}
.night .logo img.nightlogoimg {
  display: block;
}
.night .btn:hover, .night .pageload .view-more-button, .night .pageload .page-load-status p, .night #sticky-wrapper span a:hover {
  color: #fff !important;
}
.night a:hover {
  color: var(--colora) !important;
}
.night .r_box li p {
  color: #cccdd0
}
.night .postfoot, .night .sidebar li.widlist .night .sidefoot, .night .bloginfo {
  color: #8c8e94 !important
}
.night #sticky-wrapper span a.badge:after {
  background-color: #000
}
.night .news_about, .night #divTags li, .night #divContorPanel .cp-login a, .night #divContorPanel .cp-vrs a, .night .tags a, .night .pagelist a, .night textarea, .night input, .night .post-share a, .night .share-icon, .night #divSearchPanel form {
  background-color: #2e313a !important;
  border: 0 !important;
}
.night .header-navigation, .night footer, .night .l_box .night #sticky-wrapper span a, .night .pageload .view-more-button, .night .pageload .page-load-status p, .night #sticky-wrapper span a, .night blockquote, .night .copyright, .night #side-new-comment-item .widger-comment-excerpt {
  background-color: #21242b;
  border: 0;
}
.night #side-new-comment-item .widger-comment-excerpt:before {
  border-bottom-color: #21242b
}
.night .jzcms .link li a, .night #side-link-item ul li {
  background-color: #21242b;
  border-color: #343742;
}
@media only screen and (max-width: 767px) {
  .night #starlist {
    background-color: #2e313a;
  }
}
.night #starlist ul.sub-nav, .night .us-dropdown {
  background-color: #2e313a;
}
.night .us-dropdown .row {
  border-color: #363a44;
}
.night #starlist ul.sub-nav:before {
  border-bottom-color: #1d1f20;
}
.night .r_box li, .night ul.msg, .night ul.msghead li.tbname, .night ul.msg ul.msg, .night .jz-comment-box, .night .sidebar li.widlist, .night #divCalendar caption, .night #divCalendar table, .night #divCalendar tr, .night #divCalendar th, .night #divCalendar td, .night .r_box .list-navi ul, .night #side-new-kuaixun-item .timeline-dot:after, .night .kuaixun .timeline-dot:after {
  border-color: #343742;
}
.night .r_box .list-navi li:before {
  background-color: #343742;
}
.night .r_box .list-navi li.selected:before {
  background-color: var(--colora);
}
.night textarea, .night input {
  color: #8c8e94 !important;
}
.night .b-nav-search_wrap, .night .jz-comment-box, .night #divCalendar thead {
  background: #2e313a;
  border: 0
}
.night .jz-comment-box input.button, .night .b-nav-search_wrap button, .night #divSearchPanel input[type="submit"] {
  background: var(--colora) !important;
  color: #FEFFFD !important
}
.night .layui-layer {
  background: #2e313a;
  color: #FEFFFD !important;
}
.night .layui-layer button, .night .layui-layer-title {
  background: #21242b !important;
  color: #FEFFFD !important;
}
.night .layui-layer-title, .night #starlist {
  border-color: #21242b
}
.night .fademask.active, .night .fademaskm.active {
  background: rgba(95, 95, 95, .85);
}