:root {
    --border-sub-color: #ececec;
    --mj-white: #fff;
}
.darking:root {
    --border-sub-color: #6c7781;
}
.tb-main-wraper.with-sidebar .tb-main {
    width: calc(100% - 300px - 24px)!important;
}
.tb-rtools {
    bottom: 78px!important;
    right: 10px!important;
}
.widget_custom_html.widget {
    margin-bottom: 20px!important;
}
.ml-1 {
    margin-left: 5px;
}
.ml-2 {
    margin-left: 10px;
}
.mt-2 {
    margin-top: 20px;
}

.h-300 {
    height: 300px;
}
@media(max-width: 1024px) {
    .tb-main-wraper.with-sidebar .tb-main {
        width: 100%!important;
    }
    .tb-main-wraper.with-sidebar .tb-sidebar {
        width: 100%!important;
    }
   .tuijian-box {
        display: none;
   }
}

.widget.flex {
    display: flex!important;
}
.pc-left {
  width: calc(100% - 260px);  
}
.pc-right {
  margin-left: 15px;
  width: 245px;  
}
.pc-right .fixed_sea_nav {
  overflow-y: scroll;
}


.news-top {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 2px;
}
.news-list .list-item {
    font-size: 14px;
    color: var(--color-content);
    display: block;
    padding: 0 0 12px 10px;
    position: relative;
}
.news-list .list-item p:hover {
    color: var(--primary-color)!important;
}

.pc-right .news-list .list-item .line {
    border-left: 1px dashed var(--secend-colo);
    height: 100%;
    left: 2px;
    position: absolute;
    top: 10px;
}
.pc-right .news-list .list-item .circle {
    background-color: #00dfe4;
    border-radius: 50%;
    height: 5px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 5px;
}



.tb-main-wraper.with-sidebar .tb-sidebar {
    width: 300px;
}
.tb-main-wraper.with-sidebar .tb-sidebar .widget.-fix-t {
    width: 300px;
}
.art-content h2 {
    padding-bottom: 0.3em;
    line-height: 1.225;
    font-size: 21px;
    border-bottom: 1px solid #eee;
}
.darking .art-content h2 {
    border-bottom: 1px dashed var(--color-content)!important;
}
.art-content h3 {
    border-left: 4px solid var(--primary-color);
    padding-left: 0.75rem;
    margin-bottom: 0.75rem;
    margin-top: 1rem;
}
.widget_qapress_list {
     background: var(--tb--white);
    margin-bottom: 20px;
    padding: 15px;
}
.widget_qapress_list .mo-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin: 2px 0 15px;
    padding: 0 0 0 12px;
    position: relative;
}
.widget_qapress_list .mo-title h3 {
    margin-top: 5px;
}
.widget_qapress_list .mo-title::before {
    background-color: var(--primary-color);
    background-image: linear-gradient(180deg,rgba(255,255,255,.15),transparent);
    border-radius: 3px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px;
}
.widget_qapress_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget_qapress_list ul li {
    line-height: 1.46;
    padding: 5px 0 10px 12px;
    position: relative;
}
.widget_qapress_list ul li::before {
    border: 4px solid transparent;
    border-left: 5px solid var(--qa-light-color);
    content: "";
    height: 0;
    left: 0;
    line-height: 0;
    position: absolute;
    top: 11px;
    width: 0;
}



.top-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 15px;
  width: 100%;
  height: 80px;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}
