*, body {
    padding: 0;
    margin: 0;
}

.user {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}

.user-text {
    cursor: pointer;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    padding: 10px 0;

}

.user-name {
    margin: 0 4px 0 6px;
    max-width: 124px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-img {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.list {
    padding-top: 16px;
    padding-bottom: 16px;
    /*border-bottom: 1px solid #f2f2f2;*/
}
/*.children .el-menu .el-submenu__title:first-child{*/
/*    margin-top: 0 !important;*/
/*}*/

/*.children .el-menu .el-submenu__title:last-child{*/
/*    margin-bottom: 0 !important;*/
/*}*/

/*.children .el-menu div:first-child li{*/
/*    margin-top: 0 !important;*/
/*}*/
.el-menu-item:focus, .el-menu-item:hover{
    color: #1890FF;
    background-color:unset;
}

.el-submenu__title:hover {
    color: #1890FF;
    background-color:unset;
}

/*.children .el-menu div:last-child li{*/
/*    margin-bottom: 0 !important;*/
/*}*/

.list .img {
    margin-top: 14px;
    width: 96px;
    height: 96px;
    margin-right: 10px;
}
#search .el-input__prefix {
    color: #999;
}

.search-title {
    margin-top: 24px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    /*color: #FF0000;*/
}

.search-content {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 21px;
}

.over-text3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.search-route {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 13px;
    color: #999;
}
.search-route a{
    color: #999;
}

.signIn {
    cursor: pointer;
    width: 54px;
    height: 30px;
    /* background: #1890FF; */
    border-radius: 4px;
    font-size: 13px;
    color: #666;
    text-align: center;
    line-height: 32px;
    margin-right: 20px;
}

.right_mulu {
    padding: 1rem;
}

.right_mulu .rightmulu {
    display: none;
}

.right_mulu .rightmulu {
    text-align: left;
    color: #333;
    padding-top: 2rem;
    line-height: 40px;
}

.right_mulu .rightmulu span {
    font-weight: 600;
    font-size: 15px;
}

.right_mulu .smallnav {
    text-align: left;
    width: 200px;
}

.right_mulu .smallnav li {
    cursor: pointer;
    width: 180px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: rgba(60, 60, 67, .78);
    transition: color .5s;
    line-height: 28px;
    display: block;
    font-size: 14px;
    border-left: 1px solid #eee;
    padding-left: 16px;
}

.right_mulu .smallnav li:hover {
    color: rgba(60, 60, 67);
    border-left: 1px solid #3f9eff;
}

.right_mulu .zidingyi {
    width: 740px;
    display: flex;
}

.right_mulu .zidingyi .advertisement {
    margin: 0.5rem 0.1rem;
}

.listbtn {
    /*width: 6.6875rem !important;*/
    height: 2rem !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border-radius: 0.125rem !important;
    /*border: 0.0625rem solid rgba(164,161,161, 0.3) !important;*/
    font-size: 0.75rem !important;
    font-weight: 400 !important;
    color: #666 !important;
    line-height: 1.2rem !important;
    padding: 0.3rem 1rem;
    border-radius: 0.9rem;
}

.listbtn:hover {
    background: rgba(238, 238, 238) !important;
    color: #1471f3 !important;
}

.listbtn:active {
    border: 0.0625rem solid rgba(164, 161, 161, 0.3) !important;
}

.sign-right {
    width: 220px;
    display: flex;
    justify-content: flex-end;
}

.ayui-tab {
    width: 856px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.layui-tab-title::-webkit-scrollbar{
    width: 4px;
    height: 4px;
  }
  .layui-tab-title::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #EDEDED;
  }
  .layui-tab-title::-webkit-scrollbar-track{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #fff;
  }

  .el-input__inner::placeholder {
    color: #999;
    }
  .el-input__inner {
    color: #333;
    }


.layui-tab-title {
    max-width:580px;
    height: 55px;
    overflow-x: auto;
    overflow-y: hidden;
    border-bottom: none !important;
    margin-right: 0.5rem;
    line-height: 55px;
}
.layui-tab-title li a {
    padding: 0;
    padding-right: 32px;
}

.layui-tab-title li {
    padding: 0 0.9375rem !important;
}

.layui-tab-brief > .layui-tab-title .layui-this {
    color: #1890FF !important;
}

.layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
    border-bottom: 0.125rem solid #1890FF !important;
}

