@font-face {
    font-family: "Chinese Quote";
    src: local("PingFang SC"), local("SimSun");
    unicode-range: U+2018, U+2019, U+201c, U+201d;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    min-width: 1024px;
    margin: 0;
    margin: 0;
    font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.65);
    background-color: #fff;
}

sub, sup {
    font-size: 0.5em;
}

.btn {
    display: inline-block;
    font-weight: bold;
    background: white;
    border: 1px solid #000;
    border-radius: 5px;
    text-align: center;
    transition: all 1s;
    padding: 10px;
    width: 150px;
}

.btn:active {
    background: #eee;
    transition: all 0s;
}

input {
    background-color: rgba(102, 153, 204, 0.02);
    border: 1px solid #dcdfe6;
    outline: none;
    box-sizing: border-box;
    color: #606266;
    border-radius: 4px;
    text-align: center;
    margin: 0px 5px;
    padding: 5px 0;
    font-size: 1em;
    width: 100%;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    transition: background-color .3s cubic-bezier(.645, .045, .355, 1);
}

input:hover {
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    border-color: #c0c4cc;
}

input:focus {
    border-color: #409eff;
    /*border: 1px solid #6699CC;*/
    /*box-shadow: 0px 0px 5px #6699CC;*/
    background-color: rgba(102, 153, 204, 0.05);
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    transition: background-color .3s cubic-bezier(.645, .045, .355, 1);
}

th,
td {
    width: 200px;
    padding-top: 5px;
    padding-bottom: 5px;
}

table * {
    text-align: center;
}

table {
    margin: auto;
}

table tr>* {
    padding: 5px 15px;
}

.card {
    margin: 20px;
    /*width: 80%;*/
    box-shadow: 2px 2px 10px #aaa;
    text-align: center;
}

.card-head {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}

.card-head i {
    margin-right: 10px;
}

.copyright, .social{
    margin: auto;
    font-weight: lighter;
    color: rgba(0, 0, 0, 0.3);
    text-align: center;
}

.copyright span:last-child{
    font-weight: bold;
    color: rgba(0, 0, 0, 0.5);
}

.links {
    display: inline-block;
    margin: auto;

    margin: 10px;
    margin-top: 0px;
}

a {
    color: rgba(0, 0, 0, 0.45);
    text-decoration: none;
}

.page-header {
    /*background: #001529;*/
    /*padding: 0 50px;*/
    /*height: 64px!important;*/
    /*line-height: 64px;*/
}

.page-header * {
    /*color: #fff;*/
    /*font-size: 20px;*/
    /*vertical-align: middle;*/
}

.logo .iconfont {
    padding-right: 5px;
    font-size: 30px;
}

.logo {
    display: flex;
    align-items: center;
    /*指定垂直居中*/
    justify-content: center;
    float: left;
    font-size: 20px;
    padding-right: 50px;
}
.el-menu{

    display: flex;
    align-items: center;
    /*指定垂直居中*/
    /*justify-content: center;*/
}
.el-menu-item i {
    padding-right: 10px;
    padding-bottom: 2px;
    /*font-size: 40px;*/
}

.page-footer {
    background: #f0f2f5  url('/assets/img/banner-bg.svg') no-repeat right top border-box;
    height: auto!important;
    padding: 50px 50px;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    display: flex;
    /*Flex布局*/
    display: -webkit-flex;
    /* Safari */
    align-items: center;
    /*指定垂直居中*/
    justify-content: center;
    border-bottom: 5px solid rgb(200, 202, 205);
}

.fade-enter-active, .fade-leave-active {
  transition: opacity .2s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}
.fade-enter-to {
    opacity: 1;
}
