﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, button, select, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	color:#666;
    position: relative;
    font-size: .26rem;
    background: #f5f5f5;
    font-family: "Microsoft YaHei", 微软雅黑;
}
ol, ul ,dl{
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
    text-decoration: none;
    color: #666;
}
input, button, select, textarea {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border: none;
    padding-left: .1rem;
}
select::-ms-expand {
    display: none;
}
body .main button:active{
	background-color: #ccc;
}
body .top button:active{
	background-color: #ccc;
}

img {
	width: 100%;
}

/* 公共样式 */
.clearfix::after{
	content:'';
	clear: both;
	height:0;
    display: block;
}

.main {
    /*margin-top: .88rem;*/
    line-height: 0;
}
.hide{
    display:none!important;
}
.show {
    display: block !important;
}

/*.nav {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 1rem;
    background: #fff;
    border: 1px solid #eee;
    width: 100%;
    display: flex;
}
.nav > a {
    float: left;
    flex: 1;
    text-align: center;
    line-height: 1rem;
    border-right: 1px solid #eee;
}
.nav > div {
    display: none;
    position: absolute;
    right: 0;
    top: -1.75rem;
    height: 1.75rem;
    width: 33%;
    line-height: .86rem;
    background: #fff;
    border: 1px solid #eee;

}
.nav a {
    text-align: center;
    display: block;
    border-bottom: 1px solid #eee;
}*/

