body {
    margin: 0;
    padding: 0;
}
.main-header{font-size: 1rem;}
.nav-sidebar .nav-treeview>.nav-item>.nav-link>.nav-icon{font-size: .75rem}
.tab_logo_img{max-width: 60px;max-height: 20px;}
.layui-icon-edit,.layui-icon-delete{font-size: 14px;}
.layui-tree-btnGroup{ margin-left: 10px;}
.layui-fluid{padding: 15px}
.yt_search .layui-input{height: 30px;}
.x-red{color: red;}
.layui-form-item .layui-input-inline{ width: 250px;}
.layui-form-label{ width: 120px}
.layui-table, .layui-table-view{ margin: 5px 0;}
.ytadmin-header{height: 50px;line-height: 50px; padding-left: 15px}
.layui-card-header{height: auto;min-height: 42px;}
.layui-table-selected{background-color: #009688 !important;color: #ffffff;}
.footdiv{padding: 0 10px; text-align: center;color: #999;}
.footdiv a,.footdiv a:link,.footdiv a:visited{color: #999;}
a:link, a:active {
    color: #333;
}

a:visited {
    color: #969696;
}

a {
    cursor: pointer;
    text-decoration: none;
}

a:focus, a:hover {
    color: #2f2f2f;
}

a:focus {
    outline: none
}

li {
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
}

nav {
    width: 100%;
    height: 56px;
    margin-bottom: 20px;
    border-bottom: solid 1px #fff;
}

.header {
    position: sticky;
    top: 0;
    z-index: 11;
    background-color: white;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
}

.topbar {
    max-width: 1440px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.navbar {
    display: flex;
    flex-direction: row;
    flex: 1;
    max-width: 960px;
    flex-shrink: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.nav {
    display: flex;
    flex-direction: row;
    flex: 1;
}

.nav > li {
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    padding: 0 10px;
}
.webname{
    width: 120px;
    text-align: center;
    font-size: 28px;
    letter-spacing: 6px;
    color: #ea6f5a;
}
.webname>a,.webname>a:link,.webname>a:visited,.webname>a:active,.webname>a:hover{
    color: #ea6f5a;
}
.menuhead{
    padding-right: 10px;
    text-align: right;
}


@media (max-width:768px ) {
    .searchbar{
        display: none;
    }
    .webname{
        width: 80px;
    }
}
@media (min-width: 768px) {

    .nav>li{
        width: 80px;
    }
}
.footer{
    width: 100%;
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.note-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.note-list li {
    position: relative;
    width: 100%;
    margin: 0 0 15px;
    padding: 15px 2px 20px 0;
    border-bottom: 1px solid #f0f0f0;
    word-wrap: break-word
}

.note-list li.have-img {
    min-height: 140px
}

.note-list .is_top .title:before {
    content: "\7F6E\9876";
    width: 40px;
    background-color: #e9634c;
    color: #fff
}

.note-list .is_top .title:before,.note-list .locked .title:before {
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
    border-radius: 4px;
    margin-right: 8px;
    font-size: 12px;
    text-align: center;
    font-weight: 400
}

.note-list .locked .title:before {
    content: "\5DF2\9501\5B9A";
    width: 55px;
    background-color: rgba(255,108,64,.1);
    color: #ea6f5a
}

.note-list .have-img .wrap-img {
    position: absolute;
    top: 50%;
    margin-top: -60px;
    right: 0;
    width: 125px;
    height: 100px
}

.note-list .have-img .wrap-img img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border: 1px solid #f0f0f0
}

.note-list .have-img>div {
    padding-right: 140px
}

.note-list .content .cancel {
    display: none
}

.note-list .content:hover .cancel {
    display: inline
}

.note-list .author {
    margin-bottom: 14px;
    font-size: 13px
}

.note-list .author-restyle {
    margin-bottom: 0
}

.note-list .author .avatar {
    margin: 0 5px 0 0
}

.note-list .author .avatar,.note-list .author .info {
    display: inline-block;
    vertical-align: middle
}

.note-list .author .info .nickname {
    vertical-align: middle
}

.note-list .author .info .badge-icon {
    width: 15px;
    height: 15px
}

.note-list .author .info span {
    display: inline-block;
    padding-left: 3px;
    color: #969696;
    vertical-align: middle
}

.note-list .author a {
    color: #333
}

.note-list .author a:hover {
    color: #2f2f2f
}

.note-list .author .time {
    color: #969696
}

.note-list .title {
    margin: -7px 0 4px;
    display: inherit;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5
}

.note-list .title:hover {
    text-decoration: underline
}

.note-list .title:visited {
    color: #969696
}

.note-list .origin-author {
    display: inline;
    margin-bottom: 5px;
    font-size: 12px;
    color: #969696
}

.note-list .origin-author a {
    margin-right: 5px
}

.note-list .comment {
    font-size: 15px;
    line-height: 1.7
}

.note-list .comment a,.note-list a.maleskine-author {
    color: #3194d0
}

.note-list blockquote {
    margin-bottom: 0;
    color: #969696;
    border-left: 3px solid #d9d9d9
}

.note-list blockquote .single-line {
    margin: 0
}

body.reader-night-mode .note-list blockquote .single-line a {
    color: #c8c8c8
}

.note-list blockquote .title {
    margin: 0 0 4px;
    font-size: 15px
}

.note-list blockquote .abstract {
    margin: 0 0 4px
}

.note-list .abstract {
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 24px;
    color: #999
}

.note-list .collection-tag {
    display: inline-block;
    padding: 3px 6px;
    margin-top: -1px;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
    vertical-align: middle;
    color: #ea6f5a!important;
    border: 1px solid rgba(236,97,73,.7);
    border-radius: 3px
}

.note-list .collection-tag,.note-list .collection-tag:hover {
    transition: .1s ease-in;
    -webkit-transition: .1s ease-in;
    -moz-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    -ms-transition: .1s ease-in
}

.note-list .collection-tag:hover {
    color: #ec6149!important;
    background-color: rgba(236,97,73,.05);
    border-color: #ec6149
}

.note-list .follow-detail {
    padding: 20px;
    background-color: hsla(0,0%,71%,.1);
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    font-size: 12px
}

.note-list .follow-detail .avatar,.note-list .follow-detail .avatar-collection {
    float: left;
    margin-right: 10px;
    width: 48px;
    height: 48px
}

.note-list .follow-detail .info .title {
    margin: 0;
    font-size: 17px;
    font-weight: 400
}

.note-list .follow-detail .info .title:visited {
    color: inherit
}

.note-list .follow-detail .info p {
    margin-bottom: 0;
    color: #969696
}

.note-list .follow-detail .creater,.note-list .follow-detail .creater:hover {
    color: #3194d0
}

.note-list .follow-detail .btn {
    float: right;
    margin-top: 4px;
    padding: 8px 0;
    width: 100px
}

.note-list .follow-detail .signature {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e1e1e1;
    color: #969696;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.note-list .meta {
    padding-right: 0!important;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px
}

.note-list .meta .paid-meta {
    color: #e2b882!important
}

.note-list .meta a {
    margin-right: 10px;
    color: #b4b4b4
}

.note-list .meta a,.note-list .meta a:hover {
    transition: .1s ease-in;
    -webkit-transition: .1s ease-in;
    -moz-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    -ms-transition: .1s ease-in
}

.note-list .meta a:hover {
    color: #787878
}

.note-list .meta span {
    margin-right: 10px;
    color: #b4b4b4
}

.note-list .push-action {
    margin-top: 10px
}

.note-list .btn-gray,.note-list .hollow {
    margin: 0 10px;
    padding: 4px 12px;
    font-size: 12px
}

.note-list .push-status,.note-list .push-time {
    font-size: 12px;
    color: #969696
}

.note-list .push-status {
    margin-right: 5px;
    font-weight: 700
}

.note-list .push-remove {
    font-weight: 400;
    color: #ea6f5a
}
.yt_cont img{
    max-width: 95%;
}