.rank {
    width: 94%;
    height: 26.875rem;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 0.625rem;
}
.rank li {
    height: 3.125rem;
    line-height: 3.125rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.375rem;
}
.rank .checkMore {
    width: 5.625rem;
    height: 1.71875rem;
    line-height: 1.71875rem;
    background: #E10011;
    opacity: 1;
    border: 1px solid #E10005;
    border-radius: 100px;
}
.rank .checkMore>a {
    color: #fff;
    display: flex;
    height: 100%;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.brand_list {
    border-bottom: 1px solid #f1f1f1;
}
.brand_list:last-child {
    border-bottom: none;
}
.more {
    width: 100%;
    margin: 1.25rem 0;
}
.more span {
    width: 7.65625rem;
    height: 2.03125rem;
    line-height: 2.03125rem;
    font-size: 0.75rem;
    display: block;
    text-align: center;
    margin: 0 auto;
    color: #E10011;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(238, 238, 238, 1);
    box-shadow: 0px 0.1rem 0.38125rem rgba(0, 0, 0, 0.1);
    opacity: 1;
    border-radius: 1rem;
}
.main {
    margin: 20px 0;
    box-shadow: 0px 1px 12px rgb(0 0 0 / 10%);
}
.news-list .ui-list-mix img {
  width: 110px;
  height: 70px;
  border-radius:6px;
  object-fit: cover;
}