.layui-panel {
    border: none !important;
    height: 100%;
    /* margin-bottom: 50p; */
    /* margin-bottom: 100p; */
}

/*内容样式*/
#docDemoMenu1 {
    height: calc(100vh - 119px);
    overflow-x: hidden;
    overflow-y: auto;
}

.markdown-body {
    padding: unset !important;
}

.markdown-body p {
    letter-spacing: 0rem;
    word-spacing: 0.1rem;
    line-height: 1.5rem;
}

.markdown-body img {
    margin: 20px 0;
}

.layui-dropdown {
    position: fixed !important;
    top: 3.125rem !important;
    border: 0.0625rem solid #eee !important;
    height: auto;
    max-height: 12.5rem;
    overflow: hidden;
    overflow-y: auto;
}

.layui-menu-item-divider {
    border: none !important;
}

.layui-form-select dl, .layui-panel {
    box-shadow: none !important;
}


.box {
    width: 96%;
    padding: 0 2%;
    max-width: 1380px;
    margin: 0 auto;
}

.box .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    max-width: 1380px;
    height: 3.375rem;
    background-color: #FFFFFF;
    border-bottom: 0.0625rem solid #EEEEEE;
    /* padding-left: 40p; */
    z-index: 100;
}
.box .header .el-input__inner {
    width: 250px !important;
}
.box .content .content_left {
    width: 18.0625rem;
    height: 100%;
    /* padding-bottom: 1.25rem; */
    /*border-right: 0.0625rem solid #EEEEEE;*/
    position: fixed;
    z-index: 99;
    background-color: #FFFFFF;
}

.input {
    display: inline-block;
    width: 11rem;
    height: 2rem;
    border-radius: 0.375rem;
    border: 0.0625rem solid #EEEEEE;
    /* margin: 1rem 0rem 0.625rem; */
    /* margin-left: 0.9375rem; */
    position: relative;
    padding-right: 1.5625rem;
    padding-left: 1.25rem;
}

.serach {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 18px;
    color: #666666;
    cursor: pointer;
}

.box .content .content_left .list {
    /* max-height: 43.75rem; */
    /* overflow-y: auto; */
    padding-top: 0 !important;
}

.box .content .content_right .title {
    text-align: left;
    font-size: 1rem;
    font-weight: 500;
    color: #333333;
    padding: 1.3rem;
}

