@CHARSET "utf-8";

/** logo */
#logo {
	overflow: hidden;
	color: #777a8c;
	height: 96px;
	line-height: 60px;
	transition: height .25s ease .1s;
}

/** 搜索框 */
#search {
	width: 80%;
	margin: 15px auto;
}

#search input {
	min-width: 50%;
	min-height: 28px;
	padding: 0 8px;
	color: #555;
	border-radius: 4px 0 0 4px;
	/** 解决IOS端placeholder属性设置的文字向上偏移问题 */
	line-height: 28px;
}

#search select {
	width: 61px;
	margin-left: -76px;
	border: 0;
	font-size: 13px;
	line-height: 1;
}

/* 需要定位下拉内容的容器 */
.dropdown {
	position: relative;
	display: inline-block;
	margin-left: -4px;
}

/* 当下拉内容显示后修改下拉按钮的背景颜色 */
.dropdown:hover .dropdown {
	background-color: #3e8e41;
}

/* 在鼠标移上去后显示下拉菜单 */
.dropdown:hover .dropdown-content {
	max-height: 300px;
}

/* 在鼠标移上去后显示下拉菜单 */
.dropdown:hover .dropdown-content a {
	pointer-events: auto;
	color: #505050;
	height: 36px;
	opacity: 1;
}

/* 下拉按钮样式 */
.dropdown-button {
	background-color: #4CAF50;
	color: white;
	border: 1px solid transparent;
	cursor: pointer;
	min-width: 72px;
	padding: 1px 1px;
	line-height: 26px;
}

/* 下拉内容 (默认隐藏) */
.dropdown-content {
	position: absolute;
	background-color: #f9f9f9;
	min-width: 100px;
	max-height: 0;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	transition: max-height .5s ease .2s;
	z-index: 11;
}

/* 下拉菜单的链接 */
.dropdown-content a {
	pointer-events: none;
	cursor: pointer;
	display: block;
	opacity: 0;
	height: 0;
	color: black;
	padding: 0;
	line-height: 36px;
	transition: all .25s ease .1s;
}

/* 鼠标移上去后修改下拉菜单链接颜色 */
.dropdown-content a:hover {
	background-color: #f1f1f1;
}

/** 搜索按钮 */
.search-btn {
	min-width: 70px;
	min-height: 30px;
	color: #fff;
	background-color: #337ab7;
	border: 1px solid transparent;
	border-color: #2e6da4;
	border-radius: 0 4px 4px 0;
	margin-left: -4px;
}

.search-btn:hover, .search-btn:focus, .search-btn:active {
	background-color: #286090;
	border-color: #204d74;
}

.search-btn:active {
	color: #f5f5f5;
	box-shadow: inset 1px 1px 5px #143c64;
}

.search-btn:disabled {
	/* pointer-events: none; */
	cursor: not-allowed;
}

/** 搜索框适配小屏幕 */
@media screen and (max-width: 700px) {
	#search input {
		width: 60%;
	}
}

/** 搜索框适配小屏幕 */
@media screen and (max-width: 550px) {
	#search input {
		display: block;
		margin: auto;
		width: 80%;
		border-radius: 4px;
		margin-bottom: 8px;
	}
	.dropdown-button {
		border-radius: 4px 0 0 4px;
	}
}

/** 信息框 */
#info {
	color: gray;
	padding: 10px 0;
}

.loading {
	/* 点击穿透 */
	pointer-events: none;
	position: absolute;
	min-height: 100px;
	min-width: 82.4%;
	padding: 20px 2% 20px;
	border-radius: 5px;
	background-color: rgb(216, 216, 216);
	background-color: rgba(216, 216, 216, 0.5);
	text-align: center;
	opacity:1;
	transition: all .25s ease .1s;
}

.loading p {
	padding: 0 0 20px;
}

.loading:last-child {
	margin-right: 0;
}

.loading .k-line {
	display:inline-block;
	width:15px;
	height:15px;
	border-radius:15px;
	background-color:#4b9cdb
}

