﻿body {
    font-size: 14px;
    font-family: '微软雅黑' !important;
}
body, html, form{
    height: 100%;
}
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
li{
    list-style:none;
}
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 {
    word-wrap: break-word;
    margin: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, label, img, th {
    vertical-align: middle;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    font-size: 100%;
}
#app{
    height:100%;
    padding:80px 30px 0 236px;
}
button,input[type="button"]{
    outline:none;
    border:none;
}
.mediumbutton {
    width: 135px;
    height: 40px;
    background: #01B8FE;
    border-radius: 8px;
    color:#fff;
}
.mediumbuttonwhile {
    width: 135px;
    height: 40px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #B6B6B6 !important;
}
.StrandedNavigation .el-card__body{
    height:56px;
}
