:root {
  --colora: #000;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input, textarea {
  outline: none
}
html {
  font-size: 16px;
}
body {
  font: 1rem "Microsoft YaHei", Arial, Helvetica, sans-serif;
  color: #0b0b0d;
  background: #fff;
  line-height: 1.5;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
h1, h2, h3, h4, h5, h6, em, i, .hdp_text {
  font-family: rubik, -apple-system, BlinkMacSystemFont, PingFang SC, Hiragino Sans GB, Microsoft YaHei, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}
ul, ol, li {
  list-style-type: none;
}
a {
  color: #000;
  text-decoration: none;
  outline: 0;
  -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:hover {
  text-decoration: none;
  color: var(--colora) !important;
}
a:focus {
  outline: 0;
}
img {
  border: 0;
  display: block;
  max-width: 100%;
}
h1 {
  font-size: 2.5rem;
  margin: 1.3rem 0;
}
h2 {
  font-size: 1.3rem;
  margin-bottom: .9rem;
}
h3 {
  font-size: 1.25rem
}
h4 {
  font-size: 1.125rem
}
h5 {
  font-size: 1rem
}
h6 {
  font-size: 1rem
}
p {
  font-size: 1rem;
  color: #797C84;
  margin-bottom: 1rem;
}
sup, sub {
  font-size: 1rem;
  margin-left: 6px;
}
.f_l {
  float: left;
}
.f_r {
  float: right;
}
.d-flex {
  display: -webkit-flex;
  display: flex;
}
.flex-fill {
  flex: 1 1 auto;
}
.flex-align {
  align-items: center
}
.flex-grow {
  flex-grow: 1;
}
.flex-justify {
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-justify-sb {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-column {
  flex-direction: column
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mt1 {
  margin-top: 0.875rem;
}
.mb1 {
  margin-bottom: 1.875rem;
}
.txt.mb1 {
  margin-bottom: 2rem;
}
.mbm {
  margin-bottom: 0.5rem;
}
.pt1 {
  padding-top: 0.875rem;
}
.pb1 {
  padding-bottom: 1.875rem;
}
.txt.pb1 {
  padding-bottom: 2rem;
}
.px {
  padding-right: .5rem;
  padding-left: .5rem
}
.border-b {
  border-bottom: 1px solid rgba(170, 172, 182, 0.15);
}
.text-c {
  text-align: center;
}
.text-l {
  text-align: left;
}
.text-r {
  text-align: right;
}
.both {
  clear: both
}
.hidden {
  overflow: hidden
}
.con {
  width: 100%;
  margin: auto
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #797C84;
  background-color: #f3f4f6;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
.btn:hover {
  color: #fff !important;
  opacity: 0.8;
  background-color: var(--colora);
}
.btn-red {
  background-color: #fd6e6e;
  color: #fff
}
.btn-blue {
  background-color: var(--colora);
  color: #fff
}
.small .btn {
  padding: .285rem .7rem;
  font-size: 0.875rem;
}
blockquote {
  border-left: none;
  margin: 1rem 0;
  padding: 3rem 1rem 1rem;
  background: #f8f9fa url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cpath d='M92.4 186.6H0v-71.1c0-26.2 5.4-46.8 16.3-62 10.9-15.2 29.6-28.5 56-40.1l20 37.8C76.1 58.8 64.8 66.4 58.6 74c-6.2 7.6-9.7 16.5-10.4 26.9h44.2v85.7zm107.6 0h-92.4v-71.1c0-26.2 5.4-46.8 16.3-62 10.9-15.2 29.6-28.5 56-40.1l20 37.8c-16.3 7.6-27.5 15.2-33.8 22.8-6.2 7.6-9.7 16.5-10.4 26.9H200v85.7zm0 0' fill='%230b0a12'/%3E%3C/svg%3E") 1rem .8rem / 1.5rem no-repeat;
}
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: #f8f9fa
}
code {
  margin: 0 2px;
  padding: 3px 4px;
  border-radius: 3px;
  color: #797C84;
  background-color: #f8f9fa
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
.blur {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
/*头jue*/
header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 998;
  -moz-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}
header.slideUp {
  top: -4rem;
}
header nav {
  background-color: #fff;
  line-height: 4rem;
}
header nav .logo a {
  font-size: 1.3rem;
  font-weight: bold
}
header nav ul {
  height: 4rem;
}
header nav .logo a img {
  height: 2.8rem;
  margin-right: .5rem;
}
header .nav li {
  float: left;
  display: block;
  padding: 0 0 0 2rem;
  font-size: 1rem;
  position: relative;
}
header .nav li a {
  color: #515151
}
header .menu li {
  padding: 0 0 0 1rem;
}
.selected {
  color: var(--colora) !important;
}
.ustg .selected {
  color: #fff!important;
}
footer {
  padding: 1.15rem;
  border-top: 1px solid rgba(170, 172, 182, 0.15);
}
footer p, .lin a {
  color: #797C84;
  text-align: center;
  line-height: 1.7;
  font-size: .875rem
}
header .nav .sub-nav {
  position: absolute;
  left: .5rem;
  top: 80%;
  width: 180px;
  height: auto;
  padding: .5rem 0;
  margin-top: .25rem;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 30px 0 rgb(34 40 49/8%);
  box-shadow: 0 2px 30px 0 rgb(34 40 49/8%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  -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;
}
header .nav .sub-nav li {
  line-height: 3;
  font-size: 0.875rem;
  padding: 0 1.2rem;
}
header .nav .sub-nav li a {
  color: #797C84;
}
header .nav li.on .sub-nav {
  opacity: 1;
  visibility: visible;
  z-index: 100;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.dot {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-left: 4px;
}
.mcsjx {
  fill: var(--colora);
}
header .nav li.menu-nav {
  display: none
}
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  max-width: 320px;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: saturate(150%) blur(15px);
  backdrop-filter: saturate(150%) blur(15px);
  color: #fff;
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 1rem;
  -webkit-box-shadow: 0 5px 65px -5px rgba(131, 140, 157, .2);
  box-shadow: 0 5px 65px -5px rgba(131, 140, 157, .2);
  -webkit-overflow-scrolling: touch;
}
.sidebar.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.sidebar a {
  color: #fff;
}
.sidebar .mcsjx {
  fill: #fff;
}
.sidebar .close i {
  display: block;
  position: relative;
  width: 2rem;
  height: 2rem;
  float: right;
  cursor: pointer;
}
.sidebar .close i:before, .sidebar .close i:after {
  left: 1.5rem;
  height: 1.2rem;
  top: .2rem;
  background-color: #fff
}
.sidebar li {
  position: relative;
  display: block;
  padding: .875rem 0;
  -webkit-transition: .2s;
  transition: .2s;
  font-size: 16px;
}
.sidebar li:first-child {
  border-top: 0;
}
.sidebar li .dot {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 3rem;
  height: 1.875rem;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar .ul-subcates {
  display: none;
  position: relative;
  padding: .5rem 1rem 0;
  margin: .75rem 0 0;
}
.sidebar .ul-subcates li {
  border: 0;
  padding: 0.5rem 0;
  font-size: 1rem;
}
.search, .search_box, .hide_box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 999;
  display: none;
  background: rgba(255, 255, 255, .7);
}
.search_box {
  background-color: transparent;
  z-index: -1;
}
.search .search-btn {
  position: fixed;
  top: 18px;
  right: 16px;
}
.search form {
  position: relative;
  top: 6rem;
}
.search-ipt {
  width: 100%;
  height: 4rem;
  padding: 0 1rem;
  border: 2px solid #0B0A12;
  outline: 0;
  font-size: 1rem;
  float: right;
  border-radius: .4rem
}
.sobtn {
  position: absolute;
  right: .6rem;
  top: .6rem;
  height: 2.8rem;
  padding: 0 1rem;
  min-width: 5rem;
}
.search_ico i {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.search_ico i:before {
  content: ' ';
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid #000;
  border-radius: 10px
}
.search_ico i:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 3px;
  background: #000;
  border-radius: 5px 0 0 5px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg)
}
.search_ico i:before {
  top: 0;
  left: 0
}
.search_ico i:after {
  right: 0;
  top: 14px
}
.btn.search_ico:hover i:before {
  border-color: #fff
}
.btn.search_ico:hover i:after {
  background: #fff
}
.search-btn, .menu-btn {
  cursor: pointer
}
.search-btn i {
  top: 0;
  right: 2px;
}
.search-banner {
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.search-banner h1 {
  text-align: center;
  margin: 0 0 2rem;
  font-size: 2.5rem
}
.search-banner form {
  position: relative;
}
.close i:before, .close i:after {
  position: absolute;
  left: 10px;
  content: ' ';
  height: 22px;
  width: .125rem;
  background-color: #000;
  border: 0;
  border-radius: 0;
}
.close i:before {
  transform: rotate(45deg);
}
.close i:after {
  transform: rotate(-45deg);
  top: 0;
}
.menu_ico i {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 18px;
  padding: 6px 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  background-color: #000;
  background-clip: content-box;
}
.menu_ico i:after {
  position: absolute;
  content: ' ';
  height: 4px;
  width: 8px;
  background: #fff;
}
.menu .btn {
  padding: .2rem .75rem;
  font-size: .95rem;
  margin-bottom: 6px;
  color: #fff
}
/*主体*/
main {
  margin: 6rem auto 4rem !important;
  min-height: calc(100vh - 13rem);
}
main .mbs {
  color: #797C84 !important;
  font-size: 0.875rem;
}
main {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.item-meta {
  position: relative;
  display: inline-block;
  margin: 0 12px 0 0;
  padding: 0 12px 0 0;
}
.item-meta:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 6px;
  background-color: #fd6e6e;
  -webkit-transform: translate(100%, -50%);
  transform: translate(50%, -50%);
}
.list-meta, .list-meta a {
  color: #797C84;
  font-size: 0.875rem
}
.list-meta .f_r a {
  margin-left: 4px
}
.pagelist {
  text-align: center;
  clear: both;
  margin: 1.75rem 0;
}
.pagelist .btn {
  margin-top: .285rem
}
@-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)
  }
}
.loader {
  height: 32px;
  width: 32px;
  margin: 20px auto;
  text-align: center;
  background: transparent url(images/loading.svg) no-repeat center center;
  background-size: 32px 32px;
  -webkit-animation: loadingRotate 1s linear infinite forwards;
  animation: loadingRotate 1s linear infinite forwards;
}
.loadera {
  margin: 20px auto;
  text-align: center;
  width: 60%;
  display: block
}
@media only screen and (max-width:768.1px) {
  .loadera {
    width: 100%;
  }
}
.loadere {
  margin: 20px auto;
  text-align: center;
  color: #999;
}
main ul li p { 
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
}
.istop {
  color: #fd6e6e
}
.lin, .sort-list {
  background-color: #f8f9fa;
  padding: .5rem;
  margin-top: .5rem;
  border-radius: 3px;
}
.lin li {
  margin: .25rem .5rem;
  line-height: 1.5;
}
.sort-list {
  margin-bottom: 2rem;
  padding: 1rem;
}
.sort-list .btn {
  background-color: #fff;
  color: #000;
  margin-right: 1rem;
  padding: .2rem .75rem;
}
.sort-list .btn:hover {
  background-color: var(--colora);
}
.sort-list .btn.active {
  background-color: var(--colora);
  color: #fff
}
.sort-list .active .upup, .sort-list .active .dodo {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin-left: 2px;
}
.sort-list .active .upup {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.58 8.58'%3E%3Cpath fill='none' d='M0 0h8.58v8.58H0z'/%3E%3Cpath d='M4.29 7.4L.05 3.16 1.5 1.73l2.83 2.83 2.79-2.83L8.5 3.16z' fill='%23fff'/%3E%3C/svg%3E") no-repeat left center;
}
.sort-list .active .dodo {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.58 8.58'%3E%3Cpath fill='none' d='M8.58 8.59H0V.01h8.58z'/%3E%3Cpath d='M4.29.9L8.5 5.14 7.09 6.56 4.26 3.73 1.5 6.56.09 5.14z' fill='%23fff'/%3E%3C/svg%3E") no-repeat left center;
}
.swiper-pagination-bullet-active, .swiper-pagination-bullet {
  background-color: #fff !important;
}
.swiper-container {
  width: 100%;
  margin-bottom: 1.875rem;
  border-radius: 6px;
}
.swiper-slide {
  text-align: center;
  font-size: 1.5rem;
  height: 20rem;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  max-width: 100%;
  object-fit: cover;
}
.swiper-slide img.mobile {
  display: none
}
.hdp_text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 2.25rem 1.25rem;
  text-align: center;
  z-index: 1;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.hdp_text a {
  color: #fff;
}
@media only screen and (max-width: 767.9px) {
  .swiper-slide img {
    display: none
  }
  .swiper-slide img.mobile {
    display: block
  }
}
.list-content h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  position: relative;
}
.post-user .avatar img {
  width: 40px;
  height: 40px;
  margin-right: .5rem;
  border-radius: 50%;
}
.post-user .btn {
  border-radius: 100px;
  font-size: .875rem;
  padding: 0 1rem;
  line-height: 2.2;
}
.post-user .istt {
  font-weight: bold
}
.post {
  margin: 1.5rem 0 2rem 0;
}
.post img {
  display: inline-block
}
.post ul, .post ol {
  list-style: disc;
  margin: 0 0 2em 0;
  padding-left: 1.25em;
}
.post ol li {
  list-style-type: decimal;
}
.post ol {
  list-style: decimal;
}
.post ul li {
  list-style-type: disc;
}
.post p {
  line-height: 1.7;
  color: #353535;
  font-size: 1.05rem
}
.post p span {
  text-wrap: auto!important
}
.post a {
  color: var(--colora);
}
.post h2, .post h3, .post h4, .post h5, .post h6 {
  margin: 1.5rem 0 1rem;
}
.remind {
  background-color: #f8f9fa;
  padding: 1rem;
  border-radius: 3px;
  font-size: .9375rem;
  color: #797C84;
  margin: 1rem 0;
  position: relative;
  overflow: hidden;
}
.bqcon {
  z-index: 1;
  position: relative
}
.alert-icon {
  position: absolute;
  display: block;
  bottom: -3rem;
  right: 2rem;
  width: 8rem;
  height: 8rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='200' height='200'%3E%3Cpath d='M10 0c5.52 0 10 4.48 10 10s-4.48 10-10 10S0 15.52 0 10 4.48 0 10 0zm0 5c-2.76 0-5 2.24-5 5a5.002 5.002 0 0 0 9.29 2.57l-1.71-1.03A2.996 2.996 0 0 1 7.01 10c0-1.66 1.34-3 3-3 1.09 0 2.05.58 2.57 1.46l1.71-1.03A5.007 5.007 0 0 0 10 5z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.8;
}
.coptop {
  margin-bottom: .5rem
}
.coptag {
  font-size: 0.875rem;
  margin-right: 0.5rem;
  font-weight: bold;
  line-height: 1.7;
  padding: 0 .5rem;
  flex-shrink: 0;
}
.coptit {
  font-size: 1.1rem;
  font-weight: bold;
  color: #0b0b0d;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}
.pagetp p {
  margin: 0;
}
.tags {
  margin-top: 2rem
}
.tags a {
  color: #4367b4;
  display: inline-block;
  margin: 0 .5rem .5rem;
  font-size: 1.05rem
}
.tags a:before {
  content: '#';
}
.related-list h2 {
  font-size: 1.25rem;
}
.related-list li.border-b:last-child {
  border: 0
}
/*赞赏*/
.share {
  padding: 2rem;
  text-align: center;
}
.share button {
  width: 5rem;
  height: 5rem;
  margin: auto;
  border-radius: 50%;
  background-color: #fd6e6e;
  font-size: .875rem;
}
.share button i {
  display: block;
}
.share button i:before {
  content: '';
  width: 3.375rem;
  height: 2.25rem;
  display: block;
  background: url(images/zs.svg) no-repeat center center;
  background-size: auto 1.75rem;
}
.hide_box {
  color: #fff;
  background: rgba(120, 129, 147, .6);
}
.shang_box {
  width: 20rem;
  background-color: #fff;
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%;
  margin-left: -10rem;
  margin-top: -13.75rem;
  border-radius: 6px;
  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);
  background-size: auto 1rem;
  display: block;
  float: left;
  margin-top: .3125rem;
  margin-right: .875rem
}
.checked .radiobox {
  background-image: url(images/radio1.svg)
}
.shang_payselect {
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  width: 17.5rem
}
.shang_payselect img {
  display: inline !important;
  width: 5.3rem
}
.shang_payselect img.wximg {
  width: 7rem
}
.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
}
/*留言*/
.comment h3, .comment h4, .related-list h3 {
  margin: 2rem 0;
  font-size: 1.5rem;
}
ul.msg {
  margin: 1.5rem 0;
  padding: 0 0 1.5rem;
  border-bottom: 1px solid rgba(170, 172, 182, 0.15);
  word-wrap: break-word
}
ul.msg img.avatar {
  border-radius: 50%
}
li.msgurl {
  text-align: right;
  padding: .125em .625em
}
li.msgarticle {
  list-style-position: outside;
  padding: .625rem 0 0;
  line-height: 160%;
  padding-left: 4rem
}
img.avatar {
  float: left;
  width: 3.8rem;
  height: 3.8rem;
  margin: 0 1rem 0 0
}
ul.msg small {
  color: #797C84
}
ul.msg h3 small {
  font-size: 12px
}
ul.msg ul.msg {
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid rgba(170, 172, 182, 0.15);
  border-bottom: none
}
ul.msg ul.msg li.msgarticle {
  padding-bottom: 0
}
ul.msg ul.msg li.msgname {
  padding: 0
}
ul.msg:nth-last-child(3) {
  border-bottom: 0
}
.mc-comment label, .mc-comments label {
  display: none
}
.mc-comment input {
  line-height: 1.875rem;
  height: 1.875rem;
  font-size: .875rem;
  width: 100%;
  border: 0;
  background-color: transparent;
  padding-left: 8px
}
.mc-comment textarea {
  height: 120px;
  width: 100%;
  font-size: .875rem;
  font-family: "Microsoft YaHei", Verdana, sans-serif;
  display: block;
  padding: 8px;
  background-color: transparent;
  border: 0;
}
.mc-comment-box {
  border: 1px solid #f8f9fa;
  padding: 4px;
  position: relative;
  background: #f8f9fa;
  margin-bottom: 0.875rem;
  border-radius: .25rem;
}
.mc-comment-ul4 {
  float: left;
  width: 49.5%
}
.mc-comment-ul3 {
  float: left;
  width: 32.66%
}
.mc-comment .mc-comment-ul4:nth-child(2n) {
  float: right
}
.mc-comment .mc-comment-ul3-2 {
  margin: 0 1%
}
.mc-comment-box img.mc-code {
  position: absolute;
  right: 4px;
  top: 4px;
  height: 1.875rem;
  width: auto
}
.mc-comment {
  overflow: hidden;
}
input.mc-commbut {
  line-height: 38px;
  height: 38px;
  width: 100px;
  float: right;
  padding: 0;
  margin-top: 10px;
  background-color: var(--colora);
}
.mc-comment-textarea {
  width: 100%;
  clear: both
}
.mc-red {
  color: var(--colora)
}
#go-to-top {
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3.725rem;
  cursor: pointer;
  position: fixed;
  right: 1.875rem;
  bottom: 1.875rem;
  background: var(--colora);
  opacity: 0.8;
  overflow: hidden;
  display: none;
  border-radius: .25rem;
  z-index: 999;
  color: #fff;
}
#go-to-top i {
  border: solid #fff;
  border-width: 0 .125rem .125rem 0;
  display: inline-block;
  padding: 0.375rem;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
#go-to-top:hover {
  opacity: 1;
}
#go-to-top.active {
  display: block
}
@media only screen and (min-width: 959.9px) {
  .con {
    width: 930px;
  }
}
@media only screen and (max-width: 960px) {
  .con {
    width: 93%;
  }
}
@media only screen and (min-width: 1024px) {
  .head {
    width: 100%;
    padding: 0 5em;
  }
}
@media only screen and (max-width: 767.9px) {
  html {
    font-size: 14.5px;
  }
  header .nav li {
    padding: 0 0 0 1rem;
  }
  h1 {
    font-size: 1.5rem;
    margin-top: 0;
  }
  .post {
    margin: 1rem 0;
  }
  header .nav .navbar-item, .search-banner h1 {
    display: none
  }
  header .nav li.menu-nav {
    display: block
  }
  header nav .logo a img {
    height: 2.6rem;
  }
  .list-content h2 {
    font-size: 1.2rem;
    margin-bottom: .35rem;
    -webkit-line-clamp: 2;
  }
  .list-content p {
    margin-bottom: .5rem;
    -webkit-line-clamp: 1;
  }
  .list-meta .f_r {
    display: none
  }
  .menu .btn {
    margin-bottom: 4px;
  }
  .search-banner, .sort-list, .swiper-container {
    margin-bottom: 1rem;
  }
  .search-ipt {
    height: 3rem;
  }
  .sobtn {
    right: .4rem;
    top: .4rem;
    height: 2.2rem;
  }
}
@media only screen and (max-width: 414.1px) {
  .list-img {
    -ms-flex: 0 0 8rem;
    flex: 0 0 8rem;
    max-width: 7.5rem;
    padding-left: .5rem;
  }
  .luser, .ltim:after {
    display: none
  }
  .list-imgs {
    margin: .5rem -.25rem 0 -.25rem;
  }
  .list-imgs a {
    width: 25%;
    padding-bottom: calc(25% - 0.5rem);
    margin: .25rem;
  }
}
@media only screen and (max-width: 320.1px) {
  .list-content p {
    display: none
  }
  .list-img {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}