#usertoolbar { 
  padding-top: 0!important;
  
  
}
#usertoolbar a{
  color: #464646!important;
  align-items: baseline!important;
}


#usertoolbar .dropdown-menu {
  display: none;
}
#usertoolbar.is-authenticated {
    text-align: right !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    color: #6e6e6e !important;
}


#usertoolbar.is-authenticated > ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block !important;
}


#usertoolbar.is-authenticated .suc-dropdown {
    display: inline-block !important;
}


#usertoolbar.is-authenticated .suc-dropdown > a {
    display: inline-flex !important;
    align-items: center !important;
    text-decoration: none !important;
    color: #6e6e6e !important;
    font-weight: 700 !important;
    font-size: 12px !important;
}


#usertoolbar.is-authenticated .custom-icon {
    font-size: 19px !important;
    margin: 2px 2px 0 0 !important;
    vertical-align: text-bottom !important;
}

/* ===============================
   强制禁用下拉菜单（核心）
   =============================== */


#usertoolbar.is-authenticated .dropdown-menu,
#usertoolbar.is-authenticated .dropdown-menu.show,
#usertoolbar.is-authenticated .suc-dropdown-menu,
#usertoolbar.is-authenticated .suc-dropdown-menu.show {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}


#usertoolbar.is-authenticated .suc-dropdown.open .dropdown-menu,
#usertoolbar.is-authenticated .suc-dropdown.show .dropdown-menu {
    display: none !important;
}


#usertoolbar.is-authenticated .suc-dropdown:hover .dropdown-menu,
#usertoolbar.is-authenticated .suc-dropdown > a:focus + .dropdown-menu {
    display: none !important;
}

/* UEditor preset content blocks: image-text and multi-image layout styles */
.newshow .content .bd-rich-block {
  margin: 0.24rem 0;
  padding: 0.2rem 0;
  box-sizing: border-box;
}

.newshow .content .bd-rich-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.24rem;
}

.newshow .content .bd-rich-col {
  flex: 1 1 3.2rem;
  min-width: 2.8rem;
}

.newshow .content .bd-rich-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 0.16rem;
}

.newshow .content .bd-rich-gallery-item {
  flex: 1 1 calc((100% - 0.16rem) / 2);
  min-width: 1.8rem;
}

.newshow .content .bd-rich-gallery--3 .bd-rich-gallery-item {
  flex-basis: calc((100% - 0.32rem) / 3);
}

.newshow .content .bd-rich-gallery--4 .bd-rich-gallery-item {
  flex-basis: calc((100% - 0.48rem) / 4);
}

.newshow .content .bd-rich-title {
  margin: 0 0 0.12rem;
  font-size: 0.22rem;
  line-height: 1.4;
  color: #111827;
}

.newshow .content .bd-rich-text {
  margin: 0;
  font-size: 0.15rem;
  line-height: 1.9;
  color: #4b5563;
}

.newshow .content .bd-rich-placeholder {
  width: 100%;
  min-height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: #64748b;
  font-size: 0.16rem;
  line-height: 1.6;
  text-align: center;
  box-sizing: border-box;
}

.newshow .content .bd-rich-block img,
.newshow .content .bd-rich-gallery-item img,
.newshow .content .bd-rich-col img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  box-sizing: border-box;
}

@media (max-width: 1004px) {
  .newshow .content .bd-rich-block {
    margin: 0.3rem 0;
    padding: 0.1rem 0;
  }

  .newshow .content .bd-rich-row,
  .newshow .content .bd-rich-gallery {
    gap: 0.2rem;
  }

  .newshow .content .bd-rich-col,
  .newshow .content .bd-rich-gallery-item,
  .newshow .content .bd-rich-gallery--3 .bd-rich-gallery-item,
  .newshow .content .bd-rich-gallery--4 .bd-rich-gallery-item {
    flex-basis: 100%;
    min-width: 100%;
  }

  .newshow .content .bd-rich-col--image {
    order: 1;
  }

  .newshow .content .bd-rich-col--text {
    order: 2;
  }

  .newshow .content .bd-rich-title {
    margin-bottom: 0.16rem;
    font-size: 0.28rem;
  }

  .newshow .content .bd-rich-text,
  .newshow .content .bd-rich-placeholder {
    font-size: 0.24rem;
  }

  .newshow .content .bd-rich-placeholder {
    min-height: 2.4rem;
  }

  .newshow .content .bd-rich-block img,
  .newshow .content .bd-rich-gallery-item img,
  .newshow .content .bd-rich-col img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
