span {
    outline: none;
}

img {
    display: block;
    border: 0;
}

.dh {
    background: linear-gradient(to bottom, #fc7334, #fc3b14);
    color: white;
    width: 5rem;
    border-radius: .375rem;
    font-size: 1.1rem;
    /* margin: 0 .625rem 0 11.25rem;*/
    cursor: pointer;
    text-align: center;
    padding: .625rem 0;
    height: 3rem;
    margin-bottom: 0.2rem;
}

.city-list,
.city-list1 {
    display: block;
    margin-bottom: 8px;
}

    .city-list .city-list-title {
        color: #fff;
        background: rgb(255, 68, 0);
    }

    .city-list1 .city-list-title {
        color: #fff;
        background: rgb(255, 68, 0);
    }

    .city-list a {
        margin-left: 2px;
        color: #333;
        font-size: 13px;
        margin-bottom: 10px;
        padding: 2px 4px;
    }

    .city-list1 a {
        margin-left: 2px;
        color: #333;
        font-size: 13px;
        margin-bottom: 10px;
        padding: 2px 4.6px;
    }

    .city-list1 a {
        margin-left: 2px;
        color: #333;
        font-size: 13px;
        margin-bottom: 10px;
        padding: 2px 4.6px;
    }

.dh1,
.city-list {
    white-space: nowrap;
}

.dh1,
.city-list1 {
    white-space: nowrap;
}

/* 城市logo点击的样式 */
.citySelect {
    position: relative;
    margin: 20px auto;
    width: 980px;
}

.cityLogo {
    margin: 23px auto;
    display: inline-block;
}

.allCitys {
    position: absolute;
    box-shadow: 0 3px 4px rgb(0 0 0 / 20%);
    border: 1px solid #ccc;
    /*top: 65px;*/
    /*left: 0;*/
    background-color: #fff;
    padding: 20px;
    padding-right: 50px;
    display: none;
    z-index: 999999999999;
}

    .allCitys a {
        cursor: pointer;
        padding: 1px 5px;
    }

        .allCitys a:hover {
            color: #fff;
            background: #f40;
        }

.categoryList {
    max-height: 900px;
    overflow: auto;
}

    .categoryList dt {
        float: left;
        width: 65px;
        overflow: hidden;
    }

    .categoryList dd {
        margin-left: 65px;
    }

        .categoryList dd span {
            display: inline-block;
            min-width: 65px;
            margin-bottom: 10px;
        }

.allCitys .categoryTab {
    position: relative;
    margin-bottom: 25px;
}

.allCitys i {
    position: absolute;
    right: 8px;
    top: 5px;
    font-style: normal;
}

.allCitys .categoryTab a {
    margin-right: 20px;
}
