﻿@charset "UTF-8";
/* CSS Document */
html,
body
{
    overflow-x: hidden;
    overflow-y: auto;
}
body {
    font-size: 14px;
    color: #777777;
    line-height: 1.6;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    /*font-family: 'Arimo', sans-serif;*/
    font-family: "PingFang SC","Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,"WenQuanYi Micro Hei",Verdana,sans-serif,"\5B8B\4F53";
}
html
{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*
{
    /* line-height: 1; */
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a
{
    transition: none ease-out .3s;
    transition-property: none;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
    transition-property: color, background, text-indent, opacity;
    -webkit-transition: all .3s ease 0s;
       -moz-transition: all .3s ease 0s;
        -ms-transition: all .3s ease 0s;
         -o-transition: all .3s ease 0s;
            transition: all .3s ease 0s;
    text-decoration: none;
    cursor: pointer;
}
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;
}
button,
input,
select,
textarea
{
    font-size: 14px;
    line-height: 1;
    margin: 0;
    color: #333;
    border: 0;
    outline: none;
    background: none;
}
input,
textarea
{
    -webkit-appearance: none;
}
a:focus,
a:active,
button::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
select::-moz-focus-inner,
input[type='file'] > input[type='button']::-moz-focus-inner
{
    border: 0;
    outline: 0;
}
label
{
    font-weight: normal;

    margin-bottom: 0;
}
img
{
    vertical-align: middle;
    max-width: 100%;
}
input::-webkit-input-placeholder{
    color: #e1e1e1;
}
input:-moz-placeholder{
    color: #e1e1e1;
}
input::-moz-placeholder{
    color: #e1e1e1;
}
input::-ms-input-placeholder{
    color: #e1e1e1;
}
.clearfix{
    zoom: 1
}
.clearfix:after{
    content: '';
    display: block;
    clear: both;
}
.fl{
    float: left
}
.fr{
    float: right
}
.vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -moz-box-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
