﻿html{
    background-color: #fff;
}
body{
    max-width: 640px;
    background-color: #fff;
}
.city-banner {
    width: 100%;
}
.city-banner img {
    width: 100%;
}
.city-list {
    width: 100%;
    height: auto;
    margin-bottom: 4.5rem;
    display: table;
}

.city-list .list-block {
    width: 47%;
    height: 3rem;
    margin-left: .4rem;
    margin-bottom: .4rem;
    background: #fff;
    padding: .3rem;
    position: relative;
    box-shadow: 0 0 .6rem rgba(0, 0, 0, .2);
    display: inline-block;
}

.city-list .list-block .list-logo {
    float: left;
    width: 2.63rem;
}

.city-list .list-block .list-logo img {
    width: 2.63rem;
    height: 2.63rem;
}

.city-list .list-block .list-info {
    float: left;
    margin-left: .44rem;
    /*width: 4.89rem;*/
    /*position: relative;*/
}

.city-list .list-block .list-info .city-name {
    font-size: .64rem;
    color: #333;
    font-weight: 700;
}

.city-list .list-block .list-info .expo-info {
    font-size: .52rem;
    line-height: .7rem;
    color: #666;
    position: absolute;
    top: 1.5rem;
}

.city-list .list-block .list-info .city-btn {
    width: 1.75rem;
    height: .87rem;
    background-color: #d80c18;
    color: #fff;
    font-size: .52rem;
    line-height: .87rem;
    display: block;
    text-align: center;
    border-radius: 3px;
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 50%;*/
    margin-top: -.6rem;
    margin-left: 3rem;
}

.city-bottom {
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    padding-top: .52rem;
    padding-bottom: .52rem;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
}

.city-bottom img {
    width: 5.97rem;
    margin: 0 auto;
    display: block;
}

.city-bottom p {
    color: #999;
    text-align: center;
    font-size: .52rem;
    margin-bottom: 0px;
}
.city-list .title{
    width: auto;
    text-align: center;
    display: block;
    margin: 16px auto;
    padding: 6px 20px;
    background-color: #d80c18;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1;
}