a {
    text-decoration: none !important;
}

/* 面包屑 */
.bread-box {
    width: 100%;
    height: 48rem;
    font-size: 14rem;
    background-color: rgba(255, 255, 255, 0.21);
}

.bread {
    width: 100%;
    height: auto;
    max-width: 1440rem;
    margin: 0 auto;
}

/* 自定义面包屑样式 */
.breadcrumb {
    width: 100%;
    height: 48rem;
    font-size: 12rem;
    text-align: left;
    line-height: 48rem;
    cursor: pointer;
}

.breadcrumb-item:hover {
    color: #0068D7 !important;
}

.breadcrumb-item.active {
    color: #333333;
    font-size: 12rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding: 0 10rem;
}
#searchProdResult{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1440rem;
    margin: 0 auto;
    gap: 34rem;
}
.main-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 1440rem;
    margin: 0 auto;
    background: #fff;
    min-height: 100vh;
}
.prodSearchContainer{
    height: 72rem;
    position: sticky;
    top: 80rem;
    margin-bottom: 24rem;
    z-index: 2;
}
.side-menu {
    width: 240rem;
    min-width: 200rem;
    max-width: 260rem;
    background: #f4f6fa;
    border-radius: 10rem;
    padding: 24rem 8rem;
    margin: 0;
    height: fit-content;
    position: sticky;
    top: 170rem;
    overflow-y: auto;
    scrollbar-width: thin;
    border-radius: 0;
    height: fit-content;
    background-color: #FAFAFA;
}

.content-area {
    flex: 1 1 0%;
    padding: 32rem;
    min-width: 0;
    max-width: 1157rem;
    margin: 0 auto;
    padding: 0;
    margin-right: 0;
}

.img-box {
    width: 128rem;
    height: 128rem;
    display: flex;
    margin: 0 auto;
    cursor: pointer;
    align-items: center;
    background: #ffffff;
    justify-content: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 1rem solid #bcc3cd;
}

.img-box:hover {
    border: 1rem solid #0068d7;
}

.item-img {
    width: 92rem;
    height: 92rem;
    object-fit: cover;
}

.img-title {
    width: 128rem;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11rem;
    font-weight: 500;
    color: #333333;
    text-align: center;
    margin-top: 8rem;
    font-family: Inter, Inter-500;
}

.item-wrap {
    display: flex;
    flex-direction: column;
}

/* 防止内容变小时换行，出现横向滚动 */
@media (max-width: 1500px) {
    .main-flex {
        min-width: 1200rem;
    }
}

@media (max-width: 1300px) {
    .main-flex {
        min-width: 1000rem;
    }

    .content-area {
        padding: 16rem;
    }
}

@media (max-width: 1200px) {
    .main-flex {
        min-width: 900rem;
    }

    .content-area {
        padding: 8rem;
    }

    .side-menu {
        margin-left: 8rem;
    }
}

/* 隐藏侧边栏的滚动条 */
.side-menu .nav-link {
    position: relative;
    color: #333333;
    font-size: 14rem;
    padding: 8rem 16rem;
    border-radius: 5rem;
    margin-bottom: 6rem;
    font-family: Inter, Inter-400;
}

.side-menu .nav-link:focus:not(.active) {
    outline: none;
    box-shadow: none;
    color: inherit !important;
    background: none !important;
}

.side-menu .nav-link.active {
    font-size: 14rem;
    font-weight: 600;
    color: #0e2a58;
    background-color: #fafafa;
    font-family: Inter, Inter-600;
}

/* 蓝色条效果 */
.side-menu .nav-link.active::after {
    content: "";
    display: block;
    position: absolute;
    left: -8rem;
    top: 50%;
    width: 2rem;
    height: 24rem;
    background: #0E2A58;
    transform: translateY(-50%);
}

.pro-col {
    margin: 0;
    gap: 17rem;
}

.prodTitle {
    width: 100%;
    height: 36rem;
    padding-left: 16rem;
    margin-bottom: 20rem;
    margin-top: 20rem;
    background-color: #f6f6f6;
}
#section1 .prodTitle:first-child{
    margin-top: 0;
}
.prodTitle p {
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    padding-right: 10rem;
}
.prodTitle p img{
    width: 16rem;
    height: 16rem;
}
.menuLevel1 {
    color: #0e2a58;
    cursor: pointer;
    font-size: 14rem;
    font-family: Inter, Inter-400;
}

.menuLevel1:hover {
    color: #0068d7 !important;
    text-decoration: underline !important;
    text-decoration-color: #0068d7 !important;

}

.menuLevel2 {
    font-size: 14rem;
    color: #0068d7;
    cursor: pointer;
    font-family: Inter, Inter-400;
}

.menuLevel2:hover {
    text-decoration: underline !important;
    text-decoration-color: #0068d7 !important;
}

.prodSearch {
    max-width: 1440rem;
    height: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    border-bottom: 1rem solid #E4E4E4;
}

.prodSearch h1 {
    color: #0a1d3d;
    font-size: 32rem;
    font-weight: 600;
    font-family: Inter, Inter-600;
}

.prodSearch div {
    display: flex;
    position: relative;
}

.prodSearch input::placeholder {
    color: #999999;
    font-size: 13rem;
    font-family: Inter, Inter-400;
}

.searchImgBox {
    width: 30rem;
    height: 100%;
    position: absolute;
    right: 15rem;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
}

.prodSearch input {
    width: 392rem;
    height: 40rem;
    background: #ffffff;
    border: 1rem solid #eeeeee;
    border-radius: 40rem;
    padding-right: 50rem;
    text-indent: 14rem;
    transition: border-color 0.3s ease;
}
.prodSearch input:focus{
    outline: none;
    border-color: #0068D7;
}
.searchImgBox{
    cursor: pointer;
}
.searchImgBox img {
    width: 20rem;
    height: 20rem;
}

.noData {
    width: 100%;
    height: 49rem;
    font-size: 36rem;
    color: #222222;
    text-align: center;
    font-family: Open Sans, Open Sans-400;
}
.fixedBottom {
    position: fixed;
    bottom: 0;
}
.highlight {
    background: linear-gradient(180deg, #fff0 11%, #e2ebff 0%);
}