@charset "utf-8";
*{margin: 0;padding: 0;font-family: Arial,"微软雅黑",'Microsoft YaHei',"宋体";}
*:focus{border: none ;outline: none !important;}
a img{-webkit-tap-highlight-color:#fff !important;border: none !important;}
a:active{-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
input:-webkit-autofill {    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important; outline:none;background-color: transparent;}  
input{ryo:expression(onfocus=function light (){with(document.all.oText){style.borderColor=(style.borderColor=="#ffee00"?"#ff0000":"#ffee00");timer=setTimeout(light,500);}},onblur=function(){this.style.borderColor="#ff0000";clearTimeout(timer)})};
body{margin: 0; font-size: 16px;background: #ffffff;}
ul,ol{list-style: none;}
h2,h3{font-weight: normal;}
a{text-decoration: none;color: #000;}
em{font-style: normal;}

.fl, .floatleft{float: left;}
.fr{float: right;}

.clearfix{}
.clearfix::after{content: ""; display: block;clear: both;}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { /* WebKit browsers */ color: #000; } 
input:-moz-placeholder,textarea::-moz-input-placeholder { /* Mozilla Firefox 4 to 18 */ color: #000; } 
input::-moz-placeholder,textarea::-moz-input-placeholder { /* Mozilla Firefox 19+ */ color: #000; } 
input:-ms-input-placeholder,textarea::-ms-input-placeholder { /* Internet Explorer 10+ */ color: #000; } 