<!DOCTYPE html><html><head><meta charset="utf-8"><meta charset="utf-8" name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no,viewport-fit=cover"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="renderer" content="webkit"><meta http-equiv="X-UA-Compatible" content="IE=EDGE"><script src="/wap/setting/domain"></script><title></title><script>if (window.location.href.indexOf("zlapp.fudan.edu.cn") !== -1 || window.location.href.indexOf("pressuretest.fudan.edu.cn") !== -1 || window.location.href.indexOf("zlapp.fudan.edu.cn") !== -1) {

			let jsScript = document.createElement("script");
			let parent = document.getElementsByTagName("head")[0]
			jsScript.src = "/site/static/js/tingyun.js";
			jsScript.type = "text/javascript";
			let length = document.getElementsByTagName("meta").length
			parent.insertBefore(jsScript, document.getElementsByTagName("meta")[length-1].nextSibling);
		}
		const link = document.createElement('link');
		link.rel = 'stylesheet';
		link.type = 'text/css';
		var baseUrl = window.siteInfo.baseurl.split('/')[1];
		link.href = baseUrl?+'/'+baseUrl+'/site/static/font/icon/iconfont.css':'/site/static/font/icon/iconfont.css';
		document.head.appendChild(link)</script><style>body {
			-webkit-text-size-adjust: 100% !important;
		}
		html,
		body,
		div,
		span,
		applet,
		object,
		iframe,
		h1,
		h2,
		h3,
		h4,
		h5,
		h6,
		p,
		blockquote,
		pre,
		a,
		abbr,
		acronym,
		address,
		big,
		cite,
		code,
		del,
		dfn,
		em,
		font,
		img,
		ins,
		kbd,
		q,
		s,
		samp,
		small,
		strike,
		strong,
		sub,
		sup,
		tt,
		var,
		b,
		u,
		i,
		center,
		dl,
		dt,
		dd,
		ol,
		ul,
		li,
		fieldset,
		form,
		label,
		legend,
		table,
		caption,
		tbody,
		tfoot,
		thead,
		tr,
		th,
		td,
		article,
		aside,
		canvas,
		details,
		embed,
		figure,
		figcaption,
		footer,
		header,
		hgroup,
		menu,
		nav,
		output,
		ruby,
		section,
		summary,
		time,
		mark,
		audio,
		video,
		button,
		input,
		textarea {
			margin: 0;
			padding: 0;
			box-sizing: border-box;
		}

		header,
		footer,
		section,
		article,
		aside,
		nav,
		hgroup,
		address,
		figure,
		figcaption,
		menu,
		details {
			display: block;
		}

		table {
			border-collapse: collapse;
			border-spacing: 0;
		}

		caption,
		th {
			font-weight: normal;
		}

		html,
		body,
		fieldset,
		img,
		iframe,
		abbr {
			border: 0;
		}

		i,
		cite,
		em,
		var,
		address,
		dfn {
			font-style: normal;
		}

		[hidefocus],
		summary {
			outline: 0;
		}

		li {
			list-style: none;
		}

		pre,
		code,
		kbd,
		samp {
			font-family: inherit;
		}

		q:before,
		q:after {
			content: none;
		}

		body,
		textarea,
		input,
		button,
		select,
		keygen,
		legend {
			color: #333;
			outline: 0;
			font-family: PingFang-SC-Medium, 'microsoft yahei', sans-serif;
		}

		input,
		textarea {
			-webkit-appearance: none;
			border: none;
			outline: none;
			background: none;
			-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
		}

		textarea {
			overflow: auto;
			resize: none;
		}

		a,
		button {
			display: block;
			background: none;
			border: none;
		}

		a {
			-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
			outline: none;
			text-decoration: none;
		}

		img {
			display: block;
		}
		.fram-alert {
			position: fixed;
			left: 50%;
			bottom: 0;
			transform: translate(-50%, 0%);
			top: 0;
			background: rgba(49, 49, 49, 0.8);
			z-index: 1000;
		}

		.fram-alert>div {
			background: #fff;
			color: #333;
			font-size: 13px;
			position: fixed;
			top: 200px;
			left: 50%;
			border-radius: 2px;
			transform: translate(-50%, 0);
			opacity: 1;
			transition: all 1s ease;
			z-index: 999;
			width: calc(100% - 80px);
		}

		.fram-alert>div p {
			height: 86px;
			margin: 0 20px;
		}

		.fram-alert>div p span {
			display: block;
			color: #333;
			height: 43px;
			line-height: 60px;
		}

		.fram-alert>div p span {
			height: 100%;
			line-height: 86px;
		}

		.fram-alert>div a {
			display: block;
			margin: 0 20px;
			height: 36px;
			line-height: 36px;
			text-align: center;
			color: #fff;
			font-size: 14px;
			border-radius: 2px;
			margin-bottom: 23px;
			background: #4285f4;

		}

		html {
			background: #eee;
		}

		@media (max-width: 768px) {
			body>div:first-child {
				max-width: 768px;
				margin: 0 auto;
			}
		}

		@media (min-width: 769px) {
			body {
				margin: 0 auto !important;
			}

			body>div:first-child {
				width: 100%;
			}
		}

		#__vconsole {
			font-size: 12px !important;
		}

		.page-load>div,
		.file-pop>div {
			min-width: 150px;
			text-align: center;
			min-height: 123px;
			line-height: 123px;
			background: rgba(51, 51, 51, 0.7);
			color: #fff;
			font-size: 15px;
			position: fixed;
			top: 50%;
			left: 50%;
			border-radius: 5px;
			-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			opacity: 1;
			z-index: 999;
			max-width: 250px;
			word-break: break-all;
		}

		.page-load>div img,
		.file-pop>div img {
			width: 55px;
			height: 55px;
			margin: 19px auto 10px;
		}

		.page-load>div p,
		.file-pop>div p {
			color: #fff;
			font-size: 14px;
			min-height: 14px;
			line-height: 14px;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			padding: 0 10px;
		}

		.glable-nodata {
			margin-top: 0 !important;
			padding-top: 100px;
			box-sizing: border-box;
			text-align: center;
		}

		.glable-nodata img {
			width: 200px;
			height: 200px;
			margin: 0 auto;
		}

		.glable-nodata p {
			color: #878787;
			font-size: 14px;
			min-height: 14px;
			line-height: 14px;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			padding: 0 10px;
		}

		html {
			/*filter:grayscale(100%);*/
		}</style><link href="/site/static/css/app.0163b24821d38ec01bce896efe5beb9b.css" rel="stylesheet"></head><body><div class="page-load load"><div><img src="/site/static/images/load.gif" alt=""><p>加载中</p></div></div><div id="app"></div><script>if (window.location.href.indexOf("debug=1") !== -1) {
			var jsScript = document.createElement("script");
			jsScript.src = "/site/static/js/vconsole.min.js";
			jsScript.type = "text/javascript";
			jsScript.async = false;
			jsScript.onload = function () {

				var vConsole = new VConsole();
			};
			document.getElementsByTagName("body")[0].appendChild(jsScript);
		}</script><script type="text/javascript" src="/site/static/js/manifest.b3f2de4c91b084cc050e.js?v=1767079703504"></script><script type="text/javascript" src="/site/static/js/vendor.74978aa4dd256fd02f34.js?v=1767079703504"></script><script type="text/javascript" src="/site/static/js/app.d8f4fb9f09164a6b6d6c.js?v=1767079703504"></script></body></html><script>var jsScript = document.createElement("script");
		var baseUrl = window.siteInfo.baseurl.split('/')[1];
		jsScript.src = baseUrl?'/' + baseUrl +"/site/static/js/md5.js":"/site/static/js/md5.js";
		jsScript.type = "text/javascript";
		jsScript.async = false;
		document.body.appendChild(jsScript);
		var jsScript2 = document.createElement("script");
		jsScript2.src = baseUrl?'/' + baseUrl +"/site/static/js/getscript.js":"/site/static/js/getscript.js";
		jsScript2.type = "text/javascript";
		jsScript2.async = false;
		document.body.appendChild(jsScript2)</script><script type="text/javascript">(function () {
		function IEVersion() {
			var userAgent = navigator.userAgent; //取得浏览器的userAgent字符串
			var isIE = userAgent.indexOf("compatible") > -1 && userAgent.indexOf("MSIE") > -1; //判断是否IE<11浏览器
			var isEdge = userAgent.indexOf("Edge") > -1 && !isIE; //判断是否IE的Edge浏览器
			var isIE11 = userAgent.indexOf('Trident') > -1 && userAgent.indexOf("rv:11.0") > -1;
			if (isIE) {
				var reIE = new RegExp("MSIE (\\d+\\.\\d+);");
				reIE.test(userAgent);
				var fIEVersion = parseFloat(RegExp["$1"]);
				if (fIEVersion == 7) {
					return 7;
				} else if (fIEVersion == 8) {
					return 8;
				} else if (fIEVersion == 9) {
					return 9;
				} else if (fIEVersion == 10) {
					return 10;
				} else {
					return 6;//IE版本<=7
				}
			} else if (isEdge) {
				return 'edge';//edge
			} else if (isIE11) {
				return 11; //IE11
			} else {
				return false;//不是ie浏览器
			}
		}
		if (IEVersion() && IEVersion() != 'edge') {
			if (window.location.href.indexOf('leaveshoolsq') > -1) {
				document.body.innerHTML = '<div style="font-size: 20px;text-align: center;margin: 300px auto;">为了更好的浏览效果，请您使用较新版本的Chrome、Firefox、Safari进行访问</div>'
			}
		}
		if (typeof WeixinJSBridge == "object" && typeof WeixinJSBridge.invoke == "function") {
			handleFontSize();
		} else {
			if (document.addEventListener) {
				document.addEventListener("WeixinJSBridgeReady", handleFontSize, false);
			} else if (document.attachEvent) {
				document.attachEvent("WeixinJSBridgeReady", handleFontSize);
				document.attachEvent("onWeixinJSBridgeReady", handleFontSize);
			}
		}
		function handleFontSize() {
			WeixinJSBridge.invoke('setFontSizeCallback', { 'fontSize': 0 });
			WeixinJSBridge.on('menu:setfont', function () {
				WeixinJSBridge.invoke('setFontSizeCallback', { 'fontSize': 0 });
			});
		}
	})();</script>