@import url(css/style.css);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scrollbar-width: thin
}
html {
  height: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0
}
body, button, input, select, textarea {
  font: 14px/1.5 HWOS, 'Microsoft Yahei', tahoma, arial, 'Hiragino Sans GB', \5b8b\4f53, sans-serif
}
body {
  max-width: 100%;
  margin: 0 auto;
  line-height: 1.6;
  background-color: #f1f2f9;
  background-size: cover;
  background-attachment: fixed
}
::selection {
  background: #f6416c;
  color: #fff
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1
}
h1 {
  font-size: 30px
}
h2 {
  font-size: 26px
}
h3 {
  font-size: 22px
}
h4 {
  font-size: 20px
}
h5 {
  font-size: 16px
}
h6 {
  font-size: 16px
}
strong {
  font-weight: 700
}
img, video {
  max-width: 100%;
  height: auto
}
ol li {
  margin-left: 20px;
  list-style: decimal;
  padding-left: 3px
}
ul li {
  list-style: none;
  margin: 0;
  padding: 0
}
a img {
  border: none
}
p {
  font-size: 15px;
  white-space: normal;
  word-break: break-all
}
a {
  text-decoration: none
}
a:link, a:visited {
  opacity: 1;
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -o-transition: all .15s linear;
  -ms-transition: all .15s linear;
  transition: all .15s linear;
  color: #222831
}
a:active, a:hover {
  color: #f6416c
}
em, i {
  font-style: normal
}
pre {
  margin-bottom: 20px !important;
  border-radius: 10px
}
blockquote {
  color: #ff3d1d;
  background: #fef0f0;
  border-left: 8px solid #ff3d1d;
  position: relative;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  padding-left: calc(16px + 16px);
  border-radius: 10px;
  word-break: break-all;
  transition: all .28s ease;
  -moz-transition: all .28s ease;
  -webkit-transition: all .28s ease;
  -o-transition: all .28s ease
}
blockquote:before {
  position: absolute;
  color: #f6416c;
  content: '\e739';
  top: calc(50% - 24px * .5);
  left: 4px;
  width: 24px;
  height: 24px;
  text-align: center;
  font-weight: 600;
  line-height: 24px;
  vertical-align: middle;
  font-family: icomoon
}
blockquote p {
  margin: 2px 0 !important
}
code {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  display: inline-block;
  padding: 0 4px;
  margin-left: 2px;
  font-size: 90%;
  margin-bottom: 2px;
  color: #c7254e;
  background-color: #f9f2f4
}
table {
  border-collapse: collapse
}
table, table td, table th {
  border: 1px solid #eee
}
table td, table th {
  padding: 6px
}
table th {
  background-color: #f6f7f8
}
::-webkit-scrollbar-track-piece {
  background-color: #e7eaf1
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px
}
::-webkit-scrollbar-thumb {
  background: #8590a6;
  border-radius: 2px;
  border: 0
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
  }
  90% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
  }
  90% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@-webkit-keyframes loadingRotate {
  0% {
    -webkit-transform: rotate(0) translateZ(0);
    transform: rotate(0) translateZ(0)
  }
  50% {
    -webkit-transform: rotate(180deg) translateZ(0);
    transform: rotate(180deg) translateZ(0)
  }
  100% {
    -webkit-transform: rotate(360deg) translateZ(0);
    transform: rotate(360deg) translateZ(0)
  }
}
@keyframes loadingRotate {
  0% {
    -webkit-transform: rotate(0) translateZ(0);
    transform: rotate(0) translateZ(0)
  }
  50% {
    -webkit-transform: rotate(180deg) translateZ(0);
    transform: rotate(180deg) translateZ(0)
  }
  100% {
    -webkit-transform: rotate(360deg) translateZ(0);
    transform: rotate(360deg) translateZ(0)
  }
}
.fadeinyp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.jz_bs, .list-nav ul {
  background-color: #fff;
  margin: 0 20px 20px 0;
  border-radius: 10px;
  box-shadow: 0 0 2px 0 rgb(98 124 153 / 10%)
}
.alistd {
  padding: 0 !important
}
.list-nav ul {
  margin: 0 0 20px 0;
  padding: 17px 24px;
  overflow: hidden
}
.list-nav li {
  display: inline-block
}
.list-nav li a {
  height: 33px;
  line-height: 33px;
  padding: 0 15px;
  text-align: center;
  display: inline-block;
  color: #797c80;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px
}
.list-nav li a.selected {
  color: #fff;
  background: #f6416c
}
.d-flex {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between
}
.d-flex-end {
  align-items: flex-end
}
.d-center {
  align-items: center
}
.d-x-center {
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center
}
.hdp_focusbox {
  position: relative;
  width: 100%;
  height: 330px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden
}
.hdp_focusbox .bd {
  z-index: 0
}
.hdp_focusbox .bd li {
  width: 100%;
  height: 330px;
  overflow: hidden
}
.hdp_focusbox .bd li .hdp_founs_img {
  position: relative;
  width: 100%;
  height: 330px;
  overflow: hidden
}
.hdp_focusbox .bd li .hdp_founs_img a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: rgba(120, 120, 120, .1)
}
.hdp_focusbox .bd li .hdp_founs_img a .hdp-overlay-grad {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, .01) 5%, rgba(0, 0, 0, .6) 100%);
  background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, .01) 5%, rgba(0, 0, 0, .6) 100%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .01) 5%, rgba(0, 0, 0, .6) 100%)
}
.hdp_focusbox .hdp_founs_text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 35px 20px;
  z-index: 1
}
.hdp_focusbox .hdp_founs_text span {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}
.hdp_focusbox .hdp_founs_text span a {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px 5px #000
}
.hdp_focusbox .hd {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  height: 4px;
  line-height: 4px;
  z-index: 1
}
.hdp_focusbox .hd ul {
  text-align: right
}
.hdp_focusbox .hd ul li {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  width: 20px;
  height: 2px;
  margin: 0 2px;
  background: #eee;
  overflow: hidden;
  opacity: .7;
  -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: 25px;
  background: #f6416c;
  opacity: 1
}
.hdp_focusbox .next, .hdp_focusbox .prev {
  position: absolute;
  top: 50%;
  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: 10;
  display: none
}
.hdp_focusbox .prev {
  left: 20px
}
.hdp_focusbox .next {
  background-position: -55px 0;
  right: 20px
}
@media screen and (max-width:960px) {
  .hdp_focusbox {
    width: 100%
  }
  .hdp_focusbox, .hdp_focusbox .bd li, .hdp_focusbox .bd li .hdp_founs_img {
    height: 45vw !important
  }
}
.topliuge {
  margin-right: 10px;
  overflow: hidden
}
.topliuge .liuge {
  font-size: 15px;
  text-align: center
}
.topliuge .liuge li {
  width: calc(33.33% - 10px);
  float: left;
  margin: 0 10px 20px 0;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgb(98 124 153 / 10%);
  transition: all .3s ease 0s
}
.topliuge .liuge li:hover {
  transform: translateY(3px)
}
.topliuge .liuge li a {
  display: block
}
.topliuge .liuge li i {
  width: 100%;
  height: 0;
  padding-bottom: 55%;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: block
}
.topliuge .liuge li i img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  object-fit: cover;
  -webkit-object-fit: cover
}
.topliuge .liuge li h3 {
  padding: 10px 20px 12px 20px;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.con {
  display: none;
  margin-bottom: 1px;
  cursor: pointer
}
.bgDiv {
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(120, 129, 147, .5);
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99
}
.mobile-sidebar {
  width: 75%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 999;
  background: #fdfbfb;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  -webkit-overflow-scrolling: touch
}
@media (max-width:991.98px) and (min-width:768px) {
  .mobile-sidebar {
    width: 300px
  }
}
.mobile-sidebar.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease
}
.mobile-sidebar-header {
  padding: 8px 0;
  text-align: right
}
#jzicon-close {
  width: 45px;
  text-align: center;
  font-size: 26px
}
.mobile-sidebar-header .btn-group {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none
}
.navbar-nav li {
  position: relative;
  padding: 8px 16px
}
.navbar-nav li a {
  position: relative;
  display: block;
  font-size: 15px;
  padding: 6px 2px
}
.navbar-nav li a i {
  font-size: 20px;
  margin: 0 8px 0 0
}
.navbar-nav .sub-nav {
  padding: 0 0 4px 28px;
  display: none;
  position: relative;
  padding: 8px 0;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px 0 rgba(17, 58, 93, .05);
  box-shadow: 0 5px 20px 0 rgba(17, 58, 93, .05)
}
.navbar-nav .sub-nav li {
  margin: 0;
  padding: 0
}
.navbar-nav .sub-nav li a {
  font-size: 14px;
  padding: 12px 16px;
  opacity: .6
}
#divNavBar li ul, .navbar-nav li ul {
  display: none
}
#divNavBar li a i {
  margin-right: 4px
}
.navbar-nav li em[class*=dot] {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0);
  cursor: pointer
}
.navbar-nav li em[class*=dot] .jzicon-arrow-down {
  font-size: 18px;
  color: #333;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  width: 48px;
  line-height: 48px;
  top: 0;
  left: 0
}
.navbar-nav li em[class*=dot] .jzicon-arrow-down.open {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}
#divAuthors li:before, #divCatalog li:before, #divComments li:before, #divFavorites li:before, #divLinkage li:before, #divNavBar li:before, #divPrevious li:before, #divStatistics li:before {
  content: "●";
  margin: 0 6px 0 0;
  font-size: 12px;
  font-family: icomoon;
  display: inline-block;
  color: #9ca0ad
}
#divArchives ul li, #divAuthors ul li, #divFavorites ul li, #divLinkage ul li, #divMisc ul li, #divStatistics ul li {
  float: left;
  width: 50%;
  display: block
}
#divSearchPanel .function_t {
  display: none
}
#divSearchPanel {
  margin: 0;
  background-color: transparent;
  padding: 0 0 20px 0;
  box-shadow: none
}
#divSearchPanel form {
  border-radius: 10px;
  position: relative;
  overflow: hidden
}
#divSearchPanel input[type=submit] {
  border: 0;
  background: 0;
  color: #fff;
  outline: 0;
  position: absolute;
  width: 28%;
  height: 36px;
  background: #f6416c
}
#divSearchPanel input[type=text] {
  border: 0;
  line-height: 36px;
  height: 36px;
  width: 72%;
  padding-left: 10px;
  border-radius: 0;
  outline: 0
}
#divContorPanel {
  padding-bottom: 30px
}
#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: 10px;
  margin: 4px;
  padding: 4px 8px
}
#divCalendar {
  padding: 20px
}
#divCalendar div {
  margin-bottom: 0
}
#divCalendar table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px
}
#divCalendar table, #divCalendar td, #divCalendar th, #divCalendar tr {
  border: 1px solid #eee
}
#divCalendar caption {
  line-height: 36px;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee
}
#divCalendar caption a {
  font-size: 15px;
  color: #123
}
#divCalendar thead {
  background: rgba(255, 255, 255, .1)
}
#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
}
.sidebar-navigation {
  text-align: center;
  margin: 20px 0
}
.sidebar-navigation .sns-icon {
  width: 28px;
  height: 28px;
  background: #2c353a;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  display: inline-block;
  line-height: 28px;
  cursor: pointer;
  position: relative;
  transition: .5s;
  margin: 0;
  margin: 2px
}
.sidebar-navigation .sns-icon:hover {
  background: rgba(0, 0, 0, .1)
}
.sidebar-navigation .qq {
  background: #3d93e0
}
.sidebar-navigation .qq:hover {
  color: #3d93e0
}
.sidebar-navigation .weibo {
  background: #e24040
}
.sidebar-navigation .weibo:hover {
  color: #e24040
}
.sidebar-navigation .bilibili {
  background: #fb7299
}
.sidebar-navigation .bilibili:hover {
  color: #fb7299
}
.sidebar-navigation .github {
  background: #3a3a3a
}
.sidebar-navigation .github:hover {
  color: #3a3a3a
}
.sidebar-navigation .rss {
  background: #ffb048
}
.sidebar-navigation .rss:hover {
  color: #ffb048
}
.sidebar-navigation .weixin {
  background: #20b767
}
.sidebar-navigation .weixin:hover {
  color: #20b767
}
.sidebar-navigation .twitter {
  background: #1da1f2
}
.sidebar-navigation .twitter:hover {
  color: #1da1f2
}
.sidebar-navigation .facebook {
  background: #3b57a0
}
.sidebar-navigation .facebook:hover {
  color: #3b57a0
}
.sidebar-navigation .instagram {
  background: #df016f
}
.sidebar-navigation .instagram:hover {
  color: #df016f
}
.sidebar-navigation .pinterest {
  background: #c9161c
}
.sidebar-navigation .pinterest:hover {
  color: #c9161c
}
.sidebar-navigation .kuaishou {
  background: #ff9000
}
.sidebar-navigation .kuaishou:hover {
  color: #ff9000
}
.sidebar-navigation .douyin {
  background: #271a27
}
.sidebar-navigation .douyin:hover {
  color: #271a27
}
.sidebar-navigation .momo {
  background: #0b6fcf
}
.sidebar-navigation .momo:hover {
  color: #0b6fcf
}
.sidebar-navigation .zhihu {
  background: #0f88eb
}
.sidebar-navigation .zhihu:hover {
  color: #0f88eb
}
.sidebar-navigation .netmusic {
  background: #c20c0c
}
.sidebar-navigation .netmusic:hover {
  color: #c20c0c
}
.sidebar-navigation .telegram {
  background: #25a2de
}
.sidebar-navigation .telegram:hover {
  color: #25a2de
}
.footerb a.weixin .weixincode, .sidebar-navigation a.weixin .weixincode {
  position: absolute;
  bottom: 45px;
  left: -50px;
  z-index: 999;
  display: none;
  width: 130px;
  height: 130px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1), 0 4px 8px 0 rgba(0, 0, 0, .1), 0 8px 16px 0 rgba(0, 0, 0, .1);
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.footerb a.weixin:hover .weixincode, .sidebar-navigation a.weixin:hover .weixincode {
  display: block
}
#sidebar-right {
  width: 320px;
  float: right;
  margin-left: -320px
}
.sticky-wrapper {
  float: left;
  width: 180px;
  margin-left: -100%
}
#sticky-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 60px;
  background-color: transparent;
  margin-left: -80px;
  z-index: 98;
  padding: 105px 0
}
#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: #fff;
  display: block;
  color: #494a4d;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .04);
  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: #f6416c !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
}
#divMisc {
  padding-top: 24px
}
.widget {
  clear: both;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 5px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 2px 0 rgb(98 124 153 / 10%)
}
.widget:last-child {
  margin-bottom: 20px
}
.widget[id^=side-aboxd] {
  padding: 0;
  overflow: hidden
}
.widget[id^=side-aboxd] img {
  vertical-align: middle
}
.widget h4.function_t {
  font-size: 16px;
  margin: 0 0 22px 0;
  padding: 18px 20px 15px 60px;
  border-bottom: 1px solid #f3f3f3;
  color: #222831
}
.widget h4.function_t:after, .widget h4.function_t:before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  background: #fc625d;
  border-radius: 50%;
  left: 20px
}
.widget h4.function_t:after {
  background-color: #fdbc40;
  left: 35px
}
.widget ul {
  margin: 0;
  list-style: none;
  padding: 0 24px 16px 24px;
  margin-bottom: -10px
}
.widget ul li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  height: 90px
}
.widget .rank-num {
  position: absolute;
  width: 36px;
  border-radius: 2px 10px 10px 0;
  color: #fff;
  background-color: #8d9fb1;
  top: 4px;
  left: -4px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  line-height: 1.6
}
.widget .rank-num:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -4px;
  width: 0;
  height: 0;
  border-top: 4px solid #818b95;
  border-left: 4px solid transparent
}
.widget ul li:nth-child(1) .rank-num {
  background-color: #f35
}
.widget ul li:nth-child(1) .rank-num:after {
  border-top-color: #ce1139
}
.widget ul li:nth-child(2) .rank-num {
  background-color: #ffa41b
}
.widget ul li:nth-child(2) .rank-num:after {
  border-top-color: #d0820d
}
.widget ul li:nth-child(3) .rank-num {
  background-color: #1a85ff
}
.widget ul li:nth-child(3) .rank-num:after {
  border-top-color: #0860c4
}
#side-hot-view-item ul li:first-child.imeys, #side-tui-article-item ul li.imeys {
  height: 190px
}
#side-hot-view-item ul li:first-child.imeys .widget-post-list-item, #side-tui-article-item ul li.imeys .widget-post-list-item {
  position: absolute;
  bottom: 22px;
  left: 0;
  width: 248px;
  margin: 16px 36px;
  color: #fff
}
#side-hot-view-item ul li:first-child.imeys .widget-post-list-item a, #side-tui-article-item ul li.imeys .widget-post-list-item a {
  color: #fff;
  text-shadow: 1px 1px 5px #000
}
#side-hot-view-item ul li:first-child.imeys .list-footer, #side-tui-article-item ul li.imeys .list-footer {
  display: none
}
#side-hot-view-item ul li:first-child.imeys .widget-post-list, #side-tui-article-item ul li.imeys .widget-post-list {
  width: 280px;
  height: 168px
}
#side-hot-view-item ul li:first-child.imeys .widget-post-list img, #side-tui-article-item ul li.imeys .widget-post-list img {
  height: 168px;
  width: 100%
}
#side-hot-cmt-item ul, #side-hot-view-item ul, #side-new-article-item ul, #side-new-userarticle ul, #side-rand-rand ul, #side-rand_article ul, #side-tui-article-item ul {
  padding: 0;
  margin: 5px 0 0
}
#side-hot-cmt-item ul li, #side-hot-view-item ul li, #side-new-article-item ul li, #side-new-userarticle ul li, #side-rand-rand ul li, #side-rand_article ul li, #side-tui-article-item ul li {
  white-space: normal;
  margin: 0;
  padding: 0;
  border: 0
}
.widget#divCatalog ul li:last-child, .widget#divComments ul li:last-child, .widget#divNavBar ul li:last-child, .widget#divPrevious ul li:last-child, .widget#side-new-comment-item ul li:last-child {
  border: 0
}
.widget#divCatalog ul li ul li, .widget#divNavBar ul li ul li {
  padding: 8px 0 0;
  margin: 8px 0 0;
  border-top: 1px dotted #eee !important;
  border-bottom: 0 dotted #eee
}
.widget ul li a {
  font-weight: 400
}
.widget ul li a:hover {
  color: #f6416c !important
}
.widget img {
  max-width: 100%;
  height: auto;
  transition: .5s
}
.widget .jz_banner_inner img:hover {
  opacity: .8
}
.widget#divTags ul {
  overflow: hidden;
  margin-bottom: 0
}
.widget#divTags ul li {
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  border: 0
}
#divTags ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  padding: 3px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-weight: 500
}
#divTags ul li:nth-child(5n) a {
  background: #e8ba00;
  border: 1px solid #e8ba00
}
#divTags ul li:nth-child(5n+1) a {
  background: #108f01;
  border: 1px solid #108f01
}
#divTags ul li:nth-child(5n+2) a {
  background: #364cc6;
  border: 1px solid #364cc6
}
#divTags ul li:nth-child(5n+3) a {
  background: #ff4b19;
  border: 1px solid #ff4b19
}
#divTags ul li:nth-child(5n+4) a {
  background: #a60ceb;
  border: 1px solid #a60ceb
}
#divTags ul li a:hover {
  color: #fff !important;
  opacity: .6
}
#side-new-comment-item li, .widget#divTags ul li {
  height: auto
}
#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: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f5f6f7;
  color: #999
}
#side-new-comment-item .widger-comment-plane a {
  color: #999
}
#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: 10px;
  line-height: 30px
}
#side-new-comment-item .widger-comment-excerpt {
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  background: #f7f7f7;
  border-radius: 3px;
  color: #666
}
#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;
  text-overflow: ellipsis
}
#side-new-about-item .function_t {
  display: none
}
#side-new-about-item, #side-new-about-user, #sidebar-mobile-user {
  text-align: center;
  overflow: hidden
}
#side-new-about-item .contentu, #side-new-about-user .contentu, #sidebar-mobile-user .contentu {
  position: relative;
  width: 100%
}
#side-new-about-item .side-title, #side-new-about-user .side-title, #sidebar-mobile-user .side-title {
  display: none
}
#sidebar-mobile-user, .sidebar#side-new-about-item, .sidebar#side-new-about-user {
  padding: 0
}
#side-new-about-item #about-bg, #side-new-about-user #about-bg, #sidebar-mobile-user .about-bg {
  height: 125px;
  border-radius: 5px 5px 0 0
}
#side-new-about-item .avatar img, #side-new-about-user .avatar img, #sidebar-mobile-user .avatar img {
  display: block;
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, .125);
  width: 82px;
  height: 82px
}
#side-new-about-item .text, #side-new-about-user .text {
  margin: 55px 20px 0
}
#side-new-about-item .text h2, #side-new-about-user .text h2, #sidebar-mobile-user .text h2 {
  font-size: 17px;
  margin: 10px 0;
  font-weight: 500
}
#side-new-about-user .text .author_t, #sidebar-mobile-user .text h2 span, .post-user-meta h3 span {
  padding: 3px 6px;
  border-radius: 2px;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff4740), color-stop(#ffa069), color-stop(#ffab55), to(#ff6c40));
  background-image: -o-linear-gradient(left, #ff4740, #ffa069, #ffab55, #ff6c40);
  background-image: linear-gradient(to right, #ff4740, #ffa069, #ffab55, #ff6c40);
  background-size: 300% 100%;
  font-size: 12px
}
#side-new-about-item .text p, #side-new-about-user .text p, #sidebar-mobile-user .text p {
  font-size: 13px;
  margin: 8px 0 0;
  empty-cells: hide;
  color: #7a7a7a;
  line-height: 1.5
}
#side-new-about-item .card-info-data, #side-new-about-user .card-info-data, #sidebar-mobile-user .card-info-data {
  display: table;
  padding: 15px 5px 0;
  width: 100%;
  table-layout: fixed;
  font-size: 13px
}
#side-new-about-user .card-info-data, #sidebar-mobile-user .card-info-data {
  padding-bottom: 20px
}
#side-new-about-item .card-info-data-item, #side-new-about-user .card-info-data-item, #sidebar-mobile-user .card-info-data-item {
  display: table-cell
}
#side-new-about-item .card-info-data-item .length_num, #side-new-about-user .card-info-data-item .length_num, #sidebar-mobile-user .card-info-data-item .length_num {
  color: #000;
  font-size: 16px;
  font-weight: 700
}
#side-new-about-user .card-info-data-item:hover .length_num {
  color: #034eff
}
#side-new-about-item .card-info-data-item .headline, #side-new-about-user .card-info-data-item .headline {
  color: rgba(68, 68, 68, .65)
}
.widget-list-item {
  padding: 0;
  border: 0;
  line-height: 1.4;
  font-size: 14px;
  list-style: none
}
.widget .widget-post-list img {
  height: 70px;
  width: 100px;
  border-radius: 3px;
  display: block;
  object-fit: cover
}
.widget .widget-post-list {
  float: left;
  overflow: hidden;
  height: 70px;
  margin: 0 12px 20px 20px;
  margin-left: 20px
}
.widget .widget-post-list-item {
  margin: 0 20px 15px 20px;
  color: #222831;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400
}
.widget .widget-post-list-item .list-footer {
  color: #9ca0ad;
  font-size: 13px;
  margin-top: 14px
}
.widget .list-title {
  font-size: 14px;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}