/* 点赞 */
.isSupport {
    margin-top: 20px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

.isSupport .img {
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin-bottom: 20px;
}

/* 评论模块css */
.comment-box {
    width: 100%;
    padding: 0 20px;
}

.comment-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comment-title .left {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
}

.comment-title .left .sort-text {
    font-weight: 400;
    font-size: 14px;
    color: #1890FF;
}

.comment-title .left .sort {
    cursor: pointer;
    margin-left: 4px;
    margin-right: 6px;;
    width: 12px;
    height: 15px;
    line-height: 24px;
}

.comment-title .right {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

.comment-title .right .eye {
    margin-right: 6px;
    width: 14px;
    height: 14px;
}

.comment-input {
    margin-top: 24px;
    display: flex;
}



.el-dropdown-menu__item:hover {
    color: #606266 !important;
    background-color: rgba(238, 238, 238) !important;
}

.new_reply {
    width: 96%;
    min-width: 20rem;
    border: 1px solid #dddddd;
    border-radius: 4px;
    /* margin-left: 14px; */
    margin-bottom: 10px;
    padding: 10px;
    background-color: #fff;
}

.new_reply textarea {
    width: 100%;
    border: none !important;
    padding: 0 !important
}

.new_reply1 {
    width: 35rem !important;
}

.avatar {

    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #DDDDDD;
    margin-right: 15px;
}

.new_reply_btn {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.mlr20 {
    margin: 0 20px;
}

.icon-box {
    display: flex;
    align-items: center;
}

.img-icon {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}

.new_reply_btn .img {
    cursor: pointer;
    width: 18px;
    height: 18px;
    margin-right: 20px;
}

.btn {
    width: 72px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #2A7EFB;
    border-radius: 4px 4px 4px 4px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
}

.mt14 {
    margin-top: 14px;
}

.ml20 {
    margin-left: 20px;
}

.mb24 {
    margin-bottom: 24px;;
}


.mb22 {
    margin-bottom: 22px;
}

.mt24 {
    margin-top: 24px;
}

.line {
    width: 100%;
    height: 38px;
    /* margin-bottom: 30px; */
    border-bottom: 1px solid #EEEEEE;
}


.search-text1 {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.search-text2 {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
}

/* .comment-list {} */
.comment-item {
    display: flex;

}

.comment-item .left {
    width: 36px;
}


.comment-item .right {
    margin-left: 14px;
    width: 100%;
    /* padding-bottom: 24px;
    margin-bottom: 22px; */

}

.border-bottom {
    /* margin-bottom: 24px; */
    border-bottom: 1px dashed #eee;
}

.border {
    /* margin-bottom: 24px; */
    border-bottom: 1px solid #eee;
}

.felx-between {
    display: flex;
    justify-content: space-between;
}

.comment-item .right .name {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 15px;
    color: #333333;
}

.comment-item .right .num {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 15px;
    color: #1890FF;
}

.right-content {
    margin-top: 10px;
    color: #555666;
    font-size: 14px;
    line-height: 24px;
    white-space: pre-wrap;
    word-break: break-word;
    margin-top: 14px;
    margin-bottom: 14px;
}

.time {
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    margin-bottom: 22px;
}

.flex {
    display: flex;

}

.flex-center {
    display: flex;
    justify-content: center;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #fff;
    border: 1px solid #409EFF;
    color: #409EFF;
}

.el-pagination.is-background .el-pager li {
    border: 1px solid rgba(51, 51, 51, 0.15);
    background-color: #fff;
}

.el-pagination.is-background .btn-next {
    background-color: #fff;
}

.el-pagination.is-background .btn-prev {
    background-color: #fff;
}


.reply {
    margin-bottom: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #555666;
}

.icon {
    margin-right: 4px;
    width: 17px !important;
    height: 17px;
}

.delete-reply {
    cursor: pointer;
    font-weight: 400;
    font-size: 12px;
    color: #FF0000;
}

.reply-level {
    width: calc(100% - 36px);
    background: #F9F9F9;
    border-radius: 6px;
    padding: 24px 20px 0 20px;
}
.p-r-16 {
    padding-right: 16px;
}


.layui-menu .layui-menu-item-checked, .layui-menu .layui-menu-item-checked2 {
    background-color: #fff !important;
    color: #1890FF !important;
}

.layui-menu .layui-menu-item-checked:after {
    border-right: 0.1875rem solid #1890FF !important;
}

.layui-menu .layui-menu-item-checked a, .layui-menu .layui-menu-item-checked2 a {
    color: #1890FF !important;
}

.layui-menu .layui-menu-item-group > .layui-menu-body-title {
    color: #333;
}

.layui-menu .layui-icon {
    color: #999;
    font-size: 12px;
}

.box .content .list .layui-menu li, .layui-menu-body-title a {
    padding: 0 0 0 0.6rem;
    margin: 10px -1px !important;
}


@keyframes showes {
    from {
        left: 0rem;
    }

    to {
        left: -18.0625rem;
    }
}

@keyframes noshowes {
    from {
        left: -18.0625rem;
    }

    to {
        left: 0rem;
    }
}

.markdown-body.editormd-html-preview .paragraph-center {
    text-align: center;
}

.markdown-body.editormd-html-preview .paragraph-left {
    text-align: left;
}

.markdown-body.editormd-html-preview .paragraph-right {
    text-align: right;
}

.search {
    padding: 0 3%;
    margin-left: 19rem;
}

/*.content_right #editormd img {*/
/*    width: 100%;*/
/*}*/

.reply_pic {
    flex-wrap: wrap;
}

.reply_picture {
    width: 64px;
    height: 64px;
    position: relative;
    margin-right: 8px;
}

.el-button--primary {
    color: #FFF;
    background-color: #1890FF;
    border-color: #1890FF;
}

.reply_picture .del {
    position: absolute;
    width: 12px;
    height: 12px;
    right: 0;
    top: -4px;
    cursor: pointer;
    background-color: #ccc;
    border-radius: 2px;
    line-height: 12px;
}

.reply_picture img {
    object-fit: cover;
    height: 64px;
    width: 64px;
}
/*移动端样式*/
@media screen and (max-width: 768px) {

    .comment-box {
        width: 90%;
    }
    .new_reply {
        min-height: 4.6rem;
        min-width:unset !important;
    }
    .new_reply1{
        width:unset !important;
    }

    .ayui-tab{
        width: unset;
    }
    #search .el-input{
        width: 100% !important;
    }
    .search{
        margin-left:0;
    }

    #fenxiang {
        position: fixed;
        top: 5.3125rem;
        right: 1.25rem;
        cursor: pointer;
        display: none;
    }

    /*  */
    #contentLeft {
        /* height: calc(100% - 60px); */
        /* bottom: 0; */
        left: -18.0625rem;
    }

    #contentRight {

        margin-left: 0rem;
    }

    #lists {
        position: absolute;
        left: 0.8125rem;
        top: 1.2125rem;
        cursor: pointer;
        display: none;
    }

    #lists2 {
        position: absolute;
        left: 0.8125rem;
        top: 1.2125rem;
        cursor: pointer;
        display: block;
    }

    .box .content {
        width: 100%;
        height: 100%;
        padding-top: 3.375rem;
        /*overflow: hidden;*/
        /*overflow-y: auto;*/
    }

    .box .header .left .img {
        width: 3.125rem;
        /*height: 1.25rem;*/
        display: inline-block;
        margin: 0 0.875rem;
        margin-bottom: 0.3125rem;
        display: none;
    }

    .box .header .left {
        /*display: flex;*/
        flex-direction: column;
        align-items: flex-end;
        margin-left: 2rem;
    }
    .box .header .el-input__inner {
        width: 200px !important;
    }
    .box .header .signIn {
        margin-right: 20px;
    }
    .box .content .content_right {
        margin-top: 3.125rem;
        margin-left: 21.875rem;
        /*margin-right: 2.1rem;*/
        position: relative;
    }

    .box .header .headerlist {
        /*display: flex;*/
        display: none;
        width: calc(100% - 0.5rem);
        overflow: hidden;
        overflow-x: auto;
        margin-right: 1.625rem;
        margin-left: 0.3125rem;
    }

    .box .header .headerlist::-webkit-scrollbar {
        display: none;
    }

    .box .header .headerlist li {
        padding: 7px !important;
    }

    .box .content .content_right .title {
        text-align: center;
        font-size: 1.4rem !important;
        font-weight: 600;
        color: #333333;
    }

    .box .content .content_right #editormd {
        font-size: 1rem;
        font-weight: 500;
        color: #333333;
        text-align: left;
        padding-top: 1.875rem !important;
        padding: 0px 20px;
    }

    .box .content .content_right #editormd .editormd-html-preview {
        width: 100%;
        padding: 0px !important;
    }

    .box .content .content_right .muludiv {
        padding-left: 20px;
    }

    .box .content .content_right .mulu {
        padding: 20px;
    }

    .box .content .content_right .mulu li {
        padding: 5px 0;
        display: block;
    }

    .box .content .content_right .mulu a {
        color: #6aa8e5;
    }

    .box .content .content_right .mulu a:hover {
        color: #4183c4;
    }


    .right_mulu .wwads-horizontal {
        width: 100% !important;
        overflow: visible !important;
    }
    .right_mulu {
        padding: 1rem;
        height: 120px !important;
    }
    .right_mulu .zidingyi{
        width: 100%;
        display: flex;
        justify-content: space-evenly
    }
    .right_mulu .zidingyi .advertisement img{
        width: auto;
        height: 100px;
    }
}

