/* 第三屏 */
#customer-case {
    width: 100%;
    height: 763px;
    background: url("../imgs/index/regional3/bg_3@2x.png") no-repeat center / 100% 100%;
}

#customer-case .title {
    font-weight: 500;
    font-size: 40px;
    color: #1F1F1F;
    padding: 80px 0 40px;
    text-align: center;
}

.barrage-wrapper {
    display: flex;
    width: 100%;
    /*height: 200px;*/
    /*background: #000;*/
    overflow: hidden;
    margin-bottom: 20px;
}

.barrage-list, .fake-content {
    display: inline-flex;
    align-items: center;
}

.barrage-item {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    color: #82878F;
    line-height: 28px;
    margin-right: 70px;
    white-space: nowrap;
    &:hover {
        color: #6759FF;
    }
}

.three-new-swiper {
    position: relative;
    width: 100%;
    height: 190px;
    margin-top: 40px;
}

.three-new-swiper .swiper-wrapper {
    height: 84px;
}

.three-new-swiper .swiper-wrapper .swiper-slide{
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.three-new-swiper .swiper-wrapper .swiper-slide .item{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 84px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
}
.three-new-swiper .swiper-wrapper .swiper-slide .item.active {
    border-color: #6759FF;
}


.three-new-swiper .swiper-wrapper .swiper-slide .fit{
    flex: auto;
}
.three-new-swiper .swiper-wrapper .swiper-slide .item .use-logo{
    height: 100%;
}

.swiper-pagination-three-new {
    text-align: center;
    padding-top: 30px;
}
.swiper-pagination-three-new .swiper-pagination-bullet-active {
    background: #6759FF;
}
.logo-desc {
    width: 1140px;
    height: 195px;
    margin: 0 auto;
    background-image: url("../imgs/index/kehu/frame@2x.png");
    background-size: contain;
    box-sizing: border-box;
    padding: 20px 20px 10px;
}

.logo-desc .title{
    display: flex;
    align-items: center;
    line-height: 1;
    margin: auto auto 20px;
    padding: 0 !important;
}
.logo-desc .title .line{
    width: 4px;
    height: 13px;
    background: #6759FF;
    border-radius: 8px 8px 8px 8px;
    margin-right: 6px;
}
.logo-desc .title .text{
    font-weight: 500;
    font-size: 18px;
    color: #1F1F1F;
}
.logo-desc .desc{
    height: 120px;
    text-indent: 2em;
    font-weight: 400;
    font-size: 16px;
    color: #6D7683;
    line-height: 30px;
    text-align: left;
    overflow-y: auto;
}
