/*
Theme Nmae: 网址导航
THeme URI: https://www.zhu2.cn
Description: 这是一个主机测评加主机商导航WordPress主题
Version: 1.0
Author: MATAO
Author: https://www.zhu2.cn
*/

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
    transition: all .3s;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    color: #333;
    background-color: #f5f6f7;
    line-height: 1.5;
}

img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: inherit;
}

ol, ul, li {
  list-style: none;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.title .base-title {
    font-size: 18px;
    display: flex;
    align-items: center;
}

.title .bi {
    margin-right: 6px;
    color: #002bff;
}

.title .more-link {
    font-size: 14px;
    color: #999;
}

.title .more-link:hover {
    color: #002bff;
}

.top-ads .ads-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    border-radius: 6px;
    margin: 20px 0;
    box-shadow: 0 2px 8px 0 #eee;
}

.top-ads a {
    margin-bottom: 10px;
}

.top-ads a:last-child {
    margin-bottom: 0;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    background-color: #fff;
    height: 68px;
    box-shadow: 0 2px 8px 0 #eee;
    z-index: 99;
}

.header .logo {
    margin-right: 40px;
    width: 100px;
    height: auto;
}

.header .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .topleft, .header .topright {
    display: flex;
    align-items: center;
}

.header .menu {
    display: flex;
    align-items: center;
}

.header .nav-item>a {
    font-size: 18px;
    font-weight: 500;
    padding: 0 10px;
}

.header .nav-item>a:hover, .header .current-menu-item .nav-link {
    color: #002bff ;
}

.header .search {
    position: relative;
}

.header .search-input {
    width: 180px;
    height: 32px;
    padding: 0 36px 0 12px;
    border: 0;
    border-radius: 6px;
    background-color: #f6f6f6;
    font-size: 14px;
}

.header .search-submit {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    font-size: 14px;
    cursor: pointer;
    border: 0;
}

.header .submit-link {
    padding: 6px 10px;
    background-color: #002bff;
    color: #fff;
    border-radius: 6px;
    margin-left: 20px;
    font-size: 14px;
}

.header .submit-link .bi {
    margin-right: 6px;
}

.main {
    margin: 20px 0;
    padding-top: 68px;
}

.web {
    display: flex;
    gap: 20px;
}

.web-menu {
    position: fixed;
    width: 130px;
    background: #fff;
    border-radius: 6px;
    padding: 20px;
    z-index: 5;
    height: fit-content;
    max-height: calc(100vh - 160px);
    overflow-y: auto;
    box-shadow: 0 2px 8px 0 #eee;
}

.web-menu::-webkit-scrollbar {
    width: 4px;
    height: 80px
}
.web-menu::-webkit-scrollbar-thumb {
    background-color: #e4e6eb;
    outline: 0;
    border-radius: 2px
}
.web-menu::-webkit-scrollbar-track {
    border-radius: 2px
}

.web-item {
    font-size: 16px;
    line-height: 26px;
    cursor: pointer;
}

.web-item.active {
    color: #002bff;
}

.web-content {
    padding-left: 150px;
}

.web-cate {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 #eee;
}

.web-cate:last-child {
    margin-bottom: 0;
}

.web-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.web-link {
    display: flex;
    padding: 10px;
    border-radius: 6px;
    background-color: #f9f9f9;
}

.web-link:hover {
    transform: translate3d(0, -3px, 0);
}

.web-image {
    margin-right: 10px;
}

.web-image img {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.web-title {
    font-size: 14px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.web-desc {
    font-size: 12px;
    color: #aaa;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.web-null {
    color: #aaa;
    font-size: 12px;
}







































.footer {
    background-color: #fff;
    padding: 20px;
    height: 68px;
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
}

.site-single-content p, .single-content p {
    line-height: 2;
    letter-spacing: 1.2px;
    margin: 20px 0;
}

.site-single-content img, .single-content img {
    margin: 10px 0;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.site-single-content h3, .single-content h3 {
    margin: 20px 0;
}

.site-single-content a, .single-content a {
    color: #002bff;
}

.table-box table, .table-box table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 4px;
}

.table-box table, .table-box td, .table-box th {
    border: 1px solid #e5e5e5;
}

.table-box td, .table-box td {
    padding: 6px 10px;
    text-align: center;
}

.single {
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 2px 8px 0 #eee;
}

.single-header {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.single-title {
    font-size: 24px;
    font-weight: 500;
}

.single-meta {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
}

.single-meta span {
    margin-right: 10px;
}

.single-meta .bi {
    margin-right: 6px;
}

.error {
    width: 100%;
    background-color: #fff;
    padding: 200px 0;
    border-radius: 4px;
    box-shadow: 0 2px 8px 0 #eee;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    color: #999;
}