.categoryTab li {
    flex: 1;
    font-size: 24px;
    color: #343434;
    background: rgba(255, 135, 26, 0.15);
    border-radius: 21px 21px 21px 21px;
    text-align: center;
    line-height: 40px;
}

.categoryTab li:not(:last-child) {
    margin-right: 12px;
}

.categoryList li {
    margin-top: 20px;
}

.categoryList li a {
    display: block;
    width: 224px;
    position: relative;
}

.categoryList li a img {
    width: 100%;
    aspect-ratio: 224/268;
}

.categoryList li a div {
    position: absolute;
    line-height: 38px;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    color: #FFF5F5;
    font-size: 20px;
    text-align: center;
    bottom: 0;
}

.categoryList li:not(:nth-child(5n)) {
    margin-right: 20px;
}

.categoryList li:hover div {
    background: #FF871A;
    transition: .3s;
}

.brandAddress {
    background: url('/skin/homebrew/images/bg.png') no-repeat;
    background-position: bottom;
    background-size: 100% auto;
    padding-bottom: 50px;
    margin-bottom: 24px;
}

.leftImg {
    width: 154px;
}

.brandList {
    border: 1px solid #CCCCCC;
    border-left: none;
    padding: 22px 28px;
}

.brandList li {
    width: 142px;
    margin: 22px 11.3px;
}

.brandList li a img {
    aspect-ratio: 142/50;
    width: 100%;
    margin-bottom: 8px;
}

.brandList li a .overline {
    text-align: center;
    font-size: 18px;
    color: #343434;
}

.countryTab li {
    font-size: 24px;
    line-height: 40px;
    padding: 0 29px;
    border-radius: 21px 21px 21px 21px;
    background: #fff;
    color: #343434;
    margin: 0 13px 10px;
}

.countryTab li.current {
    background: #FF871A;
    color: #fff;
}

.cityTab * {
    font-size: 20px;
    color: #fff;
}

.cityTab ul {
    overflow-x: auto;
}

.cityTab ul li {
    margin-right: 28px;
}

.cityTab ul .current {
    color: #FFD500;
}

.productAddress {
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}

.productAddress :where(.swiper-button-next,
.swiper-button-prev) {
    color: #fff;
}

.productAddress .swiper-slide a img {
    aspect-ratio: 230/172;
    width: 100%;
}

.productAddress .overline {
    font-size: 20px;
    color: #FCFCFC;
    margin-top: 5px;
}

.advertisement img {
    flex: 1;
    margin-bottom: 24px;
}

.borderTitle {
    padding-bottom: 5px;
    border-bottom: 2px solid #397CBE;
    line-height: 30px;
    margin-bottom: 14px;
}

.borderTitle h2 {
    padding-left: 4px;
    border-left: 5px solid #397CBE;
    font-size: 30px;
    color: #397CBE;
}

.borderTitle a {
    color: #343434;
    font-size: 24px;
}

.commonTitle {
    line-height: 32px;
    padding: 0 5px;
    color: #397CBE;
    font-size: 20px;
    background: #F2FCFE;
    margin-bottom: 12px;
}

.itemBox {
    width: 590px;
    margin-bottom: 20px;
}

.newst li a div:first-child::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    position: relative;
    top: -5px;
    background: #999999;
    border-radius: 50%;
    margin-right: 6px;
}

.rank li {
    line-height: 20px;
}

.rank li:not(:last-child) {
    margin-bottom: 14px;
}

.rank li a {
    color: #343434;
    font-size: 18px;
}

.rank li .title {
    overflow: hidden;
}

.rank li .date {
    flex-shrink: 0;
    font-size: 16px;
    color: #808080;
    margin-left: 10px;
}


.rank li div div:first-child {
    display: inline-block;
    width: 20px;
    line-height: 20px;
    font-size: 14px;
    border-radius: 2px 2px 2px 2px;
    background: #77BBFF;
    text-align: center;
    color: #fff;
    margin-right: 4px;
    flex-shrink: 0;
}

.rank li:first-child div div:first-child {
    background: #FC2727;
}

.rank li:nth-child(2) div div:first-child {
    background: #FF871A;
}

.rank li:nth-child(3) div div:first-child {
    background: #397CBE;
}