.box {
    position: relative;
    font-size: 0.27rem;
    color: #333333;
    background-color: #F5F5F5;
}

/* 顶部banner图 */

.banner {
    height: 2.93rem;
    background-image: url("../../resource/images/banner.png");
    background-size: 100% 100%;
}

.city {
    position: absolute;
    top: 0.26rem;
    right: 0.24rem;
    padding: 0.08rem 0.16rem 0.08rem 0.3rem;
    border-radius: 0.3rem;
    font-size: 0.23rem;
    background-color: #ffffff;
}

.city img {
    width: 0.14rem;
    height: 0.09rem;
    margin-left: 0.1rem;
    margin-bottom: 0.02rem;
    vertical-align: middle;
}

/*  */
.search {
    margin-bottom: 0.39rem;
    padding: 0.16rem 0.31rem;
    border-radius: 0.49rem;
    box-shadow: 0rem 0rem 0.02rem 0rem rgba(0,0,0,0.10); 
    background-color: #ffffff;
}

.search input {
    width: 90%;
    font-size: 0.25rem;
}

.type {
    margin-bottom: 0.16rem;
    /* padding: 0.14rem 0.75rem 0.14rem 0.23rem; */
    padding: 0.14rem 0.23rem;
    border-radius: 0.16rem;
    font-size: 0.25rem;
    color: #999999;
    background-color: #ffffff;
}

.type span:first-child {
    width: 1.1rem;
    text-align: center;
}

.type .days span {
    width: 1.1rem;
    text-align: center;
}

.list {  
   margin-bottom: 0.23rem;
}

.list .head {
    padding: 0.3rem 0.23rem;
    border-radius: 0.2rem;
    box-shadow: 0rem 0rem 0.02rem 0rem rgba(0,0,0,0.10); 
    background-color: #ffffff;
}

.list .head .days span {
    width: 1.1rem;
    text-align: center;
}

.list .province {
    min-width: 1.1rem;
    text-align: center;
}

.list .list-item {
    display: none;
}

.list ul {
    flex-wrap: wrap;
    padding: 0 0.31rem 0.23rem;
    border-radius: 0rem 0rem 0.2rem 0.2rem;
    background-color: #E4EAFF;
}

.list ul a {
    width: 1.6rem;
    margin: 0.23rem 0.7rem 0 0;
    padding: 0.1rem 0;
    border-radius: 0.49rem;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    background-color: #7F9AFF;
}

.list ul a:nth-child(3n+3) {
    margin-right: 0;
}

.no-info {
    display: none;
    text-align: center;
    color: #666666;
}

.no-info p {
    margin: 0.23rem 0 0.39rem;
}