.top-content::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  width: 40px;
  height: 80px;
  background-image: linear-gradient(90deg, #0000001c, transparent);
  z-index: 2;
  border-radius: 10px 0 0 10px;
}
.top-content::after {
  content: "";
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  width: 40px;
  height: 80px;
  background-image: linear-gradient(-90deg, #0000001c, transparent);
  z-index: 9;
  border-radius: 0 10px 10px 0;
}
.basic-marquee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
.basic-marquee .button {
  transition: all 0.3s ease;
}
.basic-marquee .button:hover {
  transform: scale(1.1);
  cursor: pointer;
}
.basic-marquee-1 {
  animation: marquee 15s linear infinite;
}
.basic-marquee-2 {
  animation: marquee 21s linear infinite;
}
.benefits {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  min-width: 900px;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  inset: 0;
}
@keyframes marquee {
  0% {
    transform: translateX(10%);
  }
  100% {
    transform: translateX(-10%);
  }
}

.basic-marquee svg {
  width: 40px;
}
.basic-marquee img {
  width: 60px;
           border-radius: 20px;
}
.basic-marquee button {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cls-1 {
  fill: #1ab7ea;
}

.cls-1,
.cls-2 {
  fill-rule: evenodd;
}

.cls-2 {
  fill: #fff;
}

.cls-3 {
  fill: #ee8208;
  fill-rule: evenodd;
}

.cls-4 {
  fill: #fff;
}

.cls-5,
.cls-6 {
  fill-rule: evenodd;
}

.cls-5 {
  fill: #48dd55;
}

.cls-6 {
  fill: #fff;
}

.cls-7 {
  fill: #0a66c2;
}

.cls-7,
.cls-8 {
  fill-rule: evenodd;
}

.cls-8 {
  fill: #fff;
}

.cls-9 {
  fill: #10b7f4;
}

.cls-9,
.cls-10 {
  fill-rule: evenodd;
}

.cls-10 {
  fill: #fff;
}

.cls-11 {
  fill: #1da1f2;
}

.cls-11,
.cls-12 {
  fill-rule: evenodd;
}

.cls-12 {
  fill: #fff;
}

.cls-13 {
  fill: #ea4c89;
}

.cls-13,
.cls-14 {
  fill-rule: evenodd;
}

.cls-14 {
  fill: #fff;
}

.cls-15 {
  fill: #1769ff;
}

.cls-15,
.cls-16 {
  fill-rule: evenodd;
}

.cls-16 {
  fill: #fff;
}

.cls-17 {
  fill: #f26522;
}

.cls-17,
.cls-18 {
  fill-rule: evenodd;
}

.cls-18 {
  fill: #fff;
}

.art-sub {
  font-size: 14px;
  font-weight: 300;
}
.footer-item {
   margin-left: 5px;
}
.small-btn {
   padding: 6px;
   border-radius: 5px;
   font-size: 14px;
   background-color: var(--tb--main);
   color: #fff;
   width: 40px;
   margin-left: 5px
}
.small-btn:hover {
   opacity: .8;
}
.small-btn.disabled {
   opacity: .7;
}
span.red-text {
   color: red!important;
}
.f-group.hidden-bolck {
   display:none!important;
}

.art-content .news-source {
   display: flex;
   align-items: center;
}
.art-content .news-source img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.info-wraper .tb-excerpt {
     word-break: break-all;
}
.tb-main .art-content a:hover {
     color: #482ff7;
}


.fixed_sea_nav {
    width: auto;
    background: var(--tb--white);
    overflow: hidden;
    margin: 0 auto;
    padding: 10px 20px;
    margin-top: -9px;
    border-radius: 8px;
    /*box-shadow: 0 0 5px rgba(1,2,1,.3);*/
}

.prolist dl {
    float: left;
    width: 7.13333333%;
    margin-bottom: 0;
    margin-top: 0px;
}

.prolist dl:hover {
    background: rgb(0,0,0,.1);
    border-radius: 5px;
}

.prolist dl dt {
    text-align: center;
    padding-top: 5px;
}

.prolist dl img {
    width: 50px;
    height: 50px;
}

.prolist dl dd {
    text-align: center;
    font-size: 16px;
    margin: 0px;
    margin-bottom: 1px;
}
.small-sub-text {
    font-size: 12px;
    font-weight: normal;
}

/*热点榜单css start*/
.list-site-tag {
    z-index: 10;
}
/*热点榜单css end*/

/*最近来访 css start*/
.fixed_referlink_nav.prolist {
    width: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: -9px;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    /* box-shadow: 0 0 5px rgba(1,2,1,.3);*/
    
}
.fixed_referlink_nav .referlink-card {
    width: calc(16.6666% - 10px);
    height: 45px;
    margin: 5px 5px;
    box-sizing: border-box;
    background: var(--tb--white);
    border-radius: 6px;
}
.fixed_referlink_nav .referlink-card:nth-child(4n+1) {
  padding-left: 0;
}
.fixed_referlink_nav .referlink-card:nth-child(5n) {
  padding-right: 0;
}
.fixed_referlink_nav .referlink-card:hover {
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.fixed_referlink_nav .space {
    width: 10px;
}
.referlink-card .s-info {
    position: relative;
    display: flex;
    align-items: center;
}
.referlink-card .s-info a:hover {
    color: var(--primary-color);
}
.referlink-card .s-info .p-t-w {
    line-height: 45px;
    white-space: nowrap;      /* 保持文本在一行，不换行 */
  overflow: hidden;         /* 超出容器部分隐藏 */
  text-overflow: ellipsis;
}
.referlink-card .s-info .tb-thumb {
    flex: 0 0 25px;
    height: 25px;
    margin-right: 12px;
    display: block;
    overflow: hidden;
    margin-left: 12px;
}
.referlink-card .s-info .tb-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .3s;
}
.referlink-card .refer-tag {
}
.referlink-card .refer-tag img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    position: absolute;
    top: -7px;
    left: 30px;
}
/*最近来访 css end*/
.tb-card-title.custom h3:before {
    width: 72px;
}
.color-gray {
    color: gray;
}

.tb-tags a:hover {
    background: var(--primary-color);
    color: #fff!important;
}

.page-template-page-contribute .tb-main-wraper a:hover {
     color: #482ff7!important;
}

.tb-sidebar .widget .textwidget {
    display: flex;
}
.tb-sidebar .widget_custom_html {
    max-height: 350px;
    overflow-y: scroll;
}
.tb-sidebar .widget .mo-title h3 {
    position: relative;
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
    z-index: 1;
    flex-shrink: 0;
}
.tb-sidebar .widget .mo-title {
    display: flex;
    align-items: center;
    margin: 0 0 16px 0;
    color: var(--tb--base);
}
.tb-sidebar .widget .textwidget {
    /*padding: 24px 24px 8px 24px;*/
    background: var(--tb--white);
    border-radius: 6px;
}

.widget .mo-title h3:before {
    position: absolute;
    content: "";
    height: 6px;
    width: 100%;
    bottom: 2px;
    border-radius: 3px;
    background: var(--secend-color);
    z-index: -1;
}

.site-kuaizhao {
    max-width: 800px;
    border-radius: 10px;
    margin-top: 20px;
}
.kuaizhao-text span {
    display: flex;
    justify-content: center;
}
.kuaizhao-text span {
    font-size: 12px;
    color: #666666;
}

.widget_recent_visit_widget {
    padding-top: 0px!important;
}
@media(max-width: 768px){
    #postChat_button {
        right: 8px!important;
    }
    .site-kuaizhao {
        max-width: 100%;
    }
}
@media(max-width: 1024px){
    .tb-sidebar .widget .outline-navigator {
        display: none;
    }
}
.friendlink {
    background: var(--tb--white);
    border-width: 0;
    margin-bottom: 3rem;
    box-shadow: 0 0 20px -5px rgba(158,158,158,.2);
    transition: background-color .3s;
    border-radius: .625rem;
}
.friendlink .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.friendlink a {
    font-size: 13px;
    position: relative;
    display: inline-block;
    margin: .25rem .5rem .25rem .25rem;
    color: var(--color-content);
    outline: 0!important;
}
.friendlink a.text-link:before {
    content: '\2022';
    display: inline-block;
    position: relative;
    margin-right: 5px;
}
.block-header {
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 18px!important;
    color: var(--tb--base);
}
.block-header .block-title {
    font-size: 18px!important;
}
.block-header a {
    font-size: 15px;
    color: var(--color-content);
}
.flex-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.tb-f-links a:hover {
    color: var(--primary-color)!important;
}

