.search-input {
    border: 1px solid #eeeeee;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: #eeeeee;
    color: #161616;
}

.search-input:focus {
    border: 1px solid #ff7450 !important;
    box-shadow: none !important;
    background-color: #eeeeee;
}

.btn-search {
    background-color: #ff7450;
    padding: 0 0.75rem;
}

.btn-zhu {
    background-color: #ff7450;
    color: #fff;
    padding: 0 0.75;
    margin-right: 30px;
}

.nav-indtext {
    text-align: right;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 30px;
}

.banner {
    position: relative;
}

.jian-tou {
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
}

/* 热门商家 */
.idx-title {
    color: var(--pc-black, #161616);
    font-family: PingFang SC;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    padding-left: 9px;
}

.idx-title::before {
    content: " ";
    width: 4px;
    height: 24px;
    background: var(--pc, #ff7450);
    position: absolute;
    left: 0;
    top: 5px;
}

.idx-small-title {
    color: var(--pc-black, #161616);
    font-family: PingFang SC;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    padding-left: 9px;
}

.idx-small-title::before {
    content: " ";
    width: 2px;
    height: 16px;
    background: var(--pc, #ff7450);
    position: absolute;
    left: 0;
    top: 5px;
}

.coollet {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #f0f0f0;
    position: absolute;
    right: 14px;
    top: 10px;
    cursor: pointer;
}

.coollet img {
    width: 24px;
    height: 24px;
}

.idx-biao {
    background: rgba(255, 255, 255, 0.5);
    color: #000;
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    top: 18px;
    left: 14px;
    padding: 6px 9px;
    border-radius: 5px;
}

.idx-biao img {
    width: 14px;
    margin-right: 4px;
}

.idx-card {
    position: relative;
    background: #fff;
    height: 100%;
}

/* 美食 */
.idx-img-bottom {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    padding: 10px 14px;
    box-sizing: border-box;
}

.idx-img-title {
    color: #fff;
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.idx-img-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.idx-img-card {
    width: 100%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.idx-img-xing {
    display: flex;
    align-items: center;
    color: #ff5a45;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* line-height: 0.5em; */
    margin-top: 5px;
    
}

.idx-img-text1 {
    color: #fff;
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.idx-img-xing img {
    margin-right: 2px;
}
.idx-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.idx-mar-30 {
    margin-top: 30px;
}

.idx-mar-40 {
    margin-top: 40px;
}

.idx-mar-60 {
    margin-top: 60px;
}

.idx-mar-24 {
    margin-top: 24px;
}

/* 全部 */
.idx-all {
    display: flex;
    align-items: center;
    color: #000;
    text-align: right;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

/* 全部内容的外层 */
.idx-section {
    padding-bottom: 80px;
}

/* 今日要闻 */
.idx-events-news {
}

.idx-events-news a {
    color: #999;
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 20px;
}

.idx-events-news a:nth-child(1) {
    margin-left: 0;
}

.idx-events-news .active {
    color: #000;
    text-decoration: none;
}

.idx-events-news a:hover {
    color: #000;
    text-decoration: none;
}

.idx-events-card {
    width: 100%;
    position: relative;
    border-radius: 8px;
    /*overflow: hidden;*/
    cursor: pointer;
}

.idx-events-card-bg {
    width: 100%;
}

.idx-events-card-bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 14px;
}

.idx-events-card-bottom-a {
    color: var(--pc-white, #fff);
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.idx-events-card-bottom-b {
    display: flex;
    justify-content:space-between;
    align-items: center;
    color: var(--pc-white, #fff);
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.idx-events-card-bottom-b img {
    width: 24px;
    height: 24px;
}
.idx-events-li:last-child{
    margin-bottom: 0px;
}
.idx-events-li {
    width: 100%;
    border-radius: 8px;
    /* overflow: hidden; */
    border: 1px solid #ddd;
    cursor: pointer;
    display: flex;
    margin-bottom: 30px;
}
.idx-friend{
    display: flex;
    justify-content: center;
    align-items: center;
}
.idx-events-li-img {
    border-radius: 8px 0 0 8px;
    width: 220px;
    height: 147px;
    /* width: 50%; */
}

.idx-event-right {
    width: 50%;
    height: auto;
    flex: 1;
    /* border: 1px solid #ddd; */
    border-radius: 0 8px 8px 0;
    padding: 20px;
    position: relative;
}

.idx-event-right-a {
    color: var(--pc-black, #161616);
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.idx-event-right-b {
    width: 85%;
    color: #999;
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    bottom: 20px;
    box-sizing: border-box;
}

/* 导航 */
.idx-navigation {
    width: 100%;
    height: 100%;
    padding: 55px 0;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #ddd;
    text-align: center;

    color: var(--pc-black, #161616);
    text-align: center;
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.idx-navigation:hover {
    color: var(--pc-black, #161616);
    text-decoration: none;
}

.idx-navigation div {
    margin-top: 10px;
}

.idx-btn {
    width: 45%;
    display: inline-block;
    padding: 13px 0;
    background-color: #ff7450;
    border-radius: 10px;

    color: #fff;

    text-align: center;
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 90px;
}

.idx-btn:hover {
    color: #fff;
    text-decoration: none;
}

.idx-ev-li-mar {
    margin-top: 0;
}

@media screen and (max-width: 992px) {
    .idx-events-li:nth-child(1) {
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .jian-tou img {
        width: 52px;
        height: 52px;
    }

    .idx-event-right {
        padding: 10px;
    }

    .idx-ev-li-mar {
        margin-top: 40px;
    }
}

/* 弹窗相关样式 */

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1200px;
    }

    .loadingWrap {
        max-width: 460px;
    }
}

.popup_header {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 1rem;
    padding-bottom: 0;
}

.popup_content {
}

.popup_title {
    color: var(--pc-black, #161616);
    font-family: PingFang SC;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

.popup_subTitle {
    color: var(--pc-black, #161616);
    text-align: center;
    font-family: PingFang SC;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-top: 10px;
}

.popup_btn_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    margin-bottom: 1rem;
}

.cancel_btn {
    width: 100%;
    max-width: 240px;
    color: var(--pc-999, #999);
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 0;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
}

.submit_btn {
    width: 100%;
    max-width: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 0;
    background-color: #ff7450;
    color: #fff;
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 8px;
    margin: 0 10px;
}

.loadingPopup_content {
    min-height: 240px;
    padding: 65px 0;
}

/* loading加载颜色 */
.spinner-border {
    border-color: rgba(255, 115, 80, 0.2);
    border-right-color: #ff7450;
    width: 4rem;
    height: 4rem;
    border-width: 0.5rem;
}

.loadingPopup_text {
    color: var(--pc-black, #161616);
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 20px;
    text-align: center;
}

/* 弹窗相关样式结束 */

/* 分享弹窗相关 */

.share_wrap {
    position: relative;
}

.share_first_popup {
    min-width: max-content;
    min-height: 145px;
    position: absolute;
    top: 24px;
    right: 0;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 50px;
    box-shadow: 0px 0px 15px 5px rgba(71, 100, 195, 0.1);
    z-index: 10;
    display: none;
}

.share_wrap:hover .share_first_popup {
    display: flex;
}

.share_logo_wrap {
    margin: 0 auto;
    display: flex;
    width: 36px;
    height: 36px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.share_logo_wrap > img {
    width: 100%;
    height: 100%;
}

.share_logo_text {
    text-align: center;
    color: var(--pc-black, #161616);
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
    cursor: pointer;
}

.share_item_wrap {
    position: relative;
}

.share_sec_popup {
    min-width: max-content;
    min-height: 145px;
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 15px 5px rgba(71, 100, 195, 0.1);
    display: none;
    z-index: 20;
}

.share_item_wrap:hover .share_sec_popup {
    display: block;
}

.qrcord_wrap {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.qrcord_wrap > img {
    width: 100%;
    height: 100%;
}

.qrcord_text {
    color: var(--pc-black, #161616);
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}

@media (max-width: 575px) {
    .share_first_popup {
        padding: 12px;
    }
    .share_item_wrap {
        margin-bottom: 20px;
    }
}

/* 分享弹窗相关结束 */

/* jason update 2023.11.28 */
.intercept-text {
    word-break: break-all;
    /* white-space: nowrap; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}
.nav-logo-text {
    color: #000;
    text-decoration: none;
    margin-left: 6px;
}

/* jason 2023.12.18 */
.my-a-default {
    color: #fff !important;
    text-decoration: none !important;
}
.my-a-black {
    color: #000 !important;
    text-decoration: none !important;
}
.my-a-grey {
    color: #999 !important;
    text-decoration: none !important;
}

.idx-events-card-bg {
    height: 503px;
}

@media (max-width: 1200px) {
    .idx-events-card-bg {
        height: 321px;
    }
}


.swiper-wrapper {
    width: 100%;
    height: 540px;
    display: flex;
    /* flex-direction: column; */
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jian-tou {
    z-index: 2;
}