@charset"utf-8";* {
    padding: 0;
    margin: 0;
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

#he-plugin-simple {
    left: 60px !important;
    z-index: 20
}

#he-plugin-simple div {
    color: #666666 !important;
    font-size: 10.5px
}

#he-plugin-simple>div>div {
    top: 36px !important
}

html {
    font-family: 'Noto Sans SC Sliced',PingFangSC-Light,Microsoft YaHei UI,Microsoft YaHei,helvetica,sans-serif;
    font-weight: 500;
    user-select: none
}

html,body {
    height: 100%;
    width: 100%;
    position: relative;
    background: #e7e5e5;
    margin: 0; 
    padding: 0;
    overflow: hidden;
    overflow-y: auto;
}

.container {
    width: 1024px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.92);
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(219, 219, 219, 0.25);
    overflow: hidden;
}


form,input,button {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    background: 0
}

input::-webkit-input-placeholder {
    color: #ccc;
    letter-spacing: 2px;
    font-size: 16px
}

ul,li {
    display: block;
    list-style: none
}

a {
    text-decoration: none;
    color: #000
}

.nav ul {
    padding: 0;
    list-style: none;
    font: 0px'Open Sans',Arial,Helvetica;
}

.nav li,.nav a {
    display: inline-block;
    font-size: 15px
}

.nav a {
    color: #666;
    text-decoration: none
}

.nav > li {
    position: relative;
    cursor: pointer
}

.nav > li > a {
    padding: 8px 20px;
    text-transform: uppercase
}

.nav > li > a:first-child:nth-last-child(2):before {
    content: "";
    position: absolute;
    border: 5px solid transparent;
    border-bottom: 0;
    border-top-color: currentColor;
    top: 50%;
    margin-top: -2px;
    right: 6px
}

.nav > li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0
}

.settings > li > a {
    padding: 12px 20px !important
}

.settings > li > a:before {
    border: none !important
}

.settings > li {
    left: 10px
}

.navitem {
    overflow: hidden;
    visibility: hidden;
    box-shadow: 0 1px 3px 1px rgb(32 33 36 / 14%);
    -moz-box-shadow: 0 1px 3px 1px rgb(32 33 36 / 14%);
    -webkit-box-shadow: 0 1px 3px 1px rgb(32 33 36 / 14%);
    background-color: #fff;
    color: #444;
    width: 85px;
    min-width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
    opacity: 0;
    border-radius: 6px;
    margin: 20px 0 0 0;
    transition: margin .15s,opacity .15s
}

.navitem > li {
    width: 100%;
    height: 36px
}

.navitem > li:last-child {
    border: 0
}

.navitem img {
    width: 11px;
    padding: 0 6px 0 0
}

.navitem a {
    padding: 10px;
    width: 100%;
    border-color: #373737
}

.navitem a:hover {
    background-color: #29f;
    color: #fff
}

.navitem-2 {
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 6px;
    z-index: 20;
    min-width: 100%;
    width: 300px;
    opacity: 0;
    border-radius: 8px;
    margin: 20px 0 0 0;
    color: #444;
    background-color: #fff;
    box-shadow: 0 1px 3px 1px rgb(32 33 36 / 14%);
    -moz-box-shadow: 0 1px 3px 1px rgb(32 33 36 / 14%);
    -webkit-box-shadow: 0 1px 3px 1px rgb(32 33 36 / 14%);
    transition: margin .15s,opacity .15s
}

.navitem-2 {
    display: flex
}

.navitem-2 > ul {
    width: 33.33%
}

.navitem-2 a {
    padding: 10px
}

.navitem-2 a:hover {
    color: #29F
}

.navitem-2 p {
    width: 100%;
    font-size: 14px;
    font-weight: 800;
    color: #555;
    margin: 10px
}

.navitem-2 img {
    width: 11px;
    padding: 0 6px 0 0
}

#content {
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
}

