@media screen and (min-width: 1200px) {
    .share-rule {
        display: inline-block;
    }

    .share-desc-rule {
        font-weight: 400;
        font-size: 16px;
        color: #FF5500;
        line-height: 16px;
        text-align: center;
        font-style: normal;
        text-transform: none;
        margin-left: 0.5em;
    }

    .share-desc-rule-icon {
        width: 5px !important;
        height: 10px !important;
        display: inline-block;
    }

    .coin {
        font-size: 44px;
        margin-left: 6px;
    }

    .red-pack-desc {
        font-size: 22px;
        margin-top: 8px;
    }

    .gift-container-title {
        font-size: 18px;
    }

    .gift-container-title-icon {
        width: 28px;
        height: 28px;
    }

    .coupon-content-share-title {
        font-size: 16px;

    }

    .coupon-content-share-desc {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .share-rule-container {
        display: flex;
        flex-direction: column;
    }

    .share-rule {
        display: block;
        margin-top: 1.2vw;
    }

    .share-desc-rule {
        font-weight: 400;
        font-size: 3vw;
        color: #FF5500;
        line-height: 1;
        margin-left: 0px !important;
    }

    .share-desc-rule-icon {
        width: 1vw !important;
        height: 2vw !important;
        display: inline-block;
    }

    .out-img-dia {
        display: none !important;
    }

    .out-left-pack {
        display: none !important;
    }

    .gift-container-title-icon {
        width: 8vw;
        height: 8vw;
        margin-right: 10px;
    }

    .coupon-content-share-title {
        font-size: 2.6vw;
    }

    .coupon-content-share-desc {
        font-size: 2.4vw;
    }

    .gift-container-title {
        font-size: 4vw;
    }

    .full-gift-content {
        margin-top: 8px;
    }

    .full-gift-container {
        padding: 48px 0 40px 0;
    }

    .red-pack-desc {
        font-weight: 600;
        font-size: 3.7vw;
        margin-top: 2.2vw;
    }

    .coin {
        font-size: 7.4vw;
        margin-left: 0.6vw;
        font-weight: 600;
    }

    .image-text {
        padding-left: 0px;
    }

    .default-font-color {
        color: white;
    }

    .topimg-logo {
        width: 15vw !important;
        height: 4vw !important;
        margin-top: 2vw;
        display: block;
    }

    .timedown-line {
        display: none;
    }

    .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;
    }

    .tag-item-space {
        margin-right: 0;
    }

    .card-container-animate {
        display: flex;
        flex-direction: column;

    }

    .card-animate {
        transition: none; /* 平滑滚动过渡效果 */
        width: auto;
    }

    .btn-right {
        display: none !important;
    }

    .btn-left {
        display: none !important;
    }

    .free-content2 {
        width: 100%;
    }

    .head-image {
        height: auto;
    }

    .nav-content {
        padding: 0 20px;
    }

}

.content-margin-bottom {
    padding-top: 26px;
    padding-bottom: 26px;
}

.background2 {
    background-color: #F6F8FA;
}

.out-img-right {
    width: 96px;
    height: 196px;
    position: absolute;
    right: -78px;
    top: -20px;
}

.out-img-dia {
    width: 140px;
    height: 128px;
    position: absolute;
    right: 0;
    bottom: -20px;
}

.out-left-pack {
    position: absolute;
    left: 0;
    top: -30px;
    width: 69px;
    height: 85px;
}

.toast {
    visibility: hidden;
    min-width: 250px;
    background-color: rgba(51, 51, 51, 0.6); /* 半透明背景 */
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    top: 50%; /* 设为顶部50% */
    transform: translate(-50%, -50%); /* 居中对齐 */
    font-size: 17px;
    transition: visibility 0s, opacity 0.5s linear;
}

.toast.show {
    visibility: visible;
    opacity: 1;
}

.new-already {
    display: none;
    opacity: 0.4;
}

.new-receive {
    display: block;
}

