/* 初始化样式 */
body,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

blockquote {
  border: DASHED 1px #ccc;
  padding: 5px;
}

body {
  background-color: rgba(243, 238, 209, 1);
  color: rgb(51, 51, 51);
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  /* line-height:1.75; */
  overflow-y: scroll;
}

td,
th,
caption {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

*::selection {
  background-color: #ce731e;
  color: #fff;
}
a {
  text-decoration: none;
  color: #333;
}
.hide {
  display: none !important;
}
/* a:hover { text-decoration:underline; } */
img {
  border: none;
  vertical-align: middle;
}
/* 文章样式固定 */
.error-image:not(:defined) {
  display: none;
}
.entry-content small,
.entry-content big {
  font-size: 14px !important;
}
.entry-content blockquote {
  border: solid 1px #e8e3c4;
  background: #f3eed1;
  padding: 12px;
  border-radius: 6px;
}
.entry-content ol,
.entry-content ul {
  line-height: 1.75 !important;
  list-style: none;
  padding-left: 0;
}
.entry-content ol li,
.entry-content ul li {
  position: relative;
  padding-left: 24px;
}
.entry-content ul li:before,
.entry-content ol li:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.entry-content ol li:nth-child(1):before {
  content: '01.';
}
.entry-content ol li:nth-child(2):before {
  content: '02.';
}
.entry-content ol li:nth-child(3):before {
  content: '03.';
}
.entry-content ol li:nth-child(4):before {
  content: '04.';
}
.entry-content ol li:nth-child(5):before {
  content: '05.';
}
.entry-content ol li:nth-child(6):before {
  content: '06.';
}
.entry-content ol li:nth-child(7):before {
  content: '07.';
}
.entry-content ol li:nth-child(8):before {
  content: '08.';
}
.entry-content ol li:nth-child(9):before {
  content: '09.';
}
.entry-content ol li:nth-child(10):before {
  content: '10.';
}
.entry-content ol li:nth-child(11):before {
  content: '11.';
}
.entry-content ol li:nth-child(12):before {
  content: '12.';
}
.entry-content ol li:nth-child(13):before {
  content: '13.';
}
.entry-content ol li:nth-child(14):before {
  content: '14.';
}
.entry-content ol li:nth-child(15):before {
  content: '15.';
}
.entry-content ol li:nth-child(16):before {
  content: '16.';
}
.entry-content ol li:nth-child(17):before {
  content: '17.';
}
.entry-content ol li:nth-child(18):before {
  content: '18.';
}
.entry-content ol li:nth-child(19):before {
  content: '19.';
}
.entry-content ol li:nth-child(20):before {
  content: '20.';
}
.entry-content ol li:nth-child(21):before {
  content: '21.';
}
.entry-content ol li:nth-child(22):before {
  content: '22.';
}
.entry-content ol li:nth-child(23):before {
  content: '23.';
}
.entry-content ol li:nth-child(24):before {
  content: '24.';
}
.entry-content ol li:nth-child(25):before {
  content: '25.';
}
.entry-content ol li:nth-child(26):before {
  content: '26.';
}
.entry-content ol li:nth-child(27):before {
  content: '27.';
}
.entry-content ol li:nth-child(28):before {
  content: '28.';
}
.entry-content ol li:nth-child(29):before {
  content: '29.';
}
.entry-content ol li:nth-child(30):before {
  content: '30.';
}
.entry-content ul li:before {
  content: '• ' !important;
}


input,
textarea,
select,
button {
  font:
    14px Verdana,
    Helvetica,
    Arial,
    sans-serif;
}

table {
  border-collapse: collapse;
}

/* html {
  overflow-y: scroll;
} */

/* css common */
body {
  background-color: rgba(243, 238, 209, 1);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.top_banner {
  height: 400px;
}
.clearfix {
  zoom: 1;
}

* {
  box-sizing: border-box;
}

:root {
  --margin16: 16px;
  --margin12: 12px;
}

.b-r-12 {
  border-radius: 12px;
  overflow: hidden;
}
.b-r-6 {
  border-radius: 6px;
  overflow: hidden;
}
.m-b-12 {
  margin-bottom: 12px;
}
.m-b-16 {
  margin-bottom: 16px;
}
.bg-main {
  background-color: rgba(255, 250, 228);
}
.p-a-12 {
  padding: 12px;
}
.site-el-button {
  min-width: 80px;
  border-radius: 6px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
}
.site-el-button.primary {
  color: #fff;
  background: #ce731e;
  border: solid 1px #ce731e;
  font-weight: 700;
}
.site-el-button.plain {
  color: #ce731e;
  border: solid 1px #ce731e;
  font-weight: normal;
}
.site-el-button.info {
  background-color: rgba(206, 115, 30, 0.2);
  border: none;
  color: rgb(206, 115, 30);
}

.site-card {
  background-color: rgba(255, 250, 228);
  padding: 12px 16px;
}
.site-card-title {
  color: #333;
  font-size: 16px;
  font-weight: 700;
}

.container {
  width: 1080px;
  margin: 0 auto;
  padding: 0 16px;
}



.iframe .iframe-hide {
  display: none !important;
}

.pc-hide {
  display: none;
}



.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* height: 50px; */
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

.card-header .card-title {
  font-weight: bold;
}

/* 顶部导航 */
.top-nav-3,
.top-nav-1 {
  /* background: #333333 !important; */
  /* padding: 8px 0; */
  z-index: 9;
  height: 50px;
  display: flex;
  align-items: center;
}

.top-nav-3 a,
.top-nav-1 a {
  color: #8a8a8a;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  color: #8a8a8a;
}

.tip-nav-1 a:hover {
  color: #ce731e !important;
}
.top-nav-1 {
  justify-content: space-between;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 1999;
  /* background: rgb(243, 238, 209); */
}

.top-nav-3 .container {
  justify-content: space-between;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 16px 0 16px;
  width: 100%;
}
.menu-more {
  /* transform: rotate(90deg); */
}
.menu-more img {
  width: 100%;
  height: 24px;
  cursor: pointer;
}

.top-nav-2 .link-list {
  display: flex;
  /* padding: 12px 0; */
  list-style: none;
  margin: 0;
}

.top-nav-2 .link-list .link-a {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 700;
  padding-right: 12px;
  cursor: pointer;
}
.top-nav-2 .link-list .active .link-a {
  color: #333;
}

/* 面包屑导航 */
.v-breadcrumb {
  align-items: center;
  background: none;
  margin-bottom: 0;
  margin-top: 0;
  color: #fff;
  padding: 25px 0 0 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  display: none;
}

.v-breadcrumb li:not(:first-child) :before {
  padding: 0 5px;
  color: #fff;
  content: '/\00a0';
}

.v-breadcrumb li span,
.v-breadcrumb li a {
  color: #fff;
}

/* 页面主体部分 */
.page-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 200px;
  flex-wrap: wrap;
  min-height: calc(100vh - 258px);
  /* padding-top: 16px; */
  padding-left: 66px;
}

.page-container .container-box {
  flex: 1;
  max-width: 736px;
}

.page-container .side-bard {
  padding-top: 62px;
  margin-left: 16px;
  min-width: 230px;
  flex: 1;
  max-width: 230px;
}

.top_banner {
}

.top_banner img {
  width: 100%;
  display: block;
}

/* footer 部分 */

.footer-cat {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  height: 0;
}

.footer-cat .foot-cat-btn {
  display: inline-block;
  position: relative;
  left: 30px;
  top: -30px;
  cursor: pointer;
  /* animation:foot_cat_animation 20s infinite ; */
}

.footer-cat .foot-cat-tips {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  line-height: 1.5;
  max-width: 280px;
  padding: 5px;
  position: absolute;
  bottom: 50px;
  left: 10px;
  opacity: 0;
  transition: all 0.5s;
}

.footer-cat .foot-cat-tips.show {
  opacity: 1;
}

.footer-cat .foot-cat-tips:before {
  content: '';
  display: inline-block;
  background: #fff;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: -8px;
  left: 35px;
  transform: rotate(45deg);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: none;
  border-left: none;
}

.footer-cat .foot-cat-btn img {
  display: block;
  margin: 0;
}

.footer-main {
  /* width: 1080px; */
  margin: 0 auto;
  background: #333333;
}

.footer-main {
  /* width: 1080px; */
  margin: 0 auto;
  background: #333333;
}

.footer-main .footer-bottom {
  padding: 24px 0px;
}

.footer-main .footer-container {
  width: 1080px;
  margin: 0 auto;
}

.footer-bottom .copyright-text a,
.footer-bottom .copyright-text p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.mobile-show {
  display: none !important;
}

/*独立站样式*/
.iframe {
  overflow-x: hidden;
  /* background:none!important; */
}

.iframe .pagebar {
  position: unset;
}

.iframe .pagebar-nav {
  padding-left: 30px;
}

.iframe .iframe-hide,
.iframe .block-title .baike-title-btn,
/* .iframe .top_banner, */
.iframe .breadcrumb,
.iframe .side-bard,
.iframe .footer-main,
.iframe .footer-cat,
.iframe .nav-header,
.iframe .pagebar {
  display: none !important;
}

.iframe .v-content {
  width: 910px;
  transform-origin: left top;
  min-height: 100px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.iframe .bg-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-image: none !important;
  overflow: hidden;
}

button {
  cursor: pointer;
}

.float_share {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  /* transition:all 0.3s; */
  transform: scale(1);
  opacity: 1;
  z-index: 999;
}

.share-content {
  background: #f4e7c6;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
}

.share-item {
  text-align: center;
  cursor: pointer;
  margin: 0 20px;
}

.share-item img {
  height: 36px;
  width: auto;
  margin-bottom: 10px;
}

.share-item p {
  color: #591804;
}

/* 图片预览 */
.el-image-viewer__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.el-image-viewer__mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  background: #000;
}

