.city-item{
            width: 255px;
    float: left;
    margin-right: 10px;
    margin-left: 7px;
    margin-top: 15px;
    position: relative;
        }
.city-item img{
            width: 255px; height: 255px;     border-radius: 10px;
        }
.city-item c{
            position: absolute;  left: 15px;
            font-size: 24px;     display: block;
            top: 30px;
        }
.city-item n{
    font-size: 12px;
    background-color: #ff98007a;
    /* color: red; */
    position: absolute;
    padding: 4px 6px;
    border-radius: 0 10px 0 10PX;
    top: 0px;
    right: 0px;
    /* font-family: emoji; */
    font-family: HarmonyOS_Sans_SC_Medium;
    color: #ffffff;
}
.city-item i{
    position: absolute;
    left: 15px;
    font-size: 15px;
    width: 235px;
    font-style: normal;
    height: 60px;
    padding: 10px;
    background-color: #637fe461;
    top: 174px;
    left: 0px;
    color: #fff; border-radius: 10px;
}
.city-item i li{ width: 250px; float: left; line-height: 20px; padding-left: 5px; margin-top: 3px;}
.city-item i li v{
    font-size: 14px;
    padding: 2px 6px;
    background-color: #ffb93a6b;
    margin-right: 0px;
}
.city-item i li z{
    font-size: 14px; font-weight: 600;
    padding: 1px 6px; color: #ffb93a;
    margin-right: 4px;
    border: 1px #ffb93a6b solid;
}
.city-item c a{
    color: #ffb93a;
    font-weight: 900;
    padding: 4px 10px;
    font-size: 30px;
        }
.city-item c a:hover{
            color: rgb(241, 47, 47);
            font-weight: 900;
            padding: 4px 10px;
}
.city-item pv{
    position: absolute;
    left: 14px;
    top: 219px;
    font-size: 26px;
    width: 30px;
    font-style: normal;
    height: 20px;
    z-index: 99;
    color: #ffa67b;
        }
.city-item e{
    position: absolute;
    left: 45px;
    top: 210px;
    font-size: 18px;
    font-weight: 500;
    width: 200px;
    font-style: normal;
    height: 20px;
    color: #dfffbc;
    z-index: 99;
        }
.city-item w{
            position: absolute;
            right: 14px;
            top: 26px;
            font-size: 12px;
            /* border-radius: 10px; */
            text-align: right;
            padding: 3px 8px;
            color: #eb402a;
            background-color: #b9c8fd85;
        }
.city-item pv img {width: 25px;
    height: 15px;}
.city-rank{float: right;
            margin-right: 30px;  margin-top: 23px;
        }
.city-rank li { margin-left: 20px;
            float: left;
            font-size: 15px;}
.radio {
            margin: 0.5rem;
        }
.city-rank li input[type="radio"]  {
            content: '';
            background: #f4f4f4;
            border-radius: 100%;
            border: 1px solid #b4b4b4;
            display: inline-block;
            width: 1.2em;
            height: 1.2em;
            position: relative;
            top: -4px;
            margin-right: 6px;
            vertical-align: top;
            cursor: pointer;
            text-align: center;
            -webkit-transition: all 250ms ease;
            transition: all 250ms ease;
        }
.city2024{ position: relative; top:20px;margin-left: 9px; width: 1370px; float: left;}
.city2024 h1{font-size: 18px; line-height: 30px; float: left; font-weight: 800; color: #333;}