/*样式初始化*/
*{margin:0;padding:0;-moz-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;
transition: .5s;-moz-transition: .5s; /* Firefox 4 */-webkit-transition: .5s; /* Safari and Chrome */-o-transition: .5s; /* Opera */ }
body,button,input,select,textarea{font-family: Verdana, "微软雅黑", Helvetica, sans-serif;}/*宋体 \5FAE\8F6F\96C5\9ED1  Verdana, Helvetica, sans-serif*/
h1,h2,h3,h4,h5,h6{font-size:100%;}
address,cite,dfn,em,var{font-style:normal;}
code,kbd,pre,samp{font-family:courier new,courier,monospace;word-wrap: break-word; white-space: normal;}
small{font-size:12px;}
ul,ol{list-style:none;}
a:link,a:visited{color:#000;text-decoration:none;}
a:hover{color:#000;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
legend{color:#000;}
fieldset,img{border:0;}
button,input,select,textarea{font-size:100%;outline: none;}
table{border-collapse:collapse;border-spacing:0;}
body { -webkit-tap-highlight-color :rgba(0, 0, 0, 0);}
select { outline:none
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  border:none;

  /*很关键：将默认的select选择框样式清除*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;

  /*在选择框的最右侧中间显示小箭头图片*/
  background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;

  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 14px;
}
input { border:none; }
textarea { resize: none;}
img { vertical-align: bottom; height: auto;}
ins { text-decoration: none; }


.this-no{display: none;}
.clearfix:after {  content:".";  height:0;  visibility:hidden;  display:block;  clear:both;  }
.nbSp-o5,.nbSp-1,.nbSp-2 {height: 1px; display: inline-block;}
.nbSp-o5 { width: 0.5em;}
.nbSp-1 { width: 1em;}
.nbSp-2 { width: 2em;}
.r_m_none { margin-right: 0!important; }
.b_r_none { border-right: none!important; }

.left { float: left; }
.right { float: right; }

/*@font-face {font-family:"造字工房郎倩";
  src: url('../font/造字工房郎倩粗体.otf'); 
  src:url('../font/造字工房郎倩粗体.otf') format('woff'), 
  url('../font/造字工房郎倩粗体.otf') format('truetype'), 
  url('../font/造字工房郎倩粗体.otf') format('svg'); 
}*/