.tb-f-links .blogroll {
    background: #fff;
    border-width: 0;
    margin-bottom: 1rem;
    box-shadow: 0 0 20px -5px rgba(158,158,158,.2);
    transition: background-color .3s;
}

.footer-card {
    background: var(--tb--white);
    border-width: 0;
    margin-bottom: 2rem;
    box-shadow: 0 0 20px -5px rgba(158,158,158,.2);
    transition: background-color .3s;
    border-radius: .625rem;
}
.footer-card .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    font-weight: 700;
    text-align: center;
}
.keyboard-btn {
    position: relative;
    color: #030405;
    border: 1px solid silver;
    border-radius: 3px;
    height: 3em;
    width: 3em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    background-image: linear-gradient(#f5f5f5,#fff);
    margin: auto;
}

@media (max-width: 1500px) {
  .page-ranks .tb-widget-rank {
      flex: 0 0 calc(25% - 24px)!important;
  }  
}


@media (max-width: 640px) {
  .page-ranks .tb-widget-rank {
      flex: 0 0 100%!important;
  }  
}


.outline-navigator__title {
    margin-left: 0px!important;
}
.outline-heading:hover .outline-heading__anchor {
    display: none!important;
}

.icon-container {
   right: 10px!important;
   width: 40px!important;
   height: 40px!important;
   border-radius: 6px!important;
   bottom: 222px!important;
}

.icon-container:hover{
    background-color: #037cff!important;
}




.donate-box {
    display: flex;
    margin-left: -.4rem;
    margin-right: -.4rem;
    flex-wrap: wrap;
}

.donate-item {
    width: calc((100% / 6) - .8rem);
    border: 1px solid var(--border-sub-color);
    border-radius: 7px;
    padding: 10px 20px;
    margin: 0 .4rem .5rem .4rem;
}
@media (min-width: 1500px) {
  .donate-item {
      width: calc((100% / 8) - .8rem);
  }  
}

.donate-item img {
    width: 140px;
    height: auto;
    margin-bottom: 5px;
    object-fit: cover;
}
.donate-desc {
    background: #e5a80d;
    border-radius: 5px;
    color: #fff;
    padding: 0px 15px;
    font-size: 13px;
    display: inline-block;
}
.donate-item a {
    display: flex;
}
.donate-item a.img-link {
    justify-content: center;
}
.donate-item .link_name {
    font-size: 22px;
    line-height: 50px;
}
@media (max-width: 640px) {
  .donate-item {
      width: 100%;
  }  
}

.donate-modal {
  display: none; /* 默认隐藏 */
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}
.donate-modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 10px 20px;
  border: 1px solid #888;
  width: 650px;
  border-radius: 12px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  animation-name: donatemodalopen;
  animation-duration: 0.4s;
}
.donate-modal-content .content-box img {
    width: 200px;
    margin: 0px 200px;
}

