.warp {
    padding-top: 143px;
    padding-bottom: 104px;
    background: #F1F1F1;
}

.header-warp,
.brand-warp {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.header-warp-title {
    font-size: 24px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    line-height: 24px;
    text-align: center;
}

.header-warp-hr {
    width: 48px;
    height: 4px;
    background: #B5252E;
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 48px;
}

.search {
    width: 47%;
    display: flex;
    margin: 0 auto;
    height: 56px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #B8C4D1;
    align-items: center;
}

.search-input {
    width: calc(100% - 40px);
}

.search-input input {
    width: 100%;
    height: 50px;
    border: none;
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    line-height: 18px;
    padding-left: 24px;

}

.search-img {
    width: 40px;
}

.search-img img {
    width: 25px;
}

.search-input input:focus-visible {
    outline: none
}

/*  */
.brand-warp {
    margin-top: 48px;
}

.brand-name {
    font-size: 24px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    padding-left: 20px !important;
}

.brand-name img {
    width: 10rem;
}

.brand-hr {
    width: 48px;
    height: 4px;
    background: #B5252E;
    margin-top: 16px;
    margin-left: 20px;
}

.brand-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-top: 40px;
    padding: 0 20px !important;
}

.brand-list .l {
    width: 24%;
    /*width: calc((100% - 100px) / 4);*/
    /*min-width: 335px;*/
    display: flex;
    margin-right: 1.33%;
    margin-bottom: 17px;
}

.brand-list .l:nth-child(4n) {
    margin-right: 0;
}

.brand-list-l {
    width: 100%;
    background: #FFFFFF;
    padding: 0px 35px 35px 35px;
    /*margin: 0 20px;*/
    /*margin-top: 40px;*/
    /*padding: 0 36px;*/
    /*padding-bottom: 34px;*/
}

.brand-list .brand-list-l2 .brand-head {
    margin-bottom: 28px;
}

.brand-list .brand-list-l2 .brand-view {
    margin-top: 110px;
}

.brand-list .brand-list-l2 .brand-phone {
    margin-top: 0px;
    margin-bottom: 0px;
}

.brand-list .brand-list-l3 div:nth-child(3) {
    height: 80px;
    overflow: hidden;
}

.brand-list .brand-list-l4 div:nth-child(3) {
    height: 80px;
    overflow: hidden;
}

.brand-logo {
    width: 230px;
    padding: 56px 0;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-logo img {
    transition: all 0.6s;
    max-width: 80%;
    max-height: 100%;
}

.brand-list-l:hover img {
    transform: scale(1.2);
    cursor: pointer;
}

.brand-head {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: bolder;
    color: #000000;
    line-height: 14px;
}

.brand-phone {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #888888;
    line-height: 14px;
    margin-top: 28px;
    margin-bottom: 110px;
}

.brand-view a {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #B5252E;
    line-height: 14px;
}

.brand-view>a {
    border-bottom: 1px solid #B5252E;
}

.ddd {
    max-width: 1400px !important;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width:1024px) {
    .search {
        width: 95% !important;

    }

    .brand-list {
        justify-content: space-between;
        padding: 0 15px !important;
    }

    .brand-list .l {
        width: 100%;
        min-width: auto !important;
        margin-right: 0 !important;
    }

    .brand-list .brand-list-l3 div {
        /*height: auto!important;*/
    }

    .brand-list-l {
        width: 100%;
    }

    .warp {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .brand-warp {
        margin-top: 25px;
    }

    .brand-logo {
        width: auto;
    }

    .ddd .brand-list {
        /*padding: 0!important;*/
    }

    .brand-logo {
        padding: 15px 0;
    }

    .brand-list .brand-list-l2 .brand-view {
        margin-top: 55px;
    }

    .brand-head,
    .brand-phone {
        line-height: 1.5;
    }
}



/*@media (max-width:1400px) {*/

/*	.brand-list .l {*/
/*		width: calc((100% - 100px) / 4);*/
/*		min-width: 335px;*/
/*	}*/
/*}*/

/*@media (min-width: 1040px) and (max-width: 1373px) {*/

/*	.brand-list .l {*/
/*		width: calc((100% - 100px) / 3);*/
/*		min-width: 335px;*/
/*	}*/
/*}*/
/*@media (min-width: 704px) and (max-width: 1040px) {*/

/*	.brand-list .l {*/
/*		width: calc((100% - 40px) / 2);*/
/*		min-width: 335px;*/
/*	}*/
/*}*/
/*@media (max-width: 704px) {*/

/*	.brand-list .l {*/
/*		width: 100%;*/
/*		min-width: 335px;*/
/*	}*/
/*}*/