/*
 * =====================================================
 * 全局基础样式 v1.0.0
 * reset样式
 * @author clp 2017-11-19.
 * =====================================================
 */
@charset "utf-8";
body{ margin: 0;padding: 0;font-family: Arial, Helvetica, sans-serif;  font-style: normal;  valign: middle;  font-weight: normal; font-size: 12px;}
body,html{-webkit-text-size-adjust: none;width: 100%;height: 100%;}
*{text-decoration: none;list-style: none;}
img{border: 0px;}
ul,li,dl,dd,dt,p,ol,h1,h2,h3,h4,h5{font-size: 12px;padding: 0;margin: 0;}
ul,li,dl,dd,dt,p,ol,h1,h2,h3,h4,h5,div,p,span,label{font-family: Arial, Helvetica, sans-serif; font-style: normal;  valign: middle;  font-weight: normal;  }
.wrap{margin: 0 auto;}
.fl{float: left;}
.fr{float: right;}
.clear{clear: both}
.index{overflow: auto;}
.clr{clear:both; height:0px; width:100%; font-size:1px; line-height:0px; visibility:hidden; overflow:hidden;}
.pointer{cursor:pointer;}
a,input,button{ outline:none; }
::-moz-focus-inner{border:0px;}
a:link {/*color:#0f0;*/text-decoration:none;}
a:visited {/*color: #FFFF00; */text-decoration:none;}
a:hover {/*color: #00FF00;*/ text-decoration:underline;}
a:active {/*color: #0000FF;*/text-decoration:underline;}
a{color: #000;}
.wrapper{clear: both;width: 100%;}
select{text-indent: 10px}
input{text-indent: 10px}
input[type="button"]{text-indent: 0;cursor: pointer}
select option{
  padding: 0;
  margin:0;
  border: none;
  outline: none;
  -webkit-appearance:none;
}