@charset "utf-8";

html {
	height:100%;
}

body {
	font-family:"Microsoft YaHei",微软雅黑;
	font-size:12px;
	margin: 0;
	overflow: hidden;
	height:100%;
}

.indexback {
	background: #bfc995;
}

#container {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	width:100%;
	overflow:hidden;
}

#loadinginfo {
	width:300px;
	height:40px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-20px 0 0 -150px;
	color:#FFF;
	border-radius:5px;
	background: rgba(23,35,52,.7);
	font-size:13px;
	font-weight:bold;
	text-align:center;
	line-height:38px;
}

#maintitle{
	width: 100%;
	height: 47px;
	background-image: url(../imgs/title.png);
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 888;
	left: 0;
	top: 0;
	pointer-events: none;
	transition: transform .6s;
}

#maintitle.moved{
	transform: translateX(-20%);
}

#btnwarp {
	height:40px;
	width: auto;
	text-align: right;
	position:absolute;
	left: 10px;
	bottom: 20px;
	font-size: 0;
	z-index: 777;
	transition: transform .7s;
}

#btnwarp.phide {
	transform: translateX(-120%);
}

#btnwarp div{
	width: 40px;
	display: inline-block;
	position: relative;
	height: 40px;
	color: #333333;
	cursor: pointer;
	margin: 10px 10px 0 0;
}

#btnwarp div::before{
	content: '';
	display: block;
	width: 40px;
	position: absolute;
	background: rgba(255,255,255,.8);
	height: 40px;
	border-radius: 20px;
	transition: transform .2s, opacity .2s;
	box-shadow:0 0 10px rgba(0,0,0,.3);
}

#btnwarp div svg{
	width: 26px;
	height: 26px;
	position: absolute;
	left: 7px;
	top: 7px;
	fill: currentColor;
	pointer-events: none;
}

#btnwarp div:hover {
	color: #FFFFFF;
}

#btnwarp div:hover::before, #btnwarp div.active::before {
	background: #4689e4;
	transform: scale( 1.2);
	opacity: .8;
}

#mapmarks {
	position: absolute;
	z-index: 64;
	display: none;
}


.fp{
	display: block;
	position: absolute;
	width: auto;
	height: auto;
	user-select: none;
	cursor: pointer;
	font-size: 0;
	white-space: nowrap;
	box-shadow:0 3px 20px rgba(0,0,0,.2);
}

.fp:hover .fp_title{
	background: #478ae5;

}

.fp::after{
	content: url("../imgs/arrow.png");
	position: absolute;
	bottom: -10px;
	left: calc( 50% - 5px );
}

.fp.dd::after{
	content: url("../imgs/arrow_u.png");
	top: -10px;
}

.fp.dm{
	width: 26px;
	height: 26px;
	font-size: 14px;
	font-weight: bold;
	background: #468200;
	color: #FFFFFF;
	text-align: center;
	line-height: 25px;
	border-radius: 50%;
	box-shadow: none;
}

.fp.dm::after{
	content: url("../imgs/arrow_g.png");
	bottom: -15px;
}

.fp.dm.szbad{
	background: #ca4949;
}

.fp.dm.szbad::after{
	content: url("../imgs/arrow_r.png");
}

.fp.dm.szbad .flasha{
	bottom: 7px;
}


.fp_title{
	white-space: nowrap;
	display: block;
	height: 26px;
	background: rgba(0,0,0,.4);
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 0 10px;
	line-height: 25px;
	text-align: center;
}

.fp_title svg{
	display: inline-block;
	width: 20px;
	height: 20px;
	fill: currentColor;
	margin: 0 4px -5px 0;
}

.fp_title.isblue{
	background: rgba(0,77,153,.7);
}

.fp_title.isgreen{
	background: rgba(31,133,0,.7);
}

.fp_title.iscyan{
	background: rgba(0,174,190,.7);
}



.spart{
	border-collapse: collapse;

}

.fp .fp_content{
	width: auto;
	border-collapse: collapse;
	padding: 0;
	background: rgba(255,255,255,.8);
	display: inline-block;
}

.fp .fp_content tr{
	border-top: rgba(0,0,0,.1) solid 1px;
}


.fp .fp_content tr th{
	font-size: 13px;
	background: rgba(80,131,0,.8);
	height: 20px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	line-height: 20px;
	padding: 0 8px;
	white-space: nowrap;
	margin-bottom: 1px;
}

.fp .fp_content tr td{
	font-size: 13px;
	height: 20px;
	font-weight: bold;
	color: #222222;
	text-align: center;
	line-height: 20px;
	padding: 0 8px;
	white-space: nowrap;
	margin-bottom: 1px;
}

.fp .fp_content tr td b{
	font-weight: normal;
	color: #666666;
	font-size: 10px;
	margin-left: 2px;
}

.fp .fp_content tr.dred th {
	background: rgba(255,0,0,.6);
	color: #FFFFFF;
}
.fp .fp_content tr.dred td {
	color: #ff0000;
}

