.box {
    position: relative;
    font-size: .28rem;
    color: #333;
    background-color: #F6F6F6;
}

.banner {
    height: 3.4rem;
}

.banner img {
    width: 100%;
    height: 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;
}

/* 切换城市 */
.card-city {
    /* width: 87%; */
    position: relative;
    display: flex;
    margin: -0.5rem 0.2rem 0;
    border-radius: 0.2rem;
    padding: 0.3rem;
    background-color: #ffffff;
    box-shadow: 0 0 0.3rem #0000002b;
    flex-direction: column;
}

.card-city-title {
    font-size: 0.3rem;
}

.select select:first-child {
    margin-left: 0;
}

.card-city  div {
    display: inherit;
}

.card-bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 0.3rem;
}

.card-top {
    display: flex;
    align-items: center;
    margin-left: 0.6rem;
}

select {
    min-width: 1.3rem;
    max-width: 2rem;
    font-size: 0.281rem;
    padding: 0.1rem 0.3rem;
    margin-left: 0.4rem;
    border: 0;
    background: url(http://imgbdb3.bendibao.com/whbdb/20202/26/20200226162105_59108.png) no-repeat scroll right 0.26rem transparent;
    -webkit-appearance: none;
    background-size: 0.16rem 0.08rem;
    outline: none;
}

.list-title {
    display: flex;
    align-items: center;
}

.list-title img {
    margin-right: 0.1rem;
    margin-top: 0.05rem;
}

/* 底部tab切换 */
.info-tab {
    padding: 0.14rem 0.33rem 0.33rem; 
    margin: 0.23rem;
    border-radius: 0.2rem;
    background-color: #fff;
}

.info-tab .tab-bar {
    padding-bottom: 0;
    overflow-x: scroll;
}

.info-tab .bar-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.0225rem solid rgb(238, 238, 238);
    padding-left: 0;
    font-size: 0.32rem;
    color: rgba(91, 91, 91, 1);
    margin: 0 0 0 0;
    padding-top: 0.04rem;
}

.click {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgba(20, 20, 20, 1);
    line-height: 0.8rem !important;
    font-weight: 600;
}

.click img {
    width: 0.6rem;
    height: 0.07rem;
}

li.title-name {
    line-height: 0.7rem;
}

.info-tab .tab-content ul {
    padding-left: 0;
    margin: 0;
}

.imp {
    padding: 0.375rem 0.1rem;
    border-bottom: 0.0225rem solid rgb(238, 238, 238);
}

.imp-title {
    display: flex;
}

.imp-icon {
    width: 0.3rem;
    height: 0.2rem;
    margin-right: 0.2rem;
    margin-top: 0.1rem;
}

.imp-name {
    font-size: 0.31rem;
    font-weight: 600;
    color: #000000;
}

.imp-content {
    font-size: 0.3rem;
    color: rgb(102, 102, 102);
    margin-left: 5%;
    margin-top: 0.225rem;
}

.all {
    height: 0.9rem;
    width: 45%;
    margin: 0.3rem auto;
    text-align: center;
    line-height: 0.9rem;
    font-size: .3rem;
    background: #F0EDF1;
    border-radius: 0.14rem;
    color: #000000;
}
