*,
body,
html {
    box-sizing: border-box
}

::-webkit-scrollbar-track {
    background: #3a3a3a
}

::-webkit-scrollbar {
    height: 4px;
    width: 4px
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    overflow-x: auto;
    background: #e7e6f9
}

body,
html {
    padding: 0;
    margin: 0;
    height: 100%;
    color: #4a4a4a;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5
}

body {
    background: #ebecef;
    font-family: arial, sans-serif
}

.container-top {
    max-width: 1040px;
    margin: 0 auto
}

.site-title a,
article,
aside,
header {
    display: block
}


.cate,
.elinks,
nav {
    width: 100%;
    float: left;
    text-align: center;
    margin: 1rem 0
}

a.exlink,
.cate a,
.elinks a,
nav a {
    background: #fff;
    margin-bottom: 5px;
    color: #4a4a4a;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.5em;
    justify-content: flex-start;
    line-height: 1.5;
    padding: calc(.5em - 1px) calc(.75em - 1px);
    position: relative;
    vertical-align: top
}

.cate a {
    background-color: #555;
    border-color: transparent;
    color: #fff
}

.cate a:focus {
    border-color: #365899;
    color: #363636
}

.cate a:hover,
a.page-link:hover,
a.exlink:hover {
    opacity: .8
}

a.exlink {
    background-color: #fff;
    color: #4a4a4a
}

a.page-link {
    background: #ebecef
}

.elinks {
    color: #fff
}

#menuline {
    display: block;
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 40px;
    float: left
}

#menuline span:nth-child(1) {
    top: 12px;
    width: 38px
}

#menuline span:nth-child(2) {
    top: 21px;
    width: 30px
}

#menuline span:nth-child(3) {
    top: 30px;
    width: 22px
}

#menuline span {
    background: #e5efff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    display: block;
    position: absolute;
    left: 5px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    height: 4px
}

#menuline:hover span {
    background: #fff
}

.cat {
    float: left;
    width: 23%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 99999 !important;
    -webkit-box-shadow: 8px 0 17px 0 rgba(0, 0, 0, .28);
    -moz-box-shadow: 8px 0 17px 0 rgba(0, 0, 0, .28);
    box-shadow: 8px 0 17px 0 rgba(0, 0, 0, .28);
    display: none
}

.cat .et {
    display: inline-block;
    width: 100%
}

.cat .close {
    position: absolute;
    right: -42px;
    top: 10px;
    font-size: 18px;
    padding: 10px 15px;
    border: none;
    color: #fff;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    z-index: 3
}

.cat,
.cat .close {
    background: #555;
    background: -webkit-linear-gradient(to right, #3a3a3a, #555555);
    background: linear-gradient(to right, #3a3a3a, #555555)
}

.cat h2 {
    text-align: center;
    margin: 5px;
    font-size: 1.4rem;
    border-bottom: 1px solid #fff
}

.elist {
    overflow: auto;
    height: 85%;
    padding-right: 3px;
    background: 0 0
}

.elist a {
    display: block;
    text-align: right;
    padding: 10px 18px 10px 0;
    color: #ffffffbf;
    font-size: 15px;
    text-transform: uppercase;
    backface-visibility: hidden;
    border-radius: 3px;
    border: 1px solid transparent
}

.elist a:hover {
    background: #f5f6fb;
    color: #000;
    border-right: 2px solid #00ab4c
}

header {
    box-shadow: 1px 2px 4px 0 rgb(0 0 0/21%);
    background: #3a3a3a
}

p.site-title {
    margin: 0;
    font-weight: 700
}

.cat h2 a,
.site-title a {
    padding: 3px;
    font-size: 30px;
    text-align: center;
    width: 100%;
    display: block;
    text-decoration: none;
    color: #e5efff;
    backface-visibility: hidden
}

.cat h2 a {
    color: #fff;
    text-transform: none;
    font-size: 22px;
    font-weight: 600
}

.branding-text {
    background: #3a3a3a;
    padding: 0;
    color: #fff;
    text-align: center
}

@media only screen and (min-width:1400px) {
    .container-top {
        max-width: 75%
    }
}
