<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*é‡ç½®*/
		body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,th,td,textarea,input,button,p,a{margin:0;padding:0;font-family: 'å¾®è½¯é›…é»‘';}
		ul{margin: 0;padding: 0;}
		ul,ol,li{list-style: none;}
        p{margin: 0;}
		a{text-decoration: none;color:black;margin: 0;padding:0}
		hr{border: none;margin: 0;}
		h2,h1,h3,h4,h5,h6{font-size: 14px;font-weight: normal;}
		img{display: inline-block;}
		input,textarea,select,a,button:focus{outline: none; }
		button{border:none;}
		.clearfix{clear: both;}
		input:disabled{ background: none }
		ul {display: inline-block;}
		i, em, b{font-style: normal;font-weight: 400;margin: 0px;padding: 0px;}
		input[type=checkbox] {
		  margin-right: 10px;
		  cursor: pointer;
		  font-size: 14px;
		  width: 13px;
		  height: 13px;
		  position: relative;
		}
		
		input[type=checkbox]:after {
		  position: absolute;
		  width: 10px;
		  height: 14px;
		  top: 0;
		  content: " ";
		  background-color: #fff;
		  color: #000;
		  font-weight:bold;
		  display: inline-block;
		  visibility: visible;
		  padding: 0px 3px;
		  border:1px solid #d4d4d4;
		}
		
		input[type=checkbox]:checked:after {
		  content: "âœ“";
		  font-size: 12px;
		}
		
		/* .radioBox input{
		    -webkit-appearance: none;
		    width: 20px;
		    height: 20px;
		    padding: 0;
		    background-color: #fff;
		    border: 1px solid #c9c9c9;
		    border-radius: 50%;
		    outline: none;
		    margin-right: 22px;
		    cursor: pointer;
		} */

		
		/* input[type="radio"]+label::before {
		            content: "\a0";
		            display: inline-block;
		            vertical-align: middle;
		            font-size: 18px;
		            width: 14px;
		            height: 14px;
		            margin: auto 5px;
		            border: 1px solid #f0f0f0;
					background: transparent;
				    border-radius: 2px;
		            
		           padding: 4px;
		        } */
		        /* è®¾ç½®é€‰ä¸­æ&nbsp;·å¼ */
		       /* input[type="radio"]:checked+label::before {
		            background: #82bf24;
					border:1px solid #82bf24;
		            background-clip: content-box;
		            padding: 4px;
					
		        } */
	/* 
		input[type="radio"] {
		            position: absolute;
		            clip: rect(0, 0, 0, 0);
		        } */
		
		
		
		
	.posXY_center {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50% , -50%);
		-webkit-transform: translate(-50% , -50%);
		-moz-transform: translate(-50% , -50%);
		-o-transform: translate(-50% , -50%);
		-ms-transform: translate(-50% , -50%);
	}
	
/* åˆ†é¡µ å…±ç”¨ */
.page_box{text-align: center; width: 100%;margin: 0px auto 25px auto;}
.page_box li{float: left;margin-right: 20px;}
.page_box li:nth-last-of-type(1){margin-right: 0;}
.page_box li a{display: inline-block;width: 35px;height: 35px;border-radius: 6px;
background: #f0f0f0;text-align: center;line-height: 35px;color:#646464;transition: all 0.5s;
font-size:14px;}
.page_box li.active a,.page_box li:hover a{background: #82bf24;color:#fff}


/* å›žåˆ°é¡¶éƒ¨ */
.top{position: fixed;right: 13.54%;bottom:8%;z-index: 9999;display: none;
width: 46px;height: 46px;background: #ffce0f;cursor: pointer;}
.top span{display: inline-block;}
.top img{display:block !important;opacity: 0.6;transition: all 0.5s;
padding:7px 15px 0 15px;}
.top h1{font-size:14px;color: #fff;text-transform: uppercase;margin-left: 10px;
line-height: 1em;transition: all 0.5s;opacity: 0.6;}
.top:hover img{opacity: 1;}
.top:hover h1{opacity: 1;}
@media (max-width:640px) {
	.top{width: 42px;height: 42px;}
	
	.top span{display: inline-block;}
	
	.top img{display:block !important;opacity: 0.6;transition: all 0.5s;
	
	padding:0px 13px 0 13px;}
	.top h1{margin-left: 6px;}
}
	

::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}</pre></body></html>