.swiper-container.nav-color .swiper-button.swiper-button-disabled,
.swiper-container.nav-color .swiper-slide figure .item-link.swiper-button-disabled {
    background: #5eb9f0b3 !important;
}

.swiper-container.nav-color .swiper-button,
.swiper-container.nav-color .swiper-slide figure .item-link {
    background: #5eb9f0e6 !important;
    color: #ffffff !important;
}

.swiper-container.nav-color .swiper-button:hover,
.swiper-container.nav-color .swiper-slide figure .item-link:hover {
    background: #5eb9f0 !important;
}

.navbar.navbar-light.fixed .btn:not(.btn-expand):not(.btn-gradient) {
    background: #5eb9f0 !important;
    border-color: #5eb9f0 !important;
    color: #ffffff !important;
}

.accordion-wrapper .card-header button {
    color: #5eb9f0;
}

@media (min-width: 992px) {
    .navbar-expand-lg.navbar-light .dropdown:not(.dropdown-submenu)>.dropdown-toggle:after {
        color: #5eb9f0;
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg .navbar-collapse .dropdown-toggle:after {
        color: #ffffff !important;
    }
}
.bottom-menu {
  background-color: transparent;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  padding: 8px 0 0 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}

.bottom-menu:after {
  clear: both;
  content: " ";
  display: block;
}

.bottom-menu ul li {
  list-style: none;
  text-align: center;
  font-size: 0.65em;
  line-height: 1;
  margin-bottom: 8px;
}

.bottom-menu ul li img {
  display: block;
  max-width: 64px;
  margin: 0 auto 4px;
  line-height: 1;
}

.bottom-menu ul li .fa {
  display: block;
  font-size: 18px;
  vertical-align: middle;
  margin: 0 0 4px 0;
}

.bottom-menu ul li a {
  display: block;
}
@keyframes jump {
  0% { transform: translateY(0); }
  25% { transform: translateY(-15px); } /* 跳跃高度减小 */
  50% { transform: translateY(0); }
  75% { transform: translateY(-10px); } /* 跳跃高度减小 */
  100% { transform: translateY(0); }
}

.fix_container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #B8FF3B;
    border-radius: 10px;
    margin: 0 auto;
    width: 100%;
    max-width: 750px;
    animation: jump 1s ease infinite; /* 增加动画时长 */
}
#_copy {
    align-items: center;
    background: #4494d5;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 13px;
    height: 30px;
    justify-content: center;
    position: absolute;
    width: 60px;
    z-index: 1000
}

#select-tooltip,
#sfModal,
.modal-backdrop,
div[id^=reader-helper] {
    display: none !important
}

.modal-open {
    overflow: auto !important
}

._sf_adjust_body {
    padding-right: 0 !important
}

.enable_copy_btns_div {
    position: fixed;
    width: 154px;
    left: 10px;
    top: 45%;
    background: #e7f1ff;
    border: 2px solid #4595d5;
    font-weight: 600;
    border-radius: 2px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    z-index: 5000
}

.enable_copy_btns_logo {
    width: 100%;
    background: #4595d5;
    text-align: center;
    font-size: 12px;
    color: #e7f1ff;
    line-height: 30px;
    height: 30px
}

.enable_copy_btns_btn {
    display: block;
    width: 128px;
    height: 28px;
    background: #7f5711;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    border: 0;
    outline: 0;
    margin: 8px auto;
    font-weight: 700;
    cursor: pointer;
    opacity: .9
}

.enable_copy_btns_btn:hover {
    opacity: .8
}

.enable_copy_btns_btn:active {
    opacity: 1
}