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 .block {
    background: #fff;
    margin-top: 30px;
}

main .xginfo {
    box-sizing: border-box;
    padding: 30px 0px;
}

main .xginfo .box {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 20px;
}

main .xginfo .box .img {
    width: 472px;
    height: 288px;
    border-radius: 10px;
    overflow: hidden;
}

main .slider {
    border-radius: 10px;
    height: 288px;
}

main .slider .swiper-pagination {
    bottom: 20px;
    text-align: right;
    padding: 0 20px;
    box-sizing: border-box;
}

main .slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, .5);
    border-radius: 6px;
    opacity: 1;
    transition: all 0.25s linear;
}

main .slider .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1);
}

main .xginfo .box .info {
    width: 660px;
    text-align: left;
}

main .xginfo .box .info .top {
    display: flex;
    justify-content: space-between;
}

main .xginfo .box .info .top h1 {
    font-size: 30px;
}

main .xginfo .box .info .top p {
    font-size: 16px;
    flex-shrink: 0;
}

main .xginfo .box .info .top p span {
    font-size: 20px;
}

main .info .tags {
    margin-top: 5px;
    overflow: hidden;
    height: 31px;
}

main .info .tags span {
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    white-space: nowrap;
    word-break: keep-all;
    border: 1px solid;
    padding: 3px 5px;
    margin-top: 5px;
}

main .info .tags span:first-of-type {
    margin-left: 0;
}

main .info .tags span:nth-of-type(1n) {
    background: #e4f3ff;
    color: #4087f5;
    border-color: #4087f5;
}

main .info .tags span:nth-of-type(2n) {
    background: #fff3e2;
    color: #fd9e1a;
    border-color: #fd9e1a;
}

main .info .tags span:nth-of-type(3n) {
    background: #e6ffe2;
    color: #409a35;
    border-color: #409a35;
}

main .xginfo .box .info .text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
}

main .xgnr .tabs {
    border-bottom: 1px solid #e4e4e4;
    text-align: left;
}

main .xgnr .tabs a {
    width: 130px;
    height: 62px;
    line-height: 62px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
}

main .xgnr .tabs a.active {
    background: #4087f5;
    color: #fff;
}

main .xgnr .box {
    box-sizing: border-box;
    padding: 0 20px 20px 20px;
}

main .xgnr .box .list {
    display: none;
}

main .xgnr .box .active {
    display: block;
}


/*相关餐厅*/

main .xgnr .box .xgct {
    padding: 20px;
    font-weight: 400;
    font-size: 18px;
    color: #191919;
    line-height: 34px;
    text-align: left;
}

main .xgnr .box .xgct .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

main .xgnr .box .xgct .item {
    width: 570px;
    height: 180px;
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
    margin-top: 20px;
}

main .xgnr .box .xgct .item .img {
    width: 180px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}

main .xgnr .box .xgct .item .img img {
    min-width: 100%;
    min-height: 100%;
}

main .xgnr .box .xgct .item .info {
    width: 370px;
    text-align: left;
}

main .xgnr .box .xgct .item .info h1 {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

main .xgnr .box .xgct .item .info .row {
    font-size: 16px;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

main .xgnr .box .xgct .item .info a {
    width: 110px;
    height: 32px;
    border: 1px solid;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    display: inline-block;
    margin-top: 14px;
}

main .xgnr .box .xgct .item .info a:hover {
    background: #4087f5;
    border-color: #4087f5;
    color: #fff;
}


/*相关美食*/

main .xgnr .box .mstj {
    text-align: left;
}

main .xgnr .box .mstj a {
    width: 250px;
    height: 185px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 30px 0 0 30px;
}

main .xgnr .box .mstj a .img {
    width: 250px;
    height: 185px;
    display: flex;
    justify-content: center;
    align-items: center;
}

main .xgnr .box .mstj a .img img {
    min-height: 100%;
    min-width: 100%;
}

main .xgnr .box .mstj a .info {
    position: absolute;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-size: 14px;
    bottom: 0;
    box-sizing: border-box;
    padding: 0 10px;
}

main .xgnr .box .mstj a .info h1 {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

main .xgnr .box .list .wrap .loading {
    text-align: center;
    width: 100%;
}