@font-face {
    font-family: 'ys';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('ys.woff2') format('woff2');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

body {
    font-size: 14px;
    font-family: "ys", "MArima Madurai", "Microsoft JhengHei", "Microsoft Yahei", Georgia, Times, "Open Sans", Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif !important;
    background-color: #fff;
    line-height: 1.5;
}

.layui-icon {
    font-size: 14px;
}

.banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-height: 740px;
    background-image: url(../images/bz.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.banner::after {
    content: "";
    background-image: linear-gradient(to bottom, transparent, #ffffff);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20%;
}

.yynav-header {
    padding-bottom: 60px;
    overflow: hidden;
    position: relative;
    min-height: 80px;
}

.yynav-header::before {
    content: "";
    background-image: linear-gradient(to top, transparent, rgb(0 0 0 / 60%));
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
}

.blog-header-nav {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.blog-header-nav .date_show {
    color: white;
    text-align: center;
}

.blog-header-nav .date_show .show_date {
    font-size: 14px;
    display: block;
}

.blog-header-nav .date_show .show_time {
    margin-top: 3px;
    font-weight: bold;
    font-size: 30px;
    text-shadow: 1px 1px 2px #000;
}

.blog-header-nav .nav-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 1;
}

.blog-header-nav .nav-list li {
    font-size: 16px;
}

.blog-header-nav .nav-list li a {
    color: white;
    padding: 5px 10px;
    display: block;
}

.blog-header-nav .nav-list li a.active {
    color: #16baaa;
    position: relative;
}

.blog-header-nav .nav-list li a.active::after {
    content: "";
    position: absolute;
    bottom: -3px;
    width: 25px;
    border-bottom: 3px solid;
    border-radius: 2px;
    left: 50%;
    transform: translateX(-50%);
}

.yynav-container {
    min-height: 500px;
}

.yynav-header .yynav-site {
    margin: auto;
    max-width: 600px;
    padding-top: 110px;
}

.yynav-header .yynav-site h1.yynav-title {
    font-size: 30px;
    text-align: center;
    color: white;
    margin-bottom: 15px;
    letter-spacing: .15em;
}

.yynav-header .yynav-site .yynav-bloginfo {
    font-size: 14px;
    text-align: center;
    color: white;
    display: block;
}

.yynav-header .yynav-site .search-tab {
    margin-bottom: 5px;
    padding: 5px 10px;
    margin-top: 20px;
    text-align: center;
}

.yynav-header .yynav-site .search-tab a {
    padding: 5px;
    color: #ffffff;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
}

.yynav-header .yynav-site .search-tab a.this {
    background-color: #16baaa;
    color: white;
    padding: 7px 10px;
}

.yynav-header .yynav-site .search-warp {
    background-color: rgb(255 255 255 / 10%);
    overflow: hidden;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 8px;
    border-radius: 8px;
}

.yynav-header .yynav-site .search-warp .search-box {
    display: flex;
    align-items: center;
    height: 40px;
    border-radius: 4px;
    overflow: hidden;
}

.yynav-header .yynav-site .search-warp input {
    flex: 1;
    border: 0;
    height: 100%;
    padding: 5px 15px;
    background-color: white;
    outline: none;
}

.yynav-header .yynav-site .search-warp button {
    width: 80px;
    border: 0;
    height: 100%;
    background-color: #16baaa;
    cursor: pointer;
}

.yynav-header .yynav-site .search-warp button i {
    font-size: 20px;
    color: white;
}

.hot_keys {
    margin-top: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.hot_keys a {
    display: inline-block;
    padding: 4px 6px;
    color: white;
}

.hot_keys a em {
    font-size: 10px;
    display: inline-block;
    background-color: red;
    padding: 2px 6px;
    font-style: normal;
    border-radius: 12px;
    color: white;
    margin-left: -8px;
    position: relative;
    top: -8px;
}

.index-container {
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background-color: rgb(255 255 255 / 60%);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgb(155 155 155 / 5%);
}

.index-container+.index-container {
    margin-top: 25px;
}

.index-container .sort-header {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    height: 25px;
    padding: 13px 15px;
    border-bottom: 1px solid rgb(147 147 147 / 10%);
    background-color: rgb(255 255 255 / 11%);
}

.index-container .sort-header h2 {
    flex: 1;
    font-size: 18px;
    padding: 0 12px;
    position: relative;
}

.index-container .sort-header h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 18px;
    width: 3px;
    transform: translateY(-50%);
    background-color: #078b7e;
    border-radius: 2px;
}

.index-container .sort-header a {
    color: #078b7e;
}

.location {
    color: #414141;
    font-size: 14px;
}

.location a {
    color: inherit !important;
    margin: 0 2px;
}

.index-container .sort-container {
    padding: 20px;
}

.index-container .sort-header label {
    display: flex;
    align-items: center;
}

.index-container .sort-header label img {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    margin-right: 5px;
    background-color: white;
    padding: 3px;
}

.index-container .sort-container li {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    align-items: center;
}

.index-container .sort-container li:nth-child(1) em {
    background-color: #ff6a6a;
}

.index-container .sort-container li:nth-child(2) em {
    background-color: #e7e70e;
    color: black;
}

.index-container .sort-container li:nth-child(3) em {
    background-color: #00a4ff;
}

.index-container .sort-container li em {
    display: inline-block;
    padding: 5px 4px;
    background-color: #9b9b9b;
    color: white;
    font-size: 12px;
    margin-right: 7px;
    width: 20px;
    text-align: center;
    border-radius: 5px;
    font-style: normal;
}

.index-container .sort-container li a {
    flex: 13;
}

.index-container .sort-container .logs-item {
    text-align: center;
}

.data_null {
    padding: 20px 0;
    color: #747474;
    text-align: center;
}

.index-container .sort-container .logs-item .log-cover {
    width: 100%;
}

.index-container .sort-container .logs-item .log-cover .cover {
    width: 60px;
    height: 60px;
    margin: auto;
    background-position: center;
    background-size: 65%;
    background-color: white;
    background-repeat: no-repeat;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 6px 12px 0 rgba(6, 10, 38, .1);
    background-image: url(../images/defaultCover.svg);
}

.index-container .sort-container .logs-item .log-title,
.index-container .sort-container .logs-item .log-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-container .sort-container .logs-item .log-title {
    width: 100%;
    font-size: 14px;
    margin-top: 12px;
    font-weight: 400;
}

.index-container .sort-container .logs-item .log-desc {
    display: none;
}

.index-container .sort-container.list_2 .logs-item {
    width: 33.33%;
    display: flex;
    align-items: center;
}

.index-container .sort-container.list_2 .logs-item .log-cover {
    width: auto;
}

.index-container .sort-container.list_2 .logs-item .log-cover .cover {
    width: 56px;
    height: 56px;
}

.index-container .sort-container.list_2 .logs-item .log_info {
    flex: 1;
    margin-left: 10px;
    width: 100%;
    text-align: left;
}

.index-container .sort-container.list_2 .logs-item .log-title {
    font-size: 16px;
    margin-top: 0;
}

.index-container .sort-container.list_2 .logs-item .log-desc {
    width: 100%;
    margin-top: 5px;
    font-size: 12px;
    color: #959595;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: unset;
}

.pagination {
    text-align: center;
    margin-top: 30px;
    padding: 10px;
}

.pagination>* {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 5px;
    margin: 0 3px;
}

.pagination a {
    background-color: #16baaa;
    color: white;
}

.news-view {
    margin-top: 25px;
}

.news-row {
    column-count: 2;
    column-gap: 15px;
}

.news-col {
    margin-bottom: 10px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.12);
}

.yynav-footer {
    text-align: center;
    margin-top: 80px;
    padding: 40px 0;
    color: #505050;
    background-color: rgb(255 255 255 / 60%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.yynav-footer a {
    color: #16baaa;
    margin: 0 2px;
}

.link_info {
    padding: 20px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background-color: rgb(255 255 255 / 60%);
    margin: auto;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    overflow: hidden;
}

.link_info .link_cover {
    background-color: white;
    border-radius: 15px;
    box-shadow: 7px 7px 10px 0px rgb(0 0 0 / 30%);
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
}

.link_info .link_cover img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
}

.link_info .link_dateil {
    flex: 1;
    margin-left: 15px;
}

.link_info .link_dateil>* {
    margin-top: 10px;
}

.link_info .link_dateil .log_content {
    font-size: 14px;
}

.link_info .link_dateil .link_btns {
    margin-top: 13px;
}

.link_tip {
    line-height: 24px;
    color: #999999;
    display: flex;
    align-items: center;
    width: 100%;
}

.link_tip i {
    font-size: 20px;
    margin-right: 5px;
}

.link_tip i.ok {
    color: #16baaa;
}

.link_tip i.err {
    color: #ff5722;
}

.link_info .link_alert {
    width: 100%;
    border-top: 1px solid rgb(34 34 34 / 10%);
    margin-top: 20px;
    display: flex;
    padding: 20px 10px 0;
}

.link_info .link_alert i {
    color: #f39b12;
    font-size: 35px;
    margin-right: 10px;
    font-weight: 500;
}

.link_info .link_alert .alert_text {
    line-height: 20px;
    flex: 1;
}

.earn {
    width: 100%;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

.earn a {
    display: block;
    width: 100%;
}

.earn img {
    width: 100%;
    display: block;
}

.earn .close {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 16px;
    line-height: 16px;
    width: 16px;
    border-radius: 50%;
    z-index: 99;
    border: 1px solid #ffffff;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
}

.correlation {
    margin-top: 20px;
}

.blog-title {
    text-align: center;
    position: relative;
    padding-bottom: 5px;
}

.blog-title:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 80px;
    height: 2px;
    border-radius: 5px;
    background-color: #16baaa;
    bottom: -3px;
    transform: translateX(-50%);
}

.blog-content {
    margin-top: 25px;
}

.blog-info {
    margin-top: 15px;
    text-align: center;
    font-size: 12px;
}

.blog-info span {
    margin: 0 6px;
}

@media (max-width: 768px) {
    .banner {
        min-height: 550px;
    }

    .yynav-header {
        padding-bottom: 30px;
    }

    .blog-header-nav {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        height: 50px;
        background-color: rgb(255 255 255 / 95%);
        color: black;
        box-shadow: 0 5px 15px 0 rgb(0 0 0 / 20%);
        z-index: 999;
    }

    .blog-header-nav .nav-list {
        justify-content: center;
    }

    .yynav-header .yynav-site {
        padding-top: 95px;
    }

    .news-row {
        column-count: 1;
    }

    .index-container .sort-container.list_2 .logs-item {
        width: 33.333%;
    }
}

@media (max-width: 600px) {
    .index-container .sort-container.list_2 {
        padding: 10px;
    }

    .index-container .sort-container.list_2 .logs-item {
        width: 50%;
    }

    .index-container .sort-container.list_2 .logs-item .log-cover .cover {
        width: 41px;
        height: 41px;
    }

    .index-container .sort-container.list_2 .logs-item .log_info {
        margin-left: 5px;
    }

    .index-container .sort-container.list_2 .logs-item .log-desc {
        -webkit-line-clamp: 1;
    }

    .link_info .link_cover {
        margin: auto;
    }

    .link_info .link_dateil {
        flex: unset;
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .index-container .sort-container.list_2 .logs-item {
        width: 20%;
        padding: 1em;
    }
}