.content-promopage .content-center-box {
    padding: .72rem .77rem
}

.content-promopage .promo-list {
    display: block
}

.content-promopage .promo-list .promotion-container {
    display: flex;
    flex-direction: column;
    min-height: 9.5rem;
    margin-bottom: .5rem;
}

.content-promopage .promo-list .promotion-container .promotion-image {
    width: 100%;
    height: auto;
    min-height: 8.6rem
}

.content-promopage .promo-list .promotion-container .promotion-image img {
    width: 100%;
    height: 100%
}

.content-promopage .promo-list .promotion-container .promotion-content-detail {
    width: 100%;
    background-color: #f5f5f5;
    min-height: 5.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: .5rem;
}

.content-promopage .promo-list .promotion-text-container {
    display: flex;
    flex-direction: column;
    width: 100%
}

.content-promopage .promo-list .promotion-content-title {
    font-size: 1rem;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}

.content-promopage .promo-list .promotion-content-detail-desc {
    font-size: .8rem
}

.content-promopage .promo-list .promotion-btn-container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.content-promopage .promo-list .promotion-btn-container .promotion-btn-group {
    display: flex
}

.content-promopage .promo-list .btn-promo-details {
    background: #0357ad;
    border: 0;
    color: #fff;
    margin-right: .1rem;
    padding: .2rem .5rem;
    font-size: .8rem;
    margin-top: 0.5rem;
    text-align: center;
    line-height: 1.6rem;
    text-decoration: none;
}

.popup>* {
    color: #000;
}

.promo-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    width: 100%;
    height: 100%;
    overflow: auto;
    outline: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .204919));
    -webkit-animation: modalPopUp .3s;
    animation: modalPopUp .3s
}

.promo-popup .popup-overlay {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 0;
    overflow: hidden
}

.promo-popup .popup {
    justify-content: center;
    flex-direction: column;
    margin: auto;
    padding: 0 !important;
    border-radius: .06rem;
    max-width: 95%;
    max-height: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%)
}

.promo-popup .popup,
.popup-header {
    display: flex;
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%
}

.popup-header {
    background-color: #ba23a4;
    padding: .1rem .15rem;
}

.popup-header .popup-header-left {
    width: 80%
}

.popup-header .popup-header-right {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    color: #fff
}

.popup-header-right a i {
    color: #fff;
    margin-right: .5rem;
}

.popup-header .popup-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    font-size: 1.3rem;
    padding: .5rem;
}
.popup-header .popup-btn {
    width: 100%;
    padding: .5rem;
    display: block;
    text-align: center;
    color: #fff;
}
.promo-popup .popup .popup-body {
    padding: 1.4rem;
    overflow-y: scroll;
    min-height: .75rem;
    background-color: #fff;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}