/***
* author: wrq
* data: 2023-10-24
* page：品牌首页
****/
h3 {font-weight: lighter}
.container {width: 1800px;}
.brand_index {display: flex;justify-content: space-between;margin-top: 60px}
/* 筛选 */
.screening {width: 380px;height: fit-content; margin-right: 60px;padding: 30px 40px 50px;background: #f7f7f7;box-sizing: border-box;}
.screening_tit {font-size: 18px;line-height: 1em;margin-bottom: 34px;}
.screening_tit i {display: inline-block;margin-right: 4px;width: 18px;height: 16px;vertical-align: baseline;background: url(../images/pc/icon_screening.png)}
.rank_nav .sub_category {display: none}
.main_category {font-size: 18px;line-height: 1em;font-weight: bold;padding: 22px 0;border-bottom: 1px solid #cfcfcf;display: flex;justify-content: space-between}
.main_category i {display: inline-block;width: 12px;height: 12px;background: url(../images/pc/icon_show.png) no-repeat;align-self: center}
.rank_nav.sub_on .main_category i {background-position: -26px 0;}
.rank_nav.selected ul {display: block}
.sub_category {font-size: 14px;border-bottom: 1px solid #cfcfcf;margin-top: 23px;padding-bottom: 8px;}
.sub_category li {margin-bottom: 14px;height: 15px;}
.sub_category a {color: #969696;line-height: 1em;display: block;height: 100%}
.sub_category i {display: inline-block;width: 10px;height: 10px;background: url(../images/pc/icon_select.png) no-repeat -19px 0;vertical-align: baseline;margin-right: 15px;}
.sub_category li.sel i {background-position: 0 0;}
.sub_category em {float: right;}
/* 右侧 */
.content {flex: 1}
.select_letter {max-width: 735px;font-size: 24px;line-height: 1em;margin: 0 auto;display: flex;flex-direction: row;flex-wrap: wrap}
.select_letter i {font-style: inherit}
.select_letter {flex-direction: row;flex-wrap: wrap}
.select_letter .act a {color: #aa734C}
.select_all {width: 30px;}
.select_letter i {color: #a2a2a2;font-size: 36px;margin: 0 10px}
.select_letter ul {display: flex;text-transform: uppercase;flex: 1;font-weight: bold;flex-wrap: wrap}
.select_letter ul li {margin: 0 10px 10px}
/* 品牌 */
.brand_content {margin-top: 10px}
.brand {margin-top: 60px;width: 100%;overflow: hidden}
.tit_bg {width: 100%;height: 40px;background: #fff url(../images/pc/icon_tit_bg.png) repeat-x center center;margin-bottom: 30px;}
.tit_bg h3 {display: none;}
.tit_bg span {position: relative;display: inline-block;padding-right: 20px;font-size: 36px;color: #161616;font-weight: 100;height: 40px;line-height: 40px;background-color: #fff;white-space: nowrap}
.brand ul {display: grid;justify-content: space-between;grid-template-columns: repeat(auto-fill, 220px);grid-gap: 10px}
.brand ul li {width: 220px;text-align: center;border: 1px solid #fff;position: relative;margin-bottom: 10px;box-sizing: border-box}
.brand ul li .brand_logo {width: 100%;display: flex;justify-content: center;align-items: center;padding: 22.5px 0}
.brand ul li img {width: 100%;max-width: 180px;height: auto}
.brand ul li.active {border: 1px solid #dac6b3}
.brand ul li em {width: 100%;height: 65px;padding-top: 12px;border-top: 1px solid #fff;font-size: 16px;line-height: 26px;display: block}
.brand ul li.active em {width: 100%;background-color: #fafafa;border-top: 1px solid #ebe0d5}
.brand ul li em a {display: inline-block;color: #000}
.brand .btn_list {display: flex;position: absolute;bottom: -1px;width: 100%}
.brand ul li span {display: none;width: 33%;height: 28px;font-size: 12px;line-height: 28px;text-align: center;overflow: hidden}
.brand ul li span:hover {background: #aa734c;color: #fff}
.brand ul li.active .btn_list {border-top: 1px solid #dac6b3;border-bottom: 1px solid #dac6b3}
.brand ul li.active span {border-left: 1px solid #dac6b3;display: block;background-color: #fff}
.brand ul li.active span:first-child {border-left: none}
.brand ul li.active span:hover {background: #aa734c}
.brand ul li.active span:hover a {color: #fff}
.brand ul li span.pd {left: -1px}
.brand ul li span a {color: #854c1a}
.brand ul li span.bj {left: 72px}
.brand ul li span.lt {left: 144px;}
.global_footer {margin-top: 120px}
@media (max-width: 767.98px) {
    .wrapper {width: calc(100% - 40px);}
    .tit_bg span {font-size: 22px;}
    .brand ul li em {font-size: 12px;}
    .brand_index {flex-direction: column;}
    .screening {width: 100%;margin-bottom: 70px;padding: 30px 15px 50px;}
    .brand ul {display: flex;flex-wrap: wrap;justify-content: space-between;}
    .brand ul li {flex-basis: 45%;width: auto;}
    .brand ul li .brand_logo {padding: 5px 0;}
}
@media (min-width: 768px) and (max-width: 919.98px) {
    .wrapper {width: calc(100% - 40px);}
    .brand_index {flex-direction: column;}
    .screening {width: 100%;margin-bottom: 70px;}
}
@media (min-width: 920px) and (max-width: 1199.98px) {
    .wrapper {width: calc(100% - 40px);}
    .brand_index {flex-direction: column;}
    .screening {width: 100%;margin-bottom: 70px;}
}
@media (min-width: 1200px) and (max-width: 1514.98px) {
    .wrapper {width: 1200px;}
    .screening {width: 300px;padding: 30px 30px 50px;margin-right: 30px;}
    
}
@media (min-width: 1515px) and (max-width: 1820px) {
    .wrapper {width: 1500px;}
    .screening {width: 300px;padding: 30px 30px 50px;margin-right: 30px;}
    .brand ul{grid-template-columns: repeat(auto-fill, 229px);}
}