.flasha{
	position:absolute;
	width:10px;
	height:10px;
	border:#FF0000 solid 2px;
	border-radius:50%;
	z-index:222;
	pointer-events:none;
	animation: fca 1.15s infinite;
	bottom: -10px;
	left: calc( 50% - 7px );
}

#flashc{
	display: none;
	position:absolute;
	width:40px;
	height:40px;
	border:#FFF solid 3px;
	border-radius:50%;
	z-index:222;
	pointer-events:none;
	animation: fca 1.15s infinite;
}

#flashc::after{
	position:absolute;
	content: '';
	width:30px;
	height:30px;
	border:#FFF solid 4px;
	border-radius:50%;
	left: 1px;
	top: 1px;
	z-index:222;
	pointer-events:none;
}

#flashc:before{
	position:absolute;
	content: '';
	width:50px;
	height:50px;
	border:#FFF solid 2px;
	border-radius:50%;
	left: -7px;
	top: -7px;
	z-index:222;
	pointer-events:none;
}

@keyframes fca {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(4);
		opacity: 0;
	}
}

.rightpanel {
	position: absolute;
	width: 40%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 999;
	background: rgba(255,255,255,.7);
	transition: transform .6s;
	box-shadow:0 0 45px rgba(0,0,0,.3);
}

.rightpanel.phide {
	transform: translateX(100%);
}

#rptitle {
	position: absolute;
	width: 233px;
	height: 33px;
	top: 0;
	background-image: url(../imgs/rptitle.png);
	left: calc( 50% - 116px );
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	letter-spacing: 2px;

}

.rpclose {
	position: absolute;
	width: 40px;
	height: 40px;
	color: #4e8dd6;
	top: 0;
	right: 0;
	cursor: pointer;
}

.rpclose svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
	position: absolute;
	left: 12px;
	top: 12px;
	pointer-events: none;
}

.rpclose:hover {
	background: #4e8dd6;
	color: #ffffff;
}

#webbox {
	position: absolute;
	width: calc( 100% - 20px );
	height: calc( 100% - 50px );
	left: 10px;
	top: 40px;
	border: 0;
}

#shbtn {
	width: 13px;
	height: 74px;
	background: rgba(255,255,255,.7);
	position: absolute;
	left: -13px;
	top: calc( 50% - 40px );
	cursor: pointer;
}

#shbtn::after {
	display: block;
	content: '';
	position: absolute;
	width: 1px;
	height: 20px;
	border-left: #333333 solid 2px;
	border-right: #333333 solid 2px;
	left: 4px;
	top: calc( 50% - 10px );
}

#shbtn:hover {
	background: #4e8dd6;
}

#shbtn:hover::after {
	border-left: #FFFFFF solid 2px;
	border-right: #FFFFFF solid 2px;
}


#btn_ds{
	width: 112px;
	height: 112px;
	color: #333333;
	position: absolute;
	z-index: 666;
	left: 16px;
	top: calc( 50% - 56px );
	cursor: pointer;
	transition: transform .7s;
}

#btn_ds.phide {
	transform: translateX(-200%);
}

#btn_ds::after{
	display: block;
	content: '';
	width: 112px;
	height: 112px;
	border-radius: 56px;
	background: rgba(255,255,255,.4);
	position: absolute;
	left: 0;
	top: 0;
	transition: transform .3s, opacity .3s;
	z-index: -1;
}

#btn_ds::before{
	display: block;
	content: '';
	width: 90px;
	height: 90px;
	background: rgba(255,255,255,.7);
	position: absolute;
	left: 11px;
	top: 11px;
	border-radius: 45px;
	transition: transform .3s;
	box-shadow:0 0 10px rgba(0,0,0,.4);
}

#btn_ds svg {
	width: 36px;
	height: 36px;
	left: 38px;
	top: 27px;
	position: absolute;
	fill: currentColor;
}
#btn_ds span {
	display: block;
	position: absolute;
	width: 100%;
	top: 64px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#btn_ds:hover{
	color: #FFFFFF;
}

#btn_ds:hover::after{
	background: rgba(78,141,214,.4);
	transform: scale( 1.2);
	opacity: .7;
}

#btn_ds:hover::before{
	background: #4e8dd6;
	transform: scale( 1.1);
}


.mainpanel {
	position: absolute;
	z-index: 666;
	width: 320px;
	height: 698px;
	top: calc( 50% - 370px );
	right: 0;
	background: rgba(255,255,255,.6);
	transition: transform .4s;
	box-shadow:0 0 45px rgba(0,0,0,.3);
}

.mainpanel.phide {
	transform: translateX(100%);
}


.szdata {
	position: absolute;
	left: 8px;
	top: 33px;
}

#dstips{
	width: 40%;
	height: 60px;
	border-radius: 6px;
	background:rgba(50,100,230,0.6);
	color: #FFFFFF;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	line-height: 57px;
	left: 30%;
	top: calc( 50% - 40px );
	transition: transform .3s, opacity .3s;
}


#dstips.phide{
	transform: translateY(-100%);
	opacity: 0;
}


