.loading .k-line-1 {
	animation:k-loadingP 2s infinite
}

.loading .k-line-2 {
	animation:k-loadingP 2s infinite;
	animation-delay:.15s
}

.loading .k-line-3 {
	animation:k-loadingP 2s infinite;
	animation-delay:.30s
}

.loading .k-line-4 {
	animation:k-loadingP 2s infinite;
	animation-delay:.45s
}

.loading .k-line-5 {
	animation:k-loadingP 2s infinite;
	animation-delay:.60s
}

/** 适配小屏幕 */
@media screen and (max-width: 600px) {
	.loading {
		min-width: 86%;
	}
}

@keyframes k-loadingP {
	0% {
		transform:translateY(0)
	}
	35% {
		transform:translateY(0);
		opacity:.3
	}
	50% {
		transform:translateY(-20px);
		opacity:.8
	}
	70% {
		transform:translateY(3px);
		opacity:.8
	}
	85% {
		transform:translateY(-3px)
	}
}

#data {
	width: 96%;
	margin: auto;
	min-height: 375px;
}

/** 更新框 */
#data .newslist {
	padding: 2% 15% 0;
}

#data .newslist ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 3px 2% 0;
	clear: both;
	overflow: hidden;
	white-space: nowrap;
}

#data .newslist li {
	padding: 4px;
	border-bottom: 1px dashed #ddd;
	color: #444;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
}

#data .newslist li:nth-child(1) {
	width: 80px;
	text-overflow: clip;
}

#data .newslist li:nth-child(2) {
	width: calc(100% - 160px);
	width: -moz-calc(100% - 160px);
	width: -webkit-calc(100% - 160px);
	text-align: left;
}

/** 更新框适配小屏幕 */
@media screen and (max-width: 800px) {
	#data .newslist {
		padding: 2% 8% 5px;
	}
}

@media screen and (max-width: 700px) {
	#data .newslist li:nth-child(1) {
		width: 36px;
	}
	#data .newslist li:nth-child(2) {
		width: calc(100% - 120px);
		width: -moz-calc(100% - 120px);
		width: -webkit-calc(100% - 120px);
	}
}

@media screen and (max-width: 600px) {
	#data .newslist li {
		padding: 3px 2px;
	}
	#data .newslist li:nth-child(2) {
		width: calc(100% - 80px);
		width: -moz-calc(100% - 80px);
		width: -webkit-calc(100% - 80px);
		overflow-x: scroll;
		text-overflow: initial;
	}
	#data .newslist li:nth-child(3) {
		display: none;
	}
	#data .newslist li:nth-child(2)::-webkit-scrollbar {
		width: 0;
		height: 0;
	}
}

/** 数据框 */
#data .datalist {
	padding: 2% 0 15px;
	min-height: 491px;
}

#data .datalist ul {
	list-style: none;
	margin: 0;
	padding: 0 2%;
	overflow: hidden;
	white-space: nowrap;
}

#data .datalist ul li {
	padding: 2px;
	border-bottom: 1px dashed #ddd;
	color: #444;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
	line-height: 24px;
}

#data .datalist ul li:nth-child(1) {
	color: gray;
	width: 70px;
	font-size: 12px;
	line-height: 12px;
	white-space: pre-line;
}

#data .datalist ul li:nth-child(2) {
	width: 8%;
	min-width: 40px;
}

#data .datalist ul li:nth-child(3) {
	width: calc(68% - 100px);
	min-width: 100px;
	text-align: left;
}

#data .datalist ul li:nth-child(4) {
	width: 6%;
	min-width: 12px;
	text-overflow: clip;
}

#data .datalist ul li:nth-child(5), #data .datalist li:nth-child(6) {
	width: 10%;
	min-width: 64px;
}

#data .datalist ul li:nth-child(7) {
	display: none;
}

#data .datalist .title:nth-child(1) li {
	color: #444;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	text-align: center;
}

