/*common start*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #f6f8ff;
}

.form-control:focus,
.form-check-input:focus,
.form-select:focus {
    border-color: #000 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

ul,
ol,
li,
dl,
dt,
dd {
    list-style: none;
    padding: 0;
    margin: 0;
}

.line-clamp {
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.line-clamp-2 {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.line-clamp-4 {
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.line-clamp-6 {
    display: -webkit-box;
    line-clamp: 6;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.container {
    max-width: 90%;
    width: 1200px;
    padding: 0;
}


a {
    text-decoration: none;
    color: #000;
}

a:hover {
    opacity: 0.9;
}

button {
    outline: none !important;
}

button:focus {
    border: none !important;
    box-shadow: none !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    appearance: textfield;
    -moz-appearance: textfield;
}

input::placeholder {
    color: #ccc !important;
    /* 你可以设置为你需要的颜色 */
}

.w-30 {
    width: 30% !important
}

.w-40 {
    width: 40% !important
}

/*固定图片比例*/
.fixed-ratio {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

/*默认3:2*/
.fixed-ratio::before {
    content: "\0020";
    display: block;
    width: 100%;
    height: 0;
    padding: 33.33% 0;
}

/*比例4:2.5*/
.fixed-ratio.rectangle::before {
    content: "\0020";
    display: block;
    width: 100%;
    height: 0;
    padding: 31.25% 0;
}

/*比列2:1*/
.fixed-ratio.half::before {
    padding: 25% 0;
}
/*首页幻灯*/
.fixed-ratio.halfHome::before {
    padding: 22% 0;
}


/*比列1:1*/
.fixed-ratio.square::before {
    padding: 50% 0;
}

/*比列3:4*/
.fixed-ratio.frectangle::before {
    padding: 66.66% 0;
}

.fixed-ratio>img,
.fixed-ratio>div {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.fixed-ratio>img,
.fixed-ratio>img {
    object-fit: cover;
}

.theme_txt_color {
    color: #469682;
}

.theme_bg_color {
    background-color: #469682;
}

/*common end*/

/* Header Styles */
.base_top {
    border-bottom: 1px solid #edf0fb;
    font-size: 0.875rem;
    padding: 0.25rem 0;
}

.base_top .icon {
    width: 1.25rem;
}

.base_top .btn {
    font-size: 0.875rem;
    text-decoration: none;
}

.baisc_info {
    padding: 2rem 0;
}

.baisc_info .logo,
.baisc_info .contTel {
    gap: 1rem;
}

.baisc_info .icon {
    width: 3.5rem;
}

.baisc_info .text {
    font-size: 1.75rem;
    font-weight: normal;
}

.baisc_info .text span {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #666;
}

.baisc_info .search {
    width: 56%;
}

.baisc_info .search .search-field {
    position: relative;
    flex: 1;
}

.baisc_info .search .search-field .icon {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    width: 1.75rem;
}
.searchForm{
    flex: 1 1 0;
    width: 0;
}
.search-input {
    height: 2.75rem;
    background: #fff;
    border: 1px solid #e6eef6;
    border-right: none;
    padding-left: 3rem;
    border-radius: 0.25rem 0 0 0.25rem;
}

.search-input::placeholder {
    color: #999;
}

.search-btn {
    height: 2.75rem;
    padding: 0 2rem;
    background-color: #469682;
    color: #fff;
    border: 1px solid #469682;
    border-radius: 0 0.25rem 0.25rem 0;
    cursor: pointer;
}

.search-btn:hover {
    background-color: #3b7f70;
    border-color: #3b7f70;
    color: #fff;
}
.inquiryBtn{
    background: #f09007;
    color: white;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contTel .icon {
    width: 2.25rem;
}

.contTel .text {
    font-size: 1.5rem;
    color: #f09007;
}

.contTel .text span {
    color: #666;
    font-size: 0.875rem;
}

.baisc_info .shopcar{
    gap: 0.5rem;
    cursor: pointer;
}
.baisc_info .shopcar .icon{
    width: 2.5rem;
    background: white;
    border-radius: 50%;
    overflow: visible !important;
}
.baisc_info .shopcar .text{
    font-size: 0.875rem;
}
.baisc_info .shopcar .badge{
    position: absolute;
    right: -0.5rem;
    top: -0.5rem;
    background: #ff6a00;
    font-weight: normal;
}
.baisc_info .shopcar .title{
    color: #999;
}
.baisc_info .shopcar b{
    color: #469682;
    font-weight: normal;
    padding: 0 0.25rem;
}

/* 采购车弹窗样式 */
.shopcar {
    position: relative;
}

.shopcar-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: -100%;
    width: 420px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    display: none;
}

.shopcar-dropdown.show {
    display: block;
}

.shopcar-subtitle {
    padding: 0.75rem 1.25rem 0;
    font-size: 0.875rem;
}

.shopcar-list {
    max-height: 360px;
    overflow-y: auto;
}

.shopcar-item {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #f0f0f0;
    align-items: center;
    gap: 0.75rem;
}

.shopcar-item:hover {
    background: #fafafa;
}

.shopcar-item .item-img {
    width: 3.75rem;
    border-radius: 4px;
}


.shopcar-item .item-info {
    flex: 1;
    min-width: 0;
}

.shopcar-item .item-name {
    font-size: 0.875rem;
    color: #333;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.shopcar-item .item-price {
    font-size: 0.875rem;
    color: #ff6a00;
    font-weight: 600;
}

.shopcar-item .item-quantity {
    font-size: 0.875rem;
    color: #666;
    white-space: nowrap;
}

.shopcar-item .item-delete {
    font-size: 0.875rem;
    color: #999;
    text-decoration: none;
    white-space: nowrap;
    margin-left: 0.5rem;
}

.shopcar-item .item-delete:hover {
    color: #ff6a00;
}

.shopcar-footer {
    padding: 1rem 1.25rem;
    border-top: 1px solid #f0f0f0;
    background: #fff;
}

.shopcar-total {
    font-size: 0.875rem;
    color: #333;
}

.shopcar-total .total-count {
    color: #ff6a00;
    font-weight: 600;
}

.btn-go-shopcar {
    padding: 0.5rem 1.5rem;
    background: #469682;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.875rem;
    border: 1px solid #469682;
    transition: all 0.3s;
}

.btn-go-shopcar:hover {
    background: #3b7f70;
    border-color: #3b7f70;
    color: #fff;
}
/* Header Nav */
.header_nav {
    background-color: #469682;
}

.header_nav .fixed-nav {
    color: #fff;
}

.header_nav .nav {
    gap: 1.25rem;
}

.header_nav .nav li {
    position: relative;
}

.header_nav .nav li a {
    display: block;
    color: #fff;
    padding: 0.75rem 0.25rem;
    position: relative;
}

.header_nav .nav li a.active,
.header_nav .nav li a:hover {
    color: #f0fdf8;
}

.header_nav .nav li a.active::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50%;
    transform: translateX(-50%);
    height: 3px;
    background: #f09007;
    display: block;
}

.header_nav .nav {
    flex: 1 1 0;
}

.header_nav .nav li {
    flex: 1;
    text-align: center;
}

.header_nav .nav li a {
    color: white;
    font-size: 1rem;
    padding: 1rem 0;
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.header_nav .nav li a.active {
    font-weight: bold;
}

.header_nav .nav li a:hover {
    font-weight: bold;
    background: #328973;
}

.header_nav .fixed-nav {
    background: #328973;
    width: 210px;
    color: white;
    font-size: 1rem;
    padding: 1rem 0;
    display: block;
    text-align: center;
}

/* Dropdown Panel */
.dropdown-panel {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    background: #fff;
    border-radius: 0.625rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #edf0fb;
    display: none;
    z-index: 10;
    overflow: hidden;
}

.has-dropdown:hover .dropdown-panel,
.has-dropdown:focus-within .dropdown-panel {
    display: block;
}

.dropdown-panel .panel-header {
    padding: 0.75rem 0.875rem;
    color: #469682;
    font-weight: 700;
    border-bottom: 1px solid #edf0fb;
}

.dropdown-panel .panel-list {
    list-style: none;
    margin: 0;
    padding: 0.5rem 0;
}
.dropdown-panel .panel-list li {
    text-align: left;
}

.dropdown-panel .panel-list li a {
    display: block;
    padding: 0.5rem 0.875rem;
    color: #333;
    font-size: 0.875rem;
}

/* Footer Styles */
.base_title {
    position: relative;
    padding-left: 1rem;
}

.base_title::before {
    position: absolute;
    left: 0;
    top: 15%;
    width: 4px;
    height: 70%;
    border-radius: 0.5rem;
    background: #449284;
    content: '';
    display: block;
}

.panel-header {
    width: 100%;
}

.header-actions {
    font-size: 0.875rem;
}

.header-actions .action span {
    color: #888888;
}

.header-actions .share-ico {
    width: 1.5rem;
}

.header-actions .share-ico+span {
    color: #f09007;
}

.header-actions .arrow-ico {
    width: 1rem;
}

.header-actions .category a{
    color: #333;
    font-size: 0.875rem;
    border-right: 1px solid #ddd;
    padding: 0 1rem 0 0;
    display: block;
}
.header-actions .category a:last-child{
    border-right: none;
}
/*分类检索*/
.base_search_cite dl {
    border-bottom: 1px solid #edf0fb;
    padding-bottom: 1rem;
}

.base_search_cite dl:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.base_search_cite dl dt {
    font-size: 0.875rem;
    font-weight: normal;
    color: #666;
    text-align: right;
    width: 5rem;
    padding: 0.25rem 0;
}

.base_search_cite dl dd {
    flex: 1 1 0;
    width: 0;
}

.base_search_cite dl dd a {
    font-size: 0.875rem;
    color: #333;
    padding: 0.25rem 1rem;
    border-radius: 0.25rem;
}

.base_search_cite dl dd a.active {
    background: #469682;
    color: white;
}

.base_search_cite dl dd .icon {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    width: 1.75rem;
}

.base_search_cite dl dd .search-input,
.base_search_cite dl dd .search-btn {
    font-size: 0.875rem;
}

.base_search_cite dl dd .search-btn {
    word-break: keep-all;
}

.h_party01 {
    gap: 1rem;
}

.h_party01 .rightCont {
    flex: 1 1 0;
    width: 0;
}

.h_party02 .leftNav {
    width: 100%;
}

.h_party02 .leftNav .item {
    gap: 0.5rem;
    background: white;
    width: calc((100% - 5rem) / 6);
    position: relative;
    transition: all 0.3s;
    top: 0;
}
.h_party02 .leftNav .item:hover {
    top: -0.5rem;
}
.h_party02 .leftNav .item .icon {
    width: 2.5rem;
}

.h_party02 .leftNav .item .text {
    font-size: 1rem;
    color: #3d4140;
}
.h_party02 .leftNav.news-nav .item {
    width: 48%;
    flex-direction: column;
}

/*公共表格列表*/
/* Reuse table styles */
.base_table .table {
    padding: 0;
    margin-top: 0.5rem;
}

.base_table .table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.base_table .table-scroll.dragging {
    cursor: grabbing;
}

.base_table .price-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 720px;
}

.base_table .price-table thead,
.base_table .price-table tbody {
    border: none
}

.base_table .price-table thead th {
    background: #f6f8ff;
    padding: 0.75rem 1rem;
    color: #333;
    font-size: 0.875rem;
}

.base_table .price-table tbody td {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    color: #666;
}

.base_table .price-table thead th:first-child,
.base_table .price-table tbody tr>td:first-child {
    text-align: left;
    color: #333;
}

.base_table .price-table tbody tr:nth-child(even) {
    background: #f6f8ff;
}

.base_table .price-table .final-price {
    color: #ff7a2c;
    font-weight: 600;
}

.base_table .price-table a:hover {
    color: #469682;
    text-decoration: underline;
    opacity: 1;
}

/* ===== Custom Pagination Style ===== */
.custom-pagination{
    width: 100%;
}
.custom-pagination .page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    min-width: 36px;
    padding: 0 10px;
    background-color: #f4f6f8;
    color: #333;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s;
    border: 1px solid transparent;
}

