/*----------------------------------------通用属性----------------------------------------*/
a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var { margin: 0; padding: 0; outline: 0; border: 0; background: 0 0; font-size: 100%; }
ol, ul { list-style: none; }
body, html { min-height: 100vh; background: #353535; }
body { margin: 0 auto; padding: 0; color: #333; background-color: #f1f1f1; font-family: Arial,Helvetica,sans-serif; max-width: 800px; }
blockquote, q { quotes: none; }
blockquote:after, blockquote:before, q:after, q:before { content: ''; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
*, :after, :before { box-sizing: border-box; }
/*影响padding内缩或者外扩*/
* { margin: 0; padding: 0; border: 0; list-style: none; font-weight: 400; font-family: Tahoma,Arial,Roboto,Droid Sans,Helvetica Neue,Droid Sans Fallback,Heiti SC,Microsoft YaHei,sans-self; list-style-type: none; }
em, i { font-style: normal; }
h1, h2, h3, h4, h5, h6 { font-weight: 400; }
input { outline: 0; }
a { color: #333; text-decoration: none; outline: 0; }
a, img { border: 0; }
img { max-width: 100%; }
p, a, span, div { font-size: .3rem }
input[type="button"], input[type="submit"], input[type="reset"], textarea { -webkit-appearance: none; }
/*去掉IOS自带样式*/
.dis { display: block; }
.clear { clear: both; }
.fl { float: left; }
.fr { float: right; }
.bt30 { height: .744rem; }
.bt20 { height: .496rem; }
.bt10 { height: .248rem; }
.bt5 { height: .124rem; }
.zyl { background: #55acee !important; }
.w100 { width: 100%; float: left; text-align: right; height: 1rem; line-height: 1rem; margin-bottom: .24rem; }
.w90 { width: 90%; margin: auto; }
.w75 { width: 75%; float: left; text-align: left; height: 1rem; }
.w25 { width: 25%; float: left; text-align: right; height: 1rem; line-height: 1rem; }