/*团购*/
.activity-group-purchase-container {
    margin: 0 auto;
    max-width: 1140px;
    padding-bottom: 71px;
}

/*整体内容区域*/
.activity_group_purchase_content {
    display: flex;
    flex-direction: row;
}

/*左侧滚动菜单栏*/
.activity_content_left_sidebar {
    width: 236px;
    margin-right: 20px;
    min-width: 150px;
}

.activity_content_left_line_one {
    white-space: nowrap; /* 确保文本不换行 */
    overflow: hidden; /* 超出容器部分隐藏 */
    text-overflow: ellipsis;
}

.activity_content_left_sidebar_phone {
    margin-top: 20px;
    margin-bottom: 20px;
    background: transparent;
    display: flex;
    flex-direction: row;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
}

.activity_content_left_sidebar_phone li {
    margin: 0 10px;
    font-weight: 400;
    font-size: 14px;
    color: #232323;
    line-height: 14px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
    white-space: nowrap;
}

.activity_content_left_sidebar_phone li:hover {
    opacity: 0.6;
}

.activity_content_left_sidebar li {
    font-weight: 400;
    font-size: 14px;
    color: #3D3D3D;
    line-height: 14px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 17px 16px;
    cursor: pointer;
}

.activity_content_left_sidebar_selected {
    background: linear-gradient(270deg, rgba(255, 85, 0, 0) 0%, rgba(255, 85, 0, 0.1) 99%, rgba(255, 85, 0, 1) 100%);
    color: #FF5500 !important;
}

