section {
    background-color: #f6f6f6;
    padding-bottom: 3rem;
}

.van-empty {
    padding: 0;
}

.van-empty__bottom {
    margin-top: 0;
}

.content {
    position: relative;
}

.my-swipe .van-swipe-item {
    color: #fff;
    font-size: 20px;
    line-height: 150px;
    text-align: center;
    background-color: #39a9ed;
}

.my-swipe .van-swipe-item img {
    width: 100%;
}

.content .my-swipe {
    margin-top: 0;
}

.content .del-content {
    position: absolute;
    top: 3.18rem;
    background-color: #f6f6f6;
    border-radius: .4rem .4rem 0 0;
    box-sizing: border-box;
    padding: .6rem .3rem;
    width: 100%;
}

.content .del-content .info {
    background-color: #fff;
    border-radius: .2rem;
    box-sizing: border-box;
    padding: .5rem .4rem;

}

.content .del-content .info .head {
    width: 1rem;
    height: 1rem;
    border-radius: 1rem;
    margin-right: 0.18rem;
}

.content .del-content .info .more {
    font-size: .28rem;
    color: #333;
    width: 1.69rem;
    height: 0.7rem;
    border: 1px solid #e5e5e5;
    border-radius: 1rem;
    text-align: center;
    line-height: .72rem;
}

.content .nav .left {
    background-color: #ffffff;
    border-radius: .2rem;
    width: 3.3rem;
    height: 3.54rem;
    position: relative;
    padding-top: .4rem;
    box-sizing: border-box;
}

.content .nav .left img {
    width: 2.36rem;
    height: 2.2rem;
    position: absolute;
    right: 0;
    bottom: 0;
}

.content .nav .left .title {
    position: relative;
    display: inline-block;
    z-index: 1;
    line-height: 1;
}

.content .nav .left .title::after {
    content: '';
    width: 100%;
    height: .1rem;
    background-color: rgba(230, 255, 213, .5);
    position: absolute;
    bottom: -.02rem;
    left: 0;
    z-index: -1;
}

.content .nav .right1 {
    background-color: #fff;
    border-radius: .2rem;
    padding-top: .4rem;
    position: relative;
    display: inline-block;
    width: 3.3rem;
    height: 2.04rem;
    box-sizing: border-box;
}

.content .nav .right1 .title {
    position: relative;
    display: inline-block;
    z-index: 1;
    line-height: 1;
}

.content .nav .right1 .title::after {
    content: '';
    width: 100%;
    height: .1rem;
    background-color: rgba(230, 255, 213, .5);
    position: absolute;
    bottom: -.02rem;
    left: 0;
    z-index: -1;
}

.content .nav .right1 img {
    width: 1.54rem;
    height: 1.77rem;
    position: absolute;
    right: 0;
    bottom: .17rem;
}

.content .nav .right2 {
    background-color: #fff;
    border-radius: .2rem;
    position: relative;
    display: inline-block;
    width: 3.3rem;
    height: 1.3rem;
    padding-top: .35rem;
    box-sizing: border-box;
}

.content .nav .right2 .title {
    position: relative;
    display: inline-block;
    z-index: 1;
    line-height: 1;
}

.content .nav .right2 .title::after {
    content: '';
    width: 100%;
    height: .1rem;
    background-color: rgba(230, 255, 213, .5);
    position: absolute;
    bottom: -.02rem;
    left: 0;
    z-index: -1;
}



.content .nav .right2 img {
    width: 1.74rem;
    height: 1.13rem;
    position: absolute;
    right: 0;
    bottom: 0;
}

.launch-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    opacity: 0;
    overflow: hidden;
}


/* 首页改版 20230613 */
.plr24 {
    box-sizing: border-box;
    padding: 0 .24rem;
}

.top-tab {
    margin-top: .26rem;
}

.top-tab .top-tab-item {
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    width: calc(100%/2 - .1rem);
    box-sizing: border-box;
    padding: .14rem .2rem;
}

.top-tab .top-tab-item .top-tab-title {
    color: #333333;
    font-size: .32rem;
    font-weight: bold;
    margin-bottom: 0.05rem;
}

.top-tab .top-tab-item .top-tab-nav {
    font-size: .24rem;
    color: #999;
}

.top-tab .top-tab-item img {
    width: 1.08rem;
    height: 0.98rem;
}

.van-tabs__line {
    background: linear-gradient(-87deg, #3C830B 0%, #76D139 100%);
    border-radius: 2px;
    bottom: 22px;
}

.van-tab {
    font-size: .28rem;
}

.van-tab--active {
    font-size: .3rem;
    font-weight: bold;
}

.list {
    background-color: #fff;
    margin-bottom: 0.2rem;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    box-sizing: border-box;
    padding: .36rem .2rem 0;
}

.list .list-img-box {
    width: 1.52rem;
    height: 1.38rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-right: 0.2rem;
    flex-shrink: 0;
}

.list .list-img {
    width: 100%;
    height: 100%;

}

.list .list-img-box .list-img-tag {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: .24rem;
    text-align: center;
    line-height: 1;
    box-sizing: border-box;
    padding: .06rem 0;
}

.list .list-title {
    font-size: .32rem;
    color: #212121;
}

.list .list-title .list-title-tag {
    color: #3C830B;
    font-size: .22rem;
    line-height: 1;
    box-sizing: border-box;
    padding: .06rem .14rem;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    margin-left: 0.1rem;
    border: 1px solid #3C830B;
    flex-shrink: 0;
}

.color31 {
    color: #313131;
}

.list .list-time {
    color: #818181;
}

.list .list-map-img {
    width: 0.26rem;
    height: 0.26rem;
    margin-right: 0.08rem;
}

.list .list-btn {
    box-sizing: border-box;
    padding: .14rem 0 .16rem;
}

.list .list-btn .van-button {
    height: 0.52rem;
    font-size: .24rem;
    color: #3C830B !important;
}

.look-more-btn {
    width: 3.2rem;
    color: #3C830B;
    font-size: .26rem;
    line-height: 1;
    box-sizing: border-box;
    padding: .2rem 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border: 1px solid #7AC845;
    margin-left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.look-more-btn img {
    width: 0.12rem;
    height: 0.2rem;
    margin-left: 0.28rem;
}

.facility-box {
    box-sizing: border-box;
    padding-left: 1.72rem;
}

.facility-price {
    color: #ff8e12;
    font-size: .22rem;
}