*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: 'alr';
    src: url('../font/AlibabaPuHuiTi-3-55-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'alm';
    src: url('../font/AlibabaPuHuiTi-3-65-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'alb';
    src: url('../font/AlibabaPuHuiTi-3-85-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'alh';
    src: url('../font/AlibabaPuHuiTi-3-105-Heavy.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
html, body {
    width: 100%;
    height: 100%;
    font-family: 'alr,alm,alb,alh';
    font-size: .8125rem;
    color: #333;
    background-color: #fff;
}
body {
    padding: 0;
    margin: 0;
    max-width: 750px;
    margin: 0 auto;
    overflow-x: hidden;
}
.top {
    display: block;
    width: 100%;
    background: url('../img/3x/t-bg.png') no-repeat center;
    background-size: cover;
    padding: 1.5rem 1.25rem; 
}
.search {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-end;
}

.search-box {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.search-box input {
    display: block;
    width: 13.25rem;
    height: 2.125rem;
    border: 0.0625rem solid #fff;
    border-radius: 0.75rem;
    padding-left: 1rem;
}

.search-box .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.625rem;
    height: 2.125rem;
    background-color: #666666;
    border: 0.0625rem solid #565454;
    border-radius: 0.75rem;
    margin-left: 0.5rem
}

.search-box i {
    display: block;
    width: 1rem;
    height: 1rem;
    background: url('../img/3x/search.png') no-repeat center;
    background-size: cover;
}

.login {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: 1rem;

}

.login div {
    width: 5.25rem ;
    height: 2.125rem;
    text-align: center;
    line-height: 2.125rem;
    border-radius: 0.75rem;
    font-family: 'alm';
    color: #fff;
}

.login div.sign {
    background-color: #666666;
    border: 0.0625rem solid #565454;
}

/* 重置ul*/
ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    font-size: 1.125rem;
    font-family: 'alm';
    color: #fff;
    justify-content: space-between;
}

.nav ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .8125rem;
}

.nav ul li i {
    width: 1.375rem;
    height: 1.375rem;
}

.icon-1 {
    background: url('../img/3x/dc.png') no-repeat center;
    background-size: cover;
}

.icon-2 {
    background: url('../img/3x/food.png') no-repeat center;
    background-size: cover;
}

.icon-3 {
    background: url('../img/3x/tee.png') no-repeat center;
    background-size: cover;
}

.icon-4 {
    background: url('../img/3x/shop.png') no-repeat center;
    background-size: cover;
}

.icon-5 {
    background: url('../img/3x/lock.png') no-repeat center;
    background-size: cover;
}

/* 筛选 */
.filter {
    width: 100%;
    background-color: #f5f5f5;
    padding: 1.875rem 1.25rem;
}

.filter-box {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    font-size: 1.125rem;
    font-family: 'alr';
}

.title {
    font-family: 'alb';
}

.title-info {
    color: #494949;
    font-size: .875rem;
}

.bread {
    font-size: 1rem;
    color: #216699;
    font-family: 'alb';
    margin-top: .75rem;
}

.filter-list {
    display: flex;
    flex-wrap: wrap;
    color: #216699;
    font-family: 'alr';
    width: 100%;
    margin-top: .75rem;
}

.filter-list li {
    text-align: left;
    flex: 0 0 20%;
    font-size: .875rem
}

.more {
    font-size: 1rem;
    color: #216699;
    font-family: 'alb';
    margin-top: .75rem;

}

.mt-12 {
    margin-top: .75rem;
}

.filter-btn {
    display: flex;
    flex-wrap: wrap;
    font-size: .8125rem;
    font-family: 'alr';
    color: #494949;
    justify-content: flex-start;
}

.filter-btn li {
    margin-right: .75rem;
    background-color: #fff;
    border-radius: .75rem;
    border: 1px solid #d8d8d8;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    padding: .375rem .5rem .375rem .375rem;
}

.filter-btn li i {
    display: flex;
    width: 1.125rem;
    height: 1.125rem;
}

.filter-btn li i.ficon-1 {
    background: url('../img/3x/Sales.png') no-repeat center;
    background-size: cover;
}

.filter-btn li i.ficon-2 {
    background: url('../img/3x/history.png') no-repeat center;
    background-size: cover;
}

.filter-btn li i.ficon-3 {
    background: url('../img/3x/car.png') no-repeat center;
    background-size: cover;
}

.filter-btn li i.ficon-4 {
    background: url('../img/3x/age.png') no-repeat center;
    background-size: cover;
}

.filter-btn li i.ficon-5 {
    background: url('../img/3x/adj.png') no-repeat center;
    background-size: cover;
}

.content {
    padding: 1.875rem 0;
    width: 100%;
    overflow-x: hidden;
    position: relative;
    box-sizing: border-box;
}
.content-box{
    padding: 1.5rem 1.25rem;
    border-bottom: 1px solid #d8d8d8;
}
.border-t {
    border-top: 1px solid #d8d8d8;
}
.food-img {
    width: 10rem;
    height: 10rem;
    border-radius: 1.75rem;
    overflow: hidden;
    position: absolute;
}
.food-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-box{
    padding-left: 11.25rem;
}

.food-info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.title-box .title {
    font-size: 1.375rem;
    font-family: 'alb';
    color: #216699;
}

.star-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.star {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    margin-right: 1rem
}

.star-box .num {
    color: #494949;
    font-size: .8125rem;
}

.star-box i {
    display: block;
    width: .875rem;
    height: .875rem;
    background: url('../img/3x/star.png') no-repeat center;
    background-size: cover;
    margin-right: 0.125rem;
}

.star-box i.star-2 {
    background: url('../img/3x/star-b.png') no-repeat center;
    background-size: cover;
}

.price {
    font-size: .8125rem;
    font-family: 'alr';
    color: #494949;
}

.location {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    font-size: .8125rem;
    font-family: 'alb';
    color: #494949;
}

.location i {
    display: block;
    width: 1.5rem;
    height: 2rem;
    background: url('../img/3x/address.png') no-repeat center;
    background-size: cover;
}

.location p {
    font-size: .9375rem;    
    font-family: 'alb';
    color: #494949;
    margin: 0;
}

.desc-box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    gap: .75rem;
}

.desc-box .avatar {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 0.5rem;
    overflow: hidden;
}

.desc-box .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.desc-box .desc {
    flex: 1 0 0;
    
}

.desc-box .desc p {
    font-size: .875rem;
    font-family: 'alr';
    color: #494949;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.desc-box .desc .descmore {
    font-size: .9375rem;
    font-family: 'alb';
    color: #216699;
}


.dot{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding:5.25rem
}
.dot img{
    display: block;
    width: 8.625rem;
    height: .9375rem;
    
}