﻿/*图片轮滑*/
.swiper-container {
    position: relative;
    height: 200px;
}

.swiper-slide {
    padding-top: 0px;
    overflow-y:hidden;
}

.swiper-wrapper img {
    width: 100%;
    height: 100%;
}

.bannertitle {
    position: absolute;
    bottom: 0px;
    height: 30px;
    line-height: 30px;
    left: 0px;
    right: 0px;
    background-color: rgba(0,0,0,0.2);
    font-size: 14px;
    font-weight: 500;
    padding-left: 5px;
}

.bannertitle p{
    color:white;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
    text-align: right;
    padding-right: 5px;
}
/*中间菜单*/
.row-middle {
    background: #FFFFFF;
    padding: 10px 10px;
    border-bottom: 1px solid #f0f0f0;
    height: 80px;
    margin: 0px;
}

.middle-menu {
    height: 60px;
    text-align: center;
    border-right: 1px solid #c7c3c3;
}

    .middle-menu img {
        width: 16px;
        height: 16px;
    }

    .middle-menu div {
        height: 30px;
        line-height: 30px;
    }
/*视频*/
.video_ls {
    width: 100%;
    height: auto;
    background: #000;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
/*收藏*/
.myshoucang {
    float: right;
    width: 28px;
    margin-right: 10px;
}

    .myshoucang img {
        width: 28px;
        height: 28px;
    }

.sp-bt-bg {
    width: 100%;
    padding: 10px 10px;
    line-height: 30px;
    background: #fff;
    font-size: 16px;
}
