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


.el-pagination--small .arrow.disabled,.el-table .hidden-columns,.el-table td.is-hidden>*,.el-table th.is-hidden>*,.el-table--hidden {
    visibility: hidden
}
.el-input__suffix,.el-tree.is-dragging .el-tree-node__content * {
    pointer-events: none
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    visibility:visible;
    overflow: visible;
}

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

textarea {
    resize: none;
}

fieldset, img, button, input {
    border: 0;
}

button {
    cursor: pointer;
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    /* font-size: inherit;
    font-weight: normal; */
}

abbr, acronym {
    border: 0;
}

strong, em, i, b {
    font-style: normal;
    /* font-weight: normal; */
}

label, input, img, select {
    vertical-align: middle;
}

.clearFix:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}


.ss,.jj{ background: #1078ff; color: #fff; font-size: 3.96vw; line-height: 12vw; float: left; width: 40vw; text-align: center; border-radius: 5px; margin-bottom: 5vw;}
.clearFix {
    zoom: 1;
}
body{
    background-color: aliceblue;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #333;
}

a:hover {
    text-decoration: none;
}

body {
      font-family: 'YaHei Consolas Hybrid';
    -webkit-text-size-adjust: none;
}

@font-face{
    font-family: myFirstFont2;
    src : url('/public/webnew/font/%E8%8B%B9%E6%96%B9%E5%AD%97%E4%BD%93.ttf');
}




img {
    max-width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

p , span , em, h1, input, a, select{font-family: myFirstFont2;    padding: 0;
    margin: 0;}