@charset "utf-8";

.header-pwBtn {
	float: right;
	overflow: hidden;
}
.header-pwBtn li {
	float: left;
	
	border-radius: 5px;
	font-size: 10px;
	margin-left: 10px;
}
.header-pwBtn li a {
	display: block;

	border-radius: 5px;
	color: #1482c2;
	text-decoration: none;
}
.header-pwBtn li a:hover {
	border-radius: 5px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
.pwmain {
	border: 3px white solid;
    border-radius: 10px !important;
    overflow: hidden;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
.pwtext {
	float: none !important;
	font-size: 13px !important;
    color: white;
    text-align: center;
}
.pwChange li {
	margin-bottom: 2px;
}
.pwForget li {
	margin-bottom: 2px;
	margin-right: 2px;
}
.lnkManual {
	padding: 32px 0 0 0;
}
.pwChange a {
	background: #fff url(../img/icon_pwchange.png) no-repeat 14px 10px;
	width: 64px;
	height: 38px;
	padding: 9px 10px 0 46px;
}
.pwForget a {
	background: #fff url(../img/icon_pwforget.png) no-repeat 10px 10px;
	width: 64px;
	height: 38px;
	padding: 9px 4px 0 42px;
}
.lnkManual a {
	background: #fff no-repeat 10px 10px;
	font-size: 11px;
	width: 100px;
	height: 38px;
	text-align: center;
	padding: 9px 4px 0 5px;
}
.newsArea-morelink {
	position: absolute;
	top: -32px;
	right: 50%;
	background: #2b82b5;
	border-radius: 5px 5px 0 0;
	width: 120px;
	height: 32px;
	margin-right:-560px;
}
.newsArea-morelink a {
	display: block;
	color: #fff;
	text-align: right;
}
.newsArea ::-webkit-scrollbar {
    width: 12px;
}
.newsArea ::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #01629c;
}
.newsArea ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #a6d8f5;
}
.arrow a{
	background: url(../img/arrow_up.png) no-repeat 92px 13px;
	padding: 7px 34px 0 0;
	text-decoration: none;
}
.news-open .arrow a{
	background: url(../img/arrow_down.png) no-repeat 92px 13px;
	padding: 7px 30px 0 20px;
	text-align: center;
	text-decoration: none;
}

/* loginArea */
.loginArea {
	margin: 110px 0 80px;
	text-align: center;
}
.loginArea-pwInputCon {
	margin: 18px auto 0;
	width: 520px;
}

.loginArea-pwInputCon dt {
	color: #fff;
	float: left;
	clear: both;
	line-height: 42px;
	text-align: right;
	font-size: 16px;
}
.loginArea-pwInputCon li {
	margin-bottom: 10px;
}
.loginArea-pwInputCon input[type=text],.loginArea-pwInputCon input[type=password],.loginArea-pwInputCon input[type=url] {
	background: #1482c2;
	border: none;
	border-radius: 24px;
	color: #fff;
	font-size:18px;
	outline: none;
	padding: 10px 20px;
	width: 380px;
}
.loginArea-btn {
	margin: 15px auto 0px auto;
	width: 340px;
}
.loginArea-notes {
	margin: 24px auto 0;
	width: 620px;
}
.loginArea-notes li {
	color: #fff;
	text-align: left;
}

/* button */
.btn a {
	display: block;
	background: #f2bc17;
	border-radius: 24px;
	color: #fff;
	font-size:20px;
	padding: 8px 20px;
	text-align: center;
	width: 380px;
	text-decoration: none;
}
.btn a:hover {
	background: #f5c945;
}

/* scrollbar */ 
.jspContainer {
	overflow: hidden;
	position: relative;
}
.jspPane {
	position: absolute;
}
.jspVerticalBar {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 12px;
	height: 100%;
	background: #2b82b5;
}
.news-open .jspVerticalBar {
	display: block;
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 12px;
	background: #2b82b5;
}
.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspTrack {
	background: #01629c;
	position: relative;
	border-radius: 10px;
}
.jspDrag {
	background: #a6d8f5;
	position: relative;
	top: 0px;
	left: 0px;
	cursor: pointer;
	border-radius: 10px;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}
.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
}
.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow {
	height: 16px;
}
.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus {
	outline: none;
}
.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

.rkid-pwReset li {
	margin-bottom: 2px;
	margin-right: 2px;
}

.rkid-pwReset a {
	background: #fff url(../img/icon_pwforget.png) no-repeat 10px 10px;
	width: 200px;
	height: 38px;
	padding: 9px 4px 0 50px;
	font-size: 11px;
}

.login-btn {
	border: none;
	background-color: #FFFFFF;
	width: 430px;
	margin: 0 auto;
	padding: 12px;
	border-radius: 16px;
	cursor: pointer;
}

.dropdown {
	width: 320px;
	float: right;
}

.dropdown-content {
	background: #fff;
	margin-top: 10px;
	padding: 10px 5px 10px 5px;
	border-radius: 5px;

	color: #1482c2;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, visibility 0.5s ease;
}

.dropdown-show {
	opacity: 1;
	visibility: visible;
}