a {
    text-decoration: none !important;
}
/*溢出隐藏显示省略号*/
.ob-overflow-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.ellipsis-1 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ellipsis-3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.ob-font-12 {
    font-size: 12px !important;
}
.ob-border-t-style-dashed{
    border-top: 1px dashed #999 !important;
}
.ob-border-b-style-dashed{
    border-bottom: 1px dashed #999 !important;
}
.ob-display-inl-b {
    display: inline-block !important;
}
.ob-position-r {
    position: relative !important;
}
.ob-position-a {
    position: absolute !important;
}
/*背景色*/
.ob-bg-C3DEF4 {
    background-color: #C3DEF4 !important;
}
.ob-bg-E5E5E5 {
    background-color: #E5E5E5 !important;
}
.ob-nav-0E98CB {
    background-color: #0E98CB !important;
}
/*border颜色*/
.ob-border-color-06E7E9 {
    border-color: #06E7E9 !important;
}
.ob-border-t-color-06E7E9 {
    border-top-color: #06E7E9 !important;
}
.ob-border-r-color-06E7E9 {
    border-top-color: #06E7E9 !important;
}
.ob-border-b-color-06E7E9 {
    border-bottom-color: #06E7E9 !important;
}
.ob-border-l-color-06E7E9 {
    border-top-color: #06E7E9 !important;
}
/********************/
.ob-border-bottom-style-dashed {
    border-bottom: 1px dashed #999 !important;
}
.ob-height-30 {
    height: 30px !important;
}

/*购物车*/
.shoppingCart {
    width: 1.5rem;
    /*height: 3rem;*/
    text-align: center;
    position: fixed;
    right: 7rem;
    top: 5rem;
}

/*字体颜色*/
.ob-text-ED6D34 {
    color: #ED6D34;
}
.ob-bg-ED6D34 {
    color:#fff;
    background-color: #ED6D34;
}
.ob-border-ED6D34 {
    border-color: #ED6D34;
}
ob-bg-FFF5EC {
    background-color: #FFF5EC;
}

/*标签*/
/*1.商家服务 页 绿色标签*/
.target {
    width: 300px;
    height: 18px;
    text-align: center;
    position: absolute;
    left: -134px;
    top: 12px;
    font-size: 12px;
    transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
}
/*2.小标签  */
.guarantee { /*<span class="guarantee">担保</span>*/
    background-color: #45D61E;
    color: #fff !important;
    padding: 2px;
    font-size: 12px;
}
.deliverGoods{
    background-color: #FF6A6A;
    padding: 2px;
    border-radius: 50px;
    color: #fff !important;
}
.information{
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50px;
    background: red;
    color: #fff !important;
}
.interworking { /*<span class="interworking">互通</span>*/
    background-color: #000;
    color: yellow;
    border-radius: 100px;
    padding: 0 5px;
}
.close {
    box-shadow: none !important;
    outline: none !important;
}

.hidden {
    display: none !important;
}

.modal.left.nobackdrop .modal-dialog {
  position: fixed;
  margin: 0;
  left: 0;
  top: 0;
  height: 100%;
}

.modal.right.nobackdrop .modal-dialog {
  position: fixed;
  margin: 0;
  right: 0;
  top: 0;
  height: 100%;
}

.modal.right.nobackdrop .modal-backdrop {
  display: none !important;  /* 隐藏遮罩 */
}

.offcanvas-collapse {
  position: fixed;
  top: 0;
  left: -540px; /* 初始隐藏在左边 */
  width: 500px;
  height: 100%;
  background-color: #ffffff;
  color: #383838;
  overflow-y: auto;
  transition: left .3s ease-in-out;
  z-index: 10000; /* 确保在最上层 */
  padding: 20px;
  box-shadow: 4px 0 12px rgba(0, 0, 0, 0.2);
}
.offcanvas-collapse.open {
  left: 0;
}

/* Flexbox utilities */
.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-flex-row {
  flex-direction: row !important;
}

.d-flex-column {
  flex-direction: column !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.border-newslist{
    border-bottom: #E5E5E5 1px dotted;
}


ul.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  white-space: nowrap;
  width: 100%;
  gap: 6px;
}

ul.pagination > li {
  width: auto;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ✅ 重点：第一个 li 占据左侧空间但不挤掉其他 */
ul.pagination > li:first-child {
  margin-right: auto;       /* 把后面的 li 推到右侧 */
  text-align: right;        /* 内容靠右 */
  white-space: nowrap;
  flex: 0 1 auto;           /* 允许缩放，不强行占满 */
}

/* 禁用项内容不换行 */
ul.pagination > li.disabled span {
  white-space: nowrap;
}

/* 页码按钮 */
ul.pagination .page-link {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 1.5;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  background-color: #fff;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}

ul.pagination .page-link:hover {
  background-color: #f8f9fa;
  color: #007bff;
}

ul.pagination span.page-link{
    background-color: #007bff;
  color: #f8f9fa;
}