@font-face {
  font-family: YouSheBiaoTiYuan;
  src: url(css/YouSheBiaoTiYuan.woff2) format("woff2");
  font-display: swap
}
:root {
  --glocolora: #5e8cff;
  --glocolorb: #5e8cff;
  --glocolorc: #5eb1ff;
}
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', tahoma, arial, 'Hiragino Sans GB', \5b8b\4f53, sans-serif;
  color: #222;
  background: #fff;
  line-height: 1.5;
  font-weight: 400
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
h1, h2, h3, h4, h5, h6, em, i {
  font-weight: normal;
  font-style: normal;
}
ul, ol, li {
  list-style-type: none;
}
a, b {
  color: #222;
  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(--glocolora) !important;
}
a:focus {
  outline: 0;
}
img {
  border: 0;
  display: block;
  max-width: 100%;
}
h1 {
  font-size: 1.875rem;
  margin-top: 1rem;
}
h2 {
  font-size: 1.5rem;
  margin-bottom: 0.875rem;
}
h3 {
  font-size: 1.275rem
}
h4 {
  font-size: 1.2rem
}
h5 {
  font-size: 1.15rem
}
h6 {
  font-size: 1.1rem
}
p {
  font-size: 1rem;
  color: #636874;
  margin-bottom: 1rem;
}
sup, sub {
  font-size: 1rem;
  margin-left: 6px;
}
.f_l {
  float: left;
}
.f_r {
  float: right;
}
.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-fill {
  flex: 1 1 auto;
}
.flex-align {
  align-items: center
}
.flex-alignst {
  align-items: flex-start
}
.flex-grow {
  flex-grow: 1;
}
.flex-justify {
  -webkit-justify-content: center;
  justify-content: center;
}
.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: 1rem;
}
.mb2 {
  margin-bottom: 1.5rem;
}
.mbm {
  margin-bottom: 0.5rem;
}
.pt1 {
  padding-top: 0.875rem;
}
.pb1 {
  padding-bottom: 1.875rem;
}
.txt.pb1 {
  padding-bottom: 1rem;
}
.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: #636874;
  background-color: #f3f4f6;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  padding: .375rem 1rem;
  font-size: 1rem;
  border-radius: 100px;
  -webkit-appearance: none;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