.con {
    width: 100%;
    height: 100%;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    min-width: 320px;
    left: 0;
    top: -100px;
    right: 0;
    bottom: 0
}

.con .shlogo {
    position: relative;
    width: 480px;
    height: 60px;
    margin: 0px auto;
    font-size: 40px;
    text-align: center;
}

.con .shlogo a {
    width: 100%;
    display: block;
    width: 100%;
    height: 100%
}

.con .search {
    max-width: 660px;
    position: relative;
    width: calc(100% - 60px);
    min-width: 320px;
    margin: 0 auto
}

.con .search form {
    width: 100%;
    height: 55px;
    display: block;
    margin: 10px auto 30px;
    position: relative;
    box-shadow: 0 1px 4px 1px rgb(32 33 36 / 20%);
    -moz-box-shadow: 0 1px 4px 1px rgb(32 33 36 / 20%);
    -webkit-box-shadow: 0 1px 4px 1px rgb(32 33 36 / 20%);
    border-radius: 25px;
    background: #FFF
}

.con .search form .wd {
    width: 85%;
    height: 100%;
    margin: 0 auto;
    display: block;
    margin: 0 auto;
    line-height: 100%;
    font-size: 20px;
    color: #666
}

.wd::placeholder {
    color: #fff !important;
    font-size: 18px !important;
    transition: .6s all !important
}

.wd:hover::placeholder {
    color: #bbb !important
}

.con .search form .lg {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 13px;
    top: 12.5px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer
}

.con .search form button {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    z-index: 10;
    right: 6px;
    top: 6px;
    cursor: pointer;
    font-size: 22px;
    line-height: 40px;
    border-radius: 50%;
    color: #777
}

.con .search #word {
    width: calc(100% - 70px);
    border: 15px solid #fff;
    border-radius: 10px;
    box-shadow: 0 1px 3px 1px rgb(32 33 36 / 14%);
    overflow: hidden;
    color: #444;
    position: absolute;
    top: 65px;
    left: 20px;
    z-index: 500;
    line-height: 30px;
    font-style: 16px;
    background: #fff;
    display: none
}

.Morelink {
    margin: 16px 20px 0px 20px;
    text-align: center;
    opacity: 0;
    transition: .6s all;
    color: #BBB
}

.Morelink:hover {
    opacity: 1
}

.Morelink a {
    color: #888;
    font-size: 14px
}

.Morelink a:hover {
    color: #39F
}

#word>li:hover {
    border-radius: 6px;
    color: #29f;
    background: #f4f4f4;
    cursor: pointer
}

#menu {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 200;
    cursor: pointer;
    transition: .5s;
    border-radius: 25px
}

#menu i {
    position: absolute;
    left: 0;
    right: 0;
    margin: 24px auto;
    width: 20px;
    height: 2px;
    background: #777
}

#menu i:before {
    content: '';
    width: 20px;
    height: 1.94px;
    top: -8px;
    background: #777;
    position: absolute;
    right: 0
}

#menu i:after {
    content: '';
    width: 20px;
    height: 1.85px;
    bottom: -8px;
    background: #777;
    position: absolute;
    left: 0
}

#menu.on {
    right: 490px;
    background: #29f;
    border-radius: 28px;
    box-shadow: 0 6px 8px rgb(36 159 253 / 30%);
    z-index: 210
}

#menu.on i {
    width: 20px;
    background: #fff
}

#menu.on i:before {
    top: -5px;
    transform: rotate(45deg);
    width: 14px;
    right: -1px;
    left: auto;
    background: #fff
}

#menu.on i:after {
    bottom: -5px;
    transform: rotate(-45deg);
    width: 14px;
    right: -1px;
    left: auto;
    background: #fff
}

