﻿body {
	-webkit-animation: 1s ease-out backwards;
	-moz-animation: 1s ease-out backwards;
	-ms-animation: 1s ease-out backwards;
	animation: 1s ease-out backwards -webkit-animation-name: a-fadein;
	-moz-animation-name: a-fadein;
	-ms-animation-name: a-fadein;
	animation-name: a-fadein;
	overflow-x: hidden
}

a {
	text-decoration: none
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-overflow-2 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical
}

.display-none {
	display: none
}

.display-block {
	display: block
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

html {
	font-size: 16px;
}

@media (min-width:640px) {
	html {
		font-size: 16px;
	}
}

.body {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}

.bg-bs {
	background-color: #4184f5;
}

.index-header .logo {
	position: absolute;
	top: 12px;
	left: 15px;
	width: 72.5px;
}

.index-header .bg {
	width: 100%;
}

.index-header .txt {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 0 15px;
}

.index-header .txt .date {
	font-size: 1.125rem;
	color: #ffffff;
}

.index-header .txt .title {
	font-size: 1.5rem;
	color: #ffffff;
	font-weight: bold;
	position: relative;
	margin-bottom: 14px;
}

.index-header .txt .title::after {
	content: attr(d);
	display: block;
	position: absolute;
	color: #afdade;
	top: 0;
	-webkit-mask-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0, 0, 255, 0)), to(#4285f4));
	mask-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0, 0, 255, 0)), to(#4285f4));
}

.index-header .liul {
	position: absolute;
	left: 15px;
	bottom: 15px;
	font-size: 0.75rem;
	color: #ffffff;
	padding: 0.3125rem 0.9375rem;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	background-color: rgba(0, 0, 0, .1);
}

.index-header .liul span {
	padding: 0 2px;
}

.index-header .liul i {
	padding-right: 5px;
}

.index-header .liul-deails {
	background-color: #3380fc;
	border: 1px solid #41a8ff;
}

.index-header .diqu-b {
	position: absolute;
	right: 15px;
	top: 10px;
	padding: 6px 8.5px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	background-color: rgba(242, 247, 255, .8);
	color: #0a52cb;
	font-size: 0.875rem;
	cursor: pointer;
}

.index-header .diqu-b i {
	font-size: 0.75rem;
}

.index-header .diqu-b span {
	padding-right: 5px;
}

.pc-header {
	padding: 0 50px;
	background-color: #fff;
	height: 50px;
}

.pc-header .pc-logo {
	float: left;
	width: 128px;
	line-height: 50px;
}

.pc-header .pc-logo img {
	width: 100%;
	vertical-align: middle;
}

.pc-header .pc-txt {
	float: right;
	color: #000000;
	font-size: 16px;
	line-height: 50px;
}

