/* ============================================
   上海君珀 - Rental Service 租赁服务页
   类名防冲突：
   1. 全部自定义类名加 rs- 项目前缀（rs = Rental Service），
      避免与公共库（bootstrap .table/.row/.pagination、
      layui、site.css 等）类名冲突
   2. 所有规则挂在 body 作用域下，双保险
   ============================================ */



/* 页面根容器 */
 .rs-page {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background: #ffffff;
    overflow: hidden;
}

/* ---------- 主内容 ---------- */
 .rs-content {
    background: #ffffff;
}

 .rs-page-title {
    font-size: 36px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
}

 .rs-title-line {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

/* ---------- 介绍块 ---------- */
 .rs-intro {
    margin-top: 41px;
    background: #f5f5f5;
    border-radius: 8px;
    padding: 40px 60px 50px;
}

 .rs-intro-text p {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin: 0;
}

 .rs-intro-text p.rs-strong {
    font-weight: bold;
}

 .rs-intro-text strong {
    font-weight: bold;
}

 .rs-intro-tip {
    margin-top: 20px;
    font-size: 16px;
    color: #666666;
}

/* ---------- 搜索区 ---------- */
 .rs-search-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

 .rs-search-box {
    display: flex;
    align-items: center;
    width: 1063px;
    height: 50px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
}

 .rs-search-input {
    flex: 1;
    height: 50px;
    border: none;
    outline: none;
    padding-left: 24px;
    font-size: 16px;
    font-family: Arial, "Helvetica Neue", sans-serif;
    color: #7a7a7a;
    background: #ffffff;
    box-shadow: none;
}

 .rs-search-btn {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 141px;
    height: 50px;
    background: #04287e;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

 .rs-search-btn span {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
}

 .rs-download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 154px;
    height: 50px;
    background: #04287e;
    border-radius: 4px;
    cursor: pointer;
}

 .rs-download-btn span {
    font-size: 16px;
    color: #ffffff;
}

/* ---------- 租赁产品表 ---------- */
 .rs-table {
    margin-top: 20px;
    width: 100%;
    border: 1px solid #e2e2e2;
    border-bottom: none;
    background: #ffffff;
    margin-bottom: 0;
}

 .rs-table-head {
    display: flex;
    align-items: center;
    height: 54px;
    padding-left: 79px;
    background: #04287e;
    font-size: 20px;
    color: #ffffff;
}

 .rs-table-head .rs-col-serial {
    width: 294px;
    flex: none;
}

 .rs-table-head .rs-col-pn {
    width: 417px;
    flex: none;
}

 .rs-table-head .rs-col-desc {
    flex: 1;
}

 .rs-table-rows {
    border-bottom: none;
}

 .rs-row {
    display: flex;
    align-items: center;
    height: 45px;
    margin: 0;
    padding-left: 79px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 18px;
    color: #333333;
}

 .rs-row-white {
    background: #ffffff;
}

 .rs-row-gray {
    background: #f9f9f9;
}

 .rs-row .rs-col-serial {
    width: 294px;
    flex: none;
}

 .rs-row .rs-col-pn {
    width: 417px;
    flex: none;
}

 .rs-row .rs-col-desc {
    flex: 1;
}

/* ---------- 分页 ---------- */
 .rs-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

}

 .rs-page-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 9px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    font-size: 14px;
    color: #7a7a7a;
    cursor: pointer;
}

 .rs-page-nums {
    display: flex;
    align-items: center;
    gap: 10px;
}

 .rs-page-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    font-size: 14px;
    color: #7a7a7a;
    cursor: pointer;
}

 .rs-page-num.active {
    background: #1e2381;
    border-color: #1e2381;
    color: #ffffff;
}

 .rs-page-ellipsis {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    font-size: 14px;
    color: #7a7a7a;
}

/* ---------- 空态提示 ---------- */
 .rs-empty-tip {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 120px; */
    margin-top: 10px;
    font-size: 18px;
    color: #333;
}

/* ---------- 底部图 ---------- */
 .rs-footer img {
    display: block;
    width: 100%;
}


.found_res{
   color: #000;
   font-family: Arial;
   font-size: 18px;
   font-style: normal;
   font-weight: 400;
   margin-top: 20px;
   display: none;
}
.found_res p span{
   font-size: 24px;
   color: #04287E;
}
.foundCont{
   display: flex;
   flex-direction: column;
   align-items: center;
}
.found_dom{
   display: none;
}

/* 跳转指定页 */

.pageContainer{
   display: flex;
   align-items: center;
   justify-content: center;
   column-gap: 10px;
       margin-top: 57px;
    padding-bottom: 30px;
}
.e_html-9 .pageContainer{
   margin-top: 20px;
   padding-bottom: 0;
}
.jumpToPageCont{
   display: flex;
   align-items: center;
   column-gap: 4px;
   color: #7a7a7a;
}
.jumpToPageCont input{
   border: 1px solid #eee;
   border-radius: 0;
   line-height: 28px;
   height: 28px;
   width: 40px;
   text-align: center;
}