/*通用*/
.main-flexView {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.content-scrollView {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
}
/*header*/
.position-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.header-bg {
    background-color: rgba(121, 106, 238, 0.9);
}
.header-active {
    border-bottom: 2px solid #fff;
}
.header-active a {
    color: #fff !important;
}
.dropdown-menu {
    background-color: rgba(121, 106, 238, 0.9);
}
.dropdown-item {
    color: rgba(255, 255, 255, 0.5);
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: rgba(121, 106, 238, 0.9);
}
#search-btn {
    color: #fff !important;
    background-color: #5a6268 !important;
    border-color: #545b62 !important;
}
#search-btn:hover {
    color: #fff !important;
    background-color: #5a6268 !important;
    border-color: #545b62 !important;
}
#search-btn:focus,
#search-btn:active:focus,
#search-btn.active:focus,
#search-btn.focus,
#search-btn:active.focus,
#search-btn.active.focus {
    outline: none !important;
    box-shadow:none !important;
}
#search-form:focus,
#search-form:active:focus,
#search-form.active:focus,
#search-form.focus,
#search-form:active.focus,
#search-form.active.focus {
    outline: none !important;
    box-shadow:none !important;
    border-color: rgba(121, 106, 238, 0.9);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-header {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.avatar-img {
    object-fit: cover;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%!important;
    vertical-align: middle;
    max-width: 100%;
}
.breadcrumb {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
}
.breadcrumb .breadcrumb-item a {
    color: rgba(121, 106, 238, 0.9);
    text-decoration: none;
}
.breadcrumb .breadcrumb-item a:hover {
    color: rgba(121, 106, 238, 0.9);
}
.link:hover,
.link:active,
.link:visited,
.link:link,
.link:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    text-decoration: none;
}
.pagination-zone {
    margin-top: 10px;
    margin-bottom: 15px;
}
.pagination-page-info {
    padding: .6em;
    padding-left: 0;
    width: 40em;
    margin: .5em;
    margin-left: 0;
    font-size: 12px;
}
.pagination-page-info b {
    color: black;
    background: rgba(121, 106, 238, 0.9);
    padding-left: 2px;
    padding: .1em .25em;
    font-size: 150%;
}
.pagination .page-link {
    color: rgba(121, 106, 238, 0.9);
}
.pagination .page-item.active .page-link {
    background-color: rgba(121, 106, 238, 0.9);
    border-color: rgba(121, 106, 238, 0.9);
}
.pagination .page-link:hover,
.pagination .page-link:active,
.pagination .page-link:visited,
.pagination .page-link:link,
.pagination .page-link:focus {
    text-decoration: none;
    color: rgba(121, 106, 238, 0.9);
}
/*footer*/
.footer {
    padding: 20px 0 0;
    border-top: 1px solid #ebebeb;
    text-align: center;
    background-color: #fafafa;
}
.friendship {
    height: 50px;
    line-height: 50px;
    width: 100%;
    color: #333;
}
.friendship a {
    color: #333;
    padding-left: 5px;
    padding-right: 5px;
}
.friendship a:hover {
    color: #333;
    text-decoration: none;
}

.tg-article {
    margin-top: 20px;
    margin-left: 15px;
}
.tg-article-name {
    font-size: 18px;
    padding-bottom: 3px;
    border-bottom: 1px dashed #ccc;
}
.tg-article-col {
    background-color: #f5f5f5;
    margin-bottom: 10px;
}
.tg-article-link {
    color: #303741;
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 14px;
}
.tg-article-link:hover {
  text-decoration: none;
}
@media (max-width: 576px) {
    .tg-article {
        margin-top: 20px;
        margin-left: 0;
    }
}