<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*rest*/
body,h1,h2,h3,h4,h5,h6,p,dl,dd,ul,ol,pre,form,input,textarea,th,td,select,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{ margin:0; padding:0; font-size:100%; font-family:'Microsoft Yahei',Helvetica,Arial; }
body { word-wrap:break-word; } /* 长单词换到下一行 */
h1,h2,h3,h4,h5,h6{ font-weight:normal }
address,em,strong,th{ font-style:normal;font-weight:normal }
i{ font-style:normal; }
table{ border-collapse:collapse; font-size:100%; }
ol,ul{list-style:none}
img{ border:none;vertical-align:top; }
a{ text-decoration:none;cursor: pointer; }
a:hover, #main a:hover{ text-decoration:none;color: #F00; }
a:focus{ outline:0; }
textarea{ resize:none;overflow:auto; }
textarea,input{ background:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-appearance:normal; }
input[type=password] {-webkit-text-security:disc;}
input, select, textarea{ outline:none; }
/* ios 中 点击a、input 或 js定义的可点击元素，会出现一个半透明的灰色背景，设置设置透明度可禁用 */
a,input{-webkit-tap-highlight-color:rgba(0,0,0,0);} /* 并对js定义的点击元素单独进行设置 */

/* 解决旧版本Chrome中input获得焦点后的黄色背景 */
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px #fff inset;} /* 背景想要的颜色 替换 #fff  */
/* end reset */



/*浮动*/
.fl{ float:left; }
.fr{ float:right; }
.clear:after,
.clear:before{ content: "";display: table; }
.clear:after{ clear: both; }
.clear{ *zoom:1; }


.alert-warning {
	position: fixed;
	left: 50%;
	top: -400px;
	margin-left: -219px;
	width: 460px;
	height: 170px;
	background: #fff;
	z-index: 1001;
	display: none;
	border: 2px solid;
	border-radius: 10px;
}

.alert-mengban {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	background: #000000;
	opacity: 0.8 !important;
	filter: alpha(opacity=80) !important;
	width: 100%;
	height: 100%;
	display: none;
}

.alert-wzsm {
	width: 455px;
	height: 65px;
	margin: 15px auto 0;
	line-height: 35px;
	font-size: 24px;
	color: #000;
	text-align: center;
	font-family: 'Microsoft YaHei';
	padding-bottom: 15px;
	border-bottom: 1px solid #d4d4d4;
}

.alert-wzsm font{
	font-size: 16px;
}

.alert-footer {
	width: 100%;
	height: 105px;
	font-size: 24px;
	color: #000;
}

.xuanze {
	width: 210px;
	height: 42px;
	margin: 25px auto 0;
}

.alert-footer span {
	cursor: pointer;
	float: left;
	font-family: 'Microsoft YaHei';
}

.fangqi {
	height: 42px;
	font-size: 16px;
	color: #333;
	margin-left: 20px;
}

.alert-delete span {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 19px;
	height: 19px;
	cursor: pointer;
}

element.style {}

.alert-footer span {
	cursor: pointer;
	float: left;
	font-family: 'Microsoft YaHei';
}

.continue {
	width: 124px;
	height: 42px;
	color: #ab0d07;
	font-size: 16px;
	font-weight: bolder;
}

.whpageold .alert-wzsm font{
	font-size: 32px;
}
.whpageold .alert-warning{
	height: 265px;
}
.whpageold .alert-wzsm{
	height: 126px;
	margin: 38px auto 0;
}

.whpageold .continue{
	font-size: 32px;
}

.whpageold .fangqi{
	font-size: 32px;
}</pre></body></html>