body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,blockquote,th,td,p{margin:0;padding:0}
input,button,select,textarea{-webkit-tap-highlight-color:transparent;outline:0;margin:0;padding:0;vertical-align:baseline;}
ol,ul,li{list-style:none}
img{border:none;}
textarea{overflow: auto;vertical-align: top;resize:none;}
html, body{width:100%;height:100%;}
* html body{background-attachment:fixed;}
body{color:#535353;background:#FFF;}
body,input,textarea{font:14px/1.5em Tahoma, Arial, "Lantinghei SC", "Microsoft YaHei", "微软雅黑", "宋体", sans-serif;}
button,input,select,textarea {font-size:100%;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
table {border-collapse:collapse;border-spacing:0;}
.dn{display: none;}
a{color:#535353;text-decoration:none;cursor:pointer;}
a:hover{text-decoration:none;}
a:-webkit-any-link{}
a:focus{outline:0;}
.txt_vb{vertical-align: bottom;}
.cen{text-align: center;}
.txt_l{text-align: left;}
.txt_r{text-align: right;}
.in_28{text-indent: 28px;}
.l{float: left;}
.r{float: right;}
.f_b{font-weight: bold;}
.f_12{font-size: 12px;}
.c_f5a701{color:#f5a701;}
button:focus,input:focus,textarea:focus,select:focus {outline-width: 0;}
.inside{width:100%;}
.clear{clear:both}
.c:after{content:".";display:block;font-size:0;height:0;clear:both;visibility:hidden}
.c{zoom:1}
.pos_rel{position: relative ;}
.pos_abs{position: absolute ;}

* {
	margin:0;
	padding:0;
	/*去掉点击元素产生的阴影*/
	-webkit-tap-highlight-color:rgba(255,255,255,0);
}
::-webkit-scrollbar {
  width: 0;
  height: 0;
}
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {-webkit-text-size-adjust:none;}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #cccccc;
}
textarea:-moz-placeholder,
input::-webkit-input-placeholder {
    color: #cccccc;
}
textarea::-moz-placeholder,
input::-webkit-input-placeholder {
    color: #cccccc;
}
textarea:-ms-input-placeholder,
input::-webkit-input-placeholder {
    color: #cccccc;
}
input[type="button"], input[type="submit"], input[type="reset"] {

    -webkit-appearance: none;
    
    }
    
textarea {  -webkit-appearance: none;}  