/*正常屏幕*/
@media screen and (min-width: 768px) {
    #fenxiang {
        position: fixed;
        top: 5.3125rem;
        right: 1.25rem;
        cursor: pointer;
        display: block;
    }

    #lists {
        position: absolute;
        left: 1rem;
        top: 1.2125rem;
        cursor: pointer;
        display: none;
    }

    #lists2 {
        position: absolute;
        left: 1rem;
        top: 1.2125rem;
        cursor: pointer;
        display: none;
    }

    .box .content {
        width: 100%;
        padding-top: 4rem;

    }

    .box .header .left .img {
        width: 4.25rem;
        /*height: 1.5rem;*/
        display: inline-block;
        margin: 0 0.875rem 0 0rem;
    }

    .box .header .left {
        width: 264px;
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-left: 1rem;
    }

    .box .content .content_right {
        margin-top: 1rem;
        margin-left: 18rem;
        margin-right: 4.25rem;
        position: relative;
        padding: 0 3%;
        width: 740px;
        /* min-width: 800p; */
    }

    .box .content .content_right .title {
        text-align: center;
        font-size: 1.5rem;
        font-weight: 600;
        color: #333333;
    }

    .box .content .content_right .content {
        font-size: 1rem;
        font-weight: 500;
        color: #333333;
        text-align: left;
    }

    .box .content .content_right .muludiv {
        padding-left: 20px;
    }

    .box .content .content_right .mulu {
        padding: 20px;
    }

    .box .content .content_right .mulu li {
        padding: 5px 0;
        display: block;
    }

    .box .content .content_right .mulu a {
        color: #6aa8e5;
    }

    .box .content .content_right .mulu a:hover {
        color: #4183c4;
    }

    /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
    ::-webkit-scrollbar {
        width: 2px;
        height: 0.625rem;
        background-color: #F5F5F5;
        padding-bottom: 1.25rem;
    }

    /*定义滚动条轨道 内阴影+圆角*/
    ::-webkit-scrollbar-track {
        border-radius: 1px;
        background-color: #F5F5F5;
    }

    /*定义滑块 内阴影+圆角*/
    ::-webkit-scrollbar-thumb {
        border-radius: 1px;
        -webkit-box-shadow: none;
        background-color: #CCC;
    }
    .right_mulu {
        padding: 1rem;
        height: 140px !important;
        /*overflow-y: hidden !important;*/
    }
    .right_mulu .zidingyi{
        justify-content: space-evenly
    }
    .right_mulu .zidingyi .advertisement img{
        width: auto;
        height: 120px;
    }


}

