body {
    font-family:arial,helvetica,sans-serif;
    font-size:13px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    background-color: #f1f1f1;
}
body, ul, ol, dl, dd, h1, h2, h3, h4, h5, h6, p, form, fieldset, legend, input, textarea, select, button, th, td {
    margin:0;
    padding:0;
}
h1, h2, h3, h4, h5, h6 {
    font-size:100%;
    font-weight:normal;
}
table {
    font-size:inherit;
}
input, select {
    font-family:arial,helvetica,clean,sans-serif;
    font-size:100%;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    border: 1px solid #aeb0b5;
    text-indent: 10px;
}
button {
    overflow:visible;
}
th, em, strong, b, address, cite {
    font-style:normal;
    font-weight:normal;
}
li {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
img, fieldset {
    border:0 none;
}
ins {
    text-decoration:none;
}
button{
    /*消除button的默认样式*/
    /*这种写法是对所有的button标签同时生效*/
    margin: 0px;
    padding: 0px;
    /*自定义边框*/
    border: 0px;
    /*消除默认点击蓝色边框效果*/
    outline: none;
    background-color: transparent;
}
/* 间距 */
.term-builder-errors{
    height: 30px;
}
[v-cloak] {
    display: none !important;
}