#side-yfrh_article {
  position: relative;
  padding: 0;
  border-radius: 10px;
  overflow: hidden
}
#side-yfrh_article div {
  padding: 0;
  margin: 0
}
#Jz52_yfrh, #Jz52_yfrh a {
  color: #fff
}
#Jz52_yfrh .media:after {
  content: '';
  display: block;
  padding-top: 103%
}
#Jz52_yfrh .media-images {
  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%
}
#Jz52_yfrh .media-images .overlay {
  width: 100%;
  height: 100%;
  background-color: #2a2b2b;
  position: absolute;
  opacity: .3;
  top: 0;
  left: 0;
  transition: opacity .9s ease-in-out
}
#Jz52_yfrh .media-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  padding: 20px;
  display: flex
}
#Jz52_yfrh .media-flex {
  display: flex;
  text-align: center;
  flex-direction: column
}
#Jz52_yfrh .media-overlay span {
  display: block;
  font-size: 58px;
  line-height: 1;
  margin-bottom: 5px
}
#Jz52_yfrh .media-overlay time {
  display: block;
  line-height: 1;
  font-size: 16px
}
#side-yfrh_article i {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 16px;
  height: 16px;
  z-index: 2;
  background-image: url(images/sx.svg);
  cursor: pointer
}
@-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-yfrh_article i.selected {
  -webkit-animation: refresh-ring 1.2s linear infinite;
  animation: refresh-ring 1.2s linear infinite
}
#Jz52_yfrh .list-body {
  position: absolute;
  padding: 18px;
  font-size: 18px;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: justify
}
.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: 20px;
  line-height: 1;
  font-weight: 500;
  color: #222831;
  z-index: 0;
  margin: 0;
  padding: 24px 0
}
.comments-title span {
  display: inline-block;
  z-index: 2;
  font-weight: 400
}
.comments-title span i {
  margin-right: 10px
}
.comment-respond {
  padding: 24px;
  overflow: hidden
}
.comment-list {
  padding: 0 24px 0 24px
}
.commlv {
  font-size: 11px;
  color: #fff;
  background: #ff6651;
  display: inline-block;
  border-radius: 2px;
  line-height: 1.4;
  padding: 0 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 {
  padding-top: 5px;
  display: inline-block
}
.commentname a {
  vertical-align: middle;
}
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
}
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: #ff6651;
  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: #f1404b;
  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
}
button, input, textarea {
  -webkit-appearance: none !important;
  outline: 0;
  -webkit-tap-highlight-color: transparent
}
.btn, .comments input[type=submit], button {
  position: relative;
  letter-spacing: 2px;
  display: inline-block;
  border: 0;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  background-color: #f6416c;
  transition: .5s
}
.comments input[type=submit]:hover {
  opacity: .8
}
#comments-nav {
  margin: 2% 0;
  text-align: center;
  display: flex;
  justify-content: center
}
.main-post, .main-single {
  width: 100%;
  margin: 0 auto;
  margin-top: 85px
}
.content, .single-content {
  height: auto;
  margin: 0 auto;
  max-width: 1200px;
  width: 96%
}
#logo-text {
  margin-right: 25px;
  line-height: 1
}
#logo-text a {
  position: relative;
  display: block;
  overflow: hidden;
  color: #222831
}
#logo-text a:hover {
  opacity: .8
}
#logo-text a img {
  max-height: 50px
}
#logo-text a h2 {
  margin: 0;
  font-size: 26px
}
img.nightlogoimg {
  display: none
}
@keyframes wordsLoop {
  0% {
    transform: translateX(100%)
  }
  100% {
    transform: translateX(-100%)
  }
}
.topscroll {
  background: #2c95fe;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  height: 23px;
  margin: 0 -15px
}
.topscroll-mate {
  padding-left: 20px;
  animation: 30s wordsLoop linear infinite normal
}
.header {
  width: 100%;
  background-color: #fff;
  z-index: 99;
  position: fixed;
  top: 0;
  border-bottom: 1px solid #f1f1f1;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
  -moz-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s
}
.header.slideUp {
  top: -83px
}
.page-top {
  max-width: 1300px;
  width: 96%;
  position: relative;
  z-index: 3;
  margin: 0 auto;
  height: 61px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.page-top .menu {
  list-style: none;
  font-size: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  height: 100%;
  margin-bottom: 0;
  margin-top: 0
}
.page-top .menu li i, .sidebar li i {
  margin-right: 4px
}
.page-top .menu li {
  position: relative;
  display: initial;
  float: left;
  display: block;
  line-height: 30px;
  padding: 0 17px;
  font-size: 16px
}
.page-top .menu li a {
  color: #474b49;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s;
  padding: 19px 0
}
.page-top .menu li .sub-nav li {
  padding: 0;
  float: none
}
.page-top .menu .sub-nav li a {
  color: #222831;
  font-size: 14px;
  padding: 8px 16px 8px 24px;
  position: relative;
  display: block
}
.page-top .menu li.on > .sub-nav {
  visibility: visible;
  opacity: 1;
  clip: inherit;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1)
}
.page-top .menu .sub-nav {
  position: absolute;
  min-width: 200px;
  background: #fff;
  border-radius: 5px;
  top: 100%;
  left: 8px;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .2);
  -khtml-box-shadow: 0 0 40px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, .2);
  -ms-box-shadow: 0 0 40px rgba(0, 0, 0, .2);
  -o-box-shadow: 0 0 40px rgba(0, 0, 0, .2);
  box-shadow: 0 0 40px rgba(0, 0, 0, .2);
  -webkit-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 8px 0;
  -webkit-transform: scaleY(0);
  -khtml-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0
}
.page-top .menu a:hover {
  color: #f6416c !important;
  opacity: 1
}
.page-top .menu a.selected, .page-top .menu a.selected i {
  color: #f6416c !important
}
.page-top .menu .sub-nav li a:hover {
  opacity: 1
}
.page-top .menu li em[class*=dot] {
  display: inline-block;
  position: relative;
  z-index: 1;
  top: 2px;
  width: 16px
}
.page-top .menu li em[class*=dot] .jzicon-arrow-down {
  font-size: 16px;
  width: 16px;
  display: block
}
.page-top .menu 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
}
.page-top .menu li:hover .jzicon-arrow-down:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg)
}
.header_search button {
  padding: 6px 0 0;
  background: 0;
  border: 0;
  color: #222831;
  transition: .5s
}
.header_search button:hover {
  color: #f6416c
}
.header_search button i {
  font-size: 18px
}
.header .b-nav-search_wrap {
  -moz-transition: .2s;
  -o-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s
}
.header.slideUp .b-nav-search_wrap {
  top: 0 !important
}
.containe {
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  margin: 0 -15px;
  padding: 0 15px;
  z-index: 99
}
.b-nav-search_inner form input {
  outline: 0;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0;
  -webkit-appearance: none
}
.b-nav-search_inner form button {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: 0 0;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: normal;
  cursor: pointer
}
.b-nav-search_wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(34, 40, 49, .79);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0
}
.b-nav-search_inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}
.b-nav-search_component {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  height: 100%;
  max-width: 1300px;
  margin-bottom: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}
