body {
	background: #1b2f62;
}

.main-con {
	color: #fff;
	padding-bottom: 6.4rem;
}

.search-con {
	display: flex;
	align-items: center;
	margin: 1.5rem 0;
}

	.search-con input {
		height: 2.5rem;
		border-radius: 1.0rem;
		border: none;
	}

		.search-con input[type="text"] {
			padding: 5px 10px;
			font-size: 1.2rem;
			background: #fff;
		}

	.search-con .name-search {
		width: 6.7rem;
	}

	.search-con .normal-search {
		flex: 1;
		margin: 0 1.5rem 0 0.5rem;
	}

.search-btn-con {
	position: relative;
	width: 4.5rem;
	display: inline-block;
}

.search-btn {
	width: 100%;
	border: none;
	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);
}

.sear-logo {
	position: absolute;
	/*content: "url(../img/ph-sea.png)";*/
	left: 50%;
	top: 50%;
	height: 1.5rem;
	/* transform: translateX(-50%) translateY(-55%); */
	width: 1.7rem;
	margin-top: -0.75rem;
	margin-left: -0.85rem;
	z-index: 999;
}

.single-asrc {
	margin-bottom: 2.0rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #1b2f62;
	border-radius: 15px;
	padding: 1.2rem;
	font-size: 1.0rem;
	position: relative;
	z-index: 2;
	border-left: 1px #113d7c solid;
	border-right: 1px #113d7c solid;
	border-bottom: 2px #113d7c solid;
	border-top: 1px transparent solid;
}

	.single-asrc span {
		margin-right: 1.0rem;
		margin-bottom: 1.0rem;
	}

.asrc-img {
	width: 7.0rem;
	height: 9.0rem;
	margin-right: 1.0rem;
	text-align: center;
	position: relative;
}

	.asrc-img img {
		max-width: 7.0rem;
		max-height: 9.0rem;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		border-radius: 5px;
	}

.asrc-info {
	flex: 1;
}

.personal-info {
	display: flex;
	flex-wrap: wrap;
}

.group-info {
	display: flex;
	flex-wrap: wrap;
}

.asrc-satus {
	white-space: nowrap;
	margin-left: 1.0rem;
}

.cd-id {
	margin: 0.8rem 0;
}

.single-app-res {
	margin-bottom: 1.0rem;
	/*display: flex;
	align-items: center;
	justify-content: space-between;*/
	background: #1b2f62;
	border-radius: 15px;
	padding: 1.2rem;
	font-size: 1.0rem;
	position: relative;
	z-index: 2;
	border-left: 1px #113d7c solid;
	border-right: 1px #113d7c solid;
	border-bottom: 2px #113d7c solid;
}

.ar-mes-con {
	display: flex;
	align-items: flex-start;
	width: 100%;
	position: relative;
}

.uploadbtn {
	border: solid 1px #fff;
	right: 0px;
	position: absolute;
	color: #fff;
	z-index: 99;
}

.single-ar-img {
	width: 7.0rem;
	height: 9.0rem;
	text-align: center;
	position: relative;
}

	.single-ar-img img {
		max-width: 7.0rem;
		max-height: 9.0rem;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		border-radius: 5px;
	}

.ar-control-con {
	display: flex;
	justify-content: flex-end;
	position: relative;
}

	.ar-control-con a, .ar-control-con span {
		color: #fff;
		margin-right: 1.0rem;
		margin-top: 0.5rem;
		font-size: 1.4rem;
	}

.single-ar-in {
	margin-left: 0.5rem;
	flex: 1;
	line-height: 2.2rem;
	font-size: 1.6rem;
}

.btnHai {
	position: absolute;
	left: 0;
	border: solid 1px #fff;
	padding: 0.2rem;
}
.choice-con{
	padding-bottom:2rem!important
}        
.prov-choice,.point-choice,.group-choice,.team-choice{
	z-index: 6!important;
}