.notice {
    margin: 16px 5px 0px 5px;
    padding: 15px;
    background-image: linear-gradient(120deg,#fdfbfb 0%,#ebedee 140%);
    color: #555;
    border-radius: 5px
}

.notice:hover {
    background-image: linear-gradient(120deg,#fdfbfb 0%,#ebedee 140%);
    box-shadow: 0 0 0 1px rgb(0 0 0 / 4%),0 2px 4px 0 rgb(0 0 0 / 8%)
}


.list {
    top: 0px;
    right: 0;
    width: 440px;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    position: absolute;
    padding: 0 20px;
    z-index: 200;
    background: #f4f4f4;
    border-left: 1px solid #eee;
    transition: .2s all ease-out
}

.list.closed {
    right: -490px
}

.list ul {
    width: 440px;
    float: left;
    padding: 0 0 20px;
    margin-bottom: 20px
}

.list ul li {
    float: left;
    margin: 5px;
    width: 100px;
    height: 30px;
    text-align: left;
    line-height: 30px
}

.list ul li a {
    height: 100%;
    width: 100%;
    border-radius: 3px;
    display: block;
    color: #444;
    font-size: 12.4px;
    text-align: left;
    font-weight: 500;
    background: #FFF;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 2%),0 2px 3px 0 rgb(0 0 0 / 6%)
}

.list ul li:hover a {
    color: #1785e3;
    box-shadow: 0 .5rem 1rem rgba(51,51,51,.1);
    transform: translateY(-.06rem)
}

.list ul li.title {
    width: 100%;
    height: 50px;
    line-height: 40px;
    margin: 14px 0 0;
    text-align: left;
    text-indent: -10px;
    color: #405060;
    font-size: 18px;
    font-weight: bold
}

.list ul li.title svg.icon {
    width: 20px;
    height: 20px
}




.list2 {
    padding: 0 20px;
    z-index: 200;
    border-left: 1px solid #eee;
    transition: .2s all ease-out
}

.list2 ul {
    float: left;
    padding: 0 0 20px;
    margin-bottom: 20px
}

.list2 ul li {
    float: left;
    margin: 5px;
    width: 120px;
    height: 30px;
    text-align: left;
    line-height: 30px
}

.list2 ul li a {
    height: 100%;
    width: 100%;
    border-radius: 3px;
    display: block;
    color: #444;
    font-size: 12.4px;
    text-align: left;
    font-weight: 500;
    background: #FFF;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 2%),0 2px 3px 0 rgb(0 0 0 / 6%)
}

.list2 ul li:hover a {
    color: #1785e3;
    box-shadow: 0 .5rem 1rem rgba(51,51,51,.1);
    transform: translateY(-.06rem)
}

.list2 ul li.title {
    width: 100%;
    height: 50px;
    line-height: 40px;
    margin: 14px 0 0;
    text-align: left;
    text-indent: -10px;
    color: #405060;
    font-size: 18px;
    font-weight: bold
}

.list2 ul li.title svg.icon {
    width: 20px;
    height: 20px
}

.list2 a>svg {
    width: 14px;
    height: 14px;
    margin: 0 5px 2px 8px;
    vertical-align: -0.3em;
    fill: currentColor;
    overflow: hidden
}

.list2 svg {
    width: 20px;
    height: 20px;
    margin: 0 5px 2px 8px;
    vertical-align: -0.3em
}



.sub-categories {
    width: 100%;
    height: 30px;
    margin: 12px 0 0 7px;
    float: left;
    color: #405060;
    font-size: 15px;
    font-weight: bold
}

.sub-categories-text {
    width: 100%;
    height: 30px;
    margin: -2px 0;
    float: left;
    color: #556473;
    font-size: 15px
}

.sub-categories-text p {
    padding: 0 0 12px 0
}

.sub-categories-text a {
    color: #556473;
    border-bottom: 1px solid #666;
    padding: 2px
}

svg.icon {
    width: 14px;
    height: 14px;
    margin: 0 5px 2px 8px;
    vertical-align: -0.3em;
    fill: currentColor;
    overflow: hidden
}

.list a>svg {
    width: 14px;
    height: 14px;
    margin: 0 5px 2px 8px;
    vertical-align: -0.3em;
    fill: currentColor;
    overflow: hidden
}

.list svg {
    width: 20px;
    height: 20px;
    margin: 0 5px 2px 8px;
    vertical-align: -0.3em
}

button>svg.icon {
    width: 26px;
    height: 26px;
    opacity: 0.8;
    margin: 0 5px 0 0
}

.importIcon {
    width: 14px;
    margin: 0 5px 2px 8px;
    vertical-align: -0.3em
}

.foot {
    text-align: center;
    height: 20px;
    width: 100%;
    color: #999;
    font-size: 12px;
    left: 16px;
    line-height: 20px;
    margin: 10px auto;
}

.foot a {
    color: #999
}

.notepaper {
    position: relative;
    overflow: auto;
    resize: both;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0 0 0 1px rgba(0,0,0,.02),0 2px 6px 2px rgba(0,0,0,.07);
    width: 360px;
    height: 360px;
    min-width: 260px;
    min-height: 280px;
    max-width: 100%;
    max-height: 100%;
    z-index: 10
}

.notepaper p {
    position: absolute;
    padding: 8px;
    font-size: 13px;
    color: #888
}

.notepaper button {
    position: absolute;
    top: 5px;
    width: 20px;
    height: 20px;
    border: none;
    cursor: pointer;
    transition: .5s all
}

.notepaper button:hover {
    background: #e3e3e9;
    border-radius: 2px
}

.notepaper img {
    width: 18px
}

#CloseNotepaper {
    right: 5px
}

#MaximizeNotepaper {
    right: 30px
}

