3057 lines
122 KiB
Markdown
3057 lines
122 KiB
Markdown
(function() {
|
||
var h = {}
|
||
, mt = {}
|
||
, c = {
|
||
id: "08a05dadf3e5b6d1c99fc4d862897e31",
|
||
dm: ["720yun.com"],
|
||
js: "tongji.baidu.com/hm-web/js/",
|
||
etrk: ["%7b%22https%3a%5c%2f%5c%2f720yun.com%5c%2ft%5c%2f*%22%3a%5b%22%23app%3ediv%5b9%5d%3eimg%22%5d%7d"],
|
||
cetrk: [],
|
||
cptrk: [],
|
||
icon: '',
|
||
ctrk: ["%5b%22https%3a%5c%2f%5c%2f720yun.com%22%2c%22https%3a%5c%2f%5c%2f720yun.com%5c%2fvip%22%2c%22https%3a%5c%2f%5c%2f720yun.com%5c%2fmy%5c%2fhome%22%5d"],
|
||
vdur: 1800000,
|
||
age: 31536000000,
|
||
qiao: 0,
|
||
pt: 0,
|
||
spa: 1,
|
||
aet: '',
|
||
hca: '3D350F1E62EFCEFE',
|
||
ab: '0',
|
||
v: 1
|
||
};
|
||
var s = void 0
|
||
, t = !0
|
||
, u = null
|
||
, x = !1;
|
||
mt.cookie = {};
|
||
mt.cookie.set = function(e, a, b) {
|
||
var k;
|
||
b.C && (k = new Date,
|
||
k.setTime(k.getTime() + b.C));
|
||
document.cookie = e + "=" + a + (b.domain ? "; domain=" + b.domain : "") + (b.path ? "; path=" + b.path : "") + (k ? "; expires=" + k.toGMTString() : "") + (b.ec ? "; secure" : "")
|
||
}
|
||
;
|
||
mt.cookie.get = function(e) {
|
||
return (e = RegExp("(^| )" + e + "=([^;]*)(;|$)").exec(document.cookie)) ? e[2] : u
|
||
}
|
||
;
|
||
mt.cookie.rb = function(e, a) {
|
||
try {
|
||
var b = "Hm_ck_" + +new Date;
|
||
mt.cookie.set(b, "42", {
|
||
domain: e,
|
||
path: a,
|
||
C: s
|
||
});
|
||
var k = "42" === mt.cookie.get(b) ? "1" : "0";
|
||
mt.cookie.set(b, "", {
|
||
domain: e,
|
||
path: a,
|
||
C: -1
|
||
});
|
||
return k
|
||
} catch (d) {
|
||
return "0"
|
||
}
|
||
}
|
||
;
|
||
mt.event = {};
|
||
mt.event.c = function(e, a, b, k) {
|
||
e.addEventListener ? e.addEventListener(a, b, k || x) : e.attachEvent && e.attachEvent("on" + a, function(d) {
|
||
b.call(e, d)
|
||
})
|
||
}
|
||
;
|
||
(function() {
|
||
var e = mt.event;
|
||
mt.lang = {};
|
||
mt.lang.i = function(a, b) {
|
||
return "[object " + b + "]" === {}.toString.call(a)
|
||
}
|
||
;
|
||
mt.lang.j = function(a) {
|
||
return mt.lang.i(a, "Function")
|
||
}
|
||
;
|
||
mt.lang.J = function(a) {
|
||
return mt.lang.i(a, "Object")
|
||
}
|
||
;
|
||
mt.lang.Xb = function(a) {
|
||
return mt.lang.i(a, "Number") && isFinite(a)
|
||
}
|
||
;
|
||
mt.lang.Z = function(a) {
|
||
return mt.lang.i(a, "String")
|
||
}
|
||
;
|
||
mt.lang.isArray = function(a) {
|
||
return mt.lang.i(a, "Array")
|
||
}
|
||
;
|
||
mt.lang.n = function(a) {
|
||
return a.replace ? a.replace(/'/g, "'0").replace(/\*/g, "'1").replace(/!/g, "'2") : a
|
||
}
|
||
;
|
||
mt.lang.trim = function(a) {
|
||
return a.replace(/^\s+|\s+$/g, "")
|
||
}
|
||
;
|
||
mt.lang.find = function(a, b, k) {
|
||
if (mt.lang.isArray(a) && mt.lang.j(b))
|
||
for (var d = a.length, f = 0; f < d; f++)
|
||
if (f in a && b.call(k || a, a[f], f))
|
||
return a[f];
|
||
return u
|
||
}
|
||
;
|
||
mt.lang.X = function(a, b) {
|
||
return mt.lang.find(a, function(k) {
|
||
return k === b
|
||
}) != u
|
||
}
|
||
;
|
||
mt.lang.filter = function(a, b) {
|
||
var k = -1
|
||
, d = 0
|
||
, f = a == u ? 0 : a.length
|
||
, g = [];
|
||
if (mt.lang.j(b))
|
||
for (; ++k < f; ) {
|
||
var l = a[k];
|
||
b(l, k, a) && (g[d++] = l)
|
||
}
|
||
return g
|
||
}
|
||
;
|
||
mt.lang.unique = function(a, b) {
|
||
var k = a.length, d = a.slice(0), f, g;
|
||
for (mt.lang.j(b) || (b = function(b, d) {
|
||
return b === d
|
||
}
|
||
); 0 < --k; ) {
|
||
g = d[k];
|
||
for (f = k; f--; )
|
||
if (b(g, d[f])) {
|
||
d.splice(k, 1);
|
||
break
|
||
}
|
||
}
|
||
return d
|
||
}
|
||
;
|
||
mt.lang.$b = function(a, b) {
|
||
function k(b) {
|
||
b = (d + d + Number(b).toString(2)).slice(-64);
|
||
return [parseInt(b.slice(0, 32), 2), parseInt(b.slice(-32), 2)]
|
||
}
|
||
var d = "00000000000000000000000000000000"
|
||
, f = k(a)
|
||
, g = k(b);
|
||
return parseInt((d + ((f[0] | g[0]) >>> 0).toString(2)).slice(-32) + (d + ((f[1] | g[1]) >>> 0).toString(2)).slice(-32), 2)
|
||
}
|
||
;
|
||
mt.lang.extend = function(a) {
|
||
for (var b = Array.prototype.slice.call(arguments, 1), k = 0; k < b.length; k++) {
|
||
var d = b[k], f;
|
||
for (f in d)
|
||
Object.prototype.hasOwnProperty.call(d, f) && d[f] && (a[f] = d[f])
|
||
}
|
||
return a
|
||
}
|
||
;
|
||
mt.lang.Pb = function(a) {
|
||
function b(b, d) {
|
||
var a = window.history
|
||
, g = a[b];
|
||
a[b] = function() {
|
||
g.apply(a, arguments);
|
||
mt.lang.j(d) && d()
|
||
}
|
||
}
|
||
b("pushState", function() {
|
||
a()
|
||
});
|
||
b("replaceState", function() {
|
||
a()
|
||
});
|
||
e.c(window, window.history.pushState ? "popstate" : "hashchange", function() {
|
||
a()
|
||
})
|
||
}
|
||
;
|
||
return mt.lang
|
||
}
|
||
)();
|
||
mt.url = {};
|
||
mt.url.f = function(e, a) {
|
||
var b = e.match(RegExp("(^|&|\\?|#)(" + a + ")=([^&#]*)(&|$|#)", ""));
|
||
return b ? b[3] : u
|
||
}
|
||
;
|
||
mt.url.Sa = function(e) {
|
||
return (e = e.match(/^(https?:\/\/)?([^\/\?#]*)/)) ? e[2].replace(/.*@/, "") : u
|
||
}
|
||
;
|
||
mt.url.V = function(e) {
|
||
return (e = mt.url.Sa(e)) ? e.replace(/:\d+$/, "") : e
|
||
}
|
||
;
|
||
mt.url.pb = function(e) {
|
||
var a = document.location.href
|
||
, a = a.replace(/^https?:\/\//, "");
|
||
return 0 === a.indexOf(e)
|
||
}
|
||
;
|
||
mt.url.qb = function(e, a) {
|
||
e = "." + e.replace(/:\d+/, "");
|
||
a = "." + a.replace(/:\d+/, "");
|
||
var b = e.indexOf(a);
|
||
return -1 < b && b + a.length === e.length
|
||
}
|
||
;
|
||
(function() {
|
||
var e = mt.lang
|
||
, a = mt.url;
|
||
mt.d = {};
|
||
mt.d.La = function(b) {
|
||
return document.getElementById(b)
|
||
}
|
||
;
|
||
mt.d.Wb = function(b) {
|
||
if (!b)
|
||
return u;
|
||
try {
|
||
b = String(b);
|
||
if (0 === b.indexOf("!HMCQ!"))
|
||
return b;
|
||
if (0 === b.indexOf("!HMCC!"))
|
||
return document.querySelector(b.substring(6, b.length));
|
||
for (var k = b.split(">"), d = document.body, a = k.length - 1; 0 <= a; a--)
|
||
if (-1 < k[a].indexOf("#")) {
|
||
var g = k[a].split("#")[1];
|
||
(d = document.getElementById(g)) || (d = document.getElementById(decodeURIComponent(g)));
|
||
k = k.splice(a + 1, k.length - (a + 1));
|
||
break
|
||
}
|
||
for (b = 0; d && b < k.length; ) {
|
||
var l = String(k[b]).toLowerCase();
|
||
if (!("html" === l || "body" === l)) {
|
||
var a = 0
|
||
, e = k[b].match(/\[(\d+)\]/i)
|
||
, g = [];
|
||
if (e)
|
||
a = e[1] - 1,
|
||
l = l.split("[")[0];
|
||
else if (1 !== d.childNodes.length) {
|
||
for (var p = 0, n = 0, m = d.childNodes.length; n < m; n++) {
|
||
var q = d.childNodes[n];
|
||
1 === q.nodeType && q.nodeName.toLowerCase() === l && p++;
|
||
if (1 < p)
|
||
return u
|
||
}
|
||
if (1 !== p)
|
||
return u
|
||
}
|
||
for (p = 0; p < d.childNodes.length; p++)
|
||
1 === d.childNodes[p].nodeType && d.childNodes[p].nodeName.toLowerCase() === l && g.push(d.childNodes[p]);
|
||
if (!g[a])
|
||
return u;
|
||
d = g[a]
|
||
}
|
||
b++
|
||
}
|
||
return d
|
||
} catch (v) {
|
||
return u
|
||
}
|
||
}
|
||
;
|
||
mt.d.fa = function(b, a) {
|
||
var d = []
|
||
, f = [];
|
||
if (!b)
|
||
return f;
|
||
for (; b.parentNode != u; ) {
|
||
for (var g = 0, l = 0, e = b.parentNode.childNodes.length, p = 0; p < e; p++) {
|
||
var n = b.parentNode.childNodes[p];
|
||
if (n.nodeName === b.nodeName && (g++,
|
||
n === b && (l = g),
|
||
0 < l && 1 < g))
|
||
break
|
||
}
|
||
if ((e = "" !== b.id) && a) {
|
||
d.unshift("#" + encodeURIComponent(b.id));
|
||
break
|
||
} else
|
||
e && (e = "#" + encodeURIComponent(b.id),
|
||
e = 0 < d.length ? e + ">" + d.join(">") : e,
|
||
f.push(e)),
|
||
d.unshift(encodeURIComponent(String(b.nodeName).toLowerCase()) + (1 < g ? "[" + l + "]" : ""));
|
||
b = b.parentNode
|
||
}
|
||
f.push(d.join(">"));
|
||
return f
|
||
}
|
||
;
|
||
mt.d.Xa = function(b) {
|
||
return (b = mt.d.fa(b, t)) && b.length ? String(b[0]) : ""
|
||
}
|
||
;
|
||
mt.d.Wa = function(b) {
|
||
return mt.d.fa(b, x)
|
||
}
|
||
;
|
||
mt.d.Ma = function(b) {
|
||
var a;
|
||
for (a = "A"; (b = b.parentNode) && 1 == b.nodeType; )
|
||
if (b.tagName == a)
|
||
return b;
|
||
return u
|
||
}
|
||
;
|
||
mt.d.Pa = function(b) {
|
||
return 9 === b.nodeType ? b : b.ownerDocument || b.document
|
||
}
|
||
;
|
||
mt.d.Ua = function(b) {
|
||
var a = {
|
||
top: 0,
|
||
left: 0
|
||
};
|
||
if (!b)
|
||
return a;
|
||
var d = mt.d.Pa(b).documentElement;
|
||
"undefined" !== typeof b.getBoundingClientRect && (a = b.getBoundingClientRect());
|
||
return {
|
||
top: a.top + (window.pageYOffset || d.scrollTop) - (d.clientTop || 0),
|
||
left: a.left + (window.pageXOffset || d.scrollLeft) - (d.clientLeft || 0)
|
||
}
|
||
}
|
||
;
|
||
mt.d.hc = function(b, a) {
|
||
if (b)
|
||
for (var d = b.childNodes, f = 0, g = d.length; f < g; f++) {
|
||
var e = d[f];
|
||
if (e && 3 === e.nodeType)
|
||
return d = e.textContent || e.innerText || e.nodeValue || "",
|
||
e.textContent ? e.textContent = a : e.innerText ? e.innerText = a : e.nodeValue = a,
|
||
d
|
||
}
|
||
}
|
||
;
|
||
mt.d.gc = function(b, a) {
|
||
if (!b)
|
||
return {};
|
||
var d = {};
|
||
a = a || {};
|
||
for (var f in a)
|
||
a.hasOwnProperty(f) && a[f] !== s && (d[f] = b.getAttribute(f) || "",
|
||
b.setAttribute(f, a[f]));
|
||
return d
|
||
}
|
||
;
|
||
mt.d.getAttribute = function(b, a) {
|
||
var d = b.getAttribute && b.getAttribute(a) || u;
|
||
if (!d && b.attributes && b.attributes.length)
|
||
for (var f = b.attributes, e = f.length, l = 0; l < e; l++)
|
||
f[l].nodeName === a && (d = f[l].nodeValue);
|
||
return d
|
||
}
|
||
;
|
||
mt.d.Qa = function(b) {
|
||
var a = "document";
|
||
b.tagName !== s && (a = b.tagName);
|
||
return a.toLowerCase()
|
||
}
|
||
;
|
||
mt.d.Za = function(b) {
|
||
var a = "";
|
||
b.textContent ? a = e.trim(b.textContent) : b.innerText && (a = e.trim(b.innerText));
|
||
a && (a = a.replace(/\s+/g, " ").substring(0, 255));
|
||
return a
|
||
}
|
||
;
|
||
mt.d.Vb = function(b, k) {
|
||
var d;
|
||
e.Z(b) && 0 === String(b).indexOf("!HMCQ!") ? (d = String(b),
|
||
d = a.f(document.location.href, d.substring(6, d.length))) : e.Z(b) || (d = mt.d.Qa(b),
|
||
"input" === d && k && ("button" === b.type || "submit" === b.type) ? d = e.trim(b.value) || "" : "input" === d && !k && "password" !== b.type ? d = e.trim(b.value) || "" : "img" === d ? (d = mt.d.getAttribute,
|
||
d = d(b, "alt") || d(b, "title") || d(b, "src")) : d = "body" === d || "html" === d ? ["(hm-default-content-for-", d, ")"].join("") : mt.d.Za(b));
|
||
return String(d || "").substring(0, 255)
|
||
}
|
||
;
|
||
(function() {
|
||
(mt.d.bc = function() {
|
||
function b() {
|
||
if (!b.K) {
|
||
b.K = t;
|
||
for (var a = 0, d = f.length; a < d; a++)
|
||
f[a]()
|
||
}
|
||
}
|
||
function a() {
|
||
try {
|
||
document.documentElement.doScroll("left")
|
||
} catch (d) {
|
||
setTimeout(a, 1);
|
||
return
|
||
}
|
||
b()
|
||
}
|
||
var d = x, f = [], e;
|
||
document.addEventListener ? e = function() {
|
||
document.removeEventListener("DOMContentLoaded", e, x);
|
||
b()
|
||
}
|
||
: document.attachEvent && (e = function() {
|
||
"complete" === document.readyState && (document.detachEvent("onreadystatechange", e),
|
||
b())
|
||
}
|
||
);
|
||
(function() {
|
||
if (!d)
|
||
if (d = t,
|
||
"complete" === document.readyState)
|
||
b.K = t;
|
||
else if (document.addEventListener)
|
||
document.addEventListener("DOMContentLoaded", e, x),
|
||
window.addEventListener("load", b, x);
|
||
else if (document.attachEvent) {
|
||
document.attachEvent("onreadystatechange", e);
|
||
window.attachEvent("onload", b);
|
||
var f = x;
|
||
try {
|
||
f = window.frameElement == u
|
||
} catch (r) {}
|
||
document.documentElement.doScroll && f && a()
|
||
}
|
||
}
|
||
)();
|
||
return function(a) {
|
||
b.K ? a() : f.push(a)
|
||
}
|
||
}()).K = x
|
||
}
|
||
)();
|
||
return mt.d
|
||
}
|
||
)();
|
||
(function() {
|
||
var e = mt.event;
|
||
mt.e = {};
|
||
mt.e.mb = /msie (\d+\.\d+)/i.test(navigator.userAgent);
|
||
mt.e.cookieEnabled = navigator.cookieEnabled;
|
||
mt.e.javaEnabled = navigator.javaEnabled();
|
||
mt.e.language = navigator.language || navigator.browserLanguage || navigator.systemLanguage || navigator.userLanguage || "";
|
||
mt.e.Ab = (window.screen.width || 0) + "x" + (window.screen.height || 0);
|
||
mt.e.colorDepth = window.screen.colorDepth || 0;
|
||
mt.e.Ya = function() {
|
||
var a;
|
||
a = a || document;
|
||
return parseInt(window.pageYOffset || a.documentElement.scrollTop || a.body && a.body.scrollTop || 0, 10)
|
||
}
|
||
;
|
||
mt.e.$a = function() {
|
||
var a = document;
|
||
return parseInt(window.innerHeight || a.documentElement.clientHeight || a.body && a.body.clientHeight || 0, 10)
|
||
}
|
||
;
|
||
mt.e.W = function() {
|
||
return mt.e.Ya() + mt.e.$a()
|
||
}
|
||
;
|
||
mt.e.sa = 0;
|
||
mt.e.bb = function() {
|
||
var a = document;
|
||
return parseInt(window.innerWidth || a.documentElement.clientWidth || a.body.offsetWidth || 0, 10)
|
||
}
|
||
;
|
||
mt.e.orientation = 0;
|
||
(function() {
|
||
function a() {
|
||
var a = 0;
|
||
window.orientation !== s && (a = window.orientation);
|
||
screen && (screen.orientation && screen.orientation.angle !== s) && (a = screen.orientation.angle);
|
||
mt.e.orientation = a;
|
||
mt.e.sa = mt.e.bb()
|
||
}
|
||
a();
|
||
e.c(window, "orientationchange", a)
|
||
}
|
||
)();
|
||
return mt.e
|
||
}
|
||
)();
|
||
mt.w = {};
|
||
mt.w.parse = function(e) {
|
||
return (new Function("return (" + e + ")"))()
|
||
}
|
||
;
|
||
mt.w.stringify = function() {
|
||
function e(a) {
|
||
/["\\\x00-\x1f]/.test(a) && (a = a.replace(/["\\\x00-\x1f]/g, function(a) {
|
||
var f = b[a];
|
||
if (f)
|
||
return f;
|
||
f = a.charCodeAt();
|
||
return "\\u00" + Math.floor(f / 16).toString(16) + (f % 16).toString(16)
|
||
}));
|
||
return '"' + a + '"'
|
||
}
|
||
function a(a) {
|
||
return 10 > a ? "0" + a : a
|
||
}
|
||
var b = {
|
||
"\b": "\\b",
|
||
"\t": "\\t",
|
||
"\n": "\\n",
|
||
"\f": "\\f",
|
||
"\r": "\\r",
|
||
'"': '\\"',
|
||
"\\": "\\\\"
|
||
};
|
||
return function(b) {
|
||
switch (typeof b) {
|
||
case "undefined":
|
||
return "undefined";
|
||
case "number":
|
||
return isFinite(b) ? String(b) : "null";
|
||
case "string":
|
||
return e(b);
|
||
case "boolean":
|
||
return String(b);
|
||
default:
|
||
if (b === u)
|
||
return "null";
|
||
if (b instanceof Array) {
|
||
var d = ["["], f = b.length, g, l, r;
|
||
for (l = 0; l < f; l++)
|
||
switch (r = b[l],
|
||
typeof r) {
|
||
case "undefined":
|
||
case "function":
|
||
case "unknown":
|
||
break;
|
||
default:
|
||
g && d.push(","),
|
||
d.push(mt.w.stringify(r)),
|
||
g = 1
|
||
}
|
||
d.push("]");
|
||
return d.join("")
|
||
}
|
||
if (b instanceof Date)
|
||
return '"' + b.getFullYear() + "-" + a(b.getMonth() + 1) + "-" + a(b.getDate()) + "T" + a(b.getHours()) + ":" + a(b.getMinutes()) + ":" + a(b.getSeconds()) + '"';
|
||
g = ["{"];
|
||
l = mt.w.stringify;
|
||
for (f in b)
|
||
if (Object.prototype.hasOwnProperty.call(b, f))
|
||
switch (r = b[f],
|
||
typeof r) {
|
||
case "undefined":
|
||
case "unknown":
|
||
case "function":
|
||
break;
|
||
default:
|
||
d && g.push(","),
|
||
d = 1,
|
||
g.push(l(f) + ":" + l(r))
|
||
}
|
||
g.push("}");
|
||
return g.join("")
|
||
}
|
||
}
|
||
}();
|
||
mt.localStorage = {};
|
||
mt.localStorage.Q = function() {
|
||
if (!mt.localStorage.g)
|
||
try {
|
||
mt.localStorage.g = document.createElement("input"),
|
||
mt.localStorage.g.type = "hidden",
|
||
mt.localStorage.g.style.display = "none",
|
||
mt.localStorage.g.addBehavior("#default#userData"),
|
||
document.getElementsByTagName("head")[0].appendChild(mt.localStorage.g)
|
||
} catch (e) {
|
||
return x
|
||
}
|
||
return t
|
||
}
|
||
;
|
||
mt.localStorage.set = function(e, a, b) {
|
||
var k = new Date;
|
||
k.setTime(k.getTime() + (b || 31536E6));
|
||
try {
|
||
window.localStorage ? (a = k.getTime() + "|" + a,
|
||
window.localStorage.setItem(e, a)) : mt.localStorage.Q() && (mt.localStorage.g.expires = k.toUTCString(),
|
||
mt.localStorage.g.load(document.location.hostname),
|
||
mt.localStorage.g.setAttribute(e, a),
|
||
mt.localStorage.g.save(document.location.hostname))
|
||
} catch (d) {}
|
||
}
|
||
;
|
||
mt.localStorage.get = function(e) {
|
||
if (window.localStorage) {
|
||
if (e = window.localStorage.getItem(e)) {
|
||
var a = e.indexOf("|")
|
||
, b = e.substring(0, a) - 0;
|
||
if (b && b > (new Date).getTime())
|
||
return e.substring(a + 1)
|
||
}
|
||
} else if (mt.localStorage.Q())
|
||
try {
|
||
return mt.localStorage.g.load(document.location.hostname),
|
||
mt.localStorage.g.getAttribute(e)
|
||
} catch (k) {}
|
||
return u
|
||
}
|
||
;
|
||
mt.localStorage.remove = function(e) {
|
||
if (window.localStorage)
|
||
window.localStorage.removeItem(e);
|
||
else if (mt.localStorage.Q())
|
||
try {
|
||
mt.localStorage.g.load(document.location.hostname),
|
||
mt.localStorage.g.removeAttribute(e),
|
||
mt.localStorage.g.save(document.location.hostname)
|
||
} catch (a) {}
|
||
}
|
||
;
|
||
mt.sessionStorage = {};
|
||
mt.sessionStorage.set = function(e, a) {
|
||
try {
|
||
window.sessionStorage && window.sessionStorage.setItem(e, a)
|
||
} catch (b) {}
|
||
}
|
||
;
|
||
mt.sessionStorage.get = function(e) {
|
||
try {
|
||
return window.sessionStorage ? window.sessionStorage.getItem(e) : u
|
||
} catch (a) {
|
||
return u
|
||
}
|
||
}
|
||
;
|
||
mt.sessionStorage.remove = function(e) {
|
||
try {
|
||
window.sessionStorage && window.sessionStorage.removeItem(e)
|
||
} catch (a) {}
|
||
}
|
||
;
|
||
(function() {
|
||
var e = mt.w;
|
||
mt.A = {};
|
||
mt.A.log = function(a, b) {
|
||
var e = new Image
|
||
, d = "mini_tangram_log_" + Math.floor(2147483648 * Math.random()).toString(36);
|
||
window[d] = e;
|
||
e.onload = function() {
|
||
e.onload = u;
|
||
e = window[d] = u;
|
||
b && b(a)
|
||
}
|
||
;
|
||
e.src = a
|
||
}
|
||
;
|
||
mt.A.get = function(a, b) {
|
||
return mt.A.wa({
|
||
url: a,
|
||
method: "GET",
|
||
data: b.data,
|
||
timeout: b.timeout,
|
||
noCache: t,
|
||
success: b.success,
|
||
fail: b.fail
|
||
})
|
||
}
|
||
;
|
||
mt.A.wa = function(a) {
|
||
function b(a) {
|
||
var b = [], d;
|
||
for (d in a)
|
||
a.hasOwnProperty(d) && b.push(encodeURIComponent(d) + "=" + encodeURIComponent(a[d]));
|
||
return b.join("&")
|
||
}
|
||
function k(b) {
|
||
var d = a[b];
|
||
if (d)
|
||
if (q && clearTimeout(q),
|
||
"success" !== b)
|
||
d && d(m);
|
||
else {
|
||
var f;
|
||
try {
|
||
f = e.parse(m.responseText)
|
||
} catch (g) {
|
||
d && d(m);
|
||
return
|
||
}
|
||
d && d(m, f)
|
||
}
|
||
}
|
||
a = a || {};
|
||
var d = a.data;
|
||
"object" === typeof d && (d = b(a.data || {}));
|
||
var f = a.url, g = (a.method || "GET").toUpperCase(), l = a.headers || {}, r = a.timeout || 0, p = a.noCache || x, n = a.withCredentials || x, m, q;
|
||
try {
|
||
a: if (window.XMLHttpRequest)
|
||
m = new XMLHttpRequest;
|
||
else {
|
||
try {
|
||
m = new ActiveXObject("Microsoft.XMLHTTP");
|
||
break a
|
||
} catch (v) {}
|
||
m = s
|
||
}
|
||
"GET" === g && (d && (f += (0 <= f.indexOf("?") ? "&" : "?") + d,
|
||
d = u),
|
||
p && (f += (0 <= f.indexOf("?") ? "&" : "?") + "b" + +new Date + "=1"));
|
||
m.open(g, f, t);
|
||
m.onreadystatechange = function() {
|
||
if (4 === m.readyState) {
|
||
var a = 0;
|
||
try {
|
||
a = m.status
|
||
} catch (b) {
|
||
k("fail");
|
||
return
|
||
}
|
||
200 <= a && 300 > a || 304 === a || 1223 === a ? k("success") : k("fail")
|
||
}
|
||
}
|
||
;
|
||
for (var w in l)
|
||
l.hasOwnProperty(w) && m.setRequestHeader(w, l[w]);
|
||
n && (m.withCredentials = t);
|
||
r && (q = setTimeout(function() {
|
||
m.onreadystatechange = function() {}
|
||
;
|
||
m.abort();
|
||
k("fail")
|
||
}, r));
|
||
m.send(d)
|
||
} catch (A) {
|
||
k("fail")
|
||
}
|
||
return m
|
||
}
|
||
;
|
||
return mt.A
|
||
}
|
||
)();
|
||
h.o = {
|
||
kb: "http://tongji.baidu.com/hm-web/welcome/ico",
|
||
aa: "hm.baidu.com/hm.gif",
|
||
xa: /^(tongji|hmcdn).baidu.com$/,
|
||
Hb: "tongji.baidu.com",
|
||
hb: "hmmd",
|
||
ib: "hmpl",
|
||
Kb: "utm_medium",
|
||
gb: "hmkw",
|
||
Mb: "utm_term",
|
||
eb: "hmci",
|
||
Jb: "utm_content",
|
||
jb: "hmsr",
|
||
Lb: "utm_source",
|
||
fb: "hmcu",
|
||
Ib: "utm_campaign",
|
||
ka: 0,
|
||
B: Math.round(+new Date / 1E3),
|
||
protocol: "https:" === document.location.protocol ? "https:" : "http:",
|
||
L: "https:",
|
||
Da: 6E5,
|
||
dc: 5E3,
|
||
Ea: 5,
|
||
ca: 1024,
|
||
G: 2147483647,
|
||
ra: "hca cc cf ci ck cl cm cp cu cw ds vl ep et ja ln lo lt rnd si su v cv lv api sn r ww p u tt".split(" "),
|
||
ga: t,
|
||
Qb: {
|
||
id: "data-hm-id",
|
||
Ub: "data-hm-class",
|
||
kc: "data-hm-xpath",
|
||
content: "data-hm-content",
|
||
ic: "data-hm-tag",
|
||
link: "data-hm-link"
|
||
},
|
||
Sb: "data-hm-enabled",
|
||
Rb: "data-hm-disabled",
|
||
xb: "https://hmcdn.baidu.com/static/tongji/plugins/",
|
||
na: ["UrlChangeTracker"],
|
||
Ob: {
|
||
ac: 0,
|
||
jc: 1,
|
||
Yb: 2
|
||
},
|
||
Zb: "https://fclog.baidu.com/log/ocpcagl?type=behavior&emd=euc"
|
||
};
|
||
(function() {
|
||
var e = {
|
||
t: {},
|
||
c: function(a, b) {
|
||
this.t[a] = this.t[a] || [];
|
||
this.t[a].push(b)
|
||
},
|
||
k: function(a, b) {
|
||
this.t[a] = this.t[a] || [];
|
||
for (var e = this.t[a].length, d = 0; d < e; d++)
|
||
this.t[a][d](b)
|
||
}
|
||
};
|
||
return h.s = e
|
||
}
|
||
)();
|
||
(function() {
|
||
var e = mt.lang
|
||
, a = /^https?:\/\//
|
||
, b = {
|
||
Oa: function(a) {
|
||
var b;
|
||
try {
|
||
b = JSON.parse(decodeURIComponent(a[0]))
|
||
} catch (f) {}
|
||
return b
|
||
},
|
||
la: function(a, d) {
|
||
return b.ma(h.b && h.b.a && h.b.a.u, a, d) || b.ma(document.location.href, a, d)
|
||
},
|
||
ma: function(b, d, f) {
|
||
if (b === s)
|
||
return x;
|
||
a.test(d) || (b = b.replace(a, ""));
|
||
d = d.replace(/\/$/, "");
|
||
b = b.replace(/\/$/, "");
|
||
f && (b = b.replace(/^(https?:\/\/)?www\./, "$1"));
|
||
return RegExp("^" + d.replace(/[?.+^${}()|[\]\\]/g, "\\$&").replace(/\*/g, ".*") + "$").test(b)
|
||
},
|
||
H: function(a, d) {
|
||
var f = b.Oa(a);
|
||
if (!e.i(f, "Undefined")) {
|
||
if (e.isArray(f)) {
|
||
for (var g = 0; g < f.length; g++)
|
||
if (b.la(f[g], d))
|
||
return t;
|
||
return x
|
||
}
|
||
if (e.J(f)) {
|
||
var g = [], l;
|
||
for (l in f)
|
||
f.hasOwnProperty(l) && b.la(l, d) && (g = g.concat(f[l]));
|
||
return g
|
||
}
|
||
}
|
||
}
|
||
};
|
||
return h.S = b
|
||
}
|
||
)();
|
||
(function() {
|
||
function e(b, e) {
|
||
var d = document.createElement("script");
|
||
d.charset = "utf-8";
|
||
a.j(e) && (d.readyState ? d.onreadystatechange = function() {
|
||
if ("loaded" === d.readyState || "complete" === d.readyState)
|
||
d.onreadystatechange = u,
|
||
e()
|
||
}
|
||
: d.onload = function() {
|
||
e()
|
||
}
|
||
);
|
||
d.src = b;
|
||
var f = document.getElementsByTagName("script")[0];
|
||
f.parentNode.insertBefore(d, f)
|
||
}
|
||
var a = mt.lang;
|
||
return h.load = e
|
||
}
|
||
)();
|
||
(function() {
|
||
var e = h.o
|
||
, a = {
|
||
D: function() {
|
||
if ("" !== c.icon) {
|
||
var a = c.icon.split("|")
|
||
, k = e.kb + "?s=" + c.id
|
||
, d = "https://hmcdn.baidu.com/static" + a[0] + ".gif";
|
||
document.write("swf" === a[1] || "gif" === a[1] ? '<a href="' + k + '" target="_blank"><img border="0" src="' + d + '" width="' + a[2] + '" height="' + a[3] + '"></a>' : '<a href="' + k + '" target="_blank">' + a[0] + "</a>")
|
||
}
|
||
}
|
||
};
|
||
h.s.c("pv-b", a.D);
|
||
return a
|
||
}
|
||
)();
|
||
(function() {
|
||
var e = mt.url
|
||
, a = mt.cookie
|
||
, b = mt.localStorage
|
||
, k = mt.sessionStorage
|
||
, d = {
|
||
getData: function(d) {
|
||
try {
|
||
return a.get(d) || k.get(d) || b.get(d)
|
||
} catch (e) {}
|
||
},
|
||
setData: function(f, e, l) {
|
||
try {
|
||
a.set(f, e, {
|
||
domain: d.I(),
|
||
path: d.U(),
|
||
C: l
|
||
}),
|
||
l ? b.set(f, e, l) : k.set(f, e)
|
||
} catch (r) {}
|
||
},
|
||
removeData: function(e) {
|
||
try {
|
||
a.set(e, "", {
|
||
domain: d.I(),
|
||
path: d.U(),
|
||
C: -1
|
||
}),
|
||
k.remove(e),
|
||
b.remove(e)
|
||
} catch (g) {}
|
||
},
|
||
I: function() {
|
||
for (var a = document.location.hostname, b = 0, d = c.dm.length; b < d; b++)
|
||
if (e.qb(a, c.dm[b]))
|
||
return c.dm[b].replace(/(:\d+)?[/?#].*/, "");
|
||
return a
|
||
},
|
||
U: function() {
|
||
for (var a = 0, b = c.dm.length; a < b; a++) {
|
||
var d = c.dm[a];
|
||
if (-1 < d.indexOf("/") && e.pb(d))
|
||
return d.replace(/^[^/]+(\/.*)/, "$1") + "/"
|
||
}
|
||
return "/"
|
||
}
|
||
};
|
||
return h.R = d
|
||
}
|
||
)();
|
||
(function() {
|
||
var e = mt.lang
|
||
, a = mt.d
|
||
, b = h.S
|
||
, k = {
|
||
Ha: function(d, e) {
|
||
return function(g) {
|
||
var l = g.target || g.srcElement;
|
||
if (l) {
|
||
var r = b.H(e) || []
|
||
, p = l.getAttribute(d.P);
|
||
g = g.clientX + ":" + g.clientY;
|
||
if (p && p === g)
|
||
l.removeAttribute(d.P);
|
||
else if (0 < r.length && (l = a.Wa(l)) && l.length)
|
||
if (r = l.length,
|
||
p = l[l.length - 1],
|
||
1E4 > r * p.split(">").length)
|
||
for (p = 0; p < r; p++)
|
||
k.qa(d, l[p]);
|
||
else
|
||
k.qa(d, p)
|
||
}
|
||
}
|
||
},
|
||
qa: function(a, b) {
|
||
for (var g = {}, l = String(b).split(">").length, k = 0; k < l; k++)
|
||
g[b] = "",
|
||
/\[1\]$/.test(b) && (g[b.substring(0, b.lastIndexOf("["))] = ""),
|
||
/\]$/.test(b) || (g[b + "[1]"] = ""),
|
||
b = b.substring(0, b.lastIndexOf(">"));
|
||
a && (e.J(a) && a.ba) && a.ba(g)
|
||
},
|
||
zb: function(a, b) {
|
||
return function(e) {
|
||
(e.target || e.srcElement).setAttribute(a.P, e.clientX + ":" + e.clientY);
|
||
a && a.N && (b ? a.N(b) : a.N("#" + encodeURIComponent(this.id), e.type))
|
||
}
|
||
}
|
||
};
|
||
return h.Ia = k
|
||
}
|
||
)();
|
||
(function() {
|
||
var e = mt.d
|
||
, a = mt.event
|
||
, b = h.S
|
||
, k = h.Ia
|
||
, d = {
|
||
P: "HM_fix",
|
||
ua: function() {
|
||
a.c(document, "click", k.Ha(d, c.etrk), t);
|
||
if (!document.addEventListener)
|
||
for (var f = b.H(c.etrk) || [], g = 0; g < f.length; g++) {
|
||
var l = f[g];
|
||
-1 === l.indexOf(">") && (0 === l.indexOf("#") && (l = l.substring(1)),
|
||
(l = e.La(l)) && a.c(l, "click", k.zb(d), t))
|
||
}
|
||
},
|
||
ba: function(a) {
|
||
for (var e = b.H(c.etrk) || [], k = 0; k < e.length; k++) {
|
||
var r = e[k];
|
||
a.hasOwnProperty(r) && d.N(r)
|
||
}
|
||
},
|
||
N: function(a, b) {
|
||
h.b.a.et = 1;
|
||
h.b.a.ep = "{id:" + a + ",eventType:" + (b || "click") + "}";
|
||
h.b.m()
|
||
}
|
||
};
|
||
h.s.c("pv-b", d.ua);
|
||
return d
|
||
}
|
||
)();
|
||
(function() {
|
||
var e = mt.d
|
||
, a = mt.lang
|
||
, b = mt.event
|
||
, k = mt.e
|
||
, d = h.o
|
||
, f = h.S
|
||
, g = []
|
||
, l = {
|
||
ta: function() {
|
||
c.ctrk && 0 < c.ctrk.length && (b.c(document, "mouseup", l.Ca()),
|
||
b.c(window, "unload", function() {
|
||
l.M()
|
||
}),
|
||
setInterval(function() {
|
||
l.M()
|
||
}, d.Da))
|
||
},
|
||
Ca: function() {
|
||
return function(a) {
|
||
if (f.H(c.ctrk, t) && (a = l.Na(a),
|
||
"" !== a)) {
|
||
var b = (d.L + "//" + d.aa + "?" + h.b.pa().replace(/ep=[^&]*/, "ep=" + encodeURIComponent(a))).length;
|
||
b + (d.G + "").length > d.ca || (b + encodeURIComponent(g.join("!") + (g.length ? "!" : "")).length + (d.G + "").length > d.ca && l.M(),
|
||
g.push(a),
|
||
(g.length >= d.Ea || /\*a\*/.test(a)) && l.M())
|
||
}
|
||
}
|
||
},
|
||
Na: function(b) {
|
||
var d = b.target || b.srcElement, f, m;
|
||
k.mb ? (m = Math.max(document.documentElement.scrollTop, document.body.scrollTop),
|
||
f = Math.max(document.documentElement.scrollLeft, document.body.scrollLeft),
|
||
f = b.clientX + f,
|
||
m = b.clientY + m) : (f = b.pageX,
|
||
m = b.pageY);
|
||
b = l.Ta(b, d, f, m);
|
||
var q = window.innerWidth || document.documentElement.clientWidth || document.body.offsetWidth;
|
||
switch (c.align) {
|
||
case 1:
|
||
f -= q / 2;
|
||
break;
|
||
case 2:
|
||
f -= q
|
||
}
|
||
q = [];
|
||
q.push(f);
|
||
q.push(m);
|
||
q.push(b.ub);
|
||
q.push(b.vb);
|
||
q.push(b.yb);
|
||
q.push(a.n(b.wb));
|
||
q.push(b.Nb);
|
||
q.push(b.cb);
|
||
(d = "a" === (d.tagName || "").toLowerCase() ? d : e.Ma(d)) ? (q.push("a"),
|
||
q.push(a.n(encodeURIComponent(d.href)))) : q.push("b");
|
||
return q.join("*")
|
||
},
|
||
Ta: function(b, d, f, m) {
|
||
b = e.Xa(d);
|
||
var q = 0
|
||
, g = 0
|
||
, w = 0
|
||
, l = 0;
|
||
if (d && (q = d.offsetWidth || d.clientWidth,
|
||
g = d.offsetHeight || d.clientHeight,
|
||
l = e.Ua(d),
|
||
w = l.left,
|
||
l = l.top,
|
||
a.j(d.getBBox) && (g = d.getBBox(),
|
||
q = g.width,
|
||
g = g.height),
|
||
"html" === (d.tagName || "").toLowerCase()))
|
||
q = Math.max(q, d.clientWidth),
|
||
g = Math.max(g, d.clientHeight);
|
||
return {
|
||
ub: Math.round(100 * ((f - w) / q)),
|
||
vb: Math.round(100 * ((m - l) / g)),
|
||
yb: k.orientation,
|
||
wb: b,
|
||
Nb: q,
|
||
cb: g
|
||
}
|
||
},
|
||
M: function() {
|
||
0 !== g.length && (h.b.a.et = 2,
|
||
h.b.a.ep = g.join("!"),
|
||
h.b.m(),
|
||
g = [])
|
||
}
|
||
};
|
||
h.s.c("pv-b", l.ta);
|
||
return l
|
||
}
|
||
)();
|
||
(function() {
|
||
function e() {
|
||
return function() {
|
||
h.b.a.et = 3;
|
||
h.b.a.ep = h.T.Va() + "," + h.T.Ra();
|
||
h.b.a.hca = c.hca;
|
||
h.b.m()
|
||
}
|
||
}
|
||
function a() {
|
||
clearTimeout(C);
|
||
var b;
|
||
w && (b = "visible" == document[w]);
|
||
A && (b = !document[A]);
|
||
l = "undefined" == typeof b ? t : b;
|
||
if ((!g || !r) && l && p)
|
||
v = t,
|
||
m = +new Date;
|
||
else if (g && r && (!l || !p))
|
||
v = x,
|
||
q += +new Date - m;
|
||
g = l;
|
||
r = p;
|
||
C = setTimeout(a, 100)
|
||
}
|
||
function b(b) {
|
||
var a = document
|
||
, d = "";
|
||
if (b in a)
|
||
d = b;
|
||
else
|
||
for (var m = ["webkit", "ms", "moz", "o"], e = 0; e < m.length; e++) {
|
||
var f = m[e] + b.charAt(0).toUpperCase() + b.slice(1);
|
||
if (f in a) {
|
||
d = f;
|
||
break
|
||
}
|
||
}
|
||
return d
|
||
}
|
||
function k(b) {
|
||
if (!("focus" == b.type || "blur" == b.type) || !(b.target && b.target != window))
|
||
p = "focus" == b.type || "focusin" == b.type ? t : x,
|
||
a()
|
||
}
|
||
var d = mt.event, f = h.s, g = t, l = t, r = t, p = t, n = +new Date, m = n, q = 0, v = t, w = b("visibilityState"), A = b("hidden"), C;
|
||
a();
|
||
(function() {
|
||
var b = w.replace(/[vV]isibilityState/, "visibilitychange");
|
||
d.c(document, b, a);
|
||
d.c(window, "pageshow", a);
|
||
d.c(window, "pagehide", a);
|
||
"object" == typeof document.onfocusin ? (d.c(document, "focusin", k),
|
||
d.c(document, "focusout", k)) : (d.c(window, "focus", k),
|
||
d.c(window, "blur", k))
|
||
}
|
||
)();
|
||
h.T = {
|
||
Va: function() {
|
||
return +new Date - n
|
||
},
|
||
Ra: function() {
|
||
return v ? +new Date - m + q : q
|
||
}
|
||
};
|
||
f.c("pv-b", function() {
|
||
d.c(window, "unload", e())
|
||
});
|
||
f.c("duration-send", e());
|
||
f.c("duration-done", function() {
|
||
m = n = +new Date;
|
||
q = 0
|
||
});
|
||
return h.T
|
||
}
|
||
)();
|
||
(function() {
|
||
var e = mt.lang
|
||
, a = h.o
|
||
, b = h.load
|
||
, k = h.R
|
||
, d = {
|
||
lb: function(d) {
|
||
if ((window._dxt === s || e.i(window._dxt, "Array")) && "undefined" !== typeof h.b) {
|
||
var g = k.I();
|
||
b([a.protocol, "//datax.baidu.com/x.js?si=", c.id, "&dm=", encodeURIComponent(g)].join(""), d)
|
||
}
|
||
},
|
||
Gb: function(b) {
|
||
if (e.i(b, "String") || e.i(b, "Number"))
|
||
window._dxt = window._dxt || [],
|
||
window._dxt.push(["_setUserId", b])
|
||
}
|
||
};
|
||
return h.Fa = d
|
||
}
|
||
)();
|
||
(function() {
|
||
function e(a) {
|
||
for (var d in a)
|
||
if ({}.hasOwnProperty.call(a, d)) {
|
||
var f = a[d];
|
||
b.J(f) || b.isArray(f) ? e(f) : a[d] = String(f)
|
||
}
|
||
}
|
||
var a = mt.url
|
||
, b = mt.lang
|
||
, k = mt.w
|
||
, d = mt.e
|
||
, f = h.o
|
||
, g = h.s
|
||
, l = h.Fa
|
||
, r = h.load
|
||
, p = h.R
|
||
, n = {
|
||
F: [],
|
||
O: 0,
|
||
Y: x,
|
||
D: function() {
|
||
n.h = 0;
|
||
g.c("pv-b", function() {
|
||
n.Ga();
|
||
n.Ja()
|
||
});
|
||
g.c("pv-d", function() {
|
||
n.Ka()
|
||
});
|
||
g.c("stag-b", function() {
|
||
h.b.a.api = n.h || n.O ? n.h + "_" + n.O : ""
|
||
});
|
||
g.c("stag-d", function() {
|
||
h.b.a.api = 0;
|
||
n.h = 0;
|
||
n.O = 0
|
||
})
|
||
},
|
||
Ga: function() {
|
||
var a = window._hmt || [];
|
||
if (!a || b.i(a, "Array"))
|
||
window._hmt = {
|
||
id: c.id,
|
||
cmd: {},
|
||
push: function() {
|
||
for (var a = window._hmt, d = 0; d < arguments.length; d++) {
|
||
var e = arguments[d];
|
||
b.i(e, "Array") && (a.cmd[a.id].push(e),
|
||
"_setAccount" === e[0] && (1 < e.length && /^[0-9a-f]{31,32}$/.test(e[1])) && (e = e[1],
|
||
a.id = e,
|
||
a.cmd[e] = a.cmd[e] || []))
|
||
}
|
||
}
|
||
},
|
||
window._hmt.cmd[c.id] = [],
|
||
window._hmt.push.apply(window._hmt, a)
|
||
},
|
||
Ja: function() {
|
||
var b = window._hmt;
|
||
if (b && b.cmd && b.cmd[c.id])
|
||
for (var a = b.cmd[c.id], d = /^_track(Event|Order)$/, e = 0, f = a.length; e < f; e++) {
|
||
var g = a[e];
|
||
d.test(g[0]) ? n.F.push(g) : n.$(g)
|
||
}
|
||
b.cmd[c.id] = {
|
||
push: n.$
|
||
}
|
||
},
|
||
Ka: function() {
|
||
if (0 < n.F.length)
|
||
for (var b = 0, a = n.F.length; b < a; b++)
|
||
n.$(n.F[b]);
|
||
n.F = u
|
||
},
|
||
$: function(a) {
|
||
var d = a[0];
|
||
if (n.hasOwnProperty(d) && b.j(n[d]))
|
||
n[d](a)
|
||
},
|
||
_setAccount: function(b) {
|
||
1 < b.length && /^[0-9a-f]{31,32}$/.test(b[1]) && (n.h |= 1)
|
||
},
|
||
_setAutoPageview: function(b) {
|
||
if (1 < b.length && (b = b[1],
|
||
x === b || t === b))
|
||
n.h |= 2,
|
||
h.b.ha = b
|
||
},
|
||
_trackPageview: function(b) {
|
||
1 < b.length && (b[1].charAt && "/" === b[1].charAt(0)) && (n.h |= 4,
|
||
h.b.a.sn = h.b.ea(),
|
||
h.b.a.et = 0,
|
||
h.b.a.ep = "",
|
||
h.b.a.vl = d.W(),
|
||
n.Y || (h.b.a.su = h.b.a.u || document.location.href),
|
||
h.b.a.u = f.protocol + "//" + document.location.host + b[1],
|
||
h.b.m(),
|
||
h.b.sb = +new Date)
|
||
},
|
||
_trackEvent: function(a) {
|
||
2 < a.length && (n.h |= 8,
|
||
h.b.a.et = 4,
|
||
h.b.a.ep = b.n(a[1]) + "*" + b.n(a[2]) + (a[3] ? "*" + b.n(a[3]) : "") + (a[4] ? "*" + b.n(a[4]) : ""),
|
||
h.b.m())
|
||
},
|
||
_setCustomVar: function(a) {
|
||
if (!(4 > a.length)) {
|
||
var d = a[1]
|
||
, e = a[4] || 3;
|
||
if (0 < d && 6 > d && 0 < e && 4 > e) {
|
||
n.O++;
|
||
for (var f = (h.b.a.cv || "*").split("!"), g = f.length; g < d - 1; g++)
|
||
f.push("*");
|
||
f[d - 1] = e + "*" + b.n(a[2]) + "*" + b.n(a[3]);
|
||
h.b.a.cv = f.join("!");
|
||
a = h.b.a.cv.replace(/[^1](\*[^!]*){2}/g, "*").replace(/((^|!)\*)+$/g, "");
|
||
"" !== a ? p.setData("Hm_cv_" + c.id, encodeURIComponent(a), c.age) : p.removeData("Hm_cv_" + c.id)
|
||
}
|
||
}
|
||
},
|
||
_setReferrerOverride: function(a) {
|
||
1 < a.length && (a = a[1],
|
||
b.i(a, "String") ? (h.b.a.su = "/" === a.charAt(0) ? f.protocol + "//" + window.location.host + a : a,
|
||
n.Y = t) : n.Y = x)
|
||
},
|
||
_trackOrder: function(a) {
|
||
a = a[1];
|
||
b.J(a) && (e(a),
|
||
n.h |= 16,
|
||
h.b.a.et = 94,
|
||
h.b.a.ep = k.stringify(a),
|
||
h.b.m())
|
||
},
|
||
_setDataxId: function(a) {
|
||
a = a[1];
|
||
l.lb();
|
||
l.Gb(a)
|
||
},
|
||
_setAutoTracking: function(a) {
|
||
if (1 < a.length && (a = a[1],
|
||
x === a || t === a))
|
||
h.b.ia = a
|
||
},
|
||
_trackPageDuration: function(a) {
|
||
1 < a.length ? (a = a[1],
|
||
2 === String(a).split(",").length && (h.b.a.et = 3,
|
||
h.b.a.ep = a,
|
||
h.b.m())) : g.k("duration-send");
|
||
g.k("duration-done")
|
||
},
|
||
_require: function(b) {
|
||
1 < b.length && (b = b[1],
|
||
f.xa.test(a.V(b)) && r(b))
|
||
},
|
||
_providePlugin: function(a) {
|
||
if (1 < a.length) {
|
||
var d = window._hmt
|
||
, e = a[1];
|
||
a = a[2];
|
||
if (b.X(f.na, e) && b.j(a) && (d.plugins = d.plugins || {},
|
||
d.z = d.z || {},
|
||
d.plugins[e] = a,
|
||
d.l = d.l || [],
|
||
a = d.l.slice(),
|
||
e && a.length && a[0][1] === e))
|
||
for (var g = 0, k = a.length; g < k; g++) {
|
||
var l = a[g][2] || {};
|
||
if (d.plugins[e] && !d.z[e])
|
||
d.z[e] = new d.plugins[e](l),
|
||
d.l.shift();
|
||
else
|
||
break
|
||
}
|
||
}
|
||
},
|
||
_requirePlugin: function(a) {
|
||
if (1 < a.length) {
|
||
var d = window._hmt
|
||
, e = a[1]
|
||
, g = a[2] || {};
|
||
if (b.X(f.na, e))
|
||
if (d.plugins = d.plugins || {},
|
||
d.z = d.z || {},
|
||
d.plugins[e] && !d.z[e])
|
||
d.z[e] = new d.plugins[e](g);
|
||
else {
|
||
d.l = d.l || [];
|
||
for (var g = 0, k = d.l.length; g < k; g++)
|
||
if (d.l[g][1] === e)
|
||
return;
|
||
d.l.push(a);
|
||
n._require([u, f.xb + e + ".js"])
|
||
}
|
||
}
|
||
}
|
||
};
|
||
n.D();
|
||
h.ya = n;
|
||
return h.ya
|
||
}
|
||
)();
|
||
(function() {
|
||
var e = h.s;
|
||
c.spa !== s && "1" === String(c.spa) && (window._hmt = window._hmt || [],
|
||
window._hmt.push(["_requirePlugin", "UrlChangeTracker"]),
|
||
e.c("pv-b", function() {
|
||
"" !== window.location.hash && (h.b.a.u = window.location.href)
|
||
}))
|
||
}
|
||
)();
|
||
(function() {
|
||
function e() {
|
||
"undefined" === typeof window["_bdhm_loaded_" + c.id] && (window["_bdhm_loaded_" + c.id] = t,
|
||
this.a = {},
|
||
this.ob = this.ia = this.ha = t,
|
||
this.ga = m.ga,
|
||
this.Tb = k.Z(c.aet) && 0 < c.aet.length ? c.aet.split(",") : "",
|
||
this.D())
|
||
}
|
||
var a = mt.url
|
||
, b = mt.A
|
||
, k = mt.lang
|
||
, d = mt.cookie
|
||
, f = mt.e
|
||
, g = mt.sessionStorage
|
||
, l = mt.w
|
||
, r = mt.event
|
||
, p = h.R
|
||
, n = mt.localStorage
|
||
, m = h.o
|
||
, q = h.load
|
||
, v = h.s;
|
||
e.prototype = {
|
||
Db: function() {
|
||
p.getData("HMACCOUNT") || p.setData("HMACCOUNT", c.hca)
|
||
},
|
||
Eb: function() {
|
||
var a, b, e, f;
|
||
m.ka = p.getData("Hm_lpvt_" + c.id) || 0;
|
||
if (f = p.getData("Hm_lvt_" + c.id)) {
|
||
for (b = f.split(","); 2592E3 < m.B - b[0]; )
|
||
b.shift();
|
||
e = 4 > b.length ? 2 : 3;
|
||
for (m.B - m.ka > c.vdur && b.push(m.B); 4 < b.length; )
|
||
b.shift();
|
||
f = b.join(",");
|
||
b = b[b.length - 1]
|
||
} else
|
||
f = m.B,
|
||
b = "",
|
||
e = 1;
|
||
this.nb() ? (p.setData("Hm_lvt_" + c.id, f, c.age),
|
||
p.setData("Hm_lpvt_" + c.id, m.B),
|
||
a = d.rb(p.I(), p.U())) : this.da();
|
||
this.a.cc = a;
|
||
this.a.lt = b;
|
||
this.a.lv = e
|
||
},
|
||
nb: function() {
|
||
var b = a.V(document.location.href);
|
||
return !k.X("sjh.baidu.com isite.baidu.com ls.wejianzhan.com bs.wejianzhan.com product.weijianzhan.com qianhu.weijianzhan.com aisite.wejianzhan.com".split(" "), b)
|
||
},
|
||
Aa: function() {
|
||
var a = "Hm_clear_cookie_" + c.id
|
||
, b = n.get(a) || 0;
|
||
c.fc && Number(c.fc) > Number(b) && (this.da(),
|
||
n.set(a, c.fc))
|
||
},
|
||
da: function() {
|
||
for (var a = document.cookie.split(";"), b = 0; b < a.length; b++) {
|
||
var d = a[b].split("=");
|
||
d.length && /Hm_(up|cv|lp?vt)_[0-9a-f]{31}/.test(String(d[0])) && p.removeData(k.trim(d[0]));
|
||
d.length && /Hm_ck_[0-9]{13}/.test(String(d[0])) && p.removeData(k.trim(d[0]))
|
||
}
|
||
},
|
||
pa: function() {
|
||
for (var a = [], b = this.a.et, d = 0, e = m.ra.length; d < e; d++) {
|
||
var f = m.ra[d]
|
||
, g = this.a[f];
|
||
"undefined" !== typeof g && "" !== g && ("tt" !== f || "tt" === f && 0 === b) && a.push(f + "=" + encodeURIComponent(g))
|
||
}
|
||
return a.join("&")
|
||
},
|
||
Fb: function() {
|
||
this.Eb();
|
||
this.Db();
|
||
this.a.hca = p.getData("HMACCOUNT") || "";
|
||
this.a.si = c.id;
|
||
this.a.sn = this.ea();
|
||
this.a.su = document.referrer;
|
||
this.a.ds = f.Ab;
|
||
this.a.cl = f.colorDepth + "-bit";
|
||
this.a.ln = String(f.language).toLowerCase();
|
||
this.a.ja = f.javaEnabled ? 1 : 0;
|
||
this.a.ck = f.cookieEnabled ? 1 : 0;
|
||
this.a.lo = "number" === typeof _bdhm_top ? 1 : 0;
|
||
this.a.v = "1.3.2";
|
||
this.a.cv = decodeURIComponent(p.getData("Hm_cv_" + c.id) || "");
|
||
this.a.tt = document.title || "";
|
||
this.a.vl = f.W();
|
||
var b = document.location.href;
|
||
this.a.cm = a.f(b, m.hb) || "";
|
||
this.a.cp = a.f(b, m.ib) || a.f(b, m.Kb) || "";
|
||
this.a.cw = a.f(b, m.gb) || a.f(b, m.Mb) || "";
|
||
this.a.ci = a.f(b, m.eb) || a.f(b, m.Jb) || "";
|
||
this.a.cf = a.f(b, m.jb) || a.f(b, m.Lb) || "";
|
||
this.a.cu = a.f(b, m.fb) || a.f(b, m.Ib) || "";
|
||
/https?:/.test(document.location.protocol) && (this.a.u = b)
|
||
},
|
||
D: function() {
|
||
try {
|
||
this.Aa(),
|
||
this.Fb(),
|
||
this.Cb(),
|
||
h.b = this,
|
||
this.za(),
|
||
this.tb(),
|
||
v.k("pv-b"),
|
||
this.ob && this.Bb()
|
||
} catch (a) {
|
||
var d = [];
|
||
d.push("si=" + c.id);
|
||
d.push("n=" + encodeURIComponent(a.name));
|
||
d.push("m=" + encodeURIComponent(a.message));
|
||
d.push("r=" + encodeURIComponent(document.referrer));
|
||
b.log(m.L + "//" + m.aa + "?" + d.join("&"))
|
||
}
|
||
},
|
||
Bb: function() {
|
||
function a() {
|
||
v.k("pv-d")
|
||
}
|
||
this.ha ? (this.a.et = 0,
|
||
this.a.ep = "",
|
||
v.k("setPageviewProp"),
|
||
this.a.vl = f.W(),
|
||
this.m(a),
|
||
this.a.p = "") : a();
|
||
this.sb = +new Date;
|
||
v.k("clearPageviewProp")
|
||
},
|
||
m: function(a) {
|
||
if (this.ia) {
|
||
var d = this;
|
||
d.a.rnd = Math.round(Math.random() * m.G);
|
||
d.a.r = f.orientation;
|
||
d.a.ww = f.sa;
|
||
v.k("stag-b");
|
||
var e = m.L + "//" + m.aa + "?" + d.pa();
|
||
v.k("stag-d");
|
||
d.va(e);
|
||
b.log(e, function(b) {
|
||
d.oa(b);
|
||
k.j(a) && a.call(d)
|
||
})
|
||
}
|
||
},
|
||
za: function() {
|
||
try {
|
||
if (window.postMessage && window.self !== window.parent) {
|
||
var b = this;
|
||
r.c(window, "message", function(d) {
|
||
if (a.V(d.origin) === m.Hb) {
|
||
d = d.data || {};
|
||
var e = d.jn || ""
|
||
, f = /^customevent$|^heatmap$|^pageclick$|^select$/.test(e);
|
||
if (RegExp(c.id).test(d.sd || "") && f)
|
||
b.a.rnd = Math.round(Math.random() * m.G),
|
||
q(m.protocol + "//" + c.js + e + ".js?" + b.a.rnd)
|
||
}
|
||
});
|
||
window.parent.postMessage({
|
||
id: c.id,
|
||
url: document.location.href,
|
||
status: "__Messenger__hmLoaded"
|
||
}, "*")
|
||
}
|
||
} catch (d) {}
|
||
},
|
||
tb: function() {
|
||
try {
|
||
if (window.self === window.parent) {
|
||
var b = document.location.href
|
||
, d = a.f(b, "baidu-analytics-token")
|
||
, e = a.f(b, "baidu-analytics-jn");
|
||
/^[a-f0-9]{32}\/?$/.test(d) && /^(overlay|vabtest)\/?$/.test(e) && q(m.protocol + "//" + c.js + e + ".js?" + Math.round(Math.random() * m.G))
|
||
}
|
||
} catch (f) {}
|
||
},
|
||
va: function(a) {
|
||
var b;
|
||
try {
|
||
b = l.parse(g.get("Hm_unsent_" + c.id) || "[]")
|
||
} catch (d) {
|
||
b = []
|
||
}
|
||
var e = this.a.u ? "" : "&u=" + encodeURIComponent(document.location.href);
|
||
b.push(a.replace(/^https?:\/\//, "") + e);
|
||
g.set("Hm_unsent_" + c.id, l.stringify(b))
|
||
},
|
||
oa: function(a) {
|
||
var b;
|
||
try {
|
||
b = l.parse(g.get("Hm_unsent_" + c.id) || "[]")
|
||
} catch (d) {
|
||
b = []
|
||
}
|
||
if (b.length) {
|
||
a = a.replace(/^https?:\/\//, "");
|
||
for (var e = 0; e < b.length; e++)
|
||
if (a.replace(/&u=[^&]*/, "") === b[e].replace(/&u=[^&]*/, "")) {
|
||
b.splice(e, 1);
|
||
break
|
||
}
|
||
b.length ? g.set("Hm_unsent_" + c.id, l.stringify(b)) : this.Ba()
|
||
}
|
||
},
|
||
Ba: function() {
|
||
g.remove("Hm_unsent_" + c.id)
|
||
},
|
||
Cb: function() {
|
||
var a = this, d;
|
||
try {
|
||
d = l.parse(g.get("Hm_unsent_" + c.id) || "[]")
|
||
} catch (e) {
|
||
d = []
|
||
}
|
||
if (d.length)
|
||
for (var f = function(d) {
|
||
b.log(m.L + "//" + d, function(b) {
|
||
a.oa(b)
|
||
})
|
||
}, k = 0; k < d.length; k++)
|
||
f(d[k])
|
||
},
|
||
ea: function() {
|
||
return Math.round(+new Date / 1E3) % 65535
|
||
}
|
||
};
|
||
return new e
|
||
}
|
||
)();
|
||
var y = h.o
|
||
, z = h.load;
|
||
if (c.apps) {
|
||
var B = [y.protocol, "//ers.baidu.com/app/s.js?"];
|
||
B.push(c.apps);
|
||
z(B.join(""))
|
||
}
|
||
var D = h.o
|
||
, E = h.load;
|
||
c.pt && E([D.protocol, "//ada.baidu.com/phone-tracker/insert_bdtj?sid=", c.pt].join(""));
|
||
var F = h.load;
|
||
if (c.qiao) {
|
||
for (var G = ["https://goutong.baidu.com/site/"], H = c.id, I = 5381, J = H.length, K = 0; K < J; K++)
|
||
I = (33 * I + Number(H.charCodeAt(K))) % 4294967296;
|
||
2147483648 < I && (I -= 2147483648);
|
||
G.push(I % 1E3 + "/");
|
||
G.push(c.id + "/b.js");
|
||
G.push("?siteId=" + c.qiao);
|
||
F(G.join(""))
|
||
}
|
||
;
|
||
}
|
||
)();
|
||
<html lang="zh-cn"><head><title>未命名19:19</title><meta name="referrer" content="always"><meta charset="UTF-8"><meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,viewport-fit=cover"><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><meta name="format-detection" content="telephone=no,address=no,email=no"><meta name="renderer" content="webkit"><meta name="keywords" content="3A级,海洋"><meta name="description" content="未命名19:19 - 720云VR全景制作网"><meta name="robots" content="all"><link rel="shortcut icon" href="https://static-t.720static.com/favicon.ico"><script charset="utf-8" src="https://hmcdn.baidu.com/static/tongji/plugins/UrlChangeTracker.js"></script><script src="https://hm.baidu.com/hm.js?08a05dadf3e5b6d1c99fc4d862897e31"></script><script src="https://hm.baidu.com/hm.js?06f76638dac484b2b408d9d433b54006"></script><script>var _hmt = _hmt || [];
|
||
(function() {
|
||
var hm = document.createElement("script");
|
||
hm.src = "https://hm.baidu.com/hm.js?06f76638dac484b2b408d9d433b54006";
|
||
var s = document.getElementsByTagName("script")[0];
|
||
s.parentNode.insertBefore(hm, s);
|
||
})();</script><script>var _hmt = _hmt || [];
|
||
(function() {
|
||
var hm = document.createElement("script");
|
||
hm.src = "https://hm.baidu.com/hm.js?08a05dadf3e5b6d1c99fc4d862897e31";
|
||
var s = document.getElementsByTagName("script")[0];
|
||
s.parentNode.insertBefore(hm, s);
|
||
})();</script><link rel="stylesheet" href="https://static-t.720static.com/player-20260305/css/tour.19871711.css"><style>.innerWrapperClass {
|
||
display: flex;
|
||
}
|
||
.itemsWp {
|
||
display: flex;
|
||
}
|
||
</style><style>.Marquee {
|
||
/* overflow: hidden; 引起对不起 */
|
||
white-space: nowrap;
|
||
width: 100%;
|
||
line-height: normal;
|
||
}
|
||
.MarqueeDefault {
|
||
line-height: normal;
|
||
white-space: nowrap;
|
||
overflow: hidden;
|
||
text-overflow: ellipsis;
|
||
}
|
||
.marquee-align-left {
|
||
text-align: left;
|
||
justify-content: flex-start;
|
||
}
|
||
.marquee-align-right {
|
||
text-align: right;
|
||
justify-content: flex-end;
|
||
}
|
||
</style><style>.display-flex {
|
||
display: -webkit-box;
|
||
display: -moz-box;
|
||
display: -ms-flexbox;
|
||
display: -webkit-flex;
|
||
display: flex;
|
||
}
|
||
.block-horizontal-layout {
|
||
display: -webkit-box;
|
||
display: -moz-box;
|
||
display: -ms-flexbox;
|
||
display: -webkit-flex;
|
||
display: flex;
|
||
-webkit-flex-flow: row;
|
||
-moz-flex-flow: row;
|
||
-ms-flex-flow: row;
|
||
flex-flow: row;
|
||
}
|
||
.block-vertical-layout {
|
||
display: -webkit-box;
|
||
display: -moz-box;
|
||
display: -ms-flexbox;
|
||
display: -webkit-flex;
|
||
display: flex;
|
||
-webkit-flex-flow: column;
|
||
-moz-flex-flow: column;
|
||
-ms-flex-flow: column;
|
||
flex-flow: column;
|
||
}
|
||
.block-flow-layout {
|
||
display: -webkit-box;
|
||
display: -moz-box;
|
||
display: -ms-flexbox;
|
||
display: -webkit-flex;
|
||
display: flex;
|
||
-webkit-flex-flow: wrap;
|
||
-moz-flex-flow: wrap;
|
||
-ms-flex-flow: wrap;
|
||
flex-flow: wrap;
|
||
}
|
||
.block-justify-start {
|
||
-webkit-box-pack: start;
|
||
-webkit-justify-content: flex-start;
|
||
-ms-flex-pack: start;
|
||
justify-content: flex-start;
|
||
}
|
||
.block-justify-center {
|
||
-webkit-box-pack: center;
|
||
-webkit-justify-content: center;
|
||
-ms-flex-pack: center;
|
||
justify-content: center;
|
||
}
|
||
.block-justify-end {
|
||
-webkit-box-pack: end;
|
||
-webkit-justify-content: flex-end;
|
||
-ms-flex-pack: end;
|
||
justify-content: flex-end;
|
||
}
|
||
.block-justify-around {
|
||
-webkit-box-pack: justify;
|
||
-webkit-justify-content: space-around;
|
||
-ms-flex-pack: distribute;
|
||
justify-content: space-around;
|
||
}
|
||
.block-justify-between {
|
||
-webkit-box-pack: justify;
|
||
-webkit-justify-content: space-between;
|
||
-ms-flex-pack: justify;
|
||
justify-content: space-between;
|
||
}
|
||
.block-align-start {
|
||
-webkit-align-items: flex-start;
|
||
-webkit-box-pack: start;
|
||
-ms-flex-align: start;
|
||
align-items: flex-start;
|
||
}
|
||
.block-align-center {
|
||
-webkit-align-items: center;
|
||
-webkit-box-pack: center;
|
||
-ms-flex-align: center;
|
||
align-items: center;
|
||
}
|
||
.block-align-end {
|
||
-webkit-align-items: flex-end;
|
||
-webkit-box-pack: end;
|
||
-ms-flex-align: end;
|
||
align-items: flex-end;
|
||
}
|
||
</style><style>.pano-notice-bar {
|
||
font-size: 14px;
|
||
background: rgba(0, 0, 0, 0.3);
|
||
height: 40px;
|
||
overflow: hidden;
|
||
}
|
||
.pano-notice-bar-content {
|
||
white-space: nowrap;
|
||
color: #fff;
|
||
text-decoration: none;
|
||
}
|
||
</style><style>/* Slider */
|
||
.slick-slider {
|
||
position: relative;
|
||
display: block;
|
||
box-sizing: border-box;
|
||
-webkit-user-select: none;
|
||
-moz-user-select: none;
|
||
-ms-user-select: none;
|
||
user-select: none;
|
||
-webkit-touch-callout: none;
|
||
-khtml-user-select: none;
|
||
-ms-touch-action: pan-y;
|
||
touch-action: pan-y;
|
||
-webkit-tap-highlight-color: transparent;
|
||
}
|
||
.slick-list {
|
||
position: relative;
|
||
display: block;
|
||
overflow: hidden;
|
||
margin: 0;
|
||
padding: 0;
|
||
}
|
||
.slick-list:focus {
|
||
outline: none;
|
||
}
|
||
.slick-list.dragging {
|
||
cursor: pointer;
|
||
cursor: hand;
|
||
}
|
||
.slick-slider .slick-track,
|
||
.slick-slider .slick-list {
|
||
-webkit-transform: translate3d(0, 0, 0);
|
||
-moz-transform: translate3d(0, 0, 0);
|
||
-ms-transform: translate3d(0, 0, 0);
|
||
-o-transform: translate3d(0, 0, 0);
|
||
transform: translate3d(0, 0, 0);
|
||
}
|
||
.slick-track {
|
||
position: relative;
|
||
top: 0;
|
||
left: 0;
|
||
display: block;
|
||
margin-left: auto;
|
||
margin-right: auto;
|
||
}
|
||
.slick-track:before,
|
||
.slick-track:after {
|
||
display: table;
|
||
content: '';
|
||
}
|
||
.slick-track:after {
|
||
clear: both;
|
||
}
|
||
.slick-loading .slick-track {
|
||
visibility: hidden;
|
||
}
|
||
.slick-slide {
|
||
display: none;
|
||
float: left;
|
||
height: 100%;
|
||
min-height: 1px;
|
||
}
|
||
[dir='rtl'] .slick-slide {
|
||
float: right;
|
||
}
|
||
.slick-slide img {
|
||
display: block;
|
||
}
|
||
.slick-slide.slick-loading img {
|
||
display: none;
|
||
}
|
||
.slick-slide.dragging img {
|
||
pointer-events: none;
|
||
}
|
||
.slick-initialized .slick-slide {
|
||
display: block;
|
||
}
|
||
.slick-loading .slick-slide {
|
||
visibility: hidden;
|
||
}
|
||
.slick-vertical .slick-slide {
|
||
display: block;
|
||
height: auto;
|
||
border: 1px solid transparent;
|
||
}
|
||
.slick-arrow.slick-hidden {
|
||
display: none;
|
||
}
|
||
</style><style>@charset 'UTF-8';
|
||
/* Slider */
|
||
.slick-loading .slick-list {
|
||
background: #fff url(https://static-t.720static.com/player-20260305/imgs/ajax-loader.fb6f3c23.gif) center center no-repeat;
|
||
}
|
||
/* Icons */
|
||
@font-face {
|
||
font-family: 'slick';
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
src: url(https://static-t.720static.com/player-20260305/fonts/slick.a4e97f5a.eot);
|
||
src: url(https://static-t.720static.com/player-20260305/fonts/slick.a4e97f5a.eot?#iefix) format('embedded-opentype'), url(https://static-t.720static.com/player-20260305/fonts/slick.29518378.woff) format('woff'), url(https://static-t.720static.com/player-20260305/fonts/slick.c94f7671.ttf) format('truetype'), url(https://static-t.720static.com/player-20260305/imgs/slick.682d40a9.svg#slick) format('svg');
|
||
}
|
||
/* Arrows */
|
||
.slick-prev,
|
||
.slick-next {
|
||
font-size: 0;
|
||
line-height: 0;
|
||
position: absolute;
|
||
top: 50%;
|
||
display: block;
|
||
width: 20px;
|
||
height: 20px;
|
||
padding: 0;
|
||
-webkit-transform: translate(0, -50%);
|
||
-ms-transform: translate(0, -50%);
|
||
transform: translate(0, -50%);
|
||
cursor: pointer;
|
||
color: transparent;
|
||
border: none;
|
||
outline: none;
|
||
background: transparent;
|
||
}
|
||
.slick-prev:hover,
|
||
.slick-prev:focus,
|
||
.slick-next:hover,
|
||
.slick-next:focus {
|
||
color: transparent;
|
||
outline: none;
|
||
background: transparent;
|
||
}
|
||
.slick-prev:hover:before,
|
||
.slick-prev:focus:before,
|
||
.slick-next:hover:before,
|
||
.slick-next:focus:before {
|
||
opacity: 1;
|
||
}
|
||
.slick-prev.slick-disabled:before,
|
||
.slick-next.slick-disabled:before {
|
||
opacity: 0.25;
|
||
}
|
||
.slick-prev:before,
|
||
.slick-next:before {
|
||
font-family: 'slick';
|
||
font-size: 20px;
|
||
line-height: 1;
|
||
opacity: 0.75;
|
||
color: white;
|
||
-webkit-font-smoothing: antialiased;
|
||
-moz-osx-font-smoothing: grayscale;
|
||
}
|
||
.slick-prev {
|
||
left: -25px;
|
||
}
|
||
[dir='rtl'] .slick-prev {
|
||
right: -25px;
|
||
left: auto;
|
||
}
|
||
.slick-prev:before {
|
||
content: '←';
|
||
}
|
||
[dir='rtl'] .slick-prev:before {
|
||
content: '→';
|
||
}
|
||
.slick-next {
|
||
right: -25px;
|
||
}
|
||
[dir='rtl'] .slick-next {
|
||
right: auto;
|
||
left: -25px;
|
||
}
|
||
.slick-next:before {
|
||
content: '→';
|
||
}
|
||
[dir='rtl'] .slick-next:before {
|
||
content: '←';
|
||
}
|
||
/* Dots */
|
||
.slick-dotted.slick-slider {
|
||
margin-bottom: 30px;
|
||
}
|
||
.slick-dots {
|
||
position: absolute;
|
||
bottom: -25px;
|
||
display: block;
|
||
width: 100%;
|
||
padding: 0;
|
||
margin: 0;
|
||
list-style: none;
|
||
text-align: center;
|
||
}
|
||
.slick-dots li {
|
||
position: relative;
|
||
display: inline-block;
|
||
width: 20px;
|
||
height: 20px;
|
||
margin: 0 5px;
|
||
padding: 0;
|
||
cursor: pointer;
|
||
}
|
||
.slick-dots li button {
|
||
font-size: 0;
|
||
line-height: 0;
|
||
display: block;
|
||
width: 20px;
|
||
height: 20px;
|
||
padding: 5px;
|
||
cursor: pointer;
|
||
color: transparent;
|
||
border: 0;
|
||
outline: none;
|
||
background: transparent;
|
||
}
|
||
.slick-dots li button:hover,
|
||
.slick-dots li button:focus {
|
||
outline: none;
|
||
}
|
||
.slick-dots li button:hover:before,
|
||
.slick-dots li button:focus:before {
|
||
opacity: 1;
|
||
}
|
||
.slick-dots li button:before {
|
||
font-family: 'slick';
|
||
font-size: 6px;
|
||
line-height: 20px;
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
width: 20px;
|
||
height: 20px;
|
||
content: '•';
|
||
text-align: center;
|
||
opacity: 0.25;
|
||
color: black;
|
||
-webkit-font-smoothing: antialiased;
|
||
-moz-osx-font-smoothing: grayscale;
|
||
}
|
||
.slick-dots li.slick-active button:before {
|
||
opacity: 0.75;
|
||
color: black;
|
||
}
|
||
</style><style>.display-flex {
|
||
display: -webkit-box;
|
||
display: -moz-box;
|
||
display: -ms-flexbox;
|
||
display: -webkit-flex;
|
||
display: flex;
|
||
}
|
||
.block-horizontal-layout {
|
||
display: -webkit-box;
|
||
display: -moz-box;
|
||
display: -ms-flexbox;
|
||
display: -webkit-flex;
|
||
display: flex;
|
||
-webkit-flex-flow: row;
|
||
-moz-flex-flow: row;
|
||
-ms-flex-flow: row;
|
||
flex-flow: row;
|
||
}
|
||
.block-vertical-layout {
|
||
display: -webkit-box;
|
||
display: -moz-box;
|
||
display: -ms-flexbox;
|
||
display: -webkit-flex;
|
||
display: flex;
|
||
-webkit-flex-flow: column;
|
||
-moz-flex-flow: column;
|
||
-ms-flex-flow: column;
|
||
flex-flow: column;
|
||
}
|
||
.block-flow-layout {
|
||
display: -webkit-box;
|
||
display: -moz-box;
|
||
display: -ms-flexbox;
|
||
display: -webkit-flex;
|
||
display: flex;
|
||
-webkit-flex-flow: wrap;
|
||
-moz-flex-flow: wrap;
|
||
-ms-flex-flow: wrap;
|
||
flex-flow: wrap;
|
||
}
|
||
.block-justify-start {
|
||
-webkit-box-pack: start;
|
||
-webkit-justify-content: flex-start;
|
||
-ms-flex-pack: start;
|
||
justify-content: flex-start;
|
||
}
|
||
.block-justify-center {
|
||
-webkit-box-pack: center;
|
||
-webkit-justify-content: center;
|
||
-ms-flex-pack: center;
|
||
justify-content: center;
|
||
}
|
||
.block-justify-end {
|
||
-webkit-box-pack: end;
|
||
-webkit-justify-content: flex-end;
|
||
-ms-flex-pack: end;
|
||
justify-content: flex-end;
|
||
}
|
||
.block-justify-around {
|
||
-webkit-box-pack: justify;
|
||
-webkit-justify-content: space-around;
|
||
-ms-flex-pack: distribute;
|
||
justify-content: space-around;
|
||
}
|
||
.block-justify-between {
|
||
-webkit-box-pack: justify;
|
||
-webkit-justify-content: space-between;
|
||
-ms-flex-pack: justify;
|
||
justify-content: space-between;
|
||
}
|
||
.block-align-start {
|
||
-webkit-align-items: flex-start;
|
||
-webkit-box-pack: start;
|
||
-ms-flex-align: start;
|
||
align-items: flex-start;
|
||
}
|
||
.block-align-center {
|
||
-webkit-align-items: center;
|
||
-webkit-box-pack: center;
|
||
-ms-flex-align: center;
|
||
align-items: center;
|
||
}
|
||
.block-align-end {
|
||
-webkit-align-items: flex-end;
|
||
-webkit-box-pack: end;
|
||
-ms-flex-align: end;
|
||
align-items: flex-end;
|
||
}
|
||
</style><style>/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
|
||
.pswp {
|
||
--pswp-bg: #000;
|
||
--pswp-placeholder-bg: #222;
|
||
--pswp-root-z-index: 100000;
|
||
--pswp-preloader-color: rgba(79, 79, 79, 0.4);
|
||
--pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
|
||
/* defined via js:
|
||
--pswp-transition-duration: 333ms; */
|
||
--pswp-icon-color: #fff;
|
||
--pswp-icon-color-secondary: #4f4f4f;
|
||
--pswp-icon-stroke-color: #4f4f4f;
|
||
--pswp-icon-stroke-width: 2px;
|
||
--pswp-error-text-color: var(--pswp-icon-color);
|
||
}
|
||
/*
|
||
Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
|
||
*/
|
||
.pswp {
|
||
position: fixed;
|
||
top: 0;
|
||
left: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
z-index: var(--pswp-root-z-index);
|
||
display: none;
|
||
touch-action: none;
|
||
outline: 0;
|
||
opacity: 0.003;
|
||
contain: layout style size;
|
||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||
}
|
||
/* Prevents focus outline on the root element,
|
||
(it may be focused initially) */
|
||
.pswp:focus {
|
||
outline: 0;
|
||
}
|
||
.pswp * {
|
||
box-sizing: border-box;
|
||
}
|
||
.pswp img {
|
||
max-width: none;
|
||
}
|
||
.pswp--open {
|
||
display: block;
|
||
}
|
||
.pswp,
|
||
.pswp__bg {
|
||
transform: translateZ(0);
|
||
will-change: opacity;
|
||
}
|
||
.pswp__bg {
|
||
opacity: 0.005;
|
||
background: var(--pswp-bg);
|
||
}
|
||
.pswp,
|
||
.pswp__scroll-wrap {
|
||
overflow: hidden;
|
||
}
|
||
.pswp__scroll-wrap,
|
||
.pswp__bg,
|
||
.pswp__container,
|
||
.pswp__item,
|
||
.pswp__content,
|
||
.pswp__img,
|
||
.pswp__zoom-wrap {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
width: 100%;
|
||
height: 100%;
|
||
}
|
||
.pswp__img,
|
||
.pswp__zoom-wrap {
|
||
width: auto;
|
||
height: auto;
|
||
}
|
||
.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
|
||
cursor: -webkit-zoom-in;
|
||
cursor: -moz-zoom-in;
|
||
cursor: zoom-in;
|
||
}
|
||
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
|
||
cursor: move;
|
||
cursor: -webkit-grab;
|
||
cursor: -moz-grab;
|
||
cursor: grab;
|
||
}
|
||
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
|
||
cursor: -webkit-grabbing;
|
||
cursor: -moz-grabbing;
|
||
cursor: grabbing;
|
||
}
|
||
/* :active to override grabbing cursor */
|
||
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
|
||
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
|
||
.pswp__img {
|
||
cursor: -webkit-zoom-out;
|
||
cursor: -moz-zoom-out;
|
||
cursor: zoom-out;
|
||
}
|
||
/* Prevent selection and tap highlights */
|
||
.pswp__container,
|
||
.pswp__img,
|
||
.pswp__button,
|
||
.pswp__counter {
|
||
-webkit-user-select: none;
|
||
-moz-user-select: none;
|
||
-ms-user-select: none;
|
||
user-select: none;
|
||
}
|
||
.pswp__item {
|
||
/* z-index for fade transition */
|
||
z-index: 1;
|
||
overflow: hidden;
|
||
}
|
||
.pswp__hidden {
|
||
display: none !important;
|
||
}
|
||
/* Allow to click through pswp__content element, but not its children */
|
||
.pswp__content {
|
||
pointer-events: none;
|
||
}
|
||
.pswp__content > * {
|
||
pointer-events: auto;
|
||
}
|
||
/*
|
||
|
||
PhotoSwipe UI
|
||
|
||
*/
|
||
/*
|
||
Error message appears when image is not loaded
|
||
(JS option errorMsg controls markup)
|
||
*/
|
||
.pswp__error-msg-container {
|
||
display: grid;
|
||
}
|
||
.pswp__error-msg {
|
||
margin: auto;
|
||
font-size: 1em;
|
||
line-height: 1;
|
||
color: var(--pswp-error-text-color);
|
||
}
|
||
/*
|
||
class pswp__hide-on-close is applied to elements that
|
||
should hide (for example fade out) when PhotoSwipe is closed
|
||
and show (for example fade in) when PhotoSwipe is opened
|
||
*/
|
||
.pswp .pswp__hide-on-close {
|
||
opacity: 0.005;
|
||
will-change: opacity;
|
||
transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
|
||
z-index: 10;
|
||
/* always overlap slide content */
|
||
pointer-events: none;
|
||
/* hidden elements should not be clickable */
|
||
}
|
||
/* class pswp--ui-visible is added when opening or closing transition starts */
|
||
.pswp--ui-visible .pswp__hide-on-close {
|
||
opacity: 1;
|
||
pointer-events: auto;
|
||
}
|
||
/* <button> styles, including css reset */
|
||
.pswp__button {
|
||
position: relative;
|
||
display: block;
|
||
width: 50px;
|
||
height: 60px;
|
||
padding: 0;
|
||
margin: 0;
|
||
overflow: hidden;
|
||
cursor: pointer;
|
||
background: none;
|
||
border: 0;
|
||
box-shadow: none;
|
||
opacity: 0.85;
|
||
-webkit-appearance: none;
|
||
-webkit-touch-callout: none;
|
||
}
|
||
.pswp__button:hover,
|
||
.pswp__button:active,
|
||
.pswp__button:focus {
|
||
transition: none;
|
||
padding: 0;
|
||
background: none;
|
||
border: 0;
|
||
box-shadow: none;
|
||
opacity: 1;
|
||
}
|
||
.pswp__button:disabled {
|
||
opacity: 0.3;
|
||
cursor: auto;
|
||
}
|
||
.pswp__icn {
|
||
fill: var(--pswp-icon-color);
|
||
color: var(--pswp-icon-color-secondary);
|
||
}
|
||
.pswp__icn {
|
||
position: absolute;
|
||
top: 14px;
|
||
left: 9px;
|
||
width: 32px;
|
||
height: 32px;
|
||
overflow: hidden;
|
||
pointer-events: none;
|
||
}
|
||
.pswp__icn-shadow {
|
||
stroke: var(--pswp-icon-stroke-color);
|
||
stroke-width: var(--pswp-icon-stroke-width);
|
||
fill: none;
|
||
}
|
||
.pswp__icn:focus {
|
||
outline: 0;
|
||
}
|
||
/*
|
||
div element that matches size of large image,
|
||
large image loads on top of it,
|
||
used when msrc is not provided
|
||
*/
|
||
div.pswp__img--placeholder,
|
||
.pswp__img--with-bg {
|
||
background: var(--pswp-placeholder-bg);
|
||
}
|
||
.pswp__top-bar {
|
||
position: absolute;
|
||
left: 0;
|
||
top: 0;
|
||
width: 100%;
|
||
height: 60px;
|
||
display: flex;
|
||
flex-direction: row;
|
||
justify-content: flex-end;
|
||
z-index: 10;
|
||
/* allow events to pass through top bar itself */
|
||
pointer-events: none !important;
|
||
}
|
||
.pswp__top-bar > * {
|
||
pointer-events: auto;
|
||
/* this makes transition significantly more smooth,
|
||
even though inner elements are not animated */
|
||
will-change: opacity;
|
||
}
|
||
/*
|
||
|
||
Close button
|
||
|
||
*/
|
||
.pswp__button--close {
|
||
margin-right: 6px;
|
||
}
|
||
/*
|
||
|
||
Arrow buttons
|
||
|
||
*/
|
||
.pswp__button--arrow {
|
||
position: absolute;
|
||
top: 0;
|
||
width: 75px;
|
||
height: 100px;
|
||
top: 50%;
|
||
margin-top: -50px;
|
||
}
|
||
.pswp__button--arrow:disabled {
|
||
display: none;
|
||
cursor: default;
|
||
}
|
||
.pswp__button--arrow .pswp__icn {
|
||
top: 50%;
|
||
margin-top: -30px;
|
||
width: 60px;
|
||
height: 60px;
|
||
background: none;
|
||
border-radius: 0;
|
||
}
|
||
.pswp--one-slide .pswp__button--arrow {
|
||
display: none;
|
||
}
|
||
/* hide arrows on touch screens */
|
||
.pswp--touch .pswp__button--arrow {
|
||
visibility: hidden;
|
||
}
|
||
/* show arrows only after mouse was used */
|
||
.pswp--has_mouse .pswp__button--arrow {
|
||
visibility: visible;
|
||
}
|
||
.pswp__button--arrow--prev {
|
||
right: auto;
|
||
left: 0px;
|
||
}
|
||
.pswp__button--arrow--next {
|
||
right: 0px;
|
||
}
|
||
.pswp__button--arrow--next .pswp__icn {
|
||
left: auto;
|
||
right: 14px;
|
||
/* flip horizontally */
|
||
transform: scale(-1, 1);
|
||
}
|
||
/*
|
||
|
||
Zoom button
|
||
|
||
*/
|
||
.pswp__button--zoom {
|
||
display: none;
|
||
}
|
||
.pswp--zoom-allowed .pswp__button--zoom {
|
||
display: block;
|
||
}
|
||
/* "+" => "-" */
|
||
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
|
||
display: none;
|
||
}
|
||
/*
|
||
|
||
Loading indicator
|
||
|
||
*/
|
||
.pswp__preloader {
|
||
position: relative;
|
||
overflow: hidden;
|
||
width: 50px;
|
||
height: 60px;
|
||
margin-right: auto;
|
||
}
|
||
.pswp__preloader .pswp__icn {
|
||
opacity: 0;
|
||
transition: opacity 0.2s linear;
|
||
animation: pswp-clockwise 600ms linear infinite;
|
||
}
|
||
.pswp__preloader--active .pswp__icn {
|
||
opacity: 0.85;
|
||
}
|
||
@keyframes pswp-clockwise {
|
||
0% {
|
||
transform: rotate(0deg);
|
||
}
|
||
100% {
|
||
transform: rotate(360deg);
|
||
}
|
||
}
|
||
/*
|
||
|
||
"1 of 10" counter
|
||
|
||
*/
|
||
.pswp__counter {
|
||
height: 30px;
|
||
margin-top: 15px;
|
||
margin-inline-start: 20px;
|
||
font-size: 14px;
|
||
line-height: 30px;
|
||
color: var(--pswp-icon-color);
|
||
text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
|
||
opacity: 0.85;
|
||
}
|
||
.pswp--one-slide .pswp__counter {
|
||
display: none;
|
||
}
|
||
</style><style>.pano-button {
|
||
display: inline-flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
height: 30px;
|
||
padding-left: 15px;
|
||
padding-right: 15px;
|
||
border-radius: 3px;
|
||
user-select: none;
|
||
cursor: pointer;
|
||
}
|
||
.pano-button-primary {
|
||
background-color: #286efa;
|
||
color: #fff;
|
||
}
|
||
.pano-button-primary:hover {
|
||
background-color: #0057ff;
|
||
color: #fff;
|
||
}
|
||
.pano-button-important {
|
||
background-color: #db4437;
|
||
color: #fff;
|
||
}
|
||
.pano-button-important:hover {
|
||
background-color: #cc3629;
|
||
color: #fff;
|
||
}
|
||
.pano-button-outline {
|
||
background-color: transparent;
|
||
color: #286efa;
|
||
border: #286efa 1px solid;
|
||
}
|
||
.pano-button-outline:hover {
|
||
background-color: #286efa;
|
||
color: #fff;
|
||
}
|
||
.pano-button-gray {
|
||
background-color: transparent;
|
||
color: #4a4a4a;
|
||
border: #c4c4c4 1px solid;
|
||
}
|
||
.pano-button-gray:hover {
|
||
background-color: #4a4a4a;
|
||
color: #fff;
|
||
}
|
||
.pano-button-black {
|
||
background-color: #4a4a4a;
|
||
color: #fff;
|
||
}
|
||
.pano-button-black:hover {
|
||
background-color: #333333;
|
||
color: #fff;
|
||
}
|
||
.pano-button-md {
|
||
height: 34px;
|
||
}
|
||
.pano-button-lg {
|
||
height: 40px;
|
||
}
|
||
.pano-button-sm {
|
||
height: 30px;
|
||
}
|
||
.pano-button-xs {
|
||
height: 24px;
|
||
}
|
||
.pano-button-loading,
|
||
.pano-button-loading:hover {
|
||
background-color: #d8d8d8;
|
||
color: #fff;
|
||
border: 1px solid #d8d8d8;
|
||
cursor: wait;
|
||
}
|
||
.pano-button-disabled,
|
||
.pano-button-disabled:hover {
|
||
background-color: #d8d8d8;
|
||
color: #fff;
|
||
border: 1px solid #d8d8d8;
|
||
cursor: not-allowed;
|
||
}
|
||
</style><style>@font-face {
|
||
font-family: SourceHanSerifSC-Light;
|
||
src: url('https://static-t.720static.com/web-font/SourceHanSerifSC-Light.woff2'),
|
||
url('https://static-t.720static.com/web-font/SourceHanSerifSC-Light.otf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: SourceHanSerifSC-Regular;
|
||
src: url('https://static-t.720static.com/web-font/SourceHanSerifSC-Light.woff2'),
|
||
url('https://static-t.720static.com/web-font/SourceHanSerifSC-Light.otf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: SourceHanSerifSC-Bold;
|
||
src: url('https://static-t.720static.com/web-font/SourceHanSerifSC-Bold.woff2'),
|
||
url('https://static-t.720static.com/web-font/SourceHanSerifSC-Bold.otf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: SourceHanSerifSC-Heavy;
|
||
src: url('https://static-t.720static.com/web-font/SourceHanSerifSC-Heavy.woff2'),
|
||
url('https://static-t.720static.com/web-font/SourceHanSerifSC-Heavy.otf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: SourceHanSansSC-Light;
|
||
src: url('https://static-t.720static.com/web-font/SourceHanSansSC-Light.woff2'),
|
||
url('https://static-t.720static.com/web-font/SourceHanSansSC-Light.otf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: SourceHanSansSC-Regular;
|
||
src: url('https://static-t.720static.com/web-font/SourceHanSansSC-Regular.woff2'),
|
||
url('https://static-t.720static.com/web-font/SourceHanSansSC-Regular.otf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: SourceHanSansSC-Bold;
|
||
src: url('https://static-t.720static.com/web-font/SourceHanSansSC-Bold.woff2'),
|
||
url('https://static-t.720static.com/web-font/SourceHanSansSC-Bold.otf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: SourceHanSansSC-Heavy;
|
||
src: url('https://static-t.720static.com/web-font/SourceHanSansSC-Heavy.woff2'),
|
||
url('https://static-t.720static.com/web-font/SourceHanSansSC-Heavy.otf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: AlibabaPuHuiTi-3-45-Light;
|
||
src: url('https://static-t.720static.com/web-font/AlibabaPuHuiTi-3-45-Light.woff2'),
|
||
url('https://static-t.720static.com/web-font/AlibabaPuHuiTi-3-45-Light.woff'),
|
||
url('https://static-t.720static.com/web-font/AlibabaPuHuiTi-3-45-Light.otf'),
|
||
url('https://static-t.720static.com/web-font/AlibabaPuHuiTi-3-45-Light.ttf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: AlibabaPuHuiTi-3-55-Regular;
|
||
src: url('https://static-t.720static.com/web-font/AlibabaPuHuiTi-3-55-Regular.woff2'),
|
||
url('https://static-t.720static.com/web-font/AlibabaPuHuiTi-3-55-Regular.woff'),
|
||
url('https://static-t.720static.com/web-font/AlibabaPuHuiTi-3-55-Regular.otf'),
|
||
url('https://static-t.720static.com/web-font/AlibabaPuHuiTi-3-55-Regular.ttf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: AlibabaPuHuiTi-3-85-Bold;
|
||
src: url('https://static-t.720static.com/web-font/AlibabaPuHuiTi-3-85-Bold.woff2'),
|
||
url('https://static-t.720static.com/web-font/AlibabaPuHuiTi-3-85-Bold.woff'),
|
||
url('https://static-t.720static.com/web-font/AlibabaPuHuiTi-3-85-Bold.otf'),
|
||
url('https://static-t.720static.com/web-font/AlibabaPuHuiTi-3-85-Bold.ttf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: AlibabaPuHuiTi-3-115-Black;
|
||
src: url('https://static-t.720static.com/web-font/AlibabaPuHuiTi-3-115-Black.woff2'),
|
||
url('https://static-t.720static.com/web-font/AlibabaPuHuiTi-3-115-Black.woff'),
|
||
url('https://static-t.720static.com/web-font/AlibabaPuHuiTi-3-115-Black.otf'),
|
||
url('https://static-t.720static.com/web-font/AlibabaPuHuiTi-3-115-Black.ttf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: AlimamaShuHeiTi-Bold;
|
||
src: url('https://static-t.720static.com/web-font/AlimamaShuHeiTi-Bold.woff2'),
|
||
url('https://static-t.720static.com/web-font/AlimamaShuHeiTi-Bold.woff'),
|
||
url('https://static-t.720static.com/web-font/AlimamaShuHeiTi-Bold.otf'),
|
||
url('https://static-t.720static.com/web-font/AlimamaShuHeiTi-Bold.ttf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: AlimamaDaoLiTi;
|
||
src: url('https://static-t.720static.com/web-font/AlimamaDaoLiTi.woff2'),
|
||
url('https://static-t.720static.com/web-font/AlimamaDaoLiTi.woff'),
|
||
url('https://static-t.720static.com/web-font/AlimamaDaoLiTi.otf'),
|
||
url('https://static-t.720static.com/web-font/AlimamaDaoLiTi.ttf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: AlimamaDongFangDaKai-Regular;
|
||
src: url('https://static-t.720static.com/web-font/AlimamaDongFangDaKai-Regular.woff2'),
|
||
url('https://static-t.720static.com/web-font/AlimamaDongFangDaKai-Regular.woff'),
|
||
url('https://static-t.720static.com/web-font/AlimamaDongFangDaKai-Regular.otf'),
|
||
url('https://static-t.720static.com/web-font/AlimamaDongFangDaKai-Regular.ttf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: DingTalkJinBuTi-Regular;
|
||
src: url('https://static-t.720static.com/web-font/DingTalkJinBuTi-Regular.ttf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: ZCOOL-Kuhei;
|
||
src: url('https://static-t.720static.com/web-font/ZCOOL-Kuhei.ttf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: ZCOOL-Gaoduanhei;
|
||
src: url('https://static-t.720static.com/web-font/ZCOOL-Gaoduanhei.ttf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: ZCOOL-Wenyi;
|
||
src: url('https://static-t.720static.com/web-font/ZCOOL-Wenyi.woff2'),
|
||
url('https://static-t.720static.com/web-font/ZCOOL-Wenyi.woff'),
|
||
url('https://static-t.720static.com/web-font/ZCOOL-Wenyi.ttf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: ZCOOL-XiaoweiLogo;
|
||
src: url('https://static-t.720static.com/web-font/ZCOOL-XiaoweiLogo.woff2'),
|
||
url('https://static-t.720static.com/web-font/ZCOOL-XiaoweiLogo.woff'),
|
||
url('https://static-t.720static.com/web-font/ZCOOL-XiaoweiLogo.otf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: ZCOOL-Cangeryuyang-W02;
|
||
src: url('https://static-t.720static.com/web-font/站酷仓耳渔阳体-W02.ttf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: ZCOOL-Cangeryuyang-W03;
|
||
src: url('https://static-t.720static.com/web-font/站酷仓耳渔阳体-W03.ttf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: ZCOOL-Cangeryuyang-W04;
|
||
src: url('https://static-t.720static.com/web-font/站酷仓耳渔阳体-W04.ttf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: ZCOOL-Cangeryuyang-W05;
|
||
src: url('https://static-t.720static.com/web-font/站酷仓耳渔阳体-W05.ttf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: DouyinSansBold;
|
||
src: url('https://static-t.720static.com/web-font/DouyinSansBold.ttf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: WSQuanXing-Regular;
|
||
src: url('https://static-t.720static.com/web-font/WSQuanXing-Regular.ttf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: DOUYUFont;
|
||
src: url('https://static-t.720static.com/web-font/DOUYUFont2.0.woff2'),
|
||
url('https://static-t.720static.com/web-font/DOUYUFont2.0.woff'),
|
||
url('https://static-t.720static.com/web-font/DOUYUFont2.0.ttf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: Kingsoft_Cloud_Font;
|
||
src: url('https://static-t.720static.com/web-font/Kingsoft_Cloud_Font_v1.0.1.ttf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: xianglifangheiti;
|
||
src: url('https://static-t.720static.com/web-font/xianglifangheiti.ttf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: CJgaodeguomh;
|
||
src: url('https://static-t.720static.com/web-font/CJgaodeguomh.ttf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: ChillOrganic-Regular;
|
||
src: url('https://static-t.720static.com/web-font/ChillOrganic_Regular.woff2'),
|
||
url('https://static-t.720static.com/web-font/ChillOrganic_Regular.woff'),
|
||
url('https://static-t.720static.com/web-font/ChillOrganic_Regular.otf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: ChillOrganic-Medium;
|
||
src: url('https://static-t.720static.com/web-font/ChillOrganic_Medium.woff2'),
|
||
url('https://static-t.720static.com/web-font/ChillOrganic_Medium.woff'),
|
||
url('https://static-t.720static.com/web-font/ChillOrganic_Medium.otf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: ChillInorganic-Regular;
|
||
src: url('https://static-t.720static.com/web-font/ChillInorganic_Regular.woff2'),
|
||
url('https://static-t.720static.com/web-font/ChillInorganic_Regular.woff'),
|
||
url('https://static-t.720static.com/web-font/ChillInorganic_Regular.otf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: ChillInorganic-Medium;
|
||
src: url('https://static-t.720static.com/web-font/ChillInorganic_Medium.woff2'),
|
||
url('https://static-t.720static.com/web-font/ChillInorganic_Medium.woff'),
|
||
url('https://static-t.720static.com/web-font/ChillInorganic_Medium.otf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: ChillKai;
|
||
src: url('https://static-t.720static.com/web-font/ChillKai.woff2'),
|
||
url('https://static-t.720static.com/web-font/ChillKai.woff'),
|
||
url('https://static-t.720static.com/web-font/ChillKai.ttf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: LXGWWenKaiGB-Light;
|
||
src: url('https://static-t.720static.com/web-font/LXGWWenKaiGB-Light.woff2'),
|
||
url('https://static-t.720static.com/web-font/LXGWWenKaiGB-Light.woff'),
|
||
url('https://static-t.720static.com/web-font/LXGWWenKaiGB-Light.ttf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: LXGWWenKaiGB-Regular;
|
||
src: url('https://static-t.720static.com/web-font/LXGWWenKaiGB-Regular.woff2'),
|
||
url('https://static-t.720static.com/web-font/LXGWWenKaiGB-Regular.woff'),
|
||
url('https://static-t.720static.com/web-font/LXGWWenKaiGB-Regular.ttf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: LXGWWenKaiGB-Medium;
|
||
src: url('https://static-t.720static.com/web-font/LXGWWenKaiGB-Medium.woff2'),
|
||
url('https://static-t.720static.com/web-font/LXGWWenKaiGB-Medium.woff'),
|
||
url('https://static-t.720static.com/web-font/LXGWWenKaiGB-Medium.ttf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: nzgrRuYinZouZhangKai;
|
||
src: url('https://static-t.720static.com/web-font/nzgrRuYinZouZhangKai.woff2'),
|
||
url('https://static-t.720static.com/web-font/nzgrRuYinZouZhangKai.woff'),
|
||
url('https://static-t.720static.com/web-font/nzgrRuYinZouZhangKai.ttf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: ZhuqueFangsong-Regular;
|
||
src: url('https://static-t.720static.com/web-font/ZhuqueFangsong-Regular.woff2'),
|
||
url('https://static-t.720static.com/web-font/ZhuqueFangsong-Regular.woff'),
|
||
url('https://static-t.720static.com/web-font/ZhuqueFangsong-Regular.ttf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: HanaMinA;
|
||
src: url('https://static-t.720static.com/web-font/HanaMinA.woff2'),
|
||
url('https://static-t.720static.com/web-font/HanaMinA.woff'),
|
||
url('https://static-t.720static.com/web-font/HanaMinA.ttf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: KingHwaOldSong;
|
||
src: url('https://static-t.720static.com/web-font/KingHwa_OldSong2.002.woff2'),
|
||
url('https://static-t.720static.com/web-font/KingHwa_OldSong2.002.woff'),
|
||
url('https://static-t.720static.com/web-font/KingHwa_OldSong2.002.ttf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: QIJIFALLBACK;
|
||
src: url('https://static-t.720static.com/web-font/qiji-fallback.woff2'),
|
||
url('https://static-t.720static.com/web-font/qiji-fallback.ttf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: QIJIC;
|
||
src: url('https://static-t.720static.com/web-font/qiji-combo.woff2'),
|
||
url('https://static-t.720static.com/web-font/qiji-combo.ttf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: YangRendongZhushiFont-Regular;
|
||
src: url('https://static-t.720static.com/web-font/YangRendongZhushiFont-Regular.woff2'),
|
||
url('https://static-t.720static.com/web-font/YangRendongZhushiFont-Regular.woff'),
|
||
url('https://static-t.720static.com/web-font/YangRendongZhushiFont-Regular.ttf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
@font-face {
|
||
font-family: YangRendongZhushiFont-Bold;
|
||
src: url('https://static-t.720static.com/web-font/YangRendongZhushiFont-Bold.woff2'),
|
||
url('https://static-t.720static.com/web-font/YangRendongZhushiFont-Bold.woff'),
|
||
url('https://static-t.720static.com/web-font/YangRendongZhushiFont-Bold.ttf');
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
}
|
||
</style><style data-emotion="css" data-s=""></style><style data-react-tooltip="true">.__react_component_tooltip {
|
||
border-radius: 3px;
|
||
display: inline-block;
|
||
font-size: 13px;
|
||
left: -999em;
|
||
opacity: 0;
|
||
padding: 8px 21px;
|
||
position: fixed;
|
||
pointer-events: none;
|
||
transition: opacity 0.3s ease-out;
|
||
top: -999em;
|
||
visibility: hidden;
|
||
z-index: 999;
|
||
}
|
||
.__react_component_tooltip.allow_hover, .__react_component_tooltip.allow_click {
|
||
pointer-events: auto;
|
||
}
|
||
.__react_component_tooltip::before, .__react_component_tooltip::after {
|
||
content: "";
|
||
width: 0;
|
||
height: 0;
|
||
position: absolute;
|
||
}
|
||
.__react_component_tooltip.show {
|
||
opacity: 0.9;
|
||
margin-top: 0;
|
||
margin-left: 0;
|
||
visibility: visible;
|
||
}
|
||
.__react_component_tooltip.place-top::before {
|
||
border-left: 10px solid transparent;
|
||
border-right: 10px solid transparent;
|
||
bottom: -8px;
|
||
left: 50%;
|
||
margin-left: -10px;
|
||
}
|
||
.__react_component_tooltip.place-bottom::before {
|
||
border-left: 10px solid transparent;
|
||
border-right: 10px solid transparent;
|
||
top: -8px;
|
||
left: 50%;
|
||
margin-left: -10px;
|
||
}
|
||
.__react_component_tooltip.place-left::before {
|
||
border-top: 6px solid transparent;
|
||
border-bottom: 6px solid transparent;
|
||
right: -8px;
|
||
top: 50%;
|
||
margin-top: -5px;
|
||
}
|
||
.__react_component_tooltip.place-right::before {
|
||
border-top: 6px solid transparent;
|
||
border-bottom: 6px solid transparent;
|
||
left: -8px;
|
||
top: 50%;
|
||
margin-top: -5px;
|
||
}
|
||
.__react_component_tooltip .multi-line {
|
||
display: block;
|
||
padding: 2px 0;
|
||
text-align: center;
|
||
}</style><script src="https://player-t.720static.com/krp/1.23.3/player.js?1.23.3"></script></head><body><div id="panoContainer"><div style="height: 100vh;"><div class="rootWp--decOw"><div class="css-f935yq" style="flex: 1 1 0%;"><div class="__react_component_tooltip t8e9a5de8-3dfd-4854-a5f0-f27c3193ccab place-top type-dark" id="t8e9a5de8-3dfd-4854-a5f0-f27c3193ccab" data-id="tooltip"><style aria-hidden="true">
|
||
.t8e9a5de8-3dfd-4854-a5f0-f27c3193ccab {
|
||
color: #fff;
|
||
background: #222;
|
||
border: 1px solid transparent;
|
||
}
|
||
|
||
.t8e9a5de8-3dfd-4854-a5f0-f27c3193ccab.place-top {
|
||
margin-top: -10px;
|
||
}
|
||
.t8e9a5de8-3dfd-4854-a5f0-f27c3193ccab.place-top::before {
|
||
border-top: 8px solid transparent;
|
||
}
|
||
.t8e9a5de8-3dfd-4854-a5f0-f27c3193ccab.place-top::after {
|
||
border-left: 8px solid transparent;
|
||
border-right: 8px solid transparent;
|
||
bottom: -6px;
|
||
left: 50%;
|
||
margin-left: -8px;
|
||
border-top-color: #222;
|
||
border-top-style: solid;
|
||
border-top-width: 6px;
|
||
}
|
||
|
||
.t8e9a5de8-3dfd-4854-a5f0-f27c3193ccab.place-bottom {
|
||
margin-top: 10px;
|
||
}
|
||
.t8e9a5de8-3dfd-4854-a5f0-f27c3193ccab.place-bottom::before {
|
||
border-bottom: 8px solid transparent;
|
||
}
|
||
.t8e9a5de8-3dfd-4854-a5f0-f27c3193ccab.place-bottom::after {
|
||
border-left: 8px solid transparent;
|
||
border-right: 8px solid transparent;
|
||
top: -6px;
|
||
left: 50%;
|
||
margin-left: -8px;
|
||
border-bottom-color: #222;
|
||
border-bottom-style: solid;
|
||
border-bottom-width: 6px;
|
||
}
|
||
|
||
.t8e9a5de8-3dfd-4854-a5f0-f27c3193ccab.place-left {
|
||
margin-left: -10px;
|
||
}
|
||
.t8e9a5de8-3dfd-4854-a5f0-f27c3193ccab.place-left::before {
|
||
border-left: 8px solid transparent;
|
||
}
|
||
.t8e9a5de8-3dfd-4854-a5f0-f27c3193ccab.place-left::after {
|
||
border-top: 5px solid transparent;
|
||
border-bottom: 5px solid transparent;
|
||
right: -6px;
|
||
top: 50%;
|
||
margin-top: -4px;
|
||
border-left-color: #222;
|
||
border-left-style: solid;
|
||
border-left-width: 6px;
|
||
}
|
||
|
||
.t8e9a5de8-3dfd-4854-a5f0-f27c3193ccab.place-right {
|
||
margin-left: 10px;
|
||
}
|
||
.t8e9a5de8-3dfd-4854-a5f0-f27c3193ccab.place-right::before {
|
||
border-right: 8px solid transparent;
|
||
}
|
||
.t8e9a5de8-3dfd-4854-a5f0-f27c3193ccab.place-right::after {
|
||
border-top: 5px solid transparent;
|
||
border-bottom: 5px solid transparent;
|
||
left: -6px;
|
||
top: 50%;
|
||
margin-top: -4px;
|
||
border-right-color: #222;
|
||
border-right-style: solid;
|
||
border-right-width: 6px;
|
||
}
|
||
</style></div><div style="flex: 1 1 0%; position: relative;"><div id="krp" style="position: absolute; inset: 0px; z-index: 0;"><div id="player_krp" tabindex="-1" style="position: relative; overflow: hidden; isolation: isolate; height: 100%; line-height: normal; font-weight: normal; font-style: normal; outline: 0px; -webkit-tap-highlight-color: transparent; background: rgb(0, 0, 0); width: 100%;"><div style="position: absolute; left: 0px; top: 0px; width: 595px; height: 928px; overflow: hidden; user-select: none; touch-action: none; -webkit-tap-highlight-color: transparent; cursor: default;"><div style="position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; overflow: hidden; pointer-events: none;"><canvas width="1190" height="1856" style="position: absolute; left: 0px; top: 0px; width: 595px; height: 928px;"></canvas></div><div style="position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; overflow: hidden; user-select: none; z-index: 1;"><div style="position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; overflow: hidden; user-select: none; transform-style: preserve-3d;"></div><div style="position: absolute; background: none no-repeat; box-sizing: content-box; overflow: visible; opacity: 1; cursor: default; pointer-events: none; z-index: 1; visibility: visible; width: 0px; height: 0px; transform: translateZ(0px) translate(0px, 0px) translate(0px, 0px);"></div><div style="position: absolute; background: none no-repeat; box-sizing: content-box; overflow: visible; opacity: 1; cursor: pointer; pointer-events: auto; z-index: 2; visibility: visible; width: 0px; height: 0px; transform: translateZ(0px) translate(0px, 0px) translate(0px, 0px);"></div><div style="display: none; position: absolute; background: none no-repeat content-box border-box rgba(0, 0, 0, 0.5); box-sizing: content-box; overflow: visible; opacity: 0; cursor: pointer; pointer-events: auto; border-color: rgb(0, 0, 0); border-style: solid; border-width: 0px; border-radius: 0px; z-index: 3; width: 87px; height: 35px; transform: translateZ(0px) translate(254px, 24px) translate(0px, 0px); visibility: hidden;"></div><div style="display: none; position: absolute; background: none no-repeat content-box border-box rgba(0, 0, 0, 0.5); box-sizing: content-box; overflow: visible; opacity: 0; cursor: pointer; pointer-events: auto; border-color: rgb(0, 0, 0); border-style: solid; border-width: 0px; border-radius: 0px; z-index: 4; width: 106px; height: 35px; transform: translateZ(0px) translate(244.5px, 869px) translate(0px, 0px); visibility: hidden;"></div></div></div><div style="position: absolute; left: 0px; bottom: -1px; width: 100%; height: 156px; overflow: hidden; display: none; touch-action: none; transform: translateZ(2e+12px); z-index: 999999999;"><div style="position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; overflow: hidden; touch-action: none; background-color: rgb(0, 0, 0); box-sizing: border-box; border-top: 1px solid rgba(255, 255, 255, 0.8); border-bottom: 1px solid rgba(255, 255, 255, 0.8); opacity: 0.6;"></div><pre style="touch-action: pan-y; position: absolute; left: 5px; top: 0px; margin: 6px 0px; padding: 0px 16px 0px 0px; border: 0px; border-radius: 0px; width: 100%; height: 146px; overflow: hidden auto; text-align: left; white-space: pre-line; text-size-adjust: none; user-select: text; cursor: text; display: block !important; background: none !important; font-family: "Courier New" !important; font-size: 11px !important; line-height: 1.2 !important; color: rgb(255, 255, 255) !important;"><div>INFO: krpano 1.23.3 (build 2025-11-15)</div><div>INFO: Desktop - Chrome 145.0 - WebGL2</div><div>INFO: Registered to: OTHINK Technology Co.,Ltd.</div></pre><div style="position: absolute; right: 0px; top: 6px; padding: 0px 4px; height: 30px; user-select: none; cursor: pointer; -webkit-tap-highlight-color: transparent; font-family: "Courier New"; font-size: 10px; color: rgb(255, 255, 255);">CLOSE</div><div style="position: absolute; right: 2px; bottom: 7px; padding: 1px 4px; height: 14px; user-select: none; cursor: pointer; -webkit-tap-highlight-color: transparent; font-family: "Courier New"; font-size: 14px; color: rgb(170, 170, 170);">⇵</div><div style="position: absolute; right: 0px; bottom: 21px; padding: 1px 4px; height: 12px; user-select: none; cursor: pointer; -webkit-tap-highlight-color: transparent; font-family: "Courier New"; font-size: 10px; color: rgb(15, 255, 0); display: none;">LAYERS</div><div style="position: absolute; right: 0px; bottom: 35px; padding: 1px 4px; height: 12px; user-select: none; cursor: pointer; -webkit-tap-highlight-color: transparent; font-family: "Courier New"; font-size: 10px; color: rgb(15, 255, 0); display: none;">HOTSPOTS</div><div style="position: absolute; right: 0px; bottom: 49px; padding: 1px 4px; height: 12px; user-select: none; cursor: pointer; -webkit-tap-highlight-color: transparent; font-family: "Courier New"; font-size: 10px; color: rgb(15, 255, 0); display: none;">PANO</div><div style="position: absolute; right: 0px; bottom: 63px; padding: 1px 4px; height: 12px; user-select: none; cursor: pointer; -webkit-tap-highlight-color: transparent; font-family: "Courier New"; font-size: 10px; color: rgb(15, 255, 0); display: none;">DEBUGKEYS</div><div style="position: absolute; right: 0px; bottom: 77px; padding: 1px 4px; height: 12px; user-select: none; cursor: pointer; -webkit-tap-highlight-color: transparent; font-family: "Courier New"; font-size: 10px; color: rgb(15, 255, 0); display: none;">CLEARLOG</div><div style="position: absolute; right: 0px; bottom: 91px; padding: 1px 4px; height: 12px; user-select: none; cursor: pointer; -webkit-tap-highlight-color: transparent; font-family: "Courier New"; font-size: 10px; color: rgb(15, 255, 0); display: none;">INPUT</div></div><div style="position: absolute; width: 0px; height: 0px; overflow: hidden; pointer-events: none;"><div spellcheck="false" contenteditable="false" style="display: inline-block; white-space: nowrap; text-overflow: inherit; overflow: visible; outline: none; box-sizing: border-box; position: absolute; top: 0px; left: 0px; user-select: none; cursor: inherit; padding: 6px 10px; font-family: Arial; line-height: normal; text-align: left; color: rgb(255, 255, 255); font-size: 20px; pointer-events: none; width: auto; transform-origin: 0% 0%; transform: translate(0px, 0px) scale(1, 1);">Exit VR</div><div spellcheck="false" contenteditable="false" style="display: inline-block; white-space: nowrap; text-overflow: inherit; overflow: visible; outline: none; box-sizing: border-box; position: absolute; top: 0px; left: 0px; user-select: none; cursor: inherit; padding: 6px 10px; font-family: Arial; line-height: normal; text-align: left; color: rgb(255, 255, 255); font-size: 20px; pointer-events: none; width: auto; transform-origin: 0% 0%; transform: translate(0px, 0px) scale(1, 1);">VR Setup</div></div></div></div><div class="topWp--CaFIq theme2"><div class="right--I5Ndo"><div class="PanoSandBox--rMCv_ theme2" style="opacity: 0; height: 0px; overflow: hidden;"><div class="PanoSandBoxContent--ev7x0"><div id="r_lh8upljh" style="position: absolute; inset: 0px; display: none;"></div><div id="r_oqj93rt1" style="position: absolute; inset: 0px; display: none;"></div></div><div class="PanoSandBoxBtn--_snUf css-jxzr5i"><div class="PanoSandBoxBtnWp--meC9L css-sz498t"><div class="PanoSandBoxBtnTitle--Lm0_h"></div><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAjFJREFUWEfNluFVFTEQhe+tQKxArECoQKxAqQCpQK1ArUCtQKlArACsQKgAOwArGM/Hyb6TzSa7eep7z/m3u8nOl5k7k7F2bN6xf3UBRMS+pOeSXkjak3SQwK8k3Uk6l/TN9s91DzQLkBy/lfSy88dfJL1fB6QJEBGc9nM6caf/+2VE5NQ2UVm0KkBEcGKc/40BQURmbQIw4/w65fpSErnH0MJR0saTiqfjpUiMAFLOf1TC/sn269ZRIgJhvpP0qlhDOg7nNFECELKT4iejU0RE5N9tr/6RdPO12H9muynifDOldlNsnpx8DoC9EfGxEonHrSjkAIT4QwZwbXuo99XrDgDSgU5yTbyxDdjEcgA2Pc1WUM/kdWRLACkK7KN/DPbdNmKdBaCLPcpWPLN9WTpsCXF4jyYiAmcX2dor24dLACNxSXpo++4PAUjDbUuso/fDQ8XR1gE2mYKqoDn8fyXCsgxptwiRbrZuGSLAvIS7ynC3jSjV7+5acQIgCoT+QVGzdDEa0ygdWQVRdjSe8sL6RSq6L6MEwSBSXih8Aowhg47J1YzRbofreNK2JR2zvgU+qoJCaP9kIEnQCBIRVoeTpZGMTWU6lroxYecA9BWckx6sOiH1DKVcLOWM0II4S4MJWgGghJ9ArDOWo41hLB+uWrQwjOXnudhmRrsRRBfAUsxb33sgNgqQqqomaHSyT3VsHKACgfMj2/eT9VYAMgga2sr5VgESxF7ZlLYWgZZQfwO5/Cgwk8boygAAAABJRU5ErkJggg==" alt=""><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAvhJREFUWEfFl0GITlEUx3//GmVBsVAUZcqCspkyC2VhQigTUyRFsZJQFpRCFLJAFqbMDgtRpiipKcoUOwpRpiizGJmFMgtlFlNH/+l90/Xmfe+9bzTjbr6Zb86593fPued/zoj/vDST8yNiKTAuaWwm/qlPLYCI2AzsBPy5OtlgHPgIPAX6JfnnllYpQERsBK4C62ru+gA4J+lLTXuaAkTEReBs3Y0Su1/AAUmP6/gWAkTEQ2B3yQajwHxgUYnNcUm9VRDTAJrcfAK4B9wBXkny70TEAmAbcBRwutJlm25JA2UQfwFkOX+RcxgBeiS9KdsoIg4Ct7LINExdJe1l1ZIHeJ17cD68U5JDXrmyCzwD2hLja5JONXOeAshKzc6N5RCur7p5fuOIOAHcSL53qS6R5Mc5baUAN4FjicVdSQ5rSysifPtPwKrEcZ8kl2gpgJ1SkenygwOWt0AwIWkkIi4A5xO/PklHqgAiZzAvO/xrCwDDktoL0jkoyRcqjkCm7d+Tv45KWhYRK4GZADj8n5P9hiStKQOwoPxMDMYkLf4HgLXAh2S/d5I6qlLwO1fDCzOle9lCCr5J2hARO4Anid+ApO1VAHkN2COpv4XDp0wjIl9R1yWdrAK4BJxJjJo+nDKoiHA6/W7SPrFF0vMqgHzebH9IkvW/9oqI20CqH1bRFY3+kd8oL8UWi72JkVVsu6TBOgQRcRq4krMt7Yp5AJfPW8BdrrEsydby3ma3yMJu+c0rpyekjmZ+PqCoHe8CHhXc2FOOW7LVcTirGOvEVmB/wWzgTtg5eUjJhNRsIHFP8I3SrlYnCw0bH96ddVaPdO4FhRVVNpJ50LhfMfUUQTnsPYC1oNEVncZCiKqh1KXkxnI4J1JFB/u1Xwb6AKfGzS2NYCFE3bHcj9I32pS12cn/C4AfwHvAY5d1Y3JU84oIz5SOYClELYBWkp/a1oGYVYCSSEyV56wDFEAMAV2NOXNOABIIT0nuC1ND7pwBZBBteVWcU4Cix/wHpiUdMMlV1PQAAAAASUVORK5CYII=" alt=""></div></div></div></div><div class="LeftBtn--IAuor"><div class="authorPvBox--nJZxt"><a class="Author--cqnIm" target="_blank" rel="noopener noreferrer" href="https://www.720yun.com/u/d22jkguytw6" style="opacity: 0; pointer-events: none; height: 0px; overflow: hidden;">创作者:Alen</a><span class="pv--_0H7S" style="opacity: 0; pointer-events: none; height: 0px; overflow: hidden;">167人来过</span></div><div style="position: absolute;"><div style="opacity: 0; cursor: pointer; pointer-events: none; height: 0px; overflow: hidden;"><svg width="60" height="32" fill="none" viewBox="0 0 65 34.667" class="logo--b6sEl" alt="720云VR全景制作网"><path d="M28.727 20.818a1.105 1.105 0 0 1-.778 1.883H14.493a1.144 1.144 0 0 1-1.144-.972 12.523 12.523 0 0 1-.049-.505 6.176 6.176 0 0 1-.02-.445c0-.466.032-.932.098-1.394a9.026 9.026 0 0 1 1.299-3.513c.354-.562.759-1.09 1.208-1.58.357-.39.733-.761 1.128-1.112.187-.168.389-.341.6-.516.195-.161.396-.323.615-.493a52.557 52.557 0 0 1 2.186-1.59c1.847-1.288 3.063-2.426 3.72-3.481.311-.5.492-.984.536-1.437.009-.087.012-.175.011-.264-.032-1.367-.575-2.272-1.66-2.765a5.03 5.03 0 0 0-1.117-.336 8.917 8.917 0 0 0-1.245-.13 17.18 17.18 0 0 0-.629-.012h-2.256a1.109 1.109 0 0 1-.906-.467 1 1 0 0 1-.194-.584 1.1 1.1 0 0 1 .187-.618 1.1 1.1 0 0 1 .912-.489H20c.12-.003.24-.003.36-.003.739-.007 1.475.05 2.204.168 2.861.497 4.212 2.15 4.251 5.2.006.479-.047.957-.159 1.423a6.243 6.243 0 0 1-.6 1.539c-.955 1.74-2.68 3.113-4.243 4.225-.626.44-1.273.894-1.894 1.37-.531.406-1.04.838-1.526 1.297-.474.446-.907.934-1.293 1.458a8.51 8.51 0 0 0-.356.532 7.232 7.232 0 0 0-.685 1.45 6.523 6.523 0 0 0-.246.965 7.14 7.14 0 0 0-.097.875h12.233c.183 0 .363.046.523.135.094.05.18.112.256.186ZM14.289.718l.005.015V.729a1.095 1.095 0 0 1-1.03 1.468H1.095A1.092 1.092 0 0 1 .002 1.124L0 1.107v-.008A1.104 1.104 0 0 1 1.095-.005h12.17c.46 0 .87.29 1.024.723Zm27.904 1.624a7.119 7.119 0 0 0-5.29-2.347h-.653a7.393 7.393 0 0 0-1.44.145 7.156 7.156 0 0 0-5.708 7.019v8.413a7.156 7.156 0 0 0 5.707 7.02 7.17 7.17 0 0 0 1.44.145h.654a7.108 7.108 0 0 0 5.289-2.347 7.156 7.156 0 0 0 1.858-4.815V7.161a7.156 7.156 0 0 0-1.857-4.817v-.002ZM62.833.869H48.156c-.531 0-.958.494-.958 1.103s.429 1.103.958 1.103h14.675c.532 0 .959-.494.959-1.103 0-.61-.43-1.103-.959-1.103ZM41.848 7.49v7.758a5.248 5.248 0 0 1-.52 2.29 5.336 5.336 0 0 1-2.355 2.415c-3.511 1.792-7.675-.762-7.67-4.704V7.487c-.008-3.943 4.158-6.499 7.67-4.705a5.088 5.088 0 0 1 .695.43 5.343 5.343 0 0 1 1.66 1.988c.344.714.522 1.497.52 2.29ZM3.406 21.087 10.909 3.51l2.412-.015-7.88 18.454c-.24.56-.888.821-1.45.584a.636.636 0 0 1-.076-.04l-.016-.009a1.1 1.1 0 0 1-.493-1.397ZM63.904 7.354H47.123a1.1 1.1 0 0 0-1.096 1.103 1.1 1.1 0 0 0 1.096 1.102h16.781A1.1 1.1 0 0 0 65 8.457a1.1 1.1 0 0 0-1.096-1.103Zm-4.646 6.6c.451-.35 1.1-.268 1.45.183 1.13 1.51 2.122 3.202 3.005 5.034a2.189 2.189 0 0 1-1.966 3.152H48.716a1.729 1.729 0 0 1-1.555-2.482c1.442-2.975 3.065-6.428 4.574-9.136h2.284c-1.562 2.846-3.074 6.161-4.21 8.737a.545.545 0 0 0 .499.765h10.97a.428.428 0 0 0 .395-.596c-.639-1.469-1.538-2.862-2.596-4.207-.35-.45-.269-1.1.182-1.45Zm3.557 13.997q-.264-.261-.45-.436l-.609.538q.155.145.358.363.205.214.437.464-.328.014-.684.027l-.71.024q-.356.01-.692.025-.333.015-.607.022.12-.084.3-.271.184-.19.393-.437.213-.247.427-.518.215-.274.4-.526l-.873-.408q-.159.257-.405.566-.245.306-.504.59-.26.284-.501.516-.24.232-.39.338-.114.081-.227.128-.111.045-.373.099l.242.977q.084-.017.158-.02.076-.004.153-.031.217-.018.583-.035.365-.02.81-.037.446-.02.93-.035l.935-.032.83-.024.612-.02.385.52.622-.703q-.195-.234-.461-.526-.267-.293-.546-.585-.279-.29-.543-.553Zm-30.286 3.05q-.055.088-.265.113l-.461.044.237.862.424-.037q.245-.023.413-.08.17-.056.276-.167.109-.111.16-.27.052-.16.075-.387.007-.06.014-.18.008-.124.01-.264.005-.143.008-.287.005-.145.005-.251l.007-.63.15.153.519-.72q-.163-.161-.375-.339-.21-.178-.435-.36-.222-.183-.441-.353l-.39-.306q.036-.077.073-.148.038-.072.075-.149l-.783-.394q-.15.296-.37.614-.217.319-.489.637-.27.318-.578.615-.308.296-.646.53l.545.714.296-.227v3.006q0 .393.144.632.145.242.483.282.415.052.94.052.527 0 1.033-.052.128-.015.242-.05.113-.034.202-.108.091-.074.156-.2.064-.126.093-.314.023-.15.037-.281l.033-.24q.014-.118.022-.224l-.847-.27q0 .082-.007.164-.008.084-.02.182l-.027.2q-.023.148-.082.22-.056.072-.257.101-.236.03-.518.03-.279 0-.486-.03-.156-.022-.198-.094-.042-.074-.042-.2v-2.443h1.106q0 .135.005.296.005.158-.005.286-.007.23-.061.321Zm12.984-1.285h-1.706v-.933h2.094v-.955h-2.61q.16-.37.274-.706l-.93-.264q-.227.748-.588 1.451-.358.704-.925 1.43v-1.23q.177-.38.313-.708.138-.328.232-.588l-.908-.293q-.22.79-.647 1.678-.425.889-1.076 1.711l.659.679q.12-.153.234-.306.116-.153.222-.314v3.4h.97v-3.74l.6.523q.353-.477.625-.916.274-.44.484-.852h.015v5.046h.962v-1.42h1.874v-.962h-1.874v-.775h1.706v-.956Zm-33.903-.614h.948v-.514H16.8v.492h.955v-1.41H15.26l-.131-.684-1.074.047.136.637h-2.58v1.432Zm15.619.266V27.67h-2.617l-.123-.647-1.08.047.13.6h-2.64v1.698h.948v-.797h4.412v.797h.97Zm9.084 3.234v-5.547l-.879-.03v5.182q0 .18-.017.294-.015.114-.064.178-.05.064-.148.091-.097.027-.252.042l-.588.044.319.941.63-.052q.33-.032.53-.094.202-.059.306-.185.104-.123.133-.33.03-.208.03-.534Zm16.19-.982h2.822v-.956h-2.821v-2.527h2.412v-.94h-5.787v.94h2.412v2.527h-2.836v.956h2.836v2.145h.963V31.62Zm-49.64-3.318h4.996v-.958H2.862v.958Zm31.246 3.584h.857v-4.201l-.857-.037v4.238Zm-1.47-3.199q.32.272.597.538h-2.062q.492-.486.882-1.024.264.212.582.486Zm20.505 1.03q-.16.23-.281.377l.75.501q.139-.163.301-.4.163-.239.324-.496.163-.259.306-.503.146-.247.237-.435l-.76-.498q-.1.2-.245.459-.145.256-.308.51-.163.255-.324.484Zm-2.846-1.013q-.168-.222-.318-.397l-.721.53q.145.18.31.415.169.235.327.477.16.242.296.469.136.227.227.397l.743-.577q-.091-.173-.232-.395-.138-.222-.301-.46-.163-.239-.33-.459Zm-23.552.704h-2.212v-.602l-.948-.037v.639h-2.2v4.167h5.36v-4.167ZM15.31 31.733h2.588v-.903H15.31v-.79h1.76v-.901h-4.783v.9h2.016v.79h-2.836v.904h2.836v.736q0 .128-.012.2-.01.071-.044.113-.035.042-.1.062-.063.017-.177.025l-.768.062.267.886.743-.06q.296-.022.504-.079.21-.056.34-.175.134-.118.193-.308.061-.188.061-.47v-.992Zm-6.509.536q.02-.237.027-.402l-.94-.292q-.008.198-.02.37-.01.17-.032.339-.022.138-.047.217-.022.079-.08.121-.056.042-.155.06-.098.014-.264.021-.153.015-.318 0-.121-.007-.198-.027-.076-.02-.123-.057-.045-.039-.06-.11-.014-.072-.014-.196v-2.115h1.896v-.948H2.254v.948h1.501q0 .168-.005.323l-.002.24q-.015.402-.099.73-.084.326-.294.61-.207.281-.56.533-.35.25-.903.501l.68.827q.54-.259.944-.575.407-.316.676-.703.27-.388.413-.862.145-.476.16-1.061l.002-.242q.005-.153.005-.321h.805v2.342q0 .312.064.521.064.21.195.343.134.134.341.193.21.062.499.077.41.022.797 0 .326-.023.548-.077.225-.052.373-.163.148-.109.23-.289.083-.177.13-.451.03-.19.047-.425Zm13.545-1.197v-.783h1.24v.783h-1.24Zm2.187 0v-.783h1.247v.783h-1.247Zm39.188-.558h-5.063v3.137h5.063v-3.137Zm-.955 2.212H59.62V31.44h3.145v1.286Zm-39.18 0h-1.24v-.79h1.24v.79Zm2.194-.79v.79h-1.247v-.79h1.247Z" fill-rule="evenodd" fill="#fff"></path></svg></div></div></div><div class="RightBtn--ngcFS"><div class="RightBtn--b5N_x css-sz498t" style="opacity: 0; pointer-events: none; height: 0px; overflow: hidden;"><div class="button--zxNN1 css-sz498t" style="background: rgba(0, 0, 0, 0.3);"><svg fill="none" viewBox="0 0 24 24"><path d="m20.04 3.753-4.435.55a.187.187 0 0 0-.11.317l1.282 1.282-3.598 3.597a.188.188 0 0 0 0 .265l1.057 1.057a.188.188 0 0 0 .265 0l3.6-3.6 1.282 1.282c.11.11.297.045.316-.11l.549-4.432a.185.185 0 0 0-.209-.208ZM9.763 13.179a.188.188 0 0 0-.265 0l-3.597 3.6-1.283-1.282a.186.186 0 0 0-.316.11l-.55 4.432a.187.187 0 0 0 .208.209l4.434-.551a.187.187 0 0 0 .11-.316l-1.282-1.282 3.6-3.6a.188.188 0 0 0 0-.265l-1.059-1.055Z" fill-rule="evenodd" fill="rgba(255,255,255)"></path></svg></div><div vertical="center" class="text--alOQV tip">全屏模式</div></div><div class="RightBtn--b5N_x css-sz498t" style="opacity: 0; pointer-events: none; height: 0px; overflow: hidden;"><div class="button--zxNN1 css-sz498t" style="background: rgba(0, 0, 0, 0.3);"><svg fill="none" viewBox="0 0 24 24"><path d="M22 5.5H2v13h7v-1.086l2.854-2.853 3.12 3.121.026-.025v.843h7v-13Zm-9.854 6.525-.292.293-.293-.293-4.243 4.243.232.232H4v-9h16v9h-3.843l.232-.232-4.242-4.243ZM7.5 12.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm9 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z" fill-rule="evenodd" fill="rgba(255,255,255)"></path></svg></div><div vertical="center" class="text--alOQV tip">VR模式</div></div><div class="RightBtn--b5N_x css-sz498t" style="opacity: 0; pointer-events: none; height: 0px; overflow: hidden;"><div class="button--zxNN1 css-sz498t" style="background: rgba(0, 0, 0, 0.3);"><svg fill="none" viewBox="0 0 24 24"><path d="M20.199 3.836c-.662-.66-1.984-1.276-4.54-.352a.893.893 0 0 0-.485 1.144c.176.44.66.66 1.102.528 1.278-.44 2.248-.484 2.689-.088.484.484.352 1.76-.353 3.344a22.094 22.094 0 0 1-4.32 5.94 21.466 21.466 0 0 1-5.95 4.311c-1.587.704-2.866.836-3.35.352-.485-.484-.353-1.76.352-3.344q0-.043.044-.087c.027-.028.021-.038.012-.052-.005-.01-.012-.02-.012-.037v-.44c0-.043 0-.043-.044-.088-1.587-3.651.088-7.92 3.747-9.503.925-.396 1.895-.616 2.865-.616.397 0 .793.044 1.19.088.485.088.97-.264 1.058-.748.088-.484-.264-.968-.75-1.056A8.13 8.13 0 0 0 12 3c-4.98 0-8.992 4.004-8.992 8.932 0 1.144.22 2.244.617 3.3-.882 2.2-.837 3.96.176 4.971.573.572 1.41.836 2.204.792a7.552 7.552 0 0 0 2.777-.66c4.629 1.804 9.83-.528 11.593-5.148a9.085 9.085 0 0 0 0-6.467c.882-2.156.837-3.872-.176-4.884ZM8.253 8.984a.401.401 0 0 1-.352.176.477.477 0 0 1-.309-.132c-.176-.132-.22-.44-.044-.616.265-.264.485-.528.75-.748a6.241 6.241 0 0 1 3.438-1.496c.22 0 .44.176.484.396 0 .22-.176.44-.396.484-1.102.176-2.116.616-2.954 1.32a4.08 4.08 0 0 0-.617.616Zm-1.542.748c.088-.22.352-.308.573-.22.22.132.308.352.264.528l-.132.264c-.088.22-.132.44-.22.66-.045.176-.221.308-.441.308h-.133a.39.39 0 0 1-.308-.528c.044-.264.176-.484.264-.748l.133-.264Zm5.937 9.327c-.272 0-.543-.039-.815-.078 1.436-.89 2.755-1.974 3.957-3.175 1.203-1.2 2.289-2.516 3.181-3.95.465 3.447-1.94 6.66-5.43 7.125-.272.078-.583.078-.893.078Z" fill-rule="evenodd" fill="rgba(255,255,255)"></path></svg></div><div vertical="center" class="text--alOQV tip">视角切换</div></div></div></div><div style="opacity: 0; pointer-events: none; height: 0px; overflow: hidden;"><div class="ProductTitle--_aMLo" style="opacity: 0;">未命名19:19</div></div><div class="bottom--F_Ucc"><div class="ThemeMenu--naETa"><div class="MenuController--lOWMo" style="opacity: 0; pointer-events: none; height: 0px; overflow: hidden;"><div class="ImageMenu--ydaAw isOpen--VDcyY"><div class="ImageMenuBg--R_Wlp" style="background: rgba(0, 0, 0, 0.3);"><div><div style="overflow: hidden;"><div class="innerWrapperClass" style="transform: translate3d(255px, 0px, 0px); transition: transform 0.1s ease-out; pointer-events: all;"><div class="itemsWp"><div style="user-select: none;"><div data-tip="场景1" class="ImageMenuItem--_JyHn selected--wLhkF" currentitem="false" style="border-color: rgb(250, 100, 0);"><div class="ImageMenuContent--nJUa_" style="background-image: url("https://thumb-t.720static.com/resource/prod/4ca3fae5e7x/d22jkguytw6/59446768/imgs/thumb.jpg?imageMogr2/auto-orient/thumbnail/200x200>");"><div class="ImageMenuText--ijyoD css-sz498t"><div style="margin: 0px 5px;"><div class="MarqueeDefault" style="font-size: 9px; color: rgb(255, 255, 255);">场景1</div></div></div></div></div></div></div></div></div></div></div></div></div></div><div class="bottomWp--vG97i"><div class="bottom_left--AsErb css-jxzr5i"><div class="CustomButton--_xdiL css-728fgs" style="opacity: 0; pointer-events: none; height: 0px; overflow: hidden;"><div class="CustomButtonImgBox--wKTXg"><div class="CustomButtonImg--BWXCR" alt="" style="background-image: url("https://static-t.720static.com/player-20260305/imgs/pano.38c9b0c7.png");"></div></div><div class="CustomButtonTitle--cBvBS activity--z08sW" style="color: rgb(255, 255, 255); border-color: rgb(250, 100, 0);">场景选择</div></div></div><div class="bottom_right--JV3S0 css-jxzr5i"><div class="CustomButton--_xdiL css-728fgs" style="opacity: 0; pointer-events: none; height: 0px; overflow: hidden;"><div class="CustomButtonImgBox--wKTXg"><div class="CustomButtonImg--BWXCR" alt="" style="background-image: url("https://static-t.720static.com/player-20260305/imgs/Synopsis.41e0bcb7.png");"></div></div><div class="CustomButtonTitle--cBvBS" style="color: rgb(255, 255, 255); border-color: transparent;">简介</div></div><div class="CustomButton--_xdiL css-728fgs" style="opacity: 0; pointer-events: none; height: 0px; overflow: hidden;"><div class="CustomButtonImgBox--wKTXg"><div class="CustomButtonImg--BWXCR" alt="" style="background-image: url("https://static-t.720static.com/player-20260305/imgs/Share.2e4fd414.png");"></div></div><div class="CustomButtonTitle--cBvBS" style="color: rgb(255, 255, 255); border-color: transparent;">分享</div></div><div class="CustomButton--_xdiL css-728fgs" style="opacity: 0; pointer-events: none; height: 0px; overflow: hidden;"><div class="CustomButtonImgBox--wKTXg"><div class="CustomButtonImg--BWXCR" alt="" style="background-image: url("https://static-t.720static.com/player-20260305/imgs/Like1.a3ba9ad0.png");"></div></div><div class="CustomButtonTitle--cBvBS" style="color: rgb(255, 255, 255); border-color: transparent;">赞</div></div><div class="CustomButton--_xdiL css-728fgs" style="opacity: 0; pointer-events: none; height: 0px; overflow: hidden;"><div class="CustomButtonImgBox--wKTXg"><div class="CustomButtonImg--BWXCR" alt="" style="background-image: url("https://static-t.720static.com/player-20260305/imgs/Comment.eb4b3a61.png");"></div></div><div class="CustomButtonTitle--cBvBS" style="color: rgb(255, 255, 255); border-color: transparent;">留言</div></div></div></div><div class="safeHeight--pxPYZ"></div></div></div></div></div></div></div><script>window.data={"thumbUrl":"/resource/prod/4ca3fae5e7x/d22jkguytw6/59446768/imgs/thumb.jpg","name":"未命名19:19","sceneType":"1","expireDate":null,"memberId":2715586,"subChannel":"广安华蓥山旅游区","keywords":"3A级,海洋","pvCount":167,"sceneCount":1,"updateDate":1674213698,"operatorId":null,"flag":"{\"defaultEnabledGyro\":0,\"dragMode\":1,\"showAuthorName\":1,\"showAutoRotateBtn\":1,\"showComment\":1,\"showCommentBtn\":1,\"showFullscreenBtn\":1,\"showGyroBtn\":1,\"showLikeBtn\":1,\"showRemarkBtn\":1,\"showSceneName\":1,\"showShareBtn\":1,\"showTourPV\":1,\"showTourRemark\":1,\"showVRBtn\":1,\"showViewSwitchBtn\":1}","privilege":1,"tid":"c8525usOunr","remark":null,"publishPlatformDate":1674213698,"channel":{"name":"风光/景区","id":5},"templateId":1,"status":0,"publishPlatform":1,"selected":0,"version":3,"createDate":1674213655,"memberUid":"d22jkguytw6","expired":1,"id":980994,"shareConfig":"{}","likeCount":0,"author":{"uid":"d22jkguytw6","nickname":"Alen","cert":0,"avatar":"/avatar/system/25.jpg","id":2715586}}
|
||
window.json="json/4ca3fae5e7x/d22jkguytw6/c8525usOunr/3.json";
|
||
window.tourTransferSceneData=null;
|
||
window.advertisement=[{"pc_img":"https://official-t.720static.com/home/f6HFAtZDmwHfBtsbFx5MMzRGCCJKnAPm.png","id":426,"pvCount":1905167,"mobile_img":"https://official-t.720static.com/home/WeJNEWiTPDmzdWQSbMKAr4Pj4xFeXHT8.png","pc_url":"https://mp.weixin.qq.com/s/Bo4I6wztoRe6pRDTimIp7g","clickCount":6513,"mobile_url":"https://mp.weixin.qq.com/s/Bo4I6wztoRe6pRDTimIp7g","style":0,"second":null,"force_second":null,"type":0},{"clickCount":21984,"style":0,"pvCount":7133799,"mobile_url":"https://www.720yun.com/buy/121","id":416,"pc_url":"https://www.720yun.com/buy/121","second":null,"mobile_img":"https://official-t.720static.com/home/sT2SkYzh588mKtw8DY5eD8x6rzBNHbe6.jpg","force_second":null,"pc_img":"https://official-t.720static.com/home/TW76dPJwMQsB8zCePfd3KWXBYdRha4ym.jpg","type":0},{"id":216,"pvCount":77933400,"pc_img":"https://official-t.720static.com/home/eCWYhnNGYaJFADJikB8yi8xnTYbxYCaG.png","second":null,"pc_url":"https://www.720yun.com/paidan","mobile_url":"https://www.720yun.com/paidan","clickCount":232081,"force_second":null,"mobile_img":"https://official-t.720static.com/home/3s3F6aFjNeDPFtPXZTkYmhRdZ3Pi2X44.png","style":0,"type":0},{"second":null,"pvCount":31311073,"id":372,"mobile_url":"https://www.720yun.com/product/720vr","pc_img":"https://official-t.720static.com/home/JbHswhaEA5ywwnbXnHyHpesTDcx7HcnB.jpg","clickCount":103271,"force_second":null,"mobile_img":"https://official-t.720static.com/home/2wbB2cwYTayYjbmEtD7thPXAzxWFTh8t.jpg","pc_url":"https://www.720yun.com/product/720vr","style":0,"type":0}]
|
||
window.rights=[{"expired":0,"level":0}]
|
||
window.removeAdvExpired=null
|
||
window.urlExpiredDate=null
|
||
window.advertisementScreen={}</script><script src="https://static-t.720static.com/player-20260305/js/tour.d9e2c3d7.js"></script><script>window.tp = new TourPlayer();</script></body></html> |