/*重置*/
		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;list-style: none;display: inline-block;}
        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 }
		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;
		        } */
		        /* 设置选中样式 */
		       /* 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}