#MinimizeNotepaper {
    right: 55px
}

#ClearNotepaper {
    right: 80px
}

.notepaper-textarea {
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    bottom: 0;
    resize: none;
    font-size: 17px;
    font-family: Arial,"Microsoft YaHei",sans-serif;
    line-height: 1.5;
    color: #635c7a;
    padding: 10px;
    outline: none;
    border: none;
    background-color: #f7f7f7
}

[data-tip]:hover:after {
    content: attr(data-tip);
    position: absolute;
    z-index: 1;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap
}

[data-tip]:hover:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent
}

::-webkit-scrollbar {
    width: 16px
}

::-webkit-scrollbar-thumb {
    background: #babec9;
    border: 5px solid #f4f4f4;
    border-radius: 12px
}

::-webkit-scrollbar-thumb:hover {
    background: #4885ed
}

@media(max-width: 768px) {
    #he-plugin-simple>div>div {
        left:-40px !important
    }

    .con .search form {
        height: 48px;
        border-radius: 22px;
        box-shadow: 0 0 0 1px rgb(0 0 0 / 6%),0 2px 4px 1px rgb(0 0 0 / 8%);
        -moz-box-shadow: 0 0 0 1px rgb(0 0 0 / 6%),0 2px 4px 1px rgb(0 0 0 / 8%);
        -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 6%),0 2px 4px 1px rgb(0 0 0 / 8%)
    }

    .con .search form .wd {
        font-size: 18px
    }

    button>svg.icon {
        height: 24px;
        margin: 0px 2px 2px 1px
    }

    .con .search form .lg {
        left: 10px;
        top: 10px;
        height: 26px;
        width: 26px
    }

    .con .search form button {
        top: 4px
    }

    a.select-se-icon:before {
        margin-top: -8px !important;
        right: 8px !important;
        color: #d7d7d7
    }

    .Morelink {
        margin: 320px 0px 0px 0px;
        opacity: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical
    }

    .Morelink a {
        font-size: 10px;
        opacity: 1
    }

    .tips {
        display: none
    }

    .foot {
        display: none
    }

    ::placeholder {
        visibility: hidden
    }

    .notepaper {
        width: 90% !important;
        margin: 0 auto;
        left: 0 !important;
        top: 45% !important;
        height: 45% !important
    }

    #MaximizeNotepaper {
        display: none
    }

    #MinimizeNotepaper {
        display: none
    }

    #ClearNotepaper {
        right: 40px
    }
}