/*大于1330宽度*/
@media screen and (min-width: 1330px) {
    .right_mulu .wwads-horizontal {
        z-index: 100;
        width: 220px !important;
        height: 269px !important;
        overflow: visible !important;
    }

    .right_mulu {
        position: fixed !important;
        right: calc(100% / 2 - 690px);
        top: 3rem;
        display: block !important;
        width: 220px;
        min-height: 100px;
        text-align: center;
    }

    .right_mulu .rightmulu {
        display: block;
    }

    .right_mulu .zidingyi {
        display: block !important;
        width: 220px !important;
    }

    .right_mulu .advertisement {
        margin: 0.5rem 0 0 0;
    }

    .right_mulu .zidingyi .advertisement img{
        width: 100%;
        height: auto;
    }
}

.el-menu-scroll {
    height: 100%;
    overflow: scroll;
}

.el-menu-item, .el-submenu__title {
    height: 35px;
    line-height: 35px;
    /*margin: 10px 0;*/
}

.el-submenu .el-menu-item {
    height: 35px;
    line-height: 35px;
    /*margin: 10px 0;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.el-menu-vertical-demo.el-menu {
    margin-bottom: 50px;
    border-right: unset;
}

[v-cloak] {
    display: none;
}

.sort-text {
    cursor: pointer;
}

.w-146 {
    width: 146px;
}

.h-80 {
    height: 80px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-t-8 {
    margin-top: 8px;
}

.highlight {
    color: #FF0000;
}
