﻿html {color: #000; overflow-y: scroll;}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    tap-highlight-color: rgba(0,0,0,0);
    focus-ring-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-focus-ring-color: rgba(0,0,0,0);
    -moz-tap-highlight-color: rgba(0,0,0,0);
    -moz-focus-ring-color: rgba(0,0,0,0);
}

input, select, textarea {
    font-size: 100%;
}

a{
    text-decoration:none;
    border:none;
    outline:none;
    tap-highlight-color: rgba(0,0,0,0);
    focus-ring-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-focus-ring-color: rgba(0,0,0,0);
    -moz-tap-highlight-color: rgba(0,0,0,0);
    -moz-focus-ring-color: rgba(0,0,0,0);
}
a:visited{
    color: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

abbr, acronym {
    border: 0 none;
    font-variant: normal;
}

fieldset, img {
    border: 0 none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

del {
    text-decoration: line-through;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 500;
}

ol, ul {
    list-style: outside none none;
}

li {
    list-style-type: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500;
}

q::before, q::after {
    content: "";
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

a:hover {
    text-decoration: none;
}

ins, a {
    text-decoration: none;
    color: #333;
}

/*body {background-color:#f8f8f8;width:100%;min-width:320px; max-height:640px;}*/
img {
    width: 100%;
}

.re {
    position: relative;
}

.ab {
    position: absolute
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.space {
    height: 0.32rem;
}

.gray {
    color: #999;
}

.dis {
    display: block
}

.undis {
    display: none
}

.tabCell {
    display: table-cell;
    vertical-align: middle;
}

.img-circle {
    border-radius: 50%;
}

.percent {
    width: 100%;
    text-align: center;
}

/*清除浮动*/
.clearfix:after {
    content: "";
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
}

.clearfix:before {
    content: "";
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
}

.clearfix {
    *zoom: 1
}

.redColor {
    color: #F46461;
}
.hide{
    display: none;
}
.show{
    display: block;
}
