.honor_head {
    font-size: 0.36rem;
    padding: 0.4rem 0;
    text-align: center;
}

.category_list {
    overflow: scroll;
}

.category {
    font-size: 0.16rem;
    border-top: 1px solid #cfd4df;
    border-bottom: 1px solid #cfd4df;
    margin: 0 0.3rem;
    padding-left: 0;
    overflow-x: auto;
    box-sizing: border-box;
    white-space: nowrap;
}

.category_list::-webkit-scrollbar,.category::-webkit-scrollbar {
    display: none;
}

.category_li {
    padding: 0.15rem 0.1rem;
    position: relative;
    display: inline-block;
}

.category_li:first-child {
    padding-left: 0;
}
.category_li a{
    color: #001632;
    font-size: 0.16rem;
}

.section{
    padding: 0 0.3rem;
    margin: 0.4rem auto;
    overflow: hidden;
    font-size: 0.2rem;
    color: #fff;
    background-color: rgb(247, 247, 250);
    position: relative;
}
.gatsby-image-wrapper{
    width: 5.8rem;
}
.subcategory-panel-note{
    font-size: 0.16rem;
}
.subcategory-panel-infos{
    background: #2c2f66;
    padding: 0.24rem 0.16rem;
    box-sizing: border-box;
    height: 1.73rem;
}
.subcategory-panel-name{
    margin-top: 0;
    margin-bottom: 0.16rem;
}
.horn{
    display: none;
}
.subcategory-panel-inner{
    position: relative;
}
.section-subcategory-panel .subcategory-panel-infos .bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 0;
}
.product_bgc{
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 10.58005%!important
}
.dark-bg{
    border-style: solid;
    border-top-width: 0px;
    border-right-width:  6.4rem;
    border-bottom-width: 40px;
    border-left-width:0px;
    border-color: transparent transparent #fff transparent;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0;
    left: 0;
}

.product ul{
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.product li{
    width: 46%;
    background-color: #fff;
    margin-bottom: 0.32rem;
    text-align: center;
}
.product li img{
    width: 2.74rem;
    height: 2.15rem;
    object-fit: cover;
}
.product .text{
    padding: 0.16rem 0.08rem;
    color: #001632;
    font-size: 0.16rem;
}