.donate-modal-content .content-box ul {
    padding-left: 20px;
}

.zhuanti-modal {
  display: none; /* 默认隐藏 */
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}
.zhuanti-modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 10px 20px;
  border: 1px solid #888;
  width: 750px;
  border-radius: 12px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  animation-name: modalopen;
  animation-duration: 0.4s;
}
.zhuanti-modal-content .content-box img {
    width: 200px;
    margin: 0px 200px;
}

.zhuanti-modal-content .content-box ul {
    padding-left: 20px;
}
.collect-modal {
  display: none; /* 默认隐藏 */
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}
.collect-modal h3 {
    padding-left: 10px;
}
.collect-modal .tb-nodata {
    margin-top: 100px;
}
.collect-modal .tb-nodata.-bg {
    display: none;
}
.collect-modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 10px 20px;
  border: 1px solid #888;
  width: 850px;
  border-radius: 12px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  animation-name: modalopen;
  animation-duration: 0.4s;
}
.collect-modal-content .post-site .-metas {
    bottom: 5px;
}
.collect-modal-content .edit-btn {
    font-size: 13px;
    margin-left: 20px;
    font-weight: normal;
    border: 1px solid blue;
    background: blue;
    color: #fff;
    border-radius: 6px;
    padding: 5px 10px;
    cursor: pointer;
}
.collect-modal-content .edit-btn:hover {
    background: #181895;
}
.collect-modal-content .post-site {
    height: 80px!important;
}

.collect-modal-content .post-site:hover .tb-collect-wraper {
    visibility: hidden;
}
.collect-modal-content .content-box img {
    width: 200px;
    margin: 0px 200px;
}

.collect-modal-content .content-box ul {
    padding-left: 20px;
}
.collect-modal-content .-meta {
    float: right;
}
.collect-modal-content .tb-like.-meta {
    display: none;
}
.collect-modal-content .-views.-meta {
    display: none;
}
.collect-modal-content .tb-excerpt {
    display: none!important;
}
.collect-modal-content .post-list {
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    flex-wrap: wrap;
}
.collect-modal-content .post-list .info-wraper {
    border: 1px solid var(--border-sub-color);
    border-radius: 8px;
}
.collect-modal .content-list {
    margin-top: 0px!important;
    max-height: 350px!important;
    width: 100%!important;
    display: inline-block!important;
    height: 300px!important;
}
.collect-modal .post-site .info-wraper {
    padding: 10px 10px 41px 10px;
}
.collect-modal p.tip {
    text-align: left!important;
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 12px!important;
}
.collect-modal .hidden {
    display: none!important;
}
.collect-modal .post-site .info-wraper {
    padding: 10px 10px 41px 10px;
}
.collect-modal-content .l-bcst li {
   width: calc(25% - 12px);
}
.collect-modal-content .l-bcst li.item {
    display: none;
}



