.mob-alliance-text {
    text-indent: .32rem;
    line-height: .32rem;
    color: #333333;
}


.mob-advantage-list {
    text-align: center;
    padding: .16rem 0;
    font-size: .18rem;
    margin: 0 auto;
}
.mob-advantage-list img {
    width: .9rem;
}


.mob-advantage-text {
    max-width: 770px;
    margin: 0 auto;
    line-height: .32rem;
    padding-bottom: .5rem;
}

.mob-sss-list li{
    list-style-image: url("../images/alliance/rightArrow.png");
}

.mob-advantage-wrap {
    padding: 20px 10px;
    max-width: 300px;
    margin: 0 auto;
}
.mob-advantage-card {
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
}
.mob-carousel-text div {
    font-size: .34rem;
    padding-bottom: 0.16rem;
}
.mob-carousel-text p {
    font-size: .18rem;
}
.mob-vas-title {
    font-size: 26px;
    text-align: center;
    padding-bottom: 15px;
}
.mob-advantage-card:hover img {
    transform: scale(1.1, 1.1);
}
.mob-advantage-card img {
    width: 100%;
    height: 50%;
    transition: all 1s;
}
.mob-advantage-card-title {
    font-size: .22rem;
}
.mob-advantage-card-text {
    font-size: .14rem;
    color: #999999;
    padding: .12rem 0 .2rem;
}

.publisher-container {
    background-image: url('../images/publisher/banner1.png');
}

.publisher-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px); /* Frosted glass effect */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
 }

 .publisher-content {
    white-space: pre-line;
    text-align: justify;
    line-height: 1.5;
    text-indent: 0.4rem;
 }