.custom-pagination .page-btn:hover:not(.disabled) {
    background-color: #e9ecef;
}

.custom-pagination .page-btn.active {
    background-color: #fff;
    color: #469682;
    border-color: #469682;
}

.custom-pagination .prev-btn,
.custom-pagination .next-btn {
    padding: 0 15px;
}

.custom-pagination .page-btn.disabled {
    color: #adadad !important;
    cursor: not-allowed;
    background-color: #f8f9fa;
}

.custom-pagination .page-ellipsis {
    color: #666;
    padding: 0 5px;
}

.custom-pagination .pagination-info {
    color: #666;
    font-size: 14px;
}

.custom-pagination .jump-input {
    width: 50px;
    height: 36px;
    padding: 0 5px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #dee2e6;
}

.custom-pagination .jump-go-btn {
    height: 36px;
    padding: 0 15px;
    background-color: #ff5b00;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    border: none;
}

.custom-pagination .jump-go-btn:hover {
    background-color: #e65200;
    color: #fff;
}

.Page_navigation .active a {
    background: #469682;
    border-color: #469682;
}

.Page_navigation a {
    color: #666;
}

.base_adv {
    width: 100%;
    background: url("../images/base_adv_bg.jpg") no-repeat bottom right white;
    padding: 5vw 0;
}

