﻿.t_select_city_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}

.t_select_city {
    position: fixed;
    top: 26%;
    left: 26%;
    width: 843px;
    z-index: 12;
    background: #fff;
    border-radius: 4px;
    padding-bottom: 20px;
    display: none;
}

.t_city_position {
    line-height: 60px;
    padding: 0 40px;
    border-bottom: 1px solid #eee;
}

    .t_city_position p {
        display: inline-block;
    }

        .t_city_position p img {
            margin-right: 10px;
        }

        .t_city_position p span {
            font-size: 18px;
            color: #ff7142;
            font-weight: bold;
        }

    .t_city_position .t_close_city {
        float: right;
        cursor: pointer;
        padding: 5px;
        margin: 16px;
        padding-right: 0;
        margin-right: 0;
    }

.t_hot_city_lists {
    padding: 10px 40px 10px;
    border-bottom: 1px solid #eee;
}

    .t_hot_city_lists p {
        line-height: 50px;
    }

        .t_hot_city_lists p img {
            margin-right: 10px;
            vertical-align: sub;
        }

    .t_hot_city_lists ul li {
        min-width: 80px;
        padding-right: 30px;
        line-height: 36px;
    }

        .t_hot_city_lists ul li.t_more_city {
            color: #ff7142;
        }

.t_city_tips {
    padding: 0 42px;
    line-height: 59px;
}

.banner_nav b {
    color: #ff7142;
}

.t_now_city {
    line-height: 124px;
    font-size: 30px;
    color: #ff7142;
    margin-left: 20px;
}

    .t_now_city p {
        line-height: 35px;
        height: 75px;
        padding-left: 20px;
        display: inline-block;
        border-left: 1px solid #eee;
        font-size: 24px;
        width: 120px;
        margin-top: 25px;
    }
    .t_now_city h1, .t_now_city h2 {
        line-height: 35px;
        display: inline-block;
        font-size: 24px;
        width: 120px;
    }

.h1, .h2 {
    display: inline-block !important;
    font-weight: initial;
    font-size: initial;
}
