.background {
    width: 100%;
    background: #fdeddb url(/i/web/goose/images/goose.jpg) no-repeat top;
}

.background .con {
    margin: 0 auto;
    width: 720px;
}

.background .con .title, .char {
    font-size: 27px;
    color: #000;
    font-family: "Microsoft YaHei";
    margin-left: 28px;
}

.background .con .head {
    height: 999px;
}




.img {
    margin-top: 17px;
    margin-left: 19px;
}

.char {
    margin-top: 15px;
}

p {
    font-size: 22px;
    margin-top: 2px;
    font-family: "Microsoft YaHei";
}

.tab {
    width: 95%;
    margin: 0 auto;
    margin-top: 45px;
}

.city {
    display: flex;
    justify-content: space-around;
    font-size: 22px;
    margin-top: 18px;
}



.headl td {
    font-size: 18px;
}

th {
    font-size: 20px;
}

ul {
    display: flex;
    justify-content: space-around;
    height: 98px;
    line-height: 55px;
}

li {
    float: left;
    font-size: 16px;
    text-align: center;
    color: #494949;
}

.city .pan{
    display: inline-block;
    width: 100px;
    height: 35px;
    font-size: 22px;
    text-align: center;
    border-radius:25px;
    border:2px solid #fbaea7;
    border-radius: 25px;
    background-color: #fbaea7;
    color:#818181;
}
.city .on{
    border:2px solid #da251d;
    border-radius: 25px;
    background-color: #da251d;
    color:white;
}

.display{
    display: none;
}
.dis{
    display: none;
}
