








*{
    margin: 0;
    padding: 0;
    list-style: none;
}

.main{
    width: 7.5rem;
    margin: 0 auto;
}
.show_zhe{
    width: 750px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 0.2rem 0.2rem 0px 0px;
    position: fixed;
    display: none;
    z-index: 10000001;
    bottom: 0;
    padding-bottom: 0.2rem;
    height: 85%;
    margin-top: 15%;
    padding-bottom: 0.6rem;
}
.xuan_tit{
    line-height: 1rem;
    text-align: center;
    font-size: 0.36rem;
    font-weight: bold;
    color: #333333;
}
.zhuti{
    height: 100%;
    overflow: scroll;
    position: relative;
    padding-left: 0.25rem;
   padding-bottom: 0.6rem;
}

.showLetter {
    position: fixed;
    width: 1rem;
    height: 1rem;
    background: rgba(0, 0, 0, 0.5);
    left: 46%;
    text-align: center;
    display: none;
    top: 50%;
    font-size: 0.64rem;
    font-family: Roboto;
    font-weight: bold;
    line-height: 1rem;
    color: #FFFFFF;
}
.letter{
    width: auto;
    position: absolute;
    right: 0.1rem;
    text-align: center;
    z-index: 100;
    overflow: scroll;
    max-height: 100%;
    padding-bottom: 0.8rem;
}
.letter li{
    margin-bottom: 0.08rem;
}
.letter li a{
    font-size: 0.24rem;
    font-family: Roboto;
    color: #999999;
    text-decoration: none;
}
.city-letter{
    font-size: 0.4rem;
    font-family: Roboto;
    font-weight: bold;
    color: #333333;
    margin-top: 0.2rem;
    padding-left: 0.15rem;
    display: block;
    margin-bottom: 0.2rem;
}
.city-list{
    overflow: hidden;
}
.city-list p{
    font-size: 0.28rem;
    width: 2.1rem;
    height: 0.72rem;
    /* line-height: 0.72rem; */
    text-align: center;
    background: #F2F2F2;
    border-radius: 0.04rem;
    margin-left: 0.15rem;
    float: left;
    margin-bottom: 0.2rem;
    /* overflow: hidden; */
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    padding: 0.2rem 0;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
}
.now_xuan{
    margin-left: 0.15rem;
    margin-top: 0.4rem;
    overflow: hidden;
}
.nowtit{
    font-size: 0.36rem;
    font-weight: bold;
    color: #333333;
}
.nowcity{
    font-size: 0.28rem;
    width: 2.1rem;
    height: 0.72rem;
    /* line-height: 0.72rem; */
    text-align: center;
    background: #F2F2F2;
    border-radius: 0.04rem;

    float: left;
    margin-bottom: 0.3rem;
    /* overflow: hidden; */
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    padding: 0.2rem 0;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
    margin-top: 0.2rem;
}
div::-webkit-scrollbar{
    width: 0px;
    background: none;
}
.show_zhegai{
    width: 100%;
    height: 100%;
    z-index: 999;
    left: 0;
    top: 0;
    position: fixed;
    background-color: rgba(0,0,0,0.7);
    display: none;
}
