.xqbj-component-advertises .van-overlay {
    z-index: 99;
}
.xqbj-component-advertises .van-popup {
    z-index: 100;
    background-color: transparent;
    height: 100%;
    width: 100%;
}
.xqbj-component-advertises .xqbj-component-advertises-0 {
    width: 100%;
    height: 100%;
}
.xqbj-component-advertises .xqbj-component-advertises-0 .popup-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
}
.title-img {
    margin-bottom: -5px;
}
.van-popup .close-btn {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.popup-content {
    overflow: hidden scroll;
    scrollbar-width: none;
}

.text-line-ellipsis-1 {
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 1;
     line-clamp: 1;
     box-orient: vertical;
     text-overflow: ellipsis;
     overflow: hidden;
     word-break: break-all;
 }

.fixbody {
    top: 0;
    height: 100%;
    overflow: hidden;
}

.popup-content {
    width: 100%;
    height: 300px;
    background-color: #fff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 30px;
}

.van-popup .popup-content ol .title {
    font-size: 14px;
    line-height: 1.33;
    color: #333333;
    font-weight: 600;
    text-align: left;
} 

.van-popup .popup-content ol a {
    font-size: 14px;
    line-height: 1.33;
    color: #0090ff;
    font-weight: 600;
    text-align: left;
} 

.van-popup .popup-content ol li {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .popup-content {
        width: 610px;
        height: 450px;
        padding: 54px;
    }
    .van-popup .popup-content ol .title {
        font-size: 24px;
        line-height: 1.33;
        color: #333333;
        font-weight: 600;
        text-align: left;
    } 

    .van-popup .popup-content ol a {
        font-size: 24px;
        line-height: 1.33;
        color: #0090ff;
        font-weight: 600;
        text-align: left;
    } 

    .van-popup .popup-content ol li {
        margin-bottom: 30px;
    }
    .xqbj-component-advertises .xqbj-component-advertises-0 .popup-wrapper {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: auto;
    }
}