<!DOCTYPE html>
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
<meta content="yes" name="apple-mobile-web-app-capable">
<meta content="black" name="apple-mobile-web-app-status-bar-style">
<meta content="telephone=no" name="format-detection">
<title>聚合影视 影视VIP全聚合!</title>
<script>
!function (e) {
function t(n) {
if (i[n]) return i[n].exports;
var r = i[n] = { exports: {}, id: n, loaded: !1 };
return e[n].call(r.exports, r, r.exports, t), r.loaded = !0, r.exports
}
var i = {};
return t.m = e, t.c = i, t.p = "", t(0)
}([function (e, t) {
"use strict";
Object.defineProperty(t, "__esModule", { value: !0 });
var i = window;
t["default"] = i.vl = function (e, t) {
var n = e || 100, r = t || 690, a = i.document, d = navigator.userAgent,
o = d.match(/Android[\S\s]+AppleWebkit\/(\d{3})/i), l = d.match(/U3\/((\d+|\.){5,})/i),
s = l && parseInt(l[1].split(".").join(""), 10) >= 80, u = a.documentElement, c = 1;
if (o && o[1] > 534 || s) {
u.style.fontSize = n + "px";
var p = a.createElement("div");
p.setAttribute("style", "width: 1rem;display:none"), u.appendChild(p);
var m = i.getComputedStyle(p).width;
if (u.removeChild(p), m !== u.style.fontSize) {
var v = parseInt(m, 10);
c = 100 / v
}
}
var f = a.querySelector('meta[name="viewport"]');
f || (f = a.createElement("meta"), f.setAttribute("name", "viewport"), a.head.appendChild(f)), f.setAttribute("content", "width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1");
var h = function () {
u.style.fontSize = n / r * u.clientWidth * c + "px"
};
h(), i.addEventListener("resize", h)
}, e.exports = t["default"]
}]);
vl(100, 690);
</script>
<link rel="stylesheet" href="reset.css">
<style type="text/css">
html,
body {
width: 100%;
height: 100%;
background: #f0433d;
position: relative;
}
.download-box {
width: 100%;
}
.download-scroll {
width: 100%;
height: 0.66rem;
background: #f0433d;
}
.download-content {
padding: 0.3rem 0;
}
.download-title {
text-align: center;
color: #fff;
}
.download-title dt,
.download-title dd {
margin-bottom: 0.2rem;
}
.download-title dt span:nth-child(1) {
font-size: 0.44rem;
}
.download-title dt span:nth-child(2) {
font-size: 0.28rem;
}
.download-title dd span:nth-child(1) {
font-size: 0.58rem;
}
.download-titleImg img {
width: 4.18rem;
}
.download-titleBg {
width: 4.84rem;
height: 0.9rem;
background: url("http://img.isryun.com/images/2020/06/03/downloadyellowbg.png") no-repeat center;
background-size: 100% 100%;
text-align: center;
margin: 0 auto;
font-size: 0.35rem;
line-height: 0.9rem;
font-weight: bold;
}
.download-title dd.download-titleBg span {
font-size: 0.3rem;
line-height: 0.7rem;
}
.download-money {
width: 5.38rem;
height: 1.57rem;
background: url("http://img.isryun.com/images/2020/06/03/download-money.png") no-repeat center;
background-size: 100% 100%;
margin: 0 auto;
display: flex;
justify-content: space-around;
align-items: center;
}
.download-money span {
display: block;
}
.download-money span:nth-child(1) {
font-size: 0.46rem;
color: #f04d47;
}
.download-money span:nth-child(2) {
font-size: 0.2rem;
color: #797878;
}
.download-money span.money-num {
font-size: 0.5rem;
}
.money-num b {
font-size: 0.28rem;
margin-left: 0.05rem;
}
.download-withdraw {
width: 1.8rem;
height: 0.54rem;
padding: 0.12rem 0.3rem;
background: #f0433d;
border-radius: 0.3rem;
color: #fff;
display: block;
font-size: 15px;
line-height: 0.3rem;
text-align: center;
}
.download-input {
width: 5.38rem;
border-radius: 0.2rem;
margin: 0.65rem auto 0.35rem;
position: relative;
padding-top: 0.01rem;
}
.download-input div {
margin: 0.1rem 0;
position: relative;
}
.download-input input {
border: 0;
border-radius: 0.2rem;
width: 5.38rem;
height: 0.95rem;
padding-left: 0.7rem;
color: #979797;
margin: -1px;
}
.download-input .download-phone {
position: absolute;
top: 32%;
left: 0.3rem;
height: 0.32rem;
}
.download-input .download-wrong {
position: absolute;
top: 25%;
right: 0.3rem;
width: 0.38rem;
height: 0.38rem;
display: none;
}
input.vcode-btn {
display: inline-block;
width: 2.75rem;
position: absolute;
right: 0px;
top: 0;
text-align: center;
padding: 0.2rem;
font-size: 0.25rem;
color: #f0433d;
background: #fff;
border-left: 1px solid #f1f1f1;
border-radius: 0;
}
.download-app {
width: 5.38rem;
height: 0.95rem;
line-height: 0.95rem;
background: #fff438;
border-radius: 0.5rem;
margin: 0 auto 0.4rem;
text-align: center;
}
.download-appAnimation {
animation: scaleDraw 0.5s ease-in infinite;
}
@keyframes scaleDraw {
0% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}
.download-app span {
display: block;
color: #db1835;
font-size: 0.38rem;
font-weight: bold;
}
.download-remark {
font-size: 0.26rem;
line-height: 0.42rem;
color: #fff;
text-align: center;
}
.wrong-txt {
width: 100%;
font-size: 16px;
color: yellow;
position: absolute;
top: -40px;
text-align: center;
display: none;
}
.download-modal {
width: 6.9rem;
height: 100%;
background: rgba(0, 0, 0, 0.5);
position: fixed;
top: 0;
z-index: 100;
display: none;
}
.download-modal div {
width: 70%;
height: 30%;
background: #fff