body {
	height: 100%;
}

.head-nav .row div:nth-child(8) a {
	background: #00a2e8;
	border-radius: 10px;
	color: white;
	cursor: pointer;
}

.mainContent {
	background: url(../img/ljl_joinbg.jpg) no-repeat center center;
	background-size: cover;
}

.mainContent .row {
	color: white;
	font-size: 20px;
	font-weight: bold;
	vertical-align: middle;
}

.mainContent .row {
	margin-top: 3vh;
}

.mainContent .row img {
	max-width: 100%;
	max-height: 30px;
}

.select-box {
	width: 100%;
	text-align: left;
	/*display: flex;*/
	/*flex-flow:column;
				align-items: center;*/
	/*justify-content: center;*/
}

.select-box .select-title {
	height: 30px;
	width: 100%;
	margin-top: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* background: #7ED7F7; */
	border-radius: 5px;
	/* color: white; */
	cursor: pointer;
}

.select-box ul {
	/*display: block;*/
	width: 100%;
	/*border: 1px solid yellow;*/
}

.select-box ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	height: 30px;
	line-height: 30px;
	list-style: none;
	cursor: pointer;
}

.select-box ul li:hover{
	background: #00a2e8;
}

.select-box ul li.current {
	background: #ebebeb;
}

.select-box ul li:not(:last-of-type) {
	border-bottom: 1px solid #ccc;
}

.none {
	display: none;
}

.block {
	display: block;
}