.base_adv p {
    font-size: 1.625rem;
}

.base_adv p a {
    font-weight: bold;
}

.base_adv .registerBtn {
    background: #469682;
    color: white;
    font-size: 1rem;
    padding: 0.5rem 2.5rem;
    border-radius: 0.25rem;
}

/* ========== Footer ========== */
.site-footer {
    background: #fff;
    padding: 2.5rem 0 1.5rem;
    border-top: 1px solid #edf0fb;
}

.footer-top {
    gap: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #edf0fb;
}

.footer-cols {
    gap: 2rem;
    flex: 1 1 0;
}

.footer-col {
    flex: 1;
    font-size: 0.875rem;
    border-right: 1px solid #edf0fb;
}

.footer-col:last-child {
    flex: 2;
}

.footer-title {
    color: #323859;
    font-weight: 700;
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    position: relative;
}

.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, #e2e2e2 0%, white 100%);
    display: block;
    width: 3.75rem;
    height: 0.375rem;
    border-radius: 1rem;
}

.footer-list li {
    line-height: 3rem;
    color: #333;
}

.footer-list li a {
    color: #333;
}

.footer-num {
    color: #469682;
    font-weight: 700;
    font-size: 1.25rem;
}

.footer-qrcodes {
    gap: 1rem;
    width: 25%;
}

