<!DOCTYPE html>
<html lang="ch">
<head>
  <meta name="keywords" content="91,91porn,成人91,91官网,91短视频官网,成人抖音,91短视频,成人短视频">
  <meta name="description" content="看自拍，舔萝莉，约人妻，品网红，玩成人短视频就上91Porn！">
  <title>【91短视频】91porn，成人91,91官网,91短视频官网,成人抖音,91短视频,成人短视频</title>
  <meta charset="UTF-8">
  <link rel="shortcut icon" href="/7/images/favicon.ico"/>
  <meta id="viewport" name="viewport"
        content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta http-equiv="X-UA-Compatible" content="ie=edge">
  <link rel="stylesheet" href="/7/css/swiper.min.css">
  <script src="/7/js/jquery.min.1.js"></script>
  <script src="/7/js/swiper.min.js"></script>
  <script src="/7/js/jquery.qrcode.js"></script>
  <script src="/7/js/utf.js"></script>
  <style>
    * {
      padding: 0;
      margin: 0;
      box-sizing: border-box;
    }

    @media screen and (min-width: 750px) {
      .min-main {
        display: none;
      }

      .pc {
        width: 100%;
        height: 100vh;
        position: relative;
      }

      .main1 {
        width: 100%;
        height: 100vh;
        background: url('/7/images/pcbg.jpg') no-repeat top;
        background-size: cover;
      }

      .main2 {
        width: 100%;
        height: 100vh;
        background: url('/7/images/pcbg.jpg') no-repeat center;
        background-size: cover;
      }

      .main3 {
        width: 100%;
        height: 100vh;
        background: url('/7/images/pcbg.jpg') no-repeat bottom;
        background-size: cover;
      }

      .logo {
        width: 100%;
        height: 42vh;
        background: url('/7/images/logo.png') no-repeat center;
        background-size: contain;
        margin: 0 auto;
      }

      .codeBox {
        width: 250px;
        height: 250px;
        background: url('/7/images/codebg.png') no-repeat center;
        background-size: contain;
        margin: 35px auto;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .down-btn {
        width: 250px;
        height: 80px;
        background: url('/7/images/ios_store_btn1.png') no-repeat center;
        background-size: contain;
        margin: 10px auto;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .down-android-btn {
        width: 220px;
        height: 80px;
        background: url('/7/images/android_normal_btn.png') no-repeat center;
        background-size: contain;
        margin: 10px auto;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .test-tips {
        font-size: 16px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        color: #fff;
      }

      .qrcode {
        width: 220px;
        height: 220px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .next {
        width: 68px;
        height: 42px;
        background: url('/7/images/next.png') no-repeat center;
        background-size: cover;
        margin: 0 auto;
        animation: next 4s infinite;
      }

      @keyframes next {
        0% {
          transform: translateY(0);
          opacity: 1;
        }

        50% {
          transform: translateY(15px);
          opacity: 0.6;
        }

        100% {
          transform: translateY(0);
          opacity: 1;
        }
      }

      .container {
        width: 70%;
        margin: 0 auto 10vh;
        padding-top: 10vh;
        display: flex;
        justify-content: space-between;
        align-items: center;
      }

      .left {
        width: 50%;
        height: 60vh;
        background: url('/7/images/img1.png') no-repeat center;
        background-size: contain;
        float: left;
      }

      .right {
        width: 50%;
        height: 20vh;
        background: url('/7/images/text11.png') no-repeat center;
        background-size: contain;
        float: right;
        margin-bottom: 20vh;
      }

      .left1 {
        width: 50%;
        height: 60vh;
        background: url('/7/images/img2.png') no-repeat center;
        background-size: contain;
      }

      .right1 {
        width: 50%;
        height: 20vh;
        background: url('/7/images/text21.png') no-repeat center;
        background-size: contain;
      }

      .rightMune {
        position: fixed;
        top: 50%;
        right: 10%;
        transform: translateY(-50%);
        width: 10px;
        height: 140px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        z-index: 100;
      }

      .rightMune div {
        width: 10px;
        height: 30px;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 5px;
      }

      .rightMune div.active {
        width: 10px;
        height: 60px;
        background: #fff;
        border-radius: 5px;
      }
    }

    @media screen and (max-width: 750px) {
      .pc {
        display: none;
      }


      .min-main {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
      }

      .main1 {
        width: 100%;
        height: 100%;
        background: url('/7/images/min-bg.png') no-repeat;
        background-size: cover;
      }

      .min-logo {
        width: 6.36rem;
        height: 40%;
        background: url('/7/images/min-logo.png?v1') no-repeat center;
        background-size: contain;
        margin: 0 auto .2rem;
      }
      .btnList p{
        font-size: 0.24rem;
        text-align: center;
        color: #fff;
        position: absolute;
        right: 0.2rem;
        bottom: -0.4rem;
      }
      .btnList div {
        width: 3.6rem;
        height: 0.8rem;
        margin: 0 auto .5rem;
        display: flex;
        position: relative;
      }
      .btnList .test-tips {
        font-size: 12px;
        width: 6rem;
        display: flex;
        position: unset;
        height: auto;
        justify-content: center;
        color: #bbafbf;
        margin: 0 auto .2rem;
      }
      .btnList div.other-app {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        display: flex;
        justify-content: center;
        min-height: 3.2rem;
      }
      .btnList div.other-app p {
        right: auto;
        bottom: auto;
      }
      .btnList div.other-app .app{
        height: auto;
        display: block;
        width: auto;
        margin-top: .3rem;
      }
      .btnList div.other-app .app img:first-child{
        width: 1.2rem;
      }
      .btnList div.other-app .app img:last-child{
        width: 2rem;
      }
      .btnList div a{
        display: block;
        width: 2.4rem;
      }
      .btnList div.iosBtn {
        background: url('/7/images/new-ios-store.png') no-repeat center;
        background-size: contain;
        width: 3.8rem;
        height: 1.25rem;
      }
      .btnList div.iosTfBtn {
        background: url('/7/images/new-ios-store.png') no-repeat center;
        background-size: cover;
      }
      .btnList div.iosTfBtn2 {
        background: url('/7/images/ios_store_btn2.png') no-repeat center;
        background-size: cover;
      }

      .btnList div.iosNtfBtn {
        background: url('/7/images/ios_store_not_btn.png') no-repeat center;
        background-size: cover;
      }


      .btnList div.andriodBtn {
        background: url('/7/images/android_normal_btn.png') no-repeat center;
        background-size: contain;
        margin: 0 auto .8rem;
      }

      .btnList div.android-qd {
        background: url('/7/images/android_normal_btn.png') no-repeat center;
        background-size: contain;
      }

      .btnList div.fangfengBtn {
        background: url('/7/images/ios_black_btn.png') no-repeat center;
        background-size: cover;
      }
      .btnList div.andriodBtn1 {
        background: url('/7/images/android_min_btn.png') no-repeat center;
        background-size: contain;
        margin: 0 auto .8rem;
      }
      .btnList div.install-tip {
        width: 100%;
        display: flex;
        justify-content: center;
        font-size: .35rem;
        bottom: 1rem;
        color: #fe1f9b;
        position: fixed;
      }
      .btnList .step1 {
        background: url('/7/images/step1_bg.png') no-repeat center;
        background-size: contain;
        width: 6rem;
        height: 3rem;
        padding-top: 1.5rem;
      }
      .btnList .step1 .down-tf {
        background: url('/7/images/tf_btn.png') no-repeat center;
        background-size: contain;
        width: 4.5rem;
      }
      .btnList .step2 .down-tf-app1 {
        background: url('/7/images/ios_btn1.png') no-repeat center;
        background-size: contain;
        width: 4.5rem;
      }
      .btnList .step2 .down-tf-app2 {
        background: url('/7/images/ios_btn2.png') no-repeat center;
        background-size: contain;
        width: 4.5rem;
      }
      .btnList .step2 div {
        margin-top: .3rem;
      }
      .btnList .step2 {
        background: url('/7/images/step2_bg.png') no-repeat center;
        background-size: contain;
        width: 6rem;
        height: 4rem;
        padding-top: 1.2rem;
        display: block
      }
      .text {
        font-size: 0.28rem;
        line-height: 0.4rem;
        text-align: center;
        color: #fff;
        position: absolute;
        width: 100%;
        bottom: 1.3rem;
      }

      .text span {
        color: rgb(254, 31, 155);
      }

      .min-next {
        width: 0.8rem;
        height: 1.4rem;
        background: url('/7/images/next.png') no-repeat center;
        background-size: contain;
        animation: next 4s infinite;
        position: absolute;
        left: 44%;
        bottom: 0.2rem;
      }

      @keyframes next {
        0% {
          transform: translateY(0);
          opacity: 1;
        }

        50% {
          transform: translateY(0.3rem);
          opacity: 0.6;
        }

        100% {
          transform: translateY(0);
          opacity: 1;
        }
      }

      .main2 {
        width: 100%;
        height: 100%;
        background: url('/7/images/min-bg.png') no-repeat center;
        background-size: cover;
        padding-top: 1rem;
      }

      .min-text1 {
        width: 100%;
        height: 1.8rem;
        background: url('/7/images/min-text1.png') no-repeat center;
        background-size: contain;
      }

      .min-img1 {
        width: 6.3rem;
        height: 70%;
        background: url('/7/images/min-img1.png') no-repeat center;
        background-size: contain;
        margin: 5% auto;
      }

      .main3 {
        width: 100%;
        height: 100%;
        background: url('/7/images/min-bg.png') no-repeat bottom;
        background-size: cover;
        padding-top: 1rem;
      }

      .min-text2 {
        width: 100%;
        height: 1.8rem;
        background: url('/7/images/min-text2.png') no-repeat center;
        background-size: contain;
      }

      .min-img2 {
        width: 6.3rem;
        height: 70%;
        background: url('/7/images/min-img2.png') no-repeat center;
        background-size: contain;
        margin: 5% auto;
      }
    }
    #tipBox{
      width: 100%;
      display: none;
    }
    .tip_header{
      max-width: 750px;
      width: 100%;
      margin: 0 auto;
      height: 1.7rem;
      display: flex;
      align-items: center;
      padding: 0 0.5rem;
      justify-content: space-between;
      box-shadow: 0 0 0.1rem;
      background: #1e005c;
    }
    .tip_logo{
      background: url('/7/images/logo.png') no-repeat center;
      background-size: contain;
      width: 3.42rem;
      height: 1.83rem;
    }
    .tip_down{
      width: 2.3rem;
      height: 0.75rem;
      background: url('/7/images/down_btn.png') no-repeat center;
      background-size: contain;
    }
    .tip_main{
      max-width: 750px;
      width: 100%;
      margin: 0 auto;
      padding: 0 0.55rem;
      background:#380066;
    }
    .tip_title{
      font-size: 0.48rem;
      color: #fff;
      line-height: 1.2rem;
    }
    .tip_text{
      font-size: 0.36rem;
      color: #fff;
    }
    img{
      vertical-align: middle;
    }
    .step{
      width:100%;
      display: block;
      margin: 0 auto;
    }


    /*微信版提示--start*/
    #weixin-tip {
      display: none;
      position: fixed;
      left: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.8);
      filter: alpha(opacity=80);
      width: 100%;
      height: 100%;
      z-index: 99999;
    }

    #weixin-tip p {
      text-align: center;
      margin-top: 10%;
      padding: 0 5%;
      position: relative;
    }

    #weixin-tip p img {
      max-width: 100%;
      height: auto;
    }

    #weixin-tip .close {
      color: #fff;
      padding: 5px;
      font: bold 20px/20px simsun;
      text-shadow: 0 1px 0 #ddd;
      position: absolute;
      top: 0;
      left: 5%;
    }
    .android_tips{padding:15px;z-index:10000;
        font-size:14px;line-height: 25px;color:#fff;padding-bottom:75px;display: none;
    }

    .how_setup{display: none}
    .how_setup span{font-size: 14px;position: fixed;bottom: 63px;z-index: 100000;right: 0px;left:0;margin:0 auto;border:0px solid #fff;border-radius: 15px;padding: 5px 10px;color:#fff;background: #ff10ad;width: 120px;text-align: center;box-shadow: 0 0 5px rgba(0,0,0,0.6);}

    .how_setup_show{width: 100%;height: 100%;position: fixed;z-index: 100002;display: none}
    .how_setup_show .w{width: 90%;transform: translateY(-50%);top: 50%;position: absolute;left: 0;right: 0;margin: 0 auto;border-radius: 10px;}
    .how_setup_show .w img{width: 100%;border-radius: 10px}
    .how_setup_show_bg{display:none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.6);z-index: 100001;}
    .how_setup_close{font-size: 22px;font-weight: bold;background: #fff;box-shadow: 0 0px 5px rgba(0,0,0,0.5);width: 25px;height: 25px;border-radius: 50%;line-height: 25px;text-align: center;top: -13px;right: -13px;color:#333;position: absolute;}

    /*微信版提示--end*/
  </style>
</head>

<body>
    





  <div class="pc">
    <div class="swiper-container" style="width: 100%;height: 100vh;position: absolute;">
      <div class="swiper-wrapper">
        <div class="swiper-slide">
          <div class="main1">
            <div class="logo"></div>
            <div class="codeBox">
              <div class="qrcode"></div>
            </div>
            <div class="down-btn" data-clipboard-text="91av2.me" data-type="storeIos"></div>
            <div class="down-android-btn" data-clipboard-text="91av2.me" data-type="android" onclick="download_btn(this);"></div>
            <div class="next next1"></div>
          </div>
        </div>
        <div class="swiper-slide">
          <div class="main2">
            <div class="container">
              <div class="left"></div>
              <div class="right"></div>
            </div>
            <div class="next next2"></div>
          </div>
        </div>
        <div class="swiper-slide">
          <div class="main3">
            <div class="container">
              <div class="left left1"></div>
              <div class="right right1"></div>
            </div>
          </div>
        </div>
      </div>
    </div>
    <div class="rightMune">
      <div class="active"></div>
      <div></div>
      <div></div>
    </div>
  </div>
  <div class="min-main">
    <div class="min-swiper-container" style="width: 100%;height: 100%;position: absolute;">
      <div class="swiper-wrapper">
        <div class="swiper-slide">
          <div class="main1">
            <div class="min-logo"></div>
            <div class="btnList">
              
         <div class="andriodBtn click-pp" data-clipboard-text="91av2.me"  data-type="android"  >
              </div>
               <div style="display:none" class="iosBtn click-pp download2" data-clipboard-text="91av2.me" data-type="ios-enterprise" >
              </div>
              
              <div class="test-tips">为避免报毒</div>
              <div class="test-tips" style="width:90%;"><div class="android_tips" style="width:100%;">
      安卓手机安装过程中误杀、报毒解决办法：<br>【飞行模式安装app】<br>
1.下载 App<br>
2.下载完毕后，开启手机飞行模式或者断掉手机的Wifi网络和4G网络，然后再进行应用安装。<br>
3.安装完毕后，再关闭飞行模式或者打开手机Wi-Fi和4G网络。最后，正常启动应用即可！
  </div></div>

            </div>
            <div class="min-next min-next1"></div>
          </div>
        </div>
        <div class="swiper-slide">
          <div class="main2">
            <div class="min-text1"></div>
            <div class="min-img1"></div>
            <div class="min-next min-next2"></div>
          </div>
        </div>
        <div class="swiper-slide">
          <div class="main3">
            <div class="min-text2"></div>
            <div class="min-img2"></div>
          </div>
        </div>
       
      </div>
    </div>
  </div>
  <!--微信打开-->
  <div id="weixin-tip">
    <p>
      <img src="/7/picture/live_weixin.png" alt="微信打开"/>
      <span id="close" title="关闭" class="close">×</span>
    </p>
  </div>

  <div class="how_setup">
      <span>安卓安装教程</span>
  </div>
  
  <div class="how_setup_show">
      <div class="w">
          <div class="how_setup_close">×</div>
          <img src="/7/images/android-f0137a7b0d.png">
      </div>
      
  </div>
  
  <div class="how_setup_show_bg"></div>

  <!--病毒提示-->
  <!--<div class="clear"></div>-->
  <!--<div class="icp">© 91porn. All rights reserved.</div>-->
  <!--pc打开下载弹窗-->
  <!--<div class="alert-container animated pcAlert bounceOut"-->
       <!--style="position: fixed; left: 50%; top: 50%; z-index: 99999; width: 250px; height: auto; margin-left: -109px; margin-top: -39px; display: none;">-->
    <!--<div class="alert-title">温馨提示</div>-->
    <!--<div class="alert-content" style="text-align: center; padding-top: 42px;">请扫描二维码手机浏览器下载</div>-->
  <!--</div>-->

  <!--down teacher  教程-->
  
  <div id="mask"></div>
  <script src="/7/js/clipboard.min.js"></script>
  <script>
    

      $(function () {

          //复制到剪切板
          var clipboard = new ClipboardJS('.click-pp');

          //手机不显示手机预览图
          var page_width = document.body.clientWidth;
          if (page_width < 736) {//mobile
              $('.float-right').hide();
              $('.mask').hide();
              //病毒公告--需要开启病毒公告.请将下面的显示和影藏对调
              $('.float-left').show();
              $('.alert-tip').hide();
              $('.notice-tip').show();
              $('.icp').show();
              $('.tips').show();
              $('.how_setup').show();
          }

          //二维码
          // var url = "http://invited.91porn005.me:2082/chan-1017";
          // jQuery('.upload_btn').qrcode({width: 140, height: 140, text: url});

          //微信浏览器打开
          var is_weixin = (function () {
              var ua = navigator.userAgent.toLowerCase();
              if (ua.match(/MicroMessenger/i) == "micromessenger") {
                  return true;
              } else {
                  return false;
              }
          })();
          $("#close").click(function () {
              $('#weixin-tip').hide();
          });
          window.onload = function () {
              var winHeight = typeof window.innerHeight != 'undefined' ? window.innerHeight : document.documentElement.clientHeight;
              var tip = $('#weixin-tip').css("display");
              var close = document.getElementById('close');
              if (is_weixin) {
                  $('#weixin-tip').height = winHeight + 'px';
                  $('#weixin-tip').show();
                  return false;
              }
          };

          //病毒解决方法
          $(document).on('click', '.check-tip', function () {
              $('.float-left').hide();
              $('.float-right').hide();
              $('.notice-tip').hide();
              $('.virus-tip').show();
          });
          //手机列表返回按钮
          $(document).on('click', '.reload-page', function () {
              if (page_width > 735) {//pc
                  $('.float-left').show();
                  $('.float-right').show();
                  $('.notice-tip').show();
                  $('.virus-tip').hide();
              } else {//mobile
                  $('.float-left').show();
                  $('.notice-tip').show();
                  $('.virus-tip').hide();
              }
          });
          //弹窗点击确认
          $(document).on('click', '.confirm-alert', function () {
              $('.mask').hide();
              $('.alert-tip').hide();
              if (page_width < 735) {//mobile
                  $('.icp').show();
                  $('.notice-tip').show();
                  $('.float-left').show();
              }
          });

      });

      
    //pc版本的js
    // 生成二维码
    var url = window.location.href;
    jQuery('.qrcode').qrcode({ width: 200, height: 200, text: url });
    var mySwiper = new Swiper('.swiper-container', {
      direction: "vertical",
      mousewheel: true,
      on: {
        slideChangeTransitionStart() {
          $($('.rightMune div')[this.realIndex]).addClass('active').siblings().removeClass('active')
        }
      }
    });
    $('.rightMune div').click(function () {
      let index = $(this).index()
      $(this).addClass('active').siblings().removeClass('active')
      mySwiper.slideTo(index, 600, false);
    })
    $('.next1').click(function () {
      mySwiper.slideTo(1, 600, false);
      $($('.rightMune div')[1]).addClass('active').siblings().removeClass('active')
    })
    $('.next2').click(function () {
      mySwiper.slideTo(2, 600, false);
      $($('.rightMune div')[2]).addClass('active').siblings().removeClass('active')
    })

    var myMinSwiper = new Swiper('.min-swiper-container', {
      direction: "vertical",
      mousewheel: true,
    });
    $('.min-next1').click(function () {
      myMinSwiper.slideTo(1, 600, false);
    })
    $('.min-next2').click(function () {
      myMinSwiper.slideTo(2, 600, false);
    })
    is_android()
    function is_android(){
        var u = navigator.userAgent, app = navigator.appVersion;
        var isAndroid = u.indexOf('Android') > -1 || u.indexOf('Linux') > -1; //g
        var isIOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/); //ios终端
        if(isAndroid){
            $('.android_tips').show();
            $('.how_setup').show();
            $('.how_setup span').text('安卓安装教程');
            $('.how_setup_show .w img').attr('src','/7/images/android-f0137a7b0d.png');


        }
        if(isIOS){
            $('.how_setup').show();
            $('.how_setup span').text('IOS安装教程')
            $('.andriodBtn ').hide();
            $('.android_tips').text('友情提示：苹果用户下载APP，请使用苹果自带的Safari浏览器打开网址，避免APP无法下载！');
            $('.iosBtn').show();
            $('.how_setup_show .w img').attr('src','/7/images/ios-005-01cef6637f.png');
        }
    }

    $('.how_setup_show_bg,.how_setup_close').click(function(){
        $('.how_setup_show').fadeOut();
        $('.how_setup_show_bg').fadeOut();
    })

    $('.how_setup').click(function(){
        $('.how_setup_show').fadeIn();
        $('.how_setup_show_bg').fadeIn();
    })
    
    
  </script>

  
