@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');
}

@font-face {
    font-family: 'AlimamaAgileVF';
    src: url('../../font-awesome/fonts/AlimamaAgileVF-Thin.ttf') format('woff'),
    url('../../font-awesome/fonts/AlimamaAgileVF-Thin.ttf') format('woff2');
}
.flip-trigger {
    display: inline-block;
    transition: transform 0.5s ease;
}

.flip-vertical {
    transform: rotateX(180deg);
}

.banner-home::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    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{*/

/*    font-family: '452';*/
/*    font-weight: normal;*/
/*    font-size: 11.43rem;*/
/*    color: #FFFFFF;*/
/*    text-align: left;*/
/*    font-style: normal;*/
/*    text-transform: none;*/
/*    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);*/
/*    z-index: 11;*/
/*}*/
.parts-content{
    padding: 12rem 14.6rem;
}
.parts-content .title{
    font-family: 'MyriadPro';
    font-weight: bold;
    font-size: 4.2rem;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: relative;
    padding-bottom: 3.6rem;
    line-height: 1;
    display: block;
}
.parts-content .title::after{
    content: "";
    position: absolute;
    bottom: 0rem;
    left: 0;
    height: 2px;
    width: 100%;
    background: linear-gradient(to right, white, #cecccc 50%, white);
}
.search-key{
    cursor: pointer;
}
.search-key .model{
    margin-top: 2.8rem;
    display: flex;
    gap: 2.2rem;
    margin-bottom: 4rem;
    cursor: pointer;
}

.search-key .model span{
    width: 31.1rem;
    height: 7.3rem;
    font-family: 'AlimamaAgileVF';
    font-size: 3rem;
    color: #7d7d7d;
    line-height: 7.3rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    text-align: center;
    background-color: #fafafa;
    border-radius: 2rem;
    border: 1px solid #efecec;
}
.search-key .model span:hover{
    background-color: #ececec;
}
.search-key .model span.active{
    color: #F32735;
}
.breadcrumb{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 3.8rem;
}
.breadcrumb li{
    font-family: 'Square721';
    font-size: 2.26rem;
    color: #d0d0d0;
    line-height: 1;
    text-align: center;
    font-style: normal;
    text-transform: none;
    position: relative;
}

.breadcrumb  li::after {
    content: '';
    position: absolute;
    right: -2.2rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 1rem;
    height: 1rem;
    border-style: solid;
    border-width: 0.15rem 0.15rem 0 0;
    border-color: #D7D7D7;
    transition: transform 0.3s ease;
}
.model-category{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    clear: both;
    margin-top: 5.2rem;
    pointer-events: auto;
}
.model-category .model-category-item{

    -webkit-box-flex: 1;
    -ms-flex: 1 1 12em;
    flex: 1 1 12em;
}
.model-category .model-category-item ul{
    list-style: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.model-category .model-category-item ul li{
    width: 100%;
    min-height: 5.8rem;
    border-top: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    line-height: 1;
    text-align: center;
    padding-left: 3.2rem;
    font-family: 'Square721';
    font-weight: normal;
    font-size: 2.26rem;
    color: #000000;
    font-style: normal;
    text-transform: none;
    justify-content: flex-start;
    display: flex;
    align-items: center;

}

/* Hide最后一个元素的右边框 */
.model-category .model-category-item ul li:last-child {
    border-bottom: 1px solid #d4d4d4;
}


.model-category .model-category-item ul li.active{
background-color: #f2f2f2;
position: relative;
}
.model-category .model-category-item ul li:hover{
    background-color: #f2f2f2;
}
.model-category .model-category-item ul li.active::after{
content: '';
position: absolute;
right: 1.8rem;
top: 50%;
transform: translateY(-50%) rotate(45deg);
width: 1rem;
height: 1rem;
border-style: solid;
border-width: 0.15rem 0.15rem 0 0;
border-color: #000;
transition: transform 0.3s ease;
}
/*.model-category .model-category-item:first-child{*/
/*    flex: 0.5;*/
/*}*/
.search-submit{
    height: 6rem;
    width: 100%;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.4rem;
    margin-top: 9.8rem;
    margin-bottom: 1.4rem;
}
.search-submit span,.search-submit label{
    font-family: 'AlimamaAgileVF';
    font-size: 3rem;
    color: #c9c9c9;
    line-height: 3.7rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.search-content{
    width: 100%;
    margin-bottom: 16.8rem;
}
.search-content .seatch-div{
    width: 100%;
    /*display: flex;*/
    /*gap: 1.7rem;*/
    /*flex-wrap: wrap;*/
    /*justify-content: flex-start;*/
    /*align-items: center;*/
}
.search-content .seatch-div .search-content-item{
    /*width: 33.2rem;*/
    /*height: 40.1rem;*/
    cursor: pointer;
}
.search-content .seatch-div .search-content-item .img-div{
    width: 100%;
    height: 33.8rem;
    padding: 5.7rem 3.4rem 5.6rem 2.8rem;
    border: 1px solid #ccc;
}
.search-content .seatch-div .search-content-item .img-div img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.search-content .seatch-div .search-content-item span{
    width: 100%;
    height: 6.3rem;
    display: block;
/* width: 27.8rem; */
/* height: 1.7rem; */
    font-family: 'Square721';
    font-weight: bold;
    font-size: 2.38rem;
    color: #000000;
    line-height: 6.3rem;
/* letter-spacing: 22px; */
    text-align: left;
    font-style: normal;
    text-transform: none;
    background-color: #f2f2f2;
    text-align: center;
    white-space: nowrap;         /* 不换行 */
    overflow: hidden;            /* Hide溢出Content */
    text-overflow: ellipsis;     /* 超出Show省略号 */
    padding-left: 1rem;
    padding-right: 1rem;
}
.painagin{
    gap: 3rem;
    margin-top: 5rem;
}
.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;
    cursor: pointer;
}
.breadcrumb-mobile{
    display: none;
}

@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;*/
    /*}*/
    .search-content .seatch-div .search-content-item .img-div{
        height: 73.8rem;
    }
    .search-content .seatch-div .search-content-item span{
        height: 14.3rem;
        font-size: 5.38rem;
        line-height: 14.3rem;
    }
    .painagin .left, .painagin .right {
        font-size: 10rem;
    }
    .painagin .number {
        width: 11.6rem;
        height: 11.6rem;
        font-size: 6.38rem;
        line-height: 11.6rem;
    }
    .painagin{
        margin-top: 14rem;
    }
    .parts-content .title{
        font-size: 14rem;
    }
    .search-key .model span {
        width: 45.1rem;
        height: 14.3rem;
        font-size: 6rem;
        line-height: 15.3rem;
    }
    .search-key .model {
        margin-top: 6.8rem;
    }
    .model-category .model-category-item ul li {
        min-height: 14.8rem;
        padding-left: 6.2rem;
        font-size: 6.26rem;
    }
    .model-category{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .model-category .model-category-item:not(:last-child){
         display: none;
    }
    .breadcrumb{
        margin-top: 5rem;
        margin-bottom: 10rem;
    }
    .breadcrumb li::after{
        right: -5.2rem;
        width: 4rem;
        height: 4rem;
    }
    .breadcrumb li {
         font-size: 6.26rem;
        display: none;
    }
    /*.breadcrumb li:last-child{*/
    /*    display: block;*/
    /*    position: relative;*/
    /*    padding-left: 17rem;*/
    /*    width: 100%;*/
    /*    background-color: #d9d9d9;*/
    /*    height: 16rem;*/
    /*    line-height: 16rem;*/
    /*    color: #5d4a4a;*/
    /*    text-align: center;*/
    /*}*/
    .breadcrumb li,.breadcrumb-mobile{
        position: relative;
        width: 100%;
        background-color: #d9d9d9;
        height: 16rem;
        line-height: 16rem;
        color: #5d4a4a;
        text-align: center;
    }
    .breadcrumb-mobile{
        display: block;
        font-size: 6.26rem;
        margin-top: 10rem;
    }
    .breadcrumb-mobile::before {
        font-size: 14rem;
        padding-left: 0rem;
        text-align: left;
        line-height: 0rem;
        content: '...';
    }

    .breadcrumb li::after {
        display: none;
    }






    /*.breadcrumb{*/
    /*    flex-direction: column;*/
    /*    gap: 0;*/
    /*}*/
    /*.breadcrumb li{*/
    /*    font-size: 6rem;*/
    /*    background-color: #f8f8f8;*/
    /*    width: 100%;*/
    /*    height: 15rem;*/
    /*    color: #747171;*/
    /*    line-height: 15rem;*/
    /*    border-bottom: 1px solid #ede6e6;*/
    /*}*/
    /*.breadcrumb li:last-child{*/
    /*    border: none;*/
    /*}*/
    /*.mobile_breadcrumb{*/
    /*    font-size: 6rem;*/
    /*    background-color: #f8f8f8;*/
    /*    width: 100%;*/
    /*    height: 15rem;*/
    /*    color: #747171;*/
    /*    line-height: 15rem;*/
    /*    display: block;*/
    /*    text-align: center;*/
    /*}*/

    .search-submit span, .search-submit label{
        font-size: 7rem;
        line-height: 5.7rem;
    }
    .search-submit {
        height: 21rem;
        margin-bottom: 6.4rem;
    }


}