.qrcode-item {
    text-align: center;
    width: calc((100% - 1rem) / 2);
}

.qrcode {
    width: 6rem;
    border-radius: 0.5rem;
    overflow: hidden;
    margin: 0 auto;
}

.qrcode-title {
    margin-top: 0.25rem;
    color: #666;
    font-size: 0.875rem;
}

.footer-notice {
    text-align: center;
    color: #666;
    font-size: 0.875rem;
    padding: 1rem 0 0.5rem;
}

.footer-bottom {
    gap: 0.75rem;
    color: #666;
    font-size: 0.875rem;
}

.footer-bottom a {
    color: #333;
}

.ga-info {
    gap: 0.375rem;
}

.ga-icon {
    width: 2rem;
    height: 2rem;
    object-fit: cover;
}



/* Breadcrumb Styles */
.breadcrumb {
    background: transparent;
    padding: 1rem 0;
    font-size: 0.75rem;
    opacity: 0.75;
    margin: 0;
}

.breadcrumb-item {
    color: #666;
}

.breadcrumb-item a {
    color: #469682;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #469682;
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: #333;
    font-weight: 500;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "›";
    color: #999;
    font-weight: bold;
    margin: 0 0.5rem;
}

/* ================= Login Modal (严格对齐设计稿) ================= */
.login-modal .modal-dialog {
    max-width: 480px;
}

.login-modal .modal-content {
    border: 0;
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
}

.login-modal .modal-header {
    padding: 0.5rem 0.75rem 0 0;
    border: none;
}

.login-modal .modal-body {
    padding: 0 2.5rem 1.5rem;
}

.login-modal .logo_title {
    font-size: 1.25rem;
    line-height: 1.25;
}

.login-modal .logo_title span {
    font-size: 0.75rem;
    color: #666;
}

.login-modal .icon {
    width: 2.75rem;
}

.login-modal .small_info {
    font-size: 0.875rem;
    color: #999;
}

.login-modal .nav-pills {
    gap: 1.25rem;
}

.login-modal .text-muted {
    font-size: 0.875rem;
}

.login-modal .nav-pills .nav-link {
    color: #333;
    background: transparent;
    border-radius: 0;
}

.login-modal .nav-pills .nav-link.active {
    color: #469682;
    position: relative;
    font-weight: 600;
}

.login-modal .form-label {
    color: #666;
    width: 2em;
    text-align: right;
    font-weight: normal;
    font-size: 0.875rem;
    margin: 0;
}

.login-modal .form-label.em3 {
    width: 4em;
}

.login-modal .form-label.em5 {
    width: 5em;
}

