.hotbrand_main {
    background-color: #f2f7fa
}

.hotbrand_main .breadcrumbs_content {
    background-color: #fff;
    padding: 42px 0
}

.hotbrand_main .breadcrumbs_content .breadcrumbs span {
    color: #777a7c;
    font-weight: 500
}

.hotbrand_main .breadcrumbs_content .breadcrumbs span a {
    color: #777a7c;
    transition: all 0.3s;
    font-weight: 500
}

.hotbrand_main .breadcrumbs_content .breadcrumbs span a:hover {
    color: var(--title_color)
}

.hotbrand_main .breadcrumbs_content .breadcrumbs span span:last-child a {
    color: var(--title_color);
    font-weight: 600
}

.hotbrand_main .main {
    padding-bottom: 86px
}

.hotbrand_main .main ul li {
    margin-top: 22px
}

.hotbrand_main .main ul li a {
    background-color: #fff;
    transition: all 0.3s;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 33px 37px;
    gap: 7.0773%
}

.hotbrand_main .main ul li a:hover {
    box-shadow: 0 5px 8px rgba(0,0,0,.1)
}

.hotbrand_main .main ul li a:hover img {
    transform: scale(1.05)
}

.hotbrand_main .main ul li a .img {
    width: 256px;
    aspect-ratio: 1/1;
    overflow: hidden
}

.hotbrand_main .main ul li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s
}

.hotbrand_main .main ul li a .info {
    flex: 1;
    padding-top: 15px
}

.hotbrand_main .main ul li a .info .title {
    color: var(--theme_color);
    font-size: 34px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px
}

.hotbrand_main .main ul li a .info p {
    color: var(--content_color)
}

.hotbrand_main .main ul li a .info p strong {
    font-size: 24px;
    font-weight: 700;
    line-height: 44px
}

.hotbrand_main .main ul li a .info p span {
    font-size: 20px;
    line-height: 44px
}