.el-image-viewer__btn,
.el-image__preview,
.el-link,
.el-transfer-panel__filter .el-icon-circle-close {
  cursor: pointer;
}

.el-image-viewer__btn {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0.8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
}

.el-image-viewer__close {
  top: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  color: #fff;
  background-color: #606266;
}

.el-image-viewer__btn {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0.8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
}

.el-image-viewer__next,
.el-image-viewer__prev {
  width: 44px;
  height: 44px;
  font-size: 24px;
  color: #fff;
  background-color: #606266;
  border-color: #fff;
  top: 50%;
}

.el-image-viewer__prev {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 40px;
}

.el-image-viewer__next {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
  text-indent: 2px;
}

.el-image-viewer__actions {
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 282px;
  height: 44px;
  padding: 0 23px;
  background-color: #606266;
  border-color: #fff;
  border-radius: 22px;
}

.el-image-viewer__actions__inner {
  width: 100%;
  height: 100%;
  text-align: justify;
  cursor: default;
  font-size: 23px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.el-image-viewer__actions__inner svg {
  cursor: pointer;
}

.el-image-viewer__canvas {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-preview {
  cursor: zoom-in;
}


.site-edit-btn {
  display: none !important;
}

.login-link {
  /* position: sticky; */
  position: fixed;
  top: 0;
  right: calc((100vw - 1080px) / 2 + 12px);
  /* background: rgb(243, 238, 209); */
  height: 50px;
  text-align: right;
  z-index: 1999;
  display: flex;
  align-items: center;
  justify-content: end;
}
.login-link a {
  font-size: 16px;
  font-weight: 700;
  color: #8a8a8a;
}
.login-link.logined:hover .logout-box {
  opacity: 1;
}
.page-container:before {
  content: '';
  display: block;
  width: 100vw;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  background: #fffae4;
  z-index: 1;
  opacity: 0;
  border-bottom: solid 1px #e8e3c4;
}


.page-container.fixtop:before {
  opacity: 1;
  z-index: 1999;
}
.logout-box {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 9999;
  width: 80px;
  text-align: center;
  padding: 5px 0;
  transition: all 0.2s;
  border-radius: 6px;
  opacity: 0;
}

.logout-box .btn {
  /* background:  red; */
  color: #333;
  background: rgb(232, 227, 196);
  display: block;
  cursor: pointer;
  line-height: 2;
}
.expired-tips {
  background: #f3eed1;
  color: #8a8a8a;
  border-left: solid 4px #e8e3c4;
  margin-bottom: 12px;
  padding: 6px 15px;
  margin-left: 0 !important;
  display: block;
}
.main-routes {
  width: 50px;
  margin-right: 16px;
  text-align: center;
  position: fixed;
  top: 62px;
  transform: translateX(-66px);
}

.m-route-item.active {
  background-color: rgb(232, 227, 196);
  background-image: url('/public/images/icon/u1268.png');
}
.m-route-item {
  background-color: rgba(0, 0, 0, 0);
  /* background-image: url("/public/images/icon/u1270.png"); */
  width: 48px;
  height: 48px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 24px;
  border-radius: 100em;
  background-size: 65% 65%;
  background-repeat: no-repeat;
  background-position: center;
}
.side-bar-card {
  background-color: #fffae4;
  padding: 12px;
  font-size: 14px;
}
.side-bar-title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
.side-bar-text {
  color: #333;
  line-height: 2;
}
.sid-bar-link {
  margin-bottom: 6px;
}
.sid-bar-link a {
  color: #8a8a8a;
}
.el-input__inner {
  height: 32px !important;
  line-height: 32px !important;
}

.el-input__inner:focus {
  box-shadow: none;
}
.user-collect-item .btn-collect {
  display: inline-block;
}
.user-collect-item .btn-uncollect {
  display: none;
}
.user-collect-item.is-collected .btn-collect {
  display: none;
}
.user-collect-item.is-collected .btn-uncollect {
  display: inline-block;
}
.j-article-menu {
  display: none;
}

/* bug-fixed */
.mult-keyword-alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  z-index: 9999999;
}
.m-k-a-content {
  width: 80vw;
  max-height: 90vh;
  background: #fff;
  padding: 16px;
  color: #333;
  position: relative;
  transition: all 0.3s;
  width: 736px;
  position: fixed;
  bottom: 0;
  border-radius: 12px 12px 0 0;
  background-color: rgb(255, 250, 228);
  margin-left: -196px;
}
.m-k-a-content .tips {
  color: #8a8a8a !important;
  font-size: 14px !important;
}

.mult-keyword-item {
  margin-bottom: 10px;
  display: block;
}
.mult-keyword-item:last-child {
  border-bottom: none;
}

.m-k-a-content .m-k-info {
  display: flex;
  justify-content: start;
  align-items: center;
}
.m-k-a-content .m-k-info img {
  display: block;
  width: 60px;
  height: 60%;
  margin-right: 16px;
}
.m-k-a-content .m-k-info .m-k-title {
  font-weight: bold;
  color: #333;
  margin-bottom: 0 !important;
}
.m-k-a-content .m-k-info .m-k-label {
  color: #8a8a8a !important;
  margin-bottom: 0 !important;
}
.mult-keyword-item .m-k-desc {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-k-a-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.js-back {
  margin-right: 12px;
  height: 100%;
  display: block;
  margin-right: 0 !important;
  padding: 12px;
  cursor: pointer;
  position: relative;
  left: -12px;
}
@media (max-width: 1080px) {
  .top-nav-2 .container,
  .top-nav-1 .container {
    width: 100%;
    padding: 0 30px;
  }
  .top-nav-1 {
    /* padding:0 12px; */
  }
  .container {
    width: 100%;
  }

  .page-container .side-bard {
    display: none;
  }

  .page-container .container-box {
    max-width: 100%;
  }

  .float_cat_list .float-list.left {
    float: left;
    width: 50%;
  }

  .float_cat_list .float-list.right {
    float: right;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
  }

  .float_cat_list .v-card {
    /* width: 95% !important; */
    width: calc(100% - 12px) !important;
  }

  .entry-content .table-content {
    max-width: 100% !important;
  }
  .m-k-a-content {
    width: calc(100% - 100px) !important;
    left: 0 !important;
    margin-left: 82px !important;
  }
}
@media (max-width: 768px) {
  body {
    background: #eee2cf;
    padding-bottom: 30px;
  }

  .m-k-a-content {
    width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
  }
  .top-nav-2 .link-list {
    /* padding: 12px 0; */
  }
  .top-nav-2 {
    /* width: calc(100vw - 80px); */
    overflow: scroll;
  }
  .top-nav-2 .link-list .link-a {
    word-break: keep-all;
  }
  .top-nav-2 .container,
  .top-nav-1 .container {
    width: 100%;
    padding: 0 0px;
  }
  .top-nav-1 {
    background: rgba(243, 238, 209, 1);
    margin-bottom: 0 !important;
    padding: 0 12px;
  }
  .container {
    width: 100%;
    margin-top: 0;
  }
  .site-card {
    padding: 12px;
  }
  .page-container {
    padding: 0;
    position: relative;
    /* overflow: hidden; */
    margin-bottom: 30px;
  }

  .pc-show {
    display: none !important;
  }

  .mobile-show {
    display: block !important;
  }

  .iframe {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .iframe #navWiki .navbar-collapse {
    overflow: hidden;
  }

  .iframe .v-content {
    left: 0 !important;
    position: unset !important;
    transform: translateX(0) !important;
  }

  .float_cat_list .float-list.left,
  .float_cat_list .float-list.right {
    width: 100%;
  }

  .float_cat_list .v-card {
    width: 100% !important;
  }

  .entry-content .table-content {
    max-width: 100% !important;
  }

  .page-wrapper {
    overflow: visible;
    min-width: 100%;
  }

  .table-content {
    overflow-x: auto;
    overflow-y: visible;
  }

  .side-bard {
    display: none;
  }

  .top_banner {
    width: 100%;
  }

  body {
    font-size: 14px;
    /* padding-bottom: 70px ; */
    background: rgba(243, 238, 209, 1);
  }

  .footer-cat {
    background: #eee2cf;
    display: none;
  }

  .app-link {
    display: inline-block;
    border: solid 1px #591804;
    color: #591804 !important;
    padding: 5px;
    border-radius: 5px;
  }

  .navbar-right {
    flex-direction: row;
    align-items: center;
    padding: 0 !important;
    display: none !important;
  }

  .navbar-nav.navbar-right .dropdown-menu {
    position: absolute;
    width: 100%;
    border-radius: 0px;
    margin: 0px;
    border: none;
    top: 30px;
  }

  .navbar-right .nav-item:nth-child(1) {
    margin-right: 5px;
  }

  .navbar-right .nav-item .nav-link {
    display: block;
    width: 100%;
  }

  .navbar-right .nav-item:nth-child(1) .nav-link {
    color: #fff !important;
    border: solid 1px #591804;
    background: #591804;
  }

  .navbar-right .nav-item:nth-child(2) .nav-link {
    display: none;
  }

  .navbar-right .nav-item:nth-child(3) .nav-link {
    border: solid 1px #591804;
    color: #591804;
  }

  .v-content,
  .footer-cat,
  .footer-main {
    width: 100%;
  }

  .footer-main {
    display: none;
  }

  /* footer */
  .footer-bottom .copyright-text {
    margin-bottom: 0;
  }

  .footer-bottom .copyright-text p {
    font-size: 14px;
  }

  /* container */
  .v-content {
    padding: 0px;
    border: none;
    display: block !important;
    background: none;
    /* padding-bottom: 10px !important; */
    min-height: 100vh;
    position: relative;
    /* top:-20px; */
    margin-bottom: 0px !important;
  }

  .v-content > div {
    width: 100% !important;
  }

  .v-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: start;
    padding: 0;
  }

  /* 导航 */
  #navWiki {
    padding: 0 !important;
    position: relative !important;
  }

  #navWiki .container {
    max-width: 100% !important;
  }

  #navWiki .navbar-collapse {
    display: block !important;
    height: 100% !important;
    width: 100vw;
    overflow: scroll;
  }

  #navWiki .navbar-collapse .navbar-nav {
    padding: 0;
    display: flex;
    flex-direction: row;
    background: #333;
  }

  #navWiki .navbar-collapse .navbar-nav li {
    float: left;
  }

  #navWiki .navbar-collapse .navbar-nav li > .nav-link {
    font-size: 14px;
    padding: 14px 0px !important;
    color: #fff !important;
  }

  /* search-page */

  .recmd-list h4 {
    font-size: 14px;
  }

  .recmd-list .recmd-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .recmd-list .title-x5 {
    font-size: 16px;
  }

  .recmd-list .recmd-item .img-headimg {
    width: 40px;
    height: 40px;
  }

  .recmd-item .item-content > :nth-child(2) {
    font-size: 14px;
  }

  .recmd-item .item-content > :nth-child(3) {
    font-size: 14px !important;
    margin: 10px 0 !important;
  }

  .recmd-item .item-content > :nth-child(3) span {
    margin-left: 0 !important;
  }

  .recmd-item .item-content > :nth-child(3) .v-href {
    display: inline-block;
  }

  /* pageer */
  .layui-laypage a,
  .layui-laypage span {
    padding: 0 10px !important;
    margin: 3px !important;
  }

  .layui-layer.layui-layer-page {
    width: 96vw !important;
  }

  .footer-main {
    background: none;
    position: unset;
  }

  .footer-main .footer-bottom {
    background: #eee2cf;
    color: #333;
  }

  .footer-bottom .copyright-text a,
  .footer-bottom .copyright-text p {
    color: #999;
  }

  .layout-tabbar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    justify-content: space-around;
    background: #fdf0cf;
    height: 58px;
    line-height: 58px;
    border-top: solid 1px #eee2cf;
    z-index: 999;
    border-top: solid 1px #e8e3c4;
    background: rgb(255, 250, 228);
  }

  .layout-tabbar {
    text-align: center;
    font-size: 14px;
  }

  .layout-tabbar a {
    color: #333;
  }

  .layout-tabbar img {
    width: 24px;
    height: 24px;
  }

  .top_banner {
    width: 100%;
    /* margin: 0 0 -20px 0; */
    position: relative;
    z-index: 0;
  }

  .top_banner img {
    width: 100%;
  }

  .pagerbar-top {
    display: none;
  }

  /* .pagebar {
        display: none;
    } */

  .v-card {
    box-shadow: none;
  }

  .module_reply .reply-header {
    padding: 10px 15px;
  }

  .module_reply .reply-header .reply-header-btn {
    height: 30px;
    line-height: 30px;
    display: none;
  }

  .module_reply .user-info {
    border-top: 10px solid #eee2cf;
  }

  .module_reply .user-info.reply {
    border-top: 1px solid #eee2cf;
  }

  .module_reply .user-info:first-child {
    border-top: none !important;
  }

  .module_reply .user-info img {
    max-width: 100%;
  }

  #i_am_reply {
    display: none;
  }

  #iframeEditor-reply_content {
    height: 160px !important;
  }

  .module_reply .reply-box {
    padding-bottom: 10px;
    margin-top: 50px;
    margin: 0 -20px;
    padding: 10px;
    background: #fdf0cf;
    margin-top: 10px;
  }

  .module_reply .reply-btns span {
    display: inline-block;
  }

  .module_reply .reply-btns button {
    padding: 8px 10px;
    border-radius: 0;
    line-height: 1;
    font-size: 14px;
  }

  .v-breadcrumb {
    display: none !important;
  }

  .v-login-x {
    display: none;
  }

  .pagebar-nav {
    padding-left: 20px;
  }

  .pagebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    background: #333 !important;
  }

  .p-nav-link {
    padding: 14px 0px;
    color: #fff;
  }

  /* 推荐弹窗 */
  .layui-layer-wrap {
    padding: 10px;
  }

  .v-form .v-label,
  .layui-layer-wrap .v-form .v-label {
    text-align: left;
    padding-left: 0;
  }

  .layui-layer-wrap .v-form .col-sm-10 {
    padding: 0;
  }

  .reply-h5 {
    display: block;
  }

  .reply-box {
    position: fixed;
    width: 100%;
    bottom: -100%;
    left: 0;
    margin: 0 !important;
    border-top: solid 1px rgba(238, 226, 207, 1);
    transition: all 0.2s;
    z-index: 9;
  }

  .reply-box.show {
    bottom: 0;
    z-index: 300;
  }

  .reply_cancel_btn {
    display: inline-block !important;
  }

  .reply-h5-bg {
    display: none;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 202;
  }

  .reply-input-pc {
    display: none !important;
  }

  .reply-input-h5 {
    display: block;
    width: 100%;
    font-size: 14px;
    resize: none;
    border: 1px solid #ced4da;
    padding: 8px;
    line-height: 1.5;
  }

  .cat-multi-level {
    display: flex;
    flex-direction: column;
    border: solid 1px #eee2cf !important;
  }

  .cat-multi-level .cat-parent {
    border-right: solid 1px #eee2cf !important;
  }

  .bg-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .iframe .v-content {
    width: 100% !important;
    transform-origin: left top;
  }

  .share-content {
    bottom: 0;
    width: 100%;
    border-radius: 0 !important;
    position: absolute;
    justify-content: start !important;
    padding: 10px 0 !important;
  }

  .share-item img {
    height: 30 !important;
  }

  .share-item p {
    font-size: 12px !important;
  }

  /* bug-fixed*/
  .page-container .container-box {
    width: 100% !important;
  }

  .iframe .top-nav-2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }

  .iframe .page-content {
    padding-top: 42px;
  }
  * {
    -webkit-tap-highlight-color: transparent !important;
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
  }
  .top_banner {
    height: unset;
  }
  .page-container:before {
    /* display: none; */
  }
  .m-b-16 {
    margin-bottom: 12px;
  }
}

