/*全局样式*/
@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

div,
dl,
dt,
dd,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ol,
ul,
li,
table,
p {
    font-size: 12px;
    font-weight: normal;
    border: 0;
    cursor: default;
    outline: none;
}

a {
    cursor: pointer;
}

img,
input {
    border: none;
    vertical-align: middle;
}

body {
    font-family: "微软雅黑", "Microsoft YaHei", Tahoma, Arial, Helvetica, "宋体";
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 12px;
    background: #FFF;
    color: #333;
    height: 100%;
}

#app {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

ul,
ol,
li {
    list-style: none;
}

input {
    font-size: 12px;
}

button {
    border: none;
    cursor: pointer;
    font-size: 12px;
    background-color: transparent;
}

select {
    border-width: 1px;
    border-style: solid;
    padding-top: 2px;
    font-size: 12px;
}

a:link,
a:visited {
    text-decoration: none;

}

a:hover,
a:active {
    text-decoration: none;

}
