html {
    background-color: #FFFFFF;
}

body {
    position: relative;
    padding-bottom: 1.33rem;
    background-color: rgb(220, 37, 37);
}

.body {
    font-size: .23rem;
}

.head {
    width: 100%;
}

.city {
    position: absolute;
    top: .37rem;
    right: .23rem;
    min-width: 1.14rem;
    height: .49rem;
    padding: .02rem .18rem;
    color: #AE191A;
    font-weight: 700;
    line-height: .49rem;
    text-align: center;
    background-color: #FFFFFF;
    border-radius: .25rem;
}

.city-icon {
    width: .18rem;
    margin-left: .11rem;
}


.swiper {
    padding: 0 .09rem;
    padding-top: .16rem;
    padding-bottom: .43rem;
    margin: 0 .29rem;
    margin-top: .5rem;
    border-top: .02rem solid #F7F7F7;
    flex-wrap: wrap;
}

.swiper-item {
    position: relative;
    width: 38%;
    height: .6rem;
    margin-bottom: .24rem;
    padding: 0 .3rem;
    line-height: .6rem;
    font-size: .24rem;
    color: #333333;
    background-color: #F7F7F7;
    border-radius: .08rem;
    text-align: center;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    white-space: nowrap;
}

.title img {
    width: 100%;
}

.border {
    margin: .49rem .23rem;
    padding: .41rem 0;
    background-color: #FFFFFF;
    border-radius: .21rem;
}

.border .link-list {
    margin: 0;
    padding: 0;
    padding: 0 .38rem;
    border-top: 0;
}

.yiqing-tools {
    padding-top: 0 !important;
}


.hot {
    position: absolute;
    height: .29rem;
    right: -.1rem;
    top: -.1rem;
}

.weather_nav {
    width: 2rem;
    height: 100%;
    margin-right: .18rem;
    font-size: .24rem;
    border-right: .02rem solid #999999;
}

.weather_nav iframe {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
}