.jubao-modal {
  display: none; /* 默认隐藏 */
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}
.jubao-modal h3 {
    padding-left: 10px;
}
.jubao-modal .tb-nodata.-bg {
    display: none;
}
.jubao-modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 10px 20px;
  border: 1px solid #888;
  width: auto;
  max-width: 500px;
  border-radius: 12px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  animation-name: modalopen;
  animation-duration: 0.4s;
}
.jubao-modal-content .desc {
    margin-left: 10px;
}
.jubao-modal-content .radio-group {
    margin-left: 10px;
    margin-top: 10px;
}
.jubao-modal-content .radio-group .radio-item {
    margin-right: 20px;
}
.jubao-modal-content .footer {
    margin: 20px auto;
    width: 100px;
}
.jubao-modal-content #descBox {
    margin-top: 10px;
    font-size: 12px;
}
.jubao-modal-content #xiuzhengInput {
    margin-top: 10px;
    display: none;
}
.jubao-modal-content #xiuzhengInput input {
    background-color: #f1f3f6;
    border: 1px solid #f1f3f6;
    font-size: .875rem;
    padding: .375rem .75rem;
    height: calc(1.5em + .75rem + 2px);
    width: 100%;
}

@keyframes modalopen {
  from {opacity: 0}
  to {opacity: 1}
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


/*顶部推荐卡片*/
.tuijian-card {
    display: flex;
}
.category_item {
    overflow: hidden;
    transform: scale(1);
    transition: .3s;
    height: 30%;
    border-radius: 12px;
    margin: 0 .4rem .5rem .4rem;
}
.category_item a.category_button {
    height: 100%;
    width: 100%;
    background: var(--mj-card-bg);
    border-radius: 12px;
    display: inline-block;
    text-align: left;
    line-height: 4em;
    font-weight: 800;
    font-size: 16px;
    color: var(--mj-white);
    transition: all .4s cubic-bezier(.39,.575,.565,1);
    transform: scale(1);
    overflow: hidden;
}
.category_button_text {
    padding-left: 25px;
}
a.category_button i {
    font-size: 3rem;
    opacity: .3;
    position: absolute;
    right: 15px;
    top: 10%;
    transition: .3s;
    transform: rotate(-10deg);
}
.tuijian-card .card-1{
    width: calc(30% - 20px);
    max-width: 200px;
}
.tuijian-card .card-2 {
    width: calc(30% - 20px);
    max-width: 200px;
}
.tuijian-card .card-3 {
    width: calc(100% - 200px - 200px - 300px);
}
.tuijian-card .top-product {
    margin: 0 .4rem .5rem .4rem;
    background: var(--tb--white);
    border-radius: 10px;
    padding: 10px 10px;
    height: 245px;
}
.collect-modal .top-product {
    height: 500px;
    background: var(--tb--white);
    border-radius: 10px;
    padding: 10px 10px;
}
.top-product .item,.top-product p {
    font-size: 13px;
    line-height: 28px;
    vertical-align: center;
    text-align: center;
    transform-origin: center; /* 设置变换的基点为中心 */
}
.top-product .news-header {
    position: absolute;
}
.top-product .content-list {
    margin-top: 30px;
    overflow-y: scroll;
    height: 245px;
    display: flex;
    flex-wrap: wrap;
    height: 200px;
}
.top-product .item:hover img {
    transform: scale(1.1);
    transition-duration: 0.5s, 1s, 1s;
}
.top-product .item:hover {  
    border: 1px solid var(--border-sub-color);
}
.top-product .item {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    padding: 5px;
    color: var(--color-content);
}
.top-product .item img {
    width: 50px;
    height: 50px;
    border-radius: 15px;
}
.tuijian-card .card-4 {
    width: calc(30% - 20px);
    max-width: 300px;
}
.top-news {
    margin: 0 .4rem .5rem .4rem;
    background: var(--tb--white);
    height: 245px;
    border-radius: 10px;
    padding: 10px 10px;
}
.top-news ul {
    overflow: scroll;
    height: 180px;
    padding-left: 20px;
    margin-bottom: 0px;
}
.top-news ul li {
    margin-bottom: 7px;
    font-size: 12px;
}
.news-header {
    padding-left: 5px;
    font-size: 15px;
    color: var(--tb--base);
}
.tuijian-card .tbfa {
    font-weight: 900;
}
a.category_button:after {
    top: 45px;
    width: 1rem;
    left: 25px;
    height: 2.5px;
    background: var(--mj-white);
    content: "";
    border-radius: 1px;
    position: absolute;
    transition: .8s;
}
a.category_button:hover i {
    opacity: .8;
    transition: .8s;
    transition-delay: .15s;
    transform: scale(1.1);
}
a.category_button:hover:after {
    width: 3rem;
    transition: .8s;
}
.zhuanti-box {
    display: flex;
    flex-wrap: wrap;
}
.zhuanti-box .category_item {
    width: calc(25% - .4rem - .4rem);
    height: 70px!important;
}


.bulletin {
    width: 35%!important;
}
.collect-tip {
    max-width: 25%!important;
}
.tb-asosod img {
    width: 100%!important;
}
.max-width-img {
    width: 100%!important;
}

.input-qapress-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-qapress-group-append {
    margin-left: -1px;
    display: flex;
}
.input-qapress-group .form-control {
    color: #6d6e74;
    border: 1px solid #f1f3f6!important;
    background-color: #f1f3f6!important;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
    height: 44px!important;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 10px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
    padding-left: 1rem!important;
}


.btn-danger {
    background: var(--qa-color);
    color: background;
    border-color: var(--qa-color);
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

@media(max-width: 1024px) {
    .tuijian-card .card-1 {
        display: none;
    }
    .tuijian-card .card-2 {
        display: none;
    }
    .tuijian-card .card-3 {
        width: calc(100% - 300px);
    }
    .tuijian-card .card-4 {
        width: 50%;
    }
}
@media(max-width: 576px) {
    .tuijian-card .card-3 {
        width: 100%!important;
    }
    .tuijian-card .card-4 {
        display: none;
    }
    .tuijian-card .card-1 {
        display: none;
    }
    .tuijian-card .card-2 {
        display: none;
    }
}
.toufang-btn {
    border: 1px solid var(--tb--main);
    padding: 10px 15px;
    border-radius: 6px;
    background: var(--tb--main);
    color: #fff!important;
}
.toufang-btn:hover {
    background: #181895!important;
}
.tbm-stmod ul{
    z-index: 999999!important;
}
.tbm-postactions {
    display: none;
}

.tb-sidebar .card-widget#card-wechat {
    border-radius: 8px;
    background: #57bd6a;
    display: flex;
    box-shadow: 0 8px 16px -4px rgba(44,45,48,0.047);
    justify-content: center;
    align-content: center;
    padding: 0;
    cursor: pointer;
    border: none;
    height: 110px;
}
.tb-sidebar #flip-wrapper {
    position: relative;
    width: 235px;
    height: 110px;
    z-index: 1;
    -webkit-perspective: 1000;
}
.tb-sidebar #flip-content {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: cubic-bezier(0,0,0,1.29) .3s;
}