.el-checkbox__inner:hover,
.el-range-editor.is-active,
.el-range-editor.is-active:hover,
.el-select .el-input.is-focus .el-input__inner,
.el-input.is-active .el-input__inner,
.el-textarea__inner:focus,
.el-select .el-input.is-focus .el-input__inner,
.el-input__inner,
.el-input__inner:focus {
  /* border-color: #ce731e !important; */
  box-shadow: none !important;
}
.el-month-table td .cell:hover,
.el-month-table td.current:not(.disabled) .cell,
.el-date-picker__header-label.active,
.el-date-picker__header-label:hover,
.el-year-table td.today .cell,
.el-year-table td .cell:hover,
.el-year-table td.current:not(.disabled) .cell,
.el-tabs__item:hover,
.el-tabs__item.is-active,
.el-select-dropdown__item.selected,
.el-picker-panel__icon-btn:hover,
.el-picker-panel__shortcut:hover,
.el-date-table td.available:hover,
.el-date-table td.today span {
  color: #ce731e !important;
}
.el-month-table td.today .cell {
  color: #333;
}
.el-input__icon {
  color: #ddd2b7 !important;
}
.el-input__inner {
  border: solid 1px #ddd2b7 !important;
  background-color: transparent !important;
}

.el-button--primary.is-plain:hover,
.el-button--primary.is-plain:focus,
.el-tabs__item.is-active,
.el-checkbox__input.is-checked + .el-checkbox__label,
.el-radio__input.is-checked + .el-radio__label,
.el-button--text {
  color: #ce731e !important;
}
.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner,
.el-radio__input.is-checked .el-radio__inner,
.el-date-table td.selected span,
.el-button--primary {
  color: #ffffff !important;
  background-color: #ce731e !important;
  border-color: #ce731e !important;
}
.el-checkbox__inner:hover,
.el-checkbox__input.is-focus .el-checkbox__inner,
.el-button.is-plain:focus,
.el-button.is-plain:hover,
.el-button--primary.is-plain {
  border-color: #ce731e !important;
  color: #ce731e !important;
}

