/* 左侧 */
#section {
    position: relative;
    float: left;
    width: calc(100% - 3.57rem);
    height: 100%;
    margin-left: 0.37rem;
}

.card-body {
    padding: 0;
}

.card {
    border: 0px solid #000000;
    border-radius: 0;
    height: 100%;

}

.contact {
    height: 100%;
}

.goback {
    width: 0.84rem;
    height: 0.38rem;
    font-size: 0.14rem;
}

.Commoditylist {
    width: 80%;
    height: calc(100% - 1.5rem);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Commoditylist_ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    

}

.Commoditylist_ul li {
    display: grid;
    -moz-column-gap: 28px;
    column-gap: 1vw;
    row-gap: 0px;
    grid-template-columns: repeat(4, 1fr);
    font-size: 0.14rem;
    font-family: DFPHeiW7;
    font-weight: 400;
    color: #313131;
    line-height: 0.26rem;
    text-align: center;
    cursor: pointer;
}
.Commoditylist_ul li a {
    /* width: 20%; */
}

.shell {
    width: 2.79rem;
    height: 1.75rem;
    border: 1px solid #AAAAAA;
}

.Commoditylist_img {
    width: 2.98rem;
    /* height: 1.65rem; */
    height: 1.8rem;
    border: 1px solid #AAAAAA;

}

.Commoditylist_name {
    color: #313131;
    margin-bottom: 0.1rem;
}

/* 分页 */
.pagination {
    margin-top: 0.16rem;
    --bs-pagination-font-size: 0.14rem;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0);
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-radius: 0.1rem;
}

.page-item {
    margin-right: 0.2rem;
    outline: none;
}

.page-link {
    margin: 0;
    padding: 0.1rem 0.15rem;
    border-radius: 0.1rem;
    border: 1px solid #AAAAAA;
    color: #000000;
    /* border:none; */
    outline: none;
}

.active>.page-link {
    background-color: #769D4D;
    border-color: #769D4D;
}

.breadcrumb {
    --bs-breadcrumb-margin-bottom: 0.1rem;
    --bs-breadcrumb-item-padding-x: 0.08rem;
    padding: 0.1rem;
    font-size: 0.14rem;
}

.breadcrumba {
    font-size: 0.14rem;
    color: #666666;
}
.breadcrumba:hover{
    color: #769D4D !important;
}

.breadcrumbaA {
    color: #769D4D !important;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: flex;
    font-size: 22px;
    content: var(--bs-breadcrumb-divider, "/");
}

.crumbs {
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.return_img {
    text-align: center;
    /* width: 0.8rem; */
    padding: 0.05rem 0.1rem;
    font-size: 0.18rem;
    border: 1px solid #AAAAAA;
    border-radius: 0.05rem;
    margin-bottom: 0.1rem;
    cursor: pointer;
    
   box-shadow: 0 0.01rem 0.01rem rgba(0 ,0, 0,.3);
}
.return_img:focus{
    background-color: #d1d1d1;
}
.return_img:hover{
    background-color: #f5f5f5;
}

