html,
		body,
		div,
		ul,
		li,
		h1,
		h2,
		h3,
		h4,
		h5,
		h6,
		p,
		dl,
		dt,
		dd,
		ol,
		form,
		input,
		textarea,
		th,
		td,
		select {
			margin: 0;
			padding: 0;
			list-style: none;
		}

		*:focus {
			outline: none;
		}

		button {
			padding: 0;
			margin: 0;
			border: 0 none;
		}

		html,
		body {
			min-height: 100%;
		}

		body {
			font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
			font-size: 14px;
			color: #333;
		}

		h1,
		h2,
		h3,
		h4,
		h5,
		h6 {
			font-weight: normal;
		}

		ul,
		ol {
			list-style: none;
		}

		img {
			border: none;
			vertical-align: middle;
		}

		/*去除a标签下划线*/
		a,
		a:hover,
		a:active,
		a:visited,
		a:link,
		a:focus {
			-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
			-webkit-tap-highlight-color: transparent;
			outline: none;
			text-decoration: none;
			color: #333;
		}

		table {
			border-collapse: collapse;
			table-layout: fixed;
		}

		input,
		textarea {
			border: none;
			padding: 0;
			margin: 0;
			font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
		}

		textarea {
			resize: none;
			overflow: auto;
		}

		button {
			font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
		}

		.clearfix {
			zoom: 1;
		}

		.clearfix:after {
			content: " ";
			width: 0;
			height: 0;
			visibility: hidden;
			display: block;
			clear: both;
			overflow: hidden;
		}

		.toast,
		.modal {
			width: 100%;
			height: 100vh;
			position: fixed;
			left: 0;
			top: 0;
			display: none;
			z-index: 9999999;
		}

		.toast_box {
			width: 100%;
			height: 100vh;
			display: flex;
			justify-content: center;
			align-items: center;
			background: rgba(0, 0, 0, 0.2);
		}

		.toast_box p {
			color: #fff;
			font-size: 0.9rem;
			background: rgba(0, 0, 0, 0.6);
			border-radius: 6px;
			padding: 5px 20px;
		}

		.flex {
			display: flex;
			align-items: center;
			justify-content: center;
		}

		.flex_item {
			-webkit-box-flex: 1;
			-webkit-flex: 1;
			flex: 1;
		}

		html {
			font-size: calc(100vw/3.75);
			-webkit-text-size-adjust: 100%;
		}

		.tipsImg {
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			height: 100vh;
			background: url('./back.jpg') no-repeat;
			background-size: 100% 100%;
			display: none;
			z-index: 999;
		}

		.tipsImg div {
			text-align: center;
			color: #333;
			font-size: .31rem;
			font-weight: 800;
			/* text-shadow: 3px 5px 4px #001981; */
			padding: 0 20px 0;
			height: 2.1rem;
			margin-top: 0.7rem;
			display: flex;
			align-items: center;
			justify-content: center;
		}

		.tipsText {
			width: 100%;
			height: 100vh;
			position: fixed;
			top: 0;
			left: 0;
			background: rgba(0, 0, 0, 0.4);
			display: none;
			z-index: 9999;
		}

		.tipsText div {
			width: 100%;
			height: 100vh;
		}

		.tipsText div p {
			padding: .06rem .2rem;
			color: #fff;
			background: rgba(0, 0, 0, 0.7);
			font-size: .16rem;
			border-radius: .04rem;
		}