.login-modal .form-control {
    flex: 1 1 0;
    width: 0;
    height: 48px;
    border: 1px solid #e6eef6;
    border-radius: 6px;
    background: #fff;
    font-size: 0.9375rem;
}

.login-modal .form-control:focus {
    border-color: #469682 !important;
    box-shadow: 0 0 0 0.2rem rgba(70, 150, 130, .15) !important;
}

.login-modal .btn-success {
    background: #469682;
    border-color: #469682;
    border-radius: 24px;
    height: 48px;
    padding: 0 2rem;
    min-width: 180px;
}

.login-modal .btn-success:hover {
    background: #328973;
    border-color: #328973;
}

.login-modal .btn-outline-success {
    color: #469682;
    border-color: #469682;
}

.login-modal .btn-outline-success.active,
.login-modal .btn-outline-success:hover {
    color: #fff;
    background: #469682;
    border-color: #469682;
}

.login-modal .text-success {
    color: #469682 !important;
    font-size: 0.875rem;
}

.login-modal .text-success span {
    flex: 1;
    text-align: center;
    cursor: pointer;
}

.login-modal .wechat .icon {
    width: 2rem;
}

.login-modal .wechat .txt {
    font-size: 0.875rem;
    color: #666;
}

.login-modal .chageBtn {
    font-size: 0.875rem;
    color: #469682;
}
.login-modal .link-open-forgot, .login-modal .link-open-login {
    color: #666;
    font-size: 0.875rem;
}
.login-modal .login-privacy {
    font-size: 0.8125rem;
    color: #888;
    background: #f6f8ff;
    border-top: 1px solid #edf0fb;
    padding: 0.75rem 1rem;
    border-radius: 0 0 12px 12px;
}

/* 右侧固定咨询栏 */
.fixed-contact-bar {
    position: fixed;
    right: 10px;
    top: 30%;
    width: 74px;
    z-index: 1010;
}

.fixed-contact-bar .item {
    width: 74px;
    height: 74px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 10px;
    position: relative;
    cursor: default;
}

.fixed-contact-bar .item .icon {
    width: 2rem;
}

.fixed-contact-bar .item .label {
    font-size: 0.875rem;
    color: #666;
    line-height: 1;
}

/* 浮层（二维码或电话） */
.fixed-contact-bar .item .float-panel {
    position: absolute;
    right: 84px;
    /* 74 + 10px间距 */
    top: 50%;
    transform: translateY(-50%) scale(0.98);
    transform-origin: right center;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
    padding: 8px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease;
}

/* 悬停或聚焦时显示浮层 */
.fixed-contact-bar .item:hover .float-panel,
.fixed-contact-bar .item:focus-within .float-panel {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-50%) scale(1);
}

.fixed-contact-bar .item .float-panel img {
    width: 8rem;
    height: 8rem;
    display: block;
}

.fixed-contact-bar .item .float-panel.tel {
    padding: 10px 14px;
}

.fixed-contact-bar .item .float-panel.tel .tel-text {
    font-size: 1rem;
    color: #333;
    white-space: nowrap;
}

/* Fixed contact bar: back-to-top pointer */
.fixed-contact-bar #back-to-top {
    cursor: pointer;
}

.fixed-contact-bar #back-to-top:hover .label {
    color: #333;
}

/*mob jingang area begin*/
.mobile-jingguan{
    grid-template-columns: repeat(3, 1fr);
}
.mobile-jingguan .icon{
    width: 2.5rem;
}
.mobile-jingguan .text{
    font-size: 0.875rem;
}
/*mob jingang area end*/
/*mob bottom nav begin*/
.mobile-bottom-nav{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: white;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    padding: 0.5rem 0 0.75rem;
    
}
.mobile-bottom-nav a{
    flex: 1;
}
.mobile-bottom-nav .icon{
    width: 1.5rem;
}
.mobile-bottom-nav .text{
    font-size: 0.875rem;
}
.mobile-bottom-nav .nav-item01 .icon{
    background: url('../images/user_icon.png') no-repeat center center;
    background-size: contain;
}
.mobile-bottom-nav .nav-item01.active .icon{
    background: url('../images/user_def_avatar.png') no-repeat center center;
    background-size: contain;
}
.mobile-bottom-nav .nav-item02 .icon{
    background: url('../images/user_icon.png') no-repeat center center;
    background-size: contain;
}
.mobile-bottom-nav .nav-item02.active .icon{
    background: url('../images/user_icon_active.png') no-repeat center center;
    background-size: contain;
}
.mobile-bottom-nav .nav-item03 .icon{
    background: url('../images/user_icon.png') no-repeat center center;
    background-size: contain;
}
.mobile-bottom-nav .nav-item03.active .icon{
    background: url('../images/user_icon_active.png') no-repeat center center;
    background-size: contain;
}
/*mob bottom nav end*/

