    /*单视频播放浮层*/
    .fixed-video{
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.6);
        z-index: 999999999999;
    }
    .fixed-video .con { 
        position: absolute;

        top: 0;
        left: 0;
        width: 100%;
        height: 100%;

        display: -webkit-box;
        display: box;
        -webkit-box-orient:horizontal; 
        -webkit-box-pack:center; 
        -webkit-box-align:center; 
        box-orient:horizontal; 
        box-pack:center; 
        box-align:center; 
    }
    .fixed-video .video{
        position: relative;
        width: 86.8%;
        border: 1px solid #ccc;
        box-shadow: 0px 0px 5px #888888;
        background: #000;
    }
    
    .fixed-video video{
        display: block;
        width: 100%;
    }
    /*普通图集*/
    .fixed-imgs{
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.6);
        z-index: 10001;
    }
    .fixed-imgs .close{
        opacity:    1;
        position: absolute;
        top: -51px;
        right: 0%;
        height: 21px;
        width: 21px;
        background: url(../images/skin1/ico239.png) right center / 21px auto no-repeat;
    }
    .fixed-imgs .con { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;

        display: -webkit-box;
        display: box;
        -webkit-box-orient:horizontal; 
        -webkit-box-pack:center; 
        -webkit-box-align:center; 
        box-orient:horizontal; 
        box-pack:center; 
        box-align:center; 
    }
    .fixed-imgs .imgs{
        position: relative;
        width: 100%;
        height: auto;
        border: 1px solid #ccc;
        box-shadow: 0px 0px 15px #888888;
        background: #000;
    }
    .fixed-imgs .imgs .txt{
        position: absolute;
        top: -34px;
        left: 0;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 14px;
    }
    .fixed-imgs img{
        display: block;
        width: 100%;
    }
    /*视频图集*/
    .fixed-videos{
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.6);
        z-index: 10001;
    }
    .fixed-videos .close{
        opacity: 1;
        z-index: 1;
        position: absolute;
        top: -30px;
        right: -30px;
        height: 60px;
        width: 60px;
        background: url(../images/kr/close2.png) center center / 30px auto no-repeat;
    }
    .fixed-videos .con { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;

        display: -webkit-box;
        display: box;
        -webkit-box-orient:horizontal; 
        -webkit-box-pack:center; 
        -webkit-box-align:center; 
        box-orient:horizontal; 
        box-pack:center; 
        box-align:center; 
    }
    .fixed-videos .imgs{
        position: relative;
        width: 86.8%;
        border: 1px solid #ccc;
        box-shadow: 0px 0px 15px #888888;
        background: #000;
    }
    .fixed-videos .imgs .txt{
        position: absolute;
        top: -34px;
        left: 0;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 14px;
    }
    .fixed-videos img{
        display: block;
        width: 100%;
    }
    .fixed-videos .card{
        position: absolute;
        left: 6.6%;
        right: 6.6%;
        bottom: -100%;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        opacity: 0;
        border-radius: 0;
        border: 0;
    }
    .fixed-videos .card.show{
        bottom: 12.7%;
        opacity: 1;
    }
    .fixed-videos .ico {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: url(http://i2.sinaimg.cn/qc/subject/2016/0614/vbtn.png) center center/auto 40px no-repeat;
    }
    .swiper-pagination {
        text-align: center;
        font-size: 12px;
        margin: 8px 0 15px;
        position: absolute;
        text-align: center;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        z-index: 10;
        width: 100%;
    }
    .swiper-container {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }
    .swiper-pagination-bullet {
        margin: 0 3px;
        background: #fff;
        opacity: .6;
    }
    .swiper-pagination-bullet-active {
        opacity: 1;
        background: #fff;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .bg_c{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/*pc样式*/
@media screen and (min-device-width: 900px) {
    .fixed-imgs .imgs {
        position: relative;
        width: 640px;
        height: auto;
        margin: 0 auto;
        border: 5px solid rgba(255,255,255,.5);
        box-shadow: 0px 0px 15px #888888;
        background: #000;
    }
    .fixed-imgs .imgs .txt{
        font-size: 18px;
        top: -44px;
    }
    .fixed-imgs .close {
        position: absolute;
        top: -51px;
        right: 0%;
        height: 21px;
        width: 21px;
        background: url(../images/skin1/ico239.png) right center / 21px auto no-repeat;
    }
    .fixed-video .video{
        margin: 0 auto;
        width: 440px;
        border: 5px solid rgba(255,255,255,.5);
    }

    .fixed-videos .imgs{
        width: 640px;
        height: 360px;
        position: relative;
        border: 5px solid rgba(255,255,255,.5);
        margin: 0 auto;
    }
    .fixed-videos .ico {
        background: url(http://i2.sinaimg.cn/qc/subject/2016/0614/vbtn.png) center center/auto 80px no-repeat;
    }
    .fixed-videos .close {
        background: url(../images/kr/close2.png) center center / 60px auto no-repeat;
    }
    .fixed-videos .imgs img{
        width: 640px;
        height: 360px;
        position: relative;
    }
    .fixed-video .imgs{
        width: 640px;
        height: 360px;
        position: relative;
        margin: 0 auto;
    }
    .fixed-videos .card.show{
        bottom: 100px;
    }
    .fixed-videos .card img{
        width: 900px;
        margin: 0 auto;
        display: block;
    }

    .swiper-pagination{
        margin: 22px 0 15px;
    }
    .swiper-pagination-bullet {
        margin: 0 5px;
    }
}