body {
	padding-top: 0;
}
#wrapper .row {
	margin: 0;
}
#wrapper .mb-2 {
	margin-bottom: 12px;
}
#header {
	position: relative;
	height: 280px;
	background: url('../images/bg_header_1140.png') center no-repeat;
	background-size: auto 100%;
	margin-bottom: 10px;
}
#logo {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 140px;
	height: 60px;
	background: url('../images/pic_logo.png') center no-repeat;
}
#login_box {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 248px;
	height: 224px;
	background: url('../images/bg_login.png') center right no-repeat;
	background-size: contain;
}
#login_box label {
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 0;
}
#login_box input[type='text'],
#login_box input[type='password'] {
	height: 30px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	color: #999;
	border: none;
	border-radius: 6px;
}
#username {
	position: absolute;
	width: 150px;
	height: 54px;
	top: 35px;
	left: 0;
}
#userpass {
	position: absolute;
	width: 150px;
	height: 54px;
	top: 105px;
	left: 0;
}
#submit {
	position: absolute;
	width: auto;
	top: 185px;
	left: 0;
	text-align: right;
}
#submit span {
	background-color: rgba(255,140,0,.8);
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding: 6px 25px;
	border-radius: 6px;
	cursor: pointer;
}
#forgetpass {
	position: absolute;
	width: 80px;
	top: 15px;
	right: 0px;
	cursor: pointer;
	text-align: center;
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	white-space: normal;
}

#scholarship {
	position: absolute;
	width: auto;
	right: 10px;
	bottom: 20px;
	padding: 6px 15px;
	background: rgba(238, 184, 49, 0.8);
	border-radius: 6px;
	color: #FFF;
	cursor: pointer;
}

#level123,
#links,
#news,
#level456 {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 10px;
}
#news .title {
	height: 30px;
	background: #00D1FF url('../images/title_news.png') no-repeat;
}
#news .content {
	background-color: #006980;
	color: #FFF;
	height: 220px;
	padding: 10px;
	overflow: hidden;
	overflow-y: auto;
}
#news .content .item {
	border-bottom: 1px dotted;
	margin-bottom: 1rem;
}
#news .content .item:last-child {
	border-bottom: none;
}
#news .content .item img {
	width: 100%;
}
.swiper-container {
	width: 100%;
}
.swiper-container .swiper-slide {
	height: 250px;
	position: relative;
}
.swiper-container .pix {
	width: 45%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
}
.swiper-container .left {
	left: 0;
}
.swiper-container .right {
	right: 0;
}
.swiper-container .content {
	width: 180px;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -90px;
	z-index: 11;
	background: url('../images/bg_banner_mid.png') repeat-y;
	background-size: 100% auto;
}
.swiper-container .content .title.left {
	background: url('../images/bg_banner_arrowL.png') left top no-repeat;
	padding: 8px 25px;
}
.swiper-container .content .title.right {
	background: url('../images/bg_banner_arrowR.png') right top no-repeat;
	padding: 8px 25px;
}
.swiper-container img {
	width: 100%;
	height: auto;
}
.swiper-container .content .week {
	font-size: 0.8rem;
	line-height: 125%;
	margin-bottom: 8px;
	/*color: gray;*/
}
.swiper-container .content .week span {
	color: #666;
	background: rgb(255, 217, 0);
	padding: 5px 8px;
	border-radius: 6px;
}
.swiper-container .content .level_box {
	width: 80px;
	height: 80px;
	margin: 8px auto;
	border-radius: 50%;
	background-color: #ccf6ff;
	color: #00D1FF;
}
.swiper-container .content .level_box .label {
	font-size: 1em;
	line-height: 100%;
	padding-top: 15px;
}
.swiper-container .content .level_box .level {
	font-size: 3.5em;
	font-weight: bold;
	line-height: 100%;
}
#links {
	height: 250px;
}
#links .nav {
	color: white;
	font-size: 1.5em;
	line-height: 100%;
	font-weight: bold;
	background-color: #006980;
	background-repeat: no-repeat;
	background-position: 25px center;
	margin-bottom: 5px;
	padding: 10px 15px;
	cursor: pointer;
}
#links .nav:last-child {
	margin-bottom: 0;
}
#links .nav:hover,
#links .nav.active {
	background-color: #00D1FF;
}
#btn_joinform {
	display: inline-block;
	width: 200px;
	height: 80px;
	background: url('/media/image/page/item/btn_download.png') no-repeat;
	text-indent: -9999px;
}
#btn_joinform:hover {
	background-position: bottom;
}

@media (min-width: 576px) {
	
}

@media (min-width: 768px) {
	#header {
		height: 320px;
		background-size: auto;
	}
	#logo {
		left: 25px;
		top: 25px;
	}
	#login_box {
		width: 310px;
		height: 280px;
		right: 20px;
		bottom: 25px;
	}
	#username, #userpass {
		width: 200px;
	}
	#userpass {
		left: 35px;
	}
	#submit {
		right: 75px;
	}
	#forgetpass {
		top: 30px;
		right: 5px;
	}
	#scholarship {
		right: unset;
		left: 80px;
	}
	#rowone, #rowtwo {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}
	#level123,
	#links {
		padding-right: 10px;
	}
}

@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
	
}
