<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#infoBox {
	box-shadow: 0 0 15px rgba(0, 0, 0, .15), 0 0 1px 1px rgba(0, 0, 0, .1);
	position: fixed;
	z-index: 999999;
	/*max-width: 42rem !important;*/
	max-width: 40rem !important;
	width: 100%;
	/*border-radius: 0.5Rem;*/
	/*padding: 1Rem 1Rem 0 1Rem;*/
	/*20200303--lcy--del*/
	padding: 0Rem 0Rem 0 0Rem;
	/*min-height: 8Rem;*/
	min-height: 20Rem;
	min-width: 20Rem;
	transform: scale(0.8);
	font-family: "Myriad Pro", "Hiragino Sans GB","Microsoft YaHei","å¾®è½¯é›…é»‘", Calibri, Helvetica, tahoma,arial,simsun,"å®‹ä½“", sans-serif;
	box-sizing: border-box;
/*	background-color: #f0eded;*/
   
	/*rgba(229, 31, 31, 0.83)#bb1e1e*/
}

#infoBox p {
	line-height: 16px;
}

#infoBox * {
	font-family: "Myriad Pro", "Hiragino Sans GB","Microsoft YaHei","å¾®è½¯é›…é»‘", Calibri, Helvetica, tahoma,arial,simsun,"å®‹ä½“", sans-serif;
	font-variant: tabular-nums;

}

#backWhole {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	position: fixed;
	background-color: #000000;
}

/* ä¿ç•™ */
.back_show {
	animation: back_show_animat 0.6s ease-in-out;
	animation-fill-mode: forwards;
}

/* ä¿ç•™ */
.back_hide {
	animation: back_hide_animat 0.6s ease-in-out;
	animation-fill-mode: forwards;
}

/* ä¿ç•™ */
@keyframes back_show_animat {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 0.6;
	}
}

/* ä¿ç•™ */
@keyframes back_hide_animat {
	0% {
		opacity: 0.6;
	}

	100% {
		opacity: 0;
	}
}
.infoBox_head {
	font-weight: 500;
	color:#4d4d4d; 
	max-width: 100%;
	/*background-color:#ff3333;*/
    height: 4Rem;
    margin-bottom:0;
    line-height: 18px;
}

.infoBox_body{
	height: 11Rem;
	line-height: 20Rem;
	max-width: 100%;
	margin-bottom:0;
	font-family: "Myriad Pro", "Hiragino Sans GB","Microsoft YaHei","å¾®è½¯é›…é»‘", Calibri, Helvetica, tahoma,arial,simsun,"å®‹ä½“", sans-serif;
}

.infoBox_option {
	height: 5Rem; 
	line-height: 5Rem;
	color:#3eaffe;
}

.infoBox_option_entity {
	height: 50px;
	line-height: 50px;
	color:#3eaffe;
	/*font: FZLTXHK;*/
	font-size:14px;
	text-align:right;
	margin-right: 20px;
	text-decoration: underline;
	cursor: pointer;
}

.infoBox_option_br {
	cursor: default;
	float: right;
	color: gray;
	opacity: 0.5;
	font-size: 20px;
	line-height: 1.875rem;
	margin: 0 1Rem 0 1Rem;
}

.infoBox_animation_show {
	animation: infoBoxShow 0.4s ease-in-out;
	animation-fill-mode: forwards;
}

.infoBox_animation_hide {
	animation: infoBoxHide 0.4s ease-in-out;
	animation-fill-mode: forwards;
}


@keyframes infoBoxHide {
	0% {
		transform: scale(1.00005);
		opacity: 1;
	}

	100% {
		transform: scale(0.8);
		opacity: 0;
		display: none;
	}
}

@keyframes infoBoxShow {
	0% {
		transform: scale(0.8);
		display: inline-block;
		opacity: 0;
	}

	100% {
		transform: scale(1.00005);
		opacity: 1;
	}
}


.infoBox_img_war {
	background: rgb(255, 255, 255);
	background-image: url("./war1.png");
	background-repeat: no-repeat;
	background-size:500px 40px;
/*	background-color:#ff3333;
 	background-position: 1.5Rem 1.4Rem;*/
	/*background-repeat: no-repeat;
	background-size: 4.125rem; */
/*	background-position: 2.5Rem 6.5Rem;
	background-repeat: no-repeat;*/
	/*background-size: 7rem;*/
}

.infoBox_img_privacy {
	background: rgb(255, 255, 255);
	background-image: url("./hong1.png");
	/*background-color:#eed52a;*/
 	/*background-position: 0Rem 0Rem;*/
	/*20200303--lcy--del*/
	/*background-position: 2.5Rem 8.38Rem;*/
	background-repeat: no-repeat;
	background-size:500px 40px;
	/*background-image: url("./warhong.png");*/
	/*20200303--lcy--add*/
/*	background-position: 5Rem 5Rem;
	background-repeat: no-repeat;*/
/*	background-size: 7rem;*/
	/*bottom:50px;*/
}

.infoBox_img_error {
	background: rgb(255, 255, 255);
	background-image: url("./war1.png");
	background-repeat: no-repeat;
	background-size:500px 40px;
	/*background-image: url("./error.png");*/
/*	background-position: 1.8Rem 0.89Rem;
	background-repeat: no-repeat;
	background-size: 4.125rem;*/
}
</pre></body></html>