﻿@charset "UTF-8";
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;
}

body,
button,
input,
select,
textarea {
    font-size: 12px;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
} */

body,
html {
    padding: 0;
    margin: 0;
}

html {
    width: 100%;
    /* min-width: 1200px; */
    position: relative;
}

body {
    font-size: 12px;
    font-family: '微软雅黑';
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
}

ul,
li {
    list-style: none;
    padding: 0;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: couriernew, courier, monospace;
}

small {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* div:before,
span:before,
p:before,
em:before,
ul:before,
li:before,
dd:before,
dl:before,
dt:before,
label:before,
div:after,
span:after,
p:after,
em:after,
ul:after,
li:after,
dd:after,
dl:after,
dt:after,
label:after {
    content: "";
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    -o-box-sizing: border-box !important;
} */

body {
    font-size: 12px;
    font-family: '微软雅黑';
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

.clearfix:after {
    content: ".";
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: block;
}

.clearfix {
    zoom: 1;
}

.cursor-pointer {
    cursor: pointer;
}

.w100-percent {
    width: 100%;
}

.clearfix {
    clear: both;
}

::-webkit-input-placeholder {
    font-size: 12px;
}


/* --- table height --- */

.el-table th,
.el-table tr,
.el-table td {
    height: 40px !important;
    padding: 0 !important;
}


/*兼容element 字体图标在个别 IE 浏览器中无法显示的问题*/
@font-face {
  font-family: element-icons;
  src: url('fonts/element-icons.woff') format("woff"),
    url('fonts/element-icons.ttf') format("truetype"),
    url('fonts/element-icons.eot?#iefix') format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
}
