.box {
    position: relative;
    font-size: 0.28rem;
    color: #333333;
    background-color: #F6F6F6;
}

/* 顶部banner图 */
.banner img {
    width: 100%;
    height: 4rem;
}

.container {
    padding: 0.01rem 0.24rem;
    border-radius: 0.3rem 0.3rem 0 0;
}

.search_box {
    position: relative;
    margin: -0.8rem 0.25rem 0;
    padding: 0.04rem 0.04rem 0.04rem 0;
    border-radius: 0.5rem;
    background-color: #fff;
    box-shadow: 0 0 0.04rem 0 rgba(0,0,0,0.08);
}

.search_box input {
    width: 100%;
    margin-left: 0.4rem;
    outline: none;
    border: none;
    font-size: 0.26rem;
}

.search_box input::-webkit-input-placeholder {
    color: #999;
}

.search_box .search_btn {
    padding: 0.12rem 0.32rem;
    border-radius: 0.5rem;
    background: linear-gradient(161.2deg, rgba(255,158,108,1) 0%, rgba(254,140,81,1) 100%);
}

.search_box .search_btn img {
    width: 0.4rem;
    height: 0.4rem;
}

.list_con {
    margin-top: 0.4rem;
}

.list_con ul {
    margin-bottom: 0.24rem;
    border-radius: 0.2rem;
    background-color: #fff;
}

.list_con ul li {
    display: flex;
    padding: 0 0.24rem;
    margin-bottom: 0.2rem;
}

.list_con ul li:first-of-type {
    padding-top: 0.3rem;
    border-top: 0.01rem solid rgba(0, 0, 0, .08);
}

.list_con ul li:last-of-type {
    padding-bottom: 0.3rem;
}

.list_con ul .area_name {
    min-width: 1.08rem;
    padding: 0.24rem 0 0 0;
    margin: 0 0 0.24rem 0.24rem;
    font-size: 0.32rem;
    font-weight: 700;
    background-image: url(../../resource/images/headBg02.png);
    background-size: 1.08rem 0.17rem;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.list_con ul li .left {
    margin-right: 0.4rem;
    color: #999999;
}

.list_con ul li .right {
    max-width: 76%;
}

.list_con ul li a {
    color: #F27040;
}

.share,.other-city {
    width: auto;
    height: 0.72rem;
    line-height: 0.72rem;
    font-size: 0.3rem;
}

.share {
    margin-left: 0;
    padding: 0 0.24rem;
    color: #F27040;
    background: #FFE4D8;
}

.share .share-icon {
    margin-top: 0;
    margin-right: 0.16rem;
    margin-left: 0;
}

.other-city {
    margin-left: 0.2rem;
    margin-right: 0;
    padding: 0 0.43rem;
    background: linear-gradient(175.8deg, rgba(255,158,108,1) 0%, rgba(254,140,81,1) 100%);
}
