@font-face {
    font-family: '452';
    src: url('../../font-awesome/fonts/452-cai978.ttf') format('woff'),
    url('../../font-awesome/fonts/452-cai978.ttf') format('woff2');
}
@font-face {
    font-family: 'AcuminVariableConcept';
    src: url('../../font-awesome/fonts/AcuminVariableConcept.otf') format('woff'),
    url('../../font-awesome/fonts/AcuminVariableConcept.otf') format('woff2');
}
@font-face {
    font-family: 'Square721';
    src: url('../../font-awesome/fonts/Square721 BT Roman.ttf') format('woff'),
    url('../../font-awesome/fonts/Square721 BT Roman.ttf') format('woff2');
}

/*.banner-home::before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    transition: all 0.3s ease;*/
/*    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0) 50% !* 60% 开始完全透明 *!);*/
/*    z-index: 10;*/
/*}*/
.banner-home img{
    width: 100%;
    padding: 0px;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}



/*.banner-home .main-title{*/
/*    position: absolute;*/
/*    left: 8.8rem;*/
/*    font-family: '452';*/
/*    font-weight: normal;*/
/*    font-size: 11.43rem;*/
/*    color: #FFFFFF;*/
/*    text-align: left;*/
/*    font-style: normal;*/
/*    text-transform: none;*/
/*    top: 26.5rem;*/
/*    z-index: 11;*/
/*    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);*/
/*}*/


.category-left{
    padding-left: 5.8rem;
    margin-top: 4rem;
    width: 28%;
}

.category-sidebar {
    width: 100%;
    font-family: sans-serif;
}

.category-group {
    margin-bottom: 4rem;
    cursor: pointer;
}

.category-title {
    font-family: 'AcuminVariableConcept';
    font-size: 3.5rem;
    color: #000000;
    line-height: 4.15rem;
    /* letter-spacing: 32px; */
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: relative;  /* 伪元素基准 */
    cursor: pointer;     /* 鼠标提示可点击 */
    padding-left: 5.5rem; /* 给箭头留位置 */
    margin-top: 2.4rem;
}



/*!* 箭头默认向右 *!*/
/*.category-title::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0.5rem;*/
/*    top: 50%;*/
/*    transform: translateY(-50%) rotate(0deg);*/
/*    width: 0.8rem;*/
/*    height: 0.8rem;*/
/*    border-style: solid;*/
/*    border-width: 0.15rem 0.15rem 0 0;*/
/*    border-color: #333;*/
/*    transition: transform 0.3s ease;*/
/*    !* 用边框模拟箭头“>” *!*/
/*}*/

/*!* 展开时箭头向下 *!*/
/*.category-title.open::before {*/

/*    border-width: 0 0.15rem 0.15rem 0;*/
/*    border-color: #333;*/
/*}*/



/* 箭头默认向右 */
/*.category-title::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0.5rem;*/
/*    top: 31%;*/
/*    transform: translateY(-50%) rotate(45deg);*/
/*    width: 1.8rem;*/
/*    height: 1.8rem;*/
/*    border-style: solid;*/
/*    border-width: 0.3rem 0.3rem 0 0;*/
/*    border-color: #a19d9d;*/
/*    transition: transform 0.3s ease;*/
/*    !* 用边框模拟箭头 *!*/
/*}*/

/*!* 展开时箭头向下 *!*/
/*.category-title.open::before {transform: translateY(-50%) rotate(315deg);*/

/*    border-width: 0.3rem 0.3rem 0 0;*/
/*    border-color: #a19d9d;*/
/*    top: 30%;*/
/*}*/

/*!* 关闭时箭头向上 *!*/
/*.category-title:not(.open)::before {*/
/*    transform: translateY(-50%) rotate(135deg);*/
/*    border-width: 0.3rem 0.3rem 0 0;*/
/*    border-color: #a19d9d;*/
/*}*/


.category-title {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    gap: 2rem;
}
.category-title.active{
    color: #ccc;
}
.category-title .arrow {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    border: solid 2px #ccc;
    border-width: 0 2px 2px 0;
    display: inline-block;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    margin-top: 0.5rem;
}

.category-title.open .arrow {
    transform: rotate(-135deg);
}

.category-children {
    margin-top: 0.5rem;
    padding-left: 1rem;
    display: none;
}

.category-children.open {
    display: block;
}

.category-children label {
    font-family: 'Square721';
    font-weight: normal;
    font-size: 2.96rem;
    color: #636363;
    line-height: 3.07rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 4.6rem;
    margin-left: 6rem;
    margin-top: 2rem;
    gap: 1rem;
    cursor: pointer;
}
.category-children label.active{
    color: #ccc;
}
.category-children input{
    width: 2rem;
    height: 2rem;
    -webkit-appearance: none;
    border: 1px solid #ccc;
    background-color: #fff;
    -webkit-appearance: none;
    border: 1px solid #ccc;
    outline: none;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
}
.category-children input:checked{
    background-color: #ccc; /* 勾选后变成深红色 */
}


