﻿@charset "utf-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*, body {
	padding: 0px;
	margin: 0px;
	color: #fff;
	font-family: Verdana, 微软雅黑;
*font-family:微软雅黑, Verdana;
}
body {
	background: #069 url(../img/bg.png);
	color: #666;
	font-size: 13px;
}
.anchorBL {
	display: none
}
.head {
	background: url(../img/head_bg1.png) no-repeat center center;
	background-size: 100% 100%;
	z-index: 100;
	position: fixed;
	top: 0;
	width: 100%;
	height: 88px
}
.head h1 {
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 68px;
}
.head h1 img {
	width: 1.5rem;
	display: inline-block;
	vertical-align: middle;
margin-right: .2rem
}
.foot {
	background: url(../img/footbg.png) no-repeat center center;
	background-size: 100% 100%;
	z-index: 100;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 88px;
	line-height: 88px;
	padding-left: 10px
}
.weather {
	margin-top: 10px;
}
.leftbox {
	position: fixed;
	top: 30%;
	left: 5%;
	z-index: 1000
}
.leftbox h2, .rightbox h2 {
	font-size: 14px;
	margin: 18px 0 0 15px
}
.leftbox h2 span {
	font-size: 12px;
	font-weight: normal
}
.leftbox ul {
	padding: 13px 25px;
}
.leftbox ul li {
	list-style: none;
	padding: 10px
}
.leftbox ul li font {
	font-size: 30px;
	margin-left: 30px;
	color: #ff3000
}
.worder-date-y {
	margin-top: 10px
}
.rightbox {
	position: fixed;
	top: 30%;
	right: 5%;
	z-index: 1000
}
.mianbox {
	width: 360px;
	height: 300px;
	background: url(../img/boxbg.png) no-repeat;
	background-size: auto;
	background-size: 100%;
}
.font28 {
	font-size: 18px;
	color: #ffb400;
	margin-left: 3px
}
.leftbox ul li .fontspan {
	font-size: 12px !important;
	font-size: 11px;
	display: inline-block;
	margin-left: 16px;
	position: relative;
	top: -6px
}
font.font12 {
	color: #ff3000;
	margin: 5px!important;
	font-size: 12px !important;
}
.selectbox {
	margin-left: 30px;
	float: left;
}
.weather {
	float: left;
	width: 13%
}
select {
	background: transparent;
	margin-top: 45px;
	padding: 5px;
	font-size: 16px;
	border: 1px solid #ccc;
	height: 34px;
}
.foot-right {
	text-align: right;
	margin-right: 18%;
}
/*弹出层 */
.toggleModal {
	padding: 0;
	color: white;
	background: none;
	border: none;
	margin-top: 48px;
	font-size: 16px;
}
.toggleModal i:hover {
	color: #fff;
	cursor: pointer
}
.mask {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 10000;
	display: none;
}
.modal {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	transform: translate(-50%, -50%);
	border-radius: 5px;
	background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, from(rgba(2,8,30,0.4)), to(rgba(6,31,120,0.7)));
	border: 1px solid rgba(2,8,30,.8);
	border-radius: 5px;
	box-shadow: 2px 3px 20px rgba(0,0,0,0.2);
	z-index: 120000;
	display: none;
}
.modal .modal-header {
	height: 50px;
	background: rgba(14,80,131,1);
	padding: 0 15px;
	border-bottom: 1px solid #0d91dd;
	border-radius: 5px 5px 0 0;
	color: #fff
}
.modal .modal-header p {
	line-height: 50px;
	display: inline-block;
}
.modal .modal-header .title {
	font-size: 18px;
	color: #fff;
}
.modal .modal-header .close {
	float: right;
	font-size: 26px;
	margin-top: -2px;
	color: #fff;
	cursor: default;
}
.modal .modal-content {
	min-height: 100px;
	padding: 20px;
}
.modal .modal-footer .btn {
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	color: white;
	background: #409EFF;
	border: none;
	border-radius: 3px;
}
.modal .modal-footer {
	clear: both;
	border-top: 1px solid #0d91dd;
	padding: 10px;
	text-align: right;
}
.container::after {
	content: "";
	display: block;
	clear: both;
}
.btn_ck {	border-radius: 3px;
	border: 1px solid rgba(1,189,90,.8);
	background: none;
	padding: 3px 6px;
	border-radius: 0
}
.list_table {  font-size:12px;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0
}
.list_table th {
	text-align: center;
	padding: 8px 3px;
	color: #04ffd9
}
.list_table tr {
	border: 1px solid rgba(67,171,202,.8);
}
.list_table tr td {
	padding: 5px 3px;
	text-align: center
}
.page-link {
	color: #fff;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px 6px;
	border-width: 0;
	border: 1px solid rgba(255,255,255,1);
	font-weight: 400;
	margin: 5px 1px;
	text-decoration: none;
}
.page-ac {
	background: #04ffd9 !important;
	border: 1px solid #04ffd9;
	color: #02081e !important
}
.pagination {
	float: right;
	overflow: hidden;
	display: flex;
	padding-left: 10px;
	list-style: none;
	clear: both;
	margin: 5px 1px;
}
.btn_qk {	border-radius: 3px;
	border: 1px solid #7c8ebd;
	background: none;
	padding: 3px 6px;
}
.btn_tj {
	border: 1px solid #0374ff;
	background: #0374ff;
	padding: 3px 6px;	border-radius: 3px;
}
.input_table {
	width: 100%;
	border-collapse: collapse;
}
.input_table td {
	padding: 5px;
	padding-bottom: 10px
}
.input_table td input {
	border: 1px solid rgba(67,171,202,.8);
	background: none;
	line-height: 26px;
	margin-left: 5px
}
select option{ background:#006699}