@media(max-width: 640px) {
    .con {
        top:0;
        height: 390px
    }

    .con .shlogo {
        width: 290px;
        height: 60px;
        margin: 16px auto 14px
    }

    .con .search form .wd {
        width: 78%;
        text-indent: 7px
    }

    .con .search form button {
        border-radius: 25px
    }

    .con .search #word {
        max-height: 180px
    }

    #menu.on {
        right: 20px
    }

    .list {
        width: 326px
    }

    .list ul {
        width: 330px
    }

    .home,#menu {
        top: 0px
    }

    ::-webkit-scrollbar {
        width: 14px
    }
}

@media(max-height: 420px) {
    .con {
        margin:0;
        top: 0
    }

    .con .shlogo {
        display: none
    }

    .home,#menu,.mywth,.foot {
        display: none
    }
}

@media(max-width: 355px) {
    .list {
        width:227px
    }

    .list ul {
        width: 220px
    }
}

@media (prefers-color-scheme: dark) {
    .s-sticker {
        background:#202124 !important
    }

    html,body {
        background: #202124 !important
    }

    .nav > li > a:first-child:nth-last-child(2):before {
        border-top-color: #303134
    }

    .nav a {
        color: #888
    }

    .navitem {
        color: #777;
        background-color: #303134
    }

    .navitem a:hover {
        color: #597fbe;
        background-color: #414244
    }

    .navitem-2 {
        background-color: #3c3e42
    }

    .navitem-2 p {
        color: #888
    }

    .con .shlogo {
        filter: invert(.5) saturate(110%) brightness(180%)
    }

    .con .search form .lg {
        filter: saturate(300%) brightness(90%)
    }

    .con .search form {
        background: #3c3e42;
        box-shadow: 0px 0.3px 0.9px rgb(0 0 0 / 12%),0px 1.6px 3.6px rgb(0 0 0 / 12%)
    }

    .con .search form .wd {
        background: #3c3e42;
        color: #bdc1c6;
        border: none
    }

    .con .search #word {
        color: #a4a4a4;
        background: #303134;
        border: 15px solid #303134;
        border-radius: 10px;
        box-shadow: 0 1px 3px 1px rgb(32 33 36 / 14%)
    }

    .wd::placeholder {
        color: #3c3e42 !imporTant
    }

    .wd:hover::placeholder {
        color: #666 !important
    }

    #word>li:hover {
        color: #29f;
        background: #3c3d41;
        border-radius: 6px;
        cursor: pointer
    }

    #menu.on {
        background: #303134;
        box-shadow: none
    }

    .list {
        background: linear-gradient(to right,#191919 0%,#141517 100%);
        border: none
    }

    .list ul li a {
        color: #bdc1c6;
        background: #222
    }

    .list ul li:hover a {
        background: #303134;
        box-shadow: none
    }

    .list ul li.title {
        color: #8d949c
    }

    .sub-categories-text a {
        color: #5a6a7a;
        background: #e9e7e72b
    }

    .time {
        color: #fff !important
    }

    .time-date {
        color: #FFF !important
    }

    .time:hover {
        background: #3c3e42 !important
    }

    .notepaper {
        background: #3c3e42 !important
    }

    .notepaper-textarea {
        color: #999 !important;
        background-color: #292a2d !important
    }

    .notepaper-textarea::-webkit-scrollbar-thumb {
        border: 5px solid #292a2d
    }

    ::-webkit-scrollbar {
        width: 16px
    }

    ::-webkit-scrollbar-thumb {
        background: #606267;
        border: 5px solid #141517;
        border-radius: 12px
    }

    ::-webkit-scrollbar-thumb:hover {
        background: #8b8b8d
    }
}
