body {
    background: url("https://www.xiabutown.com/obj-xbtown/imgs/bg.jpg") no-repeat center center;
    background-size: 100% 100%;
}

main .pagebanner {
    background: url(https://www.xiabutown.com/obj-xbtown/imgs/page_banner.png) no-repeat center center;
    background-size: 100% 600px;
}

main .list .box {
    padding: 40px 0;
    border-bottom: 1px solid #c6b6b6;
}

.container .l img {
    width: 383px;
    height: 74px;
}

main .pagesort {
    margin-bottom: 28px;
}

.list_warp {
    background: #FFFDF3;
    box-shadow: 1px 2px 39px 1px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    width: 1197px;
    margin: 0 auto 50px;
}


/*美食容器*/

main .list {}

main .list .box {
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding: 29px 25px;
    box-sizing: border-box;
}

main .ms .box .item {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

main .ms .box .img {
    width: 481px;
    height: 459px;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
}

main .ms .box .img img {
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
    transition: .5s;
}

main .ms .box .img img:hover {
    transform: scale(1.2);
}

main .ms .box .info {
    width: calc(100% - 520px);
    text-align: left;
}

main .ms .box .info h1 {
    font-weight: 500;
    font-size: 38px;
    color: #191919;
    line-height: 44px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 23px;
}

main .ms .box .info .price {
    font-weight: 500;
    margin-bottom: 52px;
    font-size: 28px;
    color: #191919;
    line-height: 34px;
    margin-top: 10px;
}

main .ms .box .info .info_line {
    font-weight: bold;
    font-size: 20px;
    color: #191919;
    line-height: 34px;
    margin-top: 20px;
    line-height: 25px;
}

main .ms .info_line>span {
    font-weight: 400 !important;
}


/*餐厅*/

main .ct .box .img {
    width: 481px;
    height: 459px;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
}

main .ct .box .info h1 {
    font-weight: 500;
    font-size: 38px;
    color: #191919;
    line-height: 44px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 23px;
}

main .ct .box .content {
    font-weight: 400;
    font-size: 18px;
    color: #191919;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

main .ct .box .info {
    width: calc(100% - 520px);
    text-align: left;
}

main .ct .box .img img {
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
    transition: .5s;
}

main .ct .box .img img:hover {
    transform: scale(1.2);
}

main .ct .box .info .top .l .row {
    font-size: 16px;
    margin-top: 10px;
}

main .ct .box .info .top .r {
    text-align: right;
}

main .ct .box .info .top .r p {
    font-size: 16px;
}

main .ct .box .info .top .r p span {
    font-size: 20px;
}

main .ct .box .info .top .r a {
    margin-top: 20px;
}

main .ct .box .info .food p {
    font-size: 16px;
    font-weight: bold;
}

main .ct .box .info .food .foods {
    display: flex;
    margin-top: 10px;
}

main .ct .box .info .food .foods .foodbox {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 250px;
    height: 185px;
    margin-left: 28px;
}

main .ct .box .info .food .foods .foodbox:first-of-type {
    margin-left: 0;
}

main .ct .box .info .food .foods .foodbox img {
    min-width: 100%;
    min-height: 100%;
}

main .ct .box .info .food .foods .foodbox h2 {
    font-size: 14px;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 45px;
    line-height: 45px;
    bottom: 0;
    text-align: center;
    background: rgba(0, 0, 0, .5);
}