@charset "utf-8";

body {
    font: 15px/1 "microsoft YaHei", arial, georgia, verdana, helvetica, sans-serif;
    font-style: normal;
    font-variant: normal;
    color: #414141;
    background: #fff;
}

html,
body {
    height: 100%;
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img,
object,
select,
input,
textarea,
button {
    vertical-align: middle
}

ins,
del {
    text-decoration: none
}

body,
ul,
ol,
dl,
dd,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed
}

caption,
th {
    text-align: left
}

address,
caption,
cite,
code,
dfn,
i,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ul,
ol,
menu,
li {
    list-style: none
}

input,
textarea,
select,
address,
caption,
cite,
code,
dfn,
i,
b,
small,
th,
var,
abbr {
    font-size: 100%;
    font-style: normal
}

abbr,
acronym {
    border: 0;
}

a {
    color: #414141;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a,
button,
input,
select,
textarea,
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
[onclick] {
    outline: 0 none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

input,
button,
textarea,
select {
    background: none;
    border: 0 none;
    border-radius: 0px;
    -webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.clr {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 0;
    border: none;
}

.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    clear: both;
    zoom: 1
}

.fl {
    float: left;
}

.fr {
    float: right;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #C8AFAD;
}

textarea {
    resize: none;
}

textarea span {
    font-size: .24rem !important;
}

body {
    -webkit-text-size-adjust: 100% !important;
}

/* 解决v-if 弹窗闪烁问题*/
[v-cloak] {
    display: none
}