*{-moz-box-sizing:border-box;box-sizing:border-box;}
html,body{ position:relative; height:100%;}
body{padding:0px ;margin:0; font-family:"Microsoft YaHei";font-size:12px; background:#f7f7f7; position:relative; overflow-x:hidden;}
a,p,dl,dt,dd,ul,li,h2,h1,h3,h4,h5,h6,table,tr,td,form,iframe,font,em,i{ font-size:12px; font-weight:normal;word-break: normal;word-wrap: break-word;  font-style:normal; padding:0px ;margin:0;text-decoration:none;outline:none;-moz-outline:none; }
a:focus{outline-style:none; -moz-outline-style: none;}
a:hover{ text-decoration:none;}
p{word-break: normal;word-wrap: break-word; }
img{ border:none; max-width:100%;}
li{ list-style:none; text-decoration:none;}
input {outline: none;text-decoration:none;-ms-outline:none; }
textarea {outline: none;text-decoration:none;}
select{outline: none;text-decoration:none;}
/*input:focus{ border:1px solid #9c9f58;}*/
.clearfix:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.clearfix {zoom:1;}	
a{text-decoration:none;}

a:hover,a:focus,a:link,a:visited,a:active { text-decoration: none;}
@font-face {font-family: "Tw Cen MT";
  src: url("9b62dc86f936227b3f7b367bd0b6c05e.eot"); /* IE9*/
  src: url("9b62dc86f936227b3f7b367bd0b6c05e.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("9b62dc86f936227b3f7b367bd0b6c05e.woff2") format("woff2"), /* chrome、firefox */
  url("9b62dc86f936227b3f7b367bd0b6c05e.woff") format("woff"), /* chrome、firefox */
  url("9b62dc86f936227b3f7b367bd0b6c05e.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("9b62dc86f936227b3f7b367bd0b6c05e.svg#Tw Cen MT") format("svg"); /* iOS 4.1- */
}


.regular-checkbox {
	display: none;
}

.regular-checkbox + label {
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 3px;
	display: inline-block;
	position: relative; width:16px; height:16px; line-height:16px; vertical-align:middle; margin-right:5px; margin-top:-3px;
}

.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked + label {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}

.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left:2px;
	color: #99a1a7;
}