* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: rgb(241, 241, 241);
}

.adslot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    width: 100%;
}

.gptslot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    margin: 16px auto;
    margin-top: 0px;
    min-height: 250px;
}

.ad-label {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    position: relative;
    padding: 2px 0px 2px 0px;
    font-size: 14px;
}

.ad {
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin: 15px 0;
}

header {
    /* position: fixed; */
    top: 0;
    width: 100%;
    z-index: 98;
    background-color: rgb(255, 255, 255);
}

a {
    color: rgb(0, 0, 0);
    text-decoration: none;
}

/* PC端 */

.desktop {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    height: 120px;
    padding: 0 100px;
}

.desktop .des_top {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.des_top .siteicon {
    height: 80px;
    margin-top: 20px;
    aspect-ratio: 2;
    /* background-color: #525252; */
    float: left;

    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;

}

.des_top .aboutlist {
    height: 90px;
    margin-top: 15px;
    float: right;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.aboutlist .nodebox {
    line-height: 80px;
    margin: 0 20px;
}

.aboutlist #morelist {
    position: relative;
}

.aboutlist .morelist_show {
    display: none;
    position: absolute;
    top: 100%;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    min-width: 220px;
    max-height: 600px;
    overflow-y: auto;
    z-index: 999;
}

.morelist_show .sbox {
    display: block;
    padding: 0px 16px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    line-height: 39px;
    text-wrap: nowrap;
}

.morelist_show .sbox:hover {
    background-color: #4793ff;
}

.fav {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rootbg {
    margin-left: 10px;
    width: 150px;
    height: 100%;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    cursor: pointer;
}

.space {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
}

.search-box {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
            flex-direction: row-reverse;
    width: 40%;
    height: 40px;
    padding: 5px;
}

.mobile .search-btn,
.desktop .search-btn {
    margin: 5px;
    /* margin-left: 0px; */
    width: 40px;
    aspect-ratio: 1;
    background-image: url(../../images/搜索.d631efd.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    border: none;
    cursor: pointer;
}

#searchsuggestions {
    position: absolute;
    width: 90%;
    top: 40px;
    left: 10%;
    max-height: 55vh;
    overflow-y: auto;
    background-color: rgb(252, 252, 252);
    border: 1px solid #e6e6e69e;
    z-index: 2;
    border-radius: 0 0 10px 10px;
    display: none;
    padding: 6px 12px;
    cursor: pointer;
}

#searchsuggestions .search-item {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin: 20px 0;
}

.search-item .search-item-icon {
    width: 200px;
    aspect-ratio: 1;
    /* height: 30px; */
    background-position: center;
    background-size: cover;
}

.search-item .search_itemlabel {
    line-height: 20px;
    font-size: 18px;
    margin: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#searchsuggestions div:hover {
    background-color: #555555b5;
}

/* 移动端侧边栏 */

aside {
    position: fixed;
    top: 0;
    left: 0;
    width: 30%;
    min-width: 280px;
    min-height: 100%;
    background-color: #ffffff;
    border-width: 2px 2px 2px 0;
    border-right: solid #e3e3e3;
    border-left: none;
    border-radius: 0 10px 0 0;
    display: none;
    z-index: 999;

}

aside .fav {
    width: 100%;
    height: 60px;
}

aside .fav .rootbg {
    float: left;
    margin-left: 10px;
    width: 100px;
    height: 60px;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    cursor: pointer;
}

.fav .close {
    -webkit-filter: brightness(0.7) invert(1);
            filter: brightness(0.7) invert(1);
    float: right;
    width: 40px;
    height: 40px;
    margin: 10px;
    background-image: url(../../images/close-white.27d0d87.png);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    cursor: pointer;
}

.aside-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    /* overflow: hidden; */
    margin: 10px 0;
}

.aside-list>* {
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.aside-list>*:last-child {
    border-bottom: none;
}

.aside-list div {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    height: 60px;
    padding: 5px 30px;
    color: #3c3c3c;
    font-size: 17px;
    font-weight: 600;

}

.main-mask {
    position: fixed;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.908);
    display: none;
    z-index: 99;
}

/* 移动端 */

.mobile {
    width: 100%;
    display: none;
    height: 60px;
    padding: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    background-color: #fff;
}

