.city-wrap{
    font-family: PingFang SC;
    background: #fff;
}
.city-wrap a{
    display: block;
}
.top-box{
    padding: 0 .31rem 0 .13rem;
}
.top-box .box-title{
    font-size: 0.11rem;
    font-weight: 400;
    color: #9A9A9A;
    line-height: 0.11rem;
    padding-top: .1rem;
    padding-bottom: .1rem;
}
.top-box .box-main{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.top-box .col3{
    width: 33.3333%;
    padding: 0 .05rem;
    margin-bottom: .1rem;
}
.top-box .content-box{
    height: 0.32rem;
    background: #F7F7F7;
    border-radius: 0.02rem;
    line-height: .32rem;
    font-size: 0.12rem;
    font-weight: 500;
    color: #333333;
    text-align: center;
}
.top-box .box-main{
    margin: 0 -.05rem;
}
.city-all{
    padding: 0 .04rem 0 .13rem;
    line-height: 1;
}
.city-letter, .city-item{
    padding: .13rem 0;
}
.city-letter{
    font-size: 0.13rem;
    font-weight: 500;
    color: #EE2D1B;
    padding-bottom: 0;
}
.city-item{
    font-size: 0.11rem;
    font-weight: 400;
    color: #333333;
    border-bottom: 1px solid #EEEEEE;
}
.right-list{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 55%;
    right: .08rem;
    transform: translateY(-50%);
}
.city-a{
    padding-left: 15px;
    font-size: 0.09rem;
    font-weight: 500;
    color: #999999;
    padding: 3px 0;
    width: 100%;
    text-align: center;
}
.location-tip{
    font-size: 0.1rem;
    font-weight: 400;
    color: #999999;
    margin-left: .2rem;
}
.location-city::before{
    content: '';
    width: .14rem;
    height: .14rem;
    background: url(//mued2.jia.com/image/wangpu/location-icon.png) no-repeat;
    background-size: 100%;
    display: block;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
.letter-pop{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.4rem;
    height: 0.4rem;
    background: #CCCCCC;
    border-radius: 50%;
    text-align: center;
    line-height: .4rem;
    font-size: 0.21rem;
    font-weight: 500;
    color: #FFFFFF;
    display: none;
}