.b-nav-search_input::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, .7)
}
.b-nav-search_input:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, .7)
}
.b-nav-search_input::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, .7)
}
.b-nav-search_input::placeholder {
  color: hsla(0, 0%, 100%, .7)
}
input::-webkit-search-cancel-button {
  display: none
}
input[type=search]::-ms-clear {
  display: none
}
.list-navi {
  padding: 10px 10px 5px;
  white-space: nowrap;
  overflow: auto;
  font-size: 16px;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 10px 10px 0 0
}
.list-navi ul {
  display: flex
}
.list-navi::-webkit-scrollbar-track-piece {
  background-color: transparent
}
.list-navi::-webkit-scrollbar-thumb {
  background: rgba(133, 144, 166, .2)
}
.list-navi.mob {
  scrollbar-width: none
}
.list-navi.mob::-webkit-scrollbar {
  width: 0;
  height: 0
}
.list-navi ul li {
  padding: 5px 10px
}
.list-navi ul li:after {
  visibility: hidden;
  content: " ";
  display: block;
  height: 2px;
  width: 0;
  background-color: #f6416c;
  position: relative;
  top: 10px;
  transition: all .3s;
  left: 50%
}
.list-navi li.selected:after, .list-navi li:hover:after {
  visibility: visible;
  width: 100%;
  left: 0
}
.box-middle {
  float: left;
  width: 100%
}
.post-list {
  margin-right: 320px
}
.post-page {
  margin-left: -20px;
  margin-right: 320px
}
.post-page.noasid {
  margin-right: 0
}
.post {
  background-color: #fff;
  margin: 0 20px 20px 0;
  padding: 20px 24px;
  margin-bottom: 0;
  border-bottom: 1px solid #f0f0f0;
  box-shadow: 0 0 2px 0 rgb(98 124 153 / 10%)
}
li.post:hover {
  background: #fcfcfc
}
.post:first-child {
  border-radius: 10px 10px 0 0
}
.index .post {
  border-radius: 0
}
.post .isTop {
  padding: 1px 4px 0 4px;
  font-size: 14px;
  font-weight: 400;
  vertical-align: 1px;
  margin-right: 5px;
  border-radius: 2px
}
.place {
  background-color: #fff;
  margin: 0 20px 0 0;
  padding: 0 20px;
  border-bottom: 1px solid #f3f3f3;
  border-radius: 10px 10px 0 0;
  line-height: 55px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.place i {
  color: #999;
  margin-right: 3px;
  vertical-align: middle
}
.place a, .place span {
  vertical-align: middle
}
.post-page .place {
  margin: 0 20px 0 10px
}
.post-page .jz_bs {
  margin: 0 20px 20px 10px
}
.post strong {
  color: #f6416c
}
.post h2 {
  line-height: 1.4;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative
}
.noart {
  text-align: center;
  padding: 60px 0;
  margin-bottom: 20px !important
}
.noart img {
  max-width: 200px
}
.noart p {
  color: #9ca0ad;
  padding-top: 20px
}
.post-list .post-content {
  overflow: hidden
}
.post-list .post i {
  width: 200px;
  display: block;
  height: 134px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  border-radius: 4px;
  position: relative;
  background-color: #000
}
.post-list .post i .list-cate {
  top: 4px;
  left: 4px;
  position: absolute;
  height: 25px;
  line-height: 25px;
  background: #000;
  opacity: .7;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  padding: 0 8px;
  border-radius: 2px
}
.post-list .post i img {
  width: 100%;
  height: 134px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}
.post-list .post-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  font-size: 15px;
  line-height: 1.8;
  color: rgb(38, 38, 38, .8);
  height: 48px
}
.post-list .post-footer {
  height: 24px;
  line-height: 24px;
  margin-top: 26px;
  color: #515767
}
.post-list .post-footer .info-left, .post-list .post-footer .info-right div {
  float: left
}
.post-list .post-footer span {
  margin-right: 10px
}
.post-list .post-footer span:before {
  margin-right: 3px
}
.post-list .post-footer span:last-of-type {
  margin-right: 0
}
.post-list .post-footer .author img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-top: -1px;
  margin-right: 8px;
  float: left
}
.post-list .post-footer .info-right {
  float: right;
  margin-left: 20px
}
.post a {
  text-decoration: none;
  color: #333
}
.post a:hover {
  color: #f6416c
}
.post-user-meta {
  margin-top: 30px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 15px -5px rgb(10 10 10/3%);
  box-shadow: 0 2px 15px -5px rgb(10 10 10/3%);
  position: relative
}
.post-user-meta h3 {
  font-size: 17px;
  margin: 10px 0;
  font-weight: 500;
  color: #42434a;
  display: flex;
  justify-content: center;
  align-items: center
}
.user-meta-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: inherit
}
.user-meta-inner {
  position: relative;
  padding: 1.25rem 1.5rem;
  background-color: rgb(0 0 0/20%);
  -webkit-backdrop-filter: saturate(150%) blur(5px);
  backdrop-filter: saturate(150%) blur(5px);
  border-radius: inherit;
  z-index: 1;
  display: flex;
  flex: 1 1 auto;
  align-items: center
}
.user-meta-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 12px;
  color: #fff
}
.user-meta-body h3 {
  justify-content: left;
  color: #fff;
  margin: 0;
  font-size: 17px
}
.user-meta-body h3 a, .user-meta-body p {
  color: #fff
}
.post-user-meta h3 span {
  margin-left: 4px
}
.user-meta-body p {
  margin-top: 8px
}
.user-meta-body .ck-zs {
  color: #fff;
  text-align: center;
  padding: 1px 20px;
  display: inline-block;
  border-radius: 100px;
  font-size: 14px
}
.flex-avatar {
  flex-shrink: 0
}
.user-meta-inner .avatar {
  border-radius: 50%;
  border: 3px solid #fff;
  width: 60px;
  height: 60px;
  margin: 0
}
.nextinfo {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: rgba(51, 51, 51, .65);
  padding: 15px 20px 15px 20px;
  border-top: 1px solid #eee
}
.infosbox {
  padding-bottom: 5px
}
.nextinfo p {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}
.nextinfo p span {
  font-size: 14px
}
.nextinfo p.prev {
  margin-left: 0;
  margin-right: 8px;
  text-align: left
}
.nextinfo p.next {
  margin-left: 8px;
  margin-right: 0;
  text-align: right
}
.nextpro {
  overflow: hidden;
  position: relative;
  border-radius: 10px !important;
  padding: 0 !important
}
.nextpro .next, .nextpro .prev {
  position: relative
}
.nextpro .prev {
  float: left;
  width: 50%
}
.nextpro .next {
  float: right;
  width: 50%;
  text-align: right
}
.nextpro .prev span {
  float: left
}
.nextpro .next span {
  float: right
}
.nextpro .post-overlay {
  position: relative;
  overflow: hidden;
  height: 100px;
  -webkit-transition: all 444ms ease-in-out;
  -moz-transition: all 444ms ease-in-out;
  transition: all 444ms ease-in-out
}
.nextpro .post-overlay:hover {
  opacity: .8
}
.nextpro .background-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-color: #333;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 100px
}
.background-img:before {
  background-color: #000;
  bottom: 0;
  content: "";
  left: 0;
  opacity: .3;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .5s cubic-bezier(.4, .01, .165, .99)
}
.nextpro .post_text {
  position: relative;
  color: #fff;
  width: 100%;
  min-height: 70px;
  padding: 20px
}
.nextpro .post_text h3 {
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 30px;
  font-weight: 400
}
.nextpro .link-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
.pagelist {
  text-align: center;
  color: #666;
  clear: both;
  margin: 0 20px 20px 0;
  padding-top: 10px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 2px 0 rgb(98 124 153 / 10%)
}
.pageload {
  padding: 0;
  position: relative;
  height: 54px;
  margin: 0 20px 20px 0;
  background-color: #fff;
  border-radius: 0 0 10px 10px
}
.pageload .page-load-status p, .pageload .view-more-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 15px 20px;
  width: 100%;
  border: 0;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  background: #fff;
  letter-spacing: 0;
  color: #666
}
.pageload .view-more-button {
  padding: 0
}
.pageload .view-more-button em {
  padding: 15px 20px;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0
}
.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
}
.pageload .aload_img {
  display: inline-block;
  margin-right: 6px;
  vertical-align: top;
  margin-top: 2px
}
.pageload .aload_img img {
  width: 16px;
  height: 16px;
  -webkit-animation: loadingRotate .5s linear infinite forwards;
  animation: loadingRotate .5s linear infinite forwards
}
.pagelist a, .pagelist b {
  display: inline-block;
  min-width: 34px;
  height: 34px;
  margin: 0 0 10px 5px;
  border-radius: 5px;
  background: rgba(246, 65, 108, .05);
  color: #f6416c;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase
}
.pagelist a:hover {
  color: #19585d
}
.pagelist b {
  background: #f6416c;
  color: #fff;
  font-weight: 400
}
.share {
  padding: 20px;
  text-align: center
}
.diggit {
  width: 80px;
  height: 80px;
  margin: auto;
  text-align: center;
  border: 0;
  border-radius: 50%;
  outline: 0;
  font-size: 16px
}
.diggit a {
  color: #fff
}
.diggit i {
  font-size: 30px;
  display: block
}
.diggit em {
  font-size: 14px;
  display: block;
  margin-top: 4px;
  line-height: 1
}
.hide_box {
  z-index: 999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(120, 129, 147, .5);
  color: #fff;
  opacity: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  display: none
}
.shang_box {
  width: 20rem;
  background-color: #fff;
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%;
  margin-left: -12.5rem;
  margin-top: -13.75rem;
  border-radius: 10px;
  overflow: hidden;
  display: none
}
.shang_box img {
  border: none;
  border-width: 0;
  width: auto;
  height: auto;
  margin: 0;
  box-shadow: none;
  max-width: 100%
}
.dashang {
  display: block;
  width: 6.25rem;
  margin: .3125rem auto;
  height: 1.5625rem;
  line-height: 1.5625rem;
  padding: .625rem;
  background-color: #e74851;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 700;
  font-size: 1rem;
  transition: all .3s
}
.dashang:hover {
  opacity: .8;
  padding: .9375rem;
  font-size: 1.125rem
}
.shang_close {
  display: inline-block;
  top: 10px;
  position: absolute;
  right: 10px
}
.shang_logo {
  display: block;
  text-align: center;
  margin: 1.25rem auto
}
.shang_payimg {
  margin: 0 auto;
  border-radius: .1875rem;
  border-radius: .625rem
}
.pay_explain {
  text-align: center;
  margin: .625rem auto;
  font-size: .75rem;
  color: #545454
}
.radiobox {
  width: 1rem;
  height: 1rem;
  background: url(images/radio2.svg);
  display: block;
  float: left;
  margin-top: .3125rem;
  margin-right: .875rem
}
.checked .radiobox {
  background: url(images/radio1.svg)
}
.shang_payselect {
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  width: 17.5rem
}
.shang_payselect img {
  display: inline !important
}
.shang_payselect .pay_item {
  display: inline-block;
  margin-right: .625rem;
  float: left;
  padding: 10px 0
}
.shang_info {
  clear: both
}
.shang_info a, .shang_info p {
  color: #c3c3c3;
  text-align: center;
  font-size: .75rem !important
}
@media (min-width:992px) {
  .list-header-style2 .iconfont {
    position: absolute;
    right: 100%
  }
}
@media (max-width:768px) {
  .shang_box {
    width: 20rem;
    margin-left: -10rem;
    margin-top: -13.75rem
  }
}
@media (max-width:414px) {
  .shang_box {
    width: 20rem;
    margin-left: -10rem;
    margin-top: -13.75rem
  }
  li.msgarticle {
    padding-left: 0
  }
  .post-comments-count {
    display: none
  }
}
@media (max-width:321px) {
  .shang_box {
    width: 18rem;
    margin-left: -9rem;
    margin-top: -11rem
  }
  .shang_payselect {
    width: 16.2rem;
    height: 1.5rem
  }
  .radiobox {
    margin-right: .2rem
  }
}
.single-share {
  position: relative;
  padding-bottom: 15px;
  margin-top: 20px;
  height: 58px
}
.post-like {
  padding-top: 5px
}
.Jz52_autumn_prise.prised, .goread.ysread, .yscoll, .mochuzan.prised {
  color: #f6416c !important
}
.single-share i {
  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-like .dotGood em:last-child {
  display: none
}
.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;
  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
}
#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: 15px
}
.jzcms h3, .related-list h3 {
  line-height: 1;
  font-weight: 400;
  font-size: 20px;
  overflow: hidden;
  display: inline-block;
  padding: 24px 0 18px 0;
  color: #222831
}
.related-list ul {
  overflow: hidden;
  margin: 0 -10px
}
.related-list li {
  float: left;
  width: 25%;
  padding: 0 10px;
  overflow: hidden;
  margin-bottom: 15px;
  border: 0
}
.related-list li i {
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: block;
  border-radius: 5px;
  float: none
}
.related-list li i img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover
}
.related-list li:hover img {
  transform: scale(1.05)
}
.related-list li p {
  margin-top: 3px;
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative
}
.jzcms .related-list {
  background-color: #f8f9fa;
  padding: 10px 20px 0 20px;
  border-radius: 3px
}
.jzcms .related-list li i {
  height: 180px
}
.jznight, .to-top {
  text-align: center;
  line-height: 46px;
  background-color: #fff;
  width: 46px;
  height: 46px;
  display: block;
  margin-top: 4px;
  color: #292929;
  position: relative;
  border-radius: 10px;
  z-index: 999;
  display: none;
  box-shadow: 0 0 2px 0 rgb(98 124 153 / 10%)
}
.jznight, .to-top.active {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 50%;
  margin-right: -655px;
  display: block
}
.jznight {
  bottom: 82px
}
.jznight.jzblack i {
  color: #f6416c !important
}
.jznight:hover, .to-top:hover {
  color: #fff;
  background: #f6416c
}
.jznight i, .to-top i {
  font-size: 16px
}
.post-page {
  box-shadow: none
}
.tags {
  padding: 20px 0
}
.tags a {
  background-color: #f4f5f9;
  border-radius: 4px;
  font-size: 14px;
  padding: 2px 8px 0;
  margin: 0 10px 10px 0;
  display: inline-block
}
.tags a:hover {
  background-color: #f6416c;
  color: #fff
}
.post-single .post-content table {
  margin-bottom: 20px
}
.nextpro, .post-single, .related-list {
  background-color: #fff;
  margin: 0 20px 20px 10px;
  color: #606266;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1px;
  border-radius: 10px;
  box-shadow: 0 0 2px 0 rgb(98 124 153 / 10%)
}
.post-single {
  border-radius: 0 0 10px 10px
}
.post-single .post-title {
  font-size: 21px;
  color: #444;
  padding-top: 1px;
  text-transform: uppercase
}
.post-single .post-title h1 {
  font-weight: 500;
  line-height: 1.5;
  margin: 24px 0;
  font-size: 24px;
  color: #333;
  text-align: center
}
.post-single .post-info {
  font-size: 14px;
  border-bottom: 1px solid #f3f3f3;
  line-height: 25px;
  overflow: hidden;
  clear: both;
  position: relative;
  display: block;
  margin-top: -10px;
  margin-bottom: 10px;
  padding-bottom: 15px
}
.post-single .post-info .single-meta {
  max-width: 100%;
  color: #606266
}
.post-single .post-info .single-meta a {
  text-decoration: none;
  color: #606266
}
.post-single .post-info .single-meta a:hover {
  opacity: .8
}
.post-single .post-info .single-meta i {
  margin-right: 6px
}
.post-single .post-info .date {
  margin-right: 10px;
  margin-left: 1px
}
.post-single .post-content img, .post-single .post-content video {
  height: auto !important
}
.post-single .post-content p {
  margin-bottom: 20px;
  line-height: 2
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 15px;
  font-weight: 700;
  color: #f6416c;
  line-height: 1.5
}
.post-content h1:after, .post-content h2:after, .post-content h3:after, .post-content h4:after, .post-content h5:after, .post-content h6:after {
  position: absolute;
  left: 0;
  content: '';
  width: 5px;
  background: #f6416c;
  top: 6px;
  border-radius: 4px
}
.post-content h1:after {
  height: 32px
}
.post-content h2:after {
  height: 26px
}
.post-content h3:after {
  height: 23px;
  top: 4px
}
.post-content h4:after {
  height: 21px;
  top: 4px
}
.post-content h5:after, .post-content h6:after {
  height: 18px;
  top: 3px
}
.copyright a, .post-content a {
  color: #f6416c
}
.post-content a.jzsotag:after {
  font-family: icomoon !important;
  content: "\e924";
  position: relative;
  display: inline-block;
  transform: scale(.6);
  margin: 0 -2px;
  top: -4px
}
.copyright {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 5px;
  background: #f7f9fa;
  padding: 10px 15px;
  color: #9ca0ad;
  word-wrap: break-word
}
.copyright blockquote {
  padding-left: 16px
}
.copyright blockquote:before {
  content: ''
}
.copyright blockquote:hover {
  background: rgba(255, 96, 0, .1)
}
.jztoc ul {
  padding: 0 0 16px 0
}
.jztoc ul li {
  margin: 0;
  border: 0;
  padding: 0;
  height: auto
}
.jztoc ul li a {
  margin: 0 12px;
  border: 0;
  font-size: 14px;
  line-height: 1.7;
  display: block;
  padding: 8px 12px;
  color: #000;
  position: relative;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.jztoc ul li.toc-h3 a {
  margin-left: 30px;
  color: #333
}
.jztoc ul li.toc-h4 a {
  margin-left: 48px;
  color: #333
}
.jztoc ul li a:hover {
  background-color: #f7f8fa;
  border-radius: 4px;
  color: #000 !important
}
.jztoc ul li a.active {
  color: #f6416c !important
}
.jztoc ul li a.active:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  margin-top: 7px;
  width: 4px;
  height: 16px;
  background: #f6416c;
  border-radius: 4px
}
.post-content .jztoc {
  margin: 0;
  box-shadow: none
}
.post-content .jztoc h4 {
  font-size: 22px;
  margin-bottom: 5px;
  padding-left: 15px;
  padding-top: 0;
  padding-bottom: 10px;
  color: #f6416c
}
.post-content .jztoc h4:after {
  left: 0;
  width: 5px;
  height: 22px;
  background: #f6416c;
  top: 6px;
  border-radius: 4px
}
.post-content .jztoc h4:before {
  content: none
}
.post-content .jztoc ul li a {
  margin: 0
}
.jz_link {
  overflow: hidden;
  max-width: 1200px;
  width: 96%;
  margin: 0 auto 20px auto;
  clear: both;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 2px 0 rgb(98 124 153 / 10%)
}
.jz_link h3 {
  font-size: 18px;
  font-weight: 400;
  padding: 18px 20px 15px 20px;
  border-bottom: 1px solid #f3f3f3
}
.jz_link ul {
  overflow: hidden;
  padding: 15px
}
.jz_link ul li {
  float: left;
  display: block;
  margin: 5px;
  line-height: 1;
  font-size: 15px
}
.jz_link ul li a {
  color: rgb(38, 38, 38, .7)
}
.jz_link ul li a:hover {
  color: #f6416c
}
.parallax use {
  animation: move-forever 12s linear infinite
}
.parallax use:nth-child(1) {
  animation-delay: -2s
}
.parallax use:nth-child(2) {
  animation-delay: -2s;
  animation-duration: 5s
}
.parallax use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 3s
}
@keyframes move-forever {
  0% {
    transform: translate(-90px, 0)
  }
  100% {
    transform: translate(85px, 0)
  }
}
.foot_bl {
  width: 100%;
  height: 40px;
  clear: both
}
.editorial {
  display: block;
  width: 100%;
  height: 40px;
  margin: 0
}
footer {
  width: 100%;
  background-color: #21242b;
  color: #c2c2c2;
  padding-top: 40px;
  clear: both;
  line-height: 1.7;
  text-align: justify
}
footer a {
  color: #fff !important
}
footer a:hover {
  color: #f6416c !important
}
footer img {
  max-width: 100%
}
.footer {
  max-width: 1200px;
  width: 96%;
  margin: auto
}
.footer .footlogo img {
  height: 60px;
  display: block
}
.footert ul li {
  list-style-type: none;
  margin-left: 46px;
  color: #fff;
  font-size: 16px
}
.footerb {
  padding: 25px 0
}
.footerb li {
  text-align: center;
  position: relative
}
.footerb a.weixin .weixincode {
  bottom: 85px;
  left: -34px
}
.footerb li i {
  width: 46px;
  height: 46px;
  display: block;
  background-color: #2e313a;
  border-radius: 50%;
  margin: 10px;
  line-height: 46px;
  font-size: 20px
}
.fbadge {
  margin-right: 10px;
  margin-top: 10px;
  display: inline-block;
  border-radius: 4px;
  font-size: 12px
}
.fbadge a:hover {
  color: #fff !important
}
.fbadge-subject {
  display: inline-block;
  background-color: #6a7277;
  padding: 0 4px 0 6px;
  border-radius: 4px 0 0 4px
}
.fbadge-value {
  background-color: #a86af9;
  display: inline-block;
  padding: 0 6px 0 4px;
  border-radius: 0 4px 4px 0
}
.fbadge:nth-child(1) .fbadge-value {
  background: linear-gradient(to right, #3ca5f6, #a86af9)
}
.fbadge:nth-child(2) .fbadge-value {
  background: linear-gradient(to right, #66d39a, #a86af9)
}
.fbadge:nth-child(3) .fbadge-value {
  background: linear-gradient(to right, #6dde95, #ff6060)
}
.fbadge:nth-child(4) .fbadge-value {
  background: linear-gradient(to right, #e2be93, #a86af9)
}
.nav-us {
  margin: 6px 0 0 20px;
  z-index: 1
}
.usdl, .ustg {
  margin: 0 0 0 20px;
  z-index: 1;
  height: 32px;
  line-height: 30px;
  padding: 0 16px;
  background: rgba(246, 65, 108, .05);
  border: 1px solid rgba(246, 65, 108, .3);
  border-radius: 4px;
  color: #007fff
}
.ustg {
  background: #f6416c;
  border-color: #f6416c;
  border-radius: 3px
}
.ustg a {
  color: #fff
}
.usdl a {
  color: #f6416c;
  line-height: 1
}
.usdl a.dl {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #f6416c
}
.usdl a.dl i {
  display: none
}
.nav-us .nav-avatar img {
  border-radius: 50%;
  width: 32px;
  height: 32px
}
.us-dropdown {
  position: absolute;
  width: 350px;
  padding: 0;
  top: 61px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  border-radius: 6px;
  text-align: center;
  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 .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 999
}
.show .us-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  display: initial
}
.show .us-dropdown a {
  color: #515c67;
  display: block
}
.show .us-dropdown a:hover {
  color: #161e27
}
.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: .8
}
.us-dropdown .row {
  border-top: 1px solid #f4f4f5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px
}
.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%
}
.us-dropdown .row li span {
  font-size: 22px
}
.us-dropdown .d-block {
  display: block
}
.layui-layer {
  border-radius: 10px !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: 10px 10px 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: #f6416c !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: #222831 !important
}
.xcus_dashang_alert ul li div {
  height: 35px !important;
  line-height: 35px !important;
  border: 1px solid #f6416c !important;
  color: #f6416c !important;
  font-size: 14px !important;
  border-radius: 5px !important
}
.xcus-hide-div {
  background-color: #f7f9fa !important;
  background-image: url(images/suobg.svg) !important
}
.xcus-art-dow {
  padding: 15px!important;
  border: 1px solid #dee2e6 !important;
  background-color: #f7f9fa !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-hide-tip {
  background-image: url(images/suo.svg) !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
}
.post-content .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
}
.post-content .mochu_us_pst h2:after {
  max-width: 82px;
  width: 0
}
.post-content .mochu_us_pst p {
  line-height: 2 !important;
  margin: 0 0 15px 0 !important;
  padding: 0 !important;
  color: #161e27 !important
}
.post-content .mochu_us_tip_span a, .post-content .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
}
.xcus-art-dow-title {
  margin: 3px 0 !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
}
.post-content .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 .post-content .mochu_us_pst h2, .night .post-content .mochu_us_pst p {
  color: #fefffd !important
}
@media screen and (max-width:1360px) {
  #sticky-wrapper {
    left: 0;
    margin-left: 10px
  }
  .post-page {
    padding-left: 80px
  }
  .jznight, .to-top {
    background-color: rgba(0, 0, 0, .3);
    color: #fff
  }
  .jznight, .to-top.active {
    right: 10px;
    margin-right: 0
  }
  .jznight:hover, .to-top:hover {
    background-color: rgba(0, 0, 0, .5)
  }
  a.jznight, a.to-top {
    color: #fff
  }
}
@media screen and (max-width:1024px) {
  .comments, .jz_bs, .nextpro, .pageload, .place, .post, .post-list, .post-page, .post-single, .posts-navigation, .related-list {
    margin-left: 0 !important
  }
}
@media screen and (max-width:960px) {
  #logo-text a {
    z-index: -1
  }
  #logo-text a img {
    max-height: 40px
  }
  .main-post, .main-single {
    margin-top: 80px
  }
  .con {
    display: block
  }
  .con, .ustg {
    background-color: transparent;
    color: #222831;
    font-size: 18px;
    line-height: 1.7;
    padding: 0;
    margin-left: 10px;
    border: 0
  }
  .ustg a {
    color: #222831
  }
  .ustg a span {
    display: none
  }
  .ustg .jzicon-quill-pen-fill:before {
    content: "\e907"
  }
  .topliuge {
    margin: 0
  }
  .topliuge .liuge li {
    width: calc(33.33% - 7px);
    margin: 0 10px 10px 0
  }
  .topliuge .liuge li:nth-child(3n+0) {
    margin-right: 0
  }
  .topliuge .liuge li.odd:last-child {
    display: none
  }
  #sidebar-right {
    display: none
  }
  .page-top {
    width: 100%;
    height: 60px;
    padding: 0
  }
  .post-title h2 {
    line-height: 1.6
  }
  .post .post-title h2 {
    font-size: 1.16px
  }
  .post-single .post-title {
    font-size: 18px
  }
  .content, .single-content {
    width: 100%;
    z-index: 2;
    padding: 0 15px
  }
  #logo-text {
    position: absolute;
    text-align: center;
    padding: 0;
    z-index: 99;
    margin: 0 auto
  }
  .logo-text {
    text-align: center;
    padding: 0;
    margin: 0 auto
  }
  .header_search button {
    padding: 4px 0 0
  }
  .nav-us, .usdl {
    margin-left: 10px
  }
  #header {
    padding: 0 15px
  }
  #search-form {
    top: 0;
    float: none;
    width: calc(100% + 30px);
    left: -15px
  }
  #search-form.open {
    margin: 0
  }
  #search-form input {
    width: calc(100% + 30px);
    height: 59px
  }
  #search-form input[type=search] {
    background: #fff;
    width: calc(100% + 30px);
    border-radius: 0
  }
  #search-form input[type=submit] {
    border-radius: 0
  }
  .page-top .menu li {
    display: none
  }
  .post-single {
    margin-top: 30px
  }
  .comment-form-author, .comment-form-email, .comment-form-url {
    width: 100%;
    padding-right: 0;
    margin-bottom: -10px
  }
  .comment-respond textarea {
    margin-top: 25px
  }
  .donate_box {
    width: 300px;
    padding: 20px 10px
  }
  .doimg img {
    width: 120px;
    margin: 0
  }
  .share-icons {
    display: none;
  }
  .post-list, .post-page {
    max-width: 100%;
    width: 100%
  }
  .post {
    margin: 0
  }
  .comments, .jz_bs, .nextpro, .pagelist, .pageload, .post-single, .posts-navigation, .related-list {
    margin: 0 0 10px 0 !important
  }
  .list-navi {
    margin-bottom: 0 !important
  }
  .place {
    margin-right: 0 !important
  }
  li.msgarticle {
    padding-left: 15px
  }
  li.msgarticle .commentcon {
    padding-left: 48px
  }
}
@media screen and (max-width:768.1px) {
  .jzcms1 li, .related-list li {
    width: 50%
  }
  #sticky-wrapper {
    display: none
  }
  .post-page {
    padding-left: 0
  }
  .con, .usdl {
    background-color: transparent;
    color: #222831;
    font-size: 18px;
    line-height: 1.7;
    padding: 0;
    margin-left: 10px;
    border: 0
  }
  .usdl a {
    color: #222831
  }
  .usdl a span, .usdl a.uszcurl {
    display: none
  }
  .usdl a.dl {
    margin: 0;
    padding: 0;
    border: none
  }
  .usdl a.dl i {
    display: inline-block;
    font-size: 19px
  }
  .post-list .post-footer .info-right {
    display: none
  }
  .topliuge .liuge li {
    width: calc(50% - 5px);
    margin: 0 10px 10px 0
  }
  .topliuge .liuge li:nth-child(3n+0) {
    margin-right: 10px
  }
  .topliuge .liuge li:nth-child(even) {
    margin-right: 0
  }
  footer {
    margin-top: 0;
    padding: 0
  }
  footer .footert {
    display: none
  }
  footer .footerb {
    text-align: center
  }
  footer .d-flex {
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center
  }
  footer ul.d-flex {
    flex-direction: row
  }
}
@media screen and (max-width:480px) {
  #search-form {
    width: calc(100% + 20px);
    left: -10px
  }
  #search-form input {
    width: calc(100% + 20px)
  }
  #search-form input[type=search] {
    width: calc(100% + 20px)
  }
  .post {
    padding: 15px
  }
  .post h2 {
    font-size: 16px;
    margin-bottom: 5px;
    height: 42px;
    -webkit-line-clamp: 2
  }
  .post-list .post-content p {
    height: 40px;
    line-height: 1.5;
    font-size: 14px;
    -webkit-line-clamp: 2
  }
  .post-list .post i {
    height: 85px;
    width: 120px;
    margin-right: 10px;
    margin-bottom: 10px
  }
  .post-list .post i img {
    height: 85px
  }
  .post-list .post-footer {
    display: none
  }
  .main-post, .main-single {
    margin-top: 70px
  }
  .comments, .jz_bs, .nextpro, .pageload, .post-single, .posts-navigation {
    margin: 0 0 10px 0
  }
  .content, .single-content {
    padding: 0 10px
  }
  .place {
    padding: 0 10px;
    line-height: 40px
  }
  .single-content .place {
    padding: 0 15px;
    line-height: 45px
  }
  .post-single {
    padding: 10px 15px 0
  }
  .post-single .post-title h1 {
    margin: 8px 0 16px 0
  }
  .post-single .data, .post-single .lls {
    display: none
  }
  .comment-respond, .comments-title {
    padding: 18px 0
  }
  .jzcms h3, .related-list h3 {
    padding: 18px 0 10px 0
  }
  .comment-list {
    padding: 0 15px
  }
  #header {
    padding: 0 10px
  }
  .us-dropdown {
    width: 100%
  }
  .usdl .btn {
    padding: 0 5px;
    line-height: 1.7
  }
  .jznight, .to-top.active {
    right: 10px
  }
  .jz_link ul {
    padding: 10px
  }
  .jz_link h3 {
    padding-left: 15px
  }
}
@media screen and (max-width:320px) {
  .post h2 {
    font-size: .93rem;
    -webkit-line-clamp: 4;
    height: 80px
  }
  .post-list .post i {
    height: 80px;
    width: 80px
  }
  .post-list .post i img {
    height: 80px
  }
  .main-post, .main-single {
    margin-top: 70px
  }
  .post-list .post-content p, .ustg {
    display: none
  }
  .hdp_focusbox, .jz_bs, .post {
    border-radius: 0
  }
  .content, .single-content {
    padding: 0
  }
  .comments, .jz_bs, .posts-navigation {
    margin: 0 0 10px 0
  }
}
.rightmenu {
  z-index: 1;
  position: absolute;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, .1), 0 4px 8px 0 rgba(0, 0, 0, .1);
  margin-top: -6px;
  border-radius: 10px;
  padding: 8px 0;
  display: block;
  max-width: 240px;
  overflow: hidden;
  background-color: #fff
}
.rightmenu hr {
  margin-top: 8px;
  margin-bottom: 8px;
  box-sizing: content-box;
  height: 0;
  border: 0;
  border-radius: 1px;
  border-bottom: 1px solid rgba(68, 68, 68, .1)
}
.rightmenu li a {
  display: block;
  color: #696969;
  font-size: .875rem;
  font-weight: 400;
  line-height: 36px;
  padding: 0 20px 0 16px;
  text-overflow: ellipsis;
  margin: 0 4px;
  border-radius: 4px
}
.rightmenu li a i {
  margin-right: 8px
}
.rightmenu li a:hover {
  color: #f6416c;
  background: rgba(246, 65, 108, .1)
}
.rightmenu li.navigation {
  display: flex;
  justify-content: space-between
}
.rightmenu li.navigation a {
  padding: 0;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 4px;
  border-radius: 100px;
  position: relative
}
.rightmenu li.navigation a i {
  margin: 0
}
.rightmenu li.navigation a:first-child {
  margin-left: 10px
}
.rightmenu li.navigation a:last-child {
  margin-right: 10px
}
.rightmenu.left {
  right: 0
}
.rightmenu.top {
  bottom: 0
}
#rightmenu-wrapper {
  display: none;
  position: fixed;
  z-index: 2000;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none
}
.shopbox {
  margin: 15px 0 20px;
  overflow: hidden;
  padding: 15px;
  background-color: #f7f9fa;
  border-radius: 5px;
}
.shopsingle {
  border-radius: 10px;
}
.shopsingle .shopbox {
  padding: 20px 20px 20px;
  margin: 0 -20px 20px -20px;
  border-radius: 10px 10px 0 0;
}
.shopsingle .shopinfo .post-info {
  padding: 0;
  margin: 0 0 8px 0;
  border: 0;
}
.shopsingle .shopimg a {
  padding-bottom: 85%;
}
.shopflex {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shopimg {
  width: 40%;
  margin-right: 25px;
}
.shopimg a {
  width: 100%;
  height: 0;
  padding-bottom: 81%;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: block;
}
.shopimg a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.shopinfo {
  flex-direction: column;
  width: 60%;
}
.shopinfo h3, .shopinfo h1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 6px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.shopinfo h1 {
  font-size: 24px;
}
.shopinfo p {
  opacity: .6;
  line-height: 1.6;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.shrmb {
  margin-bottom: 8px;
  display: -webkit-flex;
  display: flex;
}
.shrmb span {
  font-size: 14px;
  display: inline-block;
  width: 33%;
  overflow: hidden;
}
.shrmb .rmb1 {
  color: #ffbb39
}
.shrmb .rmb2 {
  color: #ff4636
}
.shrmb .rmb3 {
  opacity: .6;
}
.shrmb em {
  font-size: 26px;
  margin-left: 2px;
  font-weight: 600;
  line-height: 1.2;
}
.shbtn a {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  min-width: 100px;
  padding: 0 15px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #20232b;
  margin: 7px 14px 7px 0;
  -webkit-transition: background .3s ease;
  -ms-transition: background .3s ease;
  transition: background .3s ease;
  border-radius: 50px;
}
.shbtn .shbtn1 {
  background: #ff4636
}
@media only screen and (max-width: 1360px) {
  .shopinfo h3, .shopinfo h1 {
    -webkit-line-clamp: 1;
  }
}
@media only screen and (max-width: 480px) {
  .shopflex {
    flex-direction: column;
  }
  .shopimg {
    width: 100%;
    margin: 0 0 20px;
  }
  .shopsingle .shopimg a {
    padding-bottom: 65%;
  }
  .shopinfo {
    width: 100%
  }
  .shbtn a {
    width: 100%
  }
  .shopsingle .shopbox {
    padding: 15px 15px 15px;
    margin: -10px -15px 20px -15px;
  }
}
.night, .night #search-form input[type=search], .night #side-new-comment-item .widger-comment-excerpt, .night #sticky-wrapper .share-sns span a:hover, .night .jztoc ul li a:hover, .night blockquote, .night .shopbox, .night .copyright {
  background-color: #282b34;
  color: #cccdd0 !important
}
.night .shopsingle .shopbox {
  background-color: #1b1e25
}
.night .rightmenu, .night #sticky-wrapper span a.badge:after {
  background-color: #000
}
.night .jz-comment-box {
  border: 1px solid #282b34;
  background: #282b34
}
.night #sticky-wrapper .share-sns:after {
  border-right-color: #21242b
}
.night #side-new-comment-item .widger-comment-excerpt:before {
  border-bottom-color: #282b34
}
.night #divSearchPanel input[type=text], .night .post-list .fo_iftr2 em {
  background-color: #21242b
}
.night .header_search button, .night .length_num, .night .navbar-nav li em[class*=dot] .jzicon-arrow-down, .night .post-single .post-content p, .night a, .night h1, .night h2, .night h3, .night h4, .night i, .night input, .night textarea {
  color: #fefffd !important
}
.night .headline, .night p {
  color: #cccdd0 !important
}
.night #logo-text a:before, .night #logo-text img {
  display: none
}
.night #logo-text img.nightlogoimg {
  display: inline
}
.night #footer, .night #search-form, .night #sticky-wrapper .share-sns, .night #sticky-wrapper span a, .night .comments, .night .containe, .night .header, .night .jz_bs, .night .jz_link, .night .list-nav ul, .night .mobile-sidebar, .night .nextpro, .night .pagelist, .night .pagelist a, .night .pageload, .night .pageload .page-load-status p, .night .pageload .view-more-button, .night .place, .night .post, .night .post-single, .night .related-list, .night .topliuge .liuge li, .night .widget, .night footer, .night li.post:hover {
  background-color: #21242b;
  color: #cccdd0 !important;
  box-shadow: none
}
.night .jznight, .night .navbar-nav .sub-nav, .night .page-top .menu .sub-nav, .night .post-share a, .night .share-icon, .night .tags a, .night .to-top, .night .us-dropdown, .night .xlb_snotice_btns a {
  background-color: #000;
  border-color: #cccdd0 !important
}
.night #side-new-comment-item .widger-comment-plane, .night .header, .night .jz_link h3, .night .list-navi, .night .place, .night .post-single .post-info, .night .us-dropdown .row, .night .widget h4, .night .widget#divCatalog ul li ul li, .night .widget#divNavBar ul li ul li, .night caption, .night li, .night table, .night td, .night th, .night tr, .night ul.msg {
  border-color: #343742 !important
}
.night .jz-comment-box {
  border: 0
}
.night #logo-text img {
  display: none
}
.night #logo-text img.nightlogoimg {
  display: inline
}