.search-btn-top {
    width: 30px;
    height: 30px;
    margin: 15px 10px;
    background-image: url(../../images/search.5f186aa.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.mobile .menu {
    width: 40px;
    height: 40px;
    margin: 10px 5px;
    background-image: url(../../images/菜单栏.566fcd6.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.mobile .mobile-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    padding: 10%;
    height: 80%;
    line-height: 40px;
    font-size: 20px;
    color: var(--contrast);
    font-weight: 700;
    color: #7095FF;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    /* 水平居中 */
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;

    background-position: center;
    background-size: 60%;
    background-repeat: no-repeat;
}

.mobile-box {
    position: fixed;
    top: 25%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80%;
    display: none;
    height: 60px;
    padding: 5px;
    z-index: 999;
    border-bottom: 2px solid #ffffff;
}

.mobile-box .head-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    position: relative;
    width: 100%;
    height: 40px;
}

.head-mobile .myInput {
    height: 40px;
    background-color: transparent;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    outline: 0;
    font-size: 1rem;
    border: 0;
    color: #fff;
    display: inline-block;
    padding: 0 1em;
}

.cancel {
    position: absolute;
    top: 65px;
    right: 10px;
    display: none;
    height: 40px;
    width: 40px;
    background-image: url(../../images/close-white.27d0d87.png);
    background-position: center;
    background-size: cover;
    z-index: 990;
    cursor: pointer;
}

.mobile-box .head-mobile #searchsuggestions {
    margin-top: 20px;
    background-color: transparent;
    color: #fff;
    border: 0;
    width: 100%;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    overflow-y: scroll;
}

.bottombox {
    padding: 25px;
    background-color: white;
    margin-bottom: 30px;
}

.btxt {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
}

.btxt p {
    text-align: center;
    width: 500px;
}

.btxt a {
    line-height: 25px;
}

.main {
    display: block;
}

.main .articleview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    max-width: 1300px;
    padding: 0 10px;
    margin: 0px auto;
    min-height: 80vh;
}

.main-game {
    margin: 0 auto;
    position: relative;
}

.main-left {
    width: 66%;
    position: relative;

    margin: 20px auto;
}

.loading-spinner {
    position: fixed;
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    -webkit-animation: rotate 1s linear infinite;
            animation: rotate 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.loading-spinner.hidden {
    opacity: 0;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

.main-left .pagination {
    width: 100%;
    margin: 0 auto;
    background-color: white;
    height: 70px;
    line-height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    border: #000000 1px double;
}

.pagination button {
    background-color: #e7e7e7;
    margin: auto;
    padding: 15px;
    border: none;
    border-radius: 3px;
}

.pagination button.active {
    background-color: #63afff;
    color: white;
    font-weight: bold;
    border-radius: 5px;
}

.main-right {
    width: 30%;
    margin: 20px auto;
}

.main-right .spanbox {
    height: 100px;
    background-color: #fff;
    margin-bottom: 20px;
}

.main-right .right-search-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    width: 100%;
    height: 110px;
    padding: 30px;
    background-color: #fff;
}

.main-right .right-myInput {
    height: 50px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    outline: 0;
    border: 0;
    color: #6a6f77;
    display: inline-block;
    padding: 0 1em;
    text-decoration: none;
    border: #adadad 1px double;
}

.main-right .right-myInput:focus {
    border: 1px solid #5a5a5a;
}

.main-right .right-search-btn {
    /* padding: 20px; */
    height: 50px;
    width: 50px;
    background-image: url(../../images/search.5f186aa.png);
    background-position: center;
    background-size: cover;
    background-color: #bebebe;
}

.right-game {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    background-color: white;
    padding: 30px 15px;
    margin-bottom: 20px;
    position: relative;
}

.right-game .rightlist_title {
    width: 100%;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500px;
    padding: 10px;
    color: #606060;
    border-bottom: 1px solid #eef0f1;
    ;
}

.desktop-title {
    width: 100%;
    height: 130px;
    font-size: 24px;
    color: var(--contrast);
    background-color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    text-align: center;

}

.title {
    font-size: 2rem;
    font-weight: 600;
    text-indent: 1em;
    margin: 20px 0;
}

/* 导航栏 */

nav {
    width: 100%;
    border-bottom: 1px solid #cf2e2e;
}

.nav-box {
    width: 70%;
    min-width: 900px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    font-weight: 600;

}

.nav-box div:hover {
    cursor: pointer;
    color: #cf2e2e;
}

.red {
    color: #cf2e2e;
}

.top-arrow {
    position: fixed;
    width: 50px;
    height: 50px;
    background-image: url(../../images/箭头.0112cb2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    /* background-color: pink; */
    bottom: 10%;
    right: 5%;
    display: none;
    cursor: pointer;
    border: 2px solid rgb(129, 24, 32);
    border-radius: 50%;
    z-index: 99;
}

.articlebox {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    background-color: white;
    /* justify-content: center; */
    margin-bottom: 20px;
}

.articlebox .art_img {
    width: 100%;
    max-height: 390px;

    margin: 15px auto;
    background-color: #838383;
    background-image: url(../../images/loading.c7d1422.gif);

    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;

    object-fit: cover;
}

.articlebox .art_inview {
    width: 84%;
    height: auto;
    margin: 5% 8%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
}

.articlebox .art_channel {
    font-size: 20px;
    min-height: 39px;
    margin: 0 0 15px 0;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-bottom: 15px;
}

.articlebox .art_channel::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 50%;
    height: 3px;
    background-color: red;
}

.articlebox .art_title {
    width: 100%;
    height: auto;
    min-height: 40px;
    line-height: 45px;
    font-size: 30px;
    font-weight: bolder;
    white-space: normal;
    word-wrap: break-word;
    color: var(--contrast);
}

.articlebox .art_message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin: 15px 0 15px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    font-size: 12px;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
}

