﻿.searchLetter {
    position: fixed;
    margin-right: .3rem;
    right: 0;
    width: .6rem;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #666;
    z-index: 1;
}

    .searchLetter view {
        margin-top: 20px;
    }

.touchClass {
    color: #fff;
    padding-top: 2.5rem;
}

.showSlectedLetter {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -100px;
    width: 200px;
    height: 200px;
    border-radius: 20px;
    font-size: 52px;
    z-index: 1;
}

.selection {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-top: 10px;
}

.item_letter {
    display: flex;
    background-color: #f5f5f5;
    height: 40px;
    padding-left: 15px;
    align-items: center;
    font-size: 16px;
    color: #666;
}

.item_city {
    display: flex;
    background-color: #fff;
    height: 50px;
    padding-left: 14px;
    align-items: center;
    border-bottom: 1px solid #ededed;
    font-size: 14px;
    color: #666;
}

.hotcity-common {
    font-size: 12px;
    color: #666;
    padding: 0 0 0 10px;
}

.thisCity {
    padding-top: 60px;
}

.thisCityName {
    display: inline-block;
    border: 1px solid #2ab4ff;
    border-radius: 8px;
    padding: 6px 0;
    font-size: 12px;
    color: #2ab4ff;
    text-align: center;
    min-width: 70px;
    margin: 20px 0 20px 10px;
}

.thishotText {
    color: #2ab4ff;
    margin: 0 !important;
    width: .6rem;
    height: .6rem;
}

.slectCity {
    border-color: #2ab4ff !important;
}

    .slectCity view {
        color: #2ab4ff !important;
    }

.weui-grid {
    /*position: relative;
    float: left;
    /* padding: 10px 0;
    width: 149.5px;
    box-sizing: border-box;
    border: 1px solid #ececec;
    border-radius: 8px;
    margin: 10px 12px;
    display: inline-block;
    border: 1px solid #ececec;
    border-radius: 8px;
    padding: 6px 0;
    font-size: 12px;
    color: #2ab4ff;
    text-align: center;
    min-width: 70px;
    margin: 20px 0 20px 10px;*/
}

.weui-grid__label {
    float: left;
    display: block;
    text-align: center;
    color: #333;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #ececec;
    border-radius: .2rem;
    padding: .2rem 0;
    font-size: 12px;
    text-align: center;
    min-width: 70px;
    margin: .1rem 0 .1rem .2rem;
}
