@media screen and (max-width:320px) {
    html {
        font-size: 42.667px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:321px) and (max-width:360px) {
    html {
        font-size: 48px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:361px) and (max-width:375px) {
    html {
        font-size: 50px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:376px) and (max-width:393px) {
    html {
        font-size: 52.4px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:394px) and (max-width:412px) {
    html {
        font-size: 54.93px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:413px) and (max-width:414px) {
    html {
        font-size: 55.2px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:415px) and (max-width:480px) {
    html {
        font-size: 64px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:481px) and (max-width:540px) {
    html {
        font-size: 72px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:541px) and (max-width:640px) {
    html {
        font-size: 85.33px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:641px) and (max-width:720px) {
    html {
        font-size: 96px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:721px) and (max-width:768px) {
    html {
        font-size: 102.4px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:769px) {
    html {
        font-size: 102.4px;
    }
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

body {
    max-width: 750px;
    margin: 0 auto;
    overflow-x: hidden;
}

.container {
    max-width: 750px !important;
    margin: 0 auto !important;
    position: relative;
}

.head-icon {
    width: 100%;
}

.city {
    position: absolute;
    top: 1.36rem;
    right: 0.45rem;
    width: 1.15rem;
    height: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0.375rem;
    border-radius: 1.875rem;
    background-color: #ffffff;
}

.city-name {
    font-weight: 600;
    color: rgb(14, 20, 87);
    font-size: 0.26rem;
}

.city-icon {
    width: 0.18rem;
    margin-left: 0.1rem;
}

.body {
    width: 100%;
    position: absolute;
}

.bg-img {
    width: 100%;
}

.item-title {
    text-align: center;
    font-size: 0.4rem;
    margin-bottom: 0.2rem;
}

.item-title span {
    margin: 0 0.1rem;
}

.title-icon {
    width: 0.3rem;
    height: 0.3rem;
}

.ser-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 0 0.27rem;
}

.ser-item a {
    width: 23%;
    font-size: 0.26rem;
    color: #232323;
    padding-left: 0.1rem;
    border-left: 0.02rem solid rgb(194, 194, 194);
    margin-bottom: 0.4rem;
}

footer {
    display: none;
}

.back_to_top, .back_to_feed {
    display: none;
    font-size: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -0.1rem !important;
}

.fgx {
    height: 0.16rem;
    background: #f7f7f7;
}