.category-content{
    width: 70%;
    height: auto;
    margin-top: 4rem;
}
.category-container{
    display: flex;
    margin-top: 4rem;
    margin-top: 4rem;
    justify-content: space-around;
    margin-bottom: 13rem;
}
.product-content{
    display: flex;
    gap: 1.4rem;

    box-sizing: border-box;
    width: 100%;
    flex-wrap: wrap; /* 允许换行 */
    margin-top: 4.7rem;

}
.product-content .items{
    display: flex  ;
    align-items: center;
    flex-direction: column;
    width: calc(25% - 1.4rem);
    background-color: #fafafa;
    height: 34rem;
}
.items-list.product-content .items{
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    height: 24rem;
}
.product-content .items span{

    font-family: 'Square721';
    font-weight: bold;
    font-size: 2.35rem;
    color: #000000;
    line-height: 2.44rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    width: 100%;
    height: 6rem;
    display: block;
    background-color: #e8e8e8;
    line-height: 6rem;
    text-align: center;
}
/*.items-list.product-content {*/
/*    height: 500px;  !* 固定高度，可以根据需要调整 *!*/
/*    overflow-y: auto; !* 支持滚动 *!*/
/*}*/

.items-list.product-content .items .img-container{
    margin-right: 3rem;
}

.items-list.product-content .items .items-right span{
    font-weight: 400;
    font-size: 2.43rem;
    color: #C2C2C2;
    line-height: 2.52rem;
    background-color: transparent;
    align-items: center;
    display: inline-flex;
    cursor: pointer;

}
.items-list.product-content .items .items-left span{
    font-weight: bold;
    font-size: 3.09rem;
    color: #000000;
    line-height: 3.2rem;
    text-align: left;
    background-color: transparent;

    overflow: hidden;            /* 隐藏超出部分 */
    text-overflow: ellipsis;     /* 超出显示省略号 */
    white-space: nowrap;         /* 不换行 */
    display: block;              /* 或 inline-block，根据你的结构 */
    max-width: 50%;             /* 或你希望限制的宽度 */
}
.items-list.product-content .items .items-right span::after {
    content: '';
    display: inline-block;
    margin-left: 1.6rem;            /* 文字与圆点的间距 */
    width: 4.4rem;                    /* 圆点容器宽度，可调 */
    height: 0.6rem;                 /* 圆点容器高度，可调 */
    background-image: radial-gradient(circle, #b2b2b2 0.3rem, transparent 0.31rem); /* 更大的圆点 */
    background-size: 1.5rem 100%;     /* 每个圆点的宽度间隔 */
    background-repeat: repeat-x;
    background-color: transparent;  /* 背景透明或你想设置的颜色 */
}
.product-content .items  .img-container{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 28rem;
}
.product-content .items  img{
    width: 24rem;
    height: 24rem;
    object-fit: contain;
}


.product-top{
    width: 100%;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-top .number{
    font-family: Arial, Arial;
    font-size: 2.91rem;
    color: #000000;
    line-height: 3.02rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.checked-product{
    display: flex;
    gap: 1.4rem;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    margin-left: 3.3rem;
}
.checked-product-items{
    width: 23.2rem;
    height: 5.5rem;
    background-color: #f1f1f1;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 1rem;
    gap: 1rem;
}
.checked-product-items-content{

    font-family: 'Arial';
    font-size: 2.6rem;
    color: #464646;
    line-height: 2.99rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.cross {
    position: relative;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: relative;
    cursor: pointer;

    color: #ccc;
}

.cross::before,
.cross::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 20px;
    background-color: #ccc;
    transform-origin: center;
}

.cross::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.cross::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.painagin{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    margin-top: 5rem;
    cursor: pointer;
}
.painagin .number{
    width: 4.6rem;
    height: 4.6rem;
    display: block;
    font-family: 'Square721';
    font-weight: normal;
    font-size: 2.38rem;
    color: #000000;
    font-style: normal;
    text-transform: none;
    text-align: center;
    line-height: 4.6rem;
}
.painagin .number:hover,.number.active{
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    cursor: pointer;
}
.painagin .left,.painagin .right{
    font-size: 2rem;
}
.show-type{
    display: flex;
    gap: 1.9rem;
    cursor: pointer;
}
.go{
    margin-left: 1rem;
    position: relative;
}

.number-input{
    width: 12rem;
    height: 4rem;
    border-radius: 3rem;
    border: 1px solid #ccc;
    padding-left: 1rem;
    font-size: 2rem;
    font-family: 'Square721';
    font-weight: normal;
    font-size: 2.38rem;
}
.go-button{
    width: 5.4rem;
    height: 3.6rem;
    font-family: Arial, Arial;
    font-weight: 900;
    font-size: 2.31rem;
    color: #FFFFFF;
    line-height: 2.4rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    background-color: red;
    border-radius: 2rem;
    display: block;
    text-align: center;
    line-height: 3rem;
    text-align: center;
    position: absolute;
    right: 0.3rem;
    top: 0.2rem;
}
@media screen and (max-width: 768px) {
    .banner-home{
        aspect-ratio: 9/16;
    }
    /*.banner-home .main-title{*/
    /*    font-size: 19rem;*/
    /*    position: absolute;*/
    /*    top: 50%;*/
    /*    left: 50%;*/
    /*    transform: translate(-50%, -50%);*/
    /*    width: 100%;*/
    /*    text-align: center;*/
    /*}*/
    .is_pc {
        display: none;
    }
    .is_mobile{
        display: block;
    }
    .category-content,.product-content{
        width: 100%;
    }
    .product-content{
        gap: 5rem;
        padding: 9rem;
        /*height: 300rem;*/
        /*border: 1px solid #000;*/
        /*overflow-y: scroll;*/

    }
    .product-content .items{
        width: 48%;
        height: auto;
    }
    .product-content .items .img-container{
        height: 66rem;
    }
    .product-content .items img {
        width: 60%;
        height: auto;
    }
    .product-content .items span{
        height: 17rem;
        line-height: 17rem;
        font-size: 6rem;
    }

    .show-type{
        gap:3.9rem;
    }

    .show-type img{
        width: 11rem;
        height: 11rem;
    }

    .category-content .product-top{
        padding: 9rem;
        border-bottom: 1px solid #bdb9b9;
        padding-bottom: 15rem;
    }

    .category-content .product-top .category-tips{
        display: flex;
        align-items: center;
        gap: 2rem;
    }
    .category-content .product-top .category-tips span{
        font-size: 8rem;
    }
    .category-content .product-top .category-tips img{
        width: 8rem;
        height: 8rem;
    }

    .category-left{
        width: 100vw;
        height: 100vh;
        /* background-color: #000; */
        position: fixed;
        bottom: 0;
        /* position: relative; */
        z-index: 9999;
        /* opacity: 0.5; */
        background-color: rgba(0, 0, 0, 0.5);
        padding-left: 0px;
        cursor: pointer;
        display: none;
    }
    .category-sidebar{
        background-color: #fff;
        width: 100%;
        bottom: 0px;
        position: absolute;
        left: 0px;
        height:85vh;
        overflow-y: scroll;
        bottom: 29rem;
    }

    .category-sidebar .category-title{
        font-size: 8.2rem;
        line-height: 23rem;
        border-bottom: 1px solid #ccc;
        text-align: left;
    }
    .category-children .category-title{
        border: none;
        padding-left: 11rem;

    }
    .category-title::before {
        transform: translateY(-50%) rotate(315deg);
        border-width: 0.15rem 0.15rem 0 0;
        border-color: #333;
        right: 6.5rem;
        left: auto;
        width: 4rem;
        height: 4rem;
    }
    .category-children .category-title::before{
        left: 3rem;
    }

    .view-result{
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0px;
        background-color: #fff;
    }
    .view-result span{
        width: 90%;
        margin: 10px auto;
        font-size: 14px;
        background-color: #000;
        color: #fff;
        text-align: center;
        line-height: 22rem;
        border-radius: 28rem;
        display: block;
    }
    .category-children label{
        font-size: 7rem;
        margin-top: 8rem;
    }
    .category-children input{
        width: 6rem;
        height: 6rem;
    }
    .category-group{
        margin: 0 auto;
        width: 96%;
    }

    .view-result label{
        margin-left: 7px;
        color: red;
    }
    .category-title-top{
        font-size: 10rem;
        display: flex;
        justify-content: space-between;
        padding: 6rem;
        border-bottom: 1px solid #ccc;
        padding-right: 9rem;
    }
    .painagin{
        justify-content: center;
        gap: 6rem;
    }
    .painagin .left, .painagin .right{
        font-size: 10rem;
    }
    .painagin .number{
        width: 10.6rem;
        height: 10.6rem;
        font-size: 8.38rem;
        line-height: 10.6rem;
    }
    .number-input{
        width: 53rem;
        height: 14rem;
        border-radius: 18rem;
    }
    .go-button{
        width: 16.4rem;
        height: 12.6rem;
        font-size: 6.31rem;
        line-height: 2.4rem;
        border-radius: 7rem;
        line-height: 9rem;
        right: 1rem;
        top: 0.8rem;
    }





}
