html, body {
	overflow-x: hidden;
	display: flex;
	height: 100%;
	flex-flow: column;
}

.main-con {
	padding-bottom: 0;
	flex: 1;
	overflow-y: scroll;
	width: 95%;
}

.apply-tit {
	color: #fff;
	background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#113d7c), to(#1b2f62));
	background-image: -webkit-linear-gradient(90deg, #113d7c, #1b2f62);
	background-image: -moz-linear-gradient(90deg, #113d7c, #1b2f62);
	background-image: -o-linear-gradient(90deg, #113d7c, #1b2f62);
	background-image: linear-gradient(90deg, #113d7c, #1b2f62);
	height: 3.25rem;
	line-height: 3.25rem;
	font-size: 1.6rem;
	text-align: center;
	margin: 1.0rem 0;
}

.apply-hint {
	text-align: right;
	margin-bottom: 1.0rem;
}

	.apply-hint span {
		color: #fff;
		font-size: 1.2rem;
		text-decoration: underline;
	}

.apply-mes {
	display: flex;
	align-items: center;
	overflow: hidden;
	justify-content: space-between;
	background: #1b2f62;
	border-radius: 15px;
	padding: 0.5rem 0.8rem;
	font-size: 1.0rem;
	position: relative;
	z-index: 2;
	border-left: 1px #113d7c solid;
	border-right: 1px #113d7c solid;
	border-bottom: 2px #113d7c solid;
	flex: 1;
	margin-bottom: 1rem;
}

	.apply-mes span {
	}

.am-list-con {
	flex: 1;
	margin-right: 10px;
}

.single-am-list {
	display: flex;
	align-items: center;
	margin: 0.7rem 0;
}

.pam-icon img {
	max-width: 19vw;
	max-height: 24vw;
	border-radius: 5px;
}

.pam-mes {
	flex: 1;
	margin: 0 0 0 0.5rem;
	font-size: 1.4rem;
}

.pam-name {
	margin-bottom: 0.5rem;
}

.pam-sub-icon img {
	max-width: 15vw;
}

.single-pa-input {
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	margin-bottom: 1.5rem;
}

	.single-pa-input input, .single-pa-input textarea {
		flex: 1;
		padding: 5px;
	}

	.single-pa-input input {
		height: 3.2rem;
	}

	.single-pa-input textarea {
		height: 5.0rem;
	}

.se-group {
	width: 8.0rem;
	height: 2.8rem;
	margin-right: 0.8rem;
	text-align: center;
	line-height: 2.6rem;
}

.se-stage {
	width: 8.0rem;
	height: 2.8rem;
	margin-right: 0.8rem;
	text-align: center;
	line-height: 2.6rem;
}

.se-team {
	flex: 1;
	text-align: center;
	height: 2.8rem;
	line-height: 2.6rem;
}

input[type="text"], textarea, .select-posi {
	border: 1px #ccc solid;
	background: transparent;
	color: #fff;
	border-radius: 5px;
}

.mci-t-sec i::after {
	content: "涓€涓€";
	visibility: hidden;
}

.mci-o i::after {
	content: "涓€";
	visibility: hidden;
}

.pa-sub-btn span {
	visibility: hidden;
}

.pa-sub-btn input {
	color: #fff;
	background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#113d7c), to(#1b2f62));
	background-image: -webkit-linear-gradient(90deg, #113d7c, #1b2f62);
	background-image: -moz-linear-gradient(90deg, #113d7c, #1b2f62);
	background-image: -o-linear-gradient(90deg, #113d7c, #1b2f62);
	background-image: linear-gradient(90deg, #113d7c, #1b2f62);
	height: 3.0rem;
	border: none;
	border-radius: 5px;
	font-size: 1.4rem;
	margin-bottom: 2.0rem;
}

.back-index {
	display: flex;
	align-items: center;
	width: 100vw;
	color: #fff;
	position: relative;
	background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#77201c), to(#d74c44));
	background-image: -webkit-linear-gradient(90deg, #77201c, #d74c44);
	background-image: -moz-linear-gradient(90deg, #77201c, #d74c44);
	background-image: -o-linear-gradient(90deg, #77201c, #d74c44);
	background-image: linear-gradient(90deg, #77201c, #d74c44);
	height: 3.8rem;
	line-height: .8rem;
	border: none;
	font-size: 1.4rem;
	padding: 0 1.5%;
	z-index: 1;
}

	.back-index img {
		width: 1.5rem;
		margin-right: 0.5rem;
	}

.fix-mask {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	left: 0;
	top: 0;
	display: none;
	z-index: 2;
}

.point-choice, .group-choice, .team-choice, .stage-choice {
	background: #fff;
	position: fixed;
	bottom: -100vh;
	font-size: 1.6rem;
	width: 100%;
	max-height: auto;
	color: #000;
	height: 100%;
	display: flex;
	flex-flow: column;
	z-index: 2;
}

.gc-top {
	text-align: center;
	font-size: 1.4rem;
	position: relative;
	border-bottom: 1px #a9a9a9 solid;
	padding: 1.0rem 0;
}

.gc-close {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1.5rem;
	font-size: 1.2rem;
}

.choice-con {
	flex: 1;
	overflow-y: scroll;
}

	.choice-con div {
		border-bottom: 1px #a9a9a9 solid;
		padding: 0.8rem 0;
		text-indent: 2em;
	}

.group-choice div:last-child {
	border-bottom: none;
}

.apply-list-con {
	display: flex;
	display: none;
	flex-flow: column;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #163875;
	z-index: 9;
}

.search-con {
	width: 97%;
	margin-right: auto;
	margin-left: auto;
}

	.search-con input[type="text"] {
		color: #000;
	}

.as-result-con {
	width: 97%;
	margin-right: auto;
	margin-left: auto;
	overflow-y: scroll;
	padding-bottom: 1.0rem;
	flex: 1;
}

.pa-btn-con {
	height: 5.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-size: 1.4rem;
}

	.pa-btn-con input {
		width: 40%;
		height: 3.5rem;
		border: none;
		margin: 0 1.0rem;
		color: #fff;
		border-radius: 5px;
		background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#113d7c), to(#1b2f62));
		background-image: -webkit-linear-gradient(90deg, #113d7c, #1b2f62);
		background-image: -moz-linear-gradient(90deg, #113d7c, #1b2f62);
		background-image: -o-linear-gradient(90deg, #113d7c, #1b2f62);
		background-image: linear-gradient(90deg, #113d7c, #1b2f62);
	}

.single-asrc-active {
	border: 1px #fff solid;
	border-bottom: 2px #fff solid;
}

.annouce-panel {
	width: 90%;
	padding: 10px;
	position: fixed;
	border-radius: 10px;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 200;
	background: #fff;
	color: #000;
	display: none;
}

.aclsoe {
	position: absolute;
	right: 10px;
	top: 10px;
}

	.aclsoe img {
		width: 0.3rem;
	}

.atit {
	text-align: center;
	font-size: 1.8rem;
}

.amain {
	margin-top: 1.0rem;
	font-size: 1.4rem;
}

.gct-search {
	text-align: center;
	padding: 0.5rem 0;
	border-bottom: 1px #a9a9a9 solid;
}

	.gct-search input {
		width: 90%;
		height: 2.8rem;
		border-radius: 1.4rem;
		background: #ececec;
		padding: 0.5rem 0.9rem;
		font-size: 1.4rem;
		color: #000;
	}