.btn:hover {
  color: #fff !important;
  opacity: 0.8;
  background-color: var(--glocolora);
}
.btn-red {
  background-color: #ff2b2b;
  color: #fff
}
.btn-blue {
  background-color: var(--glocolora);
  color: #fff
}
.small .btn {
  padding: .285rem .7rem;
  font-size: 0.875rem;
}
blockquote {
  border-left: 4px solid var(--glocolora);
  padding: 0.75rem;
  background-color: #f8f9fa;
  margin-bottom: 1rem;
  color: #636874;
}
blockquote p {
  color: #636874 !important;
}
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: #636874;
  background-color: #f8f9fa
}
.sg {
  position: relative;
  padding: 0.8rem;
  border-left: 4px solid var(--glocolora);
  line-height: 1.2;
  background: #f8f9fa;
}
/*头jue*/
header {
  width: 100%;
}
header nav {
  background-color: #fff;
  line-height: 5.5rem;
  border-bottom: 1px solid rgba(170, 172, 182, 0.15);
}
header nav .logo a {
  font-size: 1.5rem;
}
header nav ul {
  height: 5.5rem;
}
header nav .logo a img {
  height: 3.6rem;
}
header .nav li, header .box li {
  float: left;
  display: block;
  margin: 0 0 0 2rem;
  font-size: 1.125rem;
  position: relative;
}
header .nav li a {
  display: inline-block;
}
.selected {
  color: var(--glocolora) !important;
}
.selected:after {
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: var(--glocolora);
  content: '';
  transition: all .6s;
}
.navbar-item ul .selected:after {
  height: 0;
}
footer {
  padding: 1.15rem;
  border-top: 1px solid rgba(170, 172, 182, 0.15);
}
footer p, .lin a {
  color: rgba(0, 0, 0, .5);
  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: 1rem;
  margin: 0 1.2em;
  overflow: hidden;
  width: calc(100% - 2.4em);
  overflow: hidden;
  white-space: nowrap;
  text-align: center
}
header .nav .sub-nav li a {
  color: #636874;
}
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;
}
.jzsjx {
  fill: none;
  stroke: var(--glocolora);
  stroke-linejoin: round;
  stroke-width: 6px;
}
.on .jzsjx {}
/* 移动菜单 */
header .box li.menu-nav {
  display: none
}
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  max-width: 415px;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background: #fff;
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 1.625rem;
  -webkit-box-shadow: 0 5px 65px -5px rgba(131, 140, 157, .2);
  -ms-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: #636874;
}
.sidebar .close i {
  display: block;
  position: relative;
  width: 2.35rem;
  height: 2.35rem;
  background-color: #f3f4f6;
  border-radius: 50%;
  float: right;
  cursor: pointer;
}
.sidebar .close i:before, .sidebar .close i:after {
  left: 1.1rem;
  height: 1.1rem;
  top: .65rem;
}
.sidebar li {
  position: relative;
  display: block;
  padding: 1rem 0;
  -webkit-transition: .2s;
  transition: .2s;
  border-top: 1px solid rgba(170, 172, 182, 0.15);
  font-size: 16px;
}
.sidebar li:first-child {
  border-top: 0;
}
.sidebar li .dot {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 3rem;
  height: 3.7rem;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar .ul-subcates {
  display: none;
  position: relative;
  background-color: #f3f4f6;
  border-radius: 6px;
  padding: .5rem 1rem;
  margin: .75rem 0 0;
}
.sidebar .ul-subcates li {
  border: 0;
  padding: 0.5rem 0;
  font-size: 1rem;
}
#mobile-nav .selected:after {
  content: none
}
#mobile-nav ul {
  display: none;
  padding-top: 10px
}
#mobile-nav ul li {
  margin-left: 1em
}
/* 搜索 */
.search, .search_box, .hide_box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 999;
  display: none;
  background: #fff;
}
.search1 {}
.search_box {
  background-color: transparent;
  z-index: -1;
}
.search .search-btn, .search1 .search-btn {
  position: fixed;
  top: 18px;
  right: 16px;
}
.search form {
  position: relative;
  padding: 1rem;
  top: 6rem;
  border-radius: .25rem
}
.search1 form {
  position: relative;
  padding: 1rem;
  width: 50vw;
}
.search-ipt {
  width: 100%;
  height: 3rem;
  padding: 0 15px;
  border: 1px solid #f4f5f9;
  outline: 0;
  background-color: #f4f5f9;
  font-size: 1rem;
  float: right;
  border-radius: .25rem
}
.search button, .search1 button {
  width: 3rem;
  height: 3rem;
  background: 0 0;
  position: absolute;
  right: 1rem;
  border-radius: 0 .25rem .25rem 0
}
.search .btn:hover, .search1 .btn:hover {
  background-color: transparent;
}
.search_ico i {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.search_ico i:before {
  content: ' ';
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid #222;
  border-radius: 10px
}
.search_ico i:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 3px;
  background: #222;
  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: var(--glocolora)
}
.btn.search_ico:hover i:after {
  background: var(--glocolora)
}
.search-btn, .menu-btn {
  cursor: pointer
}
.search-btn i {
  top: 0;
  right: 2px;
}
.close i:before, .close i:after {
  position: absolute;
  left: 10px;
  content: ' ';
  height: 22px;
  width: .125rem;
  background-color: #636874;
  border: 0;
  border-radius: 0;
}
.close i:before {
  transform: rotate(45deg);
}
.close i:after {
  transform: rotate(-45deg);
  top: 0;
}
.menu_ico i {
  display: inline-block;
  width: 20px;
  height: 18px;
  padding: 6px 0;
  border-top: 2px solid #636874;
  border-bottom: 2px solid #636874;
  background-color: #636874;
  background-clip: content-box;
}
.mbs {
  color: rgba(0, 0, 0, .7) !important;
  font-size: 0.95rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.focusbox {
  background-color: var(--glocolora);
  background-image: linear-gradient(to top, var(--glocolorb) 0%, var(--glocolorc) 100%);
  color: #fff;
  padding: 45px 0;
  text-align: center;
  background-position: center, center;
  background-size: cover, cover;
}
.focusbox h1, .focusbox h3 {
  font-size: 3rem;
}
.focusbox h3.ftit {
  font-size: 2rem;
  margin-top: -.4rem
}
.focusbox .ft:last-child {
  margin: 0
}
.focusbox h2, .focusbox .index h1 {
  font-size: 4rem;
}
.focusbox h1, .focusbox h2, .focusbox h3 {
  font-family: YouSheBiaoTiYuan, 'Microsoft Yahei', tahoma, arial, 'Hiragino Sans GB', \5b8b\4f53, sans-serif;
  font-weight: normal;
  margin: 0 0 1rem;
  line-height: 1.1
}
.focusbox p {
  color: #fff;
  margin: 0;
  font-size: 18px;
}
.list-navi {
  width: 100%;
  margin: -1rem 0 .5rem 0;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.list-navi::-webkit-scrollbar {
  height: 0 !important
}
.list-navi ul {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.list-navi li {
  display: inline-block;
  padding: .75rem 1rem;
  position: relative;
  overflow: visible;
  margin-bottom: 1rem;
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.list-navi li:after, .list-navi ul:after {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #eee;
  content: '';
  transition: all .6s;
}
.list-navi ul:after {
  bottom: 1rem;
  z-index: -1;
}
.list-navi li.selected:after, .list-navi li:hover:after {
  background-color: var(--glocolora)
}
.list-navi li.selected a, .list-navi li:hover a {
  color: var(--glocolora)
}
#post_list_box {
  padding-top: 1rem
}
/*主体*/
main {
  margin: 1em auto 4em !important;
  min-height: calc(100vh - 22em);
}
.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: #ff2b2b;
  -webkit-transform: translate(100%, -50%);
  transform: translate(50%, -50%);
}
.list-meta, .list-meta a {
  color: rgba(0, 0, 0, .7);
  font-size: 0.95rem
}
.focusbox .list-meta, .focusbox .list-meta a {
  color: #fff;
}
.list-meta .f_r a {
  margin-left: 4px
}
.pagelist {
  text-align: center;
  clear: both;
  margin: 1.75rem 0;
}
.pagelist .btn {
  margin-top: .285rem
}
main ul li p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  position: relative;
}
.lin {
  background-color: #f8f9fa;
  padding: .5rem;
  margin-top: .5rem;
  border-radius: 3px;
}
.lin li {
  margin: .25rem .5rem;
  line-height: 1.5;
}
/* 列表 */
main .row ul.picul {
  margin: 0 -2%
}
.col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 2%;
  padding-left: 2%;
  margin-bottom: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333%;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
.colh {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.list-content h2, .list-content h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
  font-size: 1rem;
  margin: 15px 0 5px;
  text-align: center;
}
.list-content h3 {
  margin: -3px 0 5px;
}
.list-img {
  width: 100%;
  position: relative;
}
.list-img a {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
  position: relative;
  display: block;
  border: 1px solid #dee2e6;
  border-radius: 5px;
}
.colh .list-img a {
  padding-bottom: 135%;
}
.list-img a img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.iscard {
  position: absolute;
  top: 1px;
  color: #fff;
  background-color: var(--glocolora);
  padding: .3rem .6rem;
  border-radius: 0 0 .5rem .5rem;
  font-size: .9rem;
  margin-left: 10px;
}
.iscard:hover {
  color: #fff !important
}
.istop {
  background-color: #f1404b;
}
/* 页码 */
.pagelist {
  text-align: center;
  color: #666;
  width: 100%;
  clear: both;
  margin: 20px 0;
}
.pageload {
  padding: 0;
  position: relative;
  height: 43px;
  margin: 20px 30%;
}
.pageload .view-more-button, .pageload .page-load-status p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 10px;
  width: 100%;
  border: 0;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  height: 42px;
  background: var(--glocolora);
  letter-spacing: 0;
  color: #fff;
  border-radius: 100px;
}
.pageload .view-more-button {
  padding: 0
}
.pageload .view-more-button p {
  padding: 10px 20px;
  letter-spacing: 0;
}
.pageload .view-more-button {
  cursor: pointer;
}
.pageload .page-load-status p {
  z-index: 1;
}
@-webkit-keyframes refresh-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes refresh-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
.pageload .aload_img {
  display: inline-block;
  margin-right: 6px;
  vertical-align: top;
  margin-top: 4px;
}
.pageload .aload_img img {
  width: 14px;
  height: 14px;
  -webkit-animation: refresh-ring 1.2s linear infinite;
  animation: refresh-ring 1.2s linear infinite;
}
.pageload .page-load-status p.infinite-scroll-last {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 0, 0, .5)
}
/*正文*/
.wzno {
  display: none;
}
.post {
  margin: 0 0 2rem 0;
}
.postt {
  margin: 1rem 0 2rem 0;
}
.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 img {
  max-width: 850px;
  height: auto !important;
  margin: 0 auto;
}
.post p {
  line-height: 1.7;
  color: #333
}
.post a {
  color: var(--glocolora);
}
.post h2, .post h3, .post h4, .post h5, .post h6 {
  margin: 1.5rem 0;
  padding: 0.8rem;
  border-left: 4px solid var(--glocolora);
  line-height: 1.2;
  background: #f8f9fa;
  position: relative;
}
h1.arttit {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 2.5rem
}
.art h1 {
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.3
}
.art h3 {}
.art .list-meta {
  margin: .7rem 0 2rem
}
.remind {
  background-color: #f8f9fa;
  padding: 1rem;
  border-radius: 3px;
  font-size: .9375rem;
  color: #636874;
  margin: 1rem 0
}
.pagetp p {
  margin: 0;
}
.tags {
  margin-top: 2rem
}
.tags a {
  padding: 5px 14px;
  color: #222;
  background-color: #f3f4f6;
  display: inline-block;
  margin: 0 4px 4px 0;
  border-radius: 100px;
  font-size: .95rem
}
.tags a:hover {
  background-color: var(--glocolora);
  color: #fff !important;
}
.butlist {
  margin-bottom: 1.5rem
}
.butlist .btn {
  margin: 0 .5em 1em;
  color: #fff !important;
}
.butlist .btn:nth-child(5n + 1) {
  background: #f1404b
}
.butlist .btn:nth-child(5n + 2) {
  background: #027aff
}
.butlist .btn:nth-child(5n + 3) {
  background: #09bb07
}
.butlist .btn:nth-child(5n + 4) {
  background: #ff6800
}
.butlist .btn:nth-child(5n) {
  background: #fe464d
}
.butlist .btn em {
  font-style: normal;
  font-size: 80%;
  display: inline-block;
  margin-left: 8px
}
/*赞赏*/
.share {
  padding: 2rem;
  text-align: center;
}
.share button {
  width: 5rem;
  height: 5rem;
  margin: auto;
  border-radius: 50%;
  background-color: #ff2b2b;
  font-size: .875rem;
}
.share button i {
  display: block;
}
.share button i:before {
  content: '';
  width: 100%;
  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.3rem;
}
.msg {
  margin: 1.5rem 0;
  padding: 0 0 1.5rem;
  border-bottom: 1px solid rgba(170, 172, 182, 0.15);
  word-wrap: break-word
}
.msgurl {
  text-align: right;
  padding: .125em .625em
}
.msgarticle {
  list-style-position: outside;
  padding: .625rem 0 0;
  color: #636874;
}
.avatar {
  -ms-flex: 0 0 3.8rem;
  flex: 0 0 3.8rem;
  max-width: 3.8rem;
  padding-right: 1rem;
}
.avatar img {
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%
}
.msg small {
  color: rgba(0, 0, 0, .5)
}
.msg h3 small {
  font-size: 12px
}
.msg div.msg {
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid rgba(170, 172, 182, 0.15);
  border-bottom: none
}
.msg div.msg .msgarticle {
  padding-bottom: 0
}
.msg div.msg .msgname {
  padding: 0
}
.msg:nth-last-child(3) {
  border-bottom: 0
}
.jz-comment label, .jz-comments label {
  display: none
}
.jz-comment input {
  line-height: 30px;
  height: 30px;
  width: 100%;
  padding-left: 8px;
  font-family: "Microsoft YaHei", Verdana, sans-serif;
  font-size: 14px;
  border: 0;
  background-color: transparent;
}
.jz-comment textarea {
  height: 120px;
  width: 100%;
  font-size: 14px;
  font-family: "Microsoft YaHei", Verdana, sans-serif;
  display: block;
  padding: 8px;
  border: 0;
  background-color: transparent;
}
.jz-comment-box {
  border: 1px solid #f3f4f6;
  padding: 4px;
  position: relative;
  background: #f3f4f6;
  margin-bottom: 0.875rem;
  border-radius: 4px;
}
.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: 1.875rem;
  width: auto
}
.jz-comment {
  overflow: hidden;
}
input.jz-commbut {
  height: 2.5em;
  width: 100px;
  float: right;
  padding: 0;
  margin-top: 10px;
  font-size: 1rem;
  border-radius: 100px;
  background: var(--glocolora);
}
.jz-comment-textarea {
  width: 100%;
  clear: both
}
.jz-red {
  color: var(--glocolora)
}
#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(--glocolora);
  opacity: 0.8;
  overflow: hidden;
  display: none;
  border-radius: 100px;
  z-index: 999;
  color: #fff;
}
#go-to-top i, .imgpag 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: 1330.1px) {
  .con {
    width: 1260px;
  }
}
@media only screen and (max-width: 1330px) {
  .con {
    width: 93%;
  }
}
@media only screen and (max-width: 1000px) {}
@media only screen and (max-width: 810px) {
  .post img {
    max-width: 100%;
  }
  .search1 form {
    width: 80vw;
  }
}
@media only screen and (max-width: 768.1px) {
  header .nav .navbar-item {
    display: none
  }
  header .box li.menu-nav {
    display: block
  }
  .colh {
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14.5px;
  }
  header .nav li, header .box li {
    margin: 0 0 0 1rem;
  }
  h1 {
    font-size: 1.5rem;
    margin-top: 0;
  }
  .post {
    margin: 0;
  }
  header nav {
    line-height: 4rem;
  }
  header nav ul {
    height: 4rem;
  }
  header nav .logo a img {
    height: 2.8rem;
  }
  .list-content h2 {}
  .list-content p {
    margin-bottom: .5rem;
    -webkit-line-clamp: 1;
  }
  .catnam, .comnum, .author {
    display: none
  }
  .col {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    align-items: stretch;
  }
  .art h1 {
    font-size: 2rem;
  }
  .butlist .btn {
    display: block;
    width: 100%;
    margin-left: 0;
    padding: .4rem 0
  }
}
@media only screen and (max-width: 414.1px) {
  main .row ul.picul {
    margin: 0 -5px;
  }
  .col {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 20px;
  }
  .colh {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    align-items: stretch;
  }
}
@media only screen and (max-width: 321px) {
  .list-content p {
    display: none
  }
  .col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}