.content{
    border-top: 1px solid #eee;
}

.content_item_img_diceng{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 24px;
}

.content_item_img_diceng img{
    width: 40px;
    height: 40px;
    margin: 0 auto 30px;
    position: static;
    transform: translate(0,0);
}

.content_item_img_diceng div{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_item_img_diceng div:last-child{
    margin-top: 10px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 16px;
}

/*选项卡部分样式开始*/
.select{
    text-align: center;
    margin: 35px auto 25px;
}

.swiper-container{
    width: 80%;
    display: inline-block;
}

.swiper-slide{
    width: auto;
    display: inline-block!important;
    margin: 0 8px;
    padding: 0 11px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #212121;
    line-height: 20px;
    cursor: pointer;
}

.swiper-slide.active{
    background: #616161;
    color: #fff
}

.swiper-slide:after{
    content: '';
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: #bdbdbd;
}

.swiper-slide:last-child:after{
    background: transparent;
}
