/* 轮播图 */
.carousel-indicators {
    margin-bottom: .16rem;
}
@media (max-width: 1200px) {
    .carousel-inner {
        position: relative;
        overflow: hidden;
        min-height: 360px;
    }
    .carousel-item img {
        width: 1200px !important;
        position: absolute;
        left: 50%;
        margin-left: -600px;
    }
}

.mob-banner-img {
    min-height: 400px;
    background: url("../images/index/banner_1.png") center no-repeat;
    background-size: cover;
}

@media (max-width: 1200px) {
    .mob-carousel-text {
        margin-top: 1rem !important;
    }
}
.mob-carousel-text {
    top: 100px;
    max-width: 700px;
    margin: 0 auto;
}
.mob-carousel-text div {
    font-size: .34rem;
    padding-bottom: .16rem;
}
.mob-carousel-text p {
    font-size: .18rem;
}

.mob-advantage-wrap {
    padding: 20px 10px;
    max-width: 300px;
    margin: 0 auto;
}
.mob-advantage-card {
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
}
.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 {
    color: #999999;
    padding: .12rem 0 .2rem;
}

/* 海量广告资源 */
.mob-massive-resource {
    width: 100%;
    min-height: 400px;
    text-align: center;
    color: #fff;
    background: url("../images/index/massive-resources.png") center no-repeat;
    background-size: cover;
    padding-top: 50px;
    z-index: -1;
}
.mob-resource-swiper {
    position: relative;
    max-width: 500px;
}
.resource-container-bg {
    position: absolute;
    width: 100%;
    top: -33px;
    right: 1px;
    z-index: 0;
}

.mob-partner-wrap {
    padding: .9rem 0;
    text-align: center;
}

.solution {
    margin: 0.5rem;
    text-align: left;
}

.solution li {
    margin-bottom: 0.3rem;
    font-size: .18rem;
}