.layout-bg {
	background-color: #fff;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

/* -- */
.layout-title-ps-gp {
	height: 50px;
}

.layout-title-ps {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	border-radius: 4px 4px 0 0;
	overflow: hidden;
}

.layout-title {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}

.layout-title-fiexd {
	position: fixed;
}

.layout-title>div {
	font-size: 1rem;
	color: #333333;
	width: 50%;
	float: left;
	text-align: center;
	height: 46px;
	position: relative;
	line-height: 46px;
	cursor: pointer;
	border-bottom: 1px solid #f5f6f7;
	background-color: #fff;
}

.layout-title>div span {
	padding-bottom: 0.8125rem;
}

.layout-title .check {
	color: #3078f2;
	font-weight: bold;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.layout-title .check div {
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	border-bottom: 3px solid #3078f2;
}

.padding-15 {
	padding: 0 15px;
}

.sin-ty {
	font-size: 0.75rem;
	color: #cccccc;
	margin-top: 20px;
}

.sin-detsk-tst {
	font-weight: bold;
	font-size: 1rem;
	color: #323332;
	margin-bottom: 5px;
}

.sin-ty .txt-pop {
	cursor: pointer;
	color: #e83031;
}

.all-table {
	margin-top: 30px;
	/*display: table;*/
	text-align: center;
	padding-bottom: 20px;
}

.all-table-details {
	padding-top: 26px;
	background-color: #f5f6f7;
	border-radius: 6px;
	margin-top: 15px
}

.all-table>div {
	/*display: table-cell;*/
	position: relative;
	width: 50%;
	float: left;
	
}
.all-table>div:nth-child(1),
.all-table>div:nth-child(2){
	margin-bottom: 20px;
}

.all-table>div::after {
	content: '';
}

.all-table>div .tit {
	font-size: 0.75rem;
	color: #323332;
}

.all-table>div .tit-a,
.all-table>div .tit-b {
	font-weight: bold;
	font-size: 1.5rem;
	margin: 8px 0;
}

.all-table>div .tit-a {
	color: #e83031;
}

.all-table>div .tit-b {
	color: #3078f2;
}

.all-table>div .tit-b span,
.all-table>div .tit-a span {
	font-size: 0.75rem;
}

.all-table>div .tit-mun-a {
	font-size: 0.75rem;
	color: #cccccc;
	display: none;
}

.all-table>div .tit-mun-a span {
	color: #e83031;
}

.all-table>div .tit-mun-b {
	font-size: 0.75rem;
	color: #cccccc;
	display: none;
}

.all-table>div .tit-mun-b span {
	font-size: 0.75rem;
	color: #3078f2;
}

.map-title-gp-bg {
	background-color: #f8f9fa;
	padding: 20px 15px;
}

.map-title-gp {
	height: 2.25rem;
	box-sizing: border-box;
	padding: 2px;
	background: #e3e6eb;
	border-radius: 6px;
}

.map-title {
	box-sizing: border-box;
	height: 100%;
	outline: 0;
	display: block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.map-title>div {
	float: left;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 2rem;
	font-size: 1rem;
	color: #323332;
	z-index: 2;
	position: relative;
}

.map-title::before {
	/*position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	content: '';
	border-radius: 6px;
	background: #fff;
	-webkit-transition: all .2s;
	transition: all .2s;
	z-index: 1;*/
}

.map-title .check-a {
	/* font-weight: bold; */
}

.map-title.check-b::before {
	left: 50%;
}

.map-title.check-b-s::before {
	left: 0;
}

.o-title {
	margin-top: 45px;
	font-size: 1rem;
	color: #323332;
	font-weight: bold;
	margin-bottom: 5px;
}

.o-title.detoptitle {
	margin-top: 25px;
}

.o-title-er {
	font-size: 0.75rem;
	color: #999999;
}

.bottom-10 {
	border-bottom: 6px solid #f6f5f5;
	padding-bottom: 20px;
}

.z-table {
	margin-top: 20px;
}

.z-table>table {
	border-collapse: separate;
	border-spacing: 0px 5px;
	table-layout:fixed;
}

.z-table tr th,
.z-table tr td {
	width: 20%;
}

.z-table-title {
	height: 24px;
	font-size: 0.75rem;
	line-height: 24px;
	color: #323332;
}

.z-table tr {
	text-align: center;
	border-radius: 4px;
}

.g-firkl {
	background-color: #f5f6f7;
}

.g-firkl>td:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.g-firkl>td:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.g-firkl td {
	height: 30px;
	line-height: 30px;
	font-size: 0.75rem;
	color: #333333;
	border-right: 1px solid #fff;
}

.g-firkl .sheng {
	background-color: #4184f5;
	color: #fff;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.g-firkl .sheng a{
	color: #fff;
}

.g-firkl .sheng span {
	font-size: 12px;
	margin-right: 5px;
	display: inline-block;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.g-0bo {
	height: 40px;
	line-height: 40px;
	font-size: 0.75rem;
	color: #666666;
	border-bottom: 1px solid #f5f7f8;
}

.g-firkl.check .sheng span {
	-webkit-transform: rotate(180deg);
	;
	transform: rotate(180deg);
}

.g-firkl.check+tr {
	display: table-row;
}

.load-more {
	font-size: 0.75rem;
	color: #aaaaaa;
	text-align: center;
	margin-top: 12px;
	cursor: pointer;
}

.bobao-list {
	margin-top: 25px;
	padding-left: 6px;
}

.bobao-list>div {
	padding-left: 20px;
	border-left: 2px solid #ecf2fe;
	position: relative;
	padding-bottom: 16px;

}

.bobao-list>div:last-child {
	padding-bottom: 0;
}

.bobao-list>div::before {
	content: '';
	position: absolute;
	left: -3px;
	top: 5px;
	width: 6px;
	height: 6px;
	background-color: #4184f5;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index: 2;
}

.bobao-list>div::after {
	content: '';
	position: absolute;
	left: -8px;
	top: 0;
	width: 16px;
	height: 16px;
	background-color: #ecf2fe;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;
}

.bobao-list>div .time {
	font-size: 0.75rem;
	color: #aaaaaa;
	margin-bottom: 12px;
}

.bobao-list>div .ah-lian {
	padding: 10px;
	background-color: #f5f7f8;
	border-radius: 4px;
	font-size: 1rem;
	color: #323332;
}

.bobao-list>div a .ah-lian {
	color: #323332;
	font-weight: bold;
}

.l-gonk {
	margin-top: 44px;
	padding-bottom: 35px;
}

.l-gonk>div {
	height: 44px;
	background-color: #4184f5;
	border-radius: 22px;
	line-height: 44px;
	text-align: center;
	cursor: pointer;
	font-size: 0.875rem;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

/* -- */
.footer-title {
	font-size: 1rem;
	color: #ffffff;
	text-align: center;
	margin-bottom: 15px;
	display: none;
}

.footer-gp {
	padding: 30px 15px 15px 15px;
}

.footer-ban {
	font-size: 0.75rem;
	color: #ffffff;
	text-align: center;
	opacity: .5;
}

.footer-ban img {
	width: 3.4375rem;
	margin: 0 5px;
	 vertical-align: middle; 
}

.footer-img-list {
	margin-bottom: 20px;
	display: none;
}

.footer-img-list>div {
	width: 25%;
	float: left;
	padding: 5px;
}

.footer-img-list>div img {
	width: 100%;
}

@media (min-width:640px) {
	.footer-img-list>div {
		padding: 15px;
	}
}

/* 下拉 */
.select-moob {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.select-moob-cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}
.select-moob-container-s{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
	background-color: #fff;
	animation: aclstop .3s 1 forwards;
	-webkit-animation: aclstop .3s 1 forwards;
	-webkit-overflow-scrolling: touch
}

.select-moob-container {
	height: auto;
}

@-webkit-keyframes aclstop {
	from {
		opacity: 0;
		transform: translateY(100px);
		-moz-transform: translateY(100px);
		-ms-transform: translateY(100px);
		-webkit-transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}

@keyframes aclstop {
	from {
		opacity: 0;
		transform: translateY(100px);
		-moz-transform: translateY(100px);
		-ms-transform: translateY(100px);
		-webkit-transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}

.select-moob-title {
	height: 52px;
	background-color: #f5f5f5;
	padding: 0 20px;
}

.select-moob-title>div {
	font-size: 15px;
	letter-spacing: 1px;
	color: #aaaaaa;
	line-height: 48px;
	cursor: pointer;
}

.select-moob-title .cancel {
	float: left;
}

.select-moob-title .determine {
	float: right;
	color: #323332;
}

.select-moob-content {
	height: 260px;
	overflow: hidden;
	-webkit-overflow-scrolling: touch
}

.select-moob-content .sw-select {
	height: 260px;
	position: relative;
	-webkit-overflow-scrolling: touch
}

.select-moob-content .sw-select:before {
	content: '';
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	height: 50px;
	border-top: 1px solid #F1F1F1;
	border-bottom: 1px solid #F1F1F1;
}

.select-moob-content .swiper-slide {
	text-align: center;
	line-height: 48px;
	opacity: .5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select-moob-content .swiper-slide-active {
	opacity: 1;
	font-size: 15px;
}

/* 下拉end */

/* 弹框 tankuang */
.shujshuo-pop {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	display: none;
}

.shujshuo-pop-gp {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.shujshuo-pop-cover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.shujshuo-pop-container {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	animation: boxsan .3s forwards;
	-moz-animation: boxsan .3s forwards;
	-ms-animation: boxsan .3s forwards;
	-webkit-animation: boxsan .3s forwards;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}

@keyframes boxsan {
	0% {
		-webkit-transform: translateY(100%) scale(.8);
		transform: translateY(100%) scale(.8);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0) scale(1);
		transform: translateY(0) scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes boxsan {
	0% {
		-webkit-transform: translateY(100%) scale(.8);
		transform: translateY(100%) scale(.8);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0) scale(1);
		transform: translateY(0) scale(1);
		opacity: 1;
	}
}

.shujshuo-pop-container .title {
	font-family: SourceHanSansCN-Medium;
	font-size: 1rem;
	color: #ffffff;
	background-color: #3078f2;
	text-align: center;
	height: 48px;
	line-height: 48px;
}

.shujshuo-pop-container .shujshuo-liy-gp {
	padding: 15px 15px 20px 15px;
}

.shujshuo-pop-container .shujshuo-liy:first-child {
	margin-top: 0;
}

.shujshuo-pop-container .shujshuo-liy {
	margin-top: 10px;
}

.shujshuo-pop-container .title-er {
	font-size: 0.875rem;
	color: #323332;
	font-weight: bold;
	margin-bottom: 0.3125rem;
	padding-left: 15px;
	position: relative;
}

.shujshuo-pop-container .title-er::before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	width: 9px;
	height: 9px;
	background-color: #ffffff;
	border: solid 2.5px #3078f2;
	border-radius: 50%;
}

.shujshuo-pop-container .shujshuo-liy-txt {
	font-size: 0.875rem;
	color: #666666;
}

/* --- */
.eruio-pop-container {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	animation: boxsan .3s forwards;
	-moz-animation: boxsan .3s forwards;
	-ms-animation: boxsan .3s forwards;
	-webkit-animation: boxsan .3s forwards;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
}

.eruio-pop-container .img{
	padding: 5px;
}
.eruio-pop-container .img img {
	width: 100%;
}

.eruio-pop-container .txt {
	font-size: 0.875rem;
	color: #323332;
	text-align: center;
	padding-bottom: 10px;
	margin-top: -3px;
}

@media (min-width:640px) {
	.eruio-pop-container {
		width: 30%;
	}

	.shujshuo-pop-container {
		width: 50%;
	}
}

/* 弹框 tankuang end */

/* 详情 xiangqing */
.d-table {
	margin-top: 18px;
	text-align: center;
	margin-bottom: 20px;
}

.d-table-title th {
	background-color: #f5f6f7;
	font-size: 0.875rem;
	color: #323332;
	height: 2rem;
	line-height: 2rem;
	border-right: 1px solid #fff;
}

.d-table-title th:first-child {
	border-radius: 4px 0 0 4px;
}


.d-table-title th:last-child {
	border-radius: 0 4px 4px 0;
}

.d-table-title .d {
	background-color: #3078f2;
	color: #ffffff;
}

.d-tr {
	height: 2.5rem;
	line-height: 2.5rem;
	border-bottom: 1px solid #f5f7f8;
	font-size: 14px;
	color: #666666;
}

.d-tr a {
	font-size: 0.875rem;
	color: #3078f2;
}

/* 详情 xiangqing end */

/* 首页地图  shouyeditu */

.maptiop {
	font-size: 0.875rem;
	color: #666666;
	text-align: center;
	margin-top: 0.9375rem;
}

.mapop {
	height: 350px;
}

@media (min-width:640px) {
	.mapop {
		height: 600px;
	}
}

.map-tips {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 24px;
	font-size: .75rem;
	padding: 0 5px;
}

.virus-map-tips-more {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 60px;
	border-left: 1px solid hsla(0, 0%, 100%, .5);
	margin-left: 7.8333px;
	padding-left: 7.8333px;
	color: #fff !important;
}

.virus-map-tips-more i {
	font-size: 12px;
	vertical-align: middle;
	padding-left: 3px;
	margin-top: 3px;
}

/* 首页地图  shouyeditu end */
/* 详情图表  xiangqingtubiao */

.demap-r {
	margin-top: 20px;
	float: right;
	font-size: 0.75rem;
	color: #323332;
	text-align: right;
	margin-bottom: 20px;
	position: relative;
}

.demap-r::before {
	content: '';
	position: absolute;
	top: 6px;
	left: -8px;
	width: 4px;
	height: 4px;
	background-color: #3078f2;
}

.btio {
	height: 250px;
}

@media (min-width:640px) {
	.btio {
		height: 410px;
	}
}

/* 详情图表  xiangqingtubiao */

.d-dheader {
	padding: 0 15px;
	height: 55px;
	line-height: 55px;
	background-color: #fff;
	position: relative;
}

.d-dh-title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	font-size: 1rem;
	color: #323332;
	padding-left: 40px;
	padding-right: 15px;
	text-align: center;
	z-index: 1;
	font-weight: bold;
	border-bottom: 1px solid #f5f6f7;
}

.d-dheader a {
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	height: 100%;
	color: #cccccc;
	z-index: 2;
}

@media (min-width:640px) {
	.d-dh-title {
		padding-left: 15px;
	}
}

.d-details-liy-gp {
	margin-top: 10px;
}

.d-details-liy {
	margin-top: 10px;
}

.title-er {
	font-size: 1rem;
	color: #323332;
	font-weight: bold;
	margin-bottom: 0.3125rem;
	padding-left: 15px;
	position: relative;
}

.title-er::before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	width: 9px;
	height: 9px;
	background-color: #ffffff;
	border: solid 2.5px #3078f2;
	border-radius: 50%;
}

.d-details-liy-txt {
	font-size: 0.875rem;
	color: #666666;
	line-height: 24px;
	padding-left: 12px;
}
