/**
 * 52pojie.cn download center stylesheet (https://down.52pojie.cn/)
 * Designed by Ganlv
 * Licensed under MIT
 */

* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    font-family: "微软雅黑", "Microsoft YaHei", "黑体", SimHei, Arial, sans-serif;
}

body {
    background-color: #fafafa;
}

/* common */

.container {
    position: relative;
    padding: 0 8px;
    width: 100%;
    box-sizing: border-box;
}

@media screen and (min-width: 980px) {
    .container {
        margin: 0 auto;
        padding: 0;
        max-width: 960px;
    }
}

@media screen and (min-width: 1180px) {
    .container {
        max-width: 1130px;
    }
}

@media screen and (min-width: 1300px) {
    .container {
        max-width: 1200px;
    }
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.nav, .highlight {
    user-select: none;
}

/* bootstrap */

.alert {
    position: relative;
    margin-bottom: 1rem;
    padding: .75rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
    background-color: transparent;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
}

.btn:focus, .btn:hover {
    text-decoration: none;
}

.btn-outline-primary {
    color: #007bff;
    background: transparent none;
    border-color: #007bff;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-collapse: collapse;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table-sm td, .table-sm th {
    padding: .3rem;
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075);
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.breadcrumb-item::after {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "/";
}

/* nav */

.nav {
    padding: 12px 0;
    color: #4d545d;
    background-color: #4d545d;
    border-top: 2px solid #00b1b3;
}

.nav-brand h1 {
    height: 40px;
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 40px;
    overflow: hidden;
}

.nav-block, .nav-block-right {
    margin-top: 5px;
}

@media screen and (min-width: 980px) {
    .nav-brand, .nav-block, .nav-block-right {
        display: inline-block;
        margin-top: 0;
        height: 40px;
        vertical-align: top;
    }

    .nav-block {
        margin-left: 0.5em;
    }

    .nav-block-right {
        position: absolute;
        top: 0;
        right: 0;
    }
}

.nav-links li {
    list-style: none;
}

.nav-links li a {
    display: block;
    padding: 10px 0 5px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.nav-links li a:hover {
    border-bottom: 1px solid #fff;
}

.nav-link-newdun-logo {
    height: 1em;
    vertical-align: text-bottom;
    transform: translate(0, -2px);
    fill: currentColor;
}

@media screen and (min-width: 980px) {
    .nav-links li {
        display: inline-block;
    }

    .nav-links li a {
        padding-left: 5px;
        padding-right: 5px;
        color: #fff;
        text-decoration: none;
        border-bottom: 1px solid transparent;
    }

    .nav-block ul li a:hover {
        border-bottom: 1px solid #fff;
    }
}

/* highlight */

.highlight {
    padding: 0.5em;
    border: 1px solid transparent;
}

.newdun-logo {
    color: #00b792;
    fill: currentColor;
    height: 1em;
    vertical-align: text-bottom;
    transform: translate(0, -2px);
}

/* current path */

.current-path {
    margin-top: 1em;
}

/* search from */

.search-form {
    margin: 1em 0;
}

.search-input {
    display: inline-block;
    width: 20em;
    vertical-align: middle;
}

/* table */

.main-table-th-size, .main-table-th-date {
    width: 5em;
    min-width: 5em;
}

#main-tbody .main-table-icon {
    width: 14px;
    color: rgba(3, 47, 98, 0.55);
}

#main-tbody .main-table-icon svg {
    transform: translate(0, 2px);
    fill: currentColor;
}

/* tips */

.tips {
    margin-top: 1em;
}

.tips .alert ul {
    padding-left: 1.5em;
}

/* footer */

.footer {
    margin: 3em 0;
    color: #999;
    font-size: .7em;
    text-align: center;
}

.copyright span {
    display: inline-block;
}