/** 信息框适配小屏幕 */
@media screen and (min-width: 801px) and (max-width: 1000px) {
	#data .datalist ul li:nth-child(2) {
		display: none;
	}
	#data .datalist ul li:nth-child(3) {
		width: calc(75% - 100px);
	}
}

@media screen and (min-width: 601px) and (max-width: 800px) {
	#data .datalist ul li:nth-child(2), #data .datalist ul li:nth-child(6) {
		display: none;
	}
	#data .datalist ul li:nth-child(3) {
		width: calc(85% - 100px);
	}
}

@media screen and (max-width: 600px) {
	#data .datalist ul {
		padding: 0;
	}
	#data .datalist ul li {
		height: 48px;
		white-space: pre-line;
	}
	#data .datalist ul li:nth-child(1) {
		line-height: 24px;
	}
	#data .datalist ul li:nth-child(3) {
		width: calc(86% - 100px);
		font-size: 14px;
		line-height: 16px;
		overflow-y: scroll;
		text-overflow: initial;
	}
	#data .datalist ul li:nth-child(2), #data .datalist ul li:nth-child(4),
	#data .datalist ul li:nth-child(5), #data .datalist ul li:nth-child(6) {
		display: none;
	}
	#data .datalist ul li:nth-child(7) {
		display: inline-block;
		width: 60px;
	}
	#data .datalist ul li:nth-child(3)::-webkit-scrollbar {
		width: 0;
		height: 0;
	}
}

/** 页码 */
#page-jump {
	padding-top: 20px;
	padding-bottom: 20px;
}

#page-jump a {
	display: inline-block;
	min-width: 24px;
	margin: 0 3px 20px;
	padding: 2px 8px;
	color: #DDDDDD;
	background-color: #688392;
	border-radius: 4px 0 4px 0;
}

#page-jump .curr {
	background-color: #1877AD;
}

/** 跳转按钮 */
#page-skip {
	margin-left: 10px;
	padding-right: 16px;
	max-width: 50px;
	text-align: center;
	border-radius: 4px;
}

#page-skip+a {
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 20px;
	margin-left: -18px;
	margin-right: 5px;
	border: 5px solid transparent;
	border-left: 14px solid #808080;
	display: inline-block;
}

/** 弹出按钮 */
#dialog {
	float: right;
	margin-right: 2%;
	margin-top: -14px;
	line-height: 16px;
}

/** 弹出窗口 */
#feedback {
	pointer-events: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .3);
	position: fixed;
	z-index: 99;
	overflow: hidden;
	transition: all .3s ease-in;
	opacity: 0;
	margin: 0;
}

#feedback:target {
	opacity: 1;
	padding-top: 10%;
	pointer-events: auto;
}

#feedback .panel {
	width: 300px;
	margin: 0 auto;
	padding: 20px 0;
	background: linear-gradient(#fff, #E7E7E7);
	border-radius: 4px;
	box-shadow: 2px 2px 10px rgba(100, 100, 100, .5);
}

#feedback .button {
	background-color: #337ab7;
	border: 1px solid #2e6da4;
	border-radius: 4px;
	color: #fff;
	padding: 4px 16px;
	margin: 0 8px;
}

#feedback .button:hover, #feedback .button:focus {
	background-color: #286090;
	border-color: #204d74;
}

#feedback .button:active {
	background-color: #286090;
	border-color: #204d74;
	box-shadow: inset 1px 1px 5px #143c64;
	color: #f5f5f5;
}

#feedback .title {
	margin: 0;
	display: block;
	font-size: 1.5em;
}

#feedback p, #feedback input {
	padding: 3px;
}

#feedback input, #feedback textarea {
	border-radius: 2px;
}

#feedback textarea {
	width: 68%;
	height: 50px;
}

/** 登录窗口适配小屏幕 */
@media screen and (max-width: 500px) {
	#feedback:target {
		padding-top: 40%;
	}
}
