body {
	overflow: auto;
}

label {
	background-color: transparent !important;
}

.main-div {
	width: 50%;
	margin: auto
}

@media only screen and (max-width: 1500px) {
	.main-div {
		width: 60%
	}
}

@media only screen and (max-width: 1300px) {
	.main-div {
		width: 70%
	}
}

@media only screen and (max-width: 1100px) {
	.main-div {
		width: 80%
	}
}

@media only screen and (max-width: 900px) {
	.main-div {
		width: 90%
	}
}

.login-bg {
	background: url('../Image/login-bg-5.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	left: 0px;
	top: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	z-index: -9999;
	position: fixed;
	opacity: 0.2;
}

.logo {
	display: inline-block;
	line-height: 50px;
}
.logo img {
	height: 80px;
    width: auto;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.copyright {
	background-color: #404040;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1002;
	height: 80px;
	min-width: 300px;
}

.copyright span {
	color: #878787;
	top: 25px;
	left:20px;
	position: relative;
}

.cover-gray-page {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
	z-index: 2000;
}

.loader {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 120px;
	height: 120px;
	margin: -76px 0 0 -76px;
	border: 16px solid #006540;
	border-radius: 50%;
	border-top: 16px solid white;
	-webkit-animation: loader-spin 2s linear infinite;
	animation: loader-spin 2s linear infinite;
}

#uploader{
	display: none;
}

.upload-cover-gray-page {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
}

.uploader {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 120px;
	height: 120px;
	margin: -76px 0 0 -76px;
	border: 16px solid #006540;
	border-radius: 50%;
	border-top: 16px solid white;
	-webkit-animation: loader-spin 2s linear infinite;
	animation: loader-spin 2s linear infinite;
}

.uploader-text {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 52px 0 0 -68px;
}

@keyframes loader-spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.main-button {
	margin: auto;
	display: block !important;
	width: 100%;
	min-width: 350px;
	height: 100px;
	line-height: 85px !important;
	margin-bottom: 20px !important;
	border-radius: 20px !important;
	border-color: #5cb85c !important;
	border-bottom: 5px solid #4faf4f !important;
}

.detail-button {
	/*border-color: #1e97ff !important;
	border-bottom: 5px solid #31638f !important;*/
	color: #fff;
	font-size: max(2vw, 20px) !important;
	background-color: #418dd0;
	border-color: #4ea9f9 !important;
	border-bottom: 5px solid #3a7ebb !important;
}

.detail-button:hover {
	color: #fff;
	background-color: #3a7ebb;
}

.detail-button:focus, .detail-button.focus {
	color: #fff;
	background-color: #3470a6;
}

.reg-button {
	border-color: #5cb85c !important;
	border-bottom: 5px solid #4faf4f !important;
	font-size: max(2vw, 30px) !important;
}

.info-button {
	/*border-color: #d9534f !important;
	border-bottom: 5px solid #d43f3a !important;*/
	color: #fff;
	line-height: 40px !important;
	font-size: max(2vw, 20px) !important;
	background-color: #b0a4e2;
	border-color: #a696e9 !important;
	border-bottom: 5px solid #9484d9 !important;
}

.info-button:hover {
	color:#fff;
	background-color: #a79bd9;
}

.info-button:focus,.info-button.focus {
	color:#fff;
	background-color: #9484d9;
}

.code-label {
	font-size: 25px;
	padding-top: 20px;
	margin: auto;
	text-align: center;
}

.query-input {
	width: 75% !important;
	min-width: 200px;
	margin: auto !important;
}

@media only screen and (max-width: 400px) {
	.query-input {
		width: 90% !important;
	}
}

.query-button {
	margin: auto;
	width: 40%;
	min-width: 150px;
	height: 40px;
	font-size: 20px !important;
}

.fn-btn {
	padding: 10px 0 20px 0;
}

.fn-btn button {
	margin-top: 10px;
}

.redirect-button {
	margin: auto;
	display: block !important;
	width: 100%;
	min-width: 350px;
	height: fit-content;
	margin-bottom: 20px !important;
	border-radius: 20px !important;
	line-height: 40px !important;
	font-size: max(2vw, 20px) !important;
	border-bottom: 5px solid !important;
}

.ui-sortable-handle {
	touch-action: initial !important;
}

@keyframes fade {
	from {
		border: 3px black solid;
	}

	50% {
		border: 3px green solid;
	}

	to {
		border: 3px black solid;
	}
}

@-webkit-keyframes fade {
	from {
		border: 3px black solid;
	}

	50% {
		border: 3px green solid;
	}

	to {
		border: 3px black solid;
	}
}

.flash-box {
	animation: fade 3s infinite;
	-webkit-animation: fade 3s infinite;
}

.button-div {
	display: inline;
}

.button-div-span {
	white-space: pre-wrap;
}

.captcha-canvas{
	height: 100px !important;
}

.form-text {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	margin-top: 20px;
	margin-bottom: 10px;
}

.relative-size-title-zh {
	font-size: 35px;
	color: #16a085;
	font-weight: bold;
	letter-spacing: 2px;
	text-shadow: 1px 2px 2px #a8cba7;
}

.relative-size-title-en {
	font-size: 30px;
	color: #16a085;
	font-weight: bold;
	letter-spacing: 2px;
	text-shadow: 1px 2px 2px #a8cba7;
}

.relative-size-text {
	font-size: 24px;
}

@media only screen and (max-width: 800px) {
	.relative-size-title-zh {
		font-size: 26px;
	}

	.relative-size-title-en {
		font-size: 24px;
	}

	.relative-size-text {
		font-size: 18px;
	}
}

@media only screen and (max-width: 500px) {
	.relative-size-title-zh {
		font-size: 20px;
		font-weight: bold;
	}

	.relative-size-title-en {
		font-size: 20px;
		font-weight: bold;
	}

	.relative-size-text {
		font-size: 14px;
	}
}

.note-editor .dropdown-toggle::after {
	all: unset;
}

.note-editor .note-dropdown-menu {
	box-sizing: content-box;
}

.note-editor .note-modal-footer {
	box-sizing: content-box;
}