@import url("./wxlogin/index.css");
@import url("./langfont/index.css");
@import url("./sidebar.css");
@font-face {
    font-family: 'SourceHanSerif';
    src: url("./wxlogin/SourceHanSerif.otf");
}
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: SourceHanSerif, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}

label {
    font-weight: 500;
}

html {
    height: 100%;
    box-sizing: border-box;
}

#main-app {
    height: 100%;
    font-family:  SourceHanSerif, "Avenir", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
}

#nprogress .bar {
    background: red;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.no-padding {
    padding: 0 !important;
}

.padding-content {
    padding: 4px 0;
}

a:focus,
a:active {
    outline: none;
}

a,
a:focus,
a:hover {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}

div:focus {
    outline: none;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.pr-5 {
    padding-right: 5px;
}

.pl-5 {
    padding-left: 5px;
}

.block {
    display: block;
}

.pointer {
    cursor: pointer;
}

.inlineBlock {
    display: block;
}

.clearfix {
    &:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }
}

code {
    background: #eef1f6;
    padding: 15px 16px;
    margin-bottom: 20px;
    display: block;
    line-height: 36px;
    font-size: 15px;
    font-family: SourceHanSerif, "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
    & a {
        color: #337ab7;
        cursor: pointer;
        &:hover {
            color: rgb(32, 160, 255);
        }
    }
}

.warn-content {
    background: rgba(66, 185, 131, .1);
    border-radius: 2px;
    padding: 16px;
    padding: 1rem;
    line-height: 1.6rem;
    word-spacing: .05rem;
    & a {
        color: #42b983;
        font-weight: 600;
    }
}


.components-container {
    margin: 30px 50px;
    position: relative;
}

.pagination-container {
    margin-top: 30px;
}

.text-center {
    text-align: center
}

.sub-navbar {
    height: 50px;
    line-height: 50px;
    position: relative;
    width: 100%;
    text-align: left;
    padding-left: 20px;
    transition: 600ms ease position;
    border: 1px dashed #ccc;
    background: #FFF;
    .subtitle {
        font-size: 20px;
        color: #fff;
    }
    &.draft {
        background: #d0d0d0;
    }
    &.deleted {
        background: #d0d0d0;
    }
}

.link-type,
.link-type:focus {
    color: #337ab7;
    cursor: pointer;
    &:hover {
        color: rgb(32, 160, 255);
    }
}

.filter-container {
    padding-bottom: 10px;
    .filter-item {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 10px;
    }
}

.multiselect--active {
    z-index: 1000 !important;
}

.header-button {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottom-pagination {
    display: flex;
    justify-content: flex-end;
    margin: 2px
}
.url_jump:hover{
    cursor: pointer;
}
.m_editor_content .min-img{
    width: 5rem !important;
    height: 5rem !important;
}

.module-recommend-view {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 80px;
    text-align: center;

    .module-recommend-btn {
        display: inline-block;
        width: 179px;
        height: 52px;
        line-height: 52px;
        color: #fff;
        background-color: #026de7;
    }
}


/* 样式化下拉按钮 */
.dropbtn {
    color: darkgray;
    padding: 16px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    background-color:#fff;
}

/* 容器 <div> - 需要定位下拉内容 */
.dropdown {
    background-color:#fff;
    position:relative;
    display:inline-block;
}

/* 下拉内容（默认隐藏） */
.dropdown-content {
    display:none;
    float: none;
    position:absolute;
    background-color:#fff;
    margin-top: -2px;
    width:90px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, .1);
    transition: height 0.3s ease;
    z-index:1;
}

/* 下拉框内的链接 */
.dropdown-content a {
    color:darkgray;
    text-decoration:none;
    display:block;
}

/* 悬停时更改下拉链接的颜色 */
.dropdown-content a:hover {background-color: #ECF5FF; color:#409EFF;}



/* 悬停时显示下拉菜单 */
.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-item {
    float: none;
    line-height: 50px;
    font-size: 16px;
    margin: 0;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
    font-weight: normal;
}



/* 样式化下拉按钮 */
.dropbtn1 {
    color: darkgray;
    padding: 16px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    background-color:#fff;
}

/* 容器 <div> - 需要定位下拉内容 */
.dropdown1 {
    background-color:#fff;
    position:relative;
    display:inline-block;
}

/* 下拉内容（默认隐藏） */
.dropdown-content1 {
    display:none;
    color:darkgray;
    position:absolute;
    background-color:#fff;
    margin-top: -2px;
    width:90px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, .1);
    transition: height 0.3s ease;
    z-index:1;
}

/* 下拉框内的链接 */
.dropdown-content1 a {
    /*color:darkgray;*/
    text-decoration:none;
    display:block;
    color: inherit;
}

/* 悬停时更改下拉链接的颜色 */
.dropdown-content1 a:hover {background-color: #ECF5FF; color:#409EFF;}

/* 悬停时显示下拉菜单 */
.dropdown1:hover .dropdown-content1 {
    display: block;
}

.dropdown-item1 {
    float: none;
    line-height: 50px;
    font-size: 16px;
    margin: 0;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
    font-weight: normal;
}