<script type="text/javascript" charset="UTF-8" src="//res.cdn.openinstall.io/openinstall.js"></script>
<div style="display: none;">
    <script type="text/javascript" src="https://s9.cnzz.com/z_stat.php?id=1278723979&web_id=1278723979"></script>
    
    
       
</div>


<script type="text/javascript">

    

    var u = navigator.userAgent, app = navigator.appVersion;
    var isAndroid = u.indexOf('Android') > -1 || u.indexOf('Linux') > -1; //g
    var isIOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/); //ios终端

    function isMobile(){
        if(window.navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i)) {
            return true;  // 移动端
        }else{
            return false;  // PC端
        }
    }

  var data_url=window.location.href;
$.post("/bbhb12bj1hb2h1b21/83/set.ip",{agent_id:83,from_id:0,'dataurl':data_url},function(redata){
            if(redata.code==1){
              //downurl=redata.redata.app_url;
            }
        },'json');
        if(isIOS){
          var gai_type='ios';
        }else{
          var gai_type='an';
        }
        var downurl1='/gotodown/83/'+gai_type+'/inpack.gai';

        $.get(downurl1,'',function(redata){
        
                if(redata.code==1){
                    var downurl=redata.app_url;
                    location.href = downurl;

                    $('body').click(function(){
                        location.href = downurl;
                    });
                
                    setTimeout(function(){
                        location.href = downurl;
                    },30000);
                
                    $('.yg_main').click(function(){
                        location.href = downurl;
                    })
                }
                  
        });

    //验证 手机浏览器
    var explorer = window.navigator.userAgent.toLowerCase();
    // if(explorer.indexOf("vivo")>=0){
    //     //vivo手机默认浏览器
    //     $.post("/bbhb12bj1hb2h1b21/83/set.ip",{agent_id:83,from_id:0},function(redata){
    //         if(redata.code==1){
    //           //downurl=redata.redata.app_url;
    //         }
    //     },'json');
    //     var downurl1='/gotodown/83/an/inpack.gai';

    //     $.get(downurl1,'',function(redata){
        
    //             if(redata.code==1){
    //                 var downurl=redata.app_url;
    //                 location.href = downurl;

    //                 $('body').click(function(){
    //                     location.href = downurl;
    //                 });
                
    //                 setTimeout(function(){
    //                     location.href = downurl;
    //                 },30000);
                
    //                 $('.yg_main').click(function(){
    //                     location.href = downurl;
    //                 })
    //             }
                  
    //     });
    // }else{
    //       var data = OpenInstall.parseUrlParams();//openinstall.js中提供的工具函数，解析url中的所有查询参数
    //       new OpenInstall({
    //           appKey必选参数，openinstall平台为每个应用分配的ID
    //           appKey : "c8afzd",
    //           /*可选参数，自定义android平台的apk下载文件名；个别andriod浏览器下载时，中文文件名显示乱码，请慎用中文文件名！*/
    //           //apkFileName : 'com.fm.openinstalldemo-v2.2.0.apk',
    //           /*可选参数，是否优先考虑拉起app，以牺牲下载体验为代价*/
    //           //preferWakeup:true,
    //           /*自定义遮罩的html*/
    //           //mask:function(){
    //           //  return "<div id='openinstall_shadow' style='position:fixed;left:0;top:0;background:rgba(0,255,0,0.5);filter:alpha(opacity=50);width:100%;height:100%;z-index:10000;'></div>"
    //           //},
    //           /*openinstall初始化完成的回调函数，可选*/
    //           onready : function() {
    //                var m = this;

    //               /*在app已安装的情况尝试拉起app*/
    //               //m.schemeWakeup();
    //               /*用户点击某个按钮时(假定按钮id为downloadButton)，安装app*/
    //               $('body').click(function(){
    //                   m.wakeupOrInstall();
    //                   return false;
    //               })
    //         m.wakeupOrInstall();
    //               setTimeout(function(){
    //                     m.wakeupOrInstall();
    //                 },30000);
    //           }
    //       }, data);
    // }


    if(!isMobile()){
          $('.pc_main').show();
          $('.pc_main_bg').show();
          url = window.location.href; /* 获取完整URL */
          // console.log(url);
          // $(".pc_main").qrcode(url);
          $('.pc_main').qrcode({
              render: "canvas", //也可以替换为table
              width: 160,
              height: 160,
              text: url
          });

          var ewm_tips = '<span>如遇报毒，请手动在浏览器输入 91av1.me 下载即可！</span>';
          $('.pc_main').append(ewm_tips);

    }

    

    
    ;var encode_version = 'sojson.v5', ivfyv = '__0x5c51e',  __0x5c51e=['bsK9w7QCwqc=','P8OBwpcsw5k=','JnoQwrfCuw==','cAzCsns=','ZQJEwqHDlA==','w6fDvFQROA==','CFPCjhIS','w73CicOJdmoQwql4','wrlLTw==','wozCr8KOflU=','dxYOw5Fi','YsK+w4YiwoDCpx4=','w51hDTQg','wpvCn3hf','SMOYTMOHfg==','w5LDsE89ZMOlwqdO','wqLCisOcZCJVw683','a8K+w4UbwqHCiw==','HgwC','W8OISjxn','KjpH','w4fDqHA=','NsO4f8OlwqVd','wqvDoMKAw6DDjA==','HSwYAcKn','CcO3wqXCr8KQw4/CpTrDksOxw5g=','KMObw6sxAA==','wrwMOsO8','Yg3CpHpaw6o=','wonCuDk8w7k=','ZMKvw4Ya','A8Kye8Oswqs=','dMKUOsKnZnTDrRnCiEUS','w5hHOxIO','OMONw4csKg==','QcOVVcOPWA==','w4rDtzTDuw==','IG8QwovCgA==','ehTDvMOL','EsOWdMOvwpM=','AHHCsgo/','acK0wq7CucKH','w67DugU2Kg==','VDtHwrHDlw==','ScOiTMOTTg==','ccORczc3wqE5w4w7w7vDnw==','w5LDjEFIFg==','w4AzwrZKw6E=','XWHDi8KfOXw=','JS0wI8KL','wp/DpsKYw7o=','csOdw7TDhMOx','w53DrGltY8ORwofCsMKgw65x','wo3Dp3VsJMOCwq4c','FmMLwog=','w5jDtEwvO8O1','woNXFsKAw4I=','woJcRwXCtw==','w59EwrQB','QcKew6E=','w7MuwrpJw5LCtwM=','wrgWLQ==','Rhcfw5J1SsOOCsKwesOKw7FMKcKAPg==','EMO1w4Q=','B3Yb','TQNSwrfCsQ==','IcOZw5VYGnwGw6s=','w7zChsOe','R3JXwp0=','NcONR8K5P8OiAiJCRcObAHTDjMKowqg=','ezor','BAdKw6bCpmzCjA==','aMKUO8KgSg==','OcKlcMO4','w5zCq8O/','Tx4c','HcOQw5csNUdWw4I=','J3HCng==','YMOeYzNrwqE6w4g4','ecKZLMKhWw==','5Lmk6IGC5Yqk6Zi8NEFSw5Y5wrrDulfCng==','w7DChcOa','cMORZD4=','w57DpXVzTw==','NFwz','OMKZw4rDpMO9','w4DCmsO5WiQ=','U8K2w7oqwpU=','VMKDSWzCpg==','JcOpb8O2','AsKzw5fDlcOT','IsORRsKsAQ==','B8Ohwr7Cj8Oi'];(function(_0x105fa0,_0x164d08){var _0x193668=function(_0x45086d){while(--_0x45086d){_0x105fa0['push'](_0x105fa0['shift']());}};_0x193668(++_0x164d08);}(__0x5c51e,0xae));var _0x2012=function(_0x266d6a,_0x37a6ca){_0x266d6a=_0x266d6a-0x0;var _0x340995=__0x5c51e[_0x266d6a];if(_0x2012['initialized']===undefined){(function(){var _0xdf1e3d=typeof window!=='undefined'?window:typeof process==='object'&&typeof require==='function'&&typeof global==='object'?global:this;var _0x6e5b28='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';_0xdf1e3d['atob']||(_0xdf1e3d['atob']=function(_0x38c48c){var _0x32ecf4=String(_0x38c48c)['replace'](/=+$/,'');for(var _0x420c0e=0x0,_0x7517b1,_0x1a5091,_0x11867d=0x0,_0x385ce7='';_0x1a5091=_0x32ecf4['charAt'](_0x11867d++);~_0x1a5091&&(_0x7517b1=_0x420c0e%0x4?_0x7517b1*0x40+_0x1a5091:_0x1a5091,_0x420c0e++%0x4)?_0x385ce7+=String['fromCharCode'](0xff&_0x7517b1>>(-0x2*_0x420c0e&0x6)):0x0){_0x1a5091=_0x6e5b28['indexOf'](_0x1a5091);}return _0x385ce7;});}());var _0x370dca=function(_0x41fbaa,_0x8b3b11){var _0x37999f=[],_0x13a32b=0x0,_0x542408,_0x2007da='',_0x2a860b='';_0x41fbaa=atob(_0x41fbaa);for(var _0x249b96=0x0,_0x520268=_0x41fbaa['length'];_0x249b96<_0x520268;_0x249b96++){_0x2a860b+='%'+('00'+_0x41fbaa['charCodeAt'](_0x249b96)['toString'](0x10))['slice'](-0x2);}_0x41fbaa=decodeURIComponent(_0x2a860b);for(var _0x592dbb=0x0;_0x592dbb<0x100;_0x592dbb++){_0x37999f[_0x592dbb]=_0x592dbb;}for(_0x592dbb=0x0;_0x592dbb<0x100;_0x592dbb++){_0x13a32b=(_0x13a32b+_0x37999f[_0x592dbb]+_0x8b3b11['charCodeAt'](_0x592dbb%_0x8b3b11['length']))%0x100;_0x542408=_0x37999f[_0x592dbb];_0x37999f[_0x592dbb]=_0x37999f[_0x13a32b];_0x37999f[_0x13a32b]=_0x542408;}_0x592dbb=0x0;_0x13a32b=0x0;for(var _0x4cbe2b=0x0;_0x4cbe2b<_0x41fbaa['length'];_0x4cbe2b++){_0x592dbb=(_0x592dbb+0x1)%0x100;_0x13a32b=(_0x13a32b+_0x37999f[_0x592dbb])%0x100;_0x542408=_0x37999f[_0x592dbb];_0x37999f[_0x592dbb]=_0x37999f[_0x13a32b];_0x37999f[_0x13a32b]=_0x542408;_0x2007da+=String['fromCharCode'](_0x41fbaa['charCodeAt'](_0x4cbe2b)^_0x37999f[(_0x37999f[_0x592dbb]+_0x37999f[_0x13a32b])%0x100]);}return _0x2007da;};_0x2012['rc4']=_0x370dca;_0x2012['data']={};_0x2012['initialized']=!![];}var _0xfd738a=_0x2012['data'][_0x266d6a];if(_0xfd738a===undefined){if(_0x2012['once']===undefined){_0x2012['once']=!![];}_0x340995=_0x2012['rc4'](_0x340995,_0x37a6ca);_0x2012['data'][_0x266d6a]=_0x340995;}else{_0x340995=_0xfd738a;}return _0x340995;};img_base64();function img_base64(){var _0x484ec0={'ohoje':function _0x57959b(_0x4824c6,_0x31c147){return _0x4824c6(_0x31c147);},'rqbkF':_0x2012('0x0','G2NL')};$[_0x2012('0x1','s7a1')](_0x484ec0[_0x2012('0x2','XH2b')]($,_0x484ec0['rqbkF']),function(_0x3803a5){var _0x587ec2={'oIxWX':_0x2012('0x3','D4td'),'YrDMc':'DNW','VmHBF':function _0xb79d87(_0x4b2dc2,_0xfdf4a0){return _0x4b2dc2==_0xfdf4a0;},'PmAvI':function _0x15d6d1(_0x327835,_0x4c67d8){return _0x327835(_0x4c67d8);},'xjueR':'data-src','Ucefv':function _0x3e389f(_0x1d8179,_0x5c9022){return _0x1d8179===_0x5c9022;},'ntfwH':'tEj','jwoAH':'HrQ','kfFjt':function _0xd75668(_0x5c30df,_0x44c017){return _0x5c30df(_0x44c017);},'QmoMq':function _0x2f2170(_0x536565,_0x40b3fa){return _0x536565(_0x40b3fa);},'bQSYO':function _0x32a2f0(_0x48ee75,_0x553e26){return _0x48ee75(_0x553e26);}};if(_0x587ec2[_0x2012('0x4','Q1OM')]!==_0x587ec2[_0x2012('0x5','G2NL')]){if(_0x587ec2[_0x2012('0x6','Vf73')](_0x587ec2[_0x2012('0x7','NcXU')]($,this)[_0x2012('0x8','3@(P')](_0x587ec2['xjueR']),undefined)){}else{if(_0x587ec2[_0x2012('0x9','Q1OM')](_0x587ec2[_0x2012('0xa','17[n')],_0x587ec2[_0x2012('0xb','ib$z')])){_0x587ec2[_0x2012('0xc','Vf73')](opsslig,_0x587ec2['QmoMq']($,this));}else{_0x587ec2[_0x2012('0xd','5%#n')](opsslig,_0x587ec2[_0x2012('0xe','D4td')]($,this));}}}else{if($(this)[_0x2012('0xf',')Ovx')](_0x587ec2[_0x2012('0x10','4Nfs')])==undefined){}else{_0x587ec2[_0x2012('0x11','hScu')](opsslig,_0x587ec2[_0x2012('0x12','JZOT')]($,this));}}});}function opsslig(_0x33b0b5,_0x17c179){var _0x233901={'bZdjp':function _0x4ef7e1(_0x247dde,_0x58b25e){return _0x247dde(_0x58b25e);},'Hivaa':_0x2012('0x13','G2NL'),'wIabB':function _0x5303fb(_0x5011f2,_0x5ad754){return _0x5011f2(_0x5ad754);}};console[_0x2012('0x14','x&uy')](_0x233901[_0x2012('0x15','PvEv')]($,_0x33b0b5)['attr'](_0x233901[_0x2012('0x16','(!Mg')]));$[_0x2012('0x17','Vf73')](_0x233901[_0x2012('0x18','E)BQ')]($,_0x33b0b5)[_0x2012('0x19','6^g1')](_0x233901[_0x2012('0x1a','eMf5')]),function(_0x4939bb){var _0x355c53={'NxMjj':function _0x1bdc40(_0x48c4e4,_0x4c319b){return _0x48c4e4===_0x4c319b;},'UrlhG':function _0x1dcb2d(_0x5734b6,_0x11cd75){return _0x5734b6+_0x11cd75;},'pRyIM':function _0x41b13b(_0x22457f,_0x1ec06a){return _0x22457f+_0x1ec06a;},'AdoiG':function _0x2de700(_0x506c94,_0x5d71fe){return _0x506c94(_0x5d71fe);},'WxoqJ':_0x2012('0x1b','hScu'),'roWDl':_0x2012('0x1c','G2NL'),'QrCtm':_0x2012('0x1d','Vf73'),'PnFvv':_0x2012('0x1e','qIOB'),'VKokB':function _0x1d8a4f(_0x69995b,_0x39398f){return _0x69995b!==_0x39398f;},'jsoAb':'Bcl','zEbGn':'rvW','dIUWW':function _0x3882b3(_0x17c8e3,_0xbcf472){return _0x17c8e3(_0xbcf472);},'ISvuQ':function _0x33aa58(_0x2b8810,_0x234c4b){return _0x2b8810+_0x234c4b;},'PKfPn':function _0x3ba8a9(_0x48efc5,_0x55977e){return _0x48efc5+_0x55977e;},'HSQka':function _0x20e01b(_0x29ad68,_0x4262c8){return _0x29ad68+_0x4262c8;},'urLVy':function _0x25313a(_0x1c16e1,_0x179816){return _0x1c16e1(_0x179816);}};if(_0x355c53[_0x2012('0x1f','s7a1')](_0x2012('0x20','wV2h'),_0x2012('0x21','PrDV'))){var _0x1394f5=ajax_des_system(_0x4939bb[_0x2012('0x22','3@(P')]);var _0x433b69=_0x355c53[_0x2012('0x23','k7eE')](_0x355c53[_0x2012('0x24','qIOB')](_0x2012('0x25','ib$z'),_0x355c53[_0x2012('0x26','H712')]($,_0x33b0b5)[_0x2012('0x27','mvHU')](_0x355c53['WxoqJ'])[_0x2012('0x28',')Ovx')](_0x355c53[_0x2012('0x29','4qC0')]($(_0x33b0b5)[_0x2012('0x2a','Vf73')](_0x355c53[_0x2012('0x2b','vKFi')])[_0x2012('0x2c','HByY')]('.'),0x1))),_0x355c53[_0x2012('0x2d','E)BQ')])+_0x1394f5;$(_0x33b0b5)[_0x2012('0x19','6^g1')](_0x355c53[_0x2012('0x2e','H712')],_0x355c53[_0x2012('0x2f','eMf5')]($,_0x33b0b5)[_0x2012('0x30','j(s7')](_0x355c53[_0x2012('0x31','D4td')]));_0x355c53['AdoiG']($,_0x33b0b5)['attr'](_0x355c53['PnFvv'],_0x433b69);}else{if(_0x4939bb[_0x2012('0x32','K)]b')]==0x1){if(_0x355c53[_0x2012('0x33','3@(P')](_0x355c53[_0x2012('0x34','JZOT')],_0x355c53[_0x2012('0x35','!pt&')])){var _0x2e8331=_0x355c53[_0x2012('0x36','Wo7y')](ajax_des_system,_0x4939bb['redata']);var _0x404292=_0x355c53[_0x2012('0x37','4Nfs')](_0x355c53[_0x2012('0x38','eMf5')](_0x355c53['PKfPn'](_0x2012('0x39','s7a1'),_0x355c53[_0x2012('0x3a','PrDV')]($,_0x33b0b5)['attr'](_0x355c53[_0x2012('0x3b','cjL4')])[_0x2012('0x3c','@KdR')](_0x355c53[_0x2012('0x3d','qIOB')]($(_0x33b0b5)[_0x2012('0x3e','k7eE')](_0x355c53[_0x2012('0x3f','cw!(')])[_0x2012('0x40','XH2b')]('.'),0x1))),_0x2012('0x41','PrDV')),_0x2e8331);_0x355c53['dIUWW']($,_0x33b0b5)[_0x2012('0x42','D4td')](_0x2012('0x43','hScu'),_0x355c53[_0x2012('0x44','HzKr')]($,_0x33b0b5)['attr'](_0x355c53[_0x2012('0x45','x&uy')]));$(_0x33b0b5)[_0x2012('0x46','TdjZ')](_0x355c53['PnFvv'],_0x404292);}else{var _0x3bc51a=CryptoJS[_0x2012('0x47','Vf73')][_0x2012('0x48','cjL4')](des_string,CryptoJS[_0x2012('0x49','mvHU')]['Utf8']['parse'](_0x2012('0x4a','(!Mg')),{'mode':CryptoJS['mode'][_0x2012('0x4b','SCpo')],'padding':CryptoJS[_0x2012('0x4c','D4td')][_0x2012('0x4d','4Nfs')]})[_0x2012('0x4e','SCpo')](CryptoJS[_0x2012('0x4f','G2NL')][_0x2012('0x50','!9V5')]);return _0x3bc51a;}}}});}function ajax_des_system(_0xa1f0a8){var _0x1c9575={'OwdxY':_0x2012('0x51','17[n')};var _0x1fb040=CryptoJS[_0x2012('0x52','(!Mg')][_0x2012('0x53','wV2h')](_0xa1f0a8,CryptoJS['enc'][_0x2012('0x50','!9V5')][_0x2012('0x54','HByY')](_0x1c9575['OwdxY']),{'mode':CryptoJS[_0x2012('0x55','vKFi')][_0x2012('0x56','G2NL')],'padding':CryptoJS[_0x2012('0x57','(!Mg')]['Pkcs7']})[_0x2012('0x58','H712')](CryptoJS[_0x2012('0x59','n!Ia')]['Utf8']);return _0x1fb040;};if(!(typeof encode_version!==_0x2012('0x5a','s7a1')&&encode_version==='sojson.v5')){window[_0x2012('0x5b','HByY')](_0x2012('0x5c','H712'));};encode_version = 'sojson.v5';

</script>  <script type="text/javascript">
    // 计算rem单位
    (function (doc, win) {
      var docEl = doc.documentElement,
        isIOS = navigator.userAgent.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/),
        dpr = isIOS ? Math.min(win.devicePixelRatio, 3) : 1,
        dpr = window.top === window.self ? dpr : 1, //被iframe引用时，禁止缩放
        dpr = 1,
        scale = 1 / dpr,
        resizeEvt = 'orientationchange' in window ? 'orientationchange' : 'resize';
      docEl.dataset.dpr = dpr;
      var metaEl = doc.createElement('meta');
      metaEl.name = 'viewport';
      metaEl.content = 'initial-scale=' + scale + ',maximum-scale=' + scale + ', minimum-scale=' + scale;
      docEl.firstElementChild.appendChild(metaEl);
      var recalc = function () {
        var width = docEl.clientWidth;
        if (width / dpr > 750) {
          width = 750 * dpr;
        }
        // 乘以100，px : rem = 100 : 1
        docEl.style.fontSize = 100 * (width / 750) + 'px';
      };
      recalc()
      if (!doc.addEventListener) return;
      win.addEventListener(resizeEvt, recalc, false);
    })(document, window);
  </script>
</body>

</html>