.el-button--danger.is-plain {
  border-color: #f56c6c !important;
}
.el-button--danger.is-plain:hover,
.el-button--danger.is-plain:focus {
  color: #f56c6c !important;
}

.el-dialog,
.el-pager li {
  background: #fbf2db !important;
}
.el-dialog__headerbtn:focus .el-dialog__close,
.el-dialog__headerbtn:hover .el-dialog__close {
  color: #ce731e !important;
}
.cat-form-item .el-select {
  width: 100%;
}
.el-button.el-button--plain {
  background: rgba(206, 115, 30, 0.2) !important;
  border: solid 1px #ce731e !important;
  color: #ce731e !important;
}
.el-pager li:hover,
.el-pagination.is-background .el-pager li:not(.disabled):hover {
  color: #606266 !important;
}

.el-loading-spinner .path {
  stroke: #eee;
}

.el-loading-mask {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.el-message__icon {
  display: none !important;
}
.el-message {
  min-width: auto;
  background-color: rgba(0, 0, 0, 0.5);
  border-color: transparent !important;
  top: 50% !important;
}
.el-message p {
  color: #fff !important;
}
.van-sticky {
  position: relative;
  z-index: 10;
}

/* bug-fixed */
.w-e-text-container h1,
.w-e-text-container h2,
.w-e-text-container h3,
.w-e-text-container h4,
.w-e-text-container h5,
.w-e-text-container h6 {
  font-weight: bold;
}
.w-e-text-container h1 {
  font-size: 2em;
}
.w-e-text-container h2 {
  font-size: 1.5em;
}
.w-e-text-container h3 {
  font-size: 1.17em;
}
.w-e-text-container h4 {
  font-size: 1em;
}
.w-e-text-container h5 {
  font-size: 0.83em;
}
.w-e-text-container h6 {
  font-size: 0.67en;
}

.mce-statusbar .mce-container-body {
  display: none !important;
}

.s-line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.s-flex-wrap {
  flex-wrap: wrap;
}

.s-flex-r-s-s {
  display: flex;
}

.s-flex-r-s-c {
  display: flex;
  align-items: center;
}

.s-flex-r-e-c {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.s-flex-r-e-s {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.s-flex-r-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
}

.s-flex-r-b-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.s-flex-r-b-s {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.s-flex-r-b-e {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.s-flex-c-s-s {
  display: flex;
  flex-direction: column;
}

.s-flex-c-s-c {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.s-flex-c-c-s {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.s-flex-c-b-s {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.s-flex-c-c-c {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.s-flex-c-s-e {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}

.s-flex-c-e-c {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex1 {
  flex: 1;
}

.bold {
  font-weight: 600;
}

.van-tabbar-item--active {
  background: none !important;
}
[v-cloak] { display: none !important; } 
.t-menu{
  width: 35px;
  box-sizing: border-box;
}