.tb-sidebar #flip-wrapper #flip-content .face {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-size: 100%;
}

.tb-sidebar #flip-wrapper #flip-content .back.face {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    box-sizing: border-box;
    background-size: 100%;
    backface-visibility: hidden;
}

#flip-wrapper:hover #flip-content {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.kuaizhao-box {
    display: flex;
    justify-content: center;
}

.fankui-btn {
    margin-left: 20px;
}
.fankui-btn:hover {
    background-color: #f1404b;
    color: #fff!important;
    border-color:  #f1404b!important;
}

.dream-msg-stage {
    z-index: 100001!important
}
@media (max-width: 768px) {
    .page-contribute .-base-info.article {
        padding-left: 0!important;
    }
}
.tb-upload.article {
    width: 219px;
    height: 110px;
}
.page-contribute .-base-info.article {
    padding-left: 258px;
    height: 160px;
}

.page-contribute .-base-info.article .f-group {
    margin-bottom: 16px;
}
.page-contribute .-tougao-btn {
    margin-bottom: 20px;
}

.art-content img {
    border-radius: 12px;
}

.ctl-wrapper .ctl-title a:hover {
    color: var(--tb--main)!important;
}

.outline-navigator-parent #outline-navigator {
    background: var(--tb--white);
}

.tb-main-wraper.with-sidebar .tb-sidebar {
    position: sticky!important;
    top: 20px;
}