@charset "utf-8";

/* CSS Document */

html {
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
    height: 100%;
}

body {
    color: #333;
    font-size: .28em;
    line-height: 1.5;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    background: #eeefef
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

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

img {
    vertical-align: middle;
    border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

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

em,
i {
    font-style: normal
}

img {
    border: none
}

input,
img {
    vertical-align: middle
}


/*
    border和border-radius的修改对radio和checkbox在iphone上面的原生展示有影响
*/
input[type="button"],
input[type="checkbox"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="email"],
input[type="file"],
input[type="image"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="reset"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    border: 0;
    border-radius: 0;
}



textarea:focus,
input:focus {
    outline: 0
}

a {
    color: #6E7D8B;
    text-decoration: none;
    outline: 0
}

a:active,
a:hover,
a.current {
    outline: 0
}

.c {
    text-align: center;
}

.tr {
    text-align: right;
}

.f60,
input.f60 {
    color: #FF4C06;
}

.f00 {
    color: #f00;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: 1;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    margin: 0;
    -webkit-writing-mode: horizontal-tb;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

input {
    color: #333;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}