@charset 'utf-8';
/* CSS Document */
html,
body
{
    overflow-x: hidden !important;
    overflow-y: auto;
}
html
{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*
{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a
{
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
}
a:focus
{
    text-decoration: none;

    outline: none;
}
ul,
ol,
li
{
    margin: 0;

    list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p
{
    font-weight: normal;

    margin: 0;
    line-height: 1;
}
p{
    word-wrap: break-word;
    word-break: normal;
}
h4
{
    font-size: 18px;
}
body,
button,
input,
select,
textarea
{
    font-family: 'Arial','微软雅黑';
    font-size: 14px;
    line-height: 1;

    margin: 0;

    color: #333;
    border: 0;
    outline: none;
    background: none;
}
a,
button
{
    cursor: pointer;
}
img
{
    vertical-align: middle;
}
.clearfix::after
{
    display: block;
    clear: both;

    height: 0;

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

    height: 0;

    content: ' ';
}
.clearfix
{
    zoom: 1;
}
.clearfix
{
    zoom: 1;
}
.fl
{
    float: left;
}
.fr
{
    float: right;
}