.new-already:hover {
    opacity: 0.4;
}

.out-img-dia {
    width: 140px;
    height: 128px;
    position: absolute;
    right: 0;
    bottom: -20px;
}

.out-left-pack {
    position: absolute;
    left: 0;
    top: -30px;
    width: 69px;
    height: 85px;
}

.share-container2 {
    margin-left: auto;
    margin-right: auto;
    display: table;
    padding: 0 20px;
    position: relative;
}

.share-container {
    max-width: 1120px;
}

.full-gift-content-recharge {
    width: 100%;
    color: #F12900;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    font-style: normal;
    text-transform: none;
    position: relative;
    display: flex;
    flex-direction: row;
    margin-top: 32px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.full-gift-content-recharge .red-pack-item-recharge:only-child {
    flex: 0 1 50%; /* 占用 50% 的宽度，也可以设为 100% */
    margin-left: auto;
    margin-right: auto;
}

.red-pack-item-recharge {
    position: relative;
    box-sizing: border-box;
    flex: 0 1 24%;
    margin-top: 1.2vw;
    overflow: hidden;
}

.red-pack-size-recharge {
    width: 100%;
    height: auto;
}

.red-pack-title-recharge {
    text-align: center;
    padding-top: 1.1vw;
    font-size: 1.6vw;
}

.red-pack-title-recharge-en {
    font-size: 1.2vw;
}

.red-pack-desc-recharge {
    font-weight: 600;
    font-size: 1.85vw;
    color: #F12900;
    line-height: 2;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 1.2vw;
    display: flex;
    align-items: center;
}

.coin-recharge {
    font-size: 3.7vw;
    margin-left: 0.6vw;
    font-weight: 600;
    font-family: PingFang SC, PingFang SC;
}

.red-pack-btn-recharge {
    position: absolute;
    font-weight: 600;
    font-size: 1.6vw;
    color: #F12900;
    line-height: 1;
    text-align: left;
    font-style: normal;
    text-transform: none;
    bottom: 4vw;
    cursor: pointer;
}

.red-pack-btn-recharge:hover {
    opacity: 0.6;
}

.share-rool-recharge {
    display: inline-block;
    white-space: nowrap;
}

.share-rool-recharge :hover {
    opacity: 0.8;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .full-gift-container {
        padding: 48px 0 40px 0;
    }
    .out-img-dia {
        display: none !important;
    }
    .out-left-pack {
        display: none !important;
    }
    .full-gift-content-recharge {
        margin-top: 8px;
    }
    .red-pack-item-recharge {
        flex: 0 1 48%;
        margin-top: 23px;
    }
    .red-pack-title-recharge {
        text-align: center;
        padding-top: 2.2vw;
        font-size: 3.2vw;
    }
    .red-pack-title-recharge-en {
        font-size: 2.5vw;
    }
    .red-pack-desc-recharge {
        font-weight: 600;
        /*font-size: 20px;*/
        font-size: 3.7vw;
        margin-top: 2.2vw;
    }
    .coin-recharge {
        font-size: 7.4vw;
        margin-left: 0.6vw;
        font-weight: 600;
    }
    .red-pack-btn-recharge {
        font-size: 3.2vw;
        bottom: 7.4vw;
    }
    .share-rool-recharge {
        display: block;
        margin-top: 16px !important;
    }
    .share-rool-recharge {
        margin-top: 8px;
    }
}

@media screen and (min-width: 1200px) {
    .red-pack-title-recharge {
        text-align: center;
        padding-top: 12px;
        font-size: 20px;
    }
    .red-pack-desc-recharge {
        font-size: 22px;
        margin-top: 8px;
    }
    .coin-recharge {
        font-size: 44px;
        margin-left: 6px;
    }
    .red-pack-btn-recharge {
        font-size: 20px;
        bottom: 46px;
    }
    .red-pack-title-recharge-en {
        font-size: 16px;
    }
}