 body,html{
    width: 100%;
    
 }
 .tips{
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    color: #ffffff;
    background-color: rgba(222,62,62,0.74);
    z-index: 100;

 }
 .page {
            max-width: 480px;
            margin: 30px auto 0 auto;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            height: 100%;
        }

        .show {
            display: block !important;
        }

        .hidden {
            display: none;
        }

        .clear {
            zoom: 1;
        }

        .fr {
            float: right;
        }

        .rel {
            position: relative;
        }

        .fl {
            float: left;
        }

        .containter {
            position: relative;
            background: #fff;
            padding-bottom: 50px;
            height: 100%;
            overflow-x: hidden;
            overflow-y: auto;
        }

        .containter h2 {
            font-size: 20px;
            line-height: 30px;
            margin: 12px 0;
            font-weight: bold;
        }

        .containter video {
            object-fit: cover;
            object-position: center center;
            width: 100% !important;
        }

        .containter .contitle {
            margin: 0 12px 8px 12px;
        }

        .containter .contitle img {
            margin-right: 10px;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: 1px solid #f4f4f4;
        }

        .containter .contitle section {
            width: calc(100% - 23px);
        }

        .containter .contitle .orgnazition {
            font-size: 12px;
            color: rgba(51, 51, 51, 1);
            font-weight: bold;
        }

        .containter .contitle .data-time {
            font-size: 12px;
            color: rgba(204, 204, 204, 1);
            font-family: Arial;
            margin-top: 6px;
            display: inline-block;
        }
        .containter .contitle .data-time span{
            margin-right: 5px;
        }

        .containter .contitle .read-count {
            font-size: 12px;
            color: rgba(204, 204, 204, 1);
            background-size: auto 100%;
            padding-left: 20px;
            position: absolute;
            right: 0;
            bottom: 0;
            display: inline-block;
        }

        .containter .image-text .draftDes {
            font-size: 14px;
            color: #969696;
            margin: 4% 10px;
            text-align: left;
        }

        .containter .image-text .detail {
            color: #323232;
            text-align: justify;
            line-height: 27px;
            height: auto;
            font-size: 14px;
            padding: 0 15px;
            position: relative;
        }

        .containter .image-text .detailInfo {
            padding: 0 15px;
            position: relative;
        }

        .containter .image-text .detailInfo img {
            width: 100%;
        }

        .containter .image-text .detailInfo .desc-box {
            font-size: 17px;
            margin: 15px 0;
            line-height: 27px;
            color: #323232;
            text-align: justify;
            padding: 0 15px;
        }

        .containter .image-text .detailInfo video {
            width: 100%;
        }

        .containter .image-text .detailInfo audio {
            width: 100%;
        }
        .qrcode-box{
            width: 200px;
            height: 230px;
            position: fixed;
            right: 50px;
            bottom: 50px;
            background: #f1f1f1;
            z-index: 2;
            text-align:center;
        }
        .qrcode-url{
            height: 30px;
            padding: 0 4px;
            line-height: 30px;
        }
        .qrcode-url input{
            background: #fff;
            height:20px;
            border: 1px solid #333;
        }
        .code{
            width: 160px;
            height: 160px;
            margin: 10px 20px;
        }

        .code canvas{
            width: 160px;
            height: 160px;
        }
        .main-box{
            /* min-width: 480px; */
  min-height: 650px;

        }
.main-box .video-box {
    width: 100%;
    height: 210px;
    position: fixed;
    top: 30px;
    left: 0;
    z-index: 2;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);}

    .main-box .video-box .video {
      height: 210px;
      width: 100%;
    }
    .main-box .content{
        width: 100%;
    position: relative;
    z-index: 1;
    top: 210px;
    }
    .main-box .content .video-des {
      min-height: 100px;
      padding: 10px;
      border-bottom: 4px solid #f2f2f2;}

      .main-box .content .video-t {
        margin-top: 10px;
        font-size: 20px;
        color: #6a6a6a;
        font-weight: bold;
        line-height: 1.5;
      }
      .main-box .content .video-s {
        font-size: 14px;
        color: #ccc;
        margin-top: 10px;
      }
      .main-box .content .video-n {
        font-size: 10px;
        color: #ccc;
        margin-top: 10px;
      }
      .prism-player{
        max-width: 480px;
        margin: 0 auto;
      }
