			body,
			h1,
			h2,
			h3,
			h4,
			h5,
			h6,
			div,
			span,
			p,
			a,
			ul,
			li,
			table,
			tr,
			td,
			th,
			img {
				padding: 0;
				margin: 0;
				border: 0px
			}

			body {
				min-height: 100vh;
			}

			body {

				min-height: 100vh;
				/* background-color: rgba(255, 85, 0, 0.5); */
			}

			body:before {
				content: "";
				background-color: rgba(56, 126, 255, 1);
				position: fixed;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				/* 				background-image: url(/img/indexbg.png);
				background: url('/img/indexbg.png') no-repeat center center;
				background-size: cover; */
				/* opacity: 0.9; */
			}

			.footer-bottom {
				position: relative;
				text-align: center;
				color: #fff;
				line-height: 20px;
				font-size: 0.8125rem;
				/* padding-bottom: 5px; */
			}

			.footer-bottom p {
				display: inline-block;
			}

			.footer-bottom a {
				color: #fff;
				display: block;
			}

			.container {
				padding: 8px;
				position: relative;
				box-sizing: border-box;
				z-index: 2;
			}

			.logo img {
				width: 60px;
				/* box-shadow: 0px 0px 8px rgba(255,255,255,0.5); */
				padding-bottom: 5px;

			}

			.logo {
				text-align: center;
				color: #fff;
				font-size: 20px;
				font-weight: bold;
				line-height: 26px;
			}

			.container h1 {
				text-align: center;
				font-weight: bold;
				font-size: 20px;
				color: #387eff;
				/* text-shadow: 2px 1px #000; */
				padding-bottom: 15px;
			}

			.list {
				/* width: 100%; */
				padding: 10px 5px;
				border-radius: 3px;
				background-color: #fff;
				/* min-height: 100px; */
				margin: 10px 0;
			}

			.btnContainer {
				text-align: center;
				line-height: 50px
			}

			.btnContainer .Submit {
				background-color: #387eff;
				border-radius: 15px;
				padding: 8px 20px;
				font-size: 18px;
				color: #fff;
				border: 0px;
			}

			.layui-form-label {
				width: 80px;
				padding: 9px 0;
			}

			.layui-input-block {
				margin-left: 90px !important;
			}