:root {
    --el-color-primary: #e81828;
    --el-color-primary-light-3: #ea414f;
    --el-hover-bg-color: rgba(231,107,117,.1);
    --el-color-primary-light-9: rgba(231,107,117,.1);
    --el-color-primary-dark-2: #c45656;
    --btn-hover-bg-color: #eb3341;
    --btn-active-bg-color: #cb0010
}

body {
    max-width: 1920px;
    margin: 0 auto
}

#app {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #2c3e50
}

nav {
    padding: 30px
}

    nav a {
        font-weight: 700;
        color: #2c3e50
    }

        nav a.router-link-exact-active {
            color: #42b983
        }

body, html {
    overflow-x: hidden
}

@media (max-width:768px) and (min-width:350px) {
    body, html {
        touch-action: manipulation;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none
    }
}
a:link, a:visited {
    text-decoration: none;
    color: black
}
/*Ò³ÂëÈÝÆ÷*/
.page-box {
    margin: 15px 30px;
    padding-bottom: 30px;
}

    .page-box:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
div.digg {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 14px;
}

    div.digg a {
        display: block;
        float: left;
        padding: 5px 12px;
        margin: 0 0 0 8px;
        border: 1px solid #e1e2e3;
        line-height: 20px;
        height: 20px;
        color: #3b8dd1;
        background: #fff;
        text-decoration: none;
    }

        div.digg a:hover {
            border: 1px solid #3b8dd1;
        }

    div.digg span {
        display: block;
        float: left;
        padding: 5px 0;
        line-height: 20px;
        height: 20px;
    }

        div.digg span.current {
            padding: 5px 12px;
            margin: 0 0 0 8px;
            color: #555;
            font-weight: bold;
        }

        div.digg span.disabled {
            border: 1px solid #eee;
            padding: 5px 12px;
            margin: 0 0 0 8px;
            color: #ddd;
        }
