<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html { 
	font-family: "Microsoft YaHei","Helvetica Neue",Helvetica, sans-serif;	
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	height:100%;
	padding:0px;
	margin:0px;
}
body{
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;
	font-size: .28rem;
	color:#333;
	background:#ffbdbd;
}
*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.w{
   max-width:7.5rem;
   min-width:3rem;
   margin:auto;   
   
}
.vote{ height:11.73rem;  background:url(../images/bg_2.jpg) no-repeat center top;
   background-size:cover; padding-top:.33rem}
img{
	border: 0;
	display: inline-block;
	width:100%;
	height:auto;
	vertical-align: middle;
}



input,textarea,select,textarea{
	-webkit-appearance: none;
	outline: none;
	border: none;
	font-family: "Microsoft YaHei","Helvetica Neue",Helvetica, sans-serif;
}

.fl{
	float:left;
}
.fr{
	float:right;
}
.clearfix:after{
	content:"";
	display:block;
	width:100%;
	height:0;
	clear:both;
}



/*加载中样式*/
.load {text-align: center;padding: 5px 0 15px;}</pre></body></html>