.top_con {
    position: sticky;
    top: 0;
    z-index: -1;
}

.kv_con {
    position: relative;
    width: 100%;
    height: 3.23rem;
    background-image: url(../images/benefitlist_kv.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.kv_txt {
    position: absolute;
    top: 0.79rem;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    white-space: nowrap;
    font-family: 'DFYaSongGB5HK-W9';
    font-size: 0.6rem;
}

.kv_txt-2 {
    position: absolute;
    top: 1.63rem;
    left: 50%;
    transform: translateX(-50%);
    width: 5.12rem;
    height: 0.46rem;
    color: #fff;
    font-family: 'NotoSansCJKscMedium';
    text-align: center;
    font-size: 0.3rem;
    letter-spacing: 0.012rem;
    background-color: #420095;
    border-radius: 1rem;
}


.benefit_list_con {
    position: relative;
    margin-top: -0.6rem;
    box-sizing: border-box;
    padding-top: 0.43rem;
    width: 100%;
    border-radius: 0.5rem 0.5rem 0 0;
    background-color: #EDEDED;
}

.filter_con {
    margin: 0 auto;
    width: 11.98rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
}

.filter_con h1 {
    color: #000;
    white-space: nowrap;
    font-family: 'DFYaSongGB5HK-W9';
    font-size: 0.4rem;
}

.filter_btn {
    width: 1.37rem;
    height: 0.45rem;
    background-image: url(../images/filter_btn.png);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter_btn:hover {
    transform: scale(1.05);
}

/* ===================== */

.benefit_list {
    padding-bottom: 0.43rem;
    margin: 0.43rem auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 11.98rem;
    min-height: 60vh;
    background-color: #EDEDED;
}

.benefit_item {
    box-sizing: border-box;
    margin-bottom: 0.38rem;
    width: 5.8rem;
    height: 5.47rem;
    background-color: #fff;
    border-radius: 0.2rem;
    box-shadow: 0 7px 10px -1px rgba(59, 59, 59, 0.1);
}

.scenic_spot_img {
    position: relative;
    width: 5.8rem;
    height: 3.8rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0.15rem;
}

.scenic_spot_img .tag_icon {
    position: absolute;
    top: 0;
    left: 0.43rem;
    width: 0.58rem;
    object-fit: contain;
    /* height: 0.9rem; */
}

.scenic_spot_info {
    box-sizing: border-box;
    padding-left: 0.4rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1rem;
    background: linear-gradient(to bottom, transparent, #444444);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 0 0.15rem 0.15rem;
}

.tag_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0.05rem 0;
}

.tag_item {
    box-sizing: border-box;
    padding: 0.025rem 0.055rem;
    margin-top: 0.05rem;
    margin-right: 0.1rem;
    white-space: nowrap;
    color: #ffffff;
    font-size: 0.12rem;
    border: 1px solid #ffffff;
    border-radius: 0.04rem;
    background-color: rgba(0, 0, 0, 0.5);
}

.tag_en {
    margin-top: 0.05rem;
    margin-right: 0.1rem;
    width: 0.8rem;
    height: 0.24rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0.03rem;
}

.scenic_spot_title {
    margin-top: 0.1rem;
    display: flex;
    align-items: center;
}

.scenic_spot_title_txt {
    color: #ffffff;
    font-size: 0.22rem;
    font-weight: 600;
}

.scenic_spot_title .discount_tag {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 0.04rem;
    font-size: 0.12rem;
    line-height: 0.23rem;
    color: #ffffff;
    background-color: #00AAB3;
    border-radius: 0.03rem;
}

.introduce_text {
    margin: 0.24rem 0 0.2rem 0;
    box-sizing: border-box;
    padding: 0 0.4rem;
    min-height: 0.51rem;
    font-family: 'NotoSansCJKscMedium';
    font-weight: 500;
    font-size: 0.18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.benefit_item_bottom {
    box-sizing: border-box;
    padding: 0 0.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.discount_code {
    display: flex;
    align-items: center;
}

.discount_code span {
    font-family: 'NotoSansCJKscMedium';
    font-size: 0.18rem;
    font-weight: 600;
}

.reservation_btn {
    width: 1.80rem;
    height: 0.35rem;
    font-size: 0.16rem;
    color: #ffffff;
    background-color: #000;
    border-radius: 0.49rem;
    transition: all 0.3s ease;
}

.reservation_btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.reservation_icon {
    margin-left: 0.19rem;
    width: 0.25rem;
    height: 0.25rem;
    cursor: pointer;
}


.popup_con {
    position: relative;
    box-sizing: border-box;
    padding: 1.79rem 0.4rem 0 0.43rem;
    width: 100%;
    height: 100%;
}

.close_popup {
    position: absolute;
    top: 1.29rem;
    right: 0.53rem;
    width: 0.20rem;
    height: 0.20rem;
    background-image: url(../images/close_icon-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    transition: all 0.3s ease;
}

.close_popup:hover {
    transform: rotate(90deg);
}


.location_title,
.benefit_title {
    font-size: 0.27rem;
    font-weight: bold;
}

.location_list {
    margin-top: 0.24rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.location_item {
    margin-right: 0.13rem;
    margin-bottom: 0.31rem;
    border-radius: 0.3rem;
    box-sizing: border-box;
    padding: 0.11rem 0.32rem;
    font-size: 0.16rem;
    line-height: 100%;
    font-weight: 600;
    border: 0.013rem solid #000;
    cursor: pointer;
    transition: all 0.3s ease;
}

.location_item:hover {
    color: #fff;
    background-color: #000;
}

.item_active {
    color: #fff;
    background-color: #000;
}

.benefit_con {
    margin-top: 0.6rem;
}

.benefit_type_list {
    margin-top: 0.2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.benefit_type_item {
    position: relative;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    width: 1.17rem;
    height: 1.17rem;
    border-radius: 0.1rem;
    cursor: pointer;

    img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all 0.2s ease;
    }
}

.show_type_item::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
    background-color: rgba(128, 128, 128, 0.2);
}

.item_exist::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
    background-color: rgba(128, 128, 128, 0.5);
}

.img_active {
    opacity: 1 !important;
}

.btns {
    position: absolute;
    bottom: 0.73rem;
    display: flex;
    justify-content: space-between;
    width: 5.28rem;
}

.btns button {
    margin-top: 0.2rem;
    width: 2.2rem;
    height: 0.62rem;
    font-size: 0.2rem;
    font-weight: bold;
    border-radius: 0.73rem;
}

.btns button:nth-child(1) {
    border: 1px solid #000;
}

.btns button:nth-child(2) {
    color: #fff;
    background-color: #000;
}

.empty {
    position: absolute;
    top: 3rem;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    text-align: center;
    font-family: 'NotoSansCJKscMedium';
    text-align: center;
    font-size: 0.4rem;
    font-weight: bold;
}