.articlebox .art_message .user-icon {
    margin-right: 5px;
    height: 30px;
    aspect-ratio: 1;
    background-image: url(../../images/user.97d4dea.png);
    background-position: center;
    background-size: 100%;
    border-radius: 50%;
}

.art_inview .contentp {
    max-height: 90px;
    line-height: 30px;
    white-space: normal;
    text-overflow: ellipsis;
    overflow-y: hidden;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
    position: relative;
}

.contentp .image {
    width: 100%;
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.contentp .text-item,
.contentp h1,
.contentp h2,
.contentp h3 {
    display: block;
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    color: #333;
    padding: 10px;
    border-radius: 8px;
    background-color: #fdfeff;

    padding-left: 16px;
}

.contentp h1 {
    text-align: left;
    font-size: 26px;
}

.contentp h2 {
    text-align: left;
    font-size: 24px;
}

.contentp h3 {
    text-align: left;
    font-size: 22px;
}

.text-item:hover {
    background-color: #e6f7ff;
    /* 鼠标悬停变色 */
}

.art_inview .bottomline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    width: 100%;
    height: 35px;
}

.bottomline a {
    color: #4793ff;
    text-decoration: underline;
    padding: 10px 2px;
}

.bottomline .category_icon {
    background-image: url(../../images/归类.215db5a.svg);
    width: 25px;
    height: 25px;
    margin: 10px;
    background-size: cover;
    background-position: center;
}

.bottomline .commit_icon {
    background-image: url(../../images/评论.d75e0fd.svg);
    width: 25px;
    height: 25px;
    margin: 10px;
    background-size: cover;
    background-position: center;

}

.commit_text,
.category_icon_text {
    color: #4793ff;
    text-decoration: underline;
}

.contentp .read-more {
    width: 40%;
    margin: 10px 0;
    padding: 10px;
    text-decoration: underline;
    height: 30px;
    line-height: 30px;
    color: #4793ff;
    border: 0;
    font-size: 21px;
    cursor: pointer;
}

.bottommessage {
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 9999;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

       -moz-box-pack: center;

            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    text-align: center;
    background-color: white;
    bottom: 0;
    padding: 15px;
}

.bottommessage a {
    padding: 0 5px;
}

@media screen and (max-width:1166px) {

    .articlebox .art_title {
        font-size: 26px;
    }

    header .desktop,
    nav,
    .main-right {
        display: none;
    }

    .desktop-title {

        font-size: 20px;
    }

    .mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        height: 80px;
    }

    .fav {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
                flex: 1;
    }

    .fav .rootbg {
        margin: 0 auto;
    }

    #searchsuggestions .search-item {
        width: 100%;
        height: 100px;
    }

    .search-item .search-item-icon {
        width: 80px;
        height: 80px;
    }

    .search-item .search_itemlabel {
        font-size: 15px;
    }

    .main {
        width: 100%;
    }

    .main-left {
        width: 95%;
    }

    .articlebox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
        width: 100%;
        height: auto;

    }

    .articlebox .art_img {
        width: 100%;
        aspect-ratio: 1.5;

        object-fit: cover;
    }

    .articlebox .art_inview {
        width: 100%;
        margin: 20px auto;
    }

    .articlebox .read-more {
        width: 50%;
        margin: 20px 0 0 0;
    }


    aside {
        /* height: 100vh; */
        overflow: hidden;
        height: 100%;
        overflow-y: scroll;

    }

    .aside-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
        overflow-y: scroll;
    }

    .articlebox .art_message {
        -webkit-flex-wrap: nowrap;
                flex-wrap: nowrap;
    }

    .articlebox .contentp {
        height: auto;

    }

    .pagination button {
        padding: 10px;
    }

    .btxt p {
        width: 250px;
    }

    .contentp .text-item {
        font-size: 14px;
        line-height: 20px;
    }

    .contentp h1 {
        font-size: 20px;
    }

    .contentp h2 {
        font-size: 18px;
    }

    .contentp h3 {
        font-size: 16px;
    }


}