/*右侧内容区域*/
.activity_content_right_content {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.activity_content_right_content_container {
    display: flex;
    position: relative;
}

.activity_group_purchase_rule {
    display: flex;
    white-space: nowrap;
    cursor: pointer;
    align-items: center;
}

.activity_group_purchase_rule:hover {
    opacity: 0.8;
}

.top-title-left {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 26px;
    color: #141414;
    line-height: 26px;
}

.top-title-icon {
    width: 26px;
    height: 26px;
    margin-right: 12px;
}

.top-line {
    width: 1px;
    height: 20px;
    background: #D3D3D3;
    border-radius: 0px 0px 0px 0px;
    margin: 0 20px;
    display: inline-block;
}

/*我的团购按钮*/
.activity-title-right-button {
    display: flex;
    background: #FFFFFF;
    border-radius: 229px 229px 229px 229px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 8px 10px;
    margin-left: auto;
    font-weight: 400;
    font-size: 14px;
    color: #141414;
    line-height: 14px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
    align-items: center;
    transition: all 0.3s ease; /* 动画过渡 */
}

/* 默认隐藏 hover 图标 */
.activity-title-right-button-icon.hover {
    display: none;
}

.activity-title-right-button:hover {
    background: #FF5500 !important;
}

.activity-title-right-button:hover .activity-title-right-button-icon.default {
    display: none;
}

.activity-title-right-button:hover .activity-title-right-button-icon.hover {
    display: inline;
}

.activity-title-right-button:hover span {
    color: white; /* 改变文字颜色 */
}

.activity-title-right-button-icon {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}

.bottom-right-icon {
    display: inline-block;
    width: 5px;
    height: 10px;
    margin-left: 8px;
}

.topimg-btn {
    width: 114px;
    height: 38px;
    background: #FF5500;
    border-radius: 4px 4px 4px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    cursor: pointer;
}

.topimg-btn:hover {
    opacity: 0.8;
}

.topimg-btn-rool {
    font-weight: 400;
    font-size: 16px;
    color: white;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.topimg-btn-icon {
    width: 5px !important;
    height: 10px !important;
    display: inline-block;
    margin-left: 8px;
}

.bar {
    margin-top: 48px;
    margin-bottom: 32px;
    background: transparent;
    display: flex;
    flex-direction: row;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
}

.navbar-base::-webkit-scrollbar {
    display: none !important;
}

.bar::-webkit-scrollbar {
    display: none !important;
}


.bar li {
    margin: 0 10px;
    font-weight: 400;
    font-size: 14px;
    color: #232323;
    line-height: 14px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
    white-space: nowrap;
}

.bar li:hover {
    opacity: 0.6;
}

.navbar-base {
    display: flex;
    align-items: center;
    flex-direction: row;
    overflow-x: auto !important;
}

.navbar-base-phone {
    background: transparent;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow-x: auto;
    margin-bottom: 20px;
}


/* 隐藏滚动条 */
.navbar-base-phone::-webkit-scrollbar {
    display: none;
}

.navbar-base-phone li {
    margin: 0 10px;
    font-weight: 400;
    font-size: 14px;
    color: #232323;
    line-height: 14px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
    white-space: nowrap;
}

.navbar-base-phone li:hover {
    opacity: 0.6;
}


.activity_group_purchase_nav_item {
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 13px 20px !important;
    box-sizing: border-box;
    color: #141414;
    font-size: 14px;
}

.activity_group_purchase_navbar_selected {
    background: rgba(255, 85, 0, 0.1);
    border-radius: 4px 4px 4px 4px;
    color: #FF5500 !important;
    border-width: 0;
}

/** 手机*/
@media screen and (max-width: 768px) {
    .center-main {
        margin-left: 0px !important;
        margin-top: 15px;
    }

    .center-main-btn {
        width: 100% !important;
        padding: 5px 0 !important;
    }

    .center-main-item-bottom {
        flex-direction: column !important;
        padding: 10px !important;
    }

    .center-main-item-top-image {
        justify-content: flex-end !important;
    }

    .center-main-item-top-img {
        width: 40px !important;
        height: 40px !important;
    }

    .bar {
        margin: 40px 0 20px !important;
    }

    .center-bar {
        margin-top: 40px !important;
        margin-bottom: -20px !important;
    }

    .free-item3 {
        width: auto !important;
    }

    .activity_content_right_content_top_title {
        font-size: 16px !important;
        margin-bottom: 10px;
    }

    .time-base {
        min-width: 24px !important;
        height: 24px !important;
        font-size: 14px;
    }

    .time_down_title {
        margin-bottom: 4px;
        font-size: 12px !important;
    }

    .time_down {
        flex-direction: column;
        align-items: flex-end !important;
    }

    .top-title-left {
        font-size: 20px;
    }

    .top-line {
        margin: 0 10px;
    }

    .center-item {
        flex-direction: column !important;
    }

    .activity_group_purchase_free_item {
        margin: 20px 20px 0 !important;
        width: auto !important;
    }

    .activity_group_purchase_free_item4 {
        margin: 20px 20px 0 !important;
        width: auto !important;
    }

    .activity_content_right_content_container {
        flex-direction: column;
        width: 100%;
    }

    .center-main-item-name {
        display: flex;
        flex-direction: column !important;
    }

    .activity_group_purchase_content {
        display: flex;
        flex-direction: column;
    }

    .top-title {
        padding: 0 20px;
        border-bottom-width: 0px;
    }

    .topimg-btn {
        padding: 2vw 5vw;
        width: fit-content;
        height: fit-content;
        background: #FF5500;
        border-radius: 4px 4px 4px 4px;
        /*border: 1px solid #FF9C38;*/
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5vw;
    }

    .topimg-btn-rool {
        font-weight: 400;
        font-size: 3vw;
        color: white;
        line-height: 1;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .topimg-btn-icon {
        width: 0.75vw !important;
        height: 1.5vw !important;
        display: inline-block;
        margin-left: 1vw;
    }

    .default-font-color {
        color: white;
    }

    .topimg-logo {
        width: 15vw !important;
        height: 4vw !important;
        margin-top: 4vw;
        display: block;
    }

    .bottom {
        display: flex;
        flex-direction: column;
        margin: 20px 20px 56px;
    }

    .bottomleft {
        background: linear-gradient(315deg, #FFEFDE 0%, #FFF9F4 100%);
        border-radius: 8px 8px 8px 8px;
        display: flex;
        flex: auto;
        position: relative;
        height: 108px;
        width: 100%;
    }

    .bottomright {
        background: linear-gradient(315deg, #FFEFDE 0%, #FFF9F4 100%);
        border-radius: 8px 8px 8px 8px;
        display: flex;
        flex: auto;
        position: relative;
        height: 108px;
        width: 100%;
        margin-top: 20px;
    }

    .head-image {
        height: auto;
    }

    .activity_content_left_line_one {
        overflow: initial;
    }

    .activity_content_left_sidebar {
        margin-bottom: 24px;
    }
}
/*规则弹窗*/
.activity_group_purchase_modal {
    display: none;
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 9999;
}

.activity_group_purchase_modal_container {
    background-color: white;
    border-radius: 5px;
    transform: scale(0); /* 初始状态为缩放为0 */
    opacity: 0; /* 初始透明度为0 */
    transition: transform 0.3s ease, opacity 0.3s ease; /* 过渡效果 */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin: 0 40px;
}

.activity_group_purchase_modal_width {
    max-width: 560px;
    width: 100%;
    height: 480px;
}

.modal-width2 {
    width: 100%;
    max-width: 800px;
    margin: 0 20px;
    max-height: 600px;
}

.modal-width3 {
    width: 100%;
    max-width: 800px;
    margin: 0 20px;
    max-height: 660px;
}

.activity_group_purchase_modal.show .activity_group_purchase_modal_container {
    transform: scale(1); /* 进入时缩放为1 */
    opacity: 1; /* 进入时透明度为1 */
}

.activity_group_purchase_modal_title {
    font-weight: 400;
    font-size: 16px;
    color: #141414;
    line-height: 16px;
    font-style: normal;
    text-transform: none;
    text-align: center;
    background-color: white;
    padding: 16px;
    border-width: 0px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #E8E8E8;
    position: relative;
}

.modal-title2 {
    font-weight: 600;
    font-size: 16px;
    color: #141414;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: 24px 0 4px;
    position: relative;
}

.activity_group_purchase_modal_bottom {
    font-weight: 400;
    font-size: 16px;
    color: #141414;
    line-height: 16px;
    font-style: normal;
    text-transform: none;
    text-align: center;
    background-color: white;
    padding: 16px;
    border-width: 0px;
    border-top-width: 1px;
    border-style: solid;
    border-color: #E8E8E8;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-createGroup {
    width: 120px;
    height: 40px;
    border-radius: 4px 4px 4px 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn-createGroup:hover {
    opacity: 0.6;
}

.create {
    color: #FFFFFF;
    background: #FF5500;
}

.cancel {
    color: #141414;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-right: 20px;
}

.activity_group_purchase_modal_close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    padding: 10px;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.activity_group_purchase_modal_ok {
    font-weight: 400;
    font-size: 16px;
    color: #FF5500;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
}

.activity_group_purchase_modal_ok:hover {
    opacity: 0.6;
}

.activity_group_purchase_modal_close:hover {
    opacity: 0.6;
}

.activity_group_purchase_modal_content {
    font-weight: 600;
    font-size: 14px;
    color: #3D3D3D;
    line-height: 1.5;
    text-align: left;
    font-style: normal;
    text-transform: none;
    overflow-y: auto;
    flex: 1;
    padding: 20px;
}

.activity_group_purchase_modal_content > li::before {
    content: "•";
    display: inline-block;
    width: 1em;
}

.activity_group_purchase_modal_content > li {
    font-weight: 400;
}

.activity_group_purchase_modal_content > p {
    font-weight: 400;
}

.activity_group_purchase_toast {
    position: fixed;
    max-width: 250px;
    background-color: #333;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    z-index: 999;
}

.activity_group_purchase_toast::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.content-bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.activity_group_purchase_rule span {
    font-weight: 400;
    font-size: 16px;
    color: #FF5500;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-right: 6px;
}

.activity_group_purchase_btn_bottom {
    width: 14px;
    height: 14px;
    background: #FF5500;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
}

.activity_group_purchase_btn_bottom_icon {
    width: 6px;
    height: 4px;
}

.center {
    background-color: #F6F8FA;
    padding: 1px 0 48px;
}

.center-item {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 14px;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

.center-main {
    width: 100%;
    background-color: white;
    margin-left: 20px;
    border-radius: 8px 8px 8px 8px;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    padding: 20px 0px;
    height: 444px;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-item {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto; /* 子项不压缩且不扩展 */
    height: 444px;
}

.controls {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.controls button {
    width: 30px;
    height: 2px;
    margin: 0 5px;
    background: #ddd;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.controls button.active {
    background: #FF5500;
}

.center-main .center-main-item:first-child {
    margin-top: 0 !important;
}

.center-main-item {
    background: #FFF6F0;
    border-radius: 8px 8px 8px 8px;
    /*height: 156px !important;*/
    height: 137px !important;
    display: flex;
    flex-direction: column;
    margin: 16px 16px 0 16px;
}

.center-main-item-line {
    height: 1px;
    margin-left: 58px;
    background: rgba(0, 0, 0, 0.08);
}

.center-main-item-top {
    display: flex;
    flex: 1;
    flex-direction: row;
    padding-right: 16px;
}

.center-main-item-top-image {
    width: 58px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-main-item-top-img {
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.activity_content_right_content_top {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px 0 10px;
}


.center-main-item-name {
    display: flex;
    flex-direction: row;
}

.activity_content_right_content_top_title {
    font-weight: 600;
    font-size: 16px;
    color: #141414;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-right: 16px;
}

.activity_content_right_content_top_detail {
    font-weight: 400;
    font-size: 14px;
    color: #747474;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.center-main-item-bottom {
    display: flex;
    flex: 1;
    justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
    color: #141414;
    line-height: 14px;
    text-align: left;
    align-items: center;
    padding-right: 16px;
    padding-left: 58px;
}

.center-main-btn {
    width: 88px;
    height: 30px;
    background: linear-gradient(270deg, #FF8000 0%, #FF5500 100%);
    border-radius: 4px 4px 4px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
}

.center-main-btn:hover {
    opacity: 0.8;
}
.activity-group-purchase-free-select-content {
    height: 300px;
}

.activity_group_purchase_article {
    display: flex;
    flex-direction: row;
    padding: 24px 0;
    border-bottom: solid #e8e8e8 1px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    max-width: 1160px;
    align-items: center;
}
.activity_group_purchase_title {
    display: flex;
    flex-direction: row;
    padding-left: 10px;
}
/*标题*/
.activity_group_purchase_title_img {
    width: 26px;
    height: 26px;
    margin-right: 12px;
}

.activity_group_purchase_title_name {
    font-weight: 600;
    font-size: 26px;
    color: #141414;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    white-space: nowrap;
}

.time_down_line {
    width: 1px;
    height: 20px;
    background: #D3D3D3;
    border-radius: 0px 0px 0px 0px;
    margin: 0 20px;
}

.time_down_desc {
    font-weight: 400;
    font-size: 16px;
    color: #6A6A6A;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    word-wrap: break-word; /* 旧版浏览器支持 */
    overflow-wrap: break-word; /* 标准属性 */
    line-height: 1.5;
    margin: 0 1em;
}

.time-base {
    min-width: 30px;
    height: 30px;
    background: #F62125;
    border-radius: 4px 4px 4px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
}

.activity_group_purchase_time {
    text-align: center;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-left: 16px;

    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 18px;
}

.time_down {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #6A6A6A;
    line-height: 14px;
    text-align: center;
    font-style: normal;
    text-transform: none;

}

/************************************************************ item  */
.activity_group_purchase_content_animate {
    display: flex;
    overflow: hidden; /* 隐藏超出容器的部分 */
    scroll-behavior: smooth; /* 实现平滑滚动 */
    flex-wrap: nowrap;
}

.activity_content_bottom_content_main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
}

.activity_content_right_content_main {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
}


.activity_group_purchase_free_background {
    position: absolute;
    top: 0;
    right: 0;
    width: 240px;
    height: 200px;
}

.activity_group_purchase_item_space {
    margin-right: 0;
}

.activity_group_purchase_card_animate {
    transition: transform 0.2s ease; /* 平滑滚动过渡效果 */
    min-width: calc(33% - 42px);
}

.activity_group_purchase_free_item {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 16px 16px;
    position: relative;
    width: calc(25% - 44px);
    margin: 20px 10px 0;
    /*min-width: 280px;*/
}

.activity_group_purchase_free_item4 {
    width: calc(33% - 44px);
}

.activity_group_purchase_free_item3 {
    width: 400px;
    margin: 0;
}

.activity_group_purchase_free_background {
    position: absolute;
    top: 0;
    right: 0;
    width: 240px;
    height: 200px;
}

/*卡片右上角角标*/
.activity-group-purchase-free-tip {
    position: absolute;
    top: -6px;
    right: 0;
    display: flex;
    color: white;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.activity_group_purchase_title_number {
    background: linear-gradient(90deg, #FF5500 0%, #FF8000 100%);
    display: inline-block;
    padding: 5px 12px;
    border-radius: 0 8px 0 8px;
    overflow: hidden;
}

.activity_group_purchase_title_tip {
    width: 4px;
    height: 6px;
}

.activity_group_purchase_free_item_title {
    height: 36px;
    font-weight: 500;
    font-size: 18px;
    color: #141414;
    line-height: 18px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 6px;
}

.activity_group_purchase_free_select {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
}

.activity_group_purchase_free_select_label {
    font-weight: 400;
    font-size: 14px;
    color: #232323;
    text-align: left;
    font-style: normal;
    text-transform: none;
    /*width: 117px;*/
    flex: 0 0 117px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.activity_group_purchase_free_select_content {
    width: 100%;
    position: relative;
    border: 0 solid rgba(0, 0, 0, 0.08) !important;
    border-bottom-width: thin !important;
    background-color: transparent;
    overflow: hidden;
}

.free-select-select {
    border-width: 0px !important;
}

.activity_group_purchase_item_space {
    margin-right: 0px;
}

.activity_group_purchase_dropdown_btn {
    /*width: 100%;*/
    /*padding: 10px;*/
    /*font-size: 16px;*/
    padding: 10px 0 10px 10px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-btn::after {
    width: 8px;
    height: 5px;
    content: "";
    content: '';
    display: inline-block;
    background-image: url('../images/select-icon.png'); /* Replace with your image path */
    background-size: cover; /* Make sure the image fits the size */
    background-repeat: no-repeat;
    margin-left: 10px; /* Adjust the spacing between text and image */
}

.activity_group_purchase_free_money {
    margin-top: 24px;
    font-weight: 600;
    font-size: 28px;
    color: #F12900;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.activity_group_purchase_free_money_unit {
    font-size: 18px !important;
}

.free-money-number-unit {
    font-size: 20px !important;
    font-weight: 500;
}

.money-tips {
    width: 16px;
    height: 16px;
    /*margin-left: 8px;*/
}

.money-tips:hover {
    opacity: 0.6;
    cursor: pointer;
}

.activity-group-purchase-btn-buy-container {
    width: auto;
    height: 40px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #FF5500;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    margin: 16px 0px 0px;
}

.activity-group-purchase-btn-buy {
    display: flex;
    flex: 1;
    background: #FF5500;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 14px;
    text-align: left;
    text-transform: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-family: PingFang SC, PingFang SC;
}

.ping {
    color: #FF5500;
    background: transparent;
}

.activity-group-purchase-btn-buy:hover {
    opacity: 0.6;
}

/* 当下拉框被聚焦时的样式 */
.free-select select:focus {
    outline: none; /* 移除默认的聚焦边框 */
    border-color: #007BFF; /* 更改边框颜色 */
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.5); /* 添加聚焦时的阴影效果 */
}

/* 下拉菜单项的基本样式 */
.mySelect option {
    padding: 8px; /* 内边距 */
    font-size: 16px; /* 字体大小 */
    background-color: #fff; /* 背景颜色 */
    color: #333; /* 文字颜色 */
}

/* 当鼠标悬停在下拉菜单项上时的样式 */
.mySelect option:hover {
    background-color: #f0f0f0; /* 悬停时的背景颜色 */
}

@media screen and (max-width: 768px) {
    .activity_group_purchase_card_animate {
        transition: none; /* 平滑滚动过渡效果 */
        width: auto;
    }

    .activity_group_purchase_content_animate {
        display: flex;
        flex-direction: column;
    }

    .activity_content_right_content_main {
        width: 100%;
    }

    .activity_group_purchase_modal_width {
        width: 90%;
    }

    .modal-width2 {
        width: 90%;
    }

    .modal-width3 {
        width: 90%;
    }

    .center-main-item {
        margin: 16px 0 0;
    }

}

.center-main-item-bottom-title {
    line-height: 1.2;
}

.dehidden {
    display: none;
}

.animateHidden {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.01s, visibility 0s linear 0.01s; /* 延迟2秒才开始显示 */
}

.animateVisible {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s; /* 2秒内淡入 */
}
