.overflow-h { overflow:hidden} 
.auto { margin:auto}




/*特殊符号*/
.dian { font-size:18px; font-family:Tahoma, Geneva, sans-serif}


/*font*/
.font12 { font-size:12px;}
.font12b { font-size:12px; font-weight:bold}
.font14 { font-size:14px;}
.h1 { font-size:36px; font-weight:bold; line-height:36px;}
.h2 { font-size:30px; font-weight:bold; line-height:30px;}
.h3 { font-size:24px; font-weight:bold; line-height:24px;}
/*font color*/
.fontC666 { color:#666}
.scolor { color:#ec5125}

/*font and color*/
.font14c { font-size:14px; font-weight:bold; color:#7e2914}

/*bg-color*/
.bgCT1 { background-color:#CCC}
.bgRed { background-color:#FFECEC; /*filter:alpha(Opacity=50);-moz-opacity:0.5;opacity: 0.5;*/ }
.bgFFF { background-color:#FFF;  }

/*text aling*/
.taC { text-align:center}
.taR { text-align:right}
.taL { text-align:left}

/*span*/
.spanLineLH30 { width:10px; text-align:center; height:30px; font-size:12px; line-height:30px; display:block; overflow:hidden}
.s287 { width:330px;}
/*float*/
.fl { float:left}
.fr { float:right}
.clearB { clear:both}
.mrL4 { margin-left:4px;}

/*input*/
.inputW345H45 { width:335px; height:45px; line-height:45px; padding:0px 5px; border:1px solid #675e57;}
.inputW208H28 { width:198px; height:28px; line-height:30px; padding:0px 5px; border:1px solid #ccc;}

/*line-height*/
.lh40 { line-height:80px;}

/*margin*/


/* .squaredTwo */
.squaredTwo {
  width: 24px;
  height: 24px;
  position: relative;
  background: #fcfff4;
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.squaredTwo label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  left: 0px;
  top: 0px;
  background: -moz-linear-gradient(top, #222222 0%, #45484d 100%);
  background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
  background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
}
.squaredTwo label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.squaredTwo label:hover::after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.squaredTwo input[type=checkbox] {
  visibility: hidden;
}
.squaredTwo input[type=checkbox]:checked + label:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* end .squaredTwo */