.flex_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.openmember-content .text-center {
    font-family: FZLanTingHeiS-R-GB, FZLanTingHeiS-R-GB;
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 42px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 40px;
}

.mt-6 {
    margin-top: 3.5rem !important
}

.openmember .openmember-content .member-type .title {
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 26px;
    color: #2A4689;
    line-height: 37px;
    font-style: normal;
    text-transform: none;
    padding-top: 2.125rem;
}

.mouths_blues {
    color: #2A4689 !important;
}

.year_blues {
    color: #6C470E !important;
}

.title_golden {
    color: #FFCEBF !important;
}

.discounts {
    /* position: absolute; */
    width: 86px;
    margin: 0;
    padding: 4px 0;
    border: none;
    border-radius: inherit;
    color: #ffffff;
    font-size: 15px !important;
    left: 0;
    left: 6rem;
    background-color: #FA5555;
        font-weight: 500 !important;
    font-family: PingFang SC, PingFang SC !important;
    /* right: -100%;
    margin-left: 10px; */
}
.flex{
    display: flex;
   justify-content: center;
    margin-bottom: 1rem;
}
.discounts-container {
    display: flex;
    flex-direction: column;
    align-items: start;
}
.discounts-container .one{
    font-size: 1.25rem !important;

    font-family: none !important;
    font-weight: normal !important;
}

.openmember .subscription {
    height: 38rem;
}

.openmember .openmember-content .member-type {
    height: 20.25rem;
}

.openmember .openmember-content {
    background: url(/img/vip/bng.png) no-repeat;
    background-size: 100% 60%;
    margin-top: 0 !important;
}

#footerArea a {
    font-size: 0.95rem;
}

#footerArea p {
    font-family: "Poppins", sans-serif;
    font-size:1.125rem;
}

.img-container img:first-of-type {
    width: 131px;
    height: 131px;
}

.img-container img:last-of-type {
    width: 680px;
    height: 56px;
}

@media (max-width: 576px) {


    #footerArea a {
        font-size: 12px;
    }

    #footerArea p {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .img-container img:first-of-type {
        width: 70px;
        height: 70px;
    }

    .img-container img:last-of-type {
        width: 280px;
        height: auto;
    }
}

/* 加载中动画样式 */
.loading-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 160px; /* 根据需要调整高度 */
}

.loading-spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #0F54E0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin-bottom: 15px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.loading-text {
    color: #666;
    font-size: 14px;
}

/* 图片容器样式 */
.image-container {
    position: relative;
}