/*product area begin*/
.product-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
    width: 100%;
}
.pro_centerList{
    grid-template-columns: repeat(5, 1fr);
}
.product-grid-item {
    position: relative;
    top: 0;
    transition: all 0.3s;
}
.product-grid-item:hover {
    top: -0.5rem;
}
.product-grid-item .pro-img {
    border-radius: 0.25rem;
}
.product-grid-item .pro-name {
    font-size: 0.875rem;
}
.product-grid-item .pro-name .pro-icon{
    width: 2rem;
    height: 1rem;
    margin-right: 0.5rem;
}
.product-grid-item .pro-price{
    font-size: 1.25rem;
    color: #ff5b00;
}
.product-grid-item .pro-sold {
    font-size: 0.75rem;
    color: #666;
}
/*product area end*/

/* Responsive Design for Header and Footer */
@media (max-width: 1200px) {
    .base_adv p {
        font-size: 1.25rem;
    }
    .product-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
    }
   
}

/* Large screens (desktops) */
@media (max-width: 768px) {
    
    .search-input{
        padding-left: 2rem;
        font-size: 0.875rem;
    }
    .container {
        max-width: 92%;
    }
    .full-width {
        max-width: 100%;
    }

    .baisc_info {
        padding: 0.5rem 0;
        background: white;
    }
    .baisc_info .logo{
        gap: 0.5rem;
    }
    .baisc_info .icon {
        width: 2.5rem;
    }
    .baisc_info .text{
        font-size: 1rem;
    }
    .baisc_info .search .search-field .icon {
        width: 1.25rem;
        left: 0.5rem;
    }
    

    .search-btn {
        padding: 0 1rem;
        font-size: 0.75rem;
    }
    .inquiryBtn{
        font-size: 0.75rem;
    }

    .base_top {
        padding: 0.5rem 0;
    }

    .baisc_info .container {
        gap: 1rem;
    }

    .baisc_info .search {
        width: 100%;
    }

    .header_nav .fixed-nav {
        width: 100%;
    }

    .header_nav .nav {
        gap: 0.25rem;
    }

    .header_nav .nav li a {
        font-size: 0.75rem;
    }

    .base_search_cite dl dt {
        width: 3rem;
    }

    .base_search_cite dl dd a {
        padding: 0.25rem 0.875rem;
    }


    .h_party01 {
        gap: 0;
    }

    .h_party01 .leftNav {
        width: 100%;
        gap: 1rem 0;
    }

    .h_party01 .leftNav .item {
        flex-direction: column;
        width: 30% !important;
        padding: 0.5rem 0;
        gap: 0.5rem;
    }

    .h_party01 .leftNav .item .icon {
        width: 2rem;
    }

    .h_party01 .leftNav .item .text {
        font-size: 1rem;
        color: #3d4140;
    }

    .h_party01 .rightCont {
        width: 100%;
    }

    .h_party02 .leftNav .item {
        width: calc((100% - 2rem) / 3);
        flex-direction: column;
    }
    .h_party02 .leftNav .item .icon {
        width: 2rem;
    }
    .base_search_cite dl dd .icon {
        width: 1.25rem;
        left: 0.5rem;
    }

    .site-footer {
        padding-bottom: 6rem;
    }
    .footer-top {
        flex-direction: column;
    }

    .footer-cols {
        width: 100%;
    }

    .footer-col {
        min-width: 45%;
    }

    .footer-col:last-child li {
        display: flex;
        flex-direction: column;
        line-height: 2;
    }

    .footer-qrcodes {
        flex-direction: row;
        justify-content: center;
        width: 100%;
    }

    .qrcode-item {
        text-align: center;
        width: calc((100% - 2rem) / 3);
    }
    .base_adv{
        display: none;
    }
    .base_adv p {
        font-size: 0.875rem;
    }

    .login-modal .modal-body {
        padding: 0 1rem 1rem;
    }

    .login-modal .login-privacy {
        padding: 1rem 0;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}