
        /* 面包屑样式 */
        .position144-rusult-m {
            width: 1200px;
            margin: 0 auto;
            height: 50px;
            border-bottom: #eee 1px solid;
        }

        .position144-rusult-m span {
            color: #666;
            line-height: 50px;
            margin-right: 5px;
            display: inline-block;
            float: left;

        }

        .position144-rusult-m span a:hover {
            color: #d71a1a;
        }

        .position144-condition {
            height: 24px;
            line-height: 24px;
            color: #d71a1a;
            border-radius: 2px;
            background-color: #fff;
            padding: 0 8px;
            margin: 12px 0;
            overflow: hidden;
            margin-right: 10px;
            float: left;
        }

        /* 视频样式 */

        .flipChartBox  {
            /* text-align: center; */
            width: 100%;
            background-color: #7f96ff;
            margin: 0 auto;
            background: url(/template/pc/skin/images/banner-video.png) no-repeat;
        }

        .flipChart {
            /* text-align: center; */
            width: 100%;
            height: 350px;
            margin: 0 auto;
            /* background-color: #7f96ff; */
            /* background: url(/uploads/allimg/20221228/3-22122Q10303A2.png) no-repeat; */
            /* background-position: 520px 20px; */

        }

        .flipChart h1 {
            padding: 80px 0 20px 0;
            font-size: 50px;
            font-weight: 400;
            color: #fff;
        }

        .flipChart p {
            font-size: 20px;
            color: #fff;
            width: 600px;
        }

        .videoContent {
            height: 42px;
            display: flex;
            flex: row;
            margin: 60px 0 50px 0;

        }

        .videoContent h2 {
            font-size: 36px;
            font-weight: 400;

            margin-right: 50px;
        }

        .video .videoTime {
            position: absolute;
            margin-top: -24px;
            /* top: 0; */
            /* top: -20px; */
            width: 48px;
            height: 24px;
            line-height: 24px;
            text-align: center;
            font-size: 12px;
            color: rgba(255, 255, 255, 0.9);
            background-color: rgba(0, 0, 0, 0.4);
            border-top-right-radius: 6px;
        }

        .videoContent nav a {
            font-size: 14px;
            line-height: 42px;
            padding: 0 2px;
            margin-right: 35px;
        }

        .videoContent nav a:hover,
        .videoContent nav a:focus {
            color: #006eff;
            border-bottom: 2px #006eff solid;
            padding-bottom: 12px;
            border-radius: 2px;
        }

        .videoContent nav a.active {
            color: #006eff;
            border-bottom: 2px #006eff solid;
            padding-bottom: 0px;
            border-radius: 2px;
            float: left;
        }

        .video {
            width: 280px;
            height: 245px;
            /* box-shadow: 0 0 1px #f6f; */
            /* display: flex; */
            float: left;
            margin-right: 15px;
            margin-bottom: 30px;
        }


        .video a {
            display: block;
            width: 280px;
            height: 245px;
            /* background-color: #006eff; */
            box-shadow: 0 0 20px 0 rgb(0 0 0 / 8%);
            border-radius: 5px;
            transition: all 0.3s;
            margin: 0 0px 25px 20px;

        }

        .video a:hover{
            margin-top: -20px;
            box-shadow: 0 0 50px 0 rgb(0 0 0 / 8%);
            transition: all 0.3s;
            color: #006eff;
        }


        /* 播放器按钮 */
        /* .video .bfq{
            position: relative;
            top: -180px;
            left: 110px;
            z-index: 888;
            width: 62px;
            display: none;
            transition: all 5s;
        }
        .video a:hover .bfq{
            display: block;
            transition: all 5s;
        } */




        .video a .v1 {
            display: inline-block;
            width: 280px;
            /* height: 127px; */
            /* background-color: #006eff; */

        }

        .video img {

            width: 100%;
            height: 100%;
            /* margin: 0 auto; */
            /* height: 167px; */
            /* background-color: #006eff; */
            box-shadow: 0 0 20px 0 rgb(0 0 0 / 8%);
            border-radius: 5px;
        }

        .video h2 {
            height: 20px;
            color: #2f3a65;
            font-size: 14px;
            font-weight: 400;
            margin: 12px 0px 16px;
            padding: 0 5px;
        }

        .video samp {
            padding: 0 5px;
            color: rgb(126, 135, 170);
            padding-right: 170px;

        }

        .video .bnt {

            text-align: center;
            background-color: #ddeaff;
            color: #006eff;
            padding: 5px;
            border-radius: 10px;
            padding: 5px 5px;
        }





        /*设备大于800px时*/
        @media (min-width:800px) {
        }




        /*设备大于600px且小于800px时*/
        @media (min-width:600px) and (max-width:800px) {}








        /*设备小于600px时*/
        @media (max-width: 700px) {

            /* 自动自适应手机样式 */
            .w {
                width: 100%;
                margin: 0 auto;
            }

            /* 海报自适应 */
            .flipChart {
                height: 250px;
                background-color: #7f96ff;
                background: url(/template/pc/skin/images/banner-video.png) no-repeat;
                background-position: 50px 20px;
            }

            .flipChart h1 {
                padding: 80px 0 20px 20px;
                font-size: 28px;
            }

            .flipChart p {
                padding-left: 20px;
                padding-right: 20px;
                width: 70%;
                font-size: 14px;
            }

            .position144-rusult-m span {
                color: #666;
                line-height: 50px;
                margin-right: 5px;
                display: inline-block;
                float: left;
                margin-left: 20px;
            }
            /* 电脑改手机 */
            .videoContent {
                height: 42px;
                display: flex;
                flex: row;
                /* margin: 60px 0 50px 0; */
                border-bottom: 1px #e6ebf3 solid;
            }

            .videoContent h2 {

                font-size: 22px;
                font-weight: 400;
                text-align: center;
                padding-left: 20px;
                float: left;
                /* margin-right: 50px; */
                /* margin: 0 auto; */
                /* margin-right: 50px; */
            }

            .video .videoTime {
                position: absolute;
                margin-top: 76px;
                /* top: 0; */
                /* top: -20px; */
                width: 48px;
                height: 24px;
                line-height: 24px;
                text-align: center;
                font-size: 12px;
                color: rgba(255, 255, 255, 0.9);
                background-color: rgba(0, 0, 0, 0.4);
                border-top-right-radius: 6px;
            }

            .videoContent nav a {
                margin-left: -25px;
                /* font-size: 14px; */
                /* line-height: 42px; */
                /* padding: 0 -52px; */
                /* margin-right: 35px; */


                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }


            .videoContent nav a:hover,
            .videoContent nav a:focus {
                color: #006eff;
                border-bottom: 2px #006eff solid;
                padding-bottom: 0px;
                border-radius: 2px;
                float: left;
            }


            .video {
                width: 100%;
                height: 100px;
                /* box-shadow: 0 0 1px #f6f; */
                /* display: flex; */
                float: left;
                margin-right: 15px;
                margin-bottom: 30px;
            }

            .video img {
                width: 280px;
                height: 100px;

            }


            .video a {
                display: block;

                width: 94%;
                height: 115px;
                /* background-color: #006eff; */
                box-shadow: 0 0 20px 0 rgb(0 0 0 / 8%);
                border-radius: 5px;
                transition: all 0.5s;
                margin: 0 0px 25px 20px;

            }

            .video a:hover {
                margin-top: -10px;
                box-shadow: 0 0 50px 0 rgb(0 0 0 / 8%);
                transition: all 0.5s;
            }

            .video a .v1 {
                display: inline-block;
                width: 100%;
                height: 100%;
                /* background-color: #006eff; */

            }

            .video img {
                float: left;
                width: 180px;
                /* height: 100%; */
                /* margin: 0 auto; */
                /* height: 167px; */
                /* background-color: #006eff; */
                box-shadow: 0 0 20px 0 rgb(0 0 0 / 8%);
                border-radius: 5px;
            }

            .video h2 {
                width: 45%;
                float: left;
                height: 50px;
                color: #2f3a65;
                font-size: 14px;
                font-weight: 400;
                margin: 12px 0px 16px;
                padding-left: 20px;
                /* background-color: #006eff; */
            }

            .video samp {
                float: left;
                padding: 0 20px;
                color: rgb(126, 135, 170);
                padding-right: 20%;

            }

            .video .bnt {
                float: left;
                text-align: right;
                background-color: #ddeaff;
                color: #006eff;
                margin-right: 20px;
                border-radius: 10px;
                padding: 5px 5px;
            }

        }



        /* **************************************视频内页***************************************************** */



        .w {
            width: 1200px;
            /* margin: 0 auto; */
            margin: 0 auto;
            /* background-color: #fff; */
        }

        a {
            text-decoration: none;
            color: #000;
        }

        /* 开始写样式 */
        .videoPlaying h1 {
            font-size: 24px;
            font-weight: 600;
        }

        .videoPlaying>samp {
            /* font-size: 14px; */
            display: inline-block;
            margin: 15px 10px 20px 15px;
            color: #888;
            font: 14px "微软雅黑";
        }

        /* 视频播放器 */
        .videoPlaying .flash {
            position: relative;
            width: 100%;
            height: 100%;
            background-color: #000000;
        }

        .videoPlaying .flash i {
            position: absolute;
            bottom: 20px;
            left: 20px;
            /* visibility: hidden; */
        }


        .videoPlaying .flash video {
            width: 905px;
            height: 509.06px;
        }




        .videoPlaying .flash .videoSets {
            color: #fff;
            background-color: transparent;
            position: absolute;
            right: 0px;
            top: 0px;
            width: 296px;
            height: 510px;
            background-color: #262626;
            padding-top: 20px;
            padding: 20px 10px;
        }

        .videoPlaying .flash .videoSets h2 {
            font-size: 15px;
            /* right: 0; */
            top: 20px;
            width: 300px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            /* background-color: aqua; */
        }

        .videoPlaying .flash .videoSets .pending {
            /* padding-right: 20px; */
            padding-top: 2PX;
            font-weight: 700;
        }

        .videoPlaying .flash .videoSets h3 {

            position: relative;
            font-size: 14px;
            left: 10px;
            top: 20px;
            padding: 5px 0;
            font-weight: 400;
        }

        .videoPlaying .flash .videoSets h3 a {
            color: #fff;
        }

        .videoPlaying .flash .videoSets h3 a:hover {
            color: #3cadff;
        }

        .videoPlaying .flash .videoSets samp {
            float: right;
            padding-right: 20px;
            font-weight: 400;
        }

        /* 视频简介 */
        .videoPlaying .bwl {
            float: left;
            margin: 30px 0 20px 15px;
            width: 850px;
            background-color: #fff;
        }

        .videoPlaying .bwl h2 {
            font-size: 18px;
            font-weight: 600;
            border-bottom: 1px #eeeeee solid;
            padding-bottom: 15px;
            background-color: #fff;
        }

        .videoPlaying .bwl p {
            font-size: 14px;
            padding: 5px 0;
            background-color: #fff;
        }





        .videoPlaying .moreVideos {
            float: right;
            background-color: #eeeeee;
            width: 306px;
            margin-top: 35px;
            border-radius: 2px;

        }


        /* 推荐内容 */

        .videoPlaying .moreVideos img {
            float: left;
            width: 110px;
            height: 100%;
            /* margin-left: 20px;
        margin-bottom: 15px; */
        }

        .videoPlaying .moreVideos h2 {
            color: #333;
            font-size: 15px;
            line-height: 50px;
            padding: 0 18px;

        }


        .videoPlaying .moreVideos .recomendation {
            margin-left: 20px;
            margin-bottom: 15px;
        }

        .videoPlaying .moreVideos .recomendation a:hover {
            background-color: #3cadff;
            color: #3cadff;
        }

        .videoPlaying .moreVideos .recomendation:hover h3 {
            background-color: #e7e7e7;
            /* color: #3cadff; */
        }

        .videoPlaying .moreVideos .recomendation:hover samp {
            background-color: #e7e7e7;
            /* color: #3cadff; */
        }

        .videoPlaying .moreVideos .recomendation img {
            /* width: 100px; */
            /* height: 75px; */
            height: 100%;
        }


        .videoPlaying .moreVideos .recomendation .hotlists {
            height: 61.7px;
            /* background-color: #3cadff; */
            /* margin-bottom: 20px; */
            margin-bottom: 15px;
        }

        .videoPlaying .moreVideos .recomendation h3 {
            float: right;
            /* background-color: #3cadff; */
            width: 171px;
            font-size: 14px;
            padding: 0 18px;
            height: 26px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            /* background-color: #ff0000; */
            margin-right: 5px;
        }

        .videoPlaying .moreVideos .recomendation samp {
            float: left;
            width: 171px;
            font-size: 12px;
            /* float: right; */
            padding: 0 16px;
            padding-top: 5px;
            /* background-color: #ff0000; */
        }



        /*设备小于600px时*/
        @media (max-width: 700px) {

            /* 自动自适应手机样式 */


            /* 海报自适应 */
            .w {
                width: 100%;
                margin: 0 auto;
                /* background-color: #f7f7f7; */
            }

            a {
                text-decoration: none;
                color: #000;
            }

            /* 开始写样式 */
            .videoPlaying {
                position: relative;
            }

            .videoPlaying h1 {
                font-size: 16px;
                font-weight: 600;
                position: absolute;
                bottom: -40px;
                left: 6px;
                background-color: #fff;
            }

            .videoPlaying>samp {
                position: absolute;
                bottom: -88px;
                left: 0;
                z-index: 888;
                color: #797979;
                font-size: 14px;
                display: inline-block;
                margin: 20px 10px 20px 15px;
                background-color: #fff;

            }

            .videoPlaying .bf {
                position: absolute;
                bottom: -220px;
                left: 0;
                z-index: 888;
                color: #797979;
                font-size: 14px;
                display: inline-block;
                margin: 20px 10px 20px 15px;
                background-color: #fff;

            }

            

            /* 视频播放器 */
            .videoPlaying .flash {
                position: relative;
                width: 100%;
                height: 100%;
                background-color: #000000;

            }

            .videoPlaying .flash i {
                position: relative;
                bottom: 20px;
                left: 20px;
                /* visibility: hidden; */
            }


            .videoPlaying .flash video {

                width: 100%;
                height: 100%;
            }




            .videoPlaying .flash .videoSets {
                position: absolute;
                right: 0px;
                top: 520px;
                color: #333;
                background-color: transparent;


                width: 100%;
                height: 200px;
                background-color: #fff;
                padding-top: 20px;
                padding: 20px -15px;
                margin: 0 -11px 0 0;
                overflow: auto;
                /* background-color: #000; */
            }



            .videoPlaying .flash .videoSets::before {
                content: "选集";
                font-size: 15px;
                font-weight: 600;
                padding-left: 11px;
            }


            .videoPlaying .flash .videoSets h2 {
                padding-left: 11px;
                font-size: 15px;
                /* right: 0; */
                top: 20px;
                width: 300px;
                height: 20px;
                /* 隐藏标题 */
                visibility: hidden;

            }

            .videoPlaying .flash .videoSets .pending {
                /* padding-right: 20px; */
                padding-top: 2PX;
                font-weight: 700;
            }


            .videoPlaying .flash .videoSets h3 {
                position: relative;
                font-size: 14px;
                left: 10px;
                top: 20px;
                padding: 5px 0;
                font-weight: 400;
                width: 115px;
                height: 100px;
                display: flex;
                flex-wrap: nowrap;
                flex-direction: row;



                /* background-color: #3cadff; */
                margin-left: 5px;
                padding: 0 10px;
                float: left;
            }

            .videoPlaying .flash .videoSets h3 a {
                color: #333;
            }

            .videoPlaying .flash .videoSets h3 a:hover {
                color: #3cadff;
            }

            .videoPlaying .flash .videoSets samp {
                float: right;
                padding-right: 20px;
                font-weight: 400;
                visibility: hidden;
            }

            /* 视频简介 */
            .videoPlaying .bwl {
                float: left;
                margin: 0;
                width: 100%;
                padding-bottom: 50px;
                /* border-bottom: 20px #f7f7f7 solid; */
            }

            .videoPlaying .bwl h2 {
                color: #797979;
                text-align: right;
                font-size: 16px;
                font-weight: 400;
                border-bottom: 1px transparent solid;
                padding-bottom: 10px;
                padding-right: 15px;
                padding-top: 50px;
            }

            .videoPlaying .bwl p {
                height: 82px;
                margin-top: 10px;
                overflow: auto;
                margin-left: 15px;
                font-size: 14px;
                padding: 0px 0;
                padding-right: 15px;
                color: #797979;
                text-indent: 2em;
                text-align: justify;
                vertical-align: top;
                margin-bottom: 20px;
            }








            /* 推荐内容 */

            .videoPlaying .moreVideos {
                position: relative;
                bottom: -200px;
                float: right;
                background-color: #fff;
                width: 100%;
                margin-top: 65px;

            }

            .videoPlaying .moreVideos img {
                float: left;
                width: 110px;
                height: 100%;
                /* margin-left: 20px;
        margin-bottom: 15px; */
            }

            .videoPlaying .moreVideos a {
                background-color: #fff;

            }

            .videoPlaying .moreVideos h2 {
                color: #333;
                font-size: 15px;
                line-height: 50px;
                padding: 0 18px;
                background-color: #fff;
            }


            .videoPlaying .moreVideos .recomendation {
                background-color: #fff;
                margin-left: 20px;
                margin-bottom: 15px;
            }

            .videoPlaying .moreVideos .recomendation:hover {
                background-color: #fff;
                color: #fff;
            }

            .videoPlaying .moreVideos .recomendation:hover h3 {
                background-color: #fff;
                color: #3cadff;
            }

            .videoPlaying .moreVideos .recomendation img {
                /* width: 100px; */
                /* height: 75px; */
                height: 100%;
            }

            .videoPlaying .moreVideos .recomendation h3 {
                float: left;
                /* background-color: #3cadff; */
                /* width: 180px; */
                font-size: 14px;
                padding: 0 18px;
                height: 26px;
                background-color: #fff;
            }

            .videoPlaying .moreVideos .recomendation samp {
                float: left;
                width: 130px;
                font-size: 12px;
                /* float: right; */
                padding: 0 16px;
                padding-top: 5px;
                background-color: #fff;
            }


        }