/*重置*/
		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;
		}
	.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%);
	}

